Mock Version: 1.4.14 Mock Version: 1.4.14 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/f29-build-15525406-1116676/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=172800uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/php-bartlett-php-compatinfo-db.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/php-bartlett-php-compatinfo-db-1.41.0-1.fc29.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/php-bartlett-php-compatinfo-db.spec'], chrootPath='/var/lib/mock/f29-build-15525406-1116676/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=172800uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/php-bartlett-php-compatinfo-db.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.cVT9lx + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf php-compatinfo-db-1142e0e10d9837dd4ae90ad41e784d217ed33e3d + /usr/bin/gzip -dc /builddir/build/SOURCES/php-bartlett-php-compatinfo-db-1.41.0-1142e0e.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd php-compatinfo-db-1142e0e10d9837dd4ae90ad41e784d217ed33e3d + /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/patch --no-backup-if-mismatch -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/patch --no-backup-if-mismatch -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.41.0/ -i data/handleDB.php + find src -name '*rpm' -delete -print src/Bartlett/CompatInfoDb/Environment.php.rpm + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.UeYkXX + umask 022 + cd /builddir/build/BUILD + cd php-compatinfo-db-1142e0e10d9837dd4ae90ad41e784d217ed33e3d + : Ensure current version is known by reference BUILDSTDERR: ++ php -r ' BUILDSTDERR: require "src/Bartlett/CompatInfoDb/autoload.php"; BUILDSTDERR: switch (PHP_MAJOR_VERSION . PHP_MINOR_VERSION) { BUILDSTDERR: case "54": BUILDSTDERR: $max = Bartlett\CompatInfoDb\ExtensionFactory::LATEST_PHP_5_4; BUILDSTDERR: break; BUILDSTDERR: case "55": BUILDSTDERR: $max = Bartlett\CompatInfoDb\ExtensionFactory::LATEST_PHP_5_5; BUILDSTDERR: break; BUILDSTDERR: case "56": BUILDSTDERR: $max = Bartlett\CompatInfoDb\ExtensionFactory::LATEST_PHP_5_6; BUILDSTDERR: break; BUILDSTDERR: case "70": BUILDSTDERR: $max = Bartlett\CompatInfoDb\ExtensionFactory::LATEST_PHP_7_0; BUILDSTDERR: break; BUILDSTDERR: case "71": BUILDSTDERR: $max = Bartlett\CompatInfoDb\ExtensionFactory::LATEST_PHP_7_1; BUILDSTDERR: break; BUILDSTDERR: case "72": BUILDSTDERR: $max = Bartlett\CompatInfoDb\ExtensionFactory::LATEST_PHP_7_2; BUILDSTDERR: break; BUILDSTDERR: default: BUILDSTDERR: exit(0); BUILDSTDERR: } BUILDSTDERR: if (version_compare(PHP_VERSION, $max, ">")) { BUILDSTDERR: fputs(STDERR, "Current: " . PHP_VERSION . " > Known: $max\n\n"); BUILDSTDERR: echo "/LATEST_PHP_" . PHP_MAJOR_VERSION . "_" . PHP_MINOR_VERSION . BUILDSTDERR: "/s/" . PHP_MAJOR_VERSION . "\." .PHP_MINOR_VERSION . "\.[0-9]*/" . PHP_VERSION . "/"; BUILDSTDERR: } else { BUILDSTDERR: fputs(STDERR, "Current: " . PHP_VERSION . " = Known: $max\n\n"); BUILDSTDERR: } BUILDSTDERR: ' BUILDSTDERR: Current: 7.2.15 = Known: 7.2.16 + 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.27'; const LATEST_PHP_7_2 = '7.2.16'; const LATEST_PHP_7_3 = '7.3.3'; + : 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-1142e0e10d9837dd4ae90ad41e784d217ed33e3d/data/compatinfo.sqlite sha1: f743c0e49768d599f012a6662d3f9c63110ed3a5 was copied to /builddir/build/BUILD/php-compatinfo-db-1142e0e10d9837dd4ae90ad41e784d217ed33e3d/data/compatinfo.sqlite.f743c0e49768d599f012a6662d3f9c63110ed3a5 BUILDSTDERR: 0% < 1 sec 2.0 MiB 0% < 1 sec 2.0 MiB Building extensions (shmop) BUILDSTDERR: 0% < 1 sec 2.0 MiB Building extensions (yac) BUILDSTDERR: 1% < 1 sec 2.0 MiB Building extensions (xhprof) BUILDSTDERR: 2% < 1 sec 2.0 MiB Building extensions (sync) BUILDSTDERR: 3% < 1 sec 2.0 MiB Building extensions (msgpack) BUILDSTDERR: 4% < 1 sec 2.0 MiB Building extensions (memcached) BUILDSTDERR: 5% < 1 sec 2.0 MiB Building extensions (xsl) BUILDSTDERR: 6% < 1 sec 2.0 MiB Building extensions (bcmath) BUILDSTDERR: 7% < 1 sec 2.0 MiB Building extensions (yaml) BUILDSTDERR: 8% < 1 sec 2.0 MiB Building extensions (pcntl) BUILDSTDERR: 9% < 1 sec 2.0 MiB Building extensions (pcntl) BUILDSTDERR: 9% < 1 sec 2.0 MiB Building extensions (filter) BUILDSTDERR: 10% < 1 sec 2.0 MiB Building extensions (intl) BUILDSTDERR: 11% < 1 sec 4.0 MiB Building extensions (curl) BUILDSTDERR: 12% < 1 sec 4.0 MiB Building extensions (mssql) BUILDSTDERR: 13% < 1 sec 4.0 MiB Building extensions (lzf) BUILDSTDERR: 14% < 1 sec 4.0 MiB Building extensions (inclued) BUILDSTDERR: 14% < 1 sec 4.0 MiB Building extensions (gmp) BUILDSTDERR: 15% < 1 sec 4.0 MiB Building extensions (libevent) BUILDSTDERR: 16% < 1 sec 4.0 MiB Building extensions (openssl) BUILDSTDERR: 17% < 1 sec 4.0 MiB Building extensions (zendopcache) BUILDSTDERR: 18% < 1 sec 4.0 MiB Building extensions (zendopcache) BUILDSTDERR: 18% < 1 sec 4.0 MiB Building extensions (imagick) BUILDSTDERR: 19% < 1 sec 4.0 MiB Building extensions (readline) BUILDSTDERR: 20% < 1 sec 4.0 MiB Building extensions (posix) BUILDSTDERR: 21% < 1 sec 4.0 MiB Building extensions (solr) BUILDSTDERR: 22% < 1 sec 4.0 MiB Building extensions (gettext) BUILDSTDERR: 23% < 1 sec 4.0 MiB Building extensions (sysvshm) BUILDSTDERR: 24% < 1 sec 4.0 MiB Building extensions (gd) BUILDSTDERR: 25% < 1 sec 4.0 MiB Building extensions (sphinx) BUILDSTDERR: 26% < 1 sec 4.0 MiB Building extensions (phar) BUILDSTDERR: 27% < 1 sec 4.0 MiB Building extensions (mysql) BUILDSTDERR: 28% < 1 sec 4.0 MiB Building extensions (mysql) BUILDSTDERR: 28% < 1 sec 4.0 MiB Building extensions (pdflib) BUILDSTDERR: 28% < 1 sec 4.0 MiB Building extensions (soap) BUILDSTDERR: 29% < 1 sec 4.0 MiB Building extensions (mysqli) BUILDSTDERR: 30% < 1 sec 4.0 MiB Building extensions (ereg) BUILDSTDERR: 31% < 1 sec 4.0 MiB Building extensions (pthreads) BUILDSTDERR: 32% < 1 sec 4.0 MiB Building extensions (bz2) BUILDSTDERR: 33% < 1 sec 4.0 MiB Building extensions (zlib) BUILDSTDERR: 34% < 1 sec 4.0 MiB Building extensions (htscanner) BUILDSTDERR: 35% < 1 sec 4.0 MiB Building extensions (json) BUILDSTDERR: 36% < 1 sec 4.0 MiB Building extensions (xmlrpc) BUILDSTDERR: 37% < 1 sec 4.0 MiB Building extensions (xmlrpc) BUILDSTDERR: 37% < 1 sec 4.0 MiB Building extensions (xdebug) BUILDSTDERR: 38% < 1 sec 4.0 MiB Building extensions (gender) BUILDSTDERR: 39% < 1 sec 4.0 MiB Building extensions (redis) BUILDSTDERR: 40% < 1 sec 4.0 MiB Building extensions (riak) BUILDSTDERR: 41% < 1 sec 4.0 MiB Building extensions (sysvmsg) BUILDSTDERR: 42% < 1 sec 4.0 MiB Building extensions (imap) BUILDSTDERR: 42% < 1 sec 4.0 MiB Building extensions (sqlite3) BUILDSTDERR: 43% < 1 sec 4.0 MiB Building extensions (mongo) BUILDSTDERR: 44% < 1 sec 4.0 MiB Building extensions (wddx) BUILDSTDERR: 45% < 1 sec 4.0 MiB Building extensions (amqp) BUILDSTDERR: 46% < 1 sec 4.0 MiB Building extensions (amqp) BUILDSTDERR: 46% < 1 sec 4.0 MiB Building extensions (session) BUILDSTDERR: 47% < 1 sec 4.0 MiB Building extensions (standard) BUILDSTDERR: 48% < 1 sec 4.0 MiB Building extensions (sqlite) BUILDSTDERR: 49% < 1 sec 4.0 MiB Building extensions (memcache) BUILDSTDERR: 50% < 1 sec 4.0 MiB Building extensions (dom) BUILDSTDERR: 51% < 1 sec 4.0 MiB Building extensions (uopz) BUILDSTDERR: 52% < 1 sec 4.0 MiB Building extensions (pcre) BUILDSTDERR: 53% < 1 sec 4.0 MiB Building extensions (igbinary) BUILDSTDERR: 54% 1 sec 4.0 MiB Building extensions (recode) BUILDSTDERR: 55% 1 sec 4.0 MiB Building extensions (zip) BUILDSTDERR: 56% 1 sec 4.0 MiB Building extensions (zip) BUILDSTDERR: 56% 1 sec 4.0 MiB Building extensions (pdo) BUILDSTDERR: 57% 1 sec 4.0 MiB Building extensions (sockets) BUILDSTDERR: 57% 1 sec 4.0 MiB Building extensions (mailparse) BUILDSTDERR: 58% 1 sec 4.0 MiB Building extensions (sysvsem) BUILDSTDERR: 59% 1 sec 4.0 MiB Building extensions (xmlreader) BUILDSTDERR: 60% 1 sec 4.0 MiB Building extensions (ssh2) BUILDSTDERR: 61% 1 sec 4.0 MiB Building extensions (reflection) BUILDSTDERR: 62% 1 sec 4.0 MiB Building extensions (iconv) BUILDSTDERR: 63% 1 sec 4.0 MiB Building extensions (http) BUILDSTDERR: 64% 1 sec 4.0 MiB Building extensions (tokenizer) BUILDSTDERR: 65% 1 sec 4.0 MiB Building extensions (tokenizer) BUILDSTDERR: 65% 1 sec 4.0 MiB Building extensions (odbc) BUILDSTDERR: 66% 1 sec 4.0 MiB Building extensions (tidy) BUILDSTDERR: 67% 1 sec 4.0 MiB Building extensions (pgsql) BUILDSTDERR: 68% 1 sec 4.0 MiB Building extensions (hash) BUILDSTDERR: 69% 1 sec 4.0 MiB Building extensions (simplexml) BUILDSTDERR: 70% 1 sec 4.0 MiB Building extensions (date) BUILDSTDERR: 71% 1 sec 4.0 MiB Building extensions (mcrypt) BUILDSTDERR: 71% 1 sec 4.0 MiB Building extensions (apcu) BUILDSTDERR: 72% 1 sec 4.0 MiB Building extensions (rar) BUILDSTDERR: 73% 1 sec 4.0 MiB Building extensions (fileinfo) BUILDSTDERR: 74% 1 sec 4.0 MiB Building extensions (fileinfo) BUILDSTDERR: 74% 1 sec 4.0 MiB Building extensions (ast) BUILDSTDERR: 75% 1 sec 4.0 MiB Building extensions (calendar) BUILDSTDERR: 76% 1 sec 4.0 MiB Building extensions (uploadprogress) BUILDSTDERR: 77% 1 sec 4.0 MiB Building extensions (stomp) BUILDSTDERR: 78% 1 sec 4.0 MiB Building extensions (enchant) BUILDSTDERR: 79% 1 sec 4.0 MiB Building extensions (oauth) BUILDSTDERR: 80% 1 sec 4.0 MiB Building extensions (xmldiff) BUILDSTDERR: 81% 1 sec 4.0 MiB Building extensions (haru) BUILDSTDERR: 82% 1 sec 4.0 MiB Building extensions (jsmin) BUILDSTDERR: 83% 1 sec 4.0 MiB Building extensions (snmp) BUILDSTDERR: 84% 1 sec 4.0 MiB Building extensions (snmp) BUILDSTDERR: 84% 1 sec 4.0 MiB Building extensions (xmlwriter) BUILDSTDERR: 85% 1 sec 4.0 MiB Building extensions (geoip) BUILDSTDERR: 85% 1 sec 4.0 MiB Building extensions (svn) BUILDSTDERR: 86% 1 sec 4.0 MiB Building extensions (xcache) BUILDSTDERR: 87% 1 sec 4.0 MiB Building extensions (apc) BUILDSTDERR: 88% 1 sec 4.0 MiB Building extensions (core) BUILDSTDERR: 89% 1 sec 4.0 MiB Building extensions (xml) BUILDSTDERR: 90% 1 sec 4.0 MiB Building extensions (ctype) BUILDSTDERR: 91% 1 sec 4.0 MiB Building extensions (exif) BUILDSTDERR: 92% 1 sec 4.0 MiB Building extensions (varnish) BUILDSTDERR: 93% 1 sec 4.0 MiB Building extensions (varnish) BUILDSTDERR: 93% 1 sec 4.0 MiB Building extensions (mhash) BUILDSTDERR: 94% 1 sec 4.0 MiB Building extensions (ftp) BUILDSTDERR: 95% 1 sec 4.0 MiB Building extensions (ldap) BUILDSTDERR: 96% 1 sec 4.0 MiB Building extensions (mbstring) BUILDSTDERR: 97% 1 sec 4.0 MiB Building extensions (raphf) BUILDSTDERR: 98% 1 sec 4.0 MiB Building extensions (libxml) BUILDSTDERR: 99% 1 sec 4.0 MiB Building extensions (spl) BUILDSTDERR: 100% 1 sec 4.0 MiB Building extensions (spl) 100% 1 sec 4.0 MiB Database is built + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.4GxLws + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/php-bartlett-php-compatinfo-db-1.41.0-1.fc29.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/php-bartlett-php-compatinfo-db-1.41.0-1.fc29.noarch BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/php-bartlett-php-compatinfo-db-1.41.0-1.fc29.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/php-bartlett-php-compatinfo-db-1.41.0-1.fc29.noarch + cd php-compatinfo-db-1142e0e10d9837dd4ae90ad41e784d217ed33e3d + mkdir -p /builddir/build/BUILDROOT/php-bartlett-php-compatinfo-db-1.41.0-1.fc29.noarch/usr/share/php + cp -pr src/Bartlett /builddir/build/BUILDROOT/php-bartlett-php-compatinfo-db-1.41.0-1.fc29.noarch/usr/share/php/Bartlett + install -D -p -m 644 data/compatinfo.sqlite /builddir/build/BUILDROOT/php-bartlett-php-compatinfo-db-1.41.0-1.fc29.noarch/usr/share/php-bartlett-php-compatinfo-db/compatinfo.sqlite + /usr/lib/rpm/find-debuginfo.sh -j6 --strict-build-id -m -i --build-id-seed 1.41.0-1.fc29 --unique-debug-suffix -1.41.0-1.fc29.noarch --unique-debug-src-base php-bartlett-php-compatinfo-db-1.41.0-1.fc29.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/php-compatinfo-db-1142e0e10d9837dd4ae90ad41e784d217ed33e3d + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig BUILDSTDERR: /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.bZ4OiX + umask 022 + cd /builddir/build/BUILD + cd php-compatinfo-db-1142e0e10d9837dd4ae90ad41e784d217ed33e3d + export BARTLETT_COMPATINFO_DB=/builddir/build/BUILDROOT/php-bartlett-php-compatinfo-db-1.41.0-1.fc29.noarch/usr/share/php-bartlett-php-compatinfo-db/compatinfo.sqlite + BARTLETT_COMPATINFO_DB=/builddir/build/BUILDROOT/php-bartlett-php-compatinfo-db-1.41.0-1.fc29.noarch/usr/share/php-bartlett-php-compatinfo-db/compatinfo.sqlite + /usr/bin/phpunit --include-path /builddir/build/BUILDROOT/php-bartlett-php-compatinfo-db-1.41.0-1.fc29.noarch/usr/share/php -d memory_limit=1G PHPUnit 5.7.27 by Sebastian Bergmann and contributors. SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS................... 61 / 7895 ( 0%) .SSSSSSSS.................................................... 122 / 7895 ( 1%) .....SSSSS................................................... 183 / 7895 ( 2%) ............................................................. 244 / 7895 ( 3%) ............................................................. 305 / 7895 ( 3%) ............................................................. 366 / 7895 ( 4%) ............................................................. 427 / 7895 ( 5%) ............................................................. 488 / 7895 ( 6%) ............................................................. 549 / 7895 ( 6%) ....SS..............SS......................SSSSSS........... 610 / 7895 ( 7%) ............................................................. 671 / 7895 ( 8%) ............................................................. 732 / 7895 ( 9%) ............................................................. 793 / 7895 ( 10%) ............................................................. 854 / 7895 ( 10%) ............................................................. 915 / 7895 ( 11%) ............................................................. 976 / 7895 ( 12%) ......SSSS................................................... 1037 / 7895 ( 13%) ............................................................. 1098 / 7895 ( 13%) .................................................SS.......... 1159 / 7895 ( 14%) ............................................................. 1220 / 7895 ( 15%) ............................................................. 1281 / 7895 ( 16%) ............................................................. 1342 / 7895 ( 16%) .......SSSSSSSSSSSSSSSSSSSSSSS.......................SSSSSSS. 1403 / 7895 ( 17%) ......................SSSS................................... 1464 / 7895 ( 18%) ..................................................SSSSSSS.... 1525 / 7895 ( 19%) ............................................................. 1586 / 7895 ( 20%) ..................SSSSS...................................... 1647 / 7895 ( 20%) ............................................................. 1708 / 7895 ( 21%) ............................................................. 1769 / 7895 ( 22%) ............................................................. 1830 / 7895 ( 23%) ............................................................. 1891 / 7895 ( 23%) ......................SSSSSSSSSSSSSSSSSSSSSSSSSSS............ 1952 / 7895 ( 24%) ........SSSSSSSSSSSSSSSSSSSSSSSSSSSS......................... 2013 / 7895 ( 25%) ...............................................SSSSSSSSSSSSSS 2074 / 7895 ( 26%) SSSSSSSSSSS...............................SSSSSSSSSSSSSSSSSSS 2135 / 7895 ( 27%) SSSSSSSSSSSSSSSSSSSSSSSSSS................................... 2196 / 7895 ( 27%) ............................................................. 2257 / 7895 ( 28%) ............................................................. 2318 / 7895 ( 29%) ............................................................. 2379 / 7895 ( 30%) ............................................................. 2440 / 7895 ( 30%) ............................................................. 2501 / 7895 ( 31%) ............................................................. 2562 / 7895 ( 32%) ............................................................. 2623 / 7895 ( 33%) ............................................................. 2684 / 7895 ( 33%) ............................................................. 2745 / 7895 ( 34%) ............................................................. 2806 / 7895 ( 35%) ............................................................. 2867 / 7895 ( 36%) ............................................................. 2928 / 7895 ( 37%) ............................................................. 2989 / 7895 ( 37%) ............................................................. 3050 / 7895 ( 38%) ............................................................. 3111 / 7895 ( 39%) ............................................................. 3172 / 7895 ( 40%) ............................................................. 3233 / 7895 ( 40%) ............................................................. 3294 / 7895 ( 41%) ............................................................. 3355 / 7895 ( 42%) ............................................................. 3416 / 7895 ( 43%) ............................................................. 3477 / 7895 ( 44%) .......................................SSSSSSSSSSSSSS........ 3538 / 7895 ( 44%) .....................SSS..SSSSSSSSSSSSSSSSSSSSSS............. 3599 / 7895 ( 45%) ............................SSSSSSSSSSSSSSSSSSSSSSSS......... 3660 / 7895 ( 46%) ............................................................. 3721 / 7895 ( 47%) ............................................................. 3782 / 7895 ( 47%) .......................................SSSSSSSSSSSSSSSSSSSSSS 3843 / 7895 ( 48%) SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 3904 / 7895 ( 49%) SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS............................. 3965 / 7895 ( 50%) ............................................................. 4026 / 7895 ( 50%) ............................................................. 4087 / 7895 ( 51%) ...............SSSSSSS....................................... 4148 / 7895 ( 52%) ............................................................. 4209 / 7895 ( 53%) ..........................................................SSS 4270 / 7895 ( 54%) SS........................................SSSSSSSSSSSSSSSSS.. 4331 / 7895 ( 54%) S....SSSSSSSSSSSSSS.......SSS....SSSSSS...................... 4392 / 7895 ( 55%) ............................................................. 4453 / 7895 ( 56%) SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS.......................... 4514 / 7895 ( 57%) ....SSSSSSSSSSSSSSSSSSSSSSSSSSSSSS........................... 4575 / 7895 ( 57%) ...........................SSSSSSSSSS........................ 4636 / 7895 ( 58%) ............................................................. 4697 / 7895 ( 59%) ....................................SS......SS............SSS 4758 / 7895 ( 60%) SSSSS......S..SSSSSSSSSSSSSS................................. 4819 / 7895 ( 61%) ............................................................. 4880 / 7895 ( 61%) ..................................SSSSS...................... 4941 / 7895 ( 62%) ............................................................. 5002 / 7895 ( 63%) ............................................................. 5063 / 7895 ( 64%) ............................................................. 5124 / 7895 ( 64%) ...................................................SSSSSSSSSS 5185 / 7895 ( 65%) SSSSSSSSSSSSSSSSS..............................S............. 5246 / 7895 ( 66%) ............................................................. 5307 / 7895 ( 67%) ............................................................. 5368 / 7895 ( 67%) ............................................................. 5429 / 7895 ( 68%) ............................................................. 5490 / 7895 ( 69%) .................SS...............................SSSSSSSSSSS 5551 / 7895 ( 70%) SSSSSSSSSSSS................................................. 5612 / 7895 ( 71%) ............................................................. 5673 / 7895 ( 71%) ............................................................. 5734 / 7895 ( 72%) ............................................................. 5795 / 7895 ( 73%) ............................................................. 5856 / 7895 ( 74%) ............................................................. 5917 / 7895 ( 74%) ............................................................. 5978 / 7895 ( 75%) ............................................................. 6039 / 7895 ( 76%) ............................................................. 6100 / 7895 ( 77%) ............................................................. 6161 / 7895 ( 78%) ............................................................. 6222 / 7895 ( 78%) ............................................................. 6283 / 7895 ( 79%) ............................................................. 6344 / 7895 ( 80%) ............................................................. 6405 / 7895 ( 81%) ............................................................. 6466 / 7895 ( 81%) ............................................................. 6527 / 7895 ( 82%) ............................................................. 6588 / 7895 ( 83%) ............................................................. 6649 / 7895 ( 84%) ............................................................. 6710 / 7895 ( 84%) ............................................................. 6771 / 7895 ( 85%) ............................................................. 6832 / 7895 ( 86%) ............................................................. 6893 / 7895 ( 87%) ............................................................. 6954 / 7895 ( 88%) ............................................................. 7015 / 7895 ( 88%) ........................................SSSSSSSSSSSSSSSSSSSSS 7076 / 7895 ( 89%) SSSSSSSSSSSSSS...................SSSSSSS........SSSSSSSS..... 7137 / 7895 ( 90%) .........SSSSSSSSSSSSSSSSSS.................................. 7198 / 7895 ( 91%) ............................................................. 7259 / 7895 ( 91%) ................................................SSSSSSSSSSSSS 7320 / 7895 ( 92%) SSSSSSSSSSSSSSSSSSSSSSSS............SSSSSSSSSSSSSSSSSSSSSSSSS 7381 / 7895 ( 93%) SSSSSSSSSSSSS................................................ 7442 / 7895 ( 94%) .........................SSSSSSSSSSSSSSSSSSSS.SSSSSSSSSSSSSSS 7503 / 7895 ( 95%) S............................................................ 7564 / 7895 ( 95%) ........................S.SSSS.SSS........................... 7625 / 7895 ( 96%) SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS....................S..... 7686 / 7895 ( 97%) ............................................................. 7747 / 7895 ( 98%) .......................................................SS.... 7808 / 7895 ( 98%) ............................................................. 7869 / 7895 ( 99%) .....................SSSSS 7895 / 7895 (100%) Time: 1.7 seconds, Memory: 50.00MB OK, but incomplete, skipped, or risky tests! Tests: 7895, Assertions: 2632, Skipped: 863. + exit 0 Processing files: php-bartlett-php-compatinfo-db-1.41.0-1.fc29.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.vR2Ltw + umask 022 + cd /builddir/build/BUILD + cd php-compatinfo-db-1142e0e10d9837dd4ae90ad41e784d217ed33e3d + DOCDIR=/builddir/build/BUILDROOT/php-bartlett-php-compatinfo-db-1.41.0-1.fc29.noarch/usr/share/doc/php-bartlett-php-compatinfo-db + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/php-bartlett-php-compatinfo-db-1.41.0-1.fc29.noarch/usr/share/doc/php-bartlett-php-compatinfo-db + cp -pr composer.json /builddir/build/BUILDROOT/php-bartlett-php-compatinfo-db-1.41.0-1.fc29.noarch/usr/share/doc/php-bartlett-php-compatinfo-db + cp -pr CHANGELOG.md README.md /builddir/build/BUILDROOT/php-bartlett-php-compatinfo-db-1.41.0-1.fc29.noarch/usr/share/doc/php-bartlett-php-compatinfo-db + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.Bpr2F5 + umask 022 + cd /builddir/build/BUILD + cd php-compatinfo-db-1142e0e10d9837dd4ae90ad41e784d217ed33e3d + LICENSEDIR=/builddir/build/BUILDROOT/php-bartlett-php-compatinfo-db-1.41.0-1.fc29.noarch/usr/share/licenses/php-bartlett-php-compatinfo-db + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/php-bartlett-php-compatinfo-db-1.41.0-1.fc29.noarch/usr/share/licenses/php-bartlett-php-compatinfo-db + cp -pr LICENSE /builddir/build/BUILDROOT/php-bartlett-php-compatinfo-db-1.41.0-1.fc29.noarch/usr/share/licenses/php-bartlett-php-compatinfo-db + exit 0 Provides: php-bartlett-php-compatinfo-db = 1.41.0-1.fc29 php-composer(bartlett/php-compatinfo-db) = 1.41.0 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.41.0-1.fc29.noarch Wrote: /builddir/build/RPMS/php-bartlett-php-compatinfo-db-1.41.0-1.fc29.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.cch8AF + umask 022 + cd /builddir/build/BUILD + cd php-compatinfo-db-1142e0e10d9837dd4ae90ad41e784d217ed33e3d + /usr/bin/rm -rf /builddir/build/BUILDROOT/php-bartlett-php-compatinfo-db-1.41.0-1.fc29.noarch + exit 0 Child return code was: 0