Package: src:hotspot
Version: 1.1.0+git20180816-1
Severity: serious
Tags: ftbfs
Dear maintainer:
I tried to build this package but it failed:
--------------------------------------------------------------------------------
[...]
debian/rules build-arch
dh build-arch
dh_update_autotools_config -a
dh_autoreconf -a
dh_auto_configure -a
install -d obj-x86_64-linux-gnu
cd obj-x86_64-linux-gnu && cmake -DCMAKE_INSTALL_PREFIX=/usr
-DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_SYSCONFDIR=/etc
-DCMAKE_INSTALL_LOCALSTATEDIR=/var -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON
-DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON -DCMAKE_INSTALL_RUNSTATEDIR=/run
"-GUnix Makefiles" -DCMAKE_VERBOSE_MAKEFILE=ON
-DCMAKE_INSTALL_LIBDIR=lib/x86_64-linux-gnu ..
-- The CXX compiler identification is GNU 8.2.0
-- The C compiler identification is GNU 8.2.0
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
[... snipped ...]
Test project /<<BUILDDIR>>/hotspot-1.1.0+git20180816/obj-x86_64-linux-gnu
Start 1: tst_elfmap
1/6 Test #1: tst_elfmap ....................... Passed 7.04 sec
Start 2: tst_addresscache
2/6 Test #2: tst_addresscache ................. Passed 0.00 sec
Start 3: tst_kallsyms
3/6 Test #3: tst_kallsyms .....................***Failed 0.40 sec
********* Start testing of TestKallsyms *********
Config: Using QtTest library 5.11.2, Qt 5.11.2 (x86_64-little_endian-lp64
shared (dynamic) release build; by GCC 8.2.0)
PASS : TestKallsyms::initTestCase()
PASS : TestKallsyms::testResolve(__per_cpu_start:0)
PASS : TestKallsyms::testResolve(_stext:0)
PASS : TestKallsyms::testResolve(_stext:2)
PASS : TestKallsyms::testResolve(xen_hypercall_set_gdt:0)
PASS : TestKallsyms::testResolve(xen_hypercall_set_gdt:256)
PASS : TestKallsyms::testResolve(xen_hypercall_set_gdt:256)
PASS : TestKallsyms::testResolve(serio_interrupt:0)
PASS : TestKallsyms::testResolve(zeros-only)
PASS : TestKallsyms::testResolve(zeros-only2)
PASS : TestKallsyms::testResolve(null-only)
PASS : TestKallsyms::testResolve(null-only2)
XPASS : TestKallsyms::testProc() 'kallsyms.parseMapping(path)' returned TRUE
unexpectedly. ()
Loc:
[/<<BUILDDIR>>/hotspot-1.1.0+git20180816/3rdparty/perfparser/tests/auto/kallsyms/tst_kallsyms.cpp(138)]
QDEBUG : TestKallsyms::testParseErrors() "Mapping is empty."
QDEBUG : TestKallsyms::testParseErrors() "Invalid address: this"
QDEBUG : TestKallsyms::testParseErrors() "No such file or directory"
PASS : TestKallsyms::testParseErrors()
PASS : TestKallsyms::benchmarkProc()
RESULT : TestKallsyms::benchmarkProc():
129 msecs per iteration (total: 129, iterations: 1)
PASS : TestKallsyms::cleanupTestCase()
Totals: 15 passed, 1 failed, 0 skipped, 0 blacklisted, 401ms
********* Finished testing of TestKallsyms *********
Start 4: tst_models
4/6 Test #4: tst_models ....................... Passed 0.04 sec
Start 5: tst_timelinedelegate
5/6 Test #5: tst_timelinedelegate ............. Passed 0.01 sec
Start 6: tst_perfparser
6/6 Test #6: tst_perfparser ................... Passed 0.01 sec
83% tests passed, 1 tests failed out of 6
Total Test time (real) = 7.51 sec
The following tests FAILED:
3 - tst_kallsyms (Failed)
Errors while running CTest
make[1]: *** [Makefile:87: test] Error 8
make[1]: Leaving directory
'/<<BUILDDIR>>/hotspot-1.1.0+git20180816/obj-x86_64-linux-gnu'
dh_auto_test: cd obj-x86_64-linux-gnu && make V=1 -j1 test ARGS\+=-j1 returned
exit code 2
make: *** [debian/rules:9: build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit
status 2
--------------------------------------------------------------------------------
Full log available here for several architectures:
http://buildd.debian.org/hotspot
Thanks.