Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 1465509 Details for
Bug 1605440
php-guzzlehttp-ringphp: FTBFS in Fedora rawhide
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
build.log
build.log (text/plain), 9.23 KB, created by
Mohan Boddu
on 2018-07-20 15:25:01 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
Mohan Boddu
Created:
2018-07-20 15:25:01 UTC
Size:
9.23 KB
patch
obsolete
>Mock Version: 1.3.4 >Mock Version: 1.3.4 >ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/php-guzzlehttp-ringphp.spec'], chrootPath='/var/lib/mock/f29-build-13047951-949952/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=<mockbuild.trace_decorator.getLog object at 0xb5f83ad0>timeout=172800uid=1000gid=425user='mockbuild'nspawn_args=[]printOutput=False) >Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/php-guzzlehttp-ringphp.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False >Building target platforms: noarch >Building for target noarch >Wrote: /builddir/build/SRPMS/php-guzzlehttp-ringphp-1.1.0-12.fc29.src.rpm >Child return code was: 0 >ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/php-guzzlehttp-ringphp.spec'], chrootPath='/var/lib/mock/f29-build-13047951-949952/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=<mockbuild.trace_decorator.getLog object at 0xb5f83ad0>timeout=172800uid=1000gid=425user='mockbuild'nspawn_args=[]printOutput=False) >Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/php-guzzlehttp-ringphp.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False >Building target platforms: noarch >Building for target noarch >Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.b0ARTm >+ umask 022 >+ cd /builddir/build/BUILD >+ cd /builddir/build/BUILD >+ rm -rf RingPHP-dbbb91d7f6c191e5e405e900e3102ac7f261bc0b >+ /usr/bin/gzip -dc /builddir/build/SOURCES/php-guzzlehttp-ringphp-1.1.0-dbbb91d7f6c191e5e405e900e3102ac7f261bc0b.tar.gz >+ /usr/bin/tar -xof - >+ STATUS=0 >+ '[' 0 -ne 0 ']' >+ cd RingPHP-dbbb91d7f6c191e5e405e900e3102ac7f261bc0b >+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . >+ echo 'Patch #0 (php-guzzlehttp-ringphp-upstream-pull-42.patch):' >Patch #0 (php-guzzlehttp-ringphp-upstream-pull-42.patch): >+ /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 >patching file tests/Client/StreamHandlerTest.php >+ : Modify tests bootstrap >+ sed -e 's#.*require.*autoload.*#require __DIR__ . '\''/autoload.php'\'';#' -i tests/bootstrap.php >+ exit 0 >Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.m54BpF >+ umask 022 >+ cd /builddir/build/BUILD >+ cd RingPHP-dbbb91d7f6c191e5e405e900e3102ac7f261bc0b >+ : Create library autoloader >+ cat >+ tee src/autoload.php ><?php >/** > * Autoloader for php-guzzlehttp-ringphp and its' dependencies > * (created by php-guzzlehttp-ringphp-1.1.0-12.fc29). > */ >require_once '/usr/share/php/Fedora/Autoloader/autoload.php'; >\Fedora\Autoloader\Autoload::addPsr4('GuzzleHttp\\Ring\\', __DIR__); >\Fedora\Autoloader\Dependencies::required([ > '/usr/share/php/GuzzleHttp/Stream/autoload.php', > '/usr/share/php/React/Promise/autoload.php', >]); >+ : Create tests autoloader >+ cat >+ tee tests/autoload.php ><?php >/** > * Autoloader for php-guzzlehttp-ringphp and its' dependencies > * (created by php-guzzlehttp-ringphp-tests-1.1.0-12.fc29). > */ >// Require library autoloader. Allow for both RPM builds of php-guzzlehttp-ringphp >// and other packages' usage of php-guzzlehttp-ringphp-tests. >$libraryAutoload = '/usr/share/php/GuzzleHttp/Ring/autoload.php'; >$rpmBuildRoot = getenv('RPM_BUILD_ROOT'); >if ($rpmBuildRoot && file_exists($rpmBuildRoot . $libraryAutoload)) { > require_once $rpmBuildRoot . $libraryAutoload; >} else { > require_once $libraryAutoload; >} >unset($libraryAutoload, $rpmBuildRoot); >\Fedora\Autoloader\Autoload::addPsr4('GuzzleHttp\\Tests\\Ring\\', __DIR__); >+ : Create custom tests PHPUnit config >+ rm -f phpunit.xml.dist >+ tee phpunit.xml.dist >+ cat ><?xml version="1.0" encoding="UTF-8"?> ><phpunit bootstrap="./bootstrap.php" colors="true"> > <testsuites> > <testsuite> > <directory>.</directory> > </testsuite> > </testsuites> ></phpunit> >+ exit 0 >Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.RaOCMZ >+ umask 022 >+ cd /builddir/build/BUILD >+ '[' /builddir/build/BUILDROOT/php-guzzlehttp-ringphp-1.1.0-12.fc29.noarch '!=' / ']' >+ rm -rf /builddir/build/BUILDROOT/php-guzzlehttp-ringphp-1.1.0-12.fc29.noarch >++ dirname /builddir/build/BUILDROOT/php-guzzlehttp-ringphp-1.1.0-12.fc29.noarch >+ mkdir -p /builddir/build/BUILDROOT >+ mkdir /builddir/build/BUILDROOT/php-guzzlehttp-ringphp-1.1.0-12.fc29.noarch >+ cd RingPHP-dbbb91d7f6c191e5e405e900e3102ac7f261bc0b >+ : Library >+ mkdir -p /builddir/build/BUILDROOT/php-guzzlehttp-ringphp-1.1.0-12.fc29.noarch/usr/share/php/GuzzleHttp/Ring >+ cp -rp src/Client src/Core.php src/Exception src/Future src/autoload.php /builddir/build/BUILDROOT/php-guzzlehttp-ringphp-1.1.0-12.fc29.noarch/usr/share/php/GuzzleHttp/Ring/ >+ : Tests >+ mkdir -p /builddir/build/BUILDROOT/php-guzzlehttp-ringphp-1.1.0-12.fc29.noarch/usr/share/tests >+ cp -rp tests /builddir/build/BUILDROOT/php-guzzlehttp-ringphp-1.1.0-12.fc29.noarch/usr/share/tests/php-guzzlehttp-ringphp >+ cp -p phpunit.xml.dist /builddir/build/BUILDROOT/php-guzzlehttp-ringphp-1.1.0-12.fc29.noarch/usr/share/tests/php-guzzlehttp-ringphp/ >+ /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 1.1.0-12.fc29 --unique-debug-suffix -1.1.0-12.fc29.noarch --unique-debug-src-base php-guzzlehttp-ringphp-1.1.0-12.fc29.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/RingPHP-dbbb91d7f6c191e5e405e900e3102ac7f261bc0b >+ /usr/lib/rpm/check-buildroot >+ /usr/lib/rpm/redhat/brp-ldconfig >/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.WU8eCY >+ umask 022 >+ cd /builddir/build/BUILD >+ cd RingPHP-dbbb91d7f6c191e5e405e900e3102ac7f261bc0b >+ : Upstream tests >+ RETURN_CODE=0 >+ for PHP_EXEC in php php56 php70 php71 >+ '[' php == php ']' >+ php /usr/bin/phpunit --verbose --configuration /builddir/build/BUILDROOT/php-guzzlehttp-ringphp-1.1.0-12.fc29.noarch/usr/share/tests/php-guzzlehttp-ringphp >PHPUnit 5.7.27 by Sebastian Bergmann and contributors. >Runtime: PHP 7.2.8RC1 >Configuration: /builddir/build/BUILDROOT/php-guzzlehttp-ringphp-1.1.0-12.fc29.noarch/usr/share/tests/php-guzzlehttp-ringphp/phpunit.xml.dist >................F.............................................. 63 / 147 ( 42%) >............................................................... 126 / 147 ( 85%) >..................... 147 / 147 (100%) >Time: 3.89 seconds, Memory: 10.00MB >There was 1 failure: >1) GuzzleHttp\Tests\Ring\Client\CurlFactoryTest::testEmitsDebugInfoToStream >Failed asserting that '* Rebuilt URL to: http://127.0.0.1:8125/ >* Hostname 127.0.0.1 was found in DNS cache >* Trying 127.0.0.1... >* TCP_NODELAY set >* Connected to 127.0.0.1 (127.0.0.1) port 8125 (#0) >> HEAD / HTTP/1.1 >Host: 127.0.0.1:8125 >< HTTP/1.1 200 >< Date: Sun, 15 Jul 2018 01:29:46 GMT >< Connection: keep-alive >< >* Connection #0 to host 127.0.0.1 left intact >' contains "> HEAD / HTTP/1.1 >host: 127.0.0.1:8125 >". >/builddir/build/BUILDROOT/php-guzzlehttp-ringphp-1.1.0-12.fc29.noarch/usr/share/tests/php-guzzlehttp-ringphp/Client/CurlFactoryTest.php:309 >FAILURES! >Tests: 147, Assertions: 356, Failures: 1. >+ RETURN_CODE=1 >+ for PHP_EXEC in php php56 php70 php71 >+ '[' php == php56 ']' >+ which php56 >which: no php56 in (/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin) >+ for PHP_EXEC in php php56 php70 php71 >+ '[' php == php70 ']' >+ which php70 >which: no php70 in (/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin) >+ for PHP_EXEC in php php56 php70 php71 >+ '[' php == php71 ']' >+ which php71 >which: no php71 in (/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin) >+ exit 1 >error: Bad exit status from /var/tmp/rpm-tmp.WU8eCY (%check) >RPM build errors: > Bad exit status from /var/tmp/rpm-tmp.WU8eCY (%check) >Child return code was: 1 >EXCEPTION: [Error()] >Traceback (most recent call last): > File "/usr/lib/python3.6/site-packages/mockbuild/trace_decorator.py", line 89, in trace > result = func(*args, **kw) > File "/usr/lib/python3.6/site-packages/mockbuild/util.py", line 582, in do > raise exception.Error("Command failed. See logs for output.\n # %s" % (command,), child.returncode) >mockbuild.exception.Error: Command failed. See logs for output. > # bash --login -c /usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/php-guzzlehttp-ringphp.spec
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1605440
: 1465509 |
1465510
|
1465511