php-ext.com / datadog_trace (from dev using PHP 7.3.28-buster)
Dockerfile
FROM php:7.3.28-buster
WORKDIR /tmp
RUN apt update && \
apt install -y --no-install-recommends git subversion autoconf build-essential && \
apt install -y --no-install-recommends libcurl4-openssl-dev && \
rm -rf /var/lib/apt/lists/*
RUN git clone --recursive --depth=1 https://github.com/DataDog/dd-trace-php /tmp/ext-src && \
cd /tmp/ext-src && \
phpize && \
./configure --enable-ddtrace && \
make && \
make test
Build output FAIL
35ss
Step 1/4 : FROM php:7.3.28-buster
---> 8268e20fdcaa
Step 2/4 : WORKDIR /tmp
---> Running in 2bfa0eb47b89
Removing intermediate container 2bfa0eb47b89
---> 61c43a2168b9
Step 3/4 : RUN apt update && apt install -y --no-install-recommends git subversion autoconf build-essential && apt install -y --no-install-recommends libcurl4-openssl-dev && rm -rf /var/lib/apt/lists/*
---> Running in f2fe3f306108
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 (5615 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 (85.7 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 ...
12684 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.
Suggested packages:
libcurl4-doc libidn11-dev libkrb5-dev libldap2-dev librtmp-dev libssh2-1-dev
libssl-dev zlib1g-dev
The following NEW packages will be installed:
libcurl4-openssl-dev
0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded.
Need to get 420 kB of archives.
After this operation, 1524 kB of additional disk space will be used.
Get:1 http://security.debian.org/debian-security buster/updates/main amd64 libcurl4-openssl-dev amd64 7.64.0-4+deb10u2 [420 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 420 kB in 0s (24.3 MB/s)
Selecting previously unselected package libcurl4-openssl-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 ...
13806 files and directories currently installed.)
Preparing to unpack .../libcurl4-openssl-dev_7.64.0-4+deb10u2_amd64.deb ...
Unpacking libcurl4-openssl-dev:amd64 (7.64.0-4+deb10u2) ...
Setting up libcurl4-openssl-dev:amd64 (7.64.0-4+deb10u2) ...
Removing intermediate container f2fe3f306108
---> eabf2fd54912
Step 4/4 : RUN git clone --recursive --depth=1 https://github.com/DataDog/dd-trace-php /tmp/ext-src && cd /tmp/ext-src && phpize && ./configure --enable-ddtrace && make && make test
---> Running in ea770b2fdcde
Cloning into '/tmp/ext-src'...
Checking out files: 78% (9575/12267)
Checking out files: 79% (9691/12267)
Checking out files: 80% (9814/12267)
Checking out files: 81% (9937/12267)
Checking out files: 82% (10059/12267)
Checking out files: 83% (10182/12267)
Checking out files: 84% (10305/12267)
Checking out files: 85% (10427/12267)
Checking out files: 86% (10550/12267)
Checking out files: 87% (10673/12267)
Checking out files: 88% (10795/12267)
Checking out files: 89% (10918/12267)
Checking out files: 90% (11041/12267)
Checking out files: 91% (11163/12267)
Checking out files: 92% (11286/12267)
Checking out files: 93% (11409/12267)
Checking out files: 94% (11531/12267)
Checking out files: 95% (11654/12267)
Checking out files: 96% (11777/12267)
Checking out files: 97% (11899/12267)
Checking out files: 98% (12022/12267)
Checking out files: 99% (12145/12267)
Checking out files: 100% (12267/12267)
Checking out files: 100% (12267/12267), done.
Configuring for:
PHP Api Version: 20180731
Zend Module Api No: 20180731
Zend Extension Api No: 320180731
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 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 whether cc understands -c and -o together...
yes
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-20180731
checking for PHP installed headers prefix...
/usr/local/include/php
checking if debug is enabled...
no
checking if zts is enabled...
no
checking for re2c...
re2c
checking for re2c version...
1.1.1 (ok)
checking for gawk...
no
checking for nawk...
nawk
checking if nawk is broken...
no
checking whether to enable Datadog tracing support...
yes, shared
checking whether to enable AddressSanitizer for ddtrace...
no
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 size of long...
8
checking for 64-bit platform...
yes
checking execinfo.h usability...
yes
checking execinfo.h presence...
yes
checking for execinfo.h...
yes
checking size parameter type for backtrace()...
int
checking for library containing backtrace...
none required
checking for backtrace in -lexecinfo...
no
checking for shm_open in -lrt...
yes
checking for curl_easy_setopt in -lcurl...
yes
checking time.h usability...
yes
checking time.h presence...
yes
checking for time.h...
yes
checking for ld used by cc...
/usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld...
yes
checking for /usr/bin/ld option to reload object files...
-r
checking for BSD-compatible nm...
/usr/bin/nm -B
checking whether ln -s works...
yes
checking how to recognize dependent libraries...
pass_all
checking dlfcn.h usability...
yes
checking dlfcn.h presence...
yes
checking for dlfcn.h...
yes
checking the maximum length of command line arguments...
1572864
checking command to parse /usr/bin/nm -B output from cc object...
ok
checking for objdir...
.libs
checking for ar...
ar
checking for ranlib...
ranlib
checking for strip...
strip
checking if cc supports -fno-rtti -fno-exceptions...
no
checking for cc option to produce PIC...
-fPIC
checking if cc PIC flag -fPIC works...
yes
checking if cc static flag -static works...
yes
checking if cc supports -c -o file.o...
yes
checking whether the cc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries...
yes
checking whether -lc should be explicitly linked in...
no
checking dynamic linker characteristics...
GNU/Linux ld.so
checking how to hardcode library paths into programs...
immediate
checking whether stripping libraries is possible...
yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
creating libtool
appending configuration tag "CXX" to libtool
configure: creating ./config.status
config.status: creating config.h
/bin/bash /tmp/ext-src/libtool --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Wall -std=gnu11 -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -I/tmp/ext-src -I/tmp/ext-src/ext -I/tmp/ext-src/components -I/tmp/ext-src/zend_abstract_interface -I/tmp/ext-src/ext/vendor -I/tmp/ext-src/ext/vendor/mpack -I/tmp/ext-src/ext/vendor/mt19937 -I/tmp/ext-src/src/dogstatsd -I/tmp/ext-src/ext/php7/integrations -DHAVE_CONFIG_H -g -O2 -c /tmp/ext-src/components/container_id/container_id.c -o components/container_id/container_id.lo
mkdir components/container_id/.libs
cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Wall -std=gnu11 -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -I/tmp/ext-src -I/tmp/ext-src/ext -I/tmp/ext-src/components -I/tmp/ext-src/zend_abstract_interface -I/tmp/ext-src/ext/vendor -I/tmp/ext-src/ext/vendor/mpack -I/tmp/ext-src/ext/vendor/mt19937 -I/tmp/ext-src/src/dogstatsd -I/tmp/ext-src/ext/php7/integrations -DHAVE_CONFIG_H -g -O2 -c /tmp/ext-src/components/container_id/container_id.c -fPIC -DPIC -o components/container_id/.libs/container_id.o
/bin/bash /tmp/ext-src/libtool --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Wall -std=gnu11 -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -I/tmp/ext-src -I/tmp/ext-src/ext -I/tmp/ext-src/components -I/tmp/ext-src/zend_abstract_interface -I/tmp/ext-src/ext/vendor -I/tmp/ext-src/ext/vendor/mpack -I/tmp/ext-src/ext/vendor/mt19937 -I/tmp/ext-src/src/dogstatsd -I/tmp/ext-src/ext/php7/integrations -DHAVE_CONFIG_H -g -O2 -c /tmp/ext-src/components/sapi/sapi.c -o components/sapi/sapi.lo
mkdir components/sapi/.libs
cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Wall -std=gnu11 -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -I/tmp/ext-src -I/tmp/ext-src/ext -I/tmp/ext-src/components -I/tmp/ext-src/zend_abstract_interface -I/tmp/ext-src/ext/vendor -I/tmp/ext-src/ext/vendor/mpack -I/tmp/ext-src/ext/vendor/mt19937 -I/tmp/ext-src/src/dogstatsd -I/tmp/ext-src/ext/php7/integrations -DHAVE_CONFIG_H -g -O2 -c /tmp/ext-src/components/sapi/sapi.c -fPIC -DPIC -o components/sapi/.libs/sapi.o
/bin/bash /tmp/ext-src/libtool --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Wall -std=gnu11 -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -I/tmp/ext-src -I/tmp/ext-src/ext -I/tmp/ext-src/components -I/tmp/ext-src/zend_abstract_interface -I/tmp/ext-src/ext/vendor -I/tmp/ext-src/ext/vendor/mpack -I/tmp/ext-src/ext/vendor/mt19937 -I/tmp/ext-src/src/dogstatsd -I/tmp/ext-src/ext/php7/integrations -DHAVE_CONFIG_H -g -O2 -c /tmp/ext-src/components/string_view/string_view.c -o components/string_view/string_view.lo
mkdir components/string_view/.libs
cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Wall -std=gnu11 -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -I/tmp/ext-src -I/tmp/ext-src/ext -I/tmp/ext-src/components -I/tmp/ext-src/zend_abstract_interface -I/tmp/ext-src/ext/vendor -I/tmp/ext-src/ext/vendor/mpack -I/tmp/ext-src/ext/vendor/mt19937 -I/tmp/ext-src/src/dogstatsd -I/tmp/ext-src/ext/php7/integrations -DHAVE_CONFIG_H -g -O2 -c /tmp/ext-src/components/string_view/string_view.c -fPIC -DPIC -o components/string_view/.libs/string_view.o
/bin/bash /tmp/ext-src/libtool --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Wall -std=gnu11 -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -I/tmp/ext-src -I/tmp/ext-src/ext -I/tmp/ext-src/components -I/tmp/ext-src/zend_abstract_interface -I/tmp/ext-src/ext/vendor -I/tmp/ext-src/ext/vendor/mpack -I/tmp/ext-src/ext/vendor/mt19937 -I/tmp/ext-src/src/dogstatsd -I/tmp/ext-src/ext/php7/integrations -DHAVE_CONFIG_H -g -O2 -c /tmp/ext-src/zend_abstract_interface/zai_sapi/php7/zai_sapi.c -o zend_abstract_interface/zai_sapi/php7/zai_sapi.lo
mkdir zend_abstract_interface/zai_sapi/php7/.libs
cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Wall -std=gnu11 -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -I/tmp/ext-src -I/tmp/ext-src/ext -I/tmp/ext-src/components -I/tmp/ext-src/zend_abstract_interface -I/tmp/ext-src/ext/vendor -I/tmp/ext-src/ext/vendor/mpack -I/tmp/ext-src/ext/vendor/mt19937 -I/tmp/ext-src/src/dogstatsd -I/tmp/ext-src/ext/php7/integrations -DHAVE_CONFIG_H -g -O2 -c /tmp/ext-src/zend_abstract_interface/zai_sapi/php7/zai_sapi.c -fPIC -DPIC -o zend_abstract_interface/zai_sapi/php7/.libs/zai_sapi.o
/bin/bash /tmp/ext-src/libtool --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Wall -std=gnu11 -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -I/tmp/ext-src -I/tmp/ext-src/ext -I/tmp/ext-src/components -I/tmp/ext-src/zend_abstract_interface -I/tmp/ext-src/ext/vendor -I/tmp/ext-src/ext/vendor/mpack -I/tmp/ext-src/ext/vendor/mt19937 -I/tmp/ext-src/src/dogstatsd -I/tmp/ext-src/ext/php7/integrations -DHAVE_CONFIG_H -g -O2 -c /tmp/ext-src/zend_abstract_interface/zai_sapi/zai_sapi_functions.c -o zend_abstract_interface/zai_sapi/zai_sapi_functions.lo
mkdir zend_abstract_interface/zai_sapi/.libs
cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Wall -std=gnu11 -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -I/tmp/ext-src -I/tmp/ext-src/ext -I/tmp/ext-src/components -I/tmp/ext-src/zend_abstract_interface -I/tmp/ext-src/ext/vendor -I/tmp/ext-src/ext/vendor/mpack -I/tmp/ext-src/ext/vendor/mt19937 -I/tmp/ext-src/src/dogstatsd -I/tmp/ext-src/ext/php7/integrations -DHAVE_CONFIG_H -g -O2 -c /tmp/ext-src/zend_abstract_interface/zai_sapi/zai_sapi_functions.c -fPIC -DPIC -o zend_abstract_interface/zai_sapi/.libs/zai_sapi_functions.o
/bin/bash /tmp/ext-src/libtool --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Wall -std=gnu11 -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -I/tmp/ext-src -I/tmp/ext-src/ext -I/tmp/ext-src/components -I/tmp/ext-src/zend_abstract_interface -I/tmp/ext-src/ext/vendor -I/tmp/ext-src/ext/vendor/mpack -I/tmp/ext-src/ext/vendor/mt19937 -I/tmp/ext-src/src/dogstatsd -I/tmp/ext-src/ext/php7/integrations -DHAVE_CONFIG_H -g -O2 -c /tmp/ext-src/zend_abstract_interface/zai_sapi/zai_sapi_ini.c -o zend_abstract_interface/zai_sapi/zai_sapi_ini.lo
cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Wall -std=gnu11 -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -I/tmp/ext-src -I/tmp/ext-src/ext -I/tmp/ext-src/components -I/tmp/ext-src/zend_abstract_interface -I/tmp/ext-src/ext/vendor -I/tmp/ext-src/ext/vendor/mpack -I/tmp/ext-src/ext/vendor/mt19937 -I/tmp/ext-src/src/dogstatsd -I/tmp/ext-src/ext/php7/integrations -DHAVE_CONFIG_H -g -O2 -c /tmp/ext-src/zend_abstract_interface/zai_sapi/zai_sapi_ini.c -fPIC -DPIC -o zend_abstract_interface/zai_sapi/.libs/zai_sapi_ini.o
/bin/bash /tmp/ext-src/libtool --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Wall -std=gnu11 -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -I/tmp/ext-src -I/tmp/ext-src/ext -I/tmp/ext-src/components -I/tmp/ext-src/zend_abstract_interface -I/tmp/ext-src/ext/vendor -I/tmp/ext-src/ext/vendor/mpack -I/tmp/ext-src/ext/vendor/mt19937 -I/tmp/ext-src/src/dogstatsd -I/tmp/ext-src/ext/php7/integrations -DHAVE_CONFIG_H -g -O2 -c /tmp/ext-src/zend_abstract_interface/zai_sapi/zai_sapi_io.c -o zend_abstract_interface/zai_sapi/zai_sapi_io.lo
cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Wall -std=gnu11 -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -I/tmp/ext-src -I/tmp/ext-src/ext -I/tmp/ext-src/components -I/tmp/ext-src/zend_abstract_interface -I/tmp/ext-src/ext/vendor -I/tmp/ext-src/ext/vendor/mpack -I/tmp/ext-src/ext/vendor/mt19937 -I/tmp/ext-src/src/dogstatsd -I/tmp/ext-src/ext/php7/integrations -DHAVE_CONFIG_H -g -O2 -c /tmp/ext-src/zend_abstract_interface/zai_sapi/zai_sapi_io.c -fPIC -DPIC -o zend_abstract_interface/zai_sapi/.libs/zai_sapi_io.o
/bin/bash /tmp/ext-src/libtool --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Wall -std=gnu11 -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -I/tmp/ext-src -I/tmp/ext-src/ext -I/tmp/ext-src/components -I/tmp/ext-src/zend_abstract_interface -I/tmp/ext-src/ext/vendor -I/tmp/ext-src/ext/vendor/mpack -I/tmp/ext-src/ext/vendor/mt19937 -I/tmp/ext-src/src/dogstatsd -I/tmp/ext-src/ext/php7/integrations -DHAVE_CONFIG_H -g -O2 -c /tmp/ext-src/ext/vendor/mpack/mpack.c -o ext/vendor/mpack/mpack.lo
mkdir ext/vendor/mpack/.libs
cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Wall -std=gnu11 -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -I/tmp/ext-src -I/tmp/ext-src/ext -I/tmp/ext-src/components -I/tmp/ext-src/zend_abstract_interface -I/tmp/ext-src/ext/vendor -I/tmp/ext-src/ext/vendor/mpack -I/tmp/ext-src/ext/vendor/mt19937 -I/tmp/ext-src/src/dogstatsd -I/tmp/ext-src/ext/php7/integrations -DHAVE_CONFIG_H -g -O2 -c /tmp/ext-src/ext/vendor/mpack/mpack.c -fPIC -DPIC -o ext/vendor/mpack/.libs/mpack.o
/bin/bash /tmp/ext-src/libtool --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Wall -std=gnu11 -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -I/tmp/ext-src -I/tmp/ext-src/ext -I/tmp/ext-src/components -I/tmp/ext-src/zend_abstract_interface -I/tmp/ext-src/ext/vendor -I/tmp/ext-src/ext/vendor/mpack -I/tmp/ext-src/ext/vendor/mt19937 -I/tmp/ext-src/src/dogstatsd -I/tmp/ext-src/ext/php7/integrations -DHAVE_CONFIG_H -g -O2 -c /tmp/ext-src/ext/vendor/mt19937/mt19937-64.c -o ext/vendor/mt19937/mt19937-64.lo
mkdir ext/vendor/mt19937/.libs
cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Wall -std=gnu11 -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -I/tmp/ext-src -I/tmp/ext-src/ext -I/tmp/ext-src/components -I/tmp/ext-src/zend_abstract_interface -I/tmp/ext-src/ext/vendor -I/tmp/ext-src/ext/vendor/mpack -I/tmp/ext-src/ext/vendor/mt19937 -I/tmp/ext-src/src/dogstatsd -I/tmp/ext-src/ext/php7/integrations -DHAVE_CONFIG_H -g -O2 -c /tmp/ext-src/ext/vendor/mt19937/mt19937-64.c -fPIC -DPIC -o ext/vendor/mt19937/.libs/mt19937-64.o
/bin/bash /tmp/ext-src/libtool --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Wall -std=gnu11 -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -I/tmp/ext-src -I/tmp/ext-src/ext -I/tmp/ext-src/components -I/tmp/ext-src/zend_abstract_interface -I/tmp/ext-src/ext/vendor -I/tmp/ext-src/ext/vendor/mpack -I/tmp/ext-src/ext/vendor/mt19937 -I/tmp/ext-src/src/dogstatsd -I/tmp/ext-src/ext/php7/integrations -DHAVE_CONFIG_H -g -O2 -c /tmp/ext-src/src/dogstatsd/client.c -o src/dogstatsd/client.lo
mkdir src/dogstatsd/.libs
cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Wall -std=gnu11 -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -I/tmp/ext-src -I/tmp/ext-src/ext -I/tmp/ext-src/components -I/tmp/ext-src/zend_abstract_interface -I/tmp/ext-src/ext/vendor -I/tmp/ext-src/ext/vendor/mpack -I/tmp/ext-src/ext/vendor/mt19937 -I/tmp/ext-src/src/dogstatsd -I/tmp/ext-src/ext/php7/integrations -DHAVE_CONFIG_H -g -O2 -c /tmp/ext-src/src/dogstatsd/client.c -fPIC -DPIC -o src/dogstatsd/.libs/client.o
/bin/bash /tmp/ext-src/libtool --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Wall -std=gnu11 -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -I/tmp/ext-src -I/tmp/ext-src/ext -I/tmp/ext-src/components -I/tmp/ext-src/zend_abstract_interface -I/tmp/ext-src/ext/vendor -I/tmp/ext-src/ext/vendor/mpack -I/tmp/ext-src/ext/vendor/mt19937 -I/tmp/ext-src/src/dogstatsd -I/tmp/ext-src/ext/php7/integrations -DHAVE_CONFIG_H -g -O2 -c /tmp/ext-src/ext/php7/ddtrace.c -o ext/php7/ddtrace.lo
mkdir ext/php7/.libs
cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Wall -std=gnu11 -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -I/tmp/ext-src -I/tmp/ext-src/ext -I/tmp/ext-src/components -I/tmp/ext-src/zend_abstract_interface -I/tmp/ext-src/ext/vendor -I/tmp/ext-src/ext/vendor/mpack -I/tmp/ext-src/ext/vendor/mt19937 -I/tmp/ext-src/src/dogstatsd -I/tmp/ext-src/ext/php7/integrations -DHAVE_CONFIG_H -g -O2 -c /tmp/ext-src/ext/php7/ddtrace.c -fPIC -DPIC -o ext/php7/.libs/ddtrace.o
/bin/bash /tmp/ext-src/libtool --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Wall -std=gnu11 -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -I/tmp/ext-src -I/tmp/ext-src/ext -I/tmp/ext-src/components -I/tmp/ext-src/zend_abstract_interface -I/tmp/ext-src/ext/vendor -I/tmp/ext-src/ext/vendor/mpack -I/tmp/ext-src/ext/vendor/mt19937 -I/tmp/ext-src/src/dogstatsd -I/tmp/ext-src/ext/php7/integrations -DHAVE_CONFIG_H -g -O2 -c /tmp/ext-src/ext/php7/arrays.c -o ext/php7/arrays.lo
cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Wall -std=gnu11 -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -I/tmp/ext-src -I/tmp/ext-src/ext -I/tmp/ext-src/components -I/tmp/ext-src/zend_abstract_interface -I/tmp/ext-src/ext/vendor -I/tmp/ext-src/ext/vendor/mpack -I/tmp/ext-src/ext/vendor/mt19937 -I/tmp/ext-src/src/dogstatsd -I/tmp/ext-src/ext/php7/integrations -DHAVE_CONFIG_H -g -O2 -c /tmp/ext-src/ext/php7/arrays.c -fPIC -DPIC -o ext/php7/.libs/arrays.o
/bin/bash /tmp/ext-src/libtool --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Wall -std=gnu11 -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -I/tmp/ext-src -I/tmp/ext-src/ext -I/tmp/ext-src/components -I/tmp/ext-src/zend_abstract_interface -I/tmp/ext-src/ext/vendor -I/tmp/ext-src/ext/vendor/mpack -I/tmp/ext-src/ext/vendor/mt19937 -I/tmp/ext-src/src/dogstatsd -I/tmp/ext-src/ext/php7/integrations -DHAVE_CONFIG_H -g -O2 -c /tmp/ext-src/ext/php7/auto_flush.c -o ext/php7/auto_flush.lo
cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Wall -std=gnu11 -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -I/tmp/ext-src -I/tmp/ext-src/ext -I/tmp/ext-src/components -I/tmp/ext-src/zend_abstract_interface -I/tmp/ext-src/ext/vendor -I/tmp/ext-src/ext/vendor/mpack -I/tmp/ext-src/ext/vendor/mt19937 -I/tmp/ext-src/src/dogstatsd -I/tmp/ext-src/ext/php7/integrations -DHAVE_CONFIG_H -g -O2 -c /tmp/ext-src/ext/php7/auto_flush.c -fPIC -DPIC -o ext/php7/.libs/auto_flush.o
/bin/bash /tmp/ext-src/libtool --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Wall -std=gnu11 -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -I/tmp/ext-src -I/tmp/ext-src/ext -I/tmp/ext-src/components -I/tmp/ext-src/zend_abstract_interface -I/tmp/ext-src/ext/vendor -I/tmp/ext-src/ext/vendor/mpack -I/tmp/ext-src/ext/vendor/mt19937 -I/tmp/ext-src/src/dogstatsd -I/tmp/ext-src/ext/php7/integrations -DHAVE_CONFIG_H -g -O2 -c /tmp/ext-src/ext/php7/circuit_breaker.c -o ext/php7/circuit_breaker.lo
cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Wall -std=gnu11 -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -I/tmp/ext-src -I/tmp/ext-src/ext -I/tmp/ext-src/components -I/tmp/ext-src/zend_abstract_interface -I/tmp/ext-src/ext/vendor -I/tmp/ext-src/ext/vendor/mpack -I/tmp/ext-src/ext/vendor/mt19937 -I/tmp/ext-src/src/dogstatsd -I/tmp/ext-src/ext/php7/integrations -DHAVE_CONFIG_H -g -O2 -c /tmp/ext-src/ext/php7/circuit_breaker.c -fPIC -DPIC -o ext/php7/.libs/circuit_breaker.o
/bin/bash /tmp/ext-src/libtool --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Wall -std=gnu11 -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -I/tmp/ext-src -I/tmp/ext-src/ext -I/tmp/ext-src/components -I/tmp/ext-src/zend_abstract_interface -I/tmp/ext-src/ext/vendor -I/tmp/ext-src/ext/vendor/mpack -I/tmp/ext-src/ext/vendor/mt19937 -I/tmp/ext-src/src/dogstatsd -I/tmp/ext-src/ext/php7/integrations -DHAVE_CONFIG_H -g -O2 -c /tmp/ext-src/ext/php7/comms_php.c -o ext/php7/comms_php.lo
cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Wall -std=gnu11 -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -I/tmp/ext-src -I/tmp/ext-src/ext -I/tmp/ext-src/components -I/tmp/ext-src/zend_abstract_interface -I/tmp/ext-src/ext/vendor -I/tmp/ext-src/ext/vendor/mpack -I/tmp/ext-src/ext/vendor/mt19937 -I/tmp/ext-src/src/dogstatsd -I/tmp/ext-src/ext/php7/integrations -DHAVE_CONFIG_H -g -O2 -c /tmp/ext-src/ext/php7/comms_php.c -fPIC -DPIC -o ext/php7/.libs/comms_php.o
/bin/bash /tmp/ext-src/libtool --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Wall -std=gnu11 -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -I/tmp/ext-src -I/tmp/ext-src/ext -I/tmp/ext-src/components -I/tmp/ext-src/zend_abstract_interface -I/tmp/ext-src/ext/vendor -I/tmp/ext-src/ext/vendor/mpack -I/tmp/ext-src/ext/vendor/mt19937 -I/tmp/ext-src/src/dogstatsd -I/tmp/ext-src/ext/php7/integrations -DHAVE_CONFIG_H -g -O2 -c /tmp/ext-src/ext/php7/compat_string.c -o ext/php7/compat_string.lo
cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Wall -std=gnu11 -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -I/tmp/ext-src -I/tmp/ext-src/ext -I/tmp/ext-src/components -I/tmp/ext-src/zend_abstract_interface -I/tmp/ext-src/ext/vendor -I/tmp/ext-src/ext/vendor/mpack -I/tmp/ext-src/ext/vendor/mt19937 -I/tmp/ext-src/src/dogstatsd -I/tmp/ext-src/ext/php7/integrations -DHAVE_CONFIG_H -g -O2 -c /tmp/ext-src/ext/php7/compat_string.c -fPIC -DPIC -o ext/php7/.libs/compat_string.o
/bin/bash /tmp/ext-src/libtool --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Wall -std=gnu11 -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -I/tmp/ext-src -I/tmp/ext-src/ext -I/tmp/ext-src/components -I/tmp/ext-src/zend_abstract_interface -I/tmp/ext-src/ext/vendor -I/tmp/ext-src/ext/vendor/mpack -I/tmp/ext-src/ext/vendor/mt19937 -I/tmp/ext-src/src/dogstatsd -I/tmp/ext-src/ext/php7/integrations -DHAVE_CONFIG_H -g -O2 -c /tmp/ext-src/ext/php7/coms.c -o ext/php7/coms.lo
cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Wall -std=gnu11 -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -I/tmp/ext-src -I/tmp/ext-src/ext -I/tmp/ext-src/components -I/tmp/ext-src/zend_abstract_interface -I/tmp/ext-src/ext/vendor -I/tmp/ext-src/ext/vendor/mpack -I/tmp/ext-src/ext/vendor/mt19937 -I/tmp/ext-src/src/dogstatsd -I/tmp/ext-src/ext/php7/integrations -DHAVE_CONFIG_H -g -O2 -c /tmp/ext-src/ext/php7/coms.c -fPIC -DPIC -o ext/php7/.libs/coms.o
/bin/bash /tmp/ext-src/libtool --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Wall -std=gnu11 -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -I/tmp/ext-src -I/tmp/ext-src/ext -I/tmp/ext-src/components -I/tmp/ext-src/zend_abstract_interface -I/tmp/ext-src/ext/vendor -I/tmp/ext-src/ext/vendor/mpack -I/tmp/ext-src/ext/vendor/mt19937 -I/tmp/ext-src/src/dogstatsd -I/tmp/ext-src/ext/php7/integrations -DHAVE_CONFIG_H -g -O2 -c /tmp/ext-src/ext/php7/configuration.c -o ext/php7/configuration.lo
cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Wall -std=gnu11 -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -I/tmp/ext-src -I/tmp/ext-src/ext -I/tmp/ext-src/components -I/tmp/ext-src/zend_abstract_interface -I/tmp/ext-src/ext/vendor -I/tmp/ext-src/ext/vendor/mpack -I/tmp/ext-src/ext/vendor/mt19937 -I/tmp/ext-src/src/dogstatsd -I/tmp/ext-src/ext/php7/integrations -DHAVE_CONFIG_H -g -O2 -c /tmp/ext-src/ext/php7/configuration.c -fPIC -DPIC -o ext/php7/.libs/configuration.o
/bin/bash /tmp/ext-src/libtool --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Wall -std=gnu11 -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -I/tmp/ext-src -I/tmp/ext-src/ext -I/tmp/ext-src/components -I/tmp/ext-src/zend_abstract_interface -I/tmp/ext-src/ext/vendor -I/tmp/ext-src/ext/vendor/mpack -I/tmp/ext-src/ext/vendor/mt19937 -I/tmp/ext-src/src/dogstatsd -I/tmp/ext-src/ext/php7/integrations -DHAVE_CONFIG_H -g -O2 -c /tmp/ext-src/ext/php7/configuration_php_iface.c -o ext/php7/configuration_php_iface.lo
cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Wall -std=gnu11 -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -I/tmp/ext-src -I/tmp/ext-src/ext -I/tmp/ext-src/components -I/tmp/ext-src/zend_abstract_interface -I/tmp/ext-src/ext/vendor -I/tmp/ext-src/ext/vendor/mpack -I/tmp/ext-src/ext/vendor/mt19937 -I/tmp/ext-src/src/dogstatsd -I/tmp/ext-src/ext/php7/integrations -DHAVE_CONFIG_H -g -O2 -c /tmp/ext-src/ext/php7/configuration_php_iface.c -fPIC -DPIC -o ext/php7/.libs/configuration_php_iface.o
/bin/bash /tmp/ext-src/libtool --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Wall -std=gnu11 -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -I/tmp/ext-src -I/tmp/ext-src/ext -I/tmp/ext-src/components -I/tmp/ext-src/zend_abstract_interface -I/tmp/ext-src/ext/vendor -I/tmp/ext-src/ext/vendor/mpack -I/tmp/ext-src/ext/vendor/mt19937 -I/tmp/ext-src/src/dogstatsd -I/tmp/ext-src/ext/php7/integrations -DHAVE_CONFIG_H -g -O2 -c /tmp/ext-src/ext/php7/ddshared.c -o ext/php7/ddshared.lo
cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Wall -std=gnu11 -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -I/tmp/ext-src -I/tmp/ext-src/ext -I/tmp/ext-src/components -I/tmp/ext-src/zend_abstract_interface -I/tmp/ext-src/ext/vendor -I/tmp/ext-src/ext/vendor/mpack -I/tmp/ext-src/ext/vendor/mt19937 -I/tmp/ext-src/src/dogstatsd -I/tmp/ext-src/ext/php7/integrations -DHAVE_CONFIG_H -g -O2 -c /tmp/ext-src/ext/php7/ddshared.c -fPIC -DPIC -o ext/php7/.libs/ddshared.o
/bin/bash /tmp/ext-src/libtool --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Wall -std=gnu11 -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -I/tmp/ext-src -I/tmp/ext-src/ext -I/tmp/ext-src/components -I/tmp/ext-src/zend_abstract_interface -I/tmp/ext-src/ext/vendor -I/tmp/ext-src/ext/vendor/mpack -I/tmp/ext-src/ext/vendor/mt19937 -I/tmp/ext-src/src/dogstatsd -I/tmp/ext-src/ext/php7/integrations -DHAVE_CONFIG_H -g -O2 -c /tmp/ext-src/ext/php7/ddtrace_string.c -o ext/php7/ddtrace_string.lo
cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Wall -std=gnu11 -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -I/tmp/ext-src -I/tmp/ext-src/ext -I/tmp/ext-src/components -I/tmp/ext-src/zend_abstract_interface -I/tmp/ext-src/ext/vendor -I/tmp/ext-src/ext/vendor/mpack -I/tmp/ext-src/ext/vendor/mt19937 -I/tmp/ext-src/src/dogstatsd -I/tmp/ext-src/ext/php7/integrations -DHAVE_CONFIG_H -g -O2 -c /tmp/ext-src/ext/php7/ddtrace_string.c -fPIC -DPIC -o ext/php7/.libs/ddtrace_string.o
/bin/bash /tmp/ext-src/libtool --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Wall -std=gnu11 -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -I/tmp/ext-src -I/tmp/ext-src/ext -I/tmp/ext-src/components -I/tmp/ext-src/zend_abstract_interface -I/tmp/ext-src/ext/vendor -I/tmp/ext-src/ext/vendor/mpack -I/tmp/ext-src/ext/vendor/mt19937 -I/tmp/ext-src/src/dogstatsd -I/tmp/ext-src/ext/php7/integrations -DHAVE_CONFIG_H -g -O2 -c /tmp/ext-src/ext/php7/dispatch.c -o ext/php7/dispatch.lo
cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Wall -std=gnu11 -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -I/tmp/ext-src -I/tmp/ext-src/ext -I/tmp/ext-src/components -I/tmp/ext-src/zend_abstract_interface -I/tmp/ext-src/ext/vendor -I/tmp/ext-src/ext/vendor/mpack -I/tmp/ext-src/ext/vendor/mt19937 -I/tmp/ext-src/src/dogstatsd -I/tmp/ext-src/ext/php7/integrations -DHAVE_CONFIG_H -g -O2 -c /tmp/ext-src/ext/php7/dispatch.c -fPIC -DPIC -o ext/php7/.libs/dispatch.o
/bin/bash /tmp/ext-src/libtool --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Wall -std=gnu11 -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -I/tmp/ext-src -I/tmp/ext-src/ext -I/tmp/ext-src/components -I/tmp/ext-src/zend_abstract_interface -I/tmp/ext-src/ext/vendor -I/tmp/ext-src/ext/vendor/mpack -I/tmp/ext-src/ext/vendor/mt19937 -I/tmp/ext-src/src/dogstatsd -I/tmp/ext-src/ext/php7/integrations -DHAVE_CONFIG_H -g -O2 -c /tmp/ext-src/ext/php7/dogstatsd_client.c -o ext/php7/dogstatsd_client.lo
cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Wall -std=gnu11 -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -I/tmp/ext-src -I/tmp/ext-src/ext -I/tmp/ext-src/components -I/tmp/ext-src/zend_abstract_interface -I/tmp/ext-src/ext/vendor -I/tmp/ext-src/ext/vendor/mpack -I/tmp/ext-src/ext/vendor/mt19937 -I/tmp/ext-src/src/dogstatsd -I/tmp/ext-src/ext/php7/integrations -DHAVE_CONFIG_H -g -O2 -c /tmp/ext-src/ext/php7/dogstatsd_client.c -fPIC -DPIC -o ext/php7/.libs/dogstatsd_client.o
/bin/bash /tmp/ext-src/libtool --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Wall -std=gnu11 -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -I/tmp/ext-src -I/tmp/ext-src/ext -I/tmp/ext-src/components -I/tmp/ext-src/zend_abstract_interface -I/tmp/ext-src/ext/vendor -I/tmp/ext-src/ext/vendor/mpack -I/tmp/ext-src/ext/vendor/mt19937 -I/tmp/ext-src/src/dogstatsd -I/tmp/ext-src/ext/php7/integrations -DHAVE_CONFIG_H -g -O2 -c /tmp/ext-src/ext/php7/engine_api.c -o ext/php7/engine_api.lo
cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Wall -std=gnu11 -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -I/tmp/ext-src -I/tmp/ext-src/ext -I/tmp/ext-src/components -I/tmp/ext-src/zend_abstract_interface -I/tmp/ext-src/ext/vendor -I/tmp/ext-src/ext/vendor/mpack -I/tmp/ext-src/ext/vendor/mt19937 -I/tmp/ext-src/src/dogstatsd -I/tmp/ext-src/ext/php7/integrations -DHAVE_CONFIG_H -g -O2 -c /tmp/ext-src/ext/php7/engine_api.c -fPIC -DPIC -o ext/php7/.libs/engine_api.o
/bin/bash /tmp/ext-src/libtool --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Wall -std=gnu11 -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -I/tmp/ext-src -I/tmp/ext-src/ext -I/tmp/ext-src/components -I/tmp/ext-src/zend_abstract_interface -I/tmp/ext-src/ext/vendor -I/tmp/ext-src/ext/vendor/mpack -I/tmp/ext-src/ext/vendor/mt19937 -I/tmp/ext-src/src/dogstatsd -I/tmp/ext-src/ext/php7/integrations -DHAVE_CONFIG_H -g -O2 -c /tmp/ext-src/ext/php7/engine_hooks.c -o ext/php7/engine_hooks.lo
cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Wall -std=gnu11 -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -I/tmp/ext-src -I/tmp/ext-src/ext -I/tmp/ext-src/components -I/tmp/ext-src/zend_abstract_interface -I/tmp/ext-src/ext/vendor -I/tmp/ext-src/ext/vendor/mpack -I/tmp/ext-src/ext/vendor/mt19937 -I/tmp/ext-src/src/dogstatsd -I/tmp/ext-src/ext/php7/integrations -DHAVE_CONFIG_H -g -O2 -c /tmp/ext-src/ext/php7/engine_hooks.c -fPIC -DPIC -o ext/php7/.libs/engine_hooks.o
/bin/bash /tmp/ext-src/libtool --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Wall -std=gnu11 -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -I/tmp/ext-src -I/tmp/ext-src/ext -I/tmp/ext-src/components -I/tmp/ext-src/zend_abstract_interface -I/tmp/ext-src/ext/vendor -I/tmp/ext-src/ext/vendor/mpack -I/tmp/ext-src/ext/vendor/mt19937 -I/tmp/ext-src/src/dogstatsd -I/tmp/ext-src/ext/php7/integrations -DHAVE_CONFIG_H -g -O2 -c /tmp/ext-src/ext/php7/env_config.c -o ext/php7/env_config.lo
cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Wall -std=gnu11 -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -I/tmp/ext-src -I/tmp/ext-src/ext -I/tmp/ext-src/components -I/tmp/ext-src/zend_abstract_interface -I/tmp/ext-src/ext/vendor -I/tmp/ext-src/ext/vendor/mpack -I/tmp/ext-src/ext/vendor/mt19937 -I/tmp/ext-src/src/dogstatsd -I/tmp/ext-src/ext/php7/integrations -DHAVE_CONFIG_H -g -O2 -c /tmp/ext-src/ext/php7/env_config.c -fPIC -DPIC -o ext/php7/.libs/env_config.o
/bin/bash /tmp/ext-src/libtool --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Wall -std=gnu11 -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -I/tmp/ext-src -I/tmp/ext-src/ext -I/tmp/ext-src/components -I/tmp/ext-src/zend_abstract_interface -I/tmp/ext-src/ext/vendor -I/tmp/ext-src/ext/vendor/mpack -I/tmp/ext-src/ext/vendor/mt19937 -I/tmp/ext-src/src/dogstatsd -I/tmp/ext-src/ext/php7/integrations -DHAVE_CONFIG_H -g -O2 -c /tmp/ext-src/ext/php7/excluded_modules.c -o ext/php7/excluded_modules.lo
cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Wall -std=gnu11 -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -I/tmp/ext-src -I/tmp/ext-src/ext -I/tmp/ext-src/components -I/tmp/ext-src/zend_abstract_interface -I/tmp/ext-src/ext/vendor -I/tmp/ext-src/ext/vendor/mpack -I/tmp/ext-src/ext/vendor/mt19937 -I/tmp/ext-src/src/dogstatsd -I/tmp/ext-src/ext/php7/integrations -DHAVE_CONFIG_H -g -O2 -c /tmp/ext-src/ext/php7/excluded_modules.c -fPIC -DPIC -o ext/php7/.libs/excluded_modules.o
/bin/bash /tmp/ext-src/libtool --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Wall -std=gnu11 -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -I/tmp/ext-src -I/tmp/ext-src/ext -I/tmp/ext-src/components -I/tmp/ext-src/zend_abstract_interface -I/tmp/ext-src/ext/vendor -I/tmp/ext-src/ext/vendor/mpack -I/tmp/ext-src/ext/vendor/mt19937 -I/tmp/ext-src/src/dogstatsd -I/tmp/ext-src/ext/php7/integrations -DHAVE_CONFIG_H -g -O2 -c /tmp/ext-src/ext/php7/handlers_curl.c -o ext/php7/handlers_curl.lo
cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Wall -std=gnu11 -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -I/tmp/ext-src -I/tmp/ext-src/ext -I/tmp/ext-src/components -I/tmp/ext-src/zend_abstract_interface -I/tmp/ext-src/ext/vendor -I/tmp/ext-src/ext/vendor/mpack -I/tmp/ext-src/ext/vendor/mt19937 -I/tmp/ext-src/src/dogstatsd -I/tmp/ext-src/ext/php7/integrations -DHAVE_CONFIG_H -g -O2 -c /tmp/ext-src/ext/php7/handlers_curl.c -fPIC -DPIC -o ext/php7/.libs/handlers_curl.o
/bin/bash /tmp/ext-src/libtool --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Wall -std=gnu11 -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -I/tmp/ext-src -I/tmp/ext-src/ext -I/tmp/ext-src/components -I/tmp/ext-src/zend_abstract_interface -I/tmp/ext-src/ext/vendor -I/tmp/ext-src/ext/vendor/mpack -I/tmp/ext-src/ext/vendor/mt19937 -I/tmp/ext-src/src/dogstatsd -I/tmp/ext-src/ext/php7/integrations -DHAVE_CONFIG_H -g -O2 -c /tmp/ext-src/ext/php7/handlers_internal.c -o ext/php7/handlers_internal.lo
cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Wall -std=gnu11 -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -I/tmp/ext-src -I/tmp/ext-src/ext -I/tmp/ext-src/components -I/tmp/ext-src/zend_abstract_interface -I/tmp/ext-src/ext/vendor -I/tmp/ext-src/ext/vendor/mpack -I/tmp/ext-src/ext/vendor/mt19937 -I/tmp/ext-src/src/dogstatsd -I/tmp/ext-src/ext/php7/integrations -DHAVE_CONFIG_H -g -O2 -c /tmp/ext-src/ext/php7/handlers_internal.c -fPIC -DPIC -o ext/php7/.libs/handlers_internal.o
/bin/bash /tmp/ext-src/libtool --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Wall -std=gnu11 -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -I/tmp/ext-src -I/tmp/ext-src/ext -I/tmp/ext-src/components -I/tmp/ext-src/zend_abstract_interface -I/tmp/ext-src/ext/vendor -I/tmp/ext-src/ext/vendor/mpack -I/tmp/ext-src/ext/vendor/mt19937 -I/tmp/ext-src/src/dogstatsd -I/tmp/ext-src/ext/php7/integrations -DHAVE_CONFIG_H -g -O2 -c /tmp/ext-src/ext/php7/handlers_memcached.c -o ext/php7/handlers_memcached.lo
cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Wall -std=gnu11 -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -I/tmp/ext-src -I/tmp/ext-src/ext -I/tmp/ext-src/components -I/tmp/ext-src/zend_abstract_interface -I/tmp/ext-src/ext/vendor -I/tmp/ext-src/ext/vendor/mpack -I/tmp/ext-src/ext/vendor/mt19937 -I/tmp/ext-src/src/dogstatsd -I/tmp/ext-src/ext/php7/integrations -DHAVE_CONFIG_H -g -O2 -c /tmp/ext-src/ext/php7/handlers_memcached.c -fPIC -DPIC -o ext/php7/.libs/handlers_memcached.o
/bin/bash /tmp/ext-src/libtool --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Wall -std=gnu11 -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -I/tmp/ext-src -I/tmp/ext-src/ext -I/tmp/ext-src/components -I/tmp/ext-src/zend_abstract_interface -I/tmp/ext-src/ext/vendor -I/tmp/ext-src/ext/vendor/mpack -I/tmp/ext-src/ext/vendor/mt19937 -I/tmp/ext-src/src/dogstatsd -I/tmp/ext-src/ext/php7/integrations -DHAVE_CONFIG_H -g -O2 -c /tmp/ext-src/ext/php7/handlers_mysqli.c -o ext/php7/handlers_mysqli.lo
cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Wall -std=gnu11 -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -I/tmp/ext-src -I/tmp/ext-src/ext -I/tmp/ext-src/components -I/tmp/ext-src/zend_abstract_interface -I/tmp/ext-src/ext/vendor -I/tmp/ext-src/ext/vendor/mpack -I/tmp/ext-src/ext/vendor/mt19937 -I/tmp/ext-src/src/dogstatsd -I/tmp/ext-src/ext/php7/integrations -DHAVE_CONFIG_H -g -O2 -c /tmp/ext-src/ext/php7/handlers_mysqli.c -fPIC -DPIC -o ext/php7/.libs/handlers_mysqli.o
/bin/bash /tmp/ext-src/libtool --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Wall -std=gnu11 -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -I/tmp/ext-src -I/tmp/ext-src/ext -I/tmp/ext-src/components -I/tmp/ext-src/zend_abstract_interface -I/tmp/ext-src/ext/vendor -I/tmp/ext-src/ext/vendor/mpack -I/tmp/ext-src/ext/vendor/mt19937 -I/tmp/ext-src/src/dogstatsd -I/tmp/ext-src/ext/php7/integrations -DHAVE_CONFIG_H -g -O2 -c /tmp/ext-src/ext/php7/handlers_pdo.c -o ext/php7/handlers_pdo.lo
cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Wall -std=gnu11 -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -I/tmp/ext-src -I/tmp/ext-src/ext -I/tmp/ext-src/components -I/tmp/ext-src/zend_abstract_interface -I/tmp/ext-src/ext/vendor -I/tmp/ext-src/ext/vendor/mpack -I/tmp/ext-src/ext/vendor/mt19937 -I/tmp/ext-src/src/dogstatsd -I/tmp/ext-src/ext/php7/integrations -DHAVE_CONFIG_H -g -O2 -c /tmp/ext-src/ext/php7/handlers_pdo.c -fPIC -DPIC -o ext/php7/.libs/handlers_pdo.o
/bin/bash /tmp/ext-src/libtool --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Wall -std=gnu11 -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -I/tmp/ext-src -I/tmp/ext-src/ext -I/tmp/ext-src/components -I/tmp/ext-src/zend_abstract_interface -I/tmp/ext-src/ext/vendor -I/tmp/ext-src/ext/vendor/mpack -I/tmp/ext-src/ext/vendor/mt19937 -I/tmp/ext-src/src/dogstatsd -I/tmp/ext-src/ext/php7/integrations -DHAVE_CONFIG_H -g -O2 -c /tmp/ext-src/ext/php7/handlers_phpredis.c -o ext/php7/handlers_phpredis.lo
cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Wall -std=gnu11 -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -I/tmp/ext-src -I/tmp/ext-src/ext -I/tmp/ext-src/components -I/tmp/ext-src/zend_abstract_interface -I/tmp/ext-src/ext/vendor -I/tmp/ext-src/ext/vendor/mpack -I/tmp/ext-src/ext/vendor/mt19937 -I/tmp/ext-src/src/dogstatsd -I/tmp/ext-src/ext/php7/integrations -DHAVE_CONFIG_H -g -O2 -c /tmp/ext-src/ext/php7/handlers_phpredis.c -fPIC -DPIC -o ext/php7/.libs/handlers_phpredis.o
/bin/bash /tmp/ext-src/libtool --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Wall -std=gnu11 -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -I/tmp/ext-src -I/tmp/ext-src/ext -I/tmp/ext-src/components -I/tmp/ext-src/zend_abstract_interface -I/tmp/ext-src/ext/vendor -I/tmp/ext-src/ext/vendor/mpack -I/tmp/ext-src/ext/vendor/mt19937 -I/tmp/ext-src/src/dogstatsd -I/tmp/ext-src/ext/php7/integrations -DHAVE_CONFIG_H -g -O2 -c /tmp/ext-src/ext/php7/integrations/integrations.c -o ext/php7/integrations/integrations.lo
mkdir ext/php7/integrations/.libs
cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Wall -std=gnu11 -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -I/tmp/ext-src -I/tmp/ext-src/ext -I/tmp/ext-src/components -I/tmp/ext-src/zend_abstract_interface -I/tmp/ext-src/ext/vendor -I/tmp/ext-src/ext/vendor/mpack -I/tmp/ext-src/ext/vendor/mt19937 -I/tmp/ext-src/src/dogstatsd -I/tmp/ext-src/ext/php7/integrations -DHAVE_CONFIG_H -g -O2 -c /tmp/ext-src/ext/php7/integrations/integrations.c -fPIC -DPIC -o ext/php7/integrations/.libs/integrations.o
/bin/bash /tmp/ext-src/libtool --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Wall -std=gnu11 -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -I/tmp/ext-src -I/tmp/ext-src/ext -I/tmp/ext-src/components -I/tmp/ext-src/zend_abstract_interface -I/tmp/ext-src/ext/vendor -I/tmp/ext-src/ext/vendor/mpack -I/tmp/ext-src/ext/vendor/mt19937 -I/tmp/ext-src/src/dogstatsd -I/tmp/ext-src/ext/php7/integrations -DHAVE_CONFIG_H -g -O2 -c /tmp/ext-src/ext/php7/logging.c -o ext/php7/logging.lo
cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Wall -std=gnu11 -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -I/tmp/ext-src -I/tmp/ext-src/ext -I/tmp/ext-src/components -I/tmp/ext-src/zend_abstract_interface -I/tmp/ext-src/ext/vendor -I/tmp/ext-src/ext/vendor/mpack -I/tmp/ext-src/ext/vendor/mt19937 -I/tmp/ext-src/src/dogstatsd -I/tmp/ext-src/ext/php7/integrations -DHAVE_CONFIG_H -g -O2 -c /tmp/ext-src/ext/php7/logging.c -fPIC -DPIC -o ext/php7/.libs/logging.o
/bin/bash /tmp/ext-src/libtool --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Wall -std=gnu11 -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -I/tmp/ext-src -I/tmp/ext-src/ext -I/tmp/ext-src/components -I/tmp/ext-src/zend_abstract_interface -I/tmp/ext-src/ext/vendor -I/tmp/ext-src/ext/vendor/mpack -I/tmp/ext-src/ext/vendor/mt19937 -I/tmp/ext-src/src/dogstatsd -I/tmp/ext-src/ext/php7/integrations -DHAVE_CONFIG_H -g -O2 -c /tmp/ext-src/ext/php7/memory_limit.c -o ext/php7/memory_limit.lo
cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Wall -std=gnu11 -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -I/tmp/ext-src -I/tmp/ext-src/ext -I/tmp/ext-src/components -I/tmp/ext-src/zend_abstract_interface -I/tmp/ext-src/ext/vendor -I/tmp/ext-src/ext/vendor/mpack -I/tmp/ext-src/ext/vendor/mt19937 -I/tmp/ext-src/src/dogstatsd -I/tmp/ext-src/ext/php7/integrations -DHAVE_CONFIG_H -g -O2 -c /tmp/ext-src/ext/php7/memory_limit.c -fPIC -DPIC -o ext/php7/.libs/memory_limit.o
/bin/bash /tmp/ext-src/libtool --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Wall -std=gnu11 -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -I/tmp/ext-src -I/tmp/ext-src/ext -I/tmp/ext-src/components -I/tmp/ext-src/zend_abstract_interface -I/tmp/ext-src/ext/vendor -I/tmp/ext-src/ext/vendor/mpack -I/tmp/ext-src/ext/vendor/mt19937 -I/tmp/ext-src/src/dogstatsd -I/tmp/ext-src/ext/php7/integrations -DHAVE_CONFIG_H -g -O2 -c /tmp/ext-src/ext/php7/php7/dispatch.c -o ext/php7/php7/dispatch.lo
mkdir ext/php7/php7/.libs
cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Wall -std=gnu11 -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -I/tmp/ext-src -I/tmp/ext-src/ext -I/tmp/ext-src/components -I/tmp/ext-src/zend_abstract_interface -I/tmp/ext-src/ext/vendor -I/tmp/ext-src/ext/vendor/mpack -I/tmp/ext-src/ext/vendor/mt19937 -I/tmp/ext-src/src/dogstatsd -I/tmp/ext-src/ext/php7/integrations -DHAVE_CONFIG_H -g -O2 -c /tmp/ext-src/ext/php7/php7/dispatch.c -fPIC -DPIC -o ext/php7/php7/.libs/dispatch.o
/bin/bash /tmp/ext-src/libtool --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Wall -std=gnu11 -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -I/tmp/ext-src -I/tmp/ext-src/ext -I/tmp/ext-src/components -I/tmp/ext-src/zend_abstract_interface -I/tmp/ext-src/ext/vendor -I/tmp/ext-src/ext/vendor/mpack -I/tmp/ext-src/ext/vendor/mt19937 -I/tmp/ext-src/src/dogstatsd -I/tmp/ext-src/ext/php7/integrations -DHAVE_CONFIG_H -g -O2 -c /tmp/ext-src/ext/php7/php7/engine_hooks.c -o ext/php7/php7/engine_hooks.lo
cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Wall -std=gnu11 -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -I/tmp/ext-src -I/tmp/ext-src/ext -I/tmp/ext-src/components -I/tmp/ext-src/zend_abstract_interface -I/tmp/ext-src/ext/vendor -I/tmp/ext-src/ext/vendor/mpack -I/tmp/ext-src/ext/vendor/mt19937 -I/tmp/ext-src/src/dogstatsd -I/tmp/ext-src/ext/php7/integrations -DHAVE_CONFIG_H -g -O2 -c /tmp/ext-src/ext/php7/php7/engine_hooks.c -fPIC -DPIC -o ext/php7/php7/.libs/engine_hooks.o
/bin/bash /tmp/ext-src/libtool --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Wall -std=gnu11 -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -I/tmp/ext-src -I/tmp/ext-src/ext -I/tmp/ext-src/components -I/tmp/ext-src/zend_abstract_interface -I/tmp/ext-src/ext/vendor -I/tmp/ext-src/ext/vendor/mpack -I/tmp/ext-src/ext/vendor/mt19937 -I/tmp/ext-src/src/dogstatsd -I/tmp/ext-src/ext/php7/integrations -DHAVE_CONFIG_H -g -O2 -c /tmp/ext-src/ext/php7/random.c -o ext/php7/random.lo
cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Wall -std=gnu11 -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -I/tmp/ext-src -I/tmp/ext-src/ext -I/tmp/ext-src/components -I/tmp/ext-src/zend_abstract_interface -I/tmp/ext-src/ext/vendor -I/tmp/ext-src/ext/vendor/mpack -I/tmp/ext-src/ext/vendor/mt19937 -I/tmp/ext-src/src/dogstatsd -I/tmp/ext-src/ext/php7/integrations -DHAVE_CONFIG_H -g -O2 -c /tmp/ext-src/ext/php7/random.c -fPIC -DPIC -o ext/php7/.libs/random.o
/bin/bash /tmp/ext-src/libtool --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Wall -std=gnu11 -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -I/tmp/ext-src -I/tmp/ext-src/ext -I/tmp/ext-src/components -I/tmp/ext-src/zend_abstract_interface -I/tmp/ext-src/ext/vendor -I/tmp/ext-src/ext/vendor/mpack -I/tmp/ext-src/ext/vendor/mt19937 -I/tmp/ext-src/src/dogstatsd -I/tmp/ext-src/ext/php7/integrations -DHAVE_CONFIG_H -g -O2 -c /tmp/ext-src/ext/php7/request_hooks.c -o ext/php7/request_hooks.lo
cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Wall -std=gnu11 -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -I/tmp/ext-src -I/tmp/ext-src/ext -I/tmp/ext-src/components -I/tmp/ext-src/zend_abstract_interface -I/tmp/ext-src/ext/vendor -I/tmp/ext-src/ext/vendor/mpack -I/tmp/ext-src/ext/vendor/mt19937 -I/tmp/ext-src/src/dogstatsd -I/tmp/ext-src/ext/php7/integrations -DHAVE_CONFIG_H -g -O2 -c /tmp/ext-src/ext/php7/request_hooks.c -fPIC -DPIC -o ext/php7/.libs/request_hooks.o
/bin/bash /tmp/ext-src/libtool --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Wall -std=gnu11 -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -I/tmp/ext-src -I/tmp/ext-src/ext -I/tmp/ext-src/components -I/tmp/ext-src/zend_abstract_interface -I/tmp/ext-src/ext/vendor -I/tmp/ext-src/ext/vendor/mpack -I/tmp/ext-src/ext/vendor/mt19937 -I/tmp/ext-src/src/dogstatsd -I/tmp/ext-src/ext/php7/integrations -DHAVE_CONFIG_H -g -O2 -c /tmp/ext-src/ext/php7/serializer.c -o ext/php7/serializer.lo
cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Wall -std=gnu11 -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -I/tmp/ext-src -I/tmp/ext-src/ext -I/tmp/ext-src/components -I/tmp/ext-src/zend_abstract_interface -I/tmp/ext-src/ext/vendor -I/tmp/ext-src/ext/vendor/mpack -I/tmp/ext-src/ext/vendor/mt19937 -I/tmp/ext-src/src/dogstatsd -I/tmp/ext-src/ext/php7/integrations -DHAVE_CONFIG_H -g -O2 -c /tmp/ext-src/ext/php7/serializer.c -fPIC -DPIC -o ext/php7/.libs/serializer.o
/bin/bash /tmp/ext-src/libtool --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Wall -std=gnu11 -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -I/tmp/ext-src -I/tmp/ext-src/ext -I/tmp/ext-src/components -I/tmp/ext-src/zend_abstract_interface -I/tmp/ext-src/ext/vendor -I/tmp/ext-src/ext/vendor/mpack -I/tmp/ext-src/ext/vendor/mt19937 -I/tmp/ext-src/src/dogstatsd -I/tmp/ext-src/ext/php7/integrations -DHAVE_CONFIG_H -g -O2 -c /tmp/ext-src/ext/php7/signals.c -o ext/php7/signals.lo
cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Wall -std=gnu11 -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -I/tmp/ext-src -I/tmp/ext-src/ext -I/tmp/ext-src/components -I/tmp/ext-src/zend_abstract_interface -I/tmp/ext-src/ext/vendor -I/tmp/ext-src/ext/vendor/mpack -I/tmp/ext-src/ext/vendor/mt19937 -I/tmp/ext-src/src/dogstatsd -I/tmp/ext-src/ext/php7/integrations -DHAVE_CONFIG_H -g -O2 -c /tmp/ext-src/ext/php7/signals.c -fPIC -DPIC -o ext/php7/.libs/signals.o
/bin/bash /tmp/ext-src/libtool --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Wall -std=gnu11 -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -I/tmp/ext-src -I/tmp/ext-src/ext -I/tmp/ext-src/components -I/tmp/ext-src/zend_abstract_interface -I/tmp/ext-src/ext/vendor -I/tmp/ext-src/ext/vendor/mpack -I/tmp/ext-src/ext/vendor/mt19937 -I/tmp/ext-src/src/dogstatsd -I/tmp/ext-src/ext/php7/integrations -DHAVE_CONFIG_H -g -O2 -c /tmp/ext-src/ext/php7/span.c -o ext/php7/span.lo
cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Wall -std=gnu11 -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -I/tmp/ext-src -I/tmp/ext-src/ext -I/tmp/ext-src/components -I/tmp/ext-src/zend_abstract_interface -I/tmp/ext-src/ext/vendor -I/tmp/ext-src/ext/vendor/mpack -I/tmp/ext-src/ext/vendor/mt19937 -I/tmp/ext-src/src/dogstatsd -I/tmp/ext-src/ext/php7/integrations -DHAVE_CONFIG_H -g -O2 -c /tmp/ext-src/ext/php7/span.c -fPIC -DPIC -o ext/php7/.libs/span.o
/bin/bash /tmp/ext-src/libtool --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Wall -std=gnu11 -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -I/tmp/ext-src -I/tmp/ext-src/ext -I/tmp/ext-src/components -I/tmp/ext-src/zend_abstract_interface -I/tmp/ext-src/ext/vendor -I/tmp/ext-src/ext/vendor/mpack -I/tmp/ext-src/ext/vendor/mt19937 -I/tmp/ext-src/src/dogstatsd -I/tmp/ext-src/ext/php7/integrations -DHAVE_CONFIG_H -g -O2 -c /tmp/ext-src/ext/php7/startup_logging.c -o ext/php7/startup_logging.lo
cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Wall -std=gnu11 -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -I/tmp/ext-src -I/tmp/ext-src/ext -I/tmp/ext-src/components -I/tmp/ext-src/zend_abstract_interface -I/tmp/ext-src/ext/vendor -I/tmp/ext-src/ext/vendor/mpack -I/tmp/ext-src/ext/vendor/mt19937 -I/tmp/ext-src/src/dogstatsd -I/tmp/ext-src/ext/php7/integrations -DHAVE_CONFIG_H -g -O2 -c /tmp/ext-src/ext/php7/startup_logging.c -fPIC -DPIC -o ext/php7/.libs/startup_logging.o
/bin/bash /tmp/ext-src/libtool --mode=link cc -DPHP_ATOM_INC -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 -I/tmp/ext-src -I/tmp/ext-src/ext -I/tmp/ext-src/components -I/tmp/ext-src/zend_abstract_interface -I/tmp/ext-src/ext/vendor -I/tmp/ext-src/ext/vendor/mpack -I/tmp/ext-src/ext/vendor/mt19937 -I/tmp/ext-src/src/dogstatsd -I/tmp/ext-src/ext/php7/integrations -DHAVE_CONFIG_H -g -O2 -o ddtrace.la -export-dynamic -avoid-version -prefer-pic -module -rpath /tmp/ext-src/modules -lcurl -lrt components/container_id/container_id.lo components/sapi/sapi.lo components/string_view/string_view.lo zend_abstract_interface/zai_sapi/php7/zai_sapi.lo zend_abstract_interface/zai_sapi/zai_sapi_functions.lo zend_abstract_interface/zai_sapi/zai_sapi_ini.lo zend_abstract_interface/zai_sapi/zai_sapi_io.lo ext/vendor/mpack/mpack.lo ext/vendor/mt19937/mt19937-64.lo src/dogstatsd/client.lo ext/php7/ddtrace.lo ext/php7/arrays.lo ext/php7/auto_flush.lo ext/php7/circuit_breaker.lo ext/php7/comms_php.lo ext/php7/compat_string.lo ext/php7/coms.lo ext/php7/configuration.lo ext/php7/configuration_php_iface.lo ext/php7/ddshared.lo ext/php7/ddtrace_string.lo ext/php7/dispatch.lo ext/php7/dogstatsd_client.lo ext/php7/engine_api.lo ext/php7/engine_hooks.lo ext/php7/env_config.lo ext/php7/excluded_modules.lo ext/php7/handlers_curl.lo ext/php7/handlers_internal.lo ext/php7/handlers_memcached.lo ext/php7/handlers_mysqli.lo ext/php7/handlers_pdo.lo ext/php7/handlers_phpredis.lo ext/php7/integrations/integrations.lo ext/php7/logging.lo ext/php7/memory_limit.lo ext/php7/php7/dispatch.lo ext/php7/php7/engine_hooks.lo ext/php7/random.lo ext/php7/request_hooks.lo ext/php7/serializer.lo ext/php7/signals.lo ext/php7/span.lo ext/php7/startup_logging.lo
mkdir .libs
cc -shared components/container_id/.libs/container_id.o components/sapi/.libs/sapi.o components/string_view/.libs/string_view.o zend_abstract_interface/zai_sapi/php7/.libs/zai_sapi.o zend_abstract_interface/zai_sapi/.libs/zai_sapi_functions.o zend_abstract_interface/zai_sapi/.libs/zai_sapi_ini.o zend_abstract_interface/zai_sapi/.libs/zai_sapi_io.o ext/vendor/mpack/.libs/mpack.o ext/vendor/mt19937/.libs/mt19937-64.o src/dogstatsd/.libs/client.o ext/php7/.libs/ddtrace.o ext/php7/.libs/arrays.o ext/php7/.libs/auto_flush.o ext/php7/.libs/circuit_breaker.o ext/php7/.libs/comms_php.o ext/php7/.libs/compat_string.o ext/php7/.libs/coms.o ext/php7/.libs/configuration.o ext/php7/.libs/configuration_php_iface.o ext/php7/.libs/ddshared.o ext/php7/.libs/ddtrace_string.o ext/php7/.libs/dispatch.o ext/php7/.libs/dogstatsd_client.o ext/php7/.libs/engine_api.o ext/php7/.libs/engine_hooks.o ext/php7/.libs/env_config.o ext/php7/.libs/excluded_modules.o ext/php7/.libs/handlers_curl.o ext/php7/.libs/handlers_internal.o ext/php7/.libs/handlers_memcached.o ext/php7/.libs/handlers_mysqli.o ext/php7/.libs/handlers_pdo.o ext/php7/.libs/handlers_phpredis.o ext/php7/integrations/.libs/integrations.o ext/php7/.libs/logging.o ext/php7/.libs/memory_limit.o ext/php7/php7/.libs/dispatch.o ext/php7/php7/.libs/engine_hooks.o ext/php7/.libs/random.o ext/php7/.libs/request_hooks.o ext/php7/.libs/serializer.o ext/php7/.libs/signals.o ext/php7/.libs/span.o ext/php7/.libs/startup_logging.o /usr/lib/x86_64-linux-gnu/libcurl.so -lrt -Wl,-soname -Wl,ddtrace.so -o .libs/ddtrace.so
creating ddtrace.la
(cd .libs && rm -f ddtrace.la && ln -s ../ddtrace.la ddtrace.la)
/bin/bash /tmp/ext-src/libtool --mode=install cp ./ddtrace.la /tmp/ext-src/modules
cp ./.libs/ddtrace.so /tmp/ext-src/modules/ddtrace.so
cp ./.libs/ddtrace.lai /tmp/ext-src/modules/ddtrace.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 : 7.3.28
ZEND_VERSION: 3.3.28
PHP_OS : Linux - Linux ea770b2fdcde 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 : 7.3.28
ZEND_VERSION: 3.3.28
PHP_OS : Linux - Linux ea770b2fdcde 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-29 23:19:12
=====================================================================
TEST 1/304 [tests/C2PHP/get_context_distributed_tracing_test.phpt]
FAIL Distributed tracing context with an origin [tests/C2PHP/get_context_distributed_tracing_test.phpt]
TEST 2/304 [tests/ext/background-sender/agent_headers.phpt]
SKIP HTTP headers are sent to the Agent from the background sender [tests/ext/background-sender/agent_headers.phpt] reason: : Test has development environment dependencies
TEST 3/304 [tests/ext/background-sender/agent_headers_container_id.phpt]
SKIP The container ID is sent via HTTP headers to the Agent [tests/ext/background-sender/agent_headers_container_id.phpt] reason: : Test has development environment dependencies
TEST 4/304 [tests/ext/background-sender/agent_headers_container_id_empty.phpt]
SKIP An empty container ID is not sent via HTTP headers to the Agent [tests/ext/background-sender/agent_headers_container_id_empty.phpt] reason: : Test has development environment dependencies
TEST 5/304 [tests/ext/background-sender/agent_headers_container_id_fargate.phpt]
SKIP The Fargate 1.4+ container ID is sent via HTTP headers to the Agent [tests/ext/background-sender/agent_headers_container_id_fargate.phpt] reason: : Test has development environment dependencies
TEST 6/304 [tests/ext/background-sender/agent_headers_ignore_userland.phpt]
SKIP HTTP Agent headers are ignored from userland [tests/ext/background-sender/agent_headers_ignore_userland.phpt] reason: : Test has development environment dependencies
TEST 7/304 [tests/ext/call_user_func/namespaced-array.phpt]
SKIP Test that call_user_func_array can trace inside a namespace [tests/ext/call_user_func/namespaced-array.phpt] reason: : only supported on PHP 5 atm
TEST 8/304 [tests/ext/call_user_func/namespaced.phpt]
SKIP Test that call_user_func can trace inside a namespace [tests/ext/call_user_func/namespaced.phpt] reason: : only supported on PHP 5 atm
TEST 9/304 [tests/ext/call_user_func/not-namespaced-array.phpt]
PASS Test that call_user_func_array can trace in global scope [tests/ext/call_user_func/not-namespaced-array.phpt]
TEST 10/304 [tests/ext/call_user_func/not-namespaced.phpt]
PASS Test that call_user_func can trace in global scope [tests/ext/call_user_func/not-namespaced.phpt]
TEST 11/304 [tests/ext/check_memory_under_limit_default.phpt]
PASS Test dd_trace_check_memory_under_limit() returning correct values for default [tests/ext/check_memory_under_limit_default.phpt]
TEST 12/304 [tests/ext/check_memory_under_limit_high_limit.phpt]
PASS Test dd_trace_check_memory_under_limit() returning correct values [tests/ext/check_memory_under_limit_high_limit.phpt]
TEST 13/304 [tests/ext/check_memory_under_limit_high_user_limit.phpt]
PASS Test dd_trace_check_memory_under_limit() returning correct values [tests/ext/check_memory_under_limit_high_user_limit.phpt]
TEST 14/304 [tests/ext/check_memory_under_limit_low_limit.phpt]
PASS Test dd_trace_check_memory_under_limit() returning correct values [tests/ext/check_memory_under_limit_low_limit.phpt]
TEST 15/304 [tests/ext/check_memory_under_limit_low_user_limit.phpt]
PASS Test dd_trace_check_memory_under_limit() returning correct values [tests/ext/check_memory_under_limit_low_user_limit.phpt]
TEST 16/304 [tests/ext/circuit_breaker_info.phpt]
PASS Correctness of circuit breaker info [tests/ext/circuit_breaker_info.phpt]
TEST 17/304 [tests/ext/circuit_breaker_max_failures.phpt]
PASS Circuit breaker failures count over maximum is tripping the protection [tests/ext/circuit_breaker_max_failures.phpt]
TEST 18/304 [tests/ext/circuit_breaker_retry_time.phpt]
PASS Test circuit breaker retrying functionality [tests/ext/circuit_breaker_retry_time.phpt]
TEST 19/304 [tests/ext/dd_trace_api_error.phpt]
PASS dd_trace() declarative API error cases [tests/ext/dd_trace_api_error.phpt]
TEST 20/304 [tests/ext/dd_trace_coms_empty_stacks_correctly_recycled.phpt]
PASS Coms test no memory leaks with empty data store [tests/ext/dd_trace_coms_empty_stacks_correctly_recycled.phpt]
TEST 21/304 [tests/ext/dd_trace_push_span_id_from_userland.phpt]
PASS Push a span ID onto the stack from userland [tests/ext/dd_trace_push_span_id_from_userland.phpt]
TEST 22/304 [tests/ext/dd_trace_send_traces_via_thread_001.phpt]
PASS background sender happy path [tests/ext/dd_trace_send_traces_via_thread_001.phpt]
TEST 23/304 [tests/ext/dd_trace_send_traces_via_thread_002.phpt]
PASS background sender should reject msgpack array prefix that does not match expected number of traces [tests/ext/dd_trace_send_traces_via_thread_002.phpt]
TEST 24/304 [tests/ext/dd_trace_serialize_msgpack.phpt]
PASS Basic functionality of dd_trace_serialize_msgpack() [tests/ext/dd_trace_serialize_msgpack.phpt]
TEST 25/304 [tests/ext/dd_trace_serialize_msgpack_error.phpt]
PASS dd_trace_serialize_msgpack() error conditions [tests/ext/dd_trace_serialize_msgpack_error.phpt]
TEST 26/304 [tests/ext/dd_trace_serialize_msgpack_reference.phpt]
PASS dd_trace_serialize_msgpack() with references [tests/ext/dd_trace_serialize_msgpack_reference.phpt]
TEST 27/304 [tests/ext/dd_trace_tracer_is_limited_memory.phpt]
PASS dd_trace_tracer_is_limited() limits the tracer with a memory limit [tests/ext/dd_trace_tracer_is_limited_memory.phpt]
TEST 28/304 [tests/ext/dd_trace_warning.phpt]
PASS Warn on dd_trace usage only once [tests/ext/dd_trace_warning.phpt]
TEST 29/304 [tests/ext/do_not_check_if_class_or_function_exists_by_default.phpt]
PASS Do not throw exceptions when veryfying if class/method and function exists. [tests/ext/do_not_check_if_class_or_function_exists_by_default.phpt]
TEST 30/304 [tests/ext/extension_disabled.phpt]
PASS Sanity check when extension is disabled [tests/ext/extension_disabled.phpt]
TEST 31/304 [tests/ext/from_php_7_3_bug61728.phpt]
PASS Bug #61728 (PHP crash when calling ob_start in request_shutdown phase) [tests/ext/from_php_7_3_bug61728.phpt]
TEST 32/304 [tests/ext/from_php_7_3_test_user_streams_consumed_bug.phpt]
PASS Testing user filter on streams [tests/ext/from_php_7_3_test_user_streams_consumed_bug.phpt]
TEST 33/304 [tests/ext/get_memory_limit_0.phpt]
PASS Test get_memory_limit() returning correct values for default [tests/ext/get_memory_limit_0.phpt]
TEST 34/304 [tests/ext/get_memory_limit_0_percent.phpt]
PASS Test get_memory_limit() returning correct values [tests/ext/get_memory_limit_0_percent.phpt]
TEST 35/304 [tests/ext/get_memory_limit_default.phpt]
PASS Test get_memory_limit() returning correct values for default [tests/ext/get_memory_limit_default.phpt]
TEST 36/304 [tests/ext/get_memory_limit_set_by_absolute.phpt]
PASS Test get_memory_limit() returning correct values [tests/ext/get_memory_limit_set_by_absolute.phpt]
TEST 37/304 [tests/ext/get_memory_limit_set_by_percentage.phpt]
PASS Test get_memory_limit() returning correct values [tests/ext/get_memory_limit_set_by_percentage.phpt]
TEST 38/304 [tests/ext/get_memory_limit_unlimited_default.phpt]
PASS Test get_memory_limit() returning correct values [tests/ext/get_memory_limit_unlimited_default.phpt]
TEST 39/304 [tests/ext/get_memory_limit_unlimited_set_by_absolute.phpt]
PASS Test get_memory_limit() returning correct values [tests/ext/get_memory_limit_unlimited_set_by_absolute.phpt]
TEST 40/304 [tests/ext/get_memory_limit_unlimited_set_by_percentage.phpt]
PASS Test get_memory_limit() returning correct values [tests/ext/get_memory_limit_unlimited_set_by_percentage.phpt]
TEST 41/304 [tests/ext/integrations/curl/distributed_tracing_curl.phpt]
SKIP Distributed tracing headers propagate with curl_exec() [tests/ext/integrations/curl/distributed_tracing_curl.phpt] reason: : HTTPBIN_HOSTNAME env var required
TEST 42/304 [tests/ext/integrations/curl/distributed_tracing_curl_copy_handle.phpt]
SKIP Distributed tracing headers propagate after curl_copy_handle() [tests/ext/integrations/curl/distributed_tracing_curl_copy_handle.phpt] reason: : HTTPBIN_HOSTNAME env var required
TEST 43/304 [tests/ext/integrations/curl/distributed_tracing_curl_existing_headers_001.phpt]
SKIP Distributed tracing headers propagate with existing headers set with curl_setopt() [tests/ext/integrations/curl/distributed_tracing_curl_existing_headers_001.phpt] reason: : HTTPBIN_HOSTNAME env var required
TEST 44/304 [tests/ext/integrations/curl/distributed_tracing_curl_existing_headers_002.phpt]
SKIP Distributed tracing headers propagate with existing headers set with curl_setopt_array() [tests/ext/integrations/curl/distributed_tracing_curl_existing_headers_002.phpt] reason: : HTTPBIN_HOSTNAME env var required
TEST 45/304 [tests/ext/integrations/curl/distributed_tracing_curl_missing_fn.phpt]
SKIP If curl_inject_distributed_headers helper is missing, we don't sigsegv, right? [tests/ext/integrations/curl/distributed_tracing_curl_missing_fn.phpt] reason: : HTTPBIN_HOSTNAME env var required
TEST 46/304 [tests/ext/integrations/curl/distributed_tracing_curl_multi_exec_001.phpt]
SKIP Distributed tracing headers propagate with curl_multi_exec() [tests/ext/integrations/curl/distributed_tracing_curl_multi_exec_001.phpt] reason: : HTTPBIN_HOSTNAME env var required
TEST 47/304 [tests/ext/integrations/curl/distributed_tracing_curl_multi_exec_002.phpt]
SKIP Distributed tracing headers propagate when curl_multi_init() is called before curl_init() [tests/ext/integrations/curl/distributed_tracing_curl_multi_exec_002.phpt] reason: : HTTPBIN_HOSTNAME env var required
TEST 48/304 [tests/ext/integrations/curl/distributed_tracing_curl_multi_exec_copy_handle.phpt]
SKIP Distributed tracing headers propagate with curl_multi_exec() after curl_copy_handle() [tests/ext/integrations/curl/distributed_tracing_curl_multi_exec_copy_handle.phpt] reason: : HTTPBIN_HOSTNAME env var required
TEST 49/304 [tests/ext/integrations/curl/distributed_tracing_curl_multi_exec_copy_handle_bug_71523.phpt]
SKIP (Bug #71523) Distributed tracing headers propagate with curl_multi_exec() after curl_copy_handle() [tests/ext/integrations/curl/distributed_tracing_curl_multi_exec_copy_handle_bug_71523.phpt] reason: : PHP >= 5.6.16 is not affected by bug #71523
TEST 50/304 [tests/ext/integrations/curl/distributed_tracing_curl_multi_exec_disable.phpt]
SKIP Distributed tracing headers do not propagate with curl_multi_exec() after dd_trace_disable_in_request() [tests/ext/integrations/curl/distributed_tracing_curl_multi_exec_disable.phpt] reason: : HTTPBIN_HOSTNAME env var required
TEST 51/304 [tests/ext/integrations/curl/distributed_tracing_curl_multi_exec_existing_headers_001.phpt]
SKIP Distributed tracing headers propagate with curl_multi_exec() and headers set with curl_setopt() [tests/ext/integrations/curl/distributed_tracing_curl_multi_exec_existing_headers_001.phpt] reason: : HTTPBIN_HOSTNAME env var required
TEST 52/304 [tests/ext/integrations/curl/distributed_tracing_curl_multi_exec_existing_headers_002.phpt]
SKIP Distributed tracing headers propagate with curl_multi_exec() and headers set with curl_setopt_array() [tests/ext/integrations/curl/distributed_tracing_curl_multi_exec_existing_headers_002.phpt] reason: : HTTPBIN_HOSTNAME env var required
TEST 53/304 [tests/ext/integrations/curl/distributed_tracing_curl_sandboxed.phpt]
SKIP Calls to curl_inject_distributed_headers() are sandboxed [tests/ext/integrations/curl/distributed_tracing_curl_sandboxed.phpt] reason: : HTTPBIN_HOSTNAME env var required
TEST 54/304 [tests/ext/read_c_configuration.phpt]
PASS Ensure we can read C configuration data [tests/ext/read_c_configuration.phpt]
TEST 55/304 [tests/ext/request-init-hook/auto_prepend_file_none.phpt]
PASS auto_prepend_file set to 'none' [tests/ext/request-init-hook/auto_prepend_file_none.phpt]
TEST 56/304 [tests/ext/request-init-hook/auto_prepend_file_once.phpt]
PASS The request init hook will be run only one time [tests/ext/request-init-hook/auto_prepend_file_once.phpt]
TEST 57/304 [tests/ext/request-init-hook/auto_prepend_file_original.phpt]
PASS The original auto_prepend_file will be included after the request init hook [tests/ext/request-init-hook/auto_prepend_file_original.phpt]
TEST 58/304 [tests/ext/request-init-hook/auto_prepend_file_original_disabled.phpt]
PASS The original auto_prepend_file will be included even when ddtrace is disabled from ENV [tests/ext/request-init-hook/auto_prepend_file_original_disabled.phpt]
TEST 59/304 [tests/ext/request-init-hook/auto_prepend_file_original_disabled_ini.phpt]
PASS The original auto_prepend_file will be included even when ddtrace is disabled from INI [tests/ext/request-init-hook/auto_prepend_file_original_disabled_ini.phpt]
TEST 60/304 [tests/ext/request-init-hook/auto_prepend_file_original_exit.phpt]
PASS A call to exit in the original auto_prepend_file will halt the request [tests/ext/request-init-hook/auto_prepend_file_original_exit.phpt]
TEST 61/304 [tests/ext/request-init-hook/dd_init_open_basedir.phpt]
PASS Calling dd_init.php is confined to open_basedir settings [tests/ext/request-init-hook/dd_init_open_basedir.phpt]
TEST 62/304 [tests/ext/request-init-hook/error_get_last_is_unaffected.phpt]
PASS Errors in request init hook do not affect error_get_last() [tests/ext/request-init-hook/error_get_last_is_unaffected.phpt]
TEST 63/304 [tests/ext/request-init-hook/request_init_hook_confined_to_open_basedir.phpt]
PASS Request init hook is confined to open_basedir [tests/ext/request-init-hook/request_init_hook_confined_to_open_basedir.phpt]
TEST 64/304 [tests/ext/request-init-hook/request_init_hook_contains_non_printable_character.phpt]
PASS Request init hook loads files without using multibyte flag [tests/ext/request-init-hook/request_init_hook_contains_non_printable_character.phpt]
TEST 65/304 [tests/ext/request-init-hook/request_init_hook_file_not_found.phpt]
PASS Do not fail when PHP code couldn't be loaded [tests/ext/request-init-hook/request_init_hook_file_not_found.phpt]
TEST 66/304 [tests/ext/request-init-hook/request_init_hook_ignores_exceptions.phpt]
PASS Request init hook ignores exceptions [tests/ext/request-init-hook/request_init_hook_ignores_exceptions.phpt]
TEST 67/304 [tests/ext/request-init-hook/request_init_hook_ignores_fatal_errors.phpt]
PASS Request init hook ignores fatal errors [tests/ext/request-init-hook/request_init_hook_ignores_fatal_errors.phpt]
TEST 68/304 [tests/ext/request-init-hook/request_init_hook_ignores_fatal_errors_php_54.phpt]
SKIP Request init hook ignores fatal errors (PHP 5.4) [tests/ext/request-init-hook/request_init_hook_ignores_fatal_errors_php_54.phpt] reason: : Test for PHP 5.4 only
TEST 69/304 [tests/ext/request-init-hook/run_file_before_request_handling.phpt]
PASS Prepend PHP code before the processing takes place and do not blacklist functionality on partial match [tests/ext/request-init-hook/run_file_before_request_handling.phpt]
TEST 70/304 [tests/ext/request-init-hook/shebang.phpt]
PASS Shebang should not affect line numbers [tests/ext/request-init-hook/shebang.phpt]
TEST 71/304 [tests/ext/request_timeout_01.phpt]
PASS A PHP request timeout does not leak/segfault (run with leak detection) [tests/ext/request_timeout_01.phpt]
TEST 72/304 [tests/ext/sandbox-prehook/access_modifier_method_access_hook.phpt]
PASS [Prehook regression] Private and protected methods are called from a tracing closure [tests/ext/sandbox-prehook/access_modifier_method_access_hook.phpt]
TEST 73/304 [tests/ext/sandbox-prehook/access_modifier_property_access_hook.phpt]
PASS [Prehook regression] Private and protected properties are accessed from a tracing closure [tests/ext/sandbox-prehook/access_modifier_property_access_hook.phpt]
TEST 74/304 [tests/ext/sandbox-prehook/args_copy_before_mutation.phpt]
PASS [Prehook] Arguments are copied before mutation can occur [tests/ext/sandbox-prehook/args_copy_before_mutation.phpt]
TEST 75/304 [tests/ext/sandbox-prehook/close_on_exit.phpt]
PASS [Prehook Regression] Run sandbox closures for open spans on exit [tests/ext/sandbox-prehook/close_on_exit.phpt]
TEST 76/304 [tests/ext/sandbox-prehook/closure_arg_exception.phpt]
PASS [Prehook] Tracing closure does not have access to thrown exception [tests/ext/sandbox-prehook/closure_arg_exception.phpt]
TEST 77/304 [tests/ext/sandbox-prehook/closure_arg_retval.phpt]
PASS [Prehook] Tracing closure does not have access to return value [tests/ext/sandbox-prehook/closure_arg_retval.phpt]
TEST 78/304 [tests/ext/sandbox-prehook/dd_trace_api_error.phpt]
PASS [Prehook] API error cases [tests/ext/sandbox-prehook/dd_trace_api_error.phpt]
TEST 79/304 [tests/ext/sandbox-prehook/dd_trace_function_internal.phpt]
PASS [Prehook Regression] DDTrace\trace_function() can trace internal functions with internal spans [tests/ext/sandbox-prehook/dd_trace_function_internal.phpt]
TEST 80/304 [tests/ext/sandbox-prehook/dd_trace_function_userland.phpt]
PASS [Prehook Regression] DDTrace\trace_function() can trace userland functions with internal spans [tests/ext/sandbox-prehook/dd_trace_function_userland.phpt]
TEST 81/304 [tests/ext/sandbox-prehook/dd_trace_method.phpt]
PASS [Prehook Regression] DDTrace\trace_method() can trace with internal spans [tests/ext/sandbox-prehook/dd_trace_method.phpt]
TEST 82/304 [tests/ext/sandbox-prehook/dd_trace_method_binds_called_object.phpt]
PASS [Prehook Regression] DDTrace\trace_method() binds the called object to the tracing closure [tests/ext/sandbox-prehook/dd_trace_method_binds_called_object.phpt]
TEST 83/304 [tests/ext/sandbox-prehook/drop_spans.phpt]
PASS [Prehook Regression] Span is dropped when tracing closure returns false [tests/ext/sandbox-prehook/drop_spans.phpt]
TEST 84/304 [tests/ext/sandbox-prehook/exception_error_log.phpt]
PASS [Prehook Regression] Exception in tracing closure gets logged [tests/ext/sandbox-prehook/exception_error_log.phpt]
TEST 85/304 [tests/ext/sandbox-prehook/exception_handling.phpt]
PASS [Prehook Regression] Exceptions get attached to spans [tests/ext/sandbox-prehook/exception_handling.phpt]
TEST 86/304 [tests/ext/sandbox-prehook/exceptions_and_errors_are_ignored_in_tracing_closure.phpt]
PASS [Prehook Regression] Exceptions and errors are ignored when inside a tracing closure [tests/ext/sandbox-prehook/exceptions_and_errors_are_ignored_in_tracing_closure.phpt]
TEST 87/304 [tests/ext/sandbox-prehook/exit_and_drop_span.phpt]
PASS [Prehook Regression] Exit gracefully handles a dropped span [tests/ext/sandbox-prehook/exit_and_drop_span.phpt]
TEST 88/304 [tests/ext/sandbox-prehook/keep_spans_in_limited_tracing_userland_functions.phpt]
PASS [Prehook Regression] Keep spans in limited mode (userland functions) [tests/ext/sandbox-prehook/keep_spans_in_limited_tracing_userland_functions.phpt]
TEST 89/304 [tests/ext/sandbox-prehook/new_static.phpt]
PASS [Prehook Regression] New static instantiates from expected class [tests/ext/sandbox-prehook/new_static.phpt]
TEST 90/304 [tests/ext/sandbox-prehook/php5_unsupported.phpt]
SKIP [Prehook] Not supported on PHP 5 [tests/ext/sandbox-prehook/php5_unsupported.phpt] reason: : PHP 5 only test
TEST 91/304 [tests/ext/sandbox-prehook/trace_static_method.phpt]
PASS [Prehook regression] Trace public static method [tests/ext/sandbox-prehook/trace_static_method.phpt]
TEST 92/304 [tests/ext/sandbox-prehook/variable_length_parameter_list.phpt]
PASS [Prehook regression] Trace variadic functions and methods [tests/ext/sandbox-prehook/variable_length_parameter_list.phpt]
TEST 93/304 [tests/ext/sandbox-prehook/variadic_args_internal.phpt]
PASS [Prehook] Variadic arguments are passed to tracing closure for internal functions [tests/ext/sandbox-prehook/variadic_args_internal.phpt]
TEST 94/304 [tests/ext/sandbox-regression/access_modifier_method_access_hook.phpt]
PASS [Sandbox regression] Private and protected methods are called from a tracing closure [tests/ext/sandbox-regression/access_modifier_method_access_hook.phpt]
TEST 95/304 [tests/ext/sandbox-regression/access_modifier_property_access_hook.phpt]
PASS [Sandbox regression] Private and protected properties are accessed from a tracing closure [tests/ext/sandbox-regression/access_modifier_property_access_hook.phpt]
TEST 96/304 [tests/ext/sandbox-regression/allow_overriding_before_overrided_methods_functions_are_defined.phpt]
PASS [Sandbox regression] Trace a function and method before it is defined [tests/ext/sandbox-regression/allow_overriding_before_overrided_methods_functions_are_defined.phpt]
TEST 97/304 [tests/ext/sandbox-regression/case_insensitive_method_hook.phpt]
PASS [Sandbox regression] Trace case-insensitive method from a child class [tests/ext/sandbox-regression/case_insensitive_method_hook.phpt]
TEST 98/304 [tests/ext/sandbox-regression/closure_accessing_outside_variables.phpt]
PASS [Sandbox regression] Tracing closure safely uses variables from outside scope [tests/ext/sandbox-regression/closure_accessing_outside_variables.phpt]
TEST 99/304 [tests/ext/sandbox-regression/closure_accessing_outside_variables_php8.phpt]
SKIP [Sandbox regression] Tracing closure safely uses variables from outside scope [tests/ext/sandbox-regression/closure_accessing_outside_variables_php8.phpt] reason: : Dispatch can be overwritten on PHP < 8
TEST 100/304 [tests/ext/sandbox-regression/closure_set_inside_object_methods.phpt]
PASS [Sandbox regression] Tracing closure set from inside non-static method [tests/ext/sandbox-regression/closure_set_inside_object_methods.phpt]
TEST 101/304 [tests/ext/sandbox-regression/closure_set_inside_object_methods_php8.phpt]
SKIP [Sandbox regression] Tracing closure set from inside non-static method [tests/ext/sandbox-regression/closure_set_inside_object_methods_php8.phpt] reason: : Dispatch can be overwritten on PHP < 8
TEST 102/304 [tests/ext/sandbox-regression/dd_trace_tracer_is_limited_hard.phpt]
PASS [Sandbox regression] dd_trace_tracer_is_limited() limits the tracer with a hard span limit [tests/ext/sandbox-regression/dd_trace_tracer_is_limited_hard.phpt]
TEST 103/304 [tests/ext/sandbox-regression/destructor_called_when_this_gets_out_of_scope.phpt]
PASS [Sandbox regression] Destructor is called when object goes out of scope [tests/ext/sandbox-regression/destructor_called_when_this_gets_out_of_scope.phpt]
TEST 104/304 [tests/ext/sandbox-regression/disable_tracing_disables_tracing.phpt]
PASS [Sandbox regression] Disable tracing disables all tracing from happening [tests/ext/sandbox-regression/disable_tracing_disables_tracing.phpt]
TEST 105/304 [tests/ext/sandbox-regression/do_not_check_if_class_or_function_exists_by_default.phpt]
PASS [Sandbox regression] Do not throw exceptions when verifying if method or function exists [tests/ext/sandbox-regression/do_not_check_if_class_or_function_exists_by_default.phpt]
TEST 106/304 [tests/ext/sandbox-regression/extension_disabled.phpt]
PASS [Sandbox regression] Tracing closures do not run when extension is disabled [tests/ext/sandbox-regression/extension_disabled.phpt]
TEST 107/304 [tests/ext/sandbox-regression/method_invoked_via_reflection.phpt]
PASS [Sandbox regression] Method invoked via reflection correctly returns created object [tests/ext/sandbox-regression/method_invoked_via_reflection.phpt]
TEST 108/304 [tests/ext/sandbox-regression/method_returning_array.phpt]
PASS [Sandbox regression] Method can be traced and called from tracing closure [tests/ext/sandbox-regression/method_returning_array.phpt]
TEST 109/304 [tests/ext/sandbox-regression/multiple_instrumentations.phpt]
PASS [Sandbox regression] Multiple functions and methods are traced [tests/ext/sandbox-regression/multiple_instrumentations.phpt]
TEST 110/304 [tests/ext/sandbox-regression/namespaces.phpt]
PASS [Sandbox regression] Namespaced functions and methods are traced [tests/ext/sandbox-regression/namespaces.phpt]
TEST 111/304 [tests/ext/sandbox-regression/overriding_construct.phpt]
PASS [Sandbox regression] Trace class constructor [tests/ext/sandbox-regression/overriding_construct.phpt]
TEST 112/304 [tests/ext/sandbox-regression/overriding_method_defined_in_parent.phpt]
PASS [Sandbox regression] Trace extended method when called from parent class [tests/ext/sandbox-regression/overriding_method_defined_in_parent.phpt]
TEST 113/304 [tests/ext/sandbox-regression/private_method_hook.phpt]
PASS [Sandbox regression] Trace private method [tests/ext/sandbox-regression/private_method_hook.phpt]
TEST 114/304 [tests/ext/sandbox-regression/private_self_access.phpt]
PASS [Sandbox regression] Tracing closure accesses private static method [tests/ext/sandbox-regression/private_self_access.phpt]
TEST 115/304 [tests/ext/sandbox-regression/protected_method_hook.phpt]
PASS [Sandbox regression] Trace protected method [tests/ext/sandbox-regression/protected_method_hook.phpt]
TEST 116/304 [tests/ext/sandbox-regression/recursion.phpt]
PASS [Sandbox regression] Recursive calls will trace only outermost invocation [tests/ext/sandbox-regression/recursion.phpt]
TEST 117/304 [tests/ext/sandbox-regression/reset_configured_overrides.phpt]
PASS [Sandbox regression] Traced functions and methods are untraced with reset [tests/ext/sandbox-regression/reset_configured_overrides.phpt]
TEST 118/304 [tests/ext/sandbox-regression/reset_configured_overrides_php8.phpt]
SKIP [Sandbox regression] Traced functions and methods cannot be reset [tests/ext/sandbox-regression/reset_configured_overrides_php8.phpt] reason: : Test for PHP 8+
TEST 119/304 [tests/ext/sandbox-regression/reset_function_tracing.phpt]
PASS [Sandbox regression] Untrace a function [tests/ext/sandbox-regression/reset_function_tracing.phpt]
TEST 120/304 [tests/ext/sandbox-regression/return_value_passed.phpt]
PASS [Sandbox regression] Return value passed to tracing closure [tests/ext/sandbox-regression/return_value_passed.phpt]
TEST 121/304 [tests/ext/sandbox-regression/simple_function_hook.phpt]
PASS [Sandbox regression] Userland function is traced [tests/ext/sandbox-regression/simple_function_hook.phpt]
TEST 122/304 [tests/ext/sandbox-regression/simple_method_hook.phpt]
PASS [Sandbox regression] Userland method is traced [tests/ext/sandbox-regression/simple_method_hook.phpt]
TEST 123/304 [tests/ext/sandbox-regression/throw_exception.phpt]
PASS [Sandbox regression] Traced userland function catches and rethrows exception [tests/ext/sandbox-regression/throw_exception.phpt]
TEST 124/304 [tests/ext/sandbox-regression/trace_method_or_function_that_will_exist_later.phpt]
PASS [Sandbox regression] Methods and functions are traced before definedx [tests/ext/sandbox-regression/trace_method_or_function_that_will_exist_later.phpt]
TEST 125/304 [tests/ext/sandbox-regression/trace_static_method.phpt]
PASS [Sandbox regression] Trace public static method [tests/ext/sandbox-regression/trace_static_method.phpt]
TEST 126/304 [tests/ext/sandbox-regression/used_dispatch_should_not_free.phpt]
PASS [Sandbox regression] Override traced function from within itself [tests/ext/sandbox-regression/used_dispatch_should_not_free.phpt]
TEST 127/304 [tests/ext/sandbox-regression/used_dispatch_should_not_free_php8.phpt]
SKIP [Sandbox regression] Override traced function from within itself [tests/ext/sandbox-regression/used_dispatch_should_not_free_php8.phpt] reason: : Dispatch can be overwritten on PHP < 8
TEST 128/304 [tests/ext/sandbox-regression/variable_length_parameter_list.phpt]
PASS [Sandbox regression] Trace variadic functions and methods [tests/ext/sandbox-regression/variable_length_parameter_list.phpt]
TEST 129/304 [tests/ext/sandbox-regression/very_nested_functions_php5.phpt]
SKIP [Sandbox regression] Trace deeply-nested function calls [PHP 5] [tests/ext/sandbox-regression/very_nested_functions_php5.phpt] reason: : PHP 7 has its own test
TEST 130/304 [tests/ext/sandbox-regression/very_nested_functions_php7.phpt]
PASS [Sandbox regression] Trace deeply-nested function calls (PHP 7) [tests/ext/sandbox-regression/very_nested_functions_php7.phpt]
TEST 131/304 [tests/ext/sandbox-regression/with_params_function_hook.phpt]
PASS [Sandbox regression] Trace function with params [tests/ext/sandbox-regression/with_params_function_hook.phpt]
TEST 132/304 [tests/ext/sandbox-regression/with_params_method_hook.phpt]
PASS [Sandbox regression] Trace method with params [tests/ext/sandbox-regression/with_params_method_hook.phpt]
TEST 133/304 [tests/ext/sandbox/auto_flush.phpt]
PASS Spans are automatically flushed when auto-flushing enabled [tests/ext/sandbox/auto_flush.phpt]
TEST 134/304 [tests/ext/sandbox/auto_flush_attach_exception.phpt]
PASS Auto-flushing will attach an exception during exception cleanup [tests/ext/sandbox/auto_flush_attach_exception.phpt]
TEST 135/304 [tests/ext/sandbox/auto_flush_disables_tracing.phpt]
PASS Auto-flushing will not instrument while flushing [tests/ext/sandbox/auto_flush_disables_tracing.phpt]
TEST 136/304 [tests/ext/sandbox/auto_flush_sandbox_exception.phpt]
PASS Auto-flushing will sandbox an exception thrown from the tracer flush [tests/ext/sandbox/auto_flush_sandbox_exception.phpt]
TEST 137/304 [tests/ext/sandbox/auto_flush_userland_root_span.phpt]
PASS Userland root spans are automatically flushed when auto-flushing enabled [tests/ext/sandbox/auto_flush_userland_root_span.phpt]
TEST 138/304 [tests/ext/sandbox/cake_01.phpt]
PASS Test that we don't have a sigsegv in a set-up similar to CakePHP [tests/ext/sandbox/cake_01.phpt]
TEST 139/304 [tests/ext/sandbox/cake_02.phpt]
PASS Test that we don't leak in a set-up similar to CakePHP [tests/ext/sandbox/cake_02.phpt]
TEST 140/304 [tests/ext/sandbox/close-on-exit-retval.phpt]
PASS Ensure tracing closure's $retval arg is null if invoked due to exit() [tests/ext/sandbox/close-on-exit-retval.phpt]
TEST 141/304 [tests/ext/sandbox/close-on-exit.phpt]
PASS Run sandbox closures for open spans on exit [tests/ext/sandbox/close-on-exit.phpt]
TEST 142/304 [tests/ext/sandbox/dd_trace_api_error.phpt]
PASS DDTrace\trace_function() and DDTrace\trace_method() declarative API error cases [tests/ext/sandbox/dd_trace_api_error.phpt]
TEST 143/304 [tests/ext/sandbox/dd_trace_closed_spans_count.phpt]
PASS dd_trace_closed_spans_count() tracks closed spans from userland and C-level [tests/ext/sandbox/dd_trace_closed_spans_count.phpt]
TEST 144/304 [tests/ext/sandbox/dd_trace_function_alias.phpt]
PASS dd_trace_function() is aliased to DDTrace\trace_function() [tests/ext/sandbox/dd_trace_function_alias.phpt]
TEST 145/304 [tests/ext/sandbox/dd_trace_function_complex.phpt]
PASS DDTrace\trace_function() can trace with internal spans [tests/ext/sandbox/dd_trace_function_complex.phpt]
TEST 146/304 [tests/ext/sandbox/dd_trace_function_internal.phpt]
PASS DDTrace\trace_function() can trace internal functions with internal spans [tests/ext/sandbox/dd_trace_function_internal.phpt]
TEST 147/304 [tests/ext/sandbox/dd_trace_function_userland.phpt]
PASS DDTrace\trace_function() can trace userland functions with internal spans [tests/ext/sandbox/dd_trace_function_userland.phpt]
TEST 148/304 [tests/ext/sandbox/dd_trace_method.phpt]
PASS DDTrace\trace_method() can trace with internal spans [tests/ext/sandbox/dd_trace_method.phpt]
TEST 149/304 [tests/ext/sandbox/dd_trace_method_alias.phpt]
PASS dd_trace_method() is aliased to DDTrace\trace_method() [tests/ext/sandbox/dd_trace_method_alias.phpt]
TEST 150/304 [tests/ext/sandbox/dd_trace_method_binds_called_object.phpt]
PASS DDTrace\trace_method() binds the called object to the tracing closure [tests/ext/sandbox/dd_trace_method_binds_called_object.phpt]
TEST 151/304 [tests/ext/sandbox/dd_trace_push_span_id.phpt]
PASS dd_trace_push_span_id() Generates a 63-bit unsigned int as a string and stores on a stack [tests/ext/sandbox/dd_trace_push_span_id.phpt]
TEST 152/304 [tests/ext/sandbox/dd_trace_set_trace_id.phpt]
PASS Set the trace ID from userland [tests/ext/sandbox/dd_trace_set_trace_id.phpt]
TEST 153/304 [tests/ext/sandbox/default_span_properties.phpt]
PASS Span properties defaults to values if not explicitly set (functions) [tests/ext/sandbox/default_span_properties.phpt]
TEST 154/304 [tests/ext/sandbox/default_span_properties_method.phpt]
PASS Span properties defaults to values if not explicitly set (methods) [tests/ext/sandbox/default_span_properties_method.phpt]
TEST 155/304 [tests/ext/sandbox/deferred_load_attempt_loading_once.phpt]
PASS deferred loading only happens once, even if dispatch is not overwritten [tests/ext/sandbox/deferred_load_attempt_loading_once.phpt]
TEST 156/304 [tests/ext/sandbox/deferred_load_missing_load_fn.phpt]
PASS deferred loading doesn't trigger nor crash if DDTrace\Integrations\load_deferred_integration is missing
----DESCRIPTION--
This issue was reported in a GitHub issue:
https://github.com/DataDog/dd-trace-php/issues/1021 [tests/ext/sandbox/deferred_load_missing_load_fn.phpt]
TEST 157/304 [tests/ext/sandbox/deferred_load_using_function.phpt]
PASS deferred loading dispatch can be overridden [tests/ext/sandbox/deferred_load_using_function.phpt]
TEST 158/304 [tests/ext/sandbox/drop_spans.phpt]
PASS Span is dropped when tracing closure returns false [tests/ext/sandbox/drop_spans.phpt]
TEST 159/304 [tests/ext/sandbox/errors_are_flagged_from_userland.phpt]
PASS Errors from userland will be flagged on span [tests/ext/sandbox/errors_are_flagged_from_userland.phpt]
TEST 160/304 [tests/ext/sandbox/exception_does_not_close_span_that_catches.phpt]
PASS Exceptions do not close the span that catches it [tests/ext/sandbox/exception_does_not_close_span_that_catches.phpt]
TEST 161/304 [tests/ext/sandbox/exception_error_log.phpt]
PASS Exception in tracing closure gets logged [tests/ext/sandbox/exception_error_log.phpt]
TEST 162/304 [tests/ext/sandbox/exception_from_user_error_handler_internal.phpt]
PASS Exceptions from user error handler are tracked for instrumented internal functions [tests/ext/sandbox/exception_from_user_error_handler_internal.phpt]
TEST 163/304 [tests/ext/sandbox/exception_handled_for_correct_catch_block.phpt]
PASS Exceptions are handled for the correct catch block [tests/ext/sandbox/exception_handled_for_correct_catch_block.phpt]
TEST 164/304 [tests/ext/sandbox/exception_handled_in_correct_catch_frame.phpt]
PASS Exceptions are handled in the correct catch frame [tests/ext/sandbox/exception_handled_in_correct_catch_frame.phpt]
TEST 165/304 [tests/ext/sandbox/exception_handled_in_multicatch.phpt]
PASS Exceptions are handled with multi-catch syntax [tests/ext/sandbox/exception_handled_in_multicatch.phpt]
TEST 166/304 [tests/ext/sandbox/exception_handled_with_finally.phpt]
PASS Return value from finally block is passed to tracing closure [tests/ext/sandbox/exception_handled_with_finally.phpt]
TEST 167/304 [tests/ext/sandbox/exception_handling.phpt]
PASS Exceptions get attached to spans [tests/ext/sandbox/exception_handling.phpt]
TEST 168/304 [tests/ext/sandbox/exception_is_defined.phpt]
PASS Exceptions in the tracing closure callback are always defined [tests/ext/sandbox/exception_is_defined.phpt]
TEST 169/304 [tests/ext/sandbox/exceptions_and_errors_are_ignored_in_tracing_closure.phpt]
PASS Exceptions and errors are ignored when inside a tracing closure [tests/ext/sandbox/exceptions_and_errors_are_ignored_in_tracing_closure.phpt]
TEST 170/304 [tests/ext/sandbox/exceptions_are_passed_to_the_tracing_closure.phpt]
PASS Exceptions from original call are passed to tracing closure (PHP 7) [tests/ext/sandbox/exceptions_are_passed_to_the_tracing_closure.phpt]
TEST 171/304 [tests/ext/sandbox/exceptions_are_passed_to_the_tracing_closure_php5.phpt]
SKIP Exceptions from original call are passed to tracing closure (PHP 5) [tests/ext/sandbox/exceptions_are_passed_to_the_tracing_closure_php5.phpt] reason: PHP 7 tested in separate test
TEST 172/304 [tests/ext/sandbox/exceptions_in_original_call_rethrown_in_tracing_closure.phpt]
PASS Exceptions from original call rethrown in tracing closure (PHP 7) [tests/ext/sandbox/exceptions_in_original_call_rethrown_in_tracing_closure.phpt]
TEST 173/304 [tests/ext/sandbox/exceptions_in_original_call_rethrown_in_tracing_closure_php5.phpt]
SKIP Exceptions from original call rethrown in tracing closure (PHP 5) [tests/ext/sandbox/exceptions_in_original_call_rethrown_in_tracing_closure_php5.phpt] reason: PHP 7 tested in separate test
TEST 174/304 [tests/ext/sandbox/exceptions_in_tracing_closure_and_original_call.phpt]
PASS Exceptions thrown in tracing closure and original call [tests/ext/sandbox/exceptions_in_tracing_closure_and_original_call.phpt]
TEST 175/304 [tests/ext/sandbox/exit_and_drop_span.phpt]
PASS Exit gracefully handles a dropped span [tests/ext/sandbox/exit_and_drop_span.phpt]
TEST 176/304 [tests/ext/sandbox/fatal_errors_are_tracked_001.phpt]
PASS E_ERROR fatal errors are tracked from internal function [tests/ext/sandbox/fatal_errors_are_tracked_001.phpt]
TEST 177/304 [tests/ext/sandbox/fatal_errors_are_tracked_002.phpt]
PASS E_ERROR fatal errors are tracked from hitting the memory limit [tests/ext/sandbox/fatal_errors_are_tracked_002.phpt]
TEST 178/304 [tests/ext/sandbox/fatal_errors_are_tracked_003_php5.phpt]
SKIP E_ERROR fatal errors are tracked from hitting the max execution time [tests/ext/sandbox/fatal_errors_are_tracked_003_php5.phpt] reason: : This test is only for PHP 5
TEST 179/304 [tests/ext/sandbox/fatal_errors_are_tracked_003_php7.phpt]
PASS E_ERROR fatal errors are tracked from hitting the max execution time [tests/ext/sandbox/fatal_errors_are_tracked_003_php7.phpt]
TEST 180/304 [tests/ext/sandbox/fatal_errors_are_tracked_004.phpt]
PASS E_USER_ERROR fatal errors are tracked from userland [tests/ext/sandbox/fatal_errors_are_tracked_004.phpt]
TEST 181/304 [tests/ext/sandbox/fatal_errors_are_tracked_005.phpt]
PASS All open internal spans are marked with the fatal error [tests/ext/sandbox/fatal_errors_are_tracked_005.phpt]
TEST 182/304 [tests/ext/sandbox/fatal_errors_ignored_in_shutdown.phpt]
PASS Fatal errors are ignored in shutdown handler [tests/ext/sandbox/fatal_errors_ignored_in_shutdown.phpt]
TEST 183/304 [tests/ext/sandbox/fatal_errors_ignored_in_tracing_closure_php7.phpt]
PASS Fatal errors are ignored inside a tracing closure (PHP 7) [tests/ext/sandbox/fatal_errors_ignored_in_tracing_closure_php7.phpt]
TEST 184/304 [tests/ext/sandbox/generator.phpt]
PASS Functions that return generators are instrumented [tests/ext/sandbox/generator.phpt]
TEST 185/304 [tests/ext/sandbox/generator_not_supported.phpt]
SKIP Generators are not supported on PHP versions < 7.1 [tests/ext/sandbox/generator_not_supported.phpt] reason: : Test is for PHP versions less than 7.1
TEST 186/304 [tests/ext/sandbox/generator_php5.phpt]
SKIP Functions that return generators are not instrumented [tests/ext/sandbox/generator_php5.phpt] reason: : Test is for PHP 5 only
TEST 187/304 [tests/ext/sandbox/generator_php8.phpt]
SKIP Functions that return generators are instrumented [tests/ext/sandbox/generator_php8.phpt] reason: : Generators are only fully supported on PHP 8+
TEST 188/304 [tests/ext/sandbox/generator_with_exception.phpt]
PASS Exceptions are handled from a generator context [tests/ext/sandbox/generator_with_exception.phpt]
TEST 189/304 [tests/ext/sandbox/generator_with_exception_php8.phpt]
SKIP Exceptions are handled from a generator context [tests/ext/sandbox/generator_with_exception_php8.phpt] reason: : Generators are only fully supported on PHP 8+
TEST 190/304 [tests/ext/sandbox/generator_with_return.phpt]
PASS Functions that use return with yield are instrumented [tests/ext/sandbox/generator_with_return.phpt]
TEST 191/304 [tests/ext/sandbox/generator_with_return_php8.phpt]
SKIP Functions that use return with yield are instrumented [tests/ext/sandbox/generator_with_return_php8.phpt] reason: : Generators are only fully supported on PHP 8+
TEST 192/304 [tests/ext/sandbox/generator_yield_from.phpt]
PASS Functions that return generators with 'yield from' are instrumented [tests/ext/sandbox/generator_yield_from.phpt]
TEST 193/304 [tests/ext/sandbox/generator_yield_from_php8.phpt]
SKIP Functions that return generators with 'yield from' are instrumented [tests/ext/sandbox/generator_yield_from_php8.phpt] reason: : Generators are only fully supported on PHP 8+
TEST 194/304 [tests/ext/sandbox/get_last_error.phpt]
PASS Existing errors are kept [tests/ext/sandbox/get_last_error.phpt]
TEST 195/304 [tests/ext/sandbox/hook_function/01.phpt]
XFAIL DDTrace\hook_function supports both hooks simultaneously [tests/ext/sandbox/hook_function/01.phpt] XFAIL REASON: This is not yet supported
TEST 196/304 [tests/ext/sandbox/hook_function/02.phpt]
PASS DDTrace\hook_function returns false quietly when no hook is passed [tests/ext/sandbox/hook_function/02.phpt]
TEST 197/304 [tests/ext/sandbox/hook_function/03.phpt]
PASS DDTrace\hook_function returns false with diagnostic when no hook is passed [tests/ext/sandbox/hook_function/03.phpt]
TEST 198/304 [tests/ext/sandbox/hook_function/posthook_01.phpt]
PASS DDTrace\hook_function posthook basic functionality [tests/ext/sandbox/hook_function/posthook_01.phpt]
TEST 199/304 [tests/ext/sandbox/hook_function/posthook_02.phpt]
PASS DDTrace\hook_function posthook is passed the correct args (variadic) [tests/ext/sandbox/hook_function/posthook_02.phpt]
TEST 200/304 [tests/ext/sandbox/hook_function/posthook_03.phpt]
PASS DDTrace\hook_function posthook is passed the correct args [tests/ext/sandbox/hook_function/posthook_03.phpt]
TEST 201/304 [tests/ext/sandbox/hook_function/posthook_access_01.phpt]
PASS hook_function posthook should have access only to public members [tests/ext/sandbox/hook_function/posthook_access_01.phpt]
TEST 202/304 [tests/ext/sandbox/hook_function/posthook_error_01.phpt]
PASS DDTrace\hook_function posthook error is sandboxed [tests/ext/sandbox/hook_function/posthook_error_01.phpt]
TEST 203/304 [tests/ext/sandbox/hook_function/posthook_error_02.phpt]
PASS DDTrace\hook_function posthook error is sandboxed (debug) [tests/ext/sandbox/hook_function/posthook_error_02.phpt]
TEST 204/304 [tests/ext/sandbox/hook_function/posthook_exceptions_01.phpt]
PASS DDTrace\hook_function posthook is called with an exception; args are still good [tests/ext/sandbox/hook_function/posthook_exceptions_01.phpt]
TEST 205/304 [tests/ext/sandbox/hook_function/posthook_exceptions_02.phpt]
PASS DDTrace\hook_function posthook exception is sandboxed [tests/ext/sandbox/hook_function/posthook_exceptions_02.phpt]
TEST 206/304 [tests/ext/sandbox/hook_function/posthook_exceptions_03.phpt]
PASS DDTrace\hook_function posthook exception is sandboxed (internal) [tests/ext/sandbox/hook_function/posthook_exceptions_03.phpt]
TEST 207/304 [tests/ext/sandbox/hook_function/posthook_exceptions_04.phpt]
PASS DDTrace\hook_function posthook exception is sandboxed (debug internal) [tests/ext/sandbox/hook_function/posthook_exceptions_04.phpt]
TEST 208/304 [tests/ext/sandbox/hook_function/posthook_exit_01.phpt]
PASS DDTrace\hook_function posthook is called at exit [tests/ext/sandbox/hook_function/posthook_exit_01.phpt]
TEST 209/304 [tests/ext/sandbox/hook_function/posthook_exit_02.phpt]
PASS DDTrace\hook_function posthook is called at exit (shutdown handler) [tests/ext/sandbox/hook_function/posthook_exit_02.phpt]
TEST 210/304 [tests/ext/sandbox/hook_function/posthook_limited_01.phpt]
PASS hook_function posthook should ignore limited mode [tests/ext/sandbox/hook_function/posthook_limited_01.phpt]
TEST 211/304 [tests/ext/sandbox/hook_function/posthook_variadic.phpt]
PASS DDTrace\hook_function posthook works with variadic functions [tests/ext/sandbox/hook_function/posthook_variadic.phpt]
TEST 212/304 [tests/ext/sandbox/hook_function/prehook_01.phpt]
PASS DDTrace\hook_function prehook basic functionality [tests/ext/sandbox/hook_function/prehook_01.phpt]
TEST 213/304 [tests/ext/sandbox/hook_function/prehook_02.phpt]
PASS DDTrace\hook_function prehook is passed the correct args (variadic) [tests/ext/sandbox/hook_function/prehook_02.phpt]
TEST 214/304 [tests/ext/sandbox/hook_function/prehook_03.phpt]
PASS DDTrace\hook_function prehook is passed the correct args [tests/ext/sandbox/hook_function/prehook_03.phpt]
TEST 215/304 [tests/ext/sandbox/hook_function/prehook_access_01.phpt]
PASS hook_function posthook should have access only to public members [tests/ext/sandbox/hook_function/prehook_access_01.phpt]
TEST 216/304 [tests/ext/sandbox/hook_function/prehook_error_01.phpt]
PASS DDTrace\hook_function prehook error is sandboxed [tests/ext/sandbox/hook_function/prehook_error_01.phpt]
TEST 217/304 [tests/ext/sandbox/hook_function/prehook_error_02.phpt]
PASS DDTrace\hook_function prehook error is sandboxed (debug) [tests/ext/sandbox/hook_function/prehook_error_02.phpt]
TEST 218/304 [tests/ext/sandbox/hook_function/prehook_exceptions_01.phpt]
PASS DDTrace\hook_function prehook exception is sandboxed [tests/ext/sandbox/hook_function/prehook_exceptions_01.phpt]
TEST 219/304 [tests/ext/sandbox/hook_function/prehook_exceptions_02.phpt]
PASS DDTrace\hook_function prehook exception is sandboxed (debug) [tests/ext/sandbox/hook_function/prehook_exceptions_02.phpt]
TEST 220/304 [tests/ext/sandbox/hook_function/prehook_exceptions_03.phpt]
PASS DDTrace\hook_function prehook exception is sandboxed (internal) [tests/ext/sandbox/hook_function/prehook_exceptions_03.phpt]
TEST 221/304 [tests/ext/sandbox/hook_function/prehook_exceptions_04.phpt]
PASS DDTrace\hook_function prehook exception is sandboxed (debug internal) [tests/ext/sandbox/hook_function/prehook_exceptions_04.phpt]
TEST 222/304 [tests/ext/sandbox/hook_function/prehook_variadic.phpt]
PASS DDTrace\hook_function prehook works with variadic functions [tests/ext/sandbox/hook_function/prehook_variadic.phpt]
TEST 223/304 [tests/ext/sandbox/hook_method/01.phpt]
XFAIL DDTrace\hook_method supports both hooks simultaneously [tests/ext/sandbox/hook_method/01.phpt] XFAIL REASON: This is not yet supported
TEST 224/304 [tests/ext/sandbox/hook_method/02.phpt]
PASS DDTrace\hook_method returns false quietly when no hook is passed [tests/ext/sandbox/hook_method/02.phpt]
TEST 225/304 [tests/ext/sandbox/hook_method/03.phpt]
PASS DDTrace\hook_method returns false with diagnostic when no hook is passed [tests/ext/sandbox/hook_method/03.phpt]
TEST 226/304 [tests/ext/sandbox/hook_method/posthook_01.phpt]
PASS DDTrace\hook_method posthook [tests/ext/sandbox/hook_method/posthook_01.phpt]
TEST 227/304 [tests/ext/sandbox/hook_method/posthook_02.phpt]
PASS DDTrace\hook_method posthook is passed the correct args (variadic) [tests/ext/sandbox/hook_method/posthook_02.phpt]
TEST 228/304 [tests/ext/sandbox/hook_method/posthook_03.phpt]
PASS DDTrace\hook_method posthook is passed the correct args [tests/ext/sandbox/hook_method/posthook_03.phpt]
TEST 229/304 [tests/ext/sandbox/hook_method/posthook_04.phpt]
PASS DDTrace\hook_method posthook is passed the correct args with inheritance [tests/ext/sandbox/hook_method/posthook_04.phpt]
TEST 230/304 [tests/ext/sandbox/hook_method/posthook_05.phpt]
PASS DDTrace\hook_method posthook is passed the correct retval [tests/ext/sandbox/hook_method/posthook_05.phpt]
TEST 231/304 [tests/ext/sandbox/hook_method/posthook_06.phpt]
PASS Nested closure targeting method call 01 (posthook) [tests/ext/sandbox/hook_method/posthook_06.phpt]
TEST 232/304 [tests/ext/sandbox/hook_method/posthook_07.phpt]
PASS Nested closure targeting method call 02 (posthook) [tests/ext/sandbox/hook_method/posthook_07.phpt]
TEST 233/304 [tests/ext/sandbox/hook_method/posthook_access_01.phpt]
PASS hook_method posthook should have access only to public members [tests/ext/sandbox/hook_method/posthook_access_01.phpt]
TEST 234/304 [tests/ext/sandbox/hook_method/posthook_error_01.phpt]
PASS DDTrace\hook_method posthook error is sandboxed [tests/ext/sandbox/hook_method/posthook_error_01.phpt]
TEST 235/304 [tests/ext/sandbox/hook_method/posthook_error_02.phpt]
PASS DDTrace\hook_method posthook error is sandboxed (debug) [tests/ext/sandbox/hook_method/posthook_error_02.phpt]
TEST 236/304 [tests/ext/sandbox/hook_method/posthook_exceptions_01.phpt]
PASS DDTrace\hook_method posthook is called with an exception; args are still good [tests/ext/sandbox/hook_method/posthook_exceptions_01.phpt]
TEST 237/304 [tests/ext/sandbox/hook_method/posthook_exceptions_02.phpt]
PASS DDTrace\hook_method posthook exception is sandboxed [tests/ext/sandbox/hook_method/posthook_exceptions_02.phpt]
TEST 238/304 [tests/ext/sandbox/hook_method/posthook_exit_01.phpt]
PASS DDTrace\hook_method posthook is called at exit [tests/ext/sandbox/hook_method/posthook_exit_01.phpt]
TEST 239/304 [tests/ext/sandbox/hook_method/posthook_exit_02.phpt]
PASS DDTrace\hook_method posthook is called at exit (shutdown handler) [tests/ext/sandbox/hook_method/posthook_exit_02.phpt]
TEST 240/304 [tests/ext/sandbox/hook_method/posthook_scope_01.phpt]
PASS hook_method posthook is called with the correct scope (no override) [tests/ext/sandbox/hook_method/posthook_scope_01.phpt]
TEST 241/304 [tests/ext/sandbox/hook_method/posthook_scope_02.phpt]
PASS hook_method posthook is called with the correct scope (parent) [tests/ext/sandbox/hook_method/posthook_scope_02.phpt]
TEST 242/304 [tests/ext/sandbox/hook_method/posthook_scope_03.phpt]
PASS hook_method posthook is called with the correct scope (parent) [tests/ext/sandbox/hook_method/posthook_scope_03.phpt]
TEST 243/304 [tests/ext/sandbox/hook_method/posthook_span_ids_01.phpt]
PASS DDTrace\hook_method posthook does not mess up span ids [tests/ext/sandbox/hook_method/posthook_span_ids_01.phpt]
TEST 244/304 [tests/ext/sandbox/hook_method/posthook_span_ids_02.phpt]
PASS DDTrace\hook_method posthook does not mess up spans with children [tests/ext/sandbox/hook_method/posthook_span_ids_02.phpt]
TEST 245/304 [tests/ext/sandbox/hook_method/prehook_01.phpt]
PASS DDTrace\hook_method prehook [tests/ext/sandbox/hook_method/prehook_01.phpt]
TEST 246/304 [tests/ext/sandbox/hook_method/prehook_02.phpt]
PASS DDTrace\hook_method prehook is passed the correct args (variadic) [tests/ext/sandbox/hook_method/prehook_02.phpt]
TEST 247/304 [tests/ext/sandbox/hook_method/prehook_03.phpt]
PASS DDTrace\hook_method prehook is passed the correct args [tests/ext/sandbox/hook_method/prehook_03.phpt]
TEST 248/304 [tests/ext/sandbox/hook_method/prehook_04.phpt]
PASS DDTrace\hook_method prehook is passed the correct args with inheritance [tests/ext/sandbox/hook_method/prehook_04.phpt]
TEST 249/304 [tests/ext/sandbox/hook_method/prehook_04_php8.phpt]
SKIP DDTrace\hook_method prehook is passed the correct args with inheritance [tests/ext/sandbox/hook_method/prehook_04_php8.phpt] reason: : Dispatch can be overwritten on PHP < 8
TEST 250/304 [tests/ext/sandbox/hook_method/prehook_05.phpt]
PASS A call to trace_method from hook_method prehook has non-static closure [tests/ext/sandbox/hook_method/prehook_05.phpt]
TEST 251/304 [tests/ext/sandbox/hook_method/prehook_access_01.phpt]
PASS hook_method prehook should have access only to public members [tests/ext/sandbox/hook_method/prehook_access_01.phpt]
TEST 252/304 [tests/ext/sandbox/hook_method/prehook_error_01.phpt]
PASS DDTrace\hook_method prehook error is sandboxed [tests/ext/sandbox/hook_method/prehook_error_01.phpt]
TEST 253/304 [tests/ext/sandbox/hook_method/prehook_error_02.phpt]
PASS DDTrace\hook_method prehook error is sandboxed (debug) [tests/ext/sandbox/hook_method/prehook_error_02.phpt]
TEST 254/304 [tests/ext/sandbox/hook_method/prehook_exceptions_01.phpt]
PASS DDTrace\hook_method prehook exception is sandboxed [tests/ext/sandbox/hook_method/prehook_exceptions_01.phpt]
TEST 255/304 [tests/ext/sandbox/hook_method/prehook_exceptions_02.phpt]
PASS DDTrace\hook_method prehook exception is sandboxed (debug) [tests/ext/sandbox/hook_method/prehook_exceptions_02.phpt]
TEST 256/304 [tests/ext/sandbox/hook_method/prehook_scope_01.phpt]
PASS hook_method prehook is called with the correct scope (no override) [tests/ext/sandbox/hook_method/prehook_scope_01.phpt]
TEST 257/304 [tests/ext/sandbox/hook_method/prehook_scope_02.phpt]
PASS hook_method prehook is called with the correct scope (parent) [tests/ext/sandbox/hook_method/prehook_scope_02.phpt]
TEST 258/304 [tests/ext/sandbox/hook_method/prehook_scope_03.phpt]
PASS hook_method prehook is called with the correct scope (parent) [tests/ext/sandbox/hook_method/prehook_scope_03.phpt]
TEST 259/304 [tests/ext/sandbox/hook_method/prehook_span_ids_01.phpt]
PASS DDTrace\hook_method prehook does not mess up span ids [tests/ext/sandbox/hook_method/prehook_span_ids_01.phpt]
TEST 260/304 [tests/ext/sandbox/hook_method/prehook_span_ids_02.phpt]
PASS DDTrace\hook_method prehook does not mess up spans with children [tests/ext/sandbox/hook_method/prehook_span_ids_02.phpt]
TEST 261/304 [tests/ext/sandbox/keep_spans_in_limited_tracing_internal_functions.phpt]
PASS Keep spans in limited mode (internal functions) [tests/ext/sandbox/keep_spans_in_limited_tracing_internal_functions.phpt]
TEST 262/304 [tests/ext/sandbox/keep_spans_in_limited_tracing_internal_methods.phpt]
PASS Keep spans in limited mode (internal methods) [tests/ext/sandbox/keep_spans_in_limited_tracing_internal_methods.phpt]
TEST 263/304 [tests/ext/sandbox/keep_spans_in_limited_tracing_userland_functions.phpt]
PASS Keep spans in limited mode (userland functions) [tests/ext/sandbox/keep_spans_in_limited_tracing_userland_functions.phpt]
TEST 264/304 [tests/ext/sandbox/keep_spans_in_limited_tracing_userland_methods.phpt]
PASS Keep spans in limited mode (userland methods) [tests/ext/sandbox/keep_spans_in_limited_tracing_userland_methods.phpt]
TEST 265/304 [tests/ext/sandbox/memory_limit_graceful_bailout.phpt]
PASS The tracer bails out gracefully when memory_limit INI is reached in shutdown hook [tests/ext/sandbox/memory_limit_graceful_bailout.phpt]
TEST 266/304 [tests/ext/sandbox/new_static.phpt]
PASS New static instantiates from expected class [tests/ext/sandbox/new_static.phpt]
TEST 267/304 [tests/ext/sandbox/non-zero_duration.phpt]
PASS Test that the sandbox API has non-zero durations [tests/ext/sandbox/non-zero_duration.phpt]
TEST 268/304 [tests/ext/sandbox/preinitialized_tracing_of_method.phpt]
PASS [Prehook regression] Trace public static method [tests/ext/sandbox/preinitialized_tracing_of_method.phpt]
TEST 269/304 [tests/ext/sandbox/return_by_ref.phpt]
PASS Functions that return by reference are instrumented [tests/ext/sandbox/return_by_ref.phpt]
TEST 270/304 [tests/ext/sandbox/retval_is_null_with_exception.phpt]
PASS The return value is null when an exception is thrown in the original call [tests/ext/sandbox/retval_is_null_with_exception.phpt]
TEST 271/304 [tests/ext/sandbox/safe_to_string_metadata.phpt]
PASS Span metadata is safely converted to strings without errors or exceptions [tests/ext/sandbox/safe_to_string_metadata.phpt]
TEST 272/304 [tests/ext/sandbox/safe_to_string_metadata_drops_invalid_keys.phpt]
PASS Invalid (non-string) keys in span metadata are dropped [tests/ext/sandbox/safe_to_string_metadata_drops_invalid_keys.phpt]
TEST 273/304 [tests/ext/sandbox/safe_to_string_properties.phpt]
PASS Span properties are safely converted to strings without errors or exceptions [tests/ext/sandbox/safe_to_string_properties.phpt]
TEST 274/304 [tests/ext/sandbox/spans_out_of_sync_01.phpt]
PASS Gracefully handle out-of-sync spans from traced function [internal] [tests/ext/sandbox/spans_out_of_sync_01.phpt]
TEST 275/304 [tests/ext/sandbox/spans_out_of_sync_02.phpt]
PASS Gracefully handle out-of-sync spans from traced function [internal][default properties] [tests/ext/sandbox/spans_out_of_sync_02.phpt]
TEST 276/304 [tests/ext/sandbox/spans_out_of_sync_03_php5.phpt]
SKIP Gracefully handle out-of-sync spans from traced function [user] [tests/ext/sandbox/spans_out_of_sync_03_php5.phpt] reason: : php 5 required
TEST 277/304 [tests/ext/sandbox/spans_out_of_sync_03_php7.phpt]
PASS Gracefully handle out-of-sync spans from traced function [user] [tests/ext/sandbox/spans_out_of_sync_03_php7.phpt]
TEST 278/304 [tests/ext/sandbox/spans_out_of_sync_04_php5.phpt]
SKIP Gracefully handle out-of-sync spans from traced function [user][default properties] [tests/ext/sandbox/spans_out_of_sync_04_php5.phpt] reason: : php 5 required
TEST 279/304 [tests/ext/sandbox/spans_out_of_sync_04_php7.phpt]
PASS Gracefully handle out-of-sync spans from traced function [user][default properties] [tests/ext/sandbox/spans_out_of_sync_04_php7.phpt]
TEST 280/304 [tests/ext/sandbox/spans_out_of_sync_05.phpt]
PASS Gracefully handle out-of-sync spans in closure itself [user] [tests/ext/sandbox/spans_out_of_sync_05.phpt]
TEST 281/304 [tests/ext/sandbox/spans_out_of_sync_06.phpt]
PASS Gracefully handle out-of-sync spans in closure itself [user][default properties] [tests/ext/sandbox/spans_out_of_sync_06.phpt]
TEST 282/304 [tests/ext/sandbox/static_tracing_closures_will_not_bind_this.phpt]
PASS Static tracing closures will not bind $this [tests/ext/sandbox/static_tracing_closures_will_not_bind_this.phpt]
TEST 283/304 [tests/ext/sandbox/variadic_args_internal.phpt]
PASS Variadic arguments are passed to tracing closure for internal functions [tests/ext/sandbox/variadic_args_internal.phpt]
TEST 284/304 [tests/ext/sandbox/variadic_no_args.phpt]
PASS Variadic arguments are passed to tracing closure when no arguments exist in function signature [tests/ext/sandbox/variadic_no_args.phpt]
TEST 285/304 [tests/ext/sandbox/vm_var_types_return.phpt]
PASS VM variable types are handled properly for return [tests/ext/sandbox/vm_var_types_return.phpt]
TEST 286/304 [tests/ext/segfault_backtrace_disabled.phpt]
PASS Don't dump backtrace when segmentation fault signal is raised and config is default [tests/ext/segfault_backtrace_disabled.phpt]
TEST 287/304 [tests/ext/segfault_backtrace_enabled.phpt]
PASS Dump backtrace when segmentation fault signal is raised and config enables it [tests/ext/segfault_backtrace_enabled.phpt]
TEST 288/304 [tests/ext/startup_logging.phpt]
FAIL Startup logging is enabled by default [tests/ext/startup_logging.phpt]
TEST 289/304 [tests/ext/startup_logging_config.phpt]
FAIL Startup logging config [tests/ext/startup_logging_config.phpt]
TEST 290/304 [tests/ext/startup_logging_diagnostics.phpt]
FAIL Startup logging diagnostics [tests/ext/startup_logging_diagnostics.phpt]
TEST 291/304 [tests/ext/startup_logging_disabled.phpt]
PASS Startup logging is disabled [tests/ext/startup_logging_disabled.phpt]
TEST 292/304 [tests/ext/startup_logging_json.phpt]
PASS Startup logging from JSON fetched at runtime [tests/ext/startup_logging_json.phpt]
TEST 293/304 [tests/ext/startup_logging_json_config.phpt]
PASS Startup logging config from JSON fetched at runtime [tests/ext/startup_logging_json_config.phpt]
TEST 294/304 [tests/ext/traced_internal_functions_override_01.phpt]
PASS Ensure that if a user adds an internal function we already trace to traced internal functions list that it doesn't misbehave [tests/ext/traced_internal_functions_override_01.phpt]
TEST 295/304 [tests/ext/traced_internal_functions_override_02.phpt]
PASS Ensure that if a user adds an internal function we already trace to traced internal functions list that it doesn't misbehave [tests/ext/traced_internal_functions_override_02.phpt]
TEST 296/304 [tests/opcache/basic.phpt]
FAIL test caching that calls are not traced works with opcache's preload script [tests/opcache/basic.phpt]
TEST 297/304 [tests/opcache/file_cache.phpt]
FAIL test caching that calls are not traced works with opcache's file cache script [tests/opcache/file_cache.phpt]
TEST 298/304 [tests/opcache/preload.phpt]
SKIP test caching that calls are not traced works with opcache [tests/opcache/preload.phpt] reason: : test requires preloading, which requires PHP 7.4+
TEST 299/304 [tests/opcache/protect_memory.phpt]
FAIL test caching that calls are not traced works with opcache's protect_memory [tests/opcache/protect_memory.phpt]
TEST 300/304 [tests/xdebug/2.7.2/request_init_hook_disable_php_7.0.phpt]
FAIL The tracer will disable itself with Xdebug on PHP 7.0 [tests/xdebug/2.7.2/request_init_hook_disable_php_7.0.phpt]
TEST 301/304 [tests/xdebug/2.9.2/request_init_hook_disable.phpt]
FAIL The tracer will disable itself with older versions of Xdebug [tests/xdebug/2.9.2/request_init_hook_disable.phpt]
TEST 302/304 [tests/xdebug/2.9.2/startup_logging_diagnostics.phpt]
FAIL Startup logging diagnostics show incompatible module [tests/xdebug/2.9.2/startup_logging_diagnostics.phpt]
TEST 303/304 [tests/xdebug/2.9.5/request_init_hook.phpt]
FAIL The request init hook can run with Xdebug installed and xdebug.remote_enable=1 [tests/xdebug/2.9.5/request_init_hook.phpt]
TEST 304/304 [tests/xdebug/3.0.0/request_init_hook.phpt]
FAIL The request init hook can run with Xdebug installed and xdebug.remote_enable=1 [tests/xdebug/3.0.0/request_init_hook.phpt]
=====================================================================
TIME END 2021-04-29 23:19:21
=====================================================================
TEST RESULT SUMMARY
---------------------------------------------------------------------
Exts skipped : 6
Exts tested : 33
---------------------------------------------------------------------
Number of tests : 304 264
Tests skipped : 40 ( 13.2%) --------
Tests warned : 0 ( 0.0%) ( 0.0%)
Tests failed : 12 ( 3.9%) ( 4.5%)
Expected fail : 2 ( 0.7%) ( 0.8%)
Tests passed : 250 ( 82.2%) ( 94.7%)
---------------------------------------------------------------------
Time taken : 9 seconds
=====================================================================
=====================================================================
EXPECTED FAILED TEST SUMMARY
---------------------------------------------------------------------
DDTrace\hook_function supports both hooks simultaneously [tests/ext/sandbox/hook_function/01.phpt] XFAIL REASON: This is not yet supported
DDTrace\hook_method supports both hooks simultaneously [tests/ext/sandbox/hook_method/01.phpt] XFAIL REASON: This is not yet supported
=====================================================================
=====================================================================
FAILED TEST SUMMARY
---------------------------------------------------------------------
Distributed tracing context with an origin [tests/C2PHP/get_context_distributed_tracing_test.phpt]
Startup logging is enabled by default [tests/ext/startup_logging.phpt]
Startup logging config [tests/ext/startup_logging_config.phpt]
Startup logging diagnostics [tests/ext/startup_logging_diagnostics.phpt]
test caching that calls are not traced works with opcache's preload script [tests/opcache/basic.phpt]
test caching that calls are not traced works with opcache's file cache script [tests/opcache/file_cache.phpt]
test caching that calls are not traced works with opcache's protect_memory [tests/opcache/protect_memory.phpt]
The tracer will disable itself with Xdebug on PHP 7.0 [tests/xdebug/2.7.2/request_init_hook_disable_php_7.0.phpt]
The tracer will disable itself with older versions of Xdebug [tests/xdebug/2.9.2/request_init_hook_disable.phpt]
Startup logging diagnostics show incompatible module [tests/xdebug/2.9.2/startup_logging_diagnostics.phpt]
The request init hook can run with Xdebug installed and xdebug.remote_enable=1 [tests/xdebug/2.9.5/request_init_hook.phpt]
The request init hook can run with Xdebug installed and xdebug.remote_enable=1 [tests/xdebug/3.0.0/request_init_hook.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:134: test] Error 1