| Summary: | 21.04.3: test suite is failing with several SIGSEGV | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] libkgapi | Reporter: | kloczek <kloczko.tomasz> |
| Component: | General | Assignee: | Daniel Vrátil <dvratil> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | major | CC: | asturm |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Other | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
Just checked 21.12.3 and test suite is failg now in even more units
+ cd libkgapi-21.12.3
+ xvfb-run -a /usr/bin/make -O -j48 V=1 VERBOSE=1 -C x86_64-redhat-linux-gnu test ARGS=--output-on-failure
make: Entering directory '/home/tkloczko/rpmbuild/BUILD/libkgapi-21.12.3/x86_64-redhat-linux-gnu'
Running tests...
/usr/bin/ctest --force-new-ctest-process --output-on-failure
Test project /home/tkloczko/rpmbuild/BUILD/libkgapi-21.12.3/x86_64-redhat-linux-gnu
Start 1: appstreamtest
1/49 Test #1: appstreamtest ......................... Passed 0.03 sec
Start 2: fake-fakenamtest
2/49 Test #2: fake-fakenamtest ...................... Passed 0.05 sec
Start 3: core-accountinfofetchjobtest
3/49 Test #3: core-accountinfofetchjobtest .......... Passed 0.05 sec
Start 4: core-accountmanagertest
4/49 Test #4: core-accountmanagertest ............... Passed 0.09 sec
Start 5: core-createjobtest
5/49 Test #5: core-createjobtest .................... Passed 0.05 sec
Start 6: core-fetchjobtest
6/49 Test #6: core-fetchjobtest ..................... Passed 0.05 sec
Start 7: contacts-contactcreatejobtest
7/49 Test #7: contacts-contactcreatejobtest .........***Failed 0.24 sec
********* Start testing of ContactCreateJobTest *********
Config: Using QtTest library 5.15.3, Qt 5.15.3 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 12.0.1 20220413 (Red Hat 12.0.1-0)), fedora 37
PASS : ContactCreateJobTest::initTestCase()
--- /home/tkloczko/rpmbuild/BUILD/libkgapi-21.12.3/x86_64-redhat-linux-gnu/autotests/contactcreatejobtest-actual.CLOlwZ 2022-04-25 20:14:43.742651701 +0000
+++ /home/tkloczko/rpmbuild/BUILD/libkgapi-21.12.3/x86_64-redhat-linux-gnu/autotests/contactcreatejobtest-expected.AWXKqe 2022-04-25 20:14:43.742651701 +0000
@@ -15,8 +15,8 @@
<gContact:relation rel="spouse">Joanna Doe</gContact:relation>
<gContact:website rel="blog" href="www.johndoe.test"/>
<gContact:website rel="profile" href="www.face.book/john"/>
- <gd:email rel="" address="john@kde.example" primary="true"/>
- <gd:email rel="" address="john@home.test"/>
+ <gd:email rel="http://schemas.google.com/g/2005#work" address="john@kde.example" primary="true"/>
+ <gd:email rel="http://schemas.google.com/g/2005#home" address="john@home.test"/>
<gd:im address="john@talktome.please" protocol="http://schemas.google.com/g/2005#GOOGLE_TALK" rel="http://schemas.google.com/g/2005#other" primary="false"/>
<gd:phoneNumber rel="http://schemas.google.com/g/2005#work">987654321</gd:phoneNumber>
<gd:phoneNumber rel="http://schemas.google.com/g/2005#home">123456789</gd:phoneNumber>
@@ -28,9 +28,9 @@
<gd:country>World</gd:country>
<gd:formattedAddress>KDE Road 15
-Internet 18000
+Internet, 18000
-</gd:formattedAddress>
+WORLD</gd:formattedAddress>
</gd:structuredPostalAddress>
<gContact:groupMembershipInfo deleted="false" href="http://www.google.com/m8/feeds/groups/MockAccount/base/5c25332b8f4c8a99"/>
<gContact:groupMembershipInfo deleted="false" href="http://www.google.com/m8/feeds/groups/MockAccount/base/6"/>
FAIL! : ContactCreateJobTest::testCreate(simple contact) Request data don't match!
Loc: [/home/tkloczko/rpmbuild/BUILD/libkgapi-21.12.3/autotests/fakenetworkaccessmanager.cpp(60)]
QWARN : ContactCreateJobTest::testCreate(simple contact) QIODevice::read (QBuffer): device not open
FAIL! : ContactCreateJobTest::testCreate(simple contact) Compared values are not the same
Actual (items.count()) : 0
Expected (contacts.count()): 1
Loc: [/home/tkloczko/rpmbuild/BUILD/libkgapi-21.12.3/autotests/contacts/contactcreatejobtest.cpp(85)]
--- /home/tkloczko/rpmbuild/BUILD/libkgapi-21.12.3/x86_64-redhat-linux-gnu/autotests/contactcreatejobtest-actual.PRiQCl 2022-04-25 20:14:43.762651700 +0000
+++ /home/tkloczko/rpmbuild/BUILD/libkgapi-21.12.3/x86_64-redhat-linux-gnu/autotests/contactcreatejobtest-expected.Fxpsim 2022-04-25 20:14:43.762651700 +0000
@@ -9,6 +9,6 @@
<gd:orgName>KDE</gd:orgName>
<gd:orgTitle>Mascot</gd:orgTitle>
</gd:organization>
- <gd:email rel="" address="konqui@kde.test" primary="true"/>
+ <gd:email rel="http://schemas.google.com/g/2005#other" address="konqui@kde.test" primary="true"/>
<gContact:groupMembershipInfo deleted="false" href="http://www.google.com/m8/feeds/groups/MockAccount/base/6"/>
</atom:entry>
FAIL! : ContactCreateJobTest::testCreate(with photo) Request data don't match!
Loc: [/home/tkloczko/rpmbuild/BUILD/libkgapi-21.12.3/autotests/fakenetworkaccessmanager.cpp(60)]
QWARN : ContactCreateJobTest::testCreate(with photo) QIODevice::read (QBuffer): device not open
FAIL! : ContactCreateJobTest::testCreate(with photo) Compared values are not the same
Actual (items.count()) : 0
Expected (contacts.count()): 1
Loc: [/home/tkloczko/rpmbuild/BUILD/libkgapi-21.12.3/autotests/contacts/contactcreatejobtest.cpp(85)]
--- /home/tkloczko/rpmbuild/BUILD/libkgapi-21.12.3/x86_64-redhat-linux-gnu/autotests/contactcreatejobtest-actual.NPQBhQ 2022-04-25 20:14:43.832651697 +0000
+++ /home/tkloczko/rpmbuild/BUILD/libkgapi-21.12.3/x86_64-redhat-linux-gnu/autotests/contactcreatejobtest-expected.iahLWJ 2022-04-25 20:14:43.832651697 +0000
@@ -15,8 +15,8 @@
<gContact:relation rel="spouse">Joanna Doe</gContact:relation>
<gContact:website rel="blog" href="www.johndoe.test"/>
<gContact:website rel="profile" href="www.face.book/john"/>
- <gd:email rel="" address="john@kde.example" primary="true"/>
- <gd:email rel="" address="john@home.test"/>
+ <gd:email rel="http://schemas.google.com/g/2005#work" address="john@kde.example" primary="true"/>
+ <gd:email rel="http://schemas.google.com/g/2005#home" address="john@home.test"/>
<gd:im address="john@talktome.please" protocol="http://schemas.google.com/g/2005#GOOGLE_TALK" rel="http://schemas.google.com/g/2005#other" primary="false"/>
<gd:phoneNumber rel="http://schemas.google.com/g/2005#work">987654321</gd:phoneNumber>
<gd:phoneNumber rel="http://schemas.google.com/g/2005#home">123456789</gd:phoneNumber>
@@ -28,9 +28,9 @@
<gd:country>World</gd:country>
<gd:formattedAddress>KDE Road 15
-Internet 18000
+Internet, 18000
-</gd:formattedAddress>
+WORLD</gd:formattedAddress>
</gd:structuredPostalAddress>
<gContact:groupMembershipInfo deleted="false" href="http://www.google.com/m8/feeds/groups/MockAccount/base/5c25332b8f4c8a99"/>
<gContact:groupMembershipInfo deleted="false" href="http://www.google.com/m8/feeds/groups/MockAccount/base/6"/>
FAIL! : ContactCreateJobTest::testCreate(batch create) Request data don't match!
Loc: [/home/tkloczko/rpmbuild/BUILD/libkgapi-21.12.3/autotests/fakenetworkaccessmanager.cpp(60)]
QWARN : ContactCreateJobTest::testCreate(batch create) QIODevice::read (QBuffer): device not open
FAIL! : ContactCreateJobTest::testCreate(batch create) Compared values are not the same
Actual (items.count()) : 0
Expected (contacts.count()): 2
Loc: [/home/tkloczko/rpmbuild/BUILD/libkgapi-21.12.3/autotests/contacts/contactcreatejobtest.cpp(85)]
PASS : ContactCreateJobTest::cleanupTestCase()
Totals: 2 passed, 6 failed, 0 skipped, 0 blacklisted, 189ms
********* Finished testing of ContactCreateJobTest *********
Start 8: contacts-contactdeletejobtest
8/49 Test #8: contacts-contactdeletejobtest ......... Passed 0.07 sec
Start 9: contacts-contactfetchjobtest
9/49 Test #9: contacts-contactfetchjobtest .......... Passed 0.07 sec
Start 10: contacts-contactfetchphotojobtest
10/49 Test #10: contacts-contactfetchphotojobtest ..... Passed 0.06 sec
Start 11: contacts-contactmodifyjobtest
11/49 Test #11: contacts-contactmodifyjobtest .........***Failed 0.23 sec
********* Start testing of ContactModifyJobTest *********
Config: Using QtTest library 5.15.3, Qt 5.15.3 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 12.0.1 20220413 (Red Hat 12.0.1-0)), fedora 37
PASS : ContactModifyJobTest::initTestCase()
--- /home/tkloczko/rpmbuild/BUILD/libkgapi-21.12.3/x86_64-redhat-linux-gnu/autotests/contactmodifyjobtest-actual.wViyjn 2022-04-25 20:14:44.178651682 +0000
+++ /home/tkloczko/rpmbuild/BUILD/libkgapi-21.12.3/x86_64-redhat-linux-gnu/autotests/contactmodifyjobtest-expected.nPlrrw 2022-04-25 20:14:44.178651682 +0000
@@ -15,8 +15,8 @@
<gContact:relation rel="spouse">Joanna Doe</gContact:relation>
<gContact:website rel="blog" href="www.johndoe.test"/>
<gContact:website rel="profile" href="www.face.book/john"/>
- <gd:email rel="" address="john@kde.example" primary="true"/>
- <gd:email rel="" address="john@home.test"/>
+ <gd:email rel="http://schemas.google.com/g/2005#work" address="john@kde.example" primary="true"/>
+ <gd:email rel="http://schemas.google.com/g/2005#home" address="john@home.test"/>
<gd:im address="john@talktome.please" protocol="http://schemas.google.com/g/2005#GOOGLE_TALK" rel="http://schemas.google.com/g/2005#other" primary="false"/>
<gd:phoneNumber rel="http://schemas.google.com/g/2005#work">987654321</gd:phoneNumber>
<gd:phoneNumber rel="http://schemas.google.com/g/2005#home">123456789</gd:phoneNumber>
@@ -28,9 +28,9 @@
<gd:country>World</gd:country>
<gd:formattedAddress>KDE Road 15
-Internet 18000
+Internet, 18000
-</gd:formattedAddress>
+WORLD</gd:formattedAddress>
</gd:structuredPostalAddress>
<gContact:groupMembershipInfo deleted="false" href="http://www.google.com/m8/feeds/groups/MockAccount/base/5c25332b8f4c8a99"/>
<gContact:groupMembershipInfo deleted="false" href="http://www.google.com/m8/feeds/groups/MockAccount/base/6"/>
FAIL! : ContactModifyJobTest::testModify(change contact without photo) Request data don't match!
Loc: [/home/tkloczko/rpmbuild/BUILD/libkgapi-21.12.3/autotests/fakenetworkaccessmanager.cpp(60)]
QWARN : ContactModifyJobTest::testModify(change contact without photo) QIODevice::read (QBuffer): device not open
FAIL! : ContactModifyJobTest::testModify(change contact without photo) Compared values are not the same
Actual (items.count()) : 0
Expected (contacts.count()): 1
Loc: [/home/tkloczko/rpmbuild/BUILD/libkgapi-21.12.3/autotests/contacts/contactmodifyjobtest.cpp(94)]
--- /home/tkloczko/rpmbuild/BUILD/libkgapi-21.12.3/x86_64-redhat-linux-gnu/autotests/contactmodifyjobtest-actual.rheCRL 2022-04-25 20:14:44.198651681 +0000
+++ /home/tkloczko/rpmbuild/BUILD/libkgapi-21.12.3/x86_64-redhat-linux-gnu/autotests/contactmodifyjobtest-expected.VKPRiN 2022-04-25 20:14:44.199651681 +0000
@@ -9,6 +9,6 @@
<gd:orgName>KDE</gd:orgName>
<gd:orgTitle>Mascot</gd:orgTitle>
</gd:organization>
- <gd:email rel="" address="konqui@kde.test" primary="true"/>
+ <gd:email rel="http://schemas.google.com/g/2005#other" address="konqui@kde.test" primary="true"/>
<gContact:groupMembershipInfo deleted="false" href="http://www.google.com/m8/feeds/groups/MockAccount/base/6"/>
</atom:entry>
FAIL! : ContactModifyJobTest::testModify(change contact with photo) Request data don't match!
Loc: [/home/tkloczko/rpmbuild/BUILD/libkgapi-21.12.3/autotests/fakenetworkaccessmanager.cpp(60)]
QWARN : ContactModifyJobTest::testModify(change contact with photo) QIODevice::read (QBuffer): device not open
FAIL! : ContactModifyJobTest::testModify(change contact with photo) Compared values are not the same
Actual (items.count()) : 0
Expected (contacts.count()): 1
Loc: [/home/tkloczko/rpmbuild/BUILD/libkgapi-21.12.3/autotests/contacts/contactmodifyjobtest.cpp(94)]
--- /home/tkloczko/rpmbuild/BUILD/libkgapi-21.12.3/x86_64-redhat-linux-gnu/autotests/contactmodifyjobtest-actual.uaChix 2022-04-25 20:14:44.268651678 +0000
+++ /home/tkloczko/rpmbuild/BUILD/libkgapi-21.12.3/x86_64-redhat-linux-gnu/autotests/contactmodifyjobtest-expected.qREFjU 2022-04-25 20:14:44.268651678 +0000
@@ -15,8 +15,8 @@
<gContact:relation rel="spouse">Joanna Doe</gContact:relation>
<gContact:website rel="blog" href="www.johndoe.test"/>
<gContact:website rel="profile" href="www.face.book/john"/>
- <gd:email rel="" address="john@kde.example" primary="true"/>
- <gd:email rel="" address="john@home.test"/>
+ <gd:email rel="http://schemas.google.com/g/2005#work" address="john@kde.example" primary="true"/>
+ <gd:email rel="http://schemas.google.com/g/2005#home" address="john@home.test"/>
<gd:im address="john@talktome.please" protocol="http://schemas.google.com/g/2005#GOOGLE_TALK" rel="http://schemas.google.com/g/2005#other" primary="false"/>
<gd:phoneNumber rel="http://schemas.google.com/g/2005#work">987654321</gd:phoneNumber>
<gd:phoneNumber rel="http://schemas.google.com/g/2005#home">123456789</gd:phoneNumber>
@@ -28,9 +28,9 @@
<gd:country>World</gd:country>
<gd:formattedAddress>KDE Road 15
-Internet 18000
+Internet, 18000
-</gd:formattedAddress>
+WORLD</gd:formattedAddress>
</gd:structuredPostalAddress>
<gContact:groupMembershipInfo deleted="false" href="http://www.google.com/m8/feeds/groups/MockAccount/base/5c25332b8f4c8a99"/>
<gContact:groupMembershipInfo deleted="false" href="http://www.google.com/m8/feeds/groups/MockAccount/base/6"/>
FAIL! : ContactModifyJobTest::testModify(batch modify) Request data don't match!
Loc: [/home/tkloczko/rpmbuild/BUILD/libkgapi-21.12.3/autotests/fakenetworkaccessmanager.cpp(60)]
QWARN : ContactModifyJobTest::testModify(batch modify) QIODevice::read (QBuffer): device not open
FAIL! : ContactModifyJobTest::testModify(batch modify) Compared values are not the same
Actual (items.count()) : 0
Expected (contacts.count()): 2
Loc: [/home/tkloczko/rpmbuild/BUILD/libkgapi-21.12.3/autotests/contacts/contactmodifyjobtest.cpp(94)]
PASS : ContactModifyJobTest::cleanupTestCase()
Totals: 2 passed, 6 failed, 0 skipped, 0 blacklisted, 179ms
********* Finished testing of ContactModifyJobTest *********
Start 12: contacts-contactsgroupcreatejobtest
12/49 Test #12: contacts-contactsgroupcreatejobtest ... Passed 0.10 sec
Start 13: contacts-contactsgroupdeletejobtest
13/49 Test #13: contacts-contactsgroupdeletejobtest ... Passed 0.05 sec
Start 14: contacts-contactsgroupfetchjobtest
14/49 Test #14: contacts-contactsgroupfetchjobtest .... Passed 0.05 sec
Start 15: contacts-contactsgroupmodifyjobtest
15/49 Test #15: contacts-contactsgroupmodifyjobtest ... Passed 0.10 sec
Start 16: calendar-calendarcreatejobtest
16/49 Test #16: calendar-calendarcreatejobtest ........ Passed 0.05 sec
Start 17: calendar-calendardeletejobtest
17/49 Test #17: calendar-calendardeletejobtest ........ Passed 0.05 sec
Start 18: calendar-calendarfetchjobtest
18/49 Test #18: calendar-calendarfetchjobtest ......... Passed 0.06 sec
Start 19: calendar-calendarmodifyjobtest
19/49 Test #19: calendar-calendarmodifyjobtest ........ Passed 0.05 sec
Start 20: calendar-eventcreatejobtest
20/49 Test #20: calendar-eventcreatejobtest ...........***Failed 0.07 sec
********* Start testing of EventCreateJobTest *********
Config: Using QtTest library 5.15.3, Qt 5.15.3 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 12.0.1 20220413 (Red Hat 12.0.1-0)), fedora 37
PASS : EventCreateJobTest::initTestCase()
--- /home/tkloczko/rpmbuild/BUILD/libkgapi-21.12.3/x86_64-redhat-linux-gnu/autotests/eventcreatejobtest-actual.FgGpno 2022-04-25 20:14:44.867651652 +0000
+++ /home/tkloczko/rpmbuild/BUILD/libkgapi-21.12.3/x86_64-redhat-linux-gnu/autotests/eventcreatejobtest-expected.fIUzIa 2022-04-25 20:14:44.868651652 +0000
@@ -16,7 +16,7 @@
"description": "We shall meet and we shall discuss.",
"end": {
"dateTime": "2018-04-01T09:30:00Z",
- "timeZone": "UTC+02"
+ "timeZone": "UTC+02:00"
},
"iCalUID": "3if6lf59tove1e037baa75l54t@google.com",
"kind": "calendar#event",
@@ -32,7 +32,7 @@
},
"start": {
"dateTime": "2018-04-01T08:30:00Z",
- "timeZone": "UTC+02"
+ "timeZone": "UTC+02:00"
},
"status": "confirmed",
"summary": "Cool Meeting about stuff",
FAIL! : EventCreateJobTest::testCreate(simple event) Request data don't match!
Loc: [/home/tkloczko/rpmbuild/BUILD/libkgapi-21.12.3/autotests/fakenetworkaccessmanager.cpp(67)]
QWARN : EventCreateJobTest::testCreate(simple event) QIODevice::read (QBuffer): device not open
FAIL! : EventCreateJobTest::testCreate(simple event) Compared values are not the same
Actual (items.count()) : 0
Expected (responses.count()): 1
Loc: [/home/tkloczko/rpmbuild/BUILD/libkgapi-21.12.3/autotests/calendar/eventcreatejobtest.cpp(79)]
--- /home/tkloczko/rpmbuild/BUILD/libkgapi-21.12.3/x86_64-redhat-linux-gnu/autotests/eventcreatejobtest-actual.gqzcVf 2022-04-25 20:14:44.875651652 +0000
+++ /home/tkloczko/rpmbuild/BUILD/libkgapi-21.12.3/x86_64-redhat-linux-gnu/autotests/eventcreatejobtest-expected.CRggTV 2022-04-25 20:14:44.875651652 +0000
@@ -16,7 +16,7 @@
"description": "We shall meet and we shall discuss.",
"end": {
"dateTime": "2018-04-01T09:30:00Z",
- "timeZone": "UTC+02"
+ "timeZone": "UTC+02:00"
},
"iCalUID": "3if6lf59tove1e037baa75l54t@google.com",
"kind": "calendar#event",
@@ -32,7 +32,7 @@
},
"start": {
"dateTime": "2018-04-01T08:30:00Z",
- "timeZone": "UTC+02"
+ "timeZone": "UTC+02:00"
},
"status": "confirmed",
"summary": "Cool Meeting about stuff",
FAIL! : EventCreateJobTest::testCreate(batch create) Request data don't match!
Loc: [/home/tkloczko/rpmbuild/BUILD/libkgapi-21.12.3/autotests/fakenetworkaccessmanager.cpp(67)]
QWARN : EventCreateJobTest::testCreate(batch create) QIODevice::read (QBuffer): device not open
FAIL! : EventCreateJobTest::testCreate(batch create) Compared values are not the same
Actual (items.count()) : 0
Expected (responses.count()): 2
Loc: [/home/tkloczko/rpmbuild/BUILD/libkgapi-21.12.3/autotests/calendar/eventcreatejobtest.cpp(79)]
PASS : EventCreateJobTest::cleanupTestCase()
Totals: 2 passed, 4 failed, 0 skipped, 0 blacklisted, 24ms
********* Finished testing of EventCreateJobTest *********
Start 21: calendar-eventdeletejobtest
21/49 Test #21: calendar-eventdeletejobtest ........... Passed 0.05 sec
Start 22: calendar-eventfetchjobtest
22/49 Test #22: calendar-eventfetchjobtest ............***Failed 0.05 sec
********* Start testing of EventFetchJobTest *********
Config: Using QtTest library 5.15.3, Qt 5.15.3 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 12.0.1 20220413 (Red Hat 12.0.1-0)), fedora 37
PASS : EventFetchJobTest::initTestCase()
FAIL! : EventFetchJobTest::testFetchAll() Compared values are not the same
Loc: [/home/tkloczko/rpmbuild/BUILD/libkgapi-21.12.3/autotests/calendar/eventfetchjobtest.cpp(55)]
PASS : EventFetchJobTest::testFetchSingle()
PASS : EventFetchJobTest::cleanupTestCase()
Totals: 3 passed, 1 failed, 0 skipped, 0 blacklisted, 11ms
********* Finished testing of EventFetchJobTest *********
Start 23: calendar-eventmodifyjobtest
23/49 Test #23: calendar-eventmodifyjobtest ...........***Failed 0.07 sec
********* Start testing of EventModifyJobTest *********
Config: Using QtTest library 5.15.3, Qt 5.15.3 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 12.0.1 20220413 (Red Hat 12.0.1-0)), fedora 37
PASS : EventModifyJobTest::initTestCase()
--- /home/tkloczko/rpmbuild/BUILD/libkgapi-21.12.3/x86_64-redhat-linux-gnu/autotests/eventmodifyjobtest-actual.aDyint 2022-04-25 20:14:45.051651644 +0000
+++ /home/tkloczko/rpmbuild/BUILD/libkgapi-21.12.3/x86_64-redhat-linux-gnu/autotests/eventmodifyjobtest-expected.aEsmJc 2022-04-25 20:14:45.051651644 +0000
@@ -16,7 +16,7 @@
"description": "We shall meet and we shall discuss.",
"end": {
"dateTime": "2018-04-01T09:30:00Z",
- "timeZone": "UTC+02"
+ "timeZone": "UTC+02:00"
},
"iCalUID": "3if6lf59tove1e037baa75l54t@google.com",
"id": "3if6lf59tove1e037baa75l54t",
@@ -33,7 +33,7 @@
},
"start": {
"dateTime": "2018-04-01T08:30:00Z",
- "timeZone": "UTC+02"
+ "timeZone": "UTC+02:00"
},
"status": "confirmed",
"summary": "Cool Meeting about stuff",
FAIL! : EventModifyJobTest::testModify(change event) Request data don't match!
Loc: [/home/tkloczko/rpmbuild/BUILD/libkgapi-21.12.3/autotests/fakenetworkaccessmanager.cpp(67)]
QWARN : EventModifyJobTest::testModify(change event) QIODevice::read (QBuffer): device not open
FAIL! : EventModifyJobTest::testModify(change event) Compared values are not the same
Actual (items.count()) : 0
Expected (events.count()): 1
Loc: [/home/tkloczko/rpmbuild/BUILD/libkgapi-21.12.3/autotests/calendar/eventmodifyjobtest.cpp(75)]
--- /home/tkloczko/rpmbuild/BUILD/libkgapi-21.12.3/x86_64-redhat-linux-gnu/autotests/eventmodifyjobtest-actual.ZdTDos 2022-04-25 20:14:45.058651644 +0000
+++ /home/tkloczko/rpmbuild/BUILD/libkgapi-21.12.3/x86_64-redhat-linux-gnu/autotests/eventmodifyjobtest-expected.iJYrOM 2022-04-25 20:14:45.059651644 +0000
@@ -16,7 +16,7 @@
"description": "We shall meet and we shall discuss.",
"end": {
"dateTime": "2018-04-01T09:30:00Z",
- "timeZone": "UTC+02"
+ "timeZone": "UTC+02:00"
},
"iCalUID": "3if6lf59tove1e037baa75l54t@google.com",
"id": "3if6lf59tove1e037baa75l54t",
@@ -33,7 +33,7 @@
},
"start": {
"dateTime": "2018-04-01T08:30:00Z",
- "timeZone": "UTC+02"
+ "timeZone": "UTC+02:00"
},
"status": "confirmed",
"summary": "Cool Meeting about stuff",
FAIL! : EventModifyJobTest::testModify(batch modify) Request data don't match!
Loc: [/home/tkloczko/rpmbuild/BUILD/libkgapi-21.12.3/autotests/fakenetworkaccessmanager.cpp(67)]
QWARN : EventModifyJobTest::testModify(batch modify) QIODevice::read (QBuffer): device not open
FAIL! : EventModifyJobTest::testModify(batch modify) Compared values are not the same
Actual (items.count()) : 0
Expected (events.count()): 2
Loc: [/home/tkloczko/rpmbuild/BUILD/libkgapi-21.12.3/autotests/calendar/eventmodifyjobtest.cpp(75)]
PASS : EventModifyJobTest::cleanupTestCase()
Totals: 2 passed, 4 failed, 0 skipped, 0 blacklisted, 25ms
********* Finished testing of EventModifyJobTest *********
Start 24: calendar-freebusyqueryjobtest
24/49 Test #24: calendar-freebusyqueryjobtest ......... Passed 0.05 sec
Start 25: tasks-taskcreatejobtest
25/49 Test #25: tasks-taskcreatejobtest ............... Passed 0.05 sec
Start 26: tasks-taskdeletejobtest
26/49 Test #26: tasks-taskdeletejobtest ............... Passed 0.06 sec
Start 27: tasks-taskfetchjobtest
27/49 Test #27: tasks-taskfetchjobtest ................ Passed 0.07 sec
Start 28: tasks-taskmodifyjobtest
28/49 Test #28: tasks-taskmodifyjobtest ............... Passed 0.06 sec
Start 29: tasks-taskmovejobtest
29/49 Test #29: tasks-taskmovejobtest ................. Passed 0.05 sec
Start 30: tasks-tasklistcreatejobtest
30/49 Test #30: tasks-tasklistcreatejobtest ........... Passed 0.05 sec
Start 31: tasks-tasklistdeletejobtest
31/49 Test #31: tasks-tasklistdeletejobtest ........... Passed 0.06 sec
Start 32: tasks-tasklistfetchjobtest
32/49 Test #32: tasks-tasklistfetchjobtest ............ Passed 0.06 sec
Start 33: tasks-tasklistmodifyjobtest
33/49 Test #33: tasks-tasklistmodifyjobtest ........... Passed 0.06 sec
Start 34: drive-aboutfetchjobtest
34/49 Test #34: drive-aboutfetchjobtest ...............***Exception: SegFault 0.31 sec
Start 35: drive-changefetchjobtest
35/49 Test #35: drive-changefetchjobtest ..............***Exception: SegFault 0.24 sec
Start 36: drive-filecopyjobtest
36/49 Test #36: drive-filecopyjobtest .................***Exception: SegFault 0.24 sec
Start 37: drive-filecreatejobtest
37/49 Test #37: drive-filecreatejobtest ...............***Exception: SegFault 0.24 sec
Start 38: drive-filesearchquerytest
38/49 Test #38: drive-filesearchquerytest .............***Exception: SegFault 0.24 sec
Start 39: drive-drivescreatejobtest
39/49 Test #39: drive-drivescreatejobtest .............***Exception: SegFault 0.24 sec
Start 40: drive-drivesdeletejobtest
40/49 Test #40: drive-drivesdeletejobtest .............***Exception: SegFault 0.25 sec
Start 41: drive-drivesmodifyjobtest
41/49 Test #41: drive-drivesmodifyjobtest .............***Exception: SegFault 0.25 sec
Start 42: drive-driveshidejobtest
42/49 Test #42: drive-driveshidejobtest ...............***Exception: SegFault 0.25 sec
Start 43: drive-drivesfetchjobtest
43/49 Test #43: drive-drivesfetchjobtest ..............***Exception: SegFault 0.25 sec
Start 44: drive-drivessearchquerytest
44/49 Test #44: drive-drivessearchquerytest ...........***Exception: SegFault 0.25 sec
Start 45: drive-teamdrivecreatejobtest
45/49 Test #45: drive-teamdrivecreatejobtest ..........***Exception: SegFault 0.23 sec
Start 46: drive-teamdrivedeletejobtest
46/49 Test #46: drive-teamdrivedeletejobtest ..........***Exception: SegFault 0.22 sec
Start 47: drive-teamdrivemodifyjobtest
47/49 Test #47: drive-teamdrivemodifyjobtest ..........***Exception: SegFault 0.25 sec
Start 48: drive-teamdrivefetchjobtest
48/49 Test #48: drive-teamdrivefetchjobtest ...........***Exception: SegFault 0.25 sec
Start 49: drive-teamdrivesearchquerytest
49/49 Test #49: drive-teamdrivesearchquerytest ........***Exception: SegFault 0.27 sec
57% tests passed, 21 tests failed out of 49
Total Test time (real) = 6.38 sec
The following tests FAILED:
7 - contacts-contactcreatejobtest (Failed)
11 - contacts-contactmodifyjobtest (Failed)
20 - calendar-eventcreatejobtest (Failed)
22 - calendar-eventfetchjobtest (Failed)
23 - calendar-eventmodifyjobtest (Failed)
34 - drive-aboutfetchjobtest (SEGFAULT)
35 - drive-changefetchjobtest (SEGFAULT)
36 - drive-filecopyjobtest (SEGFAULT)
37 - drive-filecreatejobtest (SEGFAULT)
38 - drive-filesearchquerytest (SEGFAULT)
39 - drive-drivescreatejobtest (SEGFAULT)
40 - drive-drivesdeletejobtest (SEGFAULT)
41 - drive-drivesmodifyjobtest (SEGFAULT)
42 - drive-driveshidejobtest (SEGFAULT)
43 - drive-drivesfetchjobtest (SEGFAULT)
44 - drive-drivessearchquerytest (SEGFAULT)
45 - drive-teamdrivecreatejobtest (SEGFAULT)
46 - drive-teamdrivedeletejobtest (SEGFAULT)
47 - drive-teamdrivemodifyjobtest (SEGFAULT)
48 - drive-teamdrivefetchjobtest (SEGFAULT)
49 - drive-teamdrivesearchquerytest (SEGFAULT)
Errors while running CTest
Updated ticket opened https://bugs.kde.org/show_bug.cgi?id=468802 *** This bug has been marked as a duplicate of bug 468802 *** |
+ cd libkgapi-21.04.3 + xvfb-run -a /usr/bin/make -O -j48 V=1 VERBOSE=1 -C x86_64-redhat-linux-gnu test ARGS=--output-on-failure make: Entering directory '/home/tkloczko/rpmbuild/BUILD/libkgapi-21.04.3/x86_64-redhat-linux-gnu' Running tests... /usr/bin/ctest --force-new-ctest-process --output-on-failure Test project /home/tkloczko/rpmbuild/BUILD/libkgapi-21.04.3/x86_64-redhat-linux-gnu Start 1: appstreamtest 1/49 Test #1: appstreamtest ......................... Passed 0.03 sec Start 2: fake-fakenamtest 2/49 Test #2: fake-fakenamtest ...................... Passed 0.08 sec Start 3: core-accountinfofetchjobtest 3/49 Test #3: core-accountinfofetchjobtest .......... Passed 0.08 sec Start 4: core-accountmanagertest 4/49 Test #4: core-accountmanagertest ............... Passed 0.11 sec Start 5: core-createjobtest 5/49 Test #5: core-createjobtest .................... Passed 0.08 sec Start 6: core-fetchjobtest 6/49 Test #6: core-fetchjobtest ..................... Passed 0.08 sec Start 7: contacts-contactcreatejobtest 7/49 Test #7: contacts-contactcreatejobtest ......... Passed 0.13 sec Start 8: contacts-contactdeletejobtest 8/49 Test #8: contacts-contactdeletejobtest ......... Passed 0.09 sec Start 9: contacts-contactfetchjobtest 9/49 Test #9: contacts-contactfetchjobtest .......... Passed 0.09 sec Start 10: contacts-contactfetchphotojobtest 10/49 Test #10: contacts-contactfetchphotojobtest ..... Passed 0.09 sec Start 11: contacts-contactmodifyjobtest 11/49 Test #11: contacts-contactmodifyjobtest ......... Passed 0.13 sec Start 12: contacts-contactsgroupcreatejobtest 12/49 Test #12: contacts-contactsgroupcreatejobtest ... Passed 0.11 sec Start 13: contacts-contactsgroupdeletejobtest 13/49 Test #13: contacts-contactsgroupdeletejobtest ... Passed 0.09 sec Start 14: contacts-contactsgroupfetchjobtest 14/49 Test #14: contacts-contactsgroupfetchjobtest .... Passed 0.08 sec Start 15: contacts-contactsgroupmodifyjobtest 15/49 Test #15: contacts-contactsgroupmodifyjobtest ... Passed 0.11 sec Start 16: calendar-calendarcreatejobtest 16/49 Test #16: calendar-calendarcreatejobtest ........ Passed 0.09 sec Start 17: calendar-calendardeletejobtest 17/49 Test #17: calendar-calendardeletejobtest ........ Passed 0.09 sec Start 18: calendar-calendarfetchjobtest 18/49 Test #18: calendar-calendarfetchjobtest ......... Passed 0.09 sec Start 19: calendar-calendarmodifyjobtest 19/49 Test #19: calendar-calendarmodifyjobtest ........ Passed 0.08 sec Start 20: calendar-eventcreatejobtest 20/49 Test #20: calendar-eventcreatejobtest ........... Passed 0.08 sec Start 21: calendar-eventdeletejobtest 21/49 Test #21: calendar-eventdeletejobtest ........... Passed 0.08 sec Start 22: calendar-eventfetchjobtest 22/49 Test #22: calendar-eventfetchjobtest ............ Passed 0.09 sec Start 23: calendar-eventmodifyjobtest 23/49 Test #23: calendar-eventmodifyjobtest ........... Passed 0.08 sec Start 24: calendar-freebusyqueryjobtest 24/49 Test #24: calendar-freebusyqueryjobtest ......... Passed 0.08 sec Start 25: tasks-taskcreatejobtest 25/49 Test #25: tasks-taskcreatejobtest ............... Passed 0.09 sec Start 26: tasks-taskdeletejobtest 26/49 Test #26: tasks-taskdeletejobtest ............... Passed 0.09 sec Start 27: tasks-taskfetchjobtest 27/49 Test #27: tasks-taskfetchjobtest ................ Passed 0.08 sec Start 28: tasks-taskmodifyjobtest 28/49 Test #28: tasks-taskmodifyjobtest ............... Passed 0.08 sec Start 29: tasks-taskmovejobtest 29/49 Test #29: tasks-taskmovejobtest ................. Passed 0.08 sec Start 30: tasks-tasklistcreatejobtest 30/49 Test #30: tasks-tasklistcreatejobtest ........... Passed 0.09 sec Start 31: tasks-tasklistdeletejobtest 31/49 Test #31: tasks-tasklistdeletejobtest ........... Passed 0.08 sec Start 32: tasks-tasklistfetchjobtest 32/49 Test #32: tasks-tasklistfetchjobtest ............ Passed 0.08 sec Start 33: tasks-tasklistmodifyjobtest 33/49 Test #33: tasks-tasklistmodifyjobtest ........... Passed 0.08 sec Start 34: drive-aboutfetchjobtest 34/49 Test #34: drive-aboutfetchjobtest ...............***Exception: SegFault 0.23 sec Start 35: drive-changefetchjobtest 35/49 Test #35: drive-changefetchjobtest ..............***Exception: SegFault 0.20 sec Start 36: drive-filecopyjobtest 36/49 Test #36: drive-filecopyjobtest .................***Exception: SegFault 0.22 sec Start 37: drive-filecreatejobtest 37/49 Test #37: drive-filecreatejobtest ...............***Exception: SegFault 0.24 sec Start 38: drive-filesearchquerytest 38/49 Test #38: drive-filesearchquerytest .............***Exception: SegFault 0.22 sec Start 39: drive-drivescreatejobtest 39/49 Test #39: drive-drivescreatejobtest .............***Exception: SegFault 0.21 sec Start 40: drive-drivesdeletejobtest 40/49 Test #40: drive-drivesdeletejobtest .............***Exception: SegFault 0.22 sec Start 41: drive-drivesmodifyjobtest 41/49 Test #41: drive-drivesmodifyjobtest .............***Exception: SegFault 0.27 sec Start 42: drive-driveshidejobtest 42/49 Test #42: drive-driveshidejobtest ...............***Exception: SegFault 0.20 sec Start 43: drive-drivesfetchjobtest 43/49 Test #43: drive-drivesfetchjobtest ..............***Exception: SegFault 0.21 sec Start 44: drive-drivessearchquerytest 44/49 Test #44: drive-drivessearchquerytest ...........***Exception: SegFault 0.25 sec Start 45: drive-teamdrivecreatejobtest 45/49 Test #45: drive-teamdrivecreatejobtest ..........***Exception: SegFault 0.22 sec Start 46: drive-teamdrivedeletejobtest 46/49 Test #46: drive-teamdrivedeletejobtest ..........***Exception: SegFault 0.24 sec Start 47: drive-teamdrivemodifyjobtest 47/49 Test #47: drive-teamdrivemodifyjobtest ..........***Exception: SegFault 0.21 sec Start 48: drive-teamdrivefetchjobtest 48/49 Test #48: drive-teamdrivefetchjobtest ...........***Exception: SegFault 0.23 sec Start 49: drive-teamdrivesearchquerytest 49/49 Test #49: drive-teamdrivesearchquerytest ........***Exception: SegFault 0.19 sec 67% tests passed, 16 tests failed out of 49 Total Test time (real) = 6.51 sec The following tests FAILED: 34 - drive-aboutfetchjobtest (SEGFAULT) 35 - drive-changefetchjobtest (SEGFAULT) 36 - drive-filecopyjobtest (SEGFAULT) 37 - drive-filecreatejobtest (SEGFAULT) 38 - drive-filesearchquerytest (SEGFAULT) 39 - drive-drivescreatejobtest (SEGFAULT) 40 - drive-drivesdeletejobtest (SEGFAULT) 41 - drive-drivesmodifyjobtest (SEGFAULT) 42 - drive-driveshidejobtest (SEGFAULT) 43 - drive-drivesfetchjobtest (SEGFAULT) 44 - drive-drivessearchquerytest (SEGFAULT) 45 - drive-teamdrivecreatejobtest (SEGFAULT) 46 - drive-teamdrivedeletejobtest (SEGFAULT) 47 - drive-teamdrivemodifyjobtest (SEGFAULT) 48 - drive-teamdrivefetchjobtest (SEGFAULT) 49 - drive-teamdrivesearchquerytest (SEGFAULT) Errors while running CTest make: *** [Makefile:107: test] Error 8 [tkloczko@barrel SPECS]$ coredumpctl | grep libkgapi Thu 2021-08-05 22:16:53 BST 4154535 1000 1000 11 present /home/tkloczko/rpmbuild/BUILD/libkgapi-21.04.3/x86_64-redhat-linux-gnu/bin/aboutfetchjobtest Thu 2021-08-05 22:16:54 BST 4154542 1000 1000 11 present /home/tkloczko/rpmbuild/BUILD/libkgapi-21.04.3/x86_64-redhat-linux-gnu/bin/changefetchjobtest Thu 2021-08-05 22:16:54 BST 4154555 1000 1000 11 present /home/tkloczko/rpmbuild/BUILD/libkgapi-21.04.3/x86_64-redhat-linux-gnu/bin/filecopyjobtest Thu 2021-08-05 22:16:54 BST 4154563 1000 1000 11 present /home/tkloczko/rpmbuild/BUILD/libkgapi-21.04.3/x86_64-redhat-linux-gnu/bin/filecreatejobtest Thu 2021-08-05 22:16:54 BST 4154572 1000 1000 11 present /home/tkloczko/rpmbuild/BUILD/libkgapi-21.04.3/x86_64-redhat-linux-gnu/bin/filesearchquerytest Thu 2021-08-05 22:16:54 BST 4154584 1000 1000 11 present /home/tkloczko/rpmbuild/BUILD/libkgapi-21.04.3/x86_64-redhat-linux-gnu/bin/drivescreatejobtest Thu 2021-08-05 22:16:54 BST 4154593 1000 1000 11 present /home/tkloczko/rpmbuild/BUILD/libkgapi-21.04.3/x86_64-redhat-linux-gnu/bin/drivesdeletejobtest Thu 2021-08-05 22:16:55 BST 4154601 1000 1000 11 present /home/tkloczko/rpmbuild/BUILD/libkgapi-21.04.3/x86_64-redhat-linux-gnu/bin/drivesmodifyjobtest Thu 2021-08-05 22:16:55 BST 4154608 1000 1000 11 present /home/tkloczko/rpmbuild/BUILD/libkgapi-21.04.3/x86_64-redhat-linux-gnu/bin/driveshidejobtest Thu 2021-08-05 22:16:55 BST 4154616 1000 1000 11 present /home/tkloczko/rpmbuild/BUILD/libkgapi-21.04.3/x86_64-redhat-linux-gnu/bin/drivesfetchjobtest Thu 2021-08-05 22:16:55 BST 4154630 1000 1000 11 present /home/tkloczko/rpmbuild/BUILD/libkgapi-21.04.3/x86_64-redhat-linux-gnu/bin/drivessearchquerytest Thu 2021-08-05 22:16:55 BST 4154639 1000 1000 11 present /home/tkloczko/rpmbuild/BUILD/libkgapi-21.04.3/x86_64-redhat-linux-gnu/bin/teamdrivecreatejobtest Thu 2021-08-05 22:16:56 BST 4154649 1000 1000 11 present /home/tkloczko/rpmbuild/BUILD/libkgapi-21.04.3/x86_64-redhat-linux-gnu/bin/teamdrivedeletejobtest Thu 2021-08-05 22:16:56 BST 4154656 1000 1000 11 present /home/tkloczko/rpmbuild/BUILD/libkgapi-21.04.3/x86_64-redhat-linux-gnu/bin/teamdrivemodifyjobtest Thu 2021-08-05 22:16:56 BST 4154668 1000 1000 11 present /home/tkloczko/rpmbuild/BUILD/libkgapi-21.04.3/x86_64-redhat-linux-gnu/bin/teamdrivefetchjobtest Thu 2021-08-05 22:16:56 BST 4154678 1000 1000 11 present /home/tkloczko/rpmbuild/BUILD/libkgapi-21.04.3/x86_64-redhat-linux-gnu/bin/teamdrivesearchquerytest [tkloczko@barrel SPECS]$ coredumpctl gdb 4154535 PID: 4154535 (aboutfetchjobte) UID: 1000 (tkloczko) GID: 1000 (tkloczko) Signal: 11 (SEGV) Timestamp: Thu 2021-08-05 22:16:53 BST (1min 1s ago) Command Line: /home/tkloczko/rpmbuild/BUILD/libkgapi-21.04.3/x86_64-redhat-linux-gnu/bin/aboutfetchjobtest Executable: /home/tkloczko/rpmbuild/BUILD/libkgapi-21.04.3/x86_64-redhat-linux-gnu/bin/aboutfetchjobtest Control Group: /user.slice/user-1000.slice/session-85.scope Unit: session-85.scope Slice: user-1000.slice Session: 85 Owner UID: 1000 (tkloczko) Boot ID: 4777a021878a4580a3c930f14e864594 Machine ID: d033f66b249a4ec09acfa81ac205554f Hostname: barrel Storage: /var/lib/systemd/coredump/core.aboutfetchjobte.1000.4777a021878a4580a3c930f14e864594.4154535.1628198213000000.zst Message: Process 4154535 (aboutfetchjobte) of user 1000 dumped core. Stack trace of thread 4154535: #0 0x00007fce4ff10ce2 n/a (/home/tkloczko/rpmbuild/BUILD/libkgapi-21.04.3/x86_64-redhat-linux-gnu/bin/libKPimGAPIDrive.so.5.17.3 + 0x43ce2) GNU gdb (GDB) Fedora 9.0.50.20191119-2.fc32 Copyright (C) 2019 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-redhat-linux-gnu". Type "show configuration" for configuration details. For bug reporting instructions, please see: <http://www.gnu.org/software/gdb/bugs/>. Find the GDB manual and other documentation resources online at: <http://www.gnu.org/software/gdb/documentation/>. For help, type "help". Type "apropos word" to search for commands related to "word"... Reading symbols from /home/tkloczko/rpmbuild/BUILD/libkgapi-21.04.3/x86_64-redhat-linux-gnu/bin/aboutfetchjobtest... warning: core file may not match specified executable file. [New LWP 4154535] warning: Error querying the rpm file `/lib64/libssl.so.1.1': openssl-1.1.1k-2.fc35.nosrc.rpm-debuginfo.x86_64 Missing separate debuginfo for /lib64/libssl.so.1.1 Try: dnf --enablerepo='*debug*' install /usr/lib/debug/.build-id/5f/f1a9cb98cc1f62537c2d07e3ed2e2db33fe8cb.debug warning: Error querying the rpm file `/lib64/libcrypto.so.1.1': openssl-1.1.1k-2.fc35.nosrc.rpm-debuginfo.x86_64 Missing separate debuginfo for /lib64/libcrypto.so.1.1 Try: dnf --enablerepo='*debug*' install /usr/lib/debug/.build-id/55/a521909e88b1c10eb64190c3e5bd7f9dd2524a.debug [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1". Core was generated by `/home/tkloczko/rpmbuild/BUILD/libkgapi-21.04.3/x86_64-redhat-linux-gnu/bin/abou'. Program terminated with signal SIGSEGV, Segmentation fault. #0 std::__atomic_base<int>::load (__m=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, this=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/include/c++/11/bits/atomic_base.h:479 479 __glibcxx_assert(__b != memory_order_acq_rel); bzip2-libs-1.0.8-8.1.fc35.x86_64 double-conversion-3.1.5-5.fc35.x86_64 freetype-2.11.0-2.fc35.x86_64 glib2-2.68.3-5.fc35.x86_64 glibc-2.33.9000-56.fc35.x86_64 graphite-1.3.14-8.fc35.x86_64 harfbuzz-2.8.2-2.fc35.x86_64 keyutils-libs-1.6.3-3.fc35.x86_64 kf5-kconfig-5.84.0-4.fc35.x86_64 kf5-kwallet-libs-5.84.0-2.1.fc35.x86_64 kf5-kwindowsystem-5.84.0-2.1.fc35.x86_64 krb5-libs-1.19.2-2.fc35.x86_64 libX11-1.7.2-4.fc35.x86_64 libXau-1.0.9-7.fc35.x86_64 libXdmcp-1.1.3-7.fc35.x86_64 libcom_err-1.46.3-2.fc35.x86_64 libgcc-11.1.1-7.fc35.x86_64 libglvnd-1.3.3-2.fc35.x86_64 libglvnd-glx-1.3.3-2.fc35.x86_64 libicu-69.1-2.fc35.x86_64 libpng-1.6.37-11.fc35.x86_64 libselinux-3.2-5.fc35.x86_64 libstdc++-11.1.1-7.fc35.x86_64 lz4-libs-1.9.3-3.fc35.x86_64 pcre2-10.37-5.fc35.x86_64 pcre2-utf16-10.37-5.fc35.x86_64 qt5-qtbase-5.15.2-22.fc35.x86_64 qt5-qtx11extras-5.15.2-5.fc35.x86_64 systemd-libs-247.3-3.fc35.x86_64 xcb-util-keysyms-0.4.0-17.fc35.x86_64 xz-libs-5.2.5-8.fc35.x86_64 zlib-1.2.11-31.fc35.x86_64 (gdb) bt full #0 std::__atomic_base<int>::load (__m=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>, this=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/include/c++/11/bits/atomic_base.h:479 __b = <error reading variable __b (dwarf2_find_location_expression: Corrupted DWARF expression.)> __PRETTY_FUNCTION__ = <optimized out> #1 QAtomicOps<int>::loadRelaxed<int> (_q_value=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/include/qt5/QtCore/qatomic_cxx11.h:239 No locals. #2 QBasicAtomicInteger<int>::loadRelaxed (this=<error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression.>) at /usr/include/qt5/QtCore/qbasicatomic.h:107 No locals. #3 QtPrivate::RefCount::ref (this=0x0) at /usr/include/qt5/QtCore/qrefcount.h:55 count = <error reading variable count (dwarf2_find_location_expression: Corrupted DWARF expression.)> #4 0x00007fce4ff095fb in _sub_I_65535_0.0 () from /home/tkloczko/rpmbuild/BUILD/libkgapi-21.04.3/x86_64-redhat-linux-gnu/bin/libKPimGAPIDrive.so.5 No symbol table info available. #5 0x00007fce4ff7072e in call_init (env=0x7ffcbe8eaec8, argv=0x7ffcbe8eaeb8, argc=1, l=<optimized out>) at dl-init.c:70 j = 0 jm = <optimized out> addrs = <optimized out> init_array = <optimized out> __PRETTY_FUNCTION__ = "call_init" init_array = <optimized out> j = <optimized out> jm = <optimized out> addrs = <optimized out> #6 call_init (l=<optimized out>, argc=1, argv=0x7ffcbe8eaeb8, env=0x7ffcbe8eaec8) at dl-init.c:26 init_array = <optimized out> __PRETTY_FUNCTION__ = "call_init" j = <optimized out> jm = <optimized out> addrs = <optimized out> #7 0x00007fce4ff7081c in _dl_init (main_map=0x7fce4ff931e0, argc=1, argv=0x7ffcbe8eaeb8, env=0x7ffcbe8eaec8) at dl-init.c:117 preinit_array = <optimized out> preinit_array_size = <optimized out> i = <optimized out> #8 0x00007fce4ff610ca in _dl_start_user () from /lib64/ld-linux-x86-64.so.2 _dl_rtld_libname = {name = 0x559c9eee8318 "/lib64/ld-linux-x86-64.so.2", next = 0x7fce4ff93040 <newname>, dont_free = 0} tls_init_tp_called = true relocate_time = 54234306 _dl_rtld_libname2 = {name = 0x0, next = 0x0, dont_free = 0} start_time = 313351920344428 load_time = 10062600 __GI__dl_argv = 0x7ffcbe8eaeb8 _dl_skip_args = 0 __pointer_chk_guard_local = 16875228736190744576 _rtld_global_ro = {_dl_debug_mask = 0, _dl_osversion = 330767, _dl_platform = 0x7fce4ff88018 "haswell", _dl_platformlen = 7, _dl_pagesize = 4096, _dl_minsigstacksize = 3212, _dl_inhibit_cache = 0, _dl_initial_searchlist = {r_list = 0x7fce4b5713a8, r_nlist = 58}, _dl_clktck = 100, _dl_verbose = 0, _dl_debug_fd = 2, _dl_lazy = 1, _dl_bind_not = 0, _dl_dynamic_weak = 0, _dl_fpu_control = 895, _dl_correct_cache_id = 771, _dl_hwcap = 6, _dl_auxv = 0x7ffcbe8eb0b0, _dl_x86_cpu_features = {basic = {kind = arch_kind_intel, max_cpuid = 22, family = 6, model = 85, stepping = 4}, features = {{{ cpuid_array = {329300, 874514432, 2147417087, 3219913727}, cpuid = {eax = 329300, ebx = 874514432, ecx = 2147417087, edx = 3219913727}}, { active_array = {0, 0, 2128097795, 394821904}, active = {eax = 0, ebx = 0, ecx = 2128097795, edx = 394821904}}}, {{cpuid_array = {0, 3550478331, 24, 2617254912}, cpuid = {eax = 0, ebx = 3550478331, ecx = 24, edx = 2617254912}}, {active_array = {0, 3515812664, 24, 0}, active = {eax = 0, ebx = 3515812664, ecx = 24, edx = 0}}}, {{cpuid_array = {0, 0, 289, 739248128}, cpuid = {eax = 0, ebx = 0, ecx = 289, edx = 739248128}}, { active_array = {0, 0, 289, 134217728}, active = {eax = 0, ebx = 0, ecx = 289, edx = 134217728}}}, {{cpuid_array = {15, 2568, 256, 0}, cpuid = {eax = 15, ebx = 2568, ecx = 256, edx = 0}}, {active_array = {7, 0, 0, 0}, active = {eax = 7, ebx = 0, ecx = 0, edx = 0}}}, {{cpuid_array = {0, 0, 0, 256}, cpuid = {eax = 0, ebx = 0, ecx = 0, edx = 256}}, {active_array = {0, 0, 0, 0}, active = {eax = 0, ebx = 0, ecx = 0, edx = 0}}}, {{cpuid_array = {12334, --Type <RET> for more, q to quit, c to continue without paging-- 0, 0, 0}, cpuid = {eax = 12334, ebx = 0, ecx = 0, edx = 0}}, {active_array = {0, 0, 0, 0}, active = {eax = 0, ebx = 0, ecx = 0, edx = 0}}}, {{ cpuid_array = {0, 0, 0, 0}, cpuid = {eax = 0, ebx = 0, ecx = 0, edx = 0}}, {active_array = {0, 0, 0, 0}, active = {eax = 0, ebx = 0, ecx = 0, edx = 0}}}, {{cpuid_array = {0, 0, 0, 0}, cpuid = {eax = 0, ebx = 0, ecx = 0, edx = 0}}, {active_array = {0, 0, 0, 0}, active = {eax = 0, ebx = 0, ecx = 0, edx = 0}}}, {{cpuid_array = {1, 15, 7, 0}, cpuid = {eax = 1, ebx = 15, ecx = 7, edx = 0}}, {active_array = {0, 0, 0, 0}, active = {eax = 0, ebx = 0, ecx = 0, edx = 0}}}}, preferred = {76537}, isa_1 = 15, xsave_state_size = 2560, xsave_state_full_size = 2816, data_cache_size = 32768, shared_cache_size = 1245184, non_temporal_threshold = 933888, rep_movsb_threshold = 4096, rep_movsb_stop_threshold = 933888, rep_stosb_threshold = 2048, level1_icache_size = 32768, level1_icache_linesize = 64, level1_dcache_size = 32768, level1_dcache_assoc = 8, level1_dcache_linesize = 64, level2_cache_size = 1048576, level2_cache_assoc = 16, level2_cache_linesize = 64, level3_cache_size = 17301504, level3_cache_assoc = 11, level3_cache_linesize = 64, level4_cache_size = 0}, _dl_x86_hwcap_flags = {"sse2\000\000\000\000", "x86_64\000\000", "avx512_1"}, _dl_x86_platforms = { "i586\000\000\000\000", "i686\000\000\000\000", "haswell\000", "xeon_phi"}, _dl_inhibit_rpath = 0x0, _dl_origin_path = 0x0, _dl_use_load_bias = 0, _dl_tls_static_size = 4864, _dl_tls_static_align = 64, _dl_tls_static_surplus = 1664, _dl_profile = 0x0, _dl_profile_output = 0x7fce4ff86000 "/var/tmp", _dl_trace_prelink = 0x0, _dl_trace_prelink_map = 0x0, _dl_init_all_dirs = 0x7fce4f7d6a50, _dl_sysinfo_dso = 0x7ffcbe98d000, _dl_sysinfo_map = 0x7fce4ff93790, _dl_vdso_clock_gettime64 = 0x7ffcbe98da00 <clock_gettime>, _dl_vdso_gettimeofday = 0x7ffcbe98d890 <gettimeofday>, _dl_vdso_time = 0x7ffcbe98d9d0 <time>, _dl_vdso_getcpu = 0x7ffcbe98dc20 <getcpu>, _dl_vdso_clock_getres_time64 = 0x7ffcbe98dbc0 <clock_getres>, _dl_hwcap2 = 2, _dl_debug_printf = 0x7fce4ff71560 <_dl_debug_printf>, _dl_mcount = 0x7fce4ff72b60 <__GI__dl_mcount>, _dl_lookup_symbol_x = 0x7fce4ff6b6c0 <_dl_lookup_symbol_x>, _dl_open = 0x7fce4ff74610 <_dl_open>, _dl_close = 0x7fce4ff76900 <_dl_close>, _dl_catch_error = 0x7fce4ff7e580 <_rtld_catch_error>, _dl_error_free = 0x7fce4ff776a0 <_dl_error_free>, _dl_tls_get_addr_soft = 0x7fce4ff73b10 <_dl_tls_get_addr_soft>, _dl_discover_osversion = 0x7fce4ff7d610 <_dl_discover_osversion>, _dl_dlfcn_hook = 0x0, _dl_audit = 0x0, _dl_naudit = 0} _dl_argc = 1 _rtld_global = {_dl_ns = {{_ns_loaded = 0x7fce4ff931e0, _ns_nloaded = 59, _ns_main_searchlist = 0x7fce4ff934a0, _ns_global_scope_alloc = 0, _ns_global_scope_pending_adds = 0, libc_map = 0x7fce4f7d6500, _ns_unique_sym_table = {lock = {mutex = {__data = {__lock = 0, __count = 0, __owner = 0, __nusers = 0, __kind = 1, __spins = 0, __elision = 0, __list = {__prev = 0x0, __next = 0x0}}, __size = '\000' <repeats 16 times>, "\001", '\000' <repeats 22 times>, __align = 0}}, entries = 0x7fce4b5697a0, size = 127, n_elements = 82, free = 0x7fce4ff7da40 <rtld_free>}, _ns_debug = {r_version = 0, r_map = 0x0, r_brk = 0, r_state = RT_CONSISTENT, r_ldbase = 0}}, {_ns_loaded = 0x0, _ns_nloaded = 0, _ns_main_searchlist = 0x0, _ns_global_scope_alloc = 0, _ns_global_scope_pending_adds = 0, libc_map = 0x0, _ns_unique_sym_table = {lock = { mutex = {__data = {__lock = 0, __count = 0, __owner = 0, __nusers = 0, __kind = 0, __spins = 0, __elision = 0, __list = {__prev = 0x0, __next = 0x0}}, __size = '\000' <repeats 39 times>, __align = 0}}, entries = 0x0, size = 0, n_elements = 0, free = 0x0}, _ns_debug = {r_version = 0, r_map = 0x0, r_brk = 0, r_state = RT_CONSISTENT, r_ldbase = 0}} <repeats 15 times>}, _dl_nns = 1, _dl_load_lock = {mutex = {__data = {__lock = 0, __count = 0, __owner = 0, __nusers = 0, __kind = 1, __spins = 0, __elision = 0, __list = {__prev = 0x0, __next = 0x0}}, __size = '\000' <repeats 16 times>, "\001", '\000' <repeats 22 times>, __align = 0}}, _dl_load_write_lock = {mutex = {__data = {__lock = 0, __count = 0, __owner = 0, __nusers = 0, __kind = 1, __spins = 0, __elision = 0, __list = {__prev = 0x0, __next = 0x0}}, __size = '\000' <repeats 16 times>, "\001", '\000' <repeats 22 times>, __align = 0}}, _dl_load_adds = 59, _dl_initfirst = 0x0, _dl_profile_map = 0x0, _dl_num_relocations = 38392, _dl_num_cache_relocations = 20233, _dl_all_dirs = 0x7fce4f7d6a50, _dl_rtld_map = {l_addr = 140524081512448, l_name = 0x559c9eee8318 "/lib64/ld-linux-x86-64.so.2", l_ld = 0x7fce4ff91e30, l_next = 0x7fce4e09a000, l_prev = 0x7fce4e60b900, l_real = 0x7fce4ff92a08 <_rtld_local+2568>, l_ns = 0, l_libname = 0x7fce4ff93090 <_dl_rtld_libname>, l_info = {0x0, 0x0, 0x7fce4ff91eb0, 0x7fce4ff91ea0, 0x7fce4ff91e40, 0x7fce4ff91e60, 0x7fce4ff91e70, 0x7fce4ff91ee0, 0x7fce4ff91ef0, 0x7fce4ff91f00, 0x7fce4ff91e80, 0x7fce4ff91e90, 0x0, 0x0, 0x7fce4ff91e30, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7fce4ff91ec0, 0x0, 0x0, 0x7fce4ff91ed0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7fce4ff91f30, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7fce4ff91f20, 0x7fce4ff91f10, 0x7fce4ff91f40, 0x0, 0x7fce4ff91f60, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7fce4ff91f50, 0x0 <repeats 25 times>, 0x7fce4ff91e50}, l_phdr = 0x7fce4ff60040, l_entry = 0, l_phnum = 11, l_ldnum = 0, l_searchlist = {r_list = 0x0, r_nlist = 0}, l_symbolic_searchlist = { r_list = 0x0, r_nlist = 0}, l_loader = 0x0, l_versions = 0x7fce4b570b30, l_nversions = 6, l_nbuckets = 17, l_gnu_bitmask_idxbits = 3, l_gnu_shift = 8, l_gnu_bitmask = 0x7fce4ff603f0, {l_gnu_buckets = 0x7fce4ff60410, l_chain = 0x7fce4ff60410}, {l_gnu_chain_zero = 0x7fce4ff60450, l_buckets = 0x7fce4ff60450}, l_direct_opencount = 0, l_type = lt_library, l_relocated = 1, l_init_called = 1, l_global = 1, l_reserved = 0, l_phdr_allocated = 0, l_soname_added = 0, l_faked = 0, l_need_tls_init = 0, l_auditing = 0, l_audit_any_plt = 0, l_removed = 0, l_contiguous = 0, l_symbolic_in_local_scope = 0, l_free_initfini = 0, l_nodelete_active = false, l_nodelete_pending = false, l_property = lc_property_unknown, l_x86_feature_1_and = 0, l_x86_isa_1_needed = 0, l_rpath_dirs = { dirs = 0x0, malloced = 0}, l_reloc_result = 0x0, l_versyms = 0x7fce4ff60a12, l_origin = 0x0, l_map_start = 140524081512448, l_map_end = 140524081721824, l_text_end = 140524081668086, l_scope_mem = {0x0, 0x0, 0x0, 0x0}, l_scope_max = 0, l_scope = 0x0, l_local_scope = {0x0, 0x0}, l_file_id = {dev = 0, ino = 0}, l_runpath_dirs = {dirs = 0x0, malloced = 0}, l_initfini = 0x0, l_reldeps = 0x0, l_reldepsmax = 0, l_used = 1, l_feature_1 = 0, l_flags_1 = 0, l_flags = 0, l_idx = 0, l_mach = {plt = 0, gotplt = 0, tlsdesc_table = 0x0}, l_lookup_cache = {sym = 0x7fce4ff60578, type_class = 1, value = 0x7fce4f7d6500, ret = 0x7fce4f3b9d18}, l_tls_initimage = 0x0, l_tls_initimage_size = 0, l_tls_blocksize = 0, l_tls_align = 0, l_tls_firstbyte_offset = 0, l_tls_offset = 0, l_tls_modid = 0, l_tls_dtor_count = 0, l_relro_addr = 199488, l_relro_size = 5312, l_serial = 0}, _dl_rtld_auditstate = {{cookie = 0, bindflags = 0} <repeats 16 times>}, _dl_x86_feature_1 = 0, _dl_x86_feature_control = {ibt = cet_elf_property, shstk = cet_elf_property}, _dl_stack_flags = 6, _dl_tls_dtv_gaps = false, _dl_tls_max_dtv_idx = 7, _dl_tls_dtv_slotinfo_list = 0x7fce4b56b110, _dl_tls_static_nelem = 7, _dl_tls_static_used = 648, _dl_tls_static_optional = 512, _dl_initial_dtv = 0x7fce4b56c8e0, _dl_tls_generation = 1, _dl_scope_free_list = 0x0, _dl_stack_used = { next = 0x7fce4ff92fe0 <_rtld_local+4064>, prev = 0x7fce4ff92fe0 <_rtld_local+4064>}, _dl_stack_user = {next = 0x7fce4b56c180, prev = 0x7fce4b56c180}, _dl_stack_cache = {next = 0x7fce4ff93000 <_rtld_local+4096>, prev = 0x7fce4ff93000 <_rtld_local+4096>}, _dl_stack_cache_actsize = 0, _dl_in_flight_stack = 0, --Type <RET> for more, q to quit, c to continue without paging-- _dl_stack_cache_lock = 0} #9 0x0000000000000001 in ?? () No symbol table info available. #10 0x00007ffcbe8ed07a in ?? () No symbol table info available. #11 0x0000000000000000 in ?? () No symbol table info available.