[Libreoffice-bugs] [Bug 126163] test suite build fails

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Tue Nov 26 04:13:07 UTC 2019


https://bugs.documentfoundation.org/show_bug.cgi?id=126163

--- Comment #2 from Tomasz Kłoczko <kloczko.tomasz at gmail.com> ---
After apply current git patches seems that issue have been sorted out however
still test suite fails in other place:



============================================================================
Testsuite summary for cppunit 1.15.0
============================================================================
# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
make[4]: Leaving directory
'/home/tkloczko/rpmbuild/BUILD/cppunit-1.14.0/examples/cppunittest'
Making check in simple
make[2]: Nothing to be done for 'check'.
Making check in ClockerPlugIn
make[2]: Nothing to be done for 'check'.
Making check in DumperPlugIn
make[2]: Nothing to be done for 'check'.
Making check in money
/usr/bin/make  MoneyApp
make[3]: Entering directory
'/home/tkloczko/rpmbuild/BUILD/cppunit-1.14.0/examples/money'
g++ -DHAVE_CONFIG_H -I. -I../..  -I../../include -I../../include   -O2 -g -pipe
-Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS
-fstack-protector-strong -grecord-gcc-switches
-specs=/usr/lib/rpm/redhat/redhat-hardened-cc1
-specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic
-fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection
-flto=auto -flto-partition=none -Werror -Wall -Wextra -pedantic -c -o
MoneyApp-MoneyApp.o `test -f 'MoneyApp.cpp' || echo './'`MoneyApp.cpp
make[3]: Leaving directory
'/home/tkloczko/rpmbuild/BUILD/cppunit-1.14.0/examples/money'
make[3]: Entering directory
'/home/tkloczko/rpmbuild/BUILD/cppunit-1.14.0/examples/money'
g++ -DHAVE_CONFIG_H -I. -I../..  -I../../include -I../../include   -O2 -g -pipe
-Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS
-fstack-protector-strong -grecord-gcc-switches
-specs=/usr/lib/rpm/redhat/redhat-hardened-cc1
-specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic
-fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection
-flto=auto -flto-partition=none -Werror -Wall -Wextra -pedantic -c -o
MoneyApp-MoneyTest.o `test -f 'MoneyTest.cpp' || echo './'`MoneyTest.cpp
make[3]: Leaving directory
'/home/tkloczko/rpmbuild/BUILD/cppunit-1.14.0/examples/money'
make[3]: Entering directory
'/home/tkloczko/rpmbuild/BUILD/cppunit-1.14.0/examples/money'
/bin/sh ../../libtool  --tag=CXX   --mode=link g++  -O2 -g -pipe -Wall
-Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS
-fstack-protector-strong -grecord-gcc-switches
-specs=/usr/lib/rpm/redhat/redhat-hardened-cc1
-specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic
-fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection
-flto=auto -flto-partition=none -Werror -Wall -Wextra -pedantic  -Wl,-z,relro
-Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld
-flto=auto -flto-partition=none -fuse-linker-plugin -o MoneyApp
MoneyApp-MoneyTest.o MoneyApp-MoneyApp.o ../../src/cppunit/libcppunit.la 
libtool: link: g++ -O2 -g -pipe -Wall -Werror=format-security
-Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong
-grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1
-specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic
-fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection
-flto=auto -flto-partition=none -Werror -Wall -Wextra -pedantic -Wl,-z
-Wl,relro -Wl,--as-needed -Wl,-z -Wl,now
-specs=/usr/lib/rpm/redhat/redhat-hardened-ld -flto=auto -flto-partition=none
-fuse-linker-plugin -o .libs/MoneyApp MoneyApp-MoneyTest.o MoneyApp-MoneyApp.o 
../../src/cppunit/.libs/libcppunit.so -ldl
make[3]: Leaving directory
'/home/tkloczko/rpmbuild/BUILD/cppunit-1.14.0/examples/money'
/usr/bin/make  check-TESTS
make[4]: Entering directory
'/home/tkloczko/rpmbuild/BUILD/cppunit-1.14.0/examples/money'
FAIL: MoneyApp
make[4]: Leaving directory
'/home/tkloczko/rpmbuild/BUILD/cppunit-1.14.0/examples/money'
make[4]: Entering directory
'/home/tkloczko/rpmbuild/BUILD/cppunit-1.14.0/examples/money'
===================================================
   cppunit 1.15.0: examples/money/test-suite.log
===================================================

# TOTAL: 1
# PASS:  0
# SKIP:  0
# XFAIL: 0
# FAIL:  1
# XPASS: 0
# ERROR: 0

.. contents:: :depth: 2

FAIL: MoneyApp
==============

....F

##Failure Location unknown## : Assertion
Test name: MoneyTest::testAddThrow
expected exception not thrown

Failures !!!
Run: 4   Failure total: 1   Failures: 1   Errors: 0
FAIL MoneyApp (exit status: 1)

============================================================================
Testsuite summary for cppunit 1.15.0
============================================================================
# TOTAL: 1
# PASS:  0
# SKIP:  0
# XFAIL: 0
# FAIL:  1
# XPASS: 0
# ERROR: 0
============================================================================
See examples/money/test-suite.log
============================================================================
make[4]: *** [Makefile:745: test-suite.log] Error 1
make[4]: Leaving directory
'/home/tkloczko/rpmbuild/BUILD/cppunit-1.14.0/examples/money'
make[3]: *** [Makefile:853: check-TESTS] Error 2
make[2]: *** [Makefile:927: check-am] Error 2
make[1]: *** [Makefile:379: check-recursive] Error 1
make: *** [Makefile:526: check-recursive] Error 1
error: Bad exit status from /var/tmp/rpm-tmp.hsC9GC (%check)

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20191126/83ca44eb/attachment.html>


More information about the Libreoffice-bugs mailing list