Mock Version: 1.2.17 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/php-bartlett-php-compatinfo-db.spec'], chrootPath='/var/lib/mock/community-php72-armhfp-371640b9151537462e89fdfffa110d5d267ff5bd/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=0logger=uid=996) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/php-bartlett-php-compatinfo-db.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/php-bartlett-php-compatinfo-db-1.40.1-1.el7.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/php-bartlett-php-compatinfo-db.spec'], chrootPath='/var/lib/mock/community-php72-armhfp-371640b9151537462e89fdfffa110d5d267ff5bd/root'shell=Falseuid=996env={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=0private_network=Truelogger=printOutput=False) Executing command: ['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/php-bartlett-php-compatinfo-db.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.GKn6md + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf php-compatinfo-db-24bf437fe880e4d02f4c3ff09f68d34bf904618a + /usr/bin/gzip -dc /builddir/build/SOURCES/php-bartlett-php-compatinfo-db-1.40.1-24bf437.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd php-compatinfo-db-24bf437fe880e4d02f4c3ff09f68d34bf904618a + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . Patch #0 (php-bartlett-php-compatinfo-db-1.19.0-rpm.patch): + echo 'Patch #0 (php-bartlett-php-compatinfo-db-1.19.0-rpm.patch):' + /usr/bin/cat /builddir/build/SOURCES/php-bartlett-php-compatinfo-db-1.19.0-rpm.patch + /usr/bin/patch -p1 -b --suffix .rpm --fuzz=0 patching file data/handleDB.php patching file src/Bartlett/CompatInfoDb/Environment.php Hunk #1 succeeded at 37 (offset -2 lines). patching file tests/bootstrap.php Patch #1 (php-bartlett-php-compatinfo-db-curltls.patch): + echo 'Patch #1 (php-bartlett-php-compatinfo-db-curltls.patch):' + /usr/bin/cat /builddir/build/SOURCES/php-bartlett-php-compatinfo-db-curltls.patch + /usr/bin/patch -p0 -b --suffix .curltls --fuzz=0 patching file data/references/Curl.constants.json + cp /builddir/build/SOURCES/php-bartlett-php-compatinfo-db-1.2.0-autoload.php src/Bartlett/CompatInfoDb/autoload.php + sed -e s/@VERSION@/1.40.1/ -i data/handleDB.php + find src -name '*rpm' -delete -print src/Bartlett/CompatInfoDb/Environment.php.rpm Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.dUgz2R + exit 0 + umask 022 + cd /builddir/build/BUILD + cd php-compatinfo-db-24bf437fe880e4d02f4c3ff09f68d34bf904618a + : Ensure current version is known by reference ++ php -r ' require "src/Bartlett/CompatInfoDb/autoload.php"; switch (PHP_MAJOR_VERSION . PHP_MINOR_VERSION) { case "54": $max = Bartlett\CompatInfoDb\ExtensionFactory::LATEST_PHP_5_4; break; case "55": $max = Bartlett\CompatInfoDb\ExtensionFactory::LATEST_PHP_5_5; break; case "56": $max = Bartlett\CompatInfoDb\ExtensionFactory::LATEST_PHP_5_6; break; case "70": $max = Bartlett\CompatInfoDb\ExtensionFactory::LATEST_PHP_7_0; break; case "71": $max = Bartlett\CompatInfoDb\ExtensionFactory::LATEST_PHP_7_1; break; case "72": $max = Bartlett\CompatInfoDb\ExtensionFactory::LATEST_PHP_7_2; break; default: exit(0); } if (version_compare(PHP_VERSION, $max, ">")) { fputs(STDERR, "Current: " . PHP_VERSION . " > Known: $max\n\n"); echo "/LATEST_PHP_" . PHP_MAJOR_VERSION . "_" . PHP_MINOR_VERSION . "/s/" . PHP_MAJOR_VERSION . "\." .PHP_MINOR_VERSION . "\.[0-9]*/" . PHP_VERSION . "/"; } else { fputs(STDERR, "Current: " . PHP_VERSION . " = Known: $max\n\n"); } ' Current: 7.2.13 = Known: 7.2.14 + OPT= + '[' -n '' ']' + grep ' LATEST' src/Bartlett/CompatInfoDb/ExtensionFactory.php const LATEST_PHP_5_2 = '5.2.17'; const LATEST_PHP_5_3 = '5.3.29'; const LATEST_PHP_5_4 = '5.4.45'; const LATEST_PHP_5_5 = '5.5.38'; const LATEST_PHP_5_6 = '5.6.40'; const LATEST_PHP_7_0 = '7.0.33'; const LATEST_PHP_7_1 = '7.1.26'; const LATEST_PHP_7_2 = '7.2.14'; const LATEST_PHP_7_3 = '7.3.2'; + : Fix references database + /usr/bin/php -d date.timezone=Europe/Paris data/handleDB.php db:release:php + : Generate the references database + /usr/bin/php -d date.timezone=Europe/Paris data/handleDB.php db:init Database /builddir/build/BUILD/php-compatinfo-db-24bf437fe880e4d02f4c3ff09f68d34bf904618a/data/compatinfo.sqlite sha1: de2458dffaf59af92fd9a398c830b09f63121361 was copied to /builddir/build/BUILD/php-compatinfo-db-24bf437fe880e4d02f4c3ff09f68d34bf904618a/data/compatinfo.sqlite.de2458dffaf59af92fd9a398c830b09f63121361 0% < 1 sec 2.0 MiB 0% < 1 sec 2.0 MiB Building extensions (oauth) 0% < 1 sec 2.0 MiB Building extensions (sysvmsg) 1% < 1 sec 2.0 MiB Building extensions (xsl) 2% < 1 sec 2.0 MiB Building extensions (pdflib) 3% < 1 sec 2.0 MiB Building extensions (wddx) 4% < 1 sec 2.0 MiB Building extensions (calendar) 5% 1 sec 2.0 MiB Building extensions (jsmin) 6% 1 sec 2.0 MiB Building extensions (xdebug) 7% 1 sec 2.0 MiB Building extensions (mongo) 8% 1 sec 2.0 MiB Building extensions (riak) 9% 1 sec 2.0 MiB Building extensions (riak) 9% 1 sec 2.0 MiB Building extensions (xmlwriter) 10% 1 sec 2.0 MiB Building extensions (solr) 11% 2 secs 2.0 MiB Building extensions (sync) 12% 2 secs 2.0 MiB Building extensions (ftp) 13% 2 secs 2.0 MiB Building extensions (msgpack) 14% 2 secs 2.0 MiB Building extensions (mcrypt) 14% 2 secs 2.0 MiB Building extensions (phar) 15% 2 secs 2.0 MiB Building extensions (dom) 16% 2 secs 2.0 MiB Building extensions (pdo) 17% 2 secs 2.0 MiB Building extensions (sysvsem) 18% 2 secs 2.0 MiB Building extensions (sysvsem) 18% 2 secs 2.0 MiB Building extensions (varnish) 19% 3 secs 2.0 MiB Building extensions (fileinfo) 20% 3 secs 2.0 MiB Building extensions (session) 21% 3 secs 2.0 MiB Building extensions (pgsql) 22% 3 secs 2.0 MiB Building extensions (inclued) 23% 3 secs 2.0 MiB Building extensions (uploadprogress) 24% 3 secs 2.0 MiB Building extensions (amqp) 25% 3 secs 2.0 MiB Building extensions (recode) 26% 3 secs 2.0 MiB Building extensions (imap) 27% 3 secs 2.0 MiB Building extensions (json) 28% 4 secs 2.0 MiB Building extensions (json) 28% 4 secs 2.0 MiB Building extensions (http) 28% 4 secs 2.0 MiB Building extensions (mailparse) 29% 4 secs 2.0 MiB Building extensions (sqlite) 30% 4 secs 2.0 MiB Building extensions (imagick) 31% 5 secs 4.0 MiB Building extensions (gettext) 32% 5 secs 4.0 MiB Building extensions (xmlrpc) 33% 5 secs 4.0 MiB Building extensions (rar) 34% 5 secs 4.0 MiB Building extensions (zendopcache) 35% 5 secs 4.0 MiB Building extensions (mysql) 36% 6 secs 4.0 MiB Building extensions (haru) 37% 6 secs 4.0 MiB Building extensions (haru) 37% 6 secs 4.0 MiB Building extensions (xhprof) 38% 6 secs 4.0 MiB Building extensions (zip) 39% 6 secs 4.0 MiB Building extensions (apcu) 40% 6 secs 4.0 MiB Building extensions (enchant) 41% 6 secs 4.0 MiB Building extensions (simplexml) 42% 6 secs 4.0 MiB Building extensions (tidy) 42% 6 secs 4.0 MiB Building extensions (readline) 43% 7 secs 4.0 MiB Building extensions (htscanner) 44% 7 secs 4.0 MiB Building extensions (gmp) 45% 7 secs 4.0 MiB Building extensions (libevent) 46% 7 secs 4.0 MiB Building extensions (libevent) 46% 7 secs 4.0 MiB Building extensions (soap) 47% 7 secs 4.0 MiB Building extensions (pcntl) 48% 7 secs 4.0 MiB Building extensions (raphf) 49% 7 secs 4.0 MiB Building extensions (mssql) 50% 7 secs 4.0 MiB Building extensions (redis) 51% 8 secs 4.0 MiB Building extensions (zlib) 52% 8 secs 4.0 MiB Building extensions (filter) 53% 8 secs 4.0 MiB Building extensions (tokenizer) 54% 8 secs 4.0 MiB Building extensions (igbinary) 55% 8 secs 4.0 MiB Building extensions (memcached) 56% 8 secs 4.0 MiB Building extensions (memcached) 56% 8 secs 4.0 MiB Building extensions (pcre) 57% 8 secs 4.0 MiB Building extensions (odbc) 57% 8 secs 4.0 MiB Building extensions (svn) 58% 8 secs 4.0 MiB Building extensions (snmp) 59% 8 secs 4.0 MiB Building extensions (mysqli) 60% 9 secs 4.0 MiB Building extensions (uopz) 61% 9 secs 4.0 MiB Building extensions (apc) 62% 9 secs 4.0 MiB Building extensions (curl) 63% 9 secs 4.0 MiB Building extensions (libxml) 64% 10 secs 4.0 MiB Building extensions (lzf) 65% 10 secs 4.0 MiB Building extensions (lzf) 65% 10 secs 4.0 MiB Building extensions (intl) 66% 11 secs 4.0 MiB Building extensions (bz2) 67% 11 secs 4.0 MiB Building extensions (xmlreader) 68% 11 secs 4.0 MiB Building extensions (core) 69% 12 secs 4.0 MiB Building extensions (ctype) 70% 12 secs 4.0 MiB Building extensions (mbstring) 71% 12 secs 4.0 MiB Building extensions (exif) 71% 12 secs 4.0 MiB Building extensions (bcmath) 72% 12 secs 4.0 MiB Building extensions (spl) 73% 12 secs 4.0 MiB Building extensions (hash) 74% 12 secs 4.0 MiB Building extensions (hash) 74% 12 secs 4.0 MiB Building extensions (date) 75% 13 secs 4.0 MiB Building extensions (stomp) 76% 13 secs 4.0 MiB Building extensions (gd) 77% 13 secs 4.0 MiB Building extensions (pthreads) 78% 13 secs 4.0 MiB Building extensions (ldap) 79% 13 secs 4.0 MiB Building extensions (sphinx) 80% 13 secs 4.0 MiB Building extensions (reflection) 81% 13 secs 4.0 MiB Building extensions (standard) 82% 14 secs 4.0 MiB Building extensions (xcache) 83% 15 secs 4.0 MiB Building extensions (xml) 84% 15 secs 4.0 MiB Building extensions (xml) 84% 15 secs 4.0 MiB Building extensions (mhash) 85% 15 secs 4.0 MiB Building extensions (openssl) 85% 15 secs 4.0 MiB Building extensions (yaml) 86% 16 secs 4.0 MiB Building extensions (yac) 87% 16 secs 4.0 MiB Building extensions (xmldiff) 88% 16 secs 4.0 MiB Building extensions (shmop) 89% 16 secs 4.0 MiB Building extensions (ereg) 90% 16 secs 4.0 MiB Building extensions (iconv) 91% 16 secs 4.0 MiB Building extensions (posix) 92% 16 secs 4.0 MiB Building extensions (gender) 93% 16 secs 4.0 MiB Building extensions (gender) 93% 16 secs 4.0 MiB Building extensions (ast) 94% 16 secs 4.0 MiB Building extensions (memcache) 95% 16 secs 4.0 MiB Building extensions (sysvshm) 96% 16 secs 4.0 MiB Building extensions (geoip) 97% 17 secs 4.0 MiB Building extensions (sqlite3) 98% 17 secs 4.0 MiB Building extensions (sockets) 99% 17 secs 4.0 MiB Building extensions (ssh2) 100% 17 secs 4.0 MiB Building extensions (ssh2) 100% 17 secs 4.0 MiB Database is built+ exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.hC8Gwr + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/php-bartlett-php-compatinfo-db-1.40.1-1.el7.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/php-bartlett-php-compatinfo-db-1.40.1-1.el7.noarch ++ dirname /builddir/build/BUILDROOT/php-bartlett-php-compatinfo-db-1.40.1-1.el7.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/php-bartlett-php-compatinfo-db-1.40.1-1.el7.noarch + cd php-compatinfo-db-24bf437fe880e4d02f4c3ff09f68d34bf904618a + mkdir -p /builddir/build/BUILDROOT/php-bartlett-php-compatinfo-db-1.40.1-1.el7.noarch/usr/share/php + cp -pr src/Bartlett /builddir/build/BUILDROOT/php-bartlett-php-compatinfo-db-1.40.1-1.el7.noarch/usr/share/php/Bartlett + install -D -p -m 644 data/compatinfo.sqlite /builddir/build/BUILDROOT/php-bartlett-php-compatinfo-db-1.40.1-1.el7.noarch/usr/share/php-bartlett-php-compatinfo-db/compatinfo.sqlite + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/php-compatinfo-db-24bf437fe880e4d02f4c3ff09f68d34bf904618a /usr/lib/rpm/sepdebugcrcfix: Updated 0 CRC32s, 0 CRC32s did match. + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.Y8r9VA + umask 022 + cd /builddir/build/BUILD + cd php-compatinfo-db-24bf437fe880e4d02f4c3ff09f68d34bf904618a + export BARTLETT_COMPATINFO_DB=/builddir/build/BUILDROOT/php-bartlett-php-compatinfo-db-1.40.1-1.el7.noarch/usr/share/php-bartlett-php-compatinfo-db/compatinfo.sqlite + BARTLETT_COMPATINFO_DB=/builddir/build/BUILDROOT/php-bartlett-php-compatinfo-db-1.40.1-1.el7.noarch/usr/share/php-bartlett-php-compatinfo-db/compatinfo.sqlite ++ php -r 'echo PHP_MAJOR_VERSION . PHP_MINOR_VERSION;' + VER=72 + '[' 72 -lt 72 ']' + /usr/bin/phpunit --include-path /builddir/build/BUILDROOT/php-bartlett-php-compatinfo-db-1.40.1-1.el7.noarch/usr/share/php -d memory_limit=1G PHPUnit 5.7.27 by Sebastian Bergmann and contributors. SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS................... 61 / 7820 ( 0%) .SSSSSSSS.................................................... 122 / 7820 ( 1%) .....SSSSS................................................... 183 / 7820 ( 2%) ............................................................. 244 / 7820 ( 3%) ............................................................. 305 / 7820 ( 3%) ............................................................. 366 / 7820 ( 4%) ............................................................. 427 / 7820 ( 5%) ............................................................. 488 / 7820 ( 6%) ............................................................. 549 / 7820 ( 7%) ....SS..............SS......................SSSSSS........... 610 / 7820 ( 7%) ............................................................. 671 / 7820 ( 8%) ............................................................. 732 / 7820 ( 9%) ............................................................. 793 / 7820 ( 10%) ............................................................. 854 / 7820 ( 10%) ............................................................. 915 / 7820 ( 11%) ............................................................. 976 / 7820 ( 12%) ....SSSS..................................................... 1037 / 7820 ( 13%) ............................................................. 1098 / 7820 ( 14%) ...............................................SS............ 1159 / 7820 ( 14%) ............................................................. 1220 / 7820 ( 15%) ............................................................. 1281 / 7820 ( 16%) ............................................................. 1342 / 7820 ( 17%) .....SSSSSSSSSSSSSSSSSSSSSSS.......................SSSSSSS... 1403 / 7820 ( 17%) ....................SSSS..................................... 1464 / 7820 ( 18%) ................................................SSSSSSS...... 1525 / 7820 ( 19%) ............................................................. 1586 / 7820 ( 20%) ................SSSSS........................................ 1647 / 7820 ( 21%) ............................................................. 1708 / 7820 ( 21%) ............................................................. 1769 / 7820 ( 22%) ............................................................. 1830 / 7820 ( 23%) ............................................................. 1891 / 7820 ( 24%) ....................SSSSSSSSSSSSSSSSSSSSSSSSSSS.............. 1952 / 7820 ( 24%) ......SSSSSSSSSSSSSSSSSSSSSSSSSSSS........................... 2013 / 7820 ( 25%) .............................................SSSSSSSSSSSSSSSS 2074 / 7820 ( 26%) SSSSSSSSS...............................SSSSSSSSSSSSSSSSSSSSS 2135 / 7820 ( 27%) SSSSSSSSSSSSSSSSSSSSSSSS..................................... 2196 / 7820 ( 28%) ............................................................. 2257 / 7820 ( 28%) ............................................................. 2318 / 7820 ( 29%) ............................................................. 2379 / 7820 ( 30%) ............................................................. 2440 / 7820 ( 31%) ............................................................. 2501 / 7820 ( 31%) ............................................................. 2562 / 7820 ( 32%) ............................................................. 2623 / 7820 ( 33%) ............................................................. 2684 / 7820 ( 34%) ............................................................. 2745 / 7820 ( 35%) ............................................................. 2806 / 7820 ( 35%) ............................................................. 2867 / 7820 ( 36%) ............................................................. 2928 / 7820 ( 37%) ............................................................. 2989 / 7820 ( 38%) ............................................................. 3050 / 7820 ( 39%) ............................................................. 3111 / 7820 ( 39%) ............................................................. 3172 / 7820 ( 40%) ............................................................. 3233 / 7820 ( 41%) ............................................................. 3294 / 7820 ( 42%) ............................................................. 3355 / 7820 ( 42%) ............................................................. 3416 / 7820 ( 43%) .........................SSSSSSSSSSSSSS...................... 3477 / 7820 ( 44%) .......SSS..SSSSSSSSSSSSSSSSSSSSSS........................... 3538 / 7820 ( 45%) ..............SSSSSSSSSSSSSSSSSSSSSSSS....................... 3599 / 7820 ( 46%) ............................................................. 3660 / 7820 ( 46%) ............................................................. 3721 / 7820 ( 47%) .........................SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 3782 / 7820 ( 48%) SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 3843 / 7820 ( 49%) SSSSSSSSSSSSSSSSSS........................................... 3904 / 7820 ( 49%) ............................................................. 3965 / 7820 ( 50%) ............................................................. 4026 / 7820 ( 51%) .SSSSSSS..................................................... 4087 / 7820 ( 52%) ............................................................. 4148 / 7820 ( 53%) ............................................SSSSS............ 4209 / 7820 ( 53%) ............................SSSSSSSSSSSSSSSSS..S....SSSSSSSSS 4270 / 7820 ( 54%) SSSSS.......SSS....SSSSSS.................................... 4331 / 7820 ( 55%) ...............................................SSSSSSSSSSSSSS 4392 / 7820 ( 56%) SSSSSSSSSSSSSSSSSSSSS..............................SSSSSSSSSS 4453 / 7820 ( 56%) SSSSSSSSSSSSSSSSSSSS......................................... 4514 / 7820 ( 57%) .............SSSSSSSSSS...................................... 4575 / 7820 ( 58%) ............................................................. 4636 / 7820 ( 59%) ......................SS......SS............SSSSSSSS......S.. 4697 / 7820 ( 60%) SSSSSSSSSSSSSS............................................... 4758 / 7820 ( 60%) ............................................................. 4819 / 7820 ( 61%) ....................SSSSS.................................... 4880 / 7820 ( 62%) ............................................................. 4941 / 7820 ( 63%) ............................................................. 5002 / 7820 ( 63%) ............................................................. 5063 / 7820 ( 64%) .....................................SSSSSSSSSSSSSSSSSSSSSSSS 5124 / 7820 ( 65%) SSS..............................S........................... 5185 / 7820 ( 66%) ............................................................. 5246 / 7820 ( 67%) ............................................................. 5307 / 7820 ( 67%) ............................................................. 5368 / 7820 ( 68%) ............................................................. 5429 / 7820 ( 69%) ...SS...............................SSSSSSSSSSSSSSSSSSSSSSS.. 5490 / 7820 ( 70%) ............................................................. 5551 / 7820 ( 70%) ............................................................. 5612 / 7820 ( 71%) ............................................................. 5673 / 7820 ( 72%) ............................................................. 5734 / 7820 ( 73%) ............................................................. 5795 / 7820 ( 74%) ............................................................. 5856 / 7820 ( 74%) ............................................................. 5917 / 7820 ( 75%) ............................................................. 5978 / 7820 ( 76%) ............................................................. 6039 / 7820 ( 77%) ............................................................. 6100 / 7820 ( 78%) ............................................................. 6161 / 7820 ( 78%) ............................................................. 6222 / 7820 ( 79%) ............................................................. 6283 / 7820 ( 80%) ............................................................. 6344 / 7820 ( 81%) ............................................................. 6405 / 7820 ( 81%) ............................................................. 6466 / 7820 ( 82%) ............................................................. 6527 / 7820 ( 83%) ............................................................. 6588 / 7820 ( 84%) ............................................................. 6649 / 7820 ( 85%) ............................................................. 6710 / 7820 ( 85%) ............................................................. 6771 / 7820 ( 86%) ............................................................. 6832 / 7820 ( 87%) ............................................................. 6893 / 7820 ( 88%) ............................................................. 6954 / 7820 ( 88%) ..........................SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 7015 / 7820 ( 89%) ...................SSSSSSS........SSSSSSSS..............SSSSS 7076 / 7820 ( 90%) SSSSSSSSSSSSS................................................ 7137 / 7820 ( 91%) ............................................................. 7198 / 7820 ( 92%) ..................................SSSSSSSSSSSSSSSSSSSSSSSSSSS 7259 / 7820 ( 92%) SSSSSSSSSS............SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS. 7320 / 7820 ( 93%) ............................................................. 7381 / 7820 ( 94%) ...........SSSSSSSSSSSSSSSSSSSS.SSSSSSSSSSSSSSSS............. 7442 / 7820 ( 95%) ............................................................. 7503 / 7820 ( 95%) ..........S.SSSS.SSS...........................SSSSSSSSSSSSSS 7564 / 7820 ( 96%) SSSSSSSSSSSSSSSSSSSSS....................S................... 7625 / 7820 ( 97%) ............................................................. 7686 / 7820 ( 98%) .........................................SS.................. 7747 / 7820 ( 99%) ............................................................. 7808 / 7820 ( 99%) .......SSSSS 7820 / 7820 (100%) Time: 16.8 seconds, Memory: 50.00MB OK, but incomplete, skipped, or risky tests! Tests: 7820, Assertions: 2559, Skipped: 863. + exit 0 Processing files: php-bartlett-php-compatinfo-db-1.40.1-1.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.4OPQq8 + umask 022 + cd /builddir/build/BUILD + cd php-compatinfo-db-24bf437fe880e4d02f4c3ff09f68d34bf904618a + DOCDIR=/builddir/build/BUILDROOT/php-bartlett-php-compatinfo-db-1.40.1-1.el7.noarch/usr/share/doc/php-bartlett-php-compatinfo-db-1.40.1 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/php-bartlett-php-compatinfo-db-1.40.1-1.el7.noarch/usr/share/doc/php-bartlett-php-compatinfo-db-1.40.1 + cp -pr composer.json /builddir/build/BUILDROOT/php-bartlett-php-compatinfo-db-1.40.1-1.el7.noarch/usr/share/doc/php-bartlett-php-compatinfo-db-1.40.1 + cp -pr CHANGELOG.md README.md /builddir/build/BUILDROOT/php-bartlett-php-compatinfo-db-1.40.1-1.el7.noarch/usr/share/doc/php-bartlett-php-compatinfo-db-1.40.1 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.Ay6cLL + umask 022 + cd /builddir/build/BUILD + cd php-compatinfo-db-24bf437fe880e4d02f4c3ff09f68d34bf904618a + LICENSEDIR=/builddir/build/BUILDROOT/php-bartlett-php-compatinfo-db-1.40.1-1.el7.noarch/usr/share/licenses/php-bartlett-php-compatinfo-db-1.40.1 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/php-bartlett-php-compatinfo-db-1.40.1-1.el7.noarch/usr/share/licenses/php-bartlett-php-compatinfo-db-1.40.1 + cp -pr LICENSE /builddir/build/BUILDROOT/php-bartlett-php-compatinfo-db-1.40.1-1.el7.noarch/usr/share/licenses/php-bartlett-php-compatinfo-db-1.40.1 + exit 0 Provides: php-bartlett-php-compatinfo-db = 1.40.1-1.el7 php-composer(bartlett/php-compatinfo-db) = 1.40.1 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Conflicts: php-bartlett-PHP-CompatInfo < 5 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/php-bartlett-php-compatinfo-db-1.40.1-1.el7.noarch Wrote: /builddir/build/RPMS/php-bartlett-php-compatinfo-db-1.40.1-1.el7.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.lf3uG1 + umask 022 + cd /builddir/build/BUILD + cd php-compatinfo-db-24bf437fe880e4d02f4c3ff09f68d34bf904618a + /usr/bin/rm -rf /builddir/build/BUILDROOT/php-bartlett-php-compatinfo-db-1.40.1-1.el7.noarch + exit 0 Child return code was: 0