runtests.py-25890 Fri Jan 5 15:47:06 2018 UTC (+ 0.8s / 1095.8s) target /data/schroot/2018-01-05-07-10-all-downstream-xenial-amd64/data/runtests/work/downstream-xenial-amd64/home/eds/.config/akonadi/akonadiserverrc: [%General] Driver=QSQLITE3 [QSQLITE3] Name=/data/runtests/work/downstream-xenial-amd64/home/eds/data/akonadi/akonadi.db [Debug] Tracer=null runtests.py-25890 Fri Jan 5 15:47:06 2018 UTC (+ 0.3s / 1096.1s) target /data/schroot/2018-01-05-07-10-all-downstream-xenial-amd64/data/runtests/work/downstream-xenial-amd64/home/eds/.local/share/akonadi/akonadi.db: PRAGMA foreign_keys=OFF; BEGIN TRANSACTION; CREATE TABLE SchemaVersionTable (version INTEGER NOT NULL DEFAULT 0); INSERT INTO "SchemaVersionTable" VALUES(20); CREATE TABLE ResourceTable (id INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, name TEXT UNIQUE NOT NULL, isVirtual BOOL DEFAULT false); INSERT INTO "ResourceTable" VALUES(1,'akonadi_search_resource',1); INSERT INTO "ResourceTable" VALUES(2,'akonadi_ical_resource_0','false'); INSERT INTO "ResourceTable" VALUES(3,'akonadi_ical_resource_1','false'); INSERT INTO "ResourceTable" VALUES(4,'akonadi_ical_resource_2','false'); INSERT INTO "ResourceTable" VALUES(5,'akonadi_contacts_resource_0','false'); INSERT INTO "ResourceTable" VALUES(6,'akonadi_contacts_resource_1','false'); INSERT INTO "ResourceTable" VALUES(7,'akonadi_contacts_resource_2','false'); INSERT INTO "ResourceTable" VALUES(8,'akonadi_notes_resource_0','false'); INSERT INTO "ResourceTable" VALUES(9,'akonadi_notes_resource_1','false'); INSERT INTO "ResourceTable" VALUES(10,'akonadi_notes_resource_2','false'); CREATE TABLE CollectionTable (id INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, remoteId TEXT, remoteRevision TEXT, name TEXT NOT NULL, parentId BIGINT, resourceId BIGINT NOT NULL, subscribed BOOL NOT NULL DEFAULT true, cachePolicyInherit BOOL NOT NULL DEFAULT true, cachePolicyCheckInterval INTEGER NOT NULL DEFAULT -1, cachePolicyCacheTimeout INTEGER NOT NULL DEFAULT -1, cachePolicySyncOnDemand BOOL NOT NULL DEFAULT false, cachePolicyLocalParts TEXT, queryString TEXT, queryLanguage TEXT); INSERT INTO "CollectionTable" VALUES(1,NULL,NULL,'Search',NULL,1,'true','true',-1,-1,'false',NULL,NULL,NULL); INSERT INTO "CollectionTable" VALUES(2,'file:///data/runtests/work/downstream-xenial-amd64/home/eds/data/akonadi/ical_resource_0.ics','','akonadi_ical_resource_0',NULL,2,'true','true',-1,-1,'false',NULL,NULL,NULL); INSERT INTO "CollectionTable" VALUES(3,'file:///data/runtests/work/downstream-xenial-amd64/home/eds/data/akonadi/ical_resource_1.ics','','akonadi_ical_resource_1',NULL,3,'true','true',-1,-1,'false',NULL,NULL,NULL); INSERT INTO "CollectionTable" VALUES(4,'file:///data/runtests/work/downstream-xenial-amd64/home/eds/data/akonadi/ical_resource_2.ics','','akonadi_ical_resource_2',NULL,4,'true','true',-1,-1,'false',NULL,NULL,NULL); INSERT INTO "CollectionTable" VALUES(5,'/data/runtests/work/downstream-xenial-amd64/home/eds/data/akonadi/contacts_0','','Personal_Contacts_0',NULL,5,'true','true',-1,-1,'false',NULL,NULL,NULL); INSERT INTO "CollectionTable" VALUES(6,'/data/runtests/work/downstream-xenial-amd64/home/eds/data/akonadi/contacts_1','','Personal_Contacts_1',NULL,6,'true','true',-1,-1,'false',NULL,NULL,NULL); INSERT INTO "CollectionTable" VALUES(8,'/data/runtests/work/downstream-xenial-amd64/home/eds/data/akonadi/contacts_2','','Personal_Contacts_2',NULL,7,'true','true',-1,-1,'false',NULL,NULL,NULL); INSERT INTO "CollectionTable" VALUES(9,'file:///data/runtests/work/downstream-xenial-amd64/home/eds/data/akonadi/notes_resource_0.ics','','akonadi_notes_resource_0',NULL,8,'true','true',-1,-1,'false',NULL,NULL,NULL); INSERT INTO "CollectionTable" VALUES(10,'file:///data/runtests/work/downstream-xenial-amd64/home/eds/data/akonadi/notes_resource_0.ics','','akonadi_notes_resource_1',NULL,9,'true','true',-1,-1,'false',NULL,NULL,NULL); INSERT INTO "CollectionTable" VALUES(11,'file:///data/runtests/work/downstream-xenial-amd64/home/eds/data/akonadi/notes_resource_1.ics','','akonadi_notes_resource_2',NULL,10,'true','true',-1,-1,'false',NULL,NULL,NULL); CREATE TABLE MimeTypeTable (id INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, name TEXT UNIQUE NOT NULL); INSERT INTO "MimeTypeTable" VALUES(1,'application/octet-stream'); INSERT INTO "MimeTypeTable" VALUES(2,'message/rfc822'); INSERT INTO "MimeTypeTable" VALUES(3,'text/calendar'); INSERT INTO "MimeTypeTable" VALUES(4,'text/vcard'); INSERT INTO "MimeTypeTable" VALUES(5,'inode/directory'); INSERT INTO "MimeTypeTable" VALUES(6,'application/x-vnd.akonadi.calendar.event'); INSERT INTO "MimeTypeTable" VALUES(7,'application/x-vnd.akonadi.calendar.todo'); INSERT INTO "MimeTypeTable" VALUES(8,'application/x-vnd.akonadi.calendar.journal'); INSERT INTO "MimeTypeTable" VALUES(9,'application/x-vnd.akonadi.calendar.freebusy'); INSERT INTO "MimeTypeTable" VALUES(10,'text/directory'); INSERT INTO "MimeTypeTable" VALUES(11,'application/x-vnd.kde.contactgroup'); INSERT INTO "MimeTypeTable" VALUES(12,'application/x-vnd.kde.notes'); CREATE TABLE PimItemTable (id INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, rev INTEGER NOT NULL DEFAULT 0, remoteId TEXT, remoteRevision TEXT, collectionId BIGINT, mimeTypeId BIGINT, datetime TIMESTAMP DEFAULT CURRENT_TIMESTAMP, atime TIMESTAMP, dirty BOOL, size BIGINT NOT NULL DEFAULT 0); CREATE TABLE FlagTable (id INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, name TEXT UNIQUE NOT NULL); INSERT INTO "FlagTable" VALUES(1,'important'); INSERT INTO "FlagTable" VALUES(2,'has_attachment'); INSERT INTO "FlagTable" VALUES(3,'spam'); INSERT INTO "FlagTable" VALUES(4,'\ANSWERED'); INSERT INTO "FlagTable" VALUES(5,'\FLAGGED'); INSERT INTO "FlagTable" VALUES(6,'\DELETED'); INSERT INTO "FlagTable" VALUES(7,'\SEEN'); INSERT INTO "FlagTable" VALUES(8,'\DRAFT'); CREATE TABLE PartTable (id INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, pimItemId BIGINT NOT NULL, name TEXT NOT NULL, data LONGBLOB, datasize BIGINT NOT NULL, version INTEGER DEFAULT 0, external BOOL DEFAULT false); CREATE TABLE CollectionAttributeTable (id INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, collectionId BIGINT NOT NULL, type LONGBLOB NOT NULL, value LONGBLOB); INSERT INTO "CollectionAttributeTable" VALUES(1,2,X'454E54495459444953504C4159',X'28226963616C5F7265736F757263655F302E6963732220226F66666963652D63616C656E6461722220222220282929'); INSERT INTO "CollectionAttributeTable" VALUES(2,2,X'416363657373526967687473',X'77636457'); INSERT INTO "CollectionAttributeTable" VALUES(3,3,X'454E54495459444953504C4159',X'28226963616C5F7265736F757263655F302E6963732028436C6F6E65292220226F66666963652D63616C656E6461722220222220282929'); INSERT INTO "CollectionAttributeTable" VALUES(4,3,X'416363657373526967687473',X'77636457'); INSERT INTO "CollectionAttributeTable" VALUES(5,4,X'454E54495459444953504C4159',X'28226963616C5F7265736F757263655F322E6963732220226F66666963652D63616C656E6461722220222220282929'); INSERT INTO "CollectionAttributeTable" VALUES(6,4,X'416363657373526967687473',X'77636457'); INSERT INTO "CollectionAttributeTable" VALUES(7,5,X'416363657373526967687473',X'61'); INSERT INTO "CollectionAttributeTable" VALUES(8,6,X'416363657373526967687473',X'61'); INSERT INTO "CollectionAttributeTable" VALUES(10,8,X'416363657373526967687473',X'61'); INSERT INTO "CollectionAttributeTable" VALUES(11,9,X'454E54495459444953504C4159',X'28226E6F7465735F7265736F757263655F302E6963732220226B6E6F7465732220222220282929'); INSERT INTO "CollectionAttributeTable" VALUES(12,9,X'416363657373526967687473',X'77636457'); INSERT INTO "CollectionAttributeTable" VALUES(13,10,X'454E54495459444953504C4159',X'28226E6F7465735F7265736F757263655F302E6963732028436C6F6E65292220226B6E6F7465732220222220282929'); INSERT INTO "CollectionAttributeTable" VALUES(14,10,X'416363657373526967687473',X'77636457'); INSERT INTO "CollectionAttributeTable" VALUES(15,11,X'454E54495459444953504C4159',X'28226E6F7465735F7265736F757263655F302E6963732028436C6F6E65292028436C6F6E65292220226B6E6F7465732220222220282929'); INSERT INTO "CollectionAttributeTable" VALUES(16,11,X'416363657373526967687473',X'77636457'); CREATE TABLE PimItemFlagRelation (PimItem_id INTEGER REFERENCES PimItemTable(id), Flag_id INTEGER REFERENCES FlagTable(id), PRIMARY KEY (PimItem_id, Flag_id)); CREATE TABLE CollectionMimeTypeRelation (Collection_id INTEGER REFERENCES CollectionTable(id), MimeType_id INTEGER REFERENCES MimeTypeTable(id), PRIMARY KEY (Collection_id, MimeType_id)); INSERT INTO "CollectionMimeTypeRelation" VALUES(2,3); INSERT INTO "CollectionMimeTypeRelation" VALUES(2,6); INSERT INTO "CollectionMimeTypeRelation" VALUES(2,7); INSERT INTO "CollectionMimeTypeRelation" VALUES(2,8); INSERT INTO "CollectionMimeTypeRelation" VALUES(2,9); INSERT INTO "CollectionMimeTypeRelation" VALUES(3,6); INSERT INTO "CollectionMimeTypeRelation" VALUES(3,9); INSERT INTO "CollectionMimeTypeRelation" VALUES(3,8); INSERT INTO "CollectionMimeTypeRelation" VALUES(3,7); INSERT INTO "CollectionMimeTypeRelation" VALUES(3,3); INSERT INTO "CollectionMimeTypeRelation" VALUES(4,6); INSERT INTO "CollectionMimeTypeRelation" VALUES(4,9); INSERT INTO "CollectionMimeTypeRelation" VALUES(4,8); INSERT INTO "CollectionMimeTypeRelation" VALUES(4,7); INSERT INTO "CollectionMimeTypeRelation" VALUES(4,3); INSERT INTO "CollectionMimeTypeRelation" VALUES(5,5); INSERT INTO "CollectionMimeTypeRelation" VALUES(5,10); INSERT INTO "CollectionMimeTypeRelation" VALUES(5,11); INSERT INTO "CollectionMimeTypeRelation" VALUES(6,11); INSERT INTO "CollectionMimeTypeRelation" VALUES(6,5); INSERT INTO "CollectionMimeTypeRelation" VALUES(6,10); INSERT INTO "CollectionMimeTypeRelation" VALUES(8,11); INSERT INTO "CollectionMimeTypeRelation" VALUES(8,5); INSERT INTO "CollectionMimeTypeRelation" VALUES(8,10); INSERT INTO "CollectionMimeTypeRelation" VALUES(9,12); INSERT INTO "CollectionMimeTypeRelation" VALUES(10,12); INSERT INTO "CollectionMimeTypeRelation" VALUES(11,12); CREATE TABLE CollectionPimItemRelation (Collection_id INTEGER REFERENCES CollectionTable(id), PimItem_id INTEGER REFERENCES PimItemTable(id), PRIMARY KEY (Collection_id, PimItem_id)); DELETE FROM sqlite_sequence; INSERT INTO "sqlite_sequence" VALUES('ResourceTable',10); INSERT INTO "sqlite_sequence" VALUES('CollectionTable',11); INSERT INTO "sqlite_sequence" VALUES('MimeTypeTable',12); INSERT INTO "sqlite_sequence" VALUES('FlagTable',8); INSERT INTO "sqlite_sequence" VALUES('CollectionAttributeTable',16); CREATE UNIQUE INDEX CollectionTable_parentAndNameIndex ON CollectionTable (parentId,name); CREATE INDEX PimItemTable_collectionIndex ON PimItemTable (collectionId); CREATE UNIQUE INDEX PartTable_pimItemIdNameIndex ON PartTable (pimItemId,name); CREATE INDEX PartTable_pimItemNameIndex ON PartTable (name); CREATE INDEX CollectionAttributeTable_collectionIndex ON CollectionAttributeTable (collectionId); COMMIT; old /data/schroot/2018-01-05-07-10-all-downstream-xenial-amd64/data/runtests/work/downstream-xenial-amd64/home/eds/.cache new /data/schroot/2018-01-05-07-10-all-downstream-xenial-amd64/data/runtests/work/downstream-xenial-amd64/home/eds/cache old /data/schroot/2018-01-05-07-10-all-downstream-xenial-amd64/data/runtests/work/downstream-xenial-amd64/home/eds/.config new /data/schroot/2018-01-05-07-10-all-downstream-xenial-amd64/data/runtests/work/downstream-xenial-amd64/home/eds/config old /data/schroot/2018-01-05-07-10-all-downstream-xenial-amd64/data/runtests/work/downstream-xenial-amd64/home/eds/.local/share new /data/schroot/2018-01-05-07-10-all-downstream-xenial-amd64/data/runtests/work/downstream-xenial-amd64/home/eds/data runtests.py-25890 Fri Jan 5 15:47:06 2018 UTC (+ 0.0s / 1096.1s) === starting eds === runtests.py-25890 Fri Jan 5 15:47:06 2018 UTC (+ 0.0s / 1096.1s) result dir: /data/schroot/2018-01-05-07-10-all-downstream-xenial-amd64/home/nightly/results/2018-01-05-07-10_all/downstream-xenial-amd64/7-eds, /proc/self/cwd -> /data/schroot/2018-01-05-07-10-all-downstream-xenial-amd64/home/nightly/results/2018-01-05-07-10_all/downstream-xenial-amd64/7-eds runtests.py-25890 Fri Jan 5 15:47:06 2018 UTC (+ 0.0s / 1096.1s) changing into directory /data/schroot/2018-01-05-07-10-all-downstream-xenial-amd64/data/runtests/work/downstream-xenial-amd64/tests/eds (= /data/schroot/2018-01-05-07-10-all-downstream-xenial-amd64/data/runtests/work/downstream-xenial-amd64/tests/eds) runtests.py-25890 Fri Jan 5 15:47:06 2018 UTC (+ 0.0s / 1096.1s) *** ( cd /data/schroot/2018-01-05-07-10-all-downstream-xenial-amd64/data/runtests/work/downstream-xenial-amd64/tests/eds; export 'PATH=/home/nightly/bin:/home/nightly/testing:/usr/sbin:/sbin:/home/nightly/testing:/usr/sbin:/sbin:/home/nightly/bin:/usr/local/bin:/usr/bin:/bin:/usr/games:/usr/lib/mit/bin:/usr/lib/mit/sbin' 'HOME=/data/runtests/work/downstream-xenial-amd64/home/eds' 'XDG_CONFIG_HOME=/data/runtests/work/downstream-xenial-amd64/home/eds/config' 'XDG_DATA_HOME=/data/runtests/work/downstream-xenial-amd64/home/eds/data' 'XDG_CACHE_HOME=/data/runtests/work/downstream-xenial-amd64/home/eds/cache'; unset LD_LIBRARY_PATH; /data/runtests/work/sources/syncevolution/test/resources.py -j 1 -r eds -- env CLIENT_TEST_FAILURES= CLIENT_TEST_SKIP= SYNCEVOLUTION_DATA_DIR=/data/runtests/work/downstream-xenial-amd64/install/usr/share/syncevolution SYNCEVOLUTION_TEMPLATE_DIR=/data/runtests/work/downstream-xenial-amd64/install/usr/share/syncevolution/templates SYNCEVOLUTION_XML_CONFIG_DIR=/data/runtests/work/downstream-xenial-amd64/install/usr/share/syncevolution/xml SYNCEVOLUTION_BACKEND_DIR=/data/runtests/work/downstream-xenial-amd64/install/usr/lib/syncevolution/backends SYNCEVOLUTION_LOCALE_DIR=/data/runtests/work/downstream-xenial-amd64/install/usr/share/locale schroot -d /data/runtests/work/downstream-xenial-amd64/tests/eds -r -p -c 2018-01-05-07-10-all-downstream-xenial-amd64 -- env PKG_CONFIG_PATH=/data/runtests/install/stable-amd64/libwbxml/lib/pkgconfig DBUS_SESSION_SH_SYSTEM_BUS=1 /unshare --pid --mount-proc --fork -- /data/runtests/work/sources/syncevolution/test/dbus-session.sh /data/runtests/work/sources/syncevolution/test/wrappercheck.sh --daemon-log signond.log --wait-for-dbus-daemon com.google.code.AccountsSSO.SingleSignOn SSO_LOGGING_OUTPUT=stdout SSO_DAEMON_TIMEOUT=9999 SSO_DEBUG=10 SYSLOG_FILE=signond.log SSO_LOGGING_LEVEL=2 signond -- /data/runtests/work/sources/syncevolution/test/wrappercheck.sh --daemon-log dbus-monitor.log dbus-monitor interface=org.freedesktop.DBus -- /data/runtests/work/sources/syncevolution/test/wrappercheck.sh --daemon-log evolution-source-registry.log --daemon-sleep 5 --wait-for-dbus-daemon org.gnome.evolution.dataserver.Sources /usr/lib/evolution/evolution-source-registry -- /data/runtests/work/sources/syncevolution/test/wrappercheck.sh --daemon-log evolution-addressbook-factory.log --wait-for-dbus-daemon org.gnome.evolution.dataserver.AddressBook /usr/lib/evolution/evolution-addressbook-factory --keep-running -- /data/runtests/work/sources/syncevolution/test/wrappercheck.sh --daemon-log evolution-calendar-factory.log /usr/lib/evolution/evolution-calendar-factory --keep-running -- env /home/nightly/testing/setup-syncevolution.sh eds ./syncevolution ) Fri Jan 5 15:47:06 2018 UTC (+ 0.0s / 0.0s) === locking resource(s) ['eds'] === Fri Jan 5 15:47:06 2018 UTC (+ 0.1s / 0.1s) property changed: status = acquired Fri Jan 5 15:47:06 2018 UTC (+ 0.0s / 0.1s) using jobserver Fri Jan 5 15:47:06 2018 UTC (+ 0.0s / 0.1s) === allocating 1 job slot(s) === Fri Jan 5 15:49:53 2018 UTC (+ 166.7s / 166.8s) === allocated 1 job slot(s) === W: line 4 [2018-01-05-07-10-all-release-eas-testing-amd64] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. W: line 4 [2018-01-05-07-10-all-release-eas-stretch-amd64] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. W: line 4 [2018-01-05-07-10-all-prebuilt-xenial-amd64] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. W: line 4 [2018-01-05-07-10-all-prebuilt-testing-amd64] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. W: line 4 [2018-01-05-07-10-all-clang-amd64] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. W: line 4 [2018-01-05-07-10-all-xenial-amd64] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. W: line 4 [2018-01-05-07-10-all-downstream-xenial-amd64] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. W: line 4 [2018-01-05-07-10-all-testing-amd64] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. W: line 4 [2018-01-05-07-10-all-release-eas-stretch-i386] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. W: line 4 [2018-01-05-07-10-all-prebuilt-testing-i386] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. W: line 4 [2018-01-05-07-10-all-xenial-i386] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. W: line 4 [2018-01-05-07-10-all-downstream-unstable] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. W: line 4 [2018-01-05-07-10-all-downstream-testing] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. W: line 4 [2018-01-05-07-10-all-release-eas-testing-i386] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. I: [2018-01-05-07-10-all-downstream-xenial-amd64 chroot] Running command: “env PKG_CONFIG_PATH=/data/runtests/install/stable-amd64/libwbxml/lib/pkgconfig DBUS_SESSION_SH_SYSTEM_BUS=1 /unshare --pid --mount-proc --fork -- /data/runtests/work/sources/syncevolution/test/dbus-session.sh /data/runtests/work/sources/syncevolution/test/wrappercheck.sh --daemon-log signond.log --wait-for-dbus-daemon com.google.code.AccountsSSO.SingleSignOn SSO_LOGGING_OUTPUT=stdout SSO_DAEMON_TIMEOUT=9999 SSO_DEBUG=10 SYSLOG_FILE=signond.log SSO_LOGGING_LEVEL=2 signond -- /data/runtests/work/sources/syncevolution/test/wrappercheck.sh --daemon-log dbus-monitor.log dbus-monitor interface=org.freedesktop.DBus -- /data/runtests/work/sources/syncevolution/test/wrappercheck.sh --daemon-log evolution-source-registry.log --daemon-sleep 5 --wait-for-dbus-daemon org.gnome.evolution.dataserver.Sources /usr/lib/evolution/evolution-source-registry -- /data/runtests/work/sources/syncevolution/test/wrappercheck.sh --daemon-log evolution-addressbook-factory.log --wait-for-dbus-daemon org.gnome.evolution.dataserver.AddressBook /usr/lib/evolution/evolution-addressbook-factory --keep-running -- /data/runtests/work/sources/syncevolution/test/wrappercheck.sh --daemon-log evolution-calendar-factory.log /usr/lib/evolution/evolution-calendar-factory --keep-running -- env /home/nightly/testing/setup-syncevolution.sh eds ./syncevolution” + PS4='wrappercheck-$$ line ${LINENO}: ' wrappercheck-15 line 16: PIDS= wrappercheck-15 line 18: trap '[ "" ] && kill -TERM ' TERM wrappercheck-15 line 19: trap '[ "" ] && kill -INT ' INT wrappercheck-15 line 21: DAEMON_LOG= wrappercheck-15 line 22: WAIT_FOR_DAEMON_OUTPUT= wrappercheck-15 line 23: WAIT_FOR_DBUS_DAEMON= wrappercheck-15 line 25: declare -a BACKGROUND wrappercheck-15 line 26: declare -a ENV wrappercheck-15 line 28: '[' 44 -gt 1 ']' wrappercheck-15 line 28: '[' --daemon-log '!=' -- ']' wrappercheck-15 line 29: case "$1" in wrappercheck-15 line 31: shift wrappercheck-15 line 32: DAEMON_LOG=signond.log wrappercheck-15 line 53: shift wrappercheck-15 line 28: '[' 42 -gt 1 ']' wrappercheck-15 line 28: '[' --wait-for-dbus-daemon '!=' -- ']' wrappercheck-15 line 29: case "$1" in wrappercheck-15 line 35: shift wrappercheck-15 line 36: WAIT_FOR_DBUS_DAEMON=com.google.code.AccountsSSO.SingleSignOn wrappercheck-15 line 53: shift wrappercheck-15 line 28: '[' 40 -gt 1 ']' wrappercheck-15 line 28: '[' SSO_LOGGING_OUTPUT=stdout '!=' -- ']' wrappercheck-15 line 29: case "$1" in wrappercheck-15 line 47: ENV[${#ENV[*]}]=SSO_LOGGING_OUTPUT=stdout wrappercheck-15 line 53: shift wrappercheck-15 line 28: '[' 39 -gt 1 ']' wrappercheck-15 line 28: '[' SSO_DAEMON_TIMEOUT=9999 '!=' -- ']' wrappercheck-15 line 29: case "$1" in wrappercheck-15 line 47: ENV[${#ENV[*]}]=SSO_DAEMON_TIMEOUT=9999 wrappercheck-15 line 53: shift wrappercheck-15 line 28: '[' 38 -gt 1 ']' wrappercheck-15 line 28: '[' SSO_DEBUG=10 '!=' -- ']' wrappercheck-15 line 29: case "$1" in wrappercheck-15 line 47: ENV[${#ENV[*]}]=SSO_DEBUG=10 gnome-keyring-daemon: insufficient process capabilities, unsecure memory might get used wrappercheck-15 line 53: shift wrappercheck-15 line 28: '[' 37 -gt 1 ']' wrappercheck-15 line 28: '[' SYSLOG_FILE=signond.log '!=' -- ']' wrappercheck-15 line 29: case "$1" in wrappercheck-15 line 47: ENV[${#ENV[*]}]=SYSLOG_FILE=signond.log wrappercheck-15 line 53: shift wrappercheck-15 line 28: '[' 36 -gt 1 ']' wrappercheck-15 line 28: '[' SSO_LOGGING_LEVEL=2 '!=' -- ']' wrappercheck-15 line 29: case "$1" in wrappercheck-15 line 47: ENV[${#ENV[*]}]=SSO_LOGGING_LEVEL=2 wrappercheck-15 line 53: shift wrappercheck-15 line 28: '[' 35 -gt 1 ']' wrappercheck-15 line 28: '[' signond '!=' -- ']' wrappercheck-15 line 29: case "$1" in wrappercheck-15 line 50: break wrappercheck-15 line 56: '[' 35 -gt 1 ']' wrappercheck-15 line 56: '[' signond '!=' -- ']' wrappercheck-15 line 57: BACKGROUND[${#BACKGROUND[*]}]=signond wrappercheck-15 line 58: shift wrappercheck-15 line 56: '[' 34 -gt 1 ']' wrappercheck-15 line 56: '[' -- '!=' -- ']' wrappercheck-15 line 60: shift wrappercheck-15 line 62: '[' signond.log ']' wrappercheck-15 line 62: '[' '' ']' wrappercheck-15 line 66: set +x *** starting signond as background daemon, output to signond.log wrappercheck-15 line 72: BACKGROUND_PID=17 wrappercheck-15 line 73: PIDS+=17 wrappercheck-15 line 70: set -x wrappercheck-15 line 70: exec wrappercheck-15 line 75: '[' signond.log ']' wrappercheck-15 line 75: '[' '' ']' wrappercheck-15 line 84: '[' com.google.code.AccountsSSO.SingleSignOn ']' ** Message: couldn't access control socket: /tmp/tmp.08XYhpdtxF/keyring/control: No such file or directory wrappercheck-15 line 85: set +x *** waiting for daemon to connect to D-Bus as 'com.google.code.AccountsSSO.SingleSignOn' wrappercheck-15 line 93: kill -0 17 wrappercheck-15 line 94: set +e wrappercheck-15 line 95: '[' '' ']' wrappercheck-15 line 99: set -x wrappercheck-15 line 99: /data/runtests/work/sources/syncevolution/test/wrappercheck.sh --daemon-log dbus-monitor.log dbus-monitor interface=org.freedesktop.DBus -- /data/runtests/work/sources/syncevolution/test/wrappercheck.sh --daemon-log evolution-source-registry.log --daemon-sleep 5 --wait-for-dbus-daemon org.gnome.evolution.dataserver.Sources /usr/lib/evolution/evolution-source-registry -- /data/runtests/work/sources/syncevolution/test/wrappercheck.sh --daemon-log evolution-addressbook-factory.log --wait-for-dbus-daemon org.gnome.evolution.dataserver.AddressBook /usr/lib/evolution/evolution-addressbook-factory --keep-running -- /data/runtests/work/sources/syncevolution/test/wrappercheck.sh --daemon-log evolution-calendar-factory.log /usr/lib/evolution/evolution-calendar-factory --keep-running -- env /home/nightly/testing/setup-syncevolution.sh eds ./syncevolution + PS4='wrappercheck-$$ line ${LINENO}: ' wrappercheck-33 line 16: PIDS= wrappercheck-33 line 18: trap '[ "" ] && kill -TERM ' TERM wrappercheck-33 line 19: trap '[ "" ] && kill -INT ' INT wrappercheck-33 line 21: DAEMON_LOG= wrappercheck-33 line 22: WAIT_FOR_DAEMON_OUTPUT= wrappercheck-33 line 23: WAIT_FOR_DBUS_DAEMON= wrappercheck-33 line 25: declare -a BACKGROUND wrappercheck-33 line 26: declare -a ENV wrappercheck-33 line 28: '[' 32 -gt 1 ']' wrappercheck-33 line 28: '[' --daemon-log '!=' -- ']' wrappercheck-33 line 29: case "$1" in wrappercheck-33 line 31: shift wrappercheck-33 line 32: DAEMON_LOG=dbus-monitor.log wrappercheck-33 line 53: shift wrappercheck-33 line 28: '[' 30 -gt 1 ']' wrappercheck-33 line 28: '[' dbus-monitor '!=' -- ']' wrappercheck-33 line 29: case "$1" in wrappercheck-33 line 50: break wrappercheck-33 line 56: '[' 30 -gt 1 ']' wrappercheck-33 line 56: '[' dbus-monitor '!=' -- ']' wrappercheck-33 line 57: BACKGROUND[${#BACKGROUND[*]}]=dbus-monitor wrappercheck-33 line 58: shift wrappercheck-33 line 56: '[' 29 -gt 1 ']' wrappercheck-33 line 56: '[' interface=org.freedesktop.DBus '!=' -- ']' wrappercheck-33 line 57: BACKGROUND[${#BACKGROUND[*]}]=interface=org.freedesktop.DBus wrappercheck-33 line 58: shift wrappercheck-33 line 56: '[' 28 -gt 1 ']' wrappercheck-33 line 56: '[' -- '!=' -- ']' wrappercheck-33 line 60: shift wrappercheck-33 line 62: '[' dbus-monitor.log ']' wrappercheck-33 line 62: '[' '' ']' wrappercheck-33 line 66: set +x *** starting dbus-monitor as background daemon, output to dbus-monitor.log wrappercheck-33 line 72: BACKGROUND_PID=35 wrappercheck-33 line 73: PIDS+=35 wrappercheck-33 line 70: set -x wrappercheck-33 line 70: exec wrappercheck-33 line 75: '[' dbus-monitor.log ']' wrappercheck-33 line 75: '[' '' ']' wrappercheck-33 line 84: '[' '' ']' wrappercheck-33 line 93: kill -0 35 wrappercheck-33 line 94: set +e wrappercheck-33 line 95: '[' '' ']' wrappercheck-33 line 99: set -x wrappercheck-33 line 99: /data/runtests/work/sources/syncevolution/test/wrappercheck.sh --daemon-log evolution-source-registry.log --daemon-sleep 5 --wait-for-dbus-daemon org.gnome.evolution.dataserver.Sources /usr/lib/evolution/evolution-source-registry -- /data/runtests/work/sources/syncevolution/test/wrappercheck.sh --daemon-log evolution-addressbook-factory.log --wait-for-dbus-daemon org.gnome.evolution.dataserver.AddressBook /usr/lib/evolution/evolution-addressbook-factory --keep-running -- /data/runtests/work/sources/syncevolution/test/wrappercheck.sh --daemon-log evolution-calendar-factory.log /usr/lib/evolution/evolution-calendar-factory --keep-running -- env /home/nightly/testing/setup-syncevolution.sh eds ./syncevolution + PS4='wrappercheck-$$ line ${LINENO}: ' wrappercheck-38 line 16: PIDS= wrappercheck-38 line 18: trap '[ "" ] && kill -TERM ' TERM wrappercheck-38 line 19: trap '[ "" ] && kill -INT ' INT wrappercheck-38 line 21: DAEMON_LOG= wrappercheck-38 line 22: WAIT_FOR_DAEMON_OUTPUT= wrappercheck-38 line 23: WAIT_FOR_DBUS_DAEMON= wrappercheck-38 line 25: declare -a BACKGROUND wrappercheck-38 line 26: declare -a ENV wrappercheck-38 line 28: '[' 26 -gt 1 ']' wrappercheck-38 line 28: '[' --daemon-log '!=' -- ']' wrappercheck-38 line 29: case "$1" in wrappercheck-38 line 31: shift wrappercheck-38 line 32: DAEMON_LOG=evolution-source-registry.log wrappercheck-38 line 53: shift wrappercheck-38 line 28: '[' 24 -gt 1 ']' wrappercheck-38 line 28: '[' --daemon-sleep '!=' -- ']' wrappercheck-38 line 29: case "$1" in wrappercheck-38 line 43: shift wrappercheck-38 line 44: DAEMON_SLEEP=5 wrappercheck-38 line 53: shift wrappercheck-38 line 28: '[' 22 -gt 1 ']' wrappercheck-38 line 28: '[' --wait-for-dbus-daemon '!=' -- ']' wrappercheck-38 line 29: case "$1" in wrappercheck-38 line 35: shift wrappercheck-38 line 36: WAIT_FOR_DBUS_DAEMON=org.gnome.evolution.dataserver.Sources wrappercheck-38 line 53: shift wrappercheck-38 line 28: '[' 20 -gt 1 ']' wrappercheck-38 line 28: '[' /usr/lib/evolution/evolution-source-registry '!=' -- ']' wrappercheck-38 line 29: case "$1" in wrappercheck-38 line 50: break wrappercheck-38 line 56: '[' 20 -gt 1 ']' wrappercheck-38 line 56: '[' /usr/lib/evolution/evolution-source-registry '!=' -- ']' wrappercheck-38 line 57: BACKGROUND[${#BACKGROUND[*]}]=/usr/lib/evolution/evolution-source-registry wrappercheck-38 line 58: shift wrappercheck-38 line 56: '[' 19 -gt 1 ']' wrappercheck-38 line 56: '[' -- '!=' -- ']' wrappercheck-38 line 60: shift wrappercheck-38 line 62: '[' evolution-source-registry.log ']' wrappercheck-38 line 62: '[' '' ']' wrappercheck-38 line 66: set +x *** starting /usr/lib/evolution/evolution-source-registry as background daemon, output to evolution-source-registry.log wrappercheck-38 line 72: BACKGROUND_PID=42 wrappercheck-38 line 73: PIDS+=42 wrappercheck-38 line 70: set -x wrappercheck-38 line 75: '[' evolution-source-registry.log ']' wrappercheck-38 line 75: '[' '' ']' wrappercheck-38 line 70: exec wrappercheck-38 line 84: '[' org.gnome.evolution.dataserver.Sources ']' wrappercheck-38 line 85: set +x *** waiting for daemon to connect to D-Bus as 'org.gnome.evolution.dataserver.Sources' wrappercheck-38 line 93: kill -0 42 wrappercheck-38 line 94: set +e wrappercheck-38 line 95: '[' 5 ']' wrappercheck-38 line 96: set +x *** 'sleep 5' for daemon to settle down wrappercheck-38 line 97: sleep 5 wrappercheck-38 line 99: set -x wrappercheck-38 line 99: /data/runtests/work/sources/syncevolution/test/wrappercheck.sh --daemon-log evolution-addressbook-factory.log --wait-for-dbus-daemon org.gnome.evolution.dataserver.AddressBook /usr/lib/evolution/evolution-addressbook-factory --keep-running -- /data/runtests/work/sources/syncevolution/test/wrappercheck.sh --daemon-log evolution-calendar-factory.log /usr/lib/evolution/evolution-calendar-factory --keep-running -- env /home/nightly/testing/setup-syncevolution.sh eds ./syncevolution + PS4='wrappercheck-$$ line ${LINENO}: ' wrappercheck-62 line 16: PIDS= wrappercheck-62 line 18: trap '[ "" ] && kill -TERM ' TERM wrappercheck-62 line 19: trap '[ "" ] && kill -INT ' INT wrappercheck-62 line 21: DAEMON_LOG= wrappercheck-62 line 22: WAIT_FOR_DAEMON_OUTPUT= wrappercheck-62 line 23: WAIT_FOR_DBUS_DAEMON= wrappercheck-62 line 25: declare -a BACKGROUND wrappercheck-62 line 26: declare -a ENV wrappercheck-62 line 28: '[' 17 -gt 1 ']' wrappercheck-62 line 28: '[' --daemon-log '!=' -- ']' wrappercheck-62 line 29: case "$1" in wrappercheck-62 line 31: shift wrappercheck-62 line 32: DAEMON_LOG=evolution-addressbook-factory.log wrappercheck-62 line 53: shift wrappercheck-62 line 28: '[' 15 -gt 1 ']' wrappercheck-62 line 28: '[' --wait-for-dbus-daemon '!=' -- ']' wrappercheck-62 line 29: case "$1" in wrappercheck-62 line 35: shift wrappercheck-62 line 36: WAIT_FOR_DBUS_DAEMON=org.gnome.evolution.dataserver.AddressBook wrappercheck-62 line 53: shift wrappercheck-62 line 28: '[' 13 -gt 1 ']' wrappercheck-62 line 28: '[' /usr/lib/evolution/evolution-addressbook-factory '!=' -- ']' wrappercheck-62 line 29: case "$1" in wrappercheck-62 line 50: break wrappercheck-62 line 56: '[' 13 -gt 1 ']' wrappercheck-62 line 56: '[' /usr/lib/evolution/evolution-addressbook-factory '!=' -- ']' wrappercheck-62 line 57: BACKGROUND[${#BACKGROUND[*]}]=/usr/lib/evolution/evolution-addressbook-factory wrappercheck-62 line 58: shift wrappercheck-62 line 56: '[' 12 -gt 1 ']' wrappercheck-62 line 56: '[' --keep-running '!=' -- ']' wrappercheck-62 line 57: BACKGROUND[${#BACKGROUND[*]}]=--keep-running wrappercheck-62 line 58: shift wrappercheck-62 line 56: '[' 11 -gt 1 ']' wrappercheck-62 line 56: '[' -- '!=' -- ']' wrappercheck-62 line 60: shift wrappercheck-62 line 62: '[' evolution-addressbook-factory.log ']' wrappercheck-62 line 62: '[' '' ']' wrappercheck-62 line 66: set +x *** starting /usr/lib/evolution/evolution-addressbook-factory as background daemon, output to evolution-addressbook-factory.log wrappercheck-62 line 72: BACKGROUND_PID=64 wrappercheck-62 line 73: PIDS+=64 wrappercheck-62 line 75: '[' evolution-addressbook-factory.log ']' wrappercheck-62 line 75: '[' '' ']' wrappercheck-62 line 84: '[' org.gnome.evolution.dataserver.AddressBook ']' wrappercheck-62 line 85: set +x wrappercheck-62 line 70: set -x wrappercheck-62 line 70: exec *** waiting for daemon to connect to D-Bus as 'org.gnome.evolution.dataserver.AddressBook' wrappercheck-62 line 93: kill -0 64 wrappercheck-62 line 94: set +e wrappercheck-62 line 95: '[' '' ']' wrappercheck-62 line 99: set -x wrappercheck-62 line 99: /data/runtests/work/sources/syncevolution/test/wrappercheck.sh --daemon-log evolution-calendar-factory.log /usr/lib/evolution/evolution-calendar-factory --keep-running -- env /home/nightly/testing/setup-syncevolution.sh eds ./syncevolution + PS4='wrappercheck-$$ line ${LINENO}: ' wrappercheck-82 line 16: PIDS= wrappercheck-82 line 18: trap '[ "" ] && kill -TERM ' TERM wrappercheck-82 line 19: trap '[ "" ] && kill -INT ' INT wrappercheck-82 line 21: DAEMON_LOG= wrappercheck-82 line 22: WAIT_FOR_DAEMON_OUTPUT= wrappercheck-82 line 23: WAIT_FOR_DBUS_DAEMON= wrappercheck-82 line 25: declare -a BACKGROUND wrappercheck-82 line 26: declare -a ENV wrappercheck-82 line 28: '[' 9 -gt 1 ']' wrappercheck-82 line 28: '[' --daemon-log '!=' -- ']' wrappercheck-82 line 29: case "$1" in wrappercheck-82 line 31: shift wrappercheck-82 line 32: DAEMON_LOG=evolution-calendar-factory.log wrappercheck-82 line 53: shift wrappercheck-82 line 28: '[' 7 -gt 1 ']' wrappercheck-82 line 28: '[' /usr/lib/evolution/evolution-calendar-factory '!=' -- ']' wrappercheck-82 line 29: case "$1" in wrappercheck-82 line 50: break wrappercheck-82 line 56: '[' 7 -gt 1 ']' wrappercheck-82 line 56: '[' /usr/lib/evolution/evolution-calendar-factory '!=' -- ']' wrappercheck-82 line 57: BACKGROUND[${#BACKGROUND[*]}]=/usr/lib/evolution/evolution-calendar-factory wrappercheck-82 line 58: shift wrappercheck-82 line 56: '[' 6 -gt 1 ']' wrappercheck-82 line 56: '[' --keep-running '!=' -- ']' wrappercheck-82 line 57: BACKGROUND[${#BACKGROUND[*]}]=--keep-running wrappercheck-82 line 58: shift wrappercheck-82 line 56: '[' 5 -gt 1 ']' wrappercheck-82 line 56: '[' -- '!=' -- ']' wrappercheck-82 line 60: shift wrappercheck-82 line 62: '[' evolution-calendar-factory.log ']' wrappercheck-82 line 62: '[' '' ']' wrappercheck-82 line 66: set +x *** starting /usr/lib/evolution/evolution-calendar-factory as background daemon, output to evolution-calendar-factory.log wrappercheck-82 line 72: BACKGROUND_PID=84 wrappercheck-82 line 73: PIDS+=84 wrappercheck-82 line 70: set -x wrappercheck-82 line 70: exec wrappercheck-82 line 75: '[' evolution-calendar-factory.log ']' wrappercheck-82 line 75: '[' '' ']' wrappercheck-82 line 84: '[' '' ']' wrappercheck-82 line 93: kill -0 84 wrappercheck-82 line 94: set +e wrappercheck-82 line 95: '[' '' ']' wrappercheck-82 line 99: set -x wrappercheck-82 line 99: env /home/nightly/testing/setup-syncevolution.sh eds ./syncevolution + case $TEST in + case $TEST in + for i in evolution-contacts=eds_contact evolution-calendar=eds_event evolution-tasks=eds_task evolution-memos=eds_memo ++ echo evolution-contacts=eds_contact ++ sed -e 's/=.*//' + backend=evolution-contacts ++ echo evolution-contacts=eds_contact ++ sed -e 's/.*=//' + name=eds_contact + for i in 1 2 + databasename=Test_eds_contact_1 + ./syncevolution --daemon=no --print-databases backend=evolution-contacts + grep Test_eds_contact_1 Test_eds_contact_1 (1303826927.6946.21@mob-sync2) + echo evolution-contacts: Test_eds_contact_1 exists evolution-contacts: Test_eds_contact_1 exists + for i in 1 2 + databasename=Test_eds_contact_2 + grep Test_eds_contact_2 + ./syncevolution --daemon=no --print-databases backend=evolution-contacts Test_eds_contact_2 (1303827279.6946.22@mob-sync2) + echo evolution-contacts: Test_eds_contact_2 exists evolution-contacts: Test_eds_contact_2 exists + for i in evolution-contacts=eds_contact evolution-calendar=eds_event evolution-tasks=eds_task evolution-memos=eds_memo ++ sed -e 's/=.*//' ++ echo evolution-calendar=eds_event + backend=evolution-calendar ++ echo evolution-calendar=eds_event ++ sed -e 's/.*=//' + name=eds_event + for i in 1 2 + databasename=Test_eds_event_1 + ./syncevolution --daemon=no --print-databases backend=evolution-calendar + grep Test_eds_event_1 Test_eds_event_1 (1303827939.6946.27@mob-sync2) + echo evolution-calendar: Test_eds_event_1 exists evolution-calendar: Test_eds_event_1 exists + for i in 1 2 + databasename=Test_eds_event_2 + ./syncevolution --daemon=no --print-databases backend=evolution-calendar + grep Test_eds_event_2 Test_eds_event_2 (1303827982.6946.28@mob-sync2) + echo evolution-calendar: Test_eds_event_2 exists evolution-calendar: Test_eds_event_2 exists + for i in evolution-contacts=eds_contact evolution-calendar=eds_event evolution-tasks=eds_task evolution-memos=eds_memo ++ echo evolution-tasks=eds_task ++ sed -e 's/=.*//' + backend=evolution-tasks ++ echo evolution-tasks=eds_task ++ sed -e 's/.*=//' + name=eds_task + for i in 1 2 + databasename=Test_eds_task_1 + grep Test_eds_task_1 + ./syncevolution --daemon=no --print-databases backend=evolution-tasks Test_eds_task_1 (1303829357.6946.35@mob-sync2) + echo evolution-tasks: Test_eds_task_1 exists evolution-tasks: Test_eds_task_1 exists + for i in 1 2 + databasename=Test_eds_task_2 + ./syncevolution --daemon=no --print-databases backend=evolution-tasks + grep Test_eds_task_2 Test_eds_task_2 (1303829493.6946.36@mob-sync2) + echo evolution-tasks: Test_eds_task_2 exists evolution-tasks: Test_eds_task_2 exists + for i in evolution-contacts=eds_contact evolution-calendar=eds_event evolution-tasks=eds_task evolution-memos=eds_memo ++ echo evolution-memos=eds_memo ++ sed -e 's/=.*//' + backend=evolution-memos ++ echo evolution-memos=eds_memo ++ sed -e 's/.*=//' + name=eds_memo + for i in 1 2 + databasename=Test_eds_memo_1 + grep Test_eds_memo_1 + ./syncevolution --daemon=no --print-databases backend=evolution-memos Test_eds_memo_1 (1303828148.6946.31@mob-sync2) + echo evolution-memos: Test_eds_memo_1 exists evolution-memos: Test_eds_memo_1 exists + for i in 1 2 + databasename=Test_eds_memo_2 + ./syncevolution --daemon=no --print-databases backend=evolution-memos + grep Test_eds_memo_2 Test_eds_memo_2 (1303828749.6946.32@mob-sync2) + echo evolution-memos: Test_eds_memo_2 exists evolution-memos: Test_eds_memo_2 exists wrappercheck-82 line 100: RET=0 wrappercheck-82 line 101: set -e wrappercheck-82 line 107: set +x *** killing and waiting for /usr/lib/evolution/evolution-calendar-factory wrappercheck-82 line 108: kill -INT -84 wrappercheck-82 line 108: kill -TERM -84 wrappercheck-82 line 108: kill -TERM 84 wrappercheck-82 line 110: KILL_PID=344 wrappercheck-82 line 115: set +e wrappercheck-82 line 109: perl -e 'sleep(60); kill(9, -84);' wrappercheck-82 line 116: wait 84 wrappercheck-82 line 117: SUBRET=143 wrappercheck-82 line 118: case $SUBRET in wrappercheck-82 line 118: SUBRET=0 wrappercheck-82 line 120: SUBRET=0 wrappercheck-82 line 121: '[' 344 ']' wwrappercheck-82 line 122: LC_ALL=C wwrappercheck-82 line 122: kill -KILL 344 wrappercheck-82 line 122: msg= wrappercheck-82 line 123: echo '' wrappercheck-82 line 123: grep -q 'No such process' /data/runtests/work/sources/syncevolution/test/wrappercheck.sh: line 130: 344 Killed perl -e "sleep(60); kill(9, -$BACKGROUND_PID);" wrappercheck-82 line 127: echo '' wrappercheck-82 line 129: wait 344 wrappercheck-82 line 131: set -e wrappercheck-82 line 132: '[' 0 = 0 ']' wrappercheck-82 line 133: RET=0 wrappercheck-82 line 136: exit 0 wrappercheck-62 line 100: RET=0 wrappercheck-62 line 101: set -e wrappercheck-62 line 107: set +x *** killing and waiting for /usr/lib/evolution/evolution-addressbook-factory wrappercheck-62 line 108: kill -INT -64 wrappercheck-62 line 108: kill -TERM -64 wrappercheck-62 line 108: kill -TERM 64 wrappercheck-62 line 110: KILL_PID=349 wrappercheck-62 line 109: perl -e 'sleep(60); kill(9, -64);' wrappercheck-62 line 115: set +e wrappercheck-62 line 116: wait 64 wrappercheck-62 line 117: SUBRET=143 wrappercheck-62 line 118: case $SUBRET in wrappercheck-62 line 118: SUBRET=0 wrappercheck-62 line 120: SUBRET=0 wrappercheck-62 line 121: '[' 349 ']' wwrappercheck-62 line 122: LC_ALL=C wwrappercheck-62 line 122: kill -KILL 349 wrappercheck-62 line 122: msg= wrappercheck-62 line 123: echo '' wrappercheck-62 line 123: grep -q 'No such process' /data/runtests/work/sources/syncevolution/test/wrappercheck.sh: line 130: 349 Killed perl -e "sleep(60); kill(9, -$BACKGROUND_PID);" wrappercheck-62 line 127: echo '' wrappercheck-62 line 129: wait 349 wrappercheck-62 line 131: set -e wrappercheck-62 line 132: '[' 0 = 0 ']' wrappercheck-62 line 133: RET=0 wrappercheck-62 line 136: exit 0 wrappercheck-38 line 100: RET=0 wrappercheck-38 line 101: set -e wrappercheck-38 line 107: set +x *** killing and waiting for /usr/lib/evolution/evolution-source-registry wrappercheck-38 line 108: kill -INT -42 wrappercheck-38 line 108: kill -TERM -42 wrappercheck-38 line 108: kill -TERM 42 wrappercheck-38 line 110: KILL_PID=354 wrappercheck-38 line 115: set +e wrappercheck-38 line 109: perl -e 'sleep(60); kill(9, -42);' wrappercheck-38 line 116: wait 42 wrappercheck-38 line 117: SUBRET=143 wrappercheck-38 line 118: case $SUBRET in wrappercheck-38 line 118: SUBRET=0 wrappercheck-38 line 120: SUBRET=0 wrappercheck-38 line 121: '[' 354 ']' wwrappercheck-38 line 122: LC_ALL=C wwrappercheck-38 line 122: kill -KILL 354 wrappercheck-38 line 122: msg= wrappercheck-38 line 123: echo '' wrappercheck-38 line 123: grep -q 'No such process' /data/runtests/work/sources/syncevolution/test/wrappercheck.sh: line 130: 354 Killed perl -e "sleep(60); kill(9, -$BACKGROUND_PID);" wrappercheck-38 line 127: echo '' wrappercheck-38 line 129: wait 354 wrappercheck-38 line 131: set -e wrappercheck-38 line 132: '[' 0 = 0 ']' wrappercheck-38 line 133: RET=0 wrappercheck-38 line 136: exit 0 wrappercheck-33 line 100: RET=0 wrappercheck-33 line 101: set -e wrappercheck-33 line 107: set +x *** killing and waiting for dbus-monitor wrappercheck-33 line 108: kill -INT -35 wrappercheck-33 line 108: kill -TERM -35 wrappercheck-33 line 108: kill -TERM 35 wrappercheck-33 line 110: KILL_PID=359 wrappercheck-33 line 115: set +e wrappercheck-33 line 116: wait 35 wrappercheck-33 line 109: perl -e 'sleep(60); kill(9, -35);' wrappercheck-33 line 117: SUBRET=143 wrappercheck-33 line 118: case $SUBRET in wrappercheck-33 line 118: SUBRET=0 wrappercheck-33 line 120: SUBRET=0 wrappercheck-33 line 121: '[' 359 ']' wwrappercheck-33 line 122: LC_ALL=C wwrappercheck-33 line 122: kill -KILL 359 wrappercheck-33 line 122: msg= wrappercheck-33 line 123: echo '' wrappercheck-33 line 123: grep -q 'No such process' /data/runtests/work/sources/syncevolution/test/wrappercheck.sh: line 130: 359 Killed perl -e "sleep(60); kill(9, -$BACKGROUND_PID);" wrappercheck-33 line 127: echo '' wrappercheck-33 line 129: wait 359 wrappercheck-33 line 131: set -e wrappercheck-33 line 132: '[' 0 = 0 ']' wrappercheck-33 line 133: RET=0 wrappercheck-33 line 136: exit 0 wrappercheck-15 line 100: RET=0 wrappercheck-15 line 101: set -e wrappercheck-15 line 107: set +x *** killing and waiting for signond wrappercheck-15 line 108: kill -INT -17 wrappercheck-15 line 108: kill -TERM -17 wrappercheck-15 line 108: kill -TERM 17 wrappercheck-15 line 110: KILL_PID=364 wrappercheck-15 line 109: perl -e 'sleep(60); kill(9, -17);' wrappercheck-15 line 115: set +e wrappercheck-15 line 116: wait 17 wrappercheck-15 line 117: SUBRET=143 wrappercheck-15 line 118: case $SUBRET in wrappercheck-15 line 118: SUBRET=0 wrappercheck-15 line 120: SUBRET=0 wrappercheck-15 line 121: '[' 364 ']' wwrappercheck-15 line 122: LC_ALL=C wwrappercheck-15 line 122: kill -KILL 364 wrappercheck-15 line 122: msg= wrappercheck-15 line 123: grep -q 'No such process' wrappercheck-15 line 123: echo '' /data/runtests/work/sources/syncevolution/test/wrappercheck.sh: line 130: 364 Killed perl -e "sleep(60); kill(9, -$BACKGROUND_PID);" wrappercheck-15 line 127: echo '' wrappercheck-15 line 129: wait 364 wrappercheck-15 line 131: set -e wrappercheck-15 line 132: '[' 0 = 0 ']' wrappercheck-15 line 133: RET=0 wrappercheck-15 line 136: exit 0 dbus-session.sh: program returned 0 dbus-session.sh: final result 0 dbus-session.sh 1: killing keyring pid 14 dbus-session.sh 1: killing system bus daemon 4 dbus-session.sh 1: killing session bus daemon 8 dbus-session.sh 1: removing XDG_RUNTIME_DIR=/tmp/tmp.08XYhpdtxF Fri Jan 5 15:50:01 2018 UTC (+ 8.8s / 175.6s) === cleaning up === runtests.py-25890 Fri Jan 5 15:50:01 2018 UTC (+ 175.6s / 1271.7s) *** ( cd /data/schroot/2018-01-05-07-10-all-downstream-xenial-amd64/data/runtests/work/downstream-xenial-amd64/tests/eds; export 'PATH=/home/nightly/bin:/home/nightly/testing:/usr/sbin:/sbin:/home/nightly/testing:/usr/sbin:/sbin:/home/nightly/bin:/usr/local/bin:/usr/bin:/bin:/usr/games:/usr/lib/mit/bin:/usr/lib/mit/sbin' 'HOME=/data/runtests/work/downstream-xenial-amd64/home/eds' 'XDG_CONFIG_HOME=/data/runtests/work/downstream-xenial-amd64/home/eds/config' 'XDG_DATA_HOME=/data/runtests/work/downstream-xenial-amd64/home/eds/data' 'XDG_CACHE_HOME=/data/runtests/work/downstream-xenial-amd64/home/eds/cache'; unset LD_LIBRARY_PATH; /data/runtests/work/sources/syncevolution/test/resources.py -j 1 -r eds -- env VALGRIND_LEAK_CHECK_SKIP=akonadi_control,.bin.sh.-c. VALGRIND_LEAK_CHECK_ONLY_FIRST=1 'VALGRIND_ARGS=--show-possibly-lost=no --suppressions=/data/runtests/work/sources/syncevolution/test/sys.supp --suppressions=/data/runtests/work/sources/syncevolution/test/evo.supp --num-callers=30 --trace-children=yes --trace-children-skip=*synclog2html,*synccompare*,*akonadi_*resource,*akonadi_*agent,*akonadi_*feeder,*akonadiserver*,/bin/ls,/bin/sed,/bin/cp,/bin/rm,/usr/bin/kdeinit4,/usr/bin/perl,*/modify-remote,*/modify-local,*/mktemp,*/nslookup,*/host,*/adnshost,*/grep --suppressions=/data/runtests/work/sources/activesyncd/sys.supp' VALGRIND_LOG= http_proxy= CLIENT_TEST_SERVER=eds CLIENT_TEST_SOURCES= SYNC_EVOLUTION_EVO_CALENDAR_DELAY=1 CLIENT_TEST_ALARM=1200 CLIENT_TEST_FAILURES= CLIENT_TEST_SKIP= SYNCEVOLUTION_DATA_DIR=/data/runtests/work/downstream-xenial-amd64/install/usr/share/syncevolution SYNCEVOLUTION_TEMPLATE_DIR=/data/runtests/work/downstream-xenial-amd64/install/usr/share/syncevolution/templates SYNCEVOLUTION_XML_CONFIG_DIR=/data/runtests/work/downstream-xenial-amd64/install/usr/share/syncevolution/xml SYNCEVOLUTION_BACKEND_DIR=/data/runtests/work/downstream-xenial-amd64/install/usr/lib/syncevolution/backends SYNCEVOLUTION_LOCALE_DIR=/data/runtests/work/downstream-xenial-amd64/install/usr/share/locale CLIENT_TEST_LOG= CLIENT_TEST_EVOLUTION_PREFIX=Test_ schroot -d /data/runtests/work/downstream-xenial-amd64/tests/eds -r -p -c 2018-01-05-07-10-all-downstream-xenial-amd64 -- env PKG_CONFIG_PATH=/data/runtests/install/stable-amd64/libwbxml/lib/pkgconfig DBUS_SESSION_SH_SYSTEM_BUS=1 /unshare --pid --mount-proc --fork -- /data/runtests/work/sources/syncevolution/test/dbus-session.sh /data/runtests/work/sources/syncevolution/test/wrappercheck.sh --daemon-log signond.log --wait-for-dbus-daemon com.google.code.AccountsSSO.SingleSignOn SSO_LOGGING_OUTPUT=stdout SSO_DAEMON_TIMEOUT=9999 SSO_DEBUG=10 SYSLOG_FILE=signond.log SSO_LOGGING_LEVEL=2 signond -- /data/runtests/work/sources/syncevolution/test/wrappercheck.sh --daemon-log dbus-monitor.log dbus-monitor interface=org.freedesktop.DBus -- /data/runtests/work/sources/syncevolution/test/wrappercheck.sh --daemon-log evolution-source-registry.log --daemon-sleep 5 --wait-for-dbus-daemon org.gnome.evolution.dataserver.Sources /usr/lib/evolution/evolution-source-registry -- /data/runtests/work/sources/syncevolution/test/wrappercheck.sh --daemon-log evolution-addressbook-factory.log --wait-for-dbus-daemon org.gnome.evolution.dataserver.AddressBook /usr/lib/evolution/evolution-addressbook-factory --keep-running -- /data/runtests/work/sources/syncevolution/test/wrappercheck.sh --daemon-log evolution-calendar-factory.log /usr/lib/evolution/evolution-calendar-factory --keep-running -- env LD_LIBRARY_PATH=build-synthesis/src/.libs:.libs:syncevo/.libs:gdbus/.libs:gdbusxx/.libs: PATH=backends/webdav:.:$PATH: /data/runtests/work/sources/syncevolution/test/valgrindcheck.sh ./client-test Client::Source::eds_contact Client::Source::eds_event Client::Source::eds_task Client::Source::eds_memo ) Fri Jan 5 15:50:02 2018 UTC (+ 0.0s / 0.0s) === locking resource(s) ['eds'] === Fri Jan 5 15:50:02 2018 UTC (+ 0.0s / 0.0s) property changed: status = acquired Fri Jan 5 15:50:02 2018 UTC (+ 0.0s / 0.0s) using jobserver Fri Jan 5 15:50:02 2018 UTC (+ 0.0s / 0.0s) === allocating 1 job slot(s) === Fri Jan 5 15:50:13 2018 UTC (+ 11.6s / 11.7s) === allocated 1 job slot(s) === W: line 4 [2018-01-05-07-10-all-release-eas-testing-amd64] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. W: line 4 [2018-01-05-07-10-all-release-eas-stretch-amd64] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. W: line 4 [2018-01-05-07-10-all-prebuilt-xenial-amd64] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. W: line 4 [2018-01-05-07-10-all-prebuilt-testing-amd64] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. W: line 4 [2018-01-05-07-10-all-clang-amd64] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. W: line 4 [2018-01-05-07-10-all-xenial-amd64] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. W: line 4 [2018-01-05-07-10-all-downstream-xenial-amd64] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. W: line 4 [2018-01-05-07-10-all-testing-amd64] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. W: line 4 [2018-01-05-07-10-all-release-eas-stretch-i386] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. W: line 4 [2018-01-05-07-10-all-prebuilt-testing-i386] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. W: line 4 [2018-01-05-07-10-all-xenial-i386] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. W: line 4 [2018-01-05-07-10-all-downstream-unstable] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. W: line 4 [2018-01-05-07-10-all-downstream-testing] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. W: line 4 [2018-01-05-07-10-all-release-eas-testing-i386] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. I: [2018-01-05-07-10-all-downstream-xenial-amd64 chroot] Running command: “env PKG_CONFIG_PATH=/data/runtests/install/stable-amd64/libwbxml/lib/pkgconfig DBUS_SESSION_SH_SYSTEM_BUS=1 /unshare --pid --mount-proc --fork -- /data/runtests/work/sources/syncevolution/test/dbus-session.sh /data/runtests/work/sources/syncevolution/test/wrappercheck.sh --daemon-log signond.log --wait-for-dbus-daemon com.google.code.AccountsSSO.SingleSignOn SSO_LOGGING_OUTPUT=stdout SSO_DAEMON_TIMEOUT=9999 SSO_DEBUG=10 SYSLOG_FILE=signond.log SSO_LOGGING_LEVEL=2 signond -- /data/runtests/work/sources/syncevolution/test/wrappercheck.sh --daemon-log dbus-monitor.log dbus-monitor interface=org.freedesktop.DBus -- /data/runtests/work/sources/syncevolution/test/wrappercheck.sh --daemon-log evolution-source-registry.log --daemon-sleep 5 --wait-for-dbus-daemon org.gnome.evolution.dataserver.Sources /usr/lib/evolution/evolution-source-registry -- /data/runtests/work/sources/syncevolution/test/wrappercheck.sh --daemon-log evolution-addressbook-factory.log --wait-for-dbus-daemon org.gnome.evolution.dataserver.AddressBook /usr/lib/evolution/evolution-addressbook-factory --keep-running -- /data/runtests/work/sources/syncevolution/test/wrappercheck.sh --daemon-log evolution-calendar-factory.log /usr/lib/evolution/evolution-calendar-factory --keep-running -- env LD_LIBRARY_PATH=build-synthesis/src/.libs:.libs:syncevo/.libs:gdbus/.libs:gdbusxx/.libs: PATH=backends/webdav:.:/home/nightly/bin:/home/nightly/testing:/usr/sbin:/sbin:/home/nightly/testing:/usr/sbin:/sbin:/home/nightly/bin:/usr/local/bin:/usr/bin:/bin:/usr/games:/usr/lib/mit/bin:/usr/lib/mit/sbin: /data/runtests/work/sources/syncevolution/test/valgrindcheck.sh ./client-test Client::Source::eds_contact Client::Source::eds_event Client::Source::eds_task Client::Source::eds_memo” gnome-keyring-daemon: insufficient process capabilities, unsecure memory might get used ** Message: couldn't access control socket: /tmp/tmp.XTiiKWmjOb/keyring/control: No such file or directory + PS4='wrappercheck-$$ line ${LINENO}: ' wrappercheck-18 line 16: PIDS= wrappercheck-18 line 18: trap '[ "" ] && kill -TERM ' TERM wrappercheck-18 line 19: trap '[ "" ] && kill -INT ' INT wrappercheck-18 line 21: DAEMON_LOG= wrappercheck-18 line 22: WAIT_FOR_DAEMON_OUTPUT= wrappercheck-18 line 23: WAIT_FOR_DBUS_DAEMON= wrappercheck-18 line 25: declare -a BACKGROUND wrappercheck-18 line 26: declare -a ENV wrappercheck-18 line 28: '[' 49 -gt 1 ']' wrappercheck-18 line 28: '[' --daemon-log '!=' -- ']' wrappercheck-18 line 29: case "$1" in wrappercheck-18 line 31: shift wrappercheck-18 line 32: DAEMON_LOG=signond.log wrappercheck-18 line 53: shift wrappercheck-18 line 28: '[' 47 -gt 1 ']' wrappercheck-18 line 28: '[' --wait-for-dbus-daemon '!=' -- ']' wrappercheck-18 line 29: case "$1" in wrappercheck-18 line 35: shift wrappercheck-18 line 36: WAIT_FOR_DBUS_DAEMON=com.google.code.AccountsSSO.SingleSignOn wrappercheck-18 line 53: shift wrappercheck-18 line 28: '[' 45 -gt 1 ']' wrappercheck-18 line 28: '[' SSO_LOGGING_OUTPUT=stdout '!=' -- ']' wrappercheck-18 line 29: case "$1" in wrappercheck-18 line 47: ENV[${#ENV[*]}]=SSO_LOGGING_OUTPUT=stdout wrappercheck-18 line 53: shift wrappercheck-18 line 28: '[' 44 -gt 1 ']' wrappercheck-18 line 28: '[' SSO_DAEMON_TIMEOUT=9999 '!=' -- ']' wrappercheck-18 line 29: case "$1" in wrappercheck-18 line 47: ENV[${#ENV[*]}]=SSO_DAEMON_TIMEOUT=9999 wrappercheck-18 line 53: shift wrappercheck-18 line 28: '[' 43 -gt 1 ']' wrappercheck-18 line 28: '[' SSO_DEBUG=10 '!=' -- ']' wrappercheck-18 line 29: case "$1" in wrappercheck-18 line 47: ENV[${#ENV[*]}]=SSO_DEBUG=10 wrappercheck-18 line 53: shift wrappercheck-18 line 28: '[' 42 -gt 1 ']' wrappercheck-18 line 28: '[' SYSLOG_FILE=signond.log '!=' -- ']' wrappercheck-18 line 29: case "$1" in wrappercheck-18 line 47: ENV[${#ENV[*]}]=SYSLOG_FILE=signond.log wrappercheck-18 line 53: shift wrappercheck-18 line 28: '[' 41 -gt 1 ']' wrappercheck-18 line 28: '[' SSO_LOGGING_LEVEL=2 '!=' -- ']' wrappercheck-18 line 29: case "$1" in wrappercheck-18 line 47: ENV[${#ENV[*]}]=SSO_LOGGING_LEVEL=2 wrappercheck-18 line 53: shift wrappercheck-18 line 28: '[' 40 -gt 1 ']' wrappercheck-18 line 28: '[' signond '!=' -- ']' wrappercheck-18 line 29: case "$1" in wrappercheck-18 line 50: break wrappercheck-18 line 56: '[' 40 -gt 1 ']' wrappercheck-18 line 56: '[' signond '!=' -- ']' wrappercheck-18 line 57: BACKGROUND[${#BACKGROUND[*]}]=signond wrappercheck-18 line 58: shift wrappercheck-18 line 56: '[' 39 -gt 1 ']' wrappercheck-18 line 56: '[' -- '!=' -- ']' wrappercheck-18 line 60: shift wrappercheck-18 line 62: '[' signond.log ']' wrappercheck-18 line 62: '[' '' ']' wrappercheck-18 line 66: set +x *** starting signond as background daemon, output to signond.log wrappercheck-18 line 72: BACKGROUND_PID=23 wrappercheck-18 line 73: PIDS+=23 wrappercheck-18 line 70: set -x wrappercheck-18 line 70: exec wrappercheck-18 line 75: '[' signond.log ']' wrappercheck-18 line 75: '[' '' ']' wrappercheck-18 line 84: '[' com.google.code.AccountsSSO.SingleSignOn ']' wrappercheck-18 line 85: set +x *** waiting for daemon to connect to D-Bus as 'com.google.code.AccountsSSO.SingleSignOn' wrappercheck-18 line 93: kill -0 23 wrappercheck-18 line 94: set +e wrappercheck-18 line 95: '[' '' ']' wrappercheck-18 line 99: set -x wrappercheck-18 line 99: /data/runtests/work/sources/syncevolution/test/wrappercheck.sh --daemon-log dbus-monitor.log dbus-monitor interface=org.freedesktop.DBus -- /data/runtests/work/sources/syncevolution/test/wrappercheck.sh --daemon-log evolution-source-registry.log --daemon-sleep 5 --wait-for-dbus-daemon org.gnome.evolution.dataserver.Sources /usr/lib/evolution/evolution-source-registry -- /data/runtests/work/sources/syncevolution/test/wrappercheck.sh --daemon-log evolution-addressbook-factory.log --wait-for-dbus-daemon org.gnome.evolution.dataserver.AddressBook /usr/lib/evolution/evolution-addressbook-factory --keep-running -- /data/runtests/work/sources/syncevolution/test/wrappercheck.sh --daemon-log evolution-calendar-factory.log /usr/lib/evolution/evolution-calendar-factory --keep-running -- env LD_LIBRARY_PATH=build-synthesis/src/.libs:.libs:syncevo/.libs:gdbus/.libs:gdbusxx/.libs: PATH=backends/webdav:.:/home/nightly/bin:/home/nightly/testing:/usr/sbin:/sbin:/home/nightly/testing:/usr/sbin:/sbin:/home/nightly/bin:/usr/local/bin:/usr/bin:/bin:/usr/games:/usr/lib/mit/bin:/usr/lib/mit/sbin: /data/runtests/work/sources/syncevolution/test/valgrindcheck.sh ./client-test Client::Source::eds_contact Client::Source::eds_event Client::Source::eds_task Client::Source::eds_memo + PS4='wrappercheck-$$ line ${LINENO}: ' wrappercheck-36 line 16: PIDS= wrappercheck-36 line 18: trap '[ "" ] && kill -TERM ' TERM wrappercheck-36 line 19: trap '[ "" ] && kill -INT ' INT wrappercheck-36 line 21: DAEMON_LOG= wrappercheck-36 line 22: WAIT_FOR_DAEMON_OUTPUT= wrappercheck-36 line 23: WAIT_FOR_DBUS_DAEMON= wrappercheck-36 line 25: declare -a BACKGROUND wrappercheck-36 line 26: declare -a ENV wrappercheck-36 line 28: '[' 37 -gt 1 ']' wrappercheck-36 line 28: '[' --daemon-log '!=' -- ']' wrappercheck-36 line 29: case "$1" in wrappercheck-36 line 31: shift wrappercheck-36 line 32: DAEMON_LOG=dbus-monitor.log wrappercheck-36 line 53: shift wrappercheck-36 line 28: '[' 35 -gt 1 ']' wrappercheck-36 line 28: '[' dbus-monitor '!=' -- ']' wrappercheck-36 line 29: case "$1" in wrappercheck-36 line 50: break wrappercheck-36 line 56: '[' 35 -gt 1 ']' wrappercheck-36 line 56: '[' dbus-monitor '!=' -- ']' wrappercheck-36 line 57: BACKGROUND[${#BACKGROUND[*]}]=dbus-monitor wrappercheck-36 line 58: shift wrappercheck-36 line 56: '[' 34 -gt 1 ']' wrappercheck-36 line 56: '[' interface=org.freedesktop.DBus '!=' -- ']' wrappercheck-36 line 57: BACKGROUND[${#BACKGROUND[*]}]=interface=org.freedesktop.DBus wrappercheck-36 line 58: shift wrappercheck-36 line 56: '[' 33 -gt 1 ']' wrappercheck-36 line 56: '[' -- '!=' -- ']' wrappercheck-36 line 60: shift wrappercheck-36 line 62: '[' dbus-monitor.log ']' wrappercheck-36 line 62: '[' '' ']' wrappercheck-36 line 66: set +x *** starting dbus-monitor as background daemon, output to dbus-monitor.log wrappercheck-36 line 72: BACKGROUND_PID=38 wrappercheck-36 line 73: PIDS+=38 wrappercheck-36 line 75: '[' dbus-monitor.log ']' wrappercheck-36 line 75: '[' '' ']' wrappercheck-36 line 84: '[' '' ']' wrappercheck-36 line 93: kill -0 38 wrappercheck-36 line 94: set +e wrappercheck-36 line 95: '[' '' ']' wrappercheck-36 line 99: set -x wrappercheck-36 line 70: set -x wrappercheck-36 line 70: exec wrappercheck-36 line 99: /data/runtests/work/sources/syncevolution/test/wrappercheck.sh --daemon-log evolution-source-registry.log --daemon-sleep 5 --wait-for-dbus-daemon org.gnome.evolution.dataserver.Sources /usr/lib/evolution/evolution-source-registry -- /data/runtests/work/sources/syncevolution/test/wrappercheck.sh --daemon-log evolution-addressbook-factory.log --wait-for-dbus-daemon org.gnome.evolution.dataserver.AddressBook /usr/lib/evolution/evolution-addressbook-factory --keep-running -- /data/runtests/work/sources/syncevolution/test/wrappercheck.sh --daemon-log evolution-calendar-factory.log /usr/lib/evolution/evolution-calendar-factory --keep-running -- env LD_LIBRARY_PATH=build-synthesis/src/.libs:.libs:syncevo/.libs:gdbus/.libs:gdbusxx/.libs: PATH=backends/webdav:.:/home/nightly/bin:/home/nightly/testing:/usr/sbin:/sbin:/home/nightly/testing:/usr/sbin:/sbin:/home/nightly/bin:/usr/local/bin:/usr/bin:/bin:/usr/games:/usr/lib/mit/bin:/usr/lib/mit/sbin: /data/runtests/work/sources/syncevolution/test/valgrindcheck.sh ./client-test Client::Source::eds_contact Client::Source::eds_event Client::Source::eds_task Client::Source::eds_memo + PS4='wrappercheck-$$ line ${LINENO}: ' wrappercheck-40 line 16: PIDS= wrappercheck-40 line 18: trap '[ "" ] && kill -TERM ' TERM wrappercheck-40 line 19: trap '[ "" ] && kill -INT ' INT wrappercheck-40 line 21: DAEMON_LOG= wrappercheck-40 line 22: WAIT_FOR_DAEMON_OUTPUT= wrappercheck-40 line 23: WAIT_FOR_DBUS_DAEMON= wrappercheck-40 line 25: declare -a BACKGROUND wrappercheck-40 line 26: declare -a ENV wrappercheck-40 line 28: '[' 31 -gt 1 ']' wrappercheck-40 line 28: '[' --daemon-log '!=' -- ']' wrappercheck-40 line 29: case "$1" in wrappercheck-40 line 31: shift wrappercheck-40 line 32: DAEMON_LOG=evolution-source-registry.log wrappercheck-40 line 53: shift wrappercheck-40 line 28: '[' 29 -gt 1 ']' wrappercheck-40 line 28: '[' --daemon-sleep '!=' -- ']' wrappercheck-40 line 29: case "$1" in wrappercheck-40 line 43: shift wrappercheck-40 line 44: DAEMON_SLEEP=5 wrappercheck-40 line 53: shift wrappercheck-40 line 28: '[' 27 -gt 1 ']' wrappercheck-40 line 28: '[' --wait-for-dbus-daemon '!=' -- ']' wrappercheck-40 line 29: case "$1" in wrappercheck-40 line 35: shift wrappercheck-40 line 36: WAIT_FOR_DBUS_DAEMON=org.gnome.evolution.dataserver.Sources wrappercheck-40 line 53: shift wrappercheck-40 line 28: '[' 25 -gt 1 ']' wrappercheck-40 line 28: '[' /usr/lib/evolution/evolution-source-registry '!=' -- ']' wrappercheck-40 line 29: case "$1" in wrappercheck-40 line 50: break wrappercheck-40 line 56: '[' 25 -gt 1 ']' wrappercheck-40 line 56: '[' /usr/lib/evolution/evolution-source-registry '!=' -- ']' wrappercheck-40 line 57: BACKGROUND[${#BACKGROUND[*]}]=/usr/lib/evolution/evolution-source-registry wrappercheck-40 line 58: shift wrappercheck-40 line 56: '[' 24 -gt 1 ']' wrappercheck-40 line 56: '[' -- '!=' -- ']' wrappercheck-40 line 60: shift wrappercheck-40 line 62: '[' evolution-source-registry.log ']' wrappercheck-40 line 62: '[' '' ']' wrappercheck-40 line 66: set +x *** starting /usr/lib/evolution/evolution-source-registry as background daemon, output to evolution-source-registry.log wrappercheck-40 line 72: BACKGROUND_PID=45 wrappercheck-40 line 73: PIDS+=45 wrappercheck-40 line 70: set -x wrappercheck-40 line 75: '[' evolution-source-registry.log ']' wrappercheck-40 line 75: '[' '' ']' wrappercheck-40 line 70: exec wrappercheck-40 line 84: '[' org.gnome.evolution.dataserver.Sources ']' wrappercheck-40 line 85: set +x *** waiting for daemon to connect to D-Bus as 'org.gnome.evolution.dataserver.Sources' wrappercheck-40 line 93: kill -0 45 wrappercheck-40 line 94: set +e wrappercheck-40 line 95: '[' 5 ']' wrappercheck-40 line 96: set +x *** 'sleep 5' for daemon to settle down wrappercheck-40 line 97: sleep 5 wrappercheck-40 line 99: set -x wrappercheck-40 line 99: /data/runtests/work/sources/syncevolution/test/wrappercheck.sh --daemon-log evolution-addressbook-factory.log --wait-for-dbus-daemon org.gnome.evolution.dataserver.AddressBook /usr/lib/evolution/evolution-addressbook-factory --keep-running -- /data/runtests/work/sources/syncevolution/test/wrappercheck.sh --daemon-log evolution-calendar-factory.log /usr/lib/evolution/evolution-calendar-factory --keep-running -- env LD_LIBRARY_PATH=build-synthesis/src/.libs:.libs:syncevo/.libs:gdbus/.libs:gdbusxx/.libs: PATH=backends/webdav:.:/home/nightly/bin:/home/nightly/testing:/usr/sbin:/sbin:/home/nightly/testing:/usr/sbin:/sbin:/home/nightly/bin:/usr/local/bin:/usr/bin:/bin:/usr/games:/usr/lib/mit/bin:/usr/lib/mit/sbin: /data/runtests/work/sources/syncevolution/test/valgrindcheck.sh ./client-test Client::Source::eds_contact Client::Source::eds_event Client::Source::eds_task Client::Source::eds_memo + PS4='wrappercheck-$$ line ${LINENO}: ' wrappercheck-65 line 16: PIDS= wrappercheck-65 line 18: trap '[ "" ] && kill -TERM ' TERM wrappercheck-65 line 19: trap '[ "" ] && kill -INT ' INT wrappercheck-65 line 21: DAEMON_LOG= wrappercheck-65 line 22: WAIT_FOR_DAEMON_OUTPUT= wrappercheck-65 line 23: WAIT_FOR_DBUS_DAEMON= wrappercheck-65 line 25: declare -a BACKGROUND wrappercheck-65 line 26: declare -a ENV wrappercheck-65 line 28: '[' 22 -gt 1 ']' wrappercheck-65 line 28: '[' --daemon-log '!=' -- ']' wrappercheck-65 line 29: case "$1" in wrappercheck-65 line 31: shift wrappercheck-65 line 32: DAEMON_LOG=evolution-addressbook-factory.log wrappercheck-65 line 53: shift wrappercheck-65 line 28: '[' 20 -gt 1 ']' wrappercheck-65 line 28: '[' --wait-for-dbus-daemon '!=' -- ']' wrappercheck-65 line 29: case "$1" in wrappercheck-65 line 35: shift wrappercheck-65 line 36: WAIT_FOR_DBUS_DAEMON=org.gnome.evolution.dataserver.AddressBook wrappercheck-65 line 53: shift wrappercheck-65 line 28: '[' 18 -gt 1 ']' wrappercheck-65 line 28: '[' /usr/lib/evolution/evolution-addressbook-factory '!=' -- ']' wrappercheck-65 line 29: case "$1" in wrappercheck-65 line 50: break wrappercheck-65 line 56: '[' 18 -gt 1 ']' wrappercheck-65 line 56: '[' /usr/lib/evolution/evolution-addressbook-factory '!=' -- ']' wrappercheck-65 line 57: BACKGROUND[${#BACKGROUND[*]}]=/usr/lib/evolution/evolution-addressbook-factory wrappercheck-65 line 58: shift wrappercheck-65 line 56: '[' 17 -gt 1 ']' wrappercheck-65 line 56: '[' --keep-running '!=' -- ']' wrappercheck-65 line 57: BACKGROUND[${#BACKGROUND[*]}]=--keep-running wrappercheck-65 line 58: shift wrappercheck-65 line 56: '[' 16 -gt 1 ']' wrappercheck-65 line 56: '[' -- '!=' -- ']' wrappercheck-65 line 60: shift wrappercheck-65 line 62: '[' evolution-addressbook-factory.log ']' wrappercheck-65 line 62: '[' '' ']' wrappercheck-65 line 66: set +x *** starting /usr/lib/evolution/evolution-addressbook-factory as background daemon, output to evolution-addressbook-factory.log wrappercheck-65 line 72: BACKGROUND_PID=67 wrappercheck-65 line 73: PIDS+=67 wrappercheck-65 line 75: '[' evolution-addressbook-factory.log ']' wrappercheck-65 line 75: '[' '' ']' wrappercheck-65 line 84: '[' org.gnome.evolution.dataserver.AddressBook ']' wrappercheck-65 line 85: set +x *** waiting for daemon to connect to D-Bus as 'org.gnome.evolution.dataserver.AddressBook' wrappercheck-65 line 70: set -x wrappercheck-65 line 70: exec wrappercheck-65 line 93: kill -0 67 wrappercheck-65 line 94: set +e wrappercheck-65 line 95: '[' '' ']' wrappercheck-65 line 99: set -x wrappercheck-65 line 99: /data/runtests/work/sources/syncevolution/test/wrappercheck.sh --daemon-log evolution-calendar-factory.log /usr/lib/evolution/evolution-calendar-factory --keep-running -- env LD_LIBRARY_PATH=build-synthesis/src/.libs:.libs:syncevo/.libs:gdbus/.libs:gdbusxx/.libs: PATH=backends/webdav:.:/home/nightly/bin:/home/nightly/testing:/usr/sbin:/sbin:/home/nightly/testing:/usr/sbin:/sbin:/home/nightly/bin:/usr/local/bin:/usr/bin:/bin:/usr/games:/usr/lib/mit/bin:/usr/lib/mit/sbin: /data/runtests/work/sources/syncevolution/test/valgrindcheck.sh ./client-test Client::Source::eds_contact Client::Source::eds_event Client::Source::eds_task Client::Source::eds_memo + PS4='wrappercheck-$$ line ${LINENO}: ' wrappercheck-85 line 16: PIDS= wrappercheck-85 line 18: trap '[ "" ] && kill -TERM ' TERM wrappercheck-85 line 19: trap '[ "" ] && kill -INT ' INT wrappercheck-85 line 21: DAEMON_LOG= wrappercheck-85 line 22: WAIT_FOR_DAEMON_OUTPUT= wrappercheck-85 line 23: WAIT_FOR_DBUS_DAEMON= wrappercheck-85 line 25: declare -a BACKGROUND wrappercheck-85 line 26: declare -a ENV wrappercheck-85 line 28: '[' 14 -gt 1 ']' wrappercheck-85 line 28: '[' --daemon-log '!=' -- ']' wrappercheck-85 line 29: case "$1" in wrappercheck-85 line 31: shift wrappercheck-85 line 32: DAEMON_LOG=evolution-calendar-factory.log wrappercheck-85 line 53: shift wrappercheck-85 line 28: '[' 12 -gt 1 ']' wrappercheck-85 line 28: '[' /usr/lib/evolution/evolution-calendar-factory '!=' -- ']' wrappercheck-85 line 29: case "$1" in wrappercheck-85 line 50: break wrappercheck-85 line 56: '[' 12 -gt 1 ']' wrappercheck-85 line 56: '[' /usr/lib/evolution/evolution-calendar-factory '!=' -- ']' wrappercheck-85 line 57: BACKGROUND[${#BACKGROUND[*]}]=/usr/lib/evolution/evolution-calendar-factory wrappercheck-85 line 58: shift wrappercheck-85 line 56: '[' 11 -gt 1 ']' wrappercheck-85 line 56: '[' --keep-running '!=' -- ']' wrappercheck-85 line 57: BACKGROUND[${#BACKGROUND[*]}]=--keep-running wrappercheck-85 line 58: shift wrappercheck-85 line 56: '[' 10 -gt 1 ']' wrappercheck-85 line 56: '[' -- '!=' -- ']' wrappercheck-85 line 60: shift wrappercheck-85 line 62: '[' evolution-calendar-factory.log ']' wrappercheck-85 line 62: '[' '' ']' wrappercheck-85 line 66: set +x *** starting /usr/lib/evolution/evolution-calendar-factory as background daemon, output to evolution-calendar-factory.log wrappercheck-85 line 72: BACKGROUND_PID=87 wrappercheck-85 line 73: PIDS+=87 wrappercheck-85 line 75: '[' evolution-calendar-factory.log ']' wrappercheck-85 line 75: '[' '' ']' wrappercheck-85 line 84: '[' '' ']' wrappercheck-85 line 93: kill -0 87 wrappercheck-85 line 94: set +e wrappercheck-85 line 95: '[' '' ']' wrappercheck-85 line 70: set -x wrappercheck-85 line 70: exec wrappercheck-85 line 99: set -x wrappercheck-85 line 99: env LD_LIBRARY_PATH=build-synthesis/src/.libs:.libs:syncevo/.libs:gdbus/.libs:gdbusxx/.libs: PATH=backends/webdav:.:/home/nightly/bin:/home/nightly/testing:/usr/sbin:/sbin:/home/nightly/testing:/usr/sbin:/sbin:/home/nightly/bin:/usr/local/bin:/usr/bin:/bin:/usr/games:/usr/lib/mit/bin:/usr/lib/mit/sbin: /data/runtests/work/sources/syncevolution/test/valgrindcheck.sh ./client-test Client::Source::eds_contact Client::Source::eds_event Client::Source::eds_task Client::Source::eds_memo *** starting ./client-test under valgrind, output to stdout + [ ] + exec env GLIBCXX_FORCE_NEW=1 G_SLICE=always-malloc G_DEBUG=gc-friendly valgrind --show-possibly-lost=no --suppressions=/data/runtests/work/sources/syncevolution/test/sys.supp --suppressions=/data/runtests/work/sources/syncevolution/test/evo.supp --num-callers=30 --trace-children=yes --trace-children-skip=*synclog2html,*synccompare*,*akonadi_*resource,*akonadi_*agent,*akonadi_*feeder,*akonadiserver*,/bin/ls,/bin/sed,/bin/cp,/bin/rm,/usr/bin/kdeinit4,/usr/bin/perl,*/modify-remote,*/modify-local,*/mktemp,*/nslookup,*/host,*/adnshost,*/grep --suppressions=/data/runtests/work/sources/activesyncd/sys.supp --gen-suppressions=all --log-file=/data/runtests/work/downstream-xenial-amd64/tests/eds/valgrind.p90.c%p.out ./client-test Client::Source::eds_contact Client::Source::eds_event Client::Source::eds_task Client::Source::eds_memo Client::Source::eds_event::testOpen okay Client::Source::eds_event::testIterateTwice okay Client::Source::eds_event::testDelete404 okay Client::Source::eds_event::testReadItem404 okay Client::Source::eds_event::testSimpleInsert okay Client::Source::eds_event::testLocalDeleteAll okay Client::Source::eds_event::testComplexInsert okay Client::Source::eds_event::testInsertTwice okay Client::Source::eds_event::testLocalUpdate okay Client::Source::eds_event::testChanges okay Client::Source::eds_event::testChangesMultiCycles okay Client::Source::eds_event::testImport okay Client::Source::eds_event::testImportDelete okay Client::Source::eds_event::testRemoveProperties okay Client::Source::eds_event::testManyChanges okay Client::Source::eds_event::LinkedItemsDefault::testLinkedItemsParent okay Client::Source::eds_event::LinkedItemsDefault::testLinkedItemsChild okay Client::Source::eds_event::LinkedItemsDefault::testLinkedItemsParentChild okay Client::Source::eds_event::LinkedItemsDefault::testLinkedItemsInsertBothUpdateChildNoIDs okay Client::Source::eds_event::LinkedItemsDefault::testLinkedItemsChildParent okay Client::Source::eds_event::LinkedItemsDefault::testLinkedItemsChildChangesParent okay Client::Source::eds_event::LinkedItemsDefault::testLinkedItemsRemoveParentFirst okay Client::Source::eds_event::LinkedItemsDefault::testLinkedItemsRemoveNormal okay Client::Source::eds_event::LinkedItemsDefault::testLinkedItemsInsertParentTwice okay Client::Source::eds_event::LinkedItemsDefault::testLinkedItemsInsertChildTwice okay Client::Source::eds_event::LinkedItemsDefault::testLinkedItemsParentUpdate okay Client::Source::eds_event::LinkedItemsDefault::testLinkedItemsUpdateChild okay Client::Source::eds_event::LinkedItemsDefault::testLinkedItemsUpdateChildNoIDs okay Client::Source::eds_event::LinkedItemsDefault::testLinkedItemsInsertBothUpdateChild okay Client::Source::eds_event::LinkedItemsDefault::testLinkedItemsInsertBothUpdateParent okay Client::Source::eds_event::LinkedItemsDefault::testLinkedItemsSingle404 okay Client::Source::eds_event::LinkedItemsDefault::testLinkedItemsMany404 okay Client::Source::eds_event::LinkedItemsWithVALARM::testLinkedItemsParent okay Client::Source::eds_event::LinkedItemsWithVALARM::testLinkedItemsChild okay Client::Source::eds_event::LinkedItemsWithVALARM::testLinkedItemsParentChild okay Client::Source::eds_event::LinkedItemsWithVALARM::testLinkedItemsInsertBothUpdateChildNoIDs okay Client::Source::eds_event::LinkedItemsWithVALARM::testLinkedItemsChildParent okay Client::Source::eds_event::LinkedItemsWithVALARM::testLinkedItemsChildChangesParent okay Client::Source::eds_event::LinkedItemsWithVALARM::testLinkedItemsRemoveParentFirst okay Client::Source::eds_event::LinkedItemsWithVALARM::testLinkedItemsRemoveNormal okay Client::Source::eds_event::LinkedItemsWithVALARM::testLinkedItemsInsertParentTwice okay Client::Source::eds_event::LinkedItemsWithVALARM::testLinkedItemsInsertChildTwice okay Client::Source::eds_event::LinkedItemsWithVALARM::testLinkedItemsParentUpdate okay Client::Source::eds_event::LinkedItemsWithVALARM::testLinkedItemsUpdateChild okay Client::Source::eds_event::LinkedItemsWithVALARM::testLinkedItemsUpdateChildNoIDs okay Client::Source::eds_event::LinkedItemsWithVALARM::testLinkedItemsInsertBothUpdateChild okay Client::Source::eds_event::LinkedItemsWithVALARM::testLinkedItemsInsertBothUpdateParent okay Client::Source::eds_event::LinkedItemsAllDay::testLinkedItemsParent okay Client::Source::eds_event::LinkedItemsAllDay::testLinkedItemsChild okay Client::Source::eds_event::LinkedItemsAllDay::testLinkedItemsParentChild okay Client::Source::eds_event::LinkedItemsAllDay::testLinkedItemsInsertBothUpdateChildNoIDs okay Client::Source::eds_event::LinkedItemsAllDay::testLinkedItemsChildParent okay Client::Source::eds_event::LinkedItemsAllDay::testLinkedItemsChildChangesParent okay Client::Source::eds_event::LinkedItemsAllDay::testLinkedItemsRemoveParentFirst okay Client::Source::eds_event::LinkedItemsAllDay::testLinkedItemsRemoveNormal okay Client::Source::eds_event::LinkedItemsAllDay::testLinkedItemsInsertParentTwice okay Client::Source::eds_event::LinkedItemsAllDay::testLinkedItemsInsertChildTwice okay Client::Source::eds_event::LinkedItemsAllDay::testLinkedItemsParentUpdate okay Client::Source::eds_event::LinkedItemsAllDay::testLinkedItemsUpdateChild okay Client::Source::eds_event::LinkedItemsAllDay::testLinkedItemsUpdateChildNoIDs okay Client::Source::eds_event::LinkedItemsAllDay::testLinkedItemsInsertBothUpdateChild okay Client::Source::eds_event::LinkedItemsAllDay::testLinkedItemsInsertBothUpdateParent okay Client::Source::eds_event::LinkedItemsNoTZ::testLinkedItemsParent okay Client::Source::eds_event::LinkedItemsNoTZ::testLinkedItemsChild okay Client::Source::eds_event::LinkedItemsNoTZ::testLinkedItemsParentChild okay Client::Source::eds_event::LinkedItemsNoTZ::testLinkedItemsInsertBothUpdateChildNoIDs okay Client::Source::eds_event::LinkedItemsNoTZ::testLinkedItemsChildParent okay Client::Source::eds_event::LinkedItemsNoTZ::testLinkedItemsChildChangesParent okay Client::Source::eds_event::LinkedItemsNoTZ::testLinkedItemsRemoveParentFirst okay Client::Source::eds_event::LinkedItemsNoTZ::testLinkedItemsRemoveNormal okay Client::Source::eds_event::LinkedItemsNoTZ::testLinkedItemsInsertParentTwice okay Client::Source::eds_event::LinkedItemsNoTZ::testLinkedItemsInsertChildTwice okay Client::Source::eds_event::LinkedItemsNoTZ::testLinkedItemsParentUpdate okay Client::Source::eds_event::LinkedItemsNoTZ::testLinkedItemsUpdateChild okay Client::Source::eds_event::LinkedItemsNoTZ::testLinkedItemsUpdateChildNoIDs okay Client::Source::eds_event::LinkedItemsNoTZ::testLinkedItemsInsertBothUpdateChild okay Client::Source::eds_event::LinkedItemsNoTZ::testLinkedItemsInsertBothUpdateParent okay Client::Source::eds_task::testOpen okay Client::Source::eds_task::testIterateTwice okay Client::Source::eds_task::testDelete404 okay Client::Source::eds_task::testReadItem404 okay Client::Source::eds_task::testSimpleInsert okay Client::Source::eds_task::testLocalDeleteAll okay Client::Source::eds_task::testComplexInsert okay Client::Source::eds_task::testInsertTwice okay Client::Source::eds_task::testLocalUpdate okay Client::Source::eds_task::testChanges okay Client::Source::eds_task::testChangesMultiCycles okay Client::Source::eds_task::testImport okay Client::Source::eds_task::testImportDelete okay Client::Source::eds_task::testRemoveProperties okay Client::Source::eds_task::testManyChanges okay Client::Source::eds_contact::testOpen okay Client::Source::eds_contact::testIterateTwice okay Client::Source::eds_contact::testDelete404 okay Client::Source::eds_contact::testReadItem404 okay Client::Source::eds_contact::testSimpleInsert okay Client::Source::eds_contact::testLocalDeleteAll okay Client::Source::eds_contact::testComplexInsert okay Client::Source::eds_contact::testLocalUpdate okay Client::Source::eds_contact::testChanges okay Client::Source::eds_contact::testChangesMultiCycles okay Client::Source::eds_contact::testImport okay Client::Source::eds_contact::testImportDelete okay Client::Source::eds_contact::testRemoveProperties okay Client::Source::eds_contact::testManyChanges okay Client::Source::eds_memo::testOpen okay Client::Source::eds_memo::testIterateTwice okay Client::Source::eds_memo::testDelete404 okay Client::Source::eds_memo::testReadItem404 okay Client::Source::eds_memo::testSimpleInsert okay Client::Source::eds_memo::testLocalDeleteAll okay Client::Source::eds_memo::testComplexInsert okay Client::Source::eds_memo::testLocalUpdate okay Client::Source::eds_memo::testChanges okay Client::Source::eds_memo::testChangesMultiCycles okay Client::Source::eds_memo::testImport okay Client::Source::eds_memo::testImportDelete okay Client::Source::eds_memo::testRemoveProperties okay Client::Source::eds_memo::testManyChanges okay OKvalgrindcheck (90): './client-test Client::Source::eds_contact Client::Source::eds_event Client::Source::eds_task Client::Source::eds_memo' (96): returned 0 ==102== Memcheck, a memory error detector ==102== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==102== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==102== Command: ./client-test Client::Source::eds_event::testOpen ==102== Parent PID: 96 ==102== --102-- WARNING: Serious error when reading debug info --102-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --102-- Ignoring non-Dwarf2/3/4 block in .debug_info --102-- WARNING: Serious error when reading debug info --102-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --102-- Last block truncated in .debug_info; ignoring --102-- WARNING: Serious error when reading debug info --102-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --102-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --102-- WARNING: Serious error when reading debug info --102-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --102-- Ignoring non-Dwarf2/3/4 block in .debug_info --102-- WARNING: Serious error when reading debug info --102-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --102-- Last block truncated in .debug_info; ignoring --102-- WARNING: Serious error when reading debug info --102-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --102-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --102-- WARNING: Serious error when reading debug info --102-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --102-- Ignoring non-Dwarf2/3/4 block in .debug_info --102-- WARNING: Serious error when reading debug info --102-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --102-- Last block truncated in .debug_info; ignoring --102-- WARNING: Serious error when reading debug info --102-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --102-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --102-- WARNING: Serious error when reading debug info --102-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --102-- Ignoring non-Dwarf2/3/4 block in .debug_info --102-- WARNING: Serious error when reading debug info --102-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --102-- Last block truncated in .debug_info; ignoring --102-- WARNING: Serious error when reading debug info --102-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --102-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --102-- WARNING: Serious error when reading debug info --102-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --102-- Ignoring non-Dwarf2/3/4 block in .debug_info --102-- WARNING: Serious error when reading debug info --102-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --102-- Last block truncated in .debug_info; ignoring --102-- WARNING: Serious error when reading debug info --102-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --102-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --102-- WARNING: Serious error when reading debug info --102-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --102-- Ignoring non-Dwarf2/3/4 block in .debug_info --102-- WARNING: Serious error when reading debug info --102-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --102-- Last block truncated in .debug_info; ignoring --102-- WARNING: Serious error when reading debug info --102-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --102-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --102-- WARNING: Serious error when reading debug info --102-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --102-- Ignoring non-Dwarf2/3/4 block in .debug_info --102-- WARNING: Serious error when reading debug info --102-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --102-- Last block truncated in .debug_info; ignoring --102-- WARNING: Serious error when reading debug info --102-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --102-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --102-- WARNING: Serious error when reading debug info --102-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --102-- Ignoring non-Dwarf2/3/4 block in .debug_info --102-- WARNING: Serious error when reading debug info --102-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --102-- Last block truncated in .debug_info; ignoring --102-- WARNING: Serious error when reading debug info --102-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --102-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --102-- WARNING: Serious error when reading debug info --102-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --102-- Ignoring non-Dwarf2/3/4 block in .debug_info --102-- WARNING: Serious error when reading debug info --102-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --102-- Last block truncated in .debug_info; ignoring --102-- WARNING: Serious error when reading debug info --102-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --102-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --102-- WARNING: Serious error when reading debug info --102-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --102-- Ignoring non-Dwarf2/3/4 block in .debug_info --102-- WARNING: Serious error when reading debug info --102-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --102-- Last block truncated in .debug_info; ignoring --102-- WARNING: Serious error when reading debug info --102-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --102-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --102-- WARNING: Serious error when reading debug info --102-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --102-- Ignoring non-Dwarf2/3/4 block in .debug_info --102-- WARNING: Serious error when reading debug info --102-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --102-- Last block truncated in .debug_info; ignoring --102-- WARNING: Serious error when reading debug info --102-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --102-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --102-- WARNING: Serious error when reading debug info --102-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --102-- Ignoring non-Dwarf2/3/4 block in .debug_info --102-- WARNING: Serious error when reading debug info --102-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --102-- Last block truncated in .debug_info; ignoring --102-- WARNING: Serious error when reading debug info --102-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --102-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --102-- WARNING: Serious error when reading debug info --102-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --102-- Ignoring non-Dwarf2/3/4 block in .debug_info --102-- WARNING: Serious error when reading debug info --102-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --102-- Last block truncated in .debug_info; ignoring --102-- WARNING: Serious error when reading debug info --102-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --102-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==102== ==102== HEAP SUMMARY: ==102== in use at exit: 685,402 bytes in 5,742 blocks ==102== total heap usage: 103,277 allocs, 97,535 frees, 9,966,111 bytes allocated ==102== ==102== LEAK SUMMARY: ==102== definitely lost: 0 bytes in 0 blocks ==102== indirectly lost: 0 bytes in 0 blocks ==102== possibly lost: 1,104 bytes in 4 blocks ==102== still reachable: 262,027 bytes in 544 blocks ==102== of which reachable via heuristic: ==102== length64 : 4,504 bytes in 73 blocks ==102== newarray : 2,032 bytes in 47 blocks ==102== suppressed: 360,863 bytes in 4,729 blocks ==102== Rerun with --leak-check=full to see details of leaked memory ==102== ==102== For counts of detected and suppressed errors, rerun with: -v ==102== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==1050== Memcheck, a memory error detector ==1050== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==1050== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==1050== Command: ./client-test Client::Source::eds_event::LinkedItemsDefault::testLinkedItemsParentChild ==1050== Parent PID: 96 ==1050== --1050-- WARNING: Serious error when reading debug info --1050-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --1050-- Ignoring non-Dwarf2/3/4 block in .debug_info --1050-- WARNING: Serious error when reading debug info --1050-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --1050-- Last block truncated in .debug_info; ignoring --1050-- WARNING: Serious error when reading debug info --1050-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --1050-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1050-- WARNING: Serious error when reading debug info --1050-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --1050-- Ignoring non-Dwarf2/3/4 block in .debug_info --1050-- WARNING: Serious error when reading debug info --1050-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --1050-- Last block truncated in .debug_info; ignoring --1050-- WARNING: Serious error when reading debug info --1050-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --1050-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1050-- WARNING: Serious error when reading debug info --1050-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --1050-- Ignoring non-Dwarf2/3/4 block in .debug_info --1050-- WARNING: Serious error when reading debug info --1050-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --1050-- Last block truncated in .debug_info; ignoring --1050-- WARNING: Serious error when reading debug info --1050-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --1050-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1050-- WARNING: Serious error when reading debug info --1050-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --1050-- Ignoring non-Dwarf2/3/4 block in .debug_info --1050-- WARNING: Serious error when reading debug info --1050-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --1050-- Last block truncated in .debug_info; ignoring --1050-- WARNING: Serious error when reading debug info --1050-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --1050-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1050-- WARNING: Serious error when reading debug info --1050-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --1050-- Ignoring non-Dwarf2/3/4 block in .debug_info --1050-- WARNING: Serious error when reading debug info --1050-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --1050-- Last block truncated in .debug_info; ignoring --1050-- WARNING: Serious error when reading debug info --1050-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --1050-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1050-- WARNING: Serious error when reading debug info --1050-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --1050-- Ignoring non-Dwarf2/3/4 block in .debug_info --1050-- WARNING: Serious error when reading debug info --1050-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --1050-- Last block truncated in .debug_info; ignoring --1050-- WARNING: Serious error when reading debug info --1050-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --1050-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1050-- WARNING: Serious error when reading debug info --1050-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --1050-- Ignoring non-Dwarf2/3/4 block in .debug_info --1050-- WARNING: Serious error when reading debug info --1050-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --1050-- Last block truncated in .debug_info; ignoring --1050-- WARNING: Serious error when reading debug info --1050-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --1050-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1050-- WARNING: Serious error when reading debug info --1050-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --1050-- Ignoring non-Dwarf2/3/4 block in .debug_info --1050-- WARNING: Serious error when reading debug info --1050-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --1050-- Last block truncated in .debug_info; ignoring --1050-- WARNING: Serious error when reading debug info --1050-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --1050-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1050-- WARNING: Serious error when reading debug info --1050-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --1050-- Ignoring non-Dwarf2/3/4 block in .debug_info --1050-- WARNING: Serious error when reading debug info --1050-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --1050-- Last block truncated in .debug_info; ignoring --1050-- WARNING: Serious error when reading debug info --1050-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --1050-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1050-- WARNING: Serious error when reading debug info --1050-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --1050-- Ignoring non-Dwarf2/3/4 block in .debug_info --1050-- WARNING: Serious error when reading debug info --1050-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --1050-- Last block truncated in .debug_info; ignoring --1050-- WARNING: Serious error when reading debug info --1050-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --1050-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1050-- WARNING: Serious error when reading debug info --1050-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --1050-- Ignoring non-Dwarf2/3/4 block in .debug_info --1050-- WARNING: Serious error when reading debug info --1050-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --1050-- Last block truncated in .debug_info; ignoring --1050-- WARNING: Serious error when reading debug info --1050-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --1050-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1050-- WARNING: Serious error when reading debug info --1050-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --1050-- Ignoring non-Dwarf2/3/4 block in .debug_info --1050-- WARNING: Serious error when reading debug info --1050-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --1050-- Last block truncated in .debug_info; ignoring --1050-- WARNING: Serious error when reading debug info --1050-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --1050-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1050-- WARNING: Serious error when reading debug info --1050-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --1050-- Ignoring non-Dwarf2/3/4 block in .debug_info --1050-- WARNING: Serious error when reading debug info --1050-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --1050-- Last block truncated in .debug_info; ignoring --1050-- WARNING: Serious error when reading debug info --1050-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --1050-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==1050== ==1050== HEAP SUMMARY: ==1050== in use at exit: 848,080 bytes in 8,363 blocks ==1050== total heap usage: 325,377 allocs, 317,014 frees, 26,049,234 bytes allocated ==1050== ==1050== LEAK SUMMARY: ==1050== definitely lost: 0 bytes in 0 blocks ==1050== indirectly lost: 0 bytes in 0 blocks ==1050== possibly lost: 1,104 bytes in 4 blocks ==1050== still reachable: 418,455 bytes in 3,054 blocks ==1050== of which reachable via heuristic: ==1050== length64 : 4,744 bytes in 76 blocks ==1050== newarray : 2,048 bytes in 48 blocks ==1050== suppressed: 365,329 bytes in 4,820 blocks ==1050== Rerun with --leak-check=full to see details of leaked memory ==1050== ==1050== For counts of detected and suppressed errors, rerun with: -v ==1050== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==1123== Memcheck, a memory error detector ==1123== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==1123== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==1123== Command: ./client-test Client::Source::eds_event::LinkedItemsDefault::testLinkedItemsInsertBothUpdateChildNoIDs ==1123== Parent PID: 96 ==1123== --1123-- WARNING: Serious error when reading debug info --1123-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --1123-- Ignoring non-Dwarf2/3/4 block in .debug_info --1123-- WARNING: Serious error when reading debug info --1123-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --1123-- Last block truncated in .debug_info; ignoring --1123-- WARNING: Serious error when reading debug info --1123-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --1123-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1123-- WARNING: Serious error when reading debug info --1123-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --1123-- Ignoring non-Dwarf2/3/4 block in .debug_info --1123-- WARNING: Serious error when reading debug info --1123-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --1123-- Last block truncated in .debug_info; ignoring --1123-- WARNING: Serious error when reading debug info --1123-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --1123-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1123-- WARNING: Serious error when reading debug info --1123-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --1123-- Ignoring non-Dwarf2/3/4 block in .debug_info --1123-- WARNING: Serious error when reading debug info --1123-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --1123-- Last block truncated in .debug_info; ignoring --1123-- WARNING: Serious error when reading debug info --1123-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --1123-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1123-- WARNING: Serious error when reading debug info --1123-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --1123-- Ignoring non-Dwarf2/3/4 block in .debug_info --1123-- WARNING: Serious error when reading debug info --1123-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --1123-- Last block truncated in .debug_info; ignoring --1123-- WARNING: Serious error when reading debug info --1123-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --1123-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1123-- WARNING: Serious error when reading debug info --1123-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --1123-- Ignoring non-Dwarf2/3/4 block in .debug_info --1123-- WARNING: Serious error when reading debug info --1123-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --1123-- Last block truncated in .debug_info; ignoring --1123-- WARNING: Serious error when reading debug info --1123-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --1123-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1123-- WARNING: Serious error when reading debug info --1123-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --1123-- Ignoring non-Dwarf2/3/4 block in .debug_info --1123-- WARNING: Serious error when reading debug info --1123-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --1123-- Last block truncated in .debug_info; ignoring --1123-- WARNING: Serious error when reading debug info --1123-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --1123-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1123-- WARNING: Serious error when reading debug info --1123-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --1123-- Ignoring non-Dwarf2/3/4 block in .debug_info --1123-- WARNING: Serious error when reading debug info --1123-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --1123-- Last block truncated in .debug_info; ignoring --1123-- WARNING: Serious error when reading debug info --1123-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --1123-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1123-- WARNING: Serious error when reading debug info --1123-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --1123-- Ignoring non-Dwarf2/3/4 block in .debug_info --1123-- WARNING: Serious error when reading debug info --1123-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --1123-- Last block truncated in .debug_info; ignoring --1123-- WARNING: Serious error when reading debug info --1123-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --1123-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1123-- WARNING: Serious error when reading debug info --1123-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --1123-- Ignoring non-Dwarf2/3/4 block in .debug_info --1123-- WARNING: Serious error when reading debug info --1123-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --1123-- Last block truncated in .debug_info; ignoring --1123-- WARNING: Serious error when reading debug info --1123-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --1123-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1123-- WARNING: Serious error when reading debug info --1123-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --1123-- Ignoring non-Dwarf2/3/4 block in .debug_info --1123-- WARNING: Serious error when reading debug info --1123-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --1123-- Last block truncated in .debug_info; ignoring --1123-- WARNING: Serious error when reading debug info --1123-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --1123-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1123-- WARNING: Serious error when reading debug info --1123-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --1123-- Ignoring non-Dwarf2/3/4 block in .debug_info --1123-- WARNING: Serious error when reading debug info --1123-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --1123-- Last block truncated in .debug_info; ignoring --1123-- WARNING: Serious error when reading debug info --1123-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --1123-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1123-- WARNING: Serious error when reading debug info --1123-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --1123-- Ignoring non-Dwarf2/3/4 block in .debug_info --1123-- WARNING: Serious error when reading debug info --1123-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --1123-- Last block truncated in .debug_info; ignoring --1123-- WARNING: Serious error when reading debug info --1123-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --1123-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1123-- WARNING: Serious error when reading debug info --1123-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --1123-- Ignoring non-Dwarf2/3/4 block in .debug_info --1123-- WARNING: Serious error when reading debug info --1123-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --1123-- Last block truncated in .debug_info; ignoring --1123-- WARNING: Serious error when reading debug info --1123-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --1123-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==1123== ==1123== HEAP SUMMARY: ==1123== in use at exit: 846,045 bytes in 8,310 blocks ==1123== total heap usage: 272,959 allocs, 264,649 frees, 23,449,603 bytes allocated ==1123== ==1123== LEAK SUMMARY: ==1123== definitely lost: 0 bytes in 0 blocks ==1123== indirectly lost: 0 bytes in 0 blocks ==1123== possibly lost: 1,104 bytes in 4 blocks ==1123== still reachable: 418,191 bytes in 3,049 blocks ==1123== of which reachable via heuristic: ==1123== length64 : 4,744 bytes in 76 blocks ==1123== newarray : 2,048 bytes in 48 blocks ==1123== suppressed: 363,558 bytes in 4,772 blocks ==1123== Rerun with --leak-check=full to see details of leaked memory ==1123== ==1123== For counts of detected and suppressed errors, rerun with: -v ==1123== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==1186== Memcheck, a memory error detector ==1186== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==1186== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==1186== Command: ./client-test Client::Source::eds_event::LinkedItemsDefault::testLinkedItemsChildParent ==1186== Parent PID: 96 ==1186== --1186-- WARNING: Serious error when reading debug info --1186-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --1186-- Ignoring non-Dwarf2/3/4 block in .debug_info --1186-- WARNING: Serious error when reading debug info --1186-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --1186-- Last block truncated in .debug_info; ignoring --1186-- WARNING: Serious error when reading debug info --1186-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --1186-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1186-- WARNING: Serious error when reading debug info --1186-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --1186-- Ignoring non-Dwarf2/3/4 block in .debug_info --1186-- WARNING: Serious error when reading debug info --1186-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --1186-- Last block truncated in .debug_info; ignoring --1186-- WARNING: Serious error when reading debug info --1186-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --1186-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1186-- WARNING: Serious error when reading debug info --1186-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --1186-- Ignoring non-Dwarf2/3/4 block in .debug_info --1186-- WARNING: Serious error when reading debug info --1186-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --1186-- Last block truncated in .debug_info; ignoring --1186-- WARNING: Serious error when reading debug info --1186-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --1186-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1186-- WARNING: Serious error when reading debug info --1186-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --1186-- Ignoring non-Dwarf2/3/4 block in .debug_info --1186-- WARNING: Serious error when reading debug info --1186-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --1186-- Last block truncated in .debug_info; ignoring --1186-- WARNING: Serious error when reading debug info --1186-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --1186-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1186-- WARNING: Serious error when reading debug info --1186-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --1186-- Ignoring non-Dwarf2/3/4 block in .debug_info --1186-- WARNING: Serious error when reading debug info --1186-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --1186-- Last block truncated in .debug_info; ignoring --1186-- WARNING: Serious error when reading debug info --1186-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --1186-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1186-- WARNING: Serious error when reading debug info --1186-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --1186-- Ignoring non-Dwarf2/3/4 block in .debug_info --1186-- WARNING: Serious error when reading debug info --1186-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --1186-- Last block truncated in .debug_info; ignoring --1186-- WARNING: Serious error when reading debug info --1186-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --1186-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1186-- WARNING: Serious error when reading debug info --1186-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --1186-- Ignoring non-Dwarf2/3/4 block in .debug_info --1186-- WARNING: Serious error when reading debug info --1186-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --1186-- Last block truncated in .debug_info; ignoring --1186-- WARNING: Serious error when reading debug info --1186-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --1186-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1186-- WARNING: Serious error when reading debug info --1186-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --1186-- Ignoring non-Dwarf2/3/4 block in .debug_info --1186-- WARNING: Serious error when reading debug info --1186-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --1186-- Last block truncated in .debug_info; ignoring --1186-- WARNING: Serious error when reading debug info --1186-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --1186-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1186-- WARNING: Serious error when reading debug info --1186-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --1186-- Ignoring non-Dwarf2/3/4 block in .debug_info --1186-- WARNING: Serious error when reading debug info --1186-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --1186-- Last block truncated in .debug_info; ignoring --1186-- WARNING: Serious error when reading debug info --1186-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --1186-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1186-- WARNING: Serious error when reading debug info --1186-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --1186-- Ignoring non-Dwarf2/3/4 block in .debug_info --1186-- WARNING: Serious error when reading debug info --1186-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --1186-- Last block truncated in .debug_info; ignoring --1186-- WARNING: Serious error when reading debug info --1186-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --1186-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1186-- WARNING: Serious error when reading debug info --1186-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --1186-- Ignoring non-Dwarf2/3/4 block in .debug_info --1186-- WARNING: Serious error when reading debug info --1186-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --1186-- Last block truncated in .debug_info; ignoring --1186-- WARNING: Serious error when reading debug info --1186-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --1186-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1186-- WARNING: Serious error when reading debug info --1186-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --1186-- Ignoring non-Dwarf2/3/4 block in .debug_info --1186-- WARNING: Serious error when reading debug info --1186-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --1186-- Last block truncated in .debug_info; ignoring --1186-- WARNING: Serious error when reading debug info --1186-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --1186-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1186-- WARNING: Serious error when reading debug info --1186-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --1186-- Ignoring non-Dwarf2/3/4 block in .debug_info --1186-- WARNING: Serious error when reading debug info --1186-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --1186-- Last block truncated in .debug_info; ignoring --1186-- WARNING: Serious error when reading debug info --1186-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --1186-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==1186== ==1186== HEAP SUMMARY: ==1186== in use at exit: 850,012 bytes in 8,363 blocks ==1186== total heap usage: 309,762 allocs, 301,399 frees, 25,122,852 bytes allocated ==1186== ==1186== LEAK SUMMARY: ==1186== definitely lost: 0 bytes in 0 blocks ==1186== indirectly lost: 0 bytes in 0 blocks ==1186== possibly lost: 1,104 bytes in 4 blocks ==1186== still reachable: 421,828 bytes in 3,110 blocks ==1186== of which reachable via heuristic: ==1186== length64 : 4,744 bytes in 76 blocks ==1186== newarray : 2,048 bytes in 48 blocks ==1186== suppressed: 364,056 bytes in 4,766 blocks ==1186== Rerun with --leak-check=full to see details of leaked memory ==1186== ==1186== For counts of detected and suppressed errors, rerun with: -v ==1186== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==120== Memcheck, a memory error detector ==120== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==120== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==120== Command: ./client-test Client::Source::eds_event::testIterateTwice ==120== Parent PID: 96 ==120== --120-- WARNING: Serious error when reading debug info --120-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --120-- Ignoring non-Dwarf2/3/4 block in .debug_info --120-- WARNING: Serious error when reading debug info --120-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --120-- Last block truncated in .debug_info; ignoring --120-- WARNING: Serious error when reading debug info --120-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --120-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --120-- WARNING: Serious error when reading debug info --120-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --120-- Ignoring non-Dwarf2/3/4 block in .debug_info --120-- WARNING: Serious error when reading debug info --120-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --120-- Last block truncated in .debug_info; ignoring --120-- WARNING: Serious error when reading debug info --120-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --120-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --120-- WARNING: Serious error when reading debug info --120-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --120-- Ignoring non-Dwarf2/3/4 block in .debug_info --120-- WARNING: Serious error when reading debug info --120-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --120-- Last block truncated in .debug_info; ignoring --120-- WARNING: Serious error when reading debug info --120-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --120-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --120-- WARNING: Serious error when reading debug info --120-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --120-- Ignoring non-Dwarf2/3/4 block in .debug_info --120-- WARNING: Serious error when reading debug info --120-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --120-- Last block truncated in .debug_info; ignoring --120-- WARNING: Serious error when reading debug info --120-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --120-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --120-- WARNING: Serious error when reading debug info --120-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --120-- Ignoring non-Dwarf2/3/4 block in .debug_info --120-- WARNING: Serious error when reading debug info --120-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --120-- Last block truncated in .debug_info; ignoring --120-- WARNING: Serious error when reading debug info --120-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --120-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --120-- WARNING: Serious error when reading debug info --120-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --120-- Ignoring non-Dwarf2/3/4 block in .debug_info --120-- WARNING: Serious error when reading debug info --120-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --120-- Last block truncated in .debug_info; ignoring --120-- WARNING: Serious error when reading debug info --120-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --120-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --120-- WARNING: Serious error when reading debug info --120-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --120-- Ignoring non-Dwarf2/3/4 block in .debug_info --120-- WARNING: Serious error when reading debug info --120-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --120-- Last block truncated in .debug_info; ignoring --120-- WARNING: Serious error when reading debug info --120-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --120-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --120-- WARNING: Serious error when reading debug info --120-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --120-- Ignoring non-Dwarf2/3/4 block in .debug_info --120-- WARNING: Serious error when reading debug info --120-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --120-- Last block truncated in .debug_info; ignoring --120-- WARNING: Serious error when reading debug info --120-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --120-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --120-- WARNING: Serious error when reading debug info --120-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --120-- Ignoring non-Dwarf2/3/4 block in .debug_info --120-- WARNING: Serious error when reading debug info --120-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --120-- Last block truncated in .debug_info; ignoring --120-- WARNING: Serious error when reading debug info --120-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --120-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --120-- WARNING: Serious error when reading debug info --120-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --120-- Ignoring non-Dwarf2/3/4 block in .debug_info --120-- WARNING: Serious error when reading debug info --120-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --120-- Last block truncated in .debug_info; ignoring --120-- WARNING: Serious error when reading debug info --120-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --120-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --120-- WARNING: Serious error when reading debug info --120-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --120-- Ignoring non-Dwarf2/3/4 block in .debug_info --120-- WARNING: Serious error when reading debug info --120-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --120-- Last block truncated in .debug_info; ignoring --120-- WARNING: Serious error when reading debug info --120-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --120-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --120-- WARNING: Serious error when reading debug info --120-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --120-- Ignoring non-Dwarf2/3/4 block in .debug_info --120-- WARNING: Serious error when reading debug info --120-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --120-- Last block truncated in .debug_info; ignoring --120-- WARNING: Serious error when reading debug info --120-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --120-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --120-- WARNING: Serious error when reading debug info --120-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --120-- Ignoring non-Dwarf2/3/4 block in .debug_info --120-- WARNING: Serious error when reading debug info --120-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --120-- Last block truncated in .debug_info; ignoring --120-- WARNING: Serious error when reading debug info --120-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --120-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==120== ==120== HEAP SUMMARY: ==120== in use at exit: 692,313 bytes in 5,860 blocks ==120== total heap usage: 106,561 allocs, 100,701 frees, 10,235,079 bytes allocated ==120== ==120== LEAK SUMMARY: ==120== definitely lost: 0 bytes in 0 blocks ==120== indirectly lost: 0 bytes in 0 blocks ==120== possibly lost: 432 bytes in 2 blocks ==120== still reachable: 256,471 bytes in 455 blocks ==120== of which reachable via heuristic: ==120== length64 : 4,744 bytes in 76 blocks ==120== newarray : 2,048 bytes in 48 blocks ==120== suppressed: 372,386 bytes in 4,920 blocks ==120== Rerun with --leak-check=full to see details of leaked memory ==120== ==120== For counts of detected and suppressed errors, rerun with: -v ==120== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==1257== Memcheck, a memory error detector ==1257== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==1257== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==1257== Command: ./client-test Client::Source::eds_event::LinkedItemsDefault::testLinkedItemsChildChangesParent ==1257== Parent PID: 96 ==1257== --1257-- WARNING: Serious error when reading debug info --1257-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --1257-- Ignoring non-Dwarf2/3/4 block in .debug_info --1257-- WARNING: Serious error when reading debug info --1257-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --1257-- Last block truncated in .debug_info; ignoring --1257-- WARNING: Serious error when reading debug info --1257-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --1257-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1257-- WARNING: Serious error when reading debug info --1257-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --1257-- Ignoring non-Dwarf2/3/4 block in .debug_info --1257-- WARNING: Serious error when reading debug info --1257-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --1257-- Last block truncated in .debug_info; ignoring --1257-- WARNING: Serious error when reading debug info --1257-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --1257-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1257-- WARNING: Serious error when reading debug info --1257-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --1257-- Ignoring non-Dwarf2/3/4 block in .debug_info --1257-- WARNING: Serious error when reading debug info --1257-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --1257-- Last block truncated in .debug_info; ignoring --1257-- WARNING: Serious error when reading debug info --1257-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --1257-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1257-- WARNING: Serious error when reading debug info --1257-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --1257-- Ignoring non-Dwarf2/3/4 block in .debug_info --1257-- WARNING: Serious error when reading debug info --1257-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --1257-- Last block truncated in .debug_info; ignoring --1257-- WARNING: Serious error when reading debug info --1257-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --1257-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1257-- WARNING: Serious error when reading debug info --1257-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --1257-- Ignoring non-Dwarf2/3/4 block in .debug_info --1257-- WARNING: Serious error when reading debug info --1257-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --1257-- Last block truncated in .debug_info; ignoring --1257-- WARNING: Serious error when reading debug info --1257-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --1257-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1257-- WARNING: Serious error when reading debug info --1257-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --1257-- Ignoring non-Dwarf2/3/4 block in .debug_info --1257-- WARNING: Serious error when reading debug info --1257-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --1257-- Last block truncated in .debug_info; ignoring --1257-- WARNING: Serious error when reading debug info --1257-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --1257-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1257-- WARNING: Serious error when reading debug info --1257-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --1257-- Ignoring non-Dwarf2/3/4 block in .debug_info --1257-- WARNING: Serious error when reading debug info --1257-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --1257-- Last block truncated in .debug_info; ignoring --1257-- WARNING: Serious error when reading debug info --1257-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --1257-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1257-- WARNING: Serious error when reading debug info --1257-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --1257-- Ignoring non-Dwarf2/3/4 block in .debug_info --1257-- WARNING: Serious error when reading debug info --1257-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --1257-- Last block truncated in .debug_info; ignoring --1257-- WARNING: Serious error when reading debug info --1257-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --1257-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1257-- WARNING: Serious error when reading debug info --1257-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --1257-- Ignoring non-Dwarf2/3/4 block in .debug_info --1257-- WARNING: Serious error when reading debug info --1257-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --1257-- Last block truncated in .debug_info; ignoring --1257-- WARNING: Serious error when reading debug info --1257-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --1257-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1257-- WARNING: Serious error when reading debug info --1257-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --1257-- Ignoring non-Dwarf2/3/4 block in .debug_info --1257-- WARNING: Serious error when reading debug info --1257-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --1257-- Last block truncated in .debug_info; ignoring --1257-- WARNING: Serious error when reading debug info --1257-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --1257-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1257-- WARNING: Serious error when reading debug info --1257-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --1257-- Ignoring non-Dwarf2/3/4 block in .debug_info --1257-- WARNING: Serious error when reading debug info --1257-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --1257-- Last block truncated in .debug_info; ignoring --1257-- WARNING: Serious error when reading debug info --1257-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --1257-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1257-- WARNING: Serious error when reading debug info --1257-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --1257-- Ignoring non-Dwarf2/3/4 block in .debug_info --1257-- WARNING: Serious error when reading debug info --1257-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --1257-- Last block truncated in .debug_info; ignoring --1257-- WARNING: Serious error when reading debug info --1257-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --1257-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1257-- WARNING: Serious error when reading debug info --1257-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --1257-- Ignoring non-Dwarf2/3/4 block in .debug_info --1257-- WARNING: Serious error when reading debug info --1257-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --1257-- Last block truncated in .debug_info; ignoring --1257-- WARNING: Serious error when reading debug info --1257-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --1257-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==1257== ==1257== HEAP SUMMARY: ==1257== in use at exit: 843,641 bytes in 8,251 blocks ==1257== total heap usage: 334,802 allocs, 326,551 frees, 27,277,899 bytes allocated ==1257== ==1257== LEAK SUMMARY: ==1257== definitely lost: 0 bytes in 0 blocks ==1257== indirectly lost: 0 bytes in 0 blocks ==1257== possibly lost: 1,104 bytes in 4 blocks ==1257== still reachable: 418,212 bytes in 3,066 blocks ==1257== of which reachable via heuristic: ==1257== length64 : 4,744 bytes in 76 blocks ==1257== newarray : 2,048 bytes in 48 blocks ==1257== suppressed: 361,301 bytes in 4,698 blocks ==1257== Rerun with --leak-check=full to see details of leaked memory ==1257== ==1257== For counts of detected and suppressed errors, rerun with: -v ==1257== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==1342== Memcheck, a memory error detector ==1342== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==1342== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==1342== Command: ./client-test Client::Source::eds_event::LinkedItemsDefault::testLinkedItemsRemoveParentFirst ==1342== Parent PID: 96 ==1342== --1342-- WARNING: Serious error when reading debug info --1342-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --1342-- Ignoring non-Dwarf2/3/4 block in .debug_info --1342-- WARNING: Serious error when reading debug info --1342-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --1342-- Last block truncated in .debug_info; ignoring --1342-- WARNING: Serious error when reading debug info --1342-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --1342-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1342-- WARNING: Serious error when reading debug info --1342-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --1342-- Ignoring non-Dwarf2/3/4 block in .debug_info --1342-- WARNING: Serious error when reading debug info --1342-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --1342-- Last block truncated in .debug_info; ignoring --1342-- WARNING: Serious error when reading debug info --1342-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --1342-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1342-- WARNING: Serious error when reading debug info --1342-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --1342-- Ignoring non-Dwarf2/3/4 block in .debug_info --1342-- WARNING: Serious error when reading debug info --1342-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --1342-- Last block truncated in .debug_info; ignoring --1342-- WARNING: Serious error when reading debug info --1342-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --1342-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1342-- WARNING: Serious error when reading debug info --1342-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --1342-- Ignoring non-Dwarf2/3/4 block in .debug_info --1342-- WARNING: Serious error when reading debug info --1342-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --1342-- Last block truncated in .debug_info; ignoring --1342-- WARNING: Serious error when reading debug info --1342-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --1342-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1342-- WARNING: Serious error when reading debug info --1342-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --1342-- Ignoring non-Dwarf2/3/4 block in .debug_info --1342-- WARNING: Serious error when reading debug info --1342-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --1342-- Last block truncated in .debug_info; ignoring --1342-- WARNING: Serious error when reading debug info --1342-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --1342-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1342-- WARNING: Serious error when reading debug info --1342-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --1342-- Ignoring non-Dwarf2/3/4 block in .debug_info --1342-- WARNING: Serious error when reading debug info --1342-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --1342-- Last block truncated in .debug_info; ignoring --1342-- WARNING: Serious error when reading debug info --1342-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --1342-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1342-- WARNING: Serious error when reading debug info --1342-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --1342-- Ignoring non-Dwarf2/3/4 block in .debug_info --1342-- WARNING: Serious error when reading debug info --1342-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --1342-- Last block truncated in .debug_info; ignoring --1342-- WARNING: Serious error when reading debug info --1342-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --1342-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1342-- WARNING: Serious error when reading debug info --1342-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --1342-- Ignoring non-Dwarf2/3/4 block in .debug_info --1342-- WARNING: Serious error when reading debug info --1342-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --1342-- Last block truncated in .debug_info; ignoring --1342-- WARNING: Serious error when reading debug info --1342-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --1342-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1342-- WARNING: Serious error when reading debug info --1342-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --1342-- Ignoring non-Dwarf2/3/4 block in .debug_info --1342-- WARNING: Serious error when reading debug info --1342-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --1342-- Last block truncated in .debug_info; ignoring --1342-- WARNING: Serious error when reading debug info --1342-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --1342-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1342-- WARNING: Serious error when reading debug info --1342-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --1342-- Ignoring non-Dwarf2/3/4 block in .debug_info --1342-- WARNING: Serious error when reading debug info --1342-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --1342-- Last block truncated in .debug_info; ignoring --1342-- WARNING: Serious error when reading debug info --1342-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --1342-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1342-- WARNING: Serious error when reading debug info --1342-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --1342-- Ignoring non-Dwarf2/3/4 block in .debug_info --1342-- WARNING: Serious error when reading debug info --1342-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --1342-- Last block truncated in .debug_info; ignoring --1342-- WARNING: Serious error when reading debug info --1342-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --1342-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1342-- WARNING: Serious error when reading debug info --1342-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --1342-- Ignoring non-Dwarf2/3/4 block in .debug_info --1342-- WARNING: Serious error when reading debug info --1342-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --1342-- Last block truncated in .debug_info; ignoring --1342-- WARNING: Serious error when reading debug info --1342-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --1342-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1342-- WARNING: Serious error when reading debug info --1342-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --1342-- Ignoring non-Dwarf2/3/4 block in .debug_info --1342-- WARNING: Serious error when reading debug info --1342-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --1342-- Last block truncated in .debug_info; ignoring --1342-- WARNING: Serious error when reading debug info --1342-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --1342-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==1342== ==1342== HEAP SUMMARY: ==1342== in use at exit: 848,264 bytes in 8,363 blocks ==1342== total heap usage: 354,600 allocs, 346,237 frees, 28,447,917 bytes allocated ==1342== ==1342== LEAK SUMMARY: ==1342== definitely lost: 0 bytes in 0 blocks ==1342== indirectly lost: 0 bytes in 0 blocks ==1342== possibly lost: 432 bytes in 2 blocks ==1342== still reachable: 410,441 bytes in 2,893 blocks ==1342== of which reachable via heuristic: ==1342== length64 : 4,744 bytes in 76 blocks ==1342== newarray : 2,048 bytes in 48 blocks ==1342== suppressed: 374,199 bytes in 4,983 blocks ==1342== Rerun with --leak-check=full to see details of leaked memory ==1342== ==1342== For counts of detected and suppressed errors, rerun with: -v ==1342== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==141== Memcheck, a memory error detector ==141== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==141== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==141== Command: ./client-test Client::Source::eds_event::testDelete404 ==141== Parent PID: 96 ==141== --141-- WARNING: Serious error when reading debug info --141-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --141-- Ignoring non-Dwarf2/3/4 block in .debug_info --141-- WARNING: Serious error when reading debug info --141-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --141-- Last block truncated in .debug_info; ignoring --141-- WARNING: Serious error when reading debug info --141-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --141-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --141-- WARNING: Serious error when reading debug info --141-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --141-- Ignoring non-Dwarf2/3/4 block in .debug_info --141-- WARNING: Serious error when reading debug info --141-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --141-- Last block truncated in .debug_info; ignoring --141-- WARNING: Serious error when reading debug info --141-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --141-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --141-- WARNING: Serious error when reading debug info --141-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --141-- Ignoring non-Dwarf2/3/4 block in .debug_info --141-- WARNING: Serious error when reading debug info --141-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --141-- Last block truncated in .debug_info; ignoring --141-- WARNING: Serious error when reading debug info --141-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --141-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --141-- WARNING: Serious error when reading debug info --141-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --141-- Ignoring non-Dwarf2/3/4 block in .debug_info --141-- WARNING: Serious error when reading debug info --141-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --141-- Last block truncated in .debug_info; ignoring --141-- WARNING: Serious error when reading debug info --141-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --141-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --141-- WARNING: Serious error when reading debug info --141-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --141-- Ignoring non-Dwarf2/3/4 block in .debug_info --141-- WARNING: Serious error when reading debug info --141-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --141-- Last block truncated in .debug_info; ignoring --141-- WARNING: Serious error when reading debug info --141-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --141-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --141-- WARNING: Serious error when reading debug info --141-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --141-- Ignoring non-Dwarf2/3/4 block in .debug_info --141-- WARNING: Serious error when reading debug info --141-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --141-- Last block truncated in .debug_info; ignoring --141-- WARNING: Serious error when reading debug info --141-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --141-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --141-- WARNING: Serious error when reading debug info --141-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --141-- Ignoring non-Dwarf2/3/4 block in .debug_info --141-- WARNING: Serious error when reading debug info --141-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --141-- Last block truncated in .debug_info; ignoring --141-- WARNING: Serious error when reading debug info --141-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --141-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --141-- WARNING: Serious error when reading debug info --141-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --141-- Ignoring non-Dwarf2/3/4 block in .debug_info --141-- WARNING: Serious error when reading debug info --141-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --141-- Last block truncated in .debug_info; ignoring --141-- WARNING: Serious error when reading debug info --141-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --141-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --141-- WARNING: Serious error when reading debug info --141-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --141-- Ignoring non-Dwarf2/3/4 block in .debug_info --141-- WARNING: Serious error when reading debug info --141-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --141-- Last block truncated in .debug_info; ignoring --141-- WARNING: Serious error when reading debug info --141-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --141-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --141-- WARNING: Serious error when reading debug info --141-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --141-- Ignoring non-Dwarf2/3/4 block in .debug_info --141-- WARNING: Serious error when reading debug info --141-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --141-- Last block truncated in .debug_info; ignoring --141-- WARNING: Serious error when reading debug info --141-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --141-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --141-- WARNING: Serious error when reading debug info --141-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --141-- Ignoring non-Dwarf2/3/4 block in .debug_info --141-- WARNING: Serious error when reading debug info --141-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --141-- Last block truncated in .debug_info; ignoring --141-- WARNING: Serious error when reading debug info --141-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --141-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --141-- WARNING: Serious error when reading debug info --141-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --141-- Ignoring non-Dwarf2/3/4 block in .debug_info --141-- WARNING: Serious error when reading debug info --141-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --141-- Last block truncated in .debug_info; ignoring --141-- WARNING: Serious error when reading debug info --141-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --141-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --141-- WARNING: Serious error when reading debug info --141-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --141-- Ignoring non-Dwarf2/3/4 block in .debug_info --141-- WARNING: Serious error when reading debug info --141-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --141-- Last block truncated in .debug_info; ignoring --141-- WARNING: Serious error when reading debug info --141-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --141-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==141== ==141== HEAP SUMMARY: ==141== in use at exit: 688,551 bytes in 5,811 blocks ==141== total heap usage: 107,407 allocs, 101,596 frees, 10,263,808 bytes allocated ==141== ==141== LEAK SUMMARY: ==141== definitely lost: 0 bytes in 0 blocks ==141== indirectly lost: 0 bytes in 0 blocks ==141== possibly lost: 1,104 bytes in 4 blocks ==141== still reachable: 260,427 bytes in 548 blocks ==141== of which reachable via heuristic: ==141== length64 : 4,744 bytes in 76 blocks ==141== newarray : 2,048 bytes in 48 blocks ==141== suppressed: 363,828 bytes in 4,774 blocks ==141== Rerun with --leak-check=full to see details of leaked memory ==141== ==141== For counts of detected and suppressed errors, rerun with: -v ==141== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==1432== Memcheck, a memory error detector ==1432== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==1432== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==1432== Command: ./client-test Client::Source::eds_event::LinkedItemsDefault::testLinkedItemsRemoveNormal ==1432== Parent PID: 96 ==1432== --1432-- WARNING: Serious error when reading debug info --1432-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --1432-- Ignoring non-Dwarf2/3/4 block in .debug_info --1432-- WARNING: Serious error when reading debug info --1432-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --1432-- Last block truncated in .debug_info; ignoring --1432-- WARNING: Serious error when reading debug info --1432-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --1432-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1432-- WARNING: Serious error when reading debug info --1432-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --1432-- Ignoring non-Dwarf2/3/4 block in .debug_info --1432-- WARNING: Serious error when reading debug info --1432-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --1432-- Last block truncated in .debug_info; ignoring --1432-- WARNING: Serious error when reading debug info --1432-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --1432-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1432-- WARNING: Serious error when reading debug info --1432-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --1432-- Ignoring non-Dwarf2/3/4 block in .debug_info --1432-- WARNING: Serious error when reading debug info --1432-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --1432-- Last block truncated in .debug_info; ignoring --1432-- WARNING: Serious error when reading debug info --1432-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --1432-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1432-- WARNING: Serious error when reading debug info --1432-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --1432-- Ignoring non-Dwarf2/3/4 block in .debug_info --1432-- WARNING: Serious error when reading debug info --1432-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --1432-- Last block truncated in .debug_info; ignoring --1432-- WARNING: Serious error when reading debug info --1432-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --1432-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1432-- WARNING: Serious error when reading debug info --1432-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --1432-- Ignoring non-Dwarf2/3/4 block in .debug_info --1432-- WARNING: Serious error when reading debug info --1432-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --1432-- Last block truncated in .debug_info; ignoring --1432-- WARNING: Serious error when reading debug info --1432-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --1432-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1432-- WARNING: Serious error when reading debug info --1432-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --1432-- Ignoring non-Dwarf2/3/4 block in .debug_info --1432-- WARNING: Serious error when reading debug info --1432-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --1432-- Last block truncated in .debug_info; ignoring --1432-- WARNING: Serious error when reading debug info --1432-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --1432-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1432-- WARNING: Serious error when reading debug info --1432-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --1432-- Ignoring non-Dwarf2/3/4 block in .debug_info --1432-- WARNING: Serious error when reading debug info --1432-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --1432-- Last block truncated in .debug_info; ignoring --1432-- WARNING: Serious error when reading debug info --1432-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --1432-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1432-- WARNING: Serious error when reading debug info --1432-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --1432-- Ignoring non-Dwarf2/3/4 block in .debug_info --1432-- WARNING: Serious error when reading debug info --1432-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --1432-- Last block truncated in .debug_info; ignoring --1432-- WARNING: Serious error when reading debug info --1432-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --1432-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1432-- WARNING: Serious error when reading debug info --1432-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --1432-- Ignoring non-Dwarf2/3/4 block in .debug_info --1432-- WARNING: Serious error when reading debug info --1432-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --1432-- Last block truncated in .debug_info; ignoring --1432-- WARNING: Serious error when reading debug info --1432-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --1432-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1432-- WARNING: Serious error when reading debug info --1432-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --1432-- Ignoring non-Dwarf2/3/4 block in .debug_info --1432-- WARNING: Serious error when reading debug info --1432-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --1432-- Last block truncated in .debug_info; ignoring --1432-- WARNING: Serious error when reading debug info --1432-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --1432-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1432-- WARNING: Serious error when reading debug info --1432-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --1432-- Ignoring non-Dwarf2/3/4 block in .debug_info --1432-- WARNING: Serious error when reading debug info --1432-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --1432-- Last block truncated in .debug_info; ignoring --1432-- WARNING: Serious error when reading debug info --1432-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --1432-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1432-- WARNING: Serious error when reading debug info --1432-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --1432-- Ignoring non-Dwarf2/3/4 block in .debug_info --1432-- WARNING: Serious error when reading debug info --1432-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --1432-- Last block truncated in .debug_info; ignoring --1432-- WARNING: Serious error when reading debug info --1432-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --1432-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1432-- WARNING: Serious error when reading debug info --1432-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --1432-- Ignoring non-Dwarf2/3/4 block in .debug_info --1432-- WARNING: Serious error when reading debug info --1432-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --1432-- Last block truncated in .debug_info; ignoring --1432-- WARNING: Serious error when reading debug info --1432-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --1432-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==1432== ==1432== HEAP SUMMARY: ==1432== in use at exit: 846,045 bytes in 8,310 blocks ==1432== total heap usage: 372,246 allocs, 363,936 frees, 29,540,647 bytes allocated ==1432== ==1432== LEAK SUMMARY: ==1432== definitely lost: 0 bytes in 0 blocks ==1432== indirectly lost: 0 bytes in 0 blocks ==1432== possibly lost: 1,104 bytes in 4 blocks ==1432== still reachable: 418,191 bytes in 3,049 blocks ==1432== of which reachable via heuristic: ==1432== length64 : 4,744 bytes in 76 blocks ==1432== newarray : 2,048 bytes in 48 blocks ==1432== suppressed: 363,558 bytes in 4,772 blocks ==1432== Rerun with --leak-check=full to see details of leaked memory ==1432== ==1432== For counts of detected and suppressed errors, rerun with: -v ==1432== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==1525== Memcheck, a memory error detector ==1525== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==1525== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==1525== Command: ./client-test Client::Source::eds_event::LinkedItemsDefault::testLinkedItemsInsertParentTwice ==1525== Parent PID: 96 ==1525== --1525-- WARNING: Serious error when reading debug info --1525-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --1525-- Ignoring non-Dwarf2/3/4 block in .debug_info --1525-- WARNING: Serious error when reading debug info --1525-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --1525-- Last block truncated in .debug_info; ignoring --1525-- WARNING: Serious error when reading debug info --1525-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --1525-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1525-- WARNING: Serious error when reading debug info --1525-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --1525-- Ignoring non-Dwarf2/3/4 block in .debug_info --1525-- WARNING: Serious error when reading debug info --1525-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --1525-- Last block truncated in .debug_info; ignoring --1525-- WARNING: Serious error when reading debug info --1525-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --1525-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1525-- WARNING: Serious error when reading debug info --1525-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --1525-- Ignoring non-Dwarf2/3/4 block in .debug_info --1525-- WARNING: Serious error when reading debug info --1525-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --1525-- Last block truncated in .debug_info; ignoring --1525-- WARNING: Serious error when reading debug info --1525-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --1525-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1525-- WARNING: Serious error when reading debug info --1525-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --1525-- Ignoring non-Dwarf2/3/4 block in .debug_info --1525-- WARNING: Serious error when reading debug info --1525-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --1525-- Last block truncated in .debug_info; ignoring --1525-- WARNING: Serious error when reading debug info --1525-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --1525-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1525-- WARNING: Serious error when reading debug info --1525-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --1525-- Ignoring non-Dwarf2/3/4 block in .debug_info --1525-- WARNING: Serious error when reading debug info --1525-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --1525-- Last block truncated in .debug_info; ignoring --1525-- WARNING: Serious error when reading debug info --1525-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --1525-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1525-- WARNING: Serious error when reading debug info --1525-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --1525-- Ignoring non-Dwarf2/3/4 block in .debug_info --1525-- WARNING: Serious error when reading debug info --1525-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --1525-- Last block truncated in .debug_info; ignoring --1525-- WARNING: Serious error when reading debug info --1525-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --1525-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1525-- WARNING: Serious error when reading debug info --1525-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --1525-- Ignoring non-Dwarf2/3/4 block in .debug_info --1525-- WARNING: Serious error when reading debug info --1525-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --1525-- Last block truncated in .debug_info; ignoring --1525-- WARNING: Serious error when reading debug info --1525-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --1525-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1525-- WARNING: Serious error when reading debug info --1525-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --1525-- Ignoring non-Dwarf2/3/4 block in .debug_info --1525-- WARNING: Serious error when reading debug info --1525-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --1525-- Last block truncated in .debug_info; ignoring --1525-- WARNING: Serious error when reading debug info --1525-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --1525-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1525-- WARNING: Serious error when reading debug info --1525-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --1525-- Ignoring non-Dwarf2/3/4 block in .debug_info --1525-- WARNING: Serious error when reading debug info --1525-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --1525-- Last block truncated in .debug_info; ignoring --1525-- WARNING: Serious error when reading debug info --1525-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --1525-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1525-- WARNING: Serious error when reading debug info --1525-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --1525-- Ignoring non-Dwarf2/3/4 block in .debug_info --1525-- WARNING: Serious error when reading debug info --1525-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --1525-- Last block truncated in .debug_info; ignoring --1525-- WARNING: Serious error when reading debug info --1525-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --1525-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1525-- WARNING: Serious error when reading debug info --1525-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --1525-- Ignoring non-Dwarf2/3/4 block in .debug_info --1525-- WARNING: Serious error when reading debug info --1525-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --1525-- Last block truncated in .debug_info; ignoring --1525-- WARNING: Serious error when reading debug info --1525-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --1525-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1525-- WARNING: Serious error when reading debug info --1525-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --1525-- Ignoring non-Dwarf2/3/4 block in .debug_info --1525-- WARNING: Serious error when reading debug info --1525-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --1525-- Last block truncated in .debug_info; ignoring --1525-- WARNING: Serious error when reading debug info --1525-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --1525-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1525-- WARNING: Serious error when reading debug info --1525-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --1525-- Ignoring non-Dwarf2/3/4 block in .debug_info --1525-- WARNING: Serious error when reading debug info --1525-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --1525-- Last block truncated in .debug_info; ignoring --1525-- WARNING: Serious error when reading debug info --1525-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --1525-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==1525== ==1525== HEAP SUMMARY: ==1525== in use at exit: 845,082 bytes in 8,282 blocks ==1525== total heap usage: 334,313 allocs, 326,031 frees, 27,268,708 bytes allocated ==1525== ==1525== LEAK SUMMARY: ==1525== definitely lost: 0 bytes in 0 blocks ==1525== indirectly lost: 0 bytes in 0 blocks ==1525== possibly lost: 1,104 bytes in 4 blocks ==1525== still reachable: 417,503 bytes in 3,039 blocks ==1525== of which reachable via heuristic: ==1525== length64 : 4,744 bytes in 76 blocks ==1525== newarray : 2,048 bytes in 48 blocks ==1525== suppressed: 363,451 bytes in 4,756 blocks ==1525== Rerun with --leak-check=full to see details of leaked memory ==1525== ==1525== For counts of detected and suppressed errors, rerun with: -v ==1525== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==1610== Memcheck, a memory error detector ==1610== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==1610== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==1610== Command: ./client-test Client::Source::eds_event::LinkedItemsDefault::testLinkedItemsInsertChildTwice ==1610== Parent PID: 96 ==1610== --1610-- WARNING: Serious error when reading debug info --1610-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --1610-- Ignoring non-Dwarf2/3/4 block in .debug_info --1610-- WARNING: Serious error when reading debug info --1610-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --1610-- Last block truncated in .debug_info; ignoring --1610-- WARNING: Serious error when reading debug info --1610-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --1610-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1610-- WARNING: Serious error when reading debug info --1610-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --1610-- Ignoring non-Dwarf2/3/4 block in .debug_info --1610-- WARNING: Serious error when reading debug info --1610-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --1610-- Last block truncated in .debug_info; ignoring --1610-- WARNING: Serious error when reading debug info --1610-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --1610-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1610-- WARNING: Serious error when reading debug info --1610-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --1610-- Ignoring non-Dwarf2/3/4 block in .debug_info --1610-- WARNING: Serious error when reading debug info --1610-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --1610-- Last block truncated in .debug_info; ignoring --1610-- WARNING: Serious error when reading debug info --1610-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --1610-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1610-- WARNING: Serious error when reading debug info --1610-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --1610-- Ignoring non-Dwarf2/3/4 block in .debug_info --1610-- WARNING: Serious error when reading debug info --1610-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --1610-- Last block truncated in .debug_info; ignoring --1610-- WARNING: Serious error when reading debug info --1610-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --1610-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1610-- WARNING: Serious error when reading debug info --1610-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --1610-- Ignoring non-Dwarf2/3/4 block in .debug_info --1610-- WARNING: Serious error when reading debug info --1610-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --1610-- Last block truncated in .debug_info; ignoring --1610-- WARNING: Serious error when reading debug info --1610-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --1610-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1610-- WARNING: Serious error when reading debug info --1610-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --1610-- Ignoring non-Dwarf2/3/4 block in .debug_info --1610-- WARNING: Serious error when reading debug info --1610-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --1610-- Last block truncated in .debug_info; ignoring --1610-- WARNING: Serious error when reading debug info --1610-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --1610-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1610-- WARNING: Serious error when reading debug info --1610-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --1610-- Ignoring non-Dwarf2/3/4 block in .debug_info --1610-- WARNING: Serious error when reading debug info --1610-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --1610-- Last block truncated in .debug_info; ignoring --1610-- WARNING: Serious error when reading debug info --1610-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --1610-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1610-- WARNING: Serious error when reading debug info --1610-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --1610-- Ignoring non-Dwarf2/3/4 block in .debug_info --1610-- WARNING: Serious error when reading debug info --1610-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --1610-- Last block truncated in .debug_info; ignoring --1610-- WARNING: Serious error when reading debug info --1610-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --1610-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1610-- WARNING: Serious error when reading debug info --1610-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --1610-- Ignoring non-Dwarf2/3/4 block in .debug_info --1610-- WARNING: Serious error when reading debug info --1610-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --1610-- Last block truncated in .debug_info; ignoring --1610-- WARNING: Serious error when reading debug info --1610-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --1610-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1610-- WARNING: Serious error when reading debug info --1610-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --1610-- Ignoring non-Dwarf2/3/4 block in .debug_info --1610-- WARNING: Serious error when reading debug info --1610-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --1610-- Last block truncated in .debug_info; ignoring --1610-- WARNING: Serious error when reading debug info --1610-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --1610-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1610-- WARNING: Serious error when reading debug info --1610-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --1610-- Ignoring non-Dwarf2/3/4 block in .debug_info --1610-- WARNING: Serious error when reading debug info --1610-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --1610-- Last block truncated in .debug_info; ignoring --1610-- WARNING: Serious error when reading debug info --1610-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --1610-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1610-- WARNING: Serious error when reading debug info --1610-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --1610-- Ignoring non-Dwarf2/3/4 block in .debug_info --1610-- WARNING: Serious error when reading debug info --1610-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --1610-- Last block truncated in .debug_info; ignoring --1610-- WARNING: Serious error when reading debug info --1610-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --1610-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1610-- WARNING: Serious error when reading debug info --1610-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --1610-- Ignoring non-Dwarf2/3/4 block in .debug_info --1610-- WARNING: Serious error when reading debug info --1610-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --1610-- Last block truncated in .debug_info; ignoring --1610-- WARNING: Serious error when reading debug info --1610-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --1610-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==1610== ==1610== HEAP SUMMARY: ==1610== in use at exit: 846,740 bytes in 8,308 blocks ==1610== total heap usage: 334,456 allocs, 326,148 frees, 27,235,296 bytes allocated ==1610== ==1610== LEAK SUMMARY: ==1610== definitely lost: 0 bytes in 0 blocks ==1610== indirectly lost: 0 bytes in 0 blocks ==1610== possibly lost: 1,104 bytes in 4 blocks ==1610== still reachable: 419,085 bytes in 3,066 blocks ==1610== of which reachable via heuristic: ==1610== length64 : 4,744 bytes in 76 blocks ==1610== newarray : 2,048 bytes in 48 blocks ==1610== suppressed: 363,527 bytes in 4,755 blocks ==1610== Rerun with --leak-check=full to see details of leaked memory ==1610== ==1610== For counts of detected and suppressed errors, rerun with: -v ==1610== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==162== Memcheck, a memory error detector ==162== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==162== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==162== Command: ./client-test Client::Source::eds_event::testReadItem404 ==162== Parent PID: 96 ==162== --162-- WARNING: Serious error when reading debug info --162-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --162-- Ignoring non-Dwarf2/3/4 block in .debug_info --162-- WARNING: Serious error when reading debug info --162-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --162-- Last block truncated in .debug_info; ignoring --162-- WARNING: Serious error when reading debug info --162-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --162-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --162-- WARNING: Serious error when reading debug info --162-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --162-- Ignoring non-Dwarf2/3/4 block in .debug_info --162-- WARNING: Serious error when reading debug info --162-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --162-- Last block truncated in .debug_info; ignoring --162-- WARNING: Serious error when reading debug info --162-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --162-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --162-- WARNING: Serious error when reading debug info --162-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --162-- Ignoring non-Dwarf2/3/4 block in .debug_info --162-- WARNING: Serious error when reading debug info --162-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --162-- Last block truncated in .debug_info; ignoring --162-- WARNING: Serious error when reading debug info --162-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --162-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --162-- WARNING: Serious error when reading debug info --162-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --162-- Ignoring non-Dwarf2/3/4 block in .debug_info --162-- WARNING: Serious error when reading debug info --162-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --162-- Last block truncated in .debug_info; ignoring --162-- WARNING: Serious error when reading debug info --162-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --162-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --162-- WARNING: Serious error when reading debug info --162-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --162-- Ignoring non-Dwarf2/3/4 block in .debug_info --162-- WARNING: Serious error when reading debug info --162-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --162-- Last block truncated in .debug_info; ignoring --162-- WARNING: Serious error when reading debug info --162-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --162-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --162-- WARNING: Serious error when reading debug info --162-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --162-- Ignoring non-Dwarf2/3/4 block in .debug_info --162-- WARNING: Serious error when reading debug info --162-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --162-- Last block truncated in .debug_info; ignoring --162-- WARNING: Serious error when reading debug info --162-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --162-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --162-- WARNING: Serious error when reading debug info --162-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --162-- Ignoring non-Dwarf2/3/4 block in .debug_info --162-- WARNING: Serious error when reading debug info --162-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --162-- Last block truncated in .debug_info; ignoring --162-- WARNING: Serious error when reading debug info --162-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --162-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --162-- WARNING: Serious error when reading debug info --162-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --162-- Ignoring non-Dwarf2/3/4 block in .debug_info --162-- WARNING: Serious error when reading debug info --162-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --162-- Last block truncated in .debug_info; ignoring --162-- WARNING: Serious error when reading debug info --162-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --162-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --162-- WARNING: Serious error when reading debug info --162-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --162-- Ignoring non-Dwarf2/3/4 block in .debug_info --162-- WARNING: Serious error when reading debug info --162-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --162-- Last block truncated in .debug_info; ignoring --162-- WARNING: Serious error when reading debug info --162-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --162-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --162-- WARNING: Serious error when reading debug info --162-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --162-- Ignoring non-Dwarf2/3/4 block in .debug_info --162-- WARNING: Serious error when reading debug info --162-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --162-- Last block truncated in .debug_info; ignoring --162-- WARNING: Serious error when reading debug info --162-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --162-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --162-- WARNING: Serious error when reading debug info --162-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --162-- Ignoring non-Dwarf2/3/4 block in .debug_info --162-- WARNING: Serious error when reading debug info --162-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --162-- Last block truncated in .debug_info; ignoring --162-- WARNING: Serious error when reading debug info --162-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --162-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --162-- WARNING: Serious error when reading debug info --162-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --162-- Ignoring non-Dwarf2/3/4 block in .debug_info --162-- WARNING: Serious error when reading debug info --162-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --162-- Last block truncated in .debug_info; ignoring --162-- WARNING: Serious error when reading debug info --162-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --162-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --162-- WARNING: Serious error when reading debug info --162-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --162-- Ignoring non-Dwarf2/3/4 block in .debug_info --162-- WARNING: Serious error when reading debug info --162-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --162-- Last block truncated in .debug_info; ignoring --162-- WARNING: Serious error when reading debug info --162-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --162-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==162== ==162== HEAP SUMMARY: ==162== in use at exit: 695,387 bytes in 5,914 blocks ==162== total heap usage: 106,692 allocs, 100,778 frees, 10,241,853 bytes allocated ==162== ==162== LEAK SUMMARY: ==162== definitely lost: 0 bytes in 0 blocks ==162== indirectly lost: 0 bytes in 0 blocks ==162== possibly lost: 1,104 bytes in 4 blocks ==162== still reachable: 266,518 bytes in 660 blocks ==162== of which reachable via heuristic: ==162== length64 : 4,744 bytes in 76 blocks ==162== newarray : 2,048 bytes in 48 blocks ==162== suppressed: 364,741 bytes in 4,767 blocks ==162== Rerun with --leak-check=full to see details of leaked memory ==162== ==162== For counts of detected and suppressed errors, rerun with: -v ==162== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==1694== Memcheck, a memory error detector ==1694== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==1694== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==1694== Command: ./client-test Client::Source::eds_event::LinkedItemsDefault::testLinkedItemsParentUpdate ==1694== Parent PID: 96 ==1694== --1694-- WARNING: Serious error when reading debug info --1694-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --1694-- Ignoring non-Dwarf2/3/4 block in .debug_info --1694-- WARNING: Serious error when reading debug info --1694-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --1694-- Last block truncated in .debug_info; ignoring --1694-- WARNING: Serious error when reading debug info --1694-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --1694-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1694-- WARNING: Serious error when reading debug info --1694-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --1694-- Ignoring non-Dwarf2/3/4 block in .debug_info --1694-- WARNING: Serious error when reading debug info --1694-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --1694-- Last block truncated in .debug_info; ignoring --1694-- WARNING: Serious error when reading debug info --1694-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --1694-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1694-- WARNING: Serious error when reading debug info --1694-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --1694-- Ignoring non-Dwarf2/3/4 block in .debug_info --1694-- WARNING: Serious error when reading debug info --1694-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --1694-- Last block truncated in .debug_info; ignoring --1694-- WARNING: Serious error when reading debug info --1694-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --1694-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1694-- WARNING: Serious error when reading debug info --1694-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --1694-- Ignoring non-Dwarf2/3/4 block in .debug_info --1694-- WARNING: Serious error when reading debug info --1694-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --1694-- Last block truncated in .debug_info; ignoring --1694-- WARNING: Serious error when reading debug info --1694-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --1694-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1694-- WARNING: Serious error when reading debug info --1694-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --1694-- Ignoring non-Dwarf2/3/4 block in .debug_info --1694-- WARNING: Serious error when reading debug info --1694-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --1694-- Last block truncated in .debug_info; ignoring --1694-- WARNING: Serious error when reading debug info --1694-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --1694-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1694-- WARNING: Serious error when reading debug info --1694-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --1694-- Ignoring non-Dwarf2/3/4 block in .debug_info --1694-- WARNING: Serious error when reading debug info --1694-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --1694-- Last block truncated in .debug_info; ignoring --1694-- WARNING: Serious error when reading debug info --1694-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --1694-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1694-- WARNING: Serious error when reading debug info --1694-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --1694-- Ignoring non-Dwarf2/3/4 block in .debug_info --1694-- WARNING: Serious error when reading debug info --1694-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --1694-- Last block truncated in .debug_info; ignoring --1694-- WARNING: Serious error when reading debug info --1694-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --1694-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1694-- WARNING: Serious error when reading debug info --1694-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --1694-- Ignoring non-Dwarf2/3/4 block in .debug_info --1694-- WARNING: Serious error when reading debug info --1694-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --1694-- Last block truncated in .debug_info; ignoring --1694-- WARNING: Serious error when reading debug info --1694-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --1694-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1694-- WARNING: Serious error when reading debug info --1694-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --1694-- Ignoring non-Dwarf2/3/4 block in .debug_info --1694-- WARNING: Serious error when reading debug info --1694-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --1694-- Last block truncated in .debug_info; ignoring --1694-- WARNING: Serious error when reading debug info --1694-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --1694-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1694-- WARNING: Serious error when reading debug info --1694-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --1694-- Ignoring non-Dwarf2/3/4 block in .debug_info --1694-- WARNING: Serious error when reading debug info --1694-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --1694-- Last block truncated in .debug_info; ignoring --1694-- WARNING: Serious error when reading debug info --1694-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --1694-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1694-- WARNING: Serious error when reading debug info --1694-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --1694-- Ignoring non-Dwarf2/3/4 block in .debug_info --1694-- WARNING: Serious error when reading debug info --1694-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --1694-- Last block truncated in .debug_info; ignoring --1694-- WARNING: Serious error when reading debug info --1694-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --1694-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1694-- WARNING: Serious error when reading debug info --1694-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --1694-- Ignoring non-Dwarf2/3/4 block in .debug_info --1694-- WARNING: Serious error when reading debug info --1694-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --1694-- Last block truncated in .debug_info; ignoring --1694-- WARNING: Serious error when reading debug info --1694-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --1694-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1694-- WARNING: Serious error when reading debug info --1694-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --1694-- Ignoring non-Dwarf2/3/4 block in .debug_info --1694-- WARNING: Serious error when reading debug info --1694-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --1694-- Last block truncated in .debug_info; ignoring --1694-- WARNING: Serious error when reading debug info --1694-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --1694-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==1694== ==1694== HEAP SUMMARY: ==1694== in use at exit: 848,447 bytes in 8,336 blocks ==1694== total heap usage: 310,167 allocs, 301,831 frees, 25,185,167 bytes allocated ==1694== ==1694== LEAK SUMMARY: ==1694== definitely lost: 0 bytes in 0 blocks ==1694== indirectly lost: 0 bytes in 0 blocks ==1694== possibly lost: 1,104 bytes in 4 blocks ==1694== still reachable: 420,512 bytes in 3,089 blocks ==1694== of which reachable via heuristic: ==1694== length64 : 4,744 bytes in 76 blocks ==1694== newarray : 2,048 bytes in 48 blocks ==1694== suppressed: 363,807 bytes in 4,760 blocks ==1694== Rerun with --leak-check=full to see details of leaked memory ==1694== ==1694== For counts of detected and suppressed errors, rerun with: -v ==1694== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==1774== Memcheck, a memory error detector ==1774== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==1774== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==1774== Command: ./client-test Client::Source::eds_event::LinkedItemsDefault::testLinkedItemsUpdateChild ==1774== Parent PID: 96 ==1774== --1774-- WARNING: Serious error when reading debug info --1774-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --1774-- Ignoring non-Dwarf2/3/4 block in .debug_info --1774-- WARNING: Serious error when reading debug info --1774-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --1774-- Last block truncated in .debug_info; ignoring --1774-- WARNING: Serious error when reading debug info --1774-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --1774-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1774-- WARNING: Serious error when reading debug info --1774-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --1774-- Ignoring non-Dwarf2/3/4 block in .debug_info --1774-- WARNING: Serious error when reading debug info --1774-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --1774-- Last block truncated in .debug_info; ignoring --1774-- WARNING: Serious error when reading debug info --1774-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --1774-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1774-- WARNING: Serious error when reading debug info --1774-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --1774-- Ignoring non-Dwarf2/3/4 block in .debug_info --1774-- WARNING: Serious error when reading debug info --1774-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --1774-- Last block truncated in .debug_info; ignoring --1774-- WARNING: Serious error when reading debug info --1774-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --1774-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1774-- WARNING: Serious error when reading debug info --1774-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --1774-- Ignoring non-Dwarf2/3/4 block in .debug_info --1774-- WARNING: Serious error when reading debug info --1774-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --1774-- Last block truncated in .debug_info; ignoring --1774-- WARNING: Serious error when reading debug info --1774-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --1774-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1774-- WARNING: Serious error when reading debug info --1774-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --1774-- Ignoring non-Dwarf2/3/4 block in .debug_info --1774-- WARNING: Serious error when reading debug info --1774-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --1774-- Last block truncated in .debug_info; ignoring --1774-- WARNING: Serious error when reading debug info --1774-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --1774-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1774-- WARNING: Serious error when reading debug info --1774-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --1774-- Ignoring non-Dwarf2/3/4 block in .debug_info --1774-- WARNING: Serious error when reading debug info --1774-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --1774-- Last block truncated in .debug_info; ignoring --1774-- WARNING: Serious error when reading debug info --1774-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --1774-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1774-- WARNING: Serious error when reading debug info --1774-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --1774-- Ignoring non-Dwarf2/3/4 block in .debug_info --1774-- WARNING: Serious error when reading debug info --1774-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --1774-- Last block truncated in .debug_info; ignoring --1774-- WARNING: Serious error when reading debug info --1774-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --1774-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1774-- WARNING: Serious error when reading debug info --1774-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --1774-- Ignoring non-Dwarf2/3/4 block in .debug_info --1774-- WARNING: Serious error when reading debug info --1774-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --1774-- Last block truncated in .debug_info; ignoring --1774-- WARNING: Serious error when reading debug info --1774-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --1774-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1774-- WARNING: Serious error when reading debug info --1774-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --1774-- Ignoring non-Dwarf2/3/4 block in .debug_info --1774-- WARNING: Serious error when reading debug info --1774-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --1774-- Last block truncated in .debug_info; ignoring --1774-- WARNING: Serious error when reading debug info --1774-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --1774-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1774-- WARNING: Serious error when reading debug info --1774-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --1774-- Ignoring non-Dwarf2/3/4 block in .debug_info --1774-- WARNING: Serious error when reading debug info --1774-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --1774-- Last block truncated in .debug_info; ignoring --1774-- WARNING: Serious error when reading debug info --1774-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --1774-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1774-- WARNING: Serious error when reading debug info --1774-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --1774-- Ignoring non-Dwarf2/3/4 block in .debug_info --1774-- WARNING: Serious error when reading debug info --1774-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --1774-- Last block truncated in .debug_info; ignoring --1774-- WARNING: Serious error when reading debug info --1774-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --1774-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1774-- WARNING: Serious error when reading debug info --1774-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --1774-- Ignoring non-Dwarf2/3/4 block in .debug_info --1774-- WARNING: Serious error when reading debug info --1774-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --1774-- Last block truncated in .debug_info; ignoring --1774-- WARNING: Serious error when reading debug info --1774-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --1774-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1774-- WARNING: Serious error when reading debug info --1774-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --1774-- Ignoring non-Dwarf2/3/4 block in .debug_info --1774-- WARNING: Serious error when reading debug info --1774-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --1774-- Last block truncated in .debug_info; ignoring --1774-- WARNING: Serious error when reading debug info --1774-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --1774-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==1774== ==1774== HEAP SUMMARY: ==1774== in use at exit: 850,220 bytes in 8,364 blocks ==1774== total heap usage: 310,227 allocs, 301,863 frees, 25,145,916 bytes allocated ==1774== ==1774== LEAK SUMMARY: ==1774== definitely lost: 0 bytes in 0 blocks ==1774== indirectly lost: 0 bytes in 0 blocks ==1774== possibly lost: 432 bytes in 2 blocks ==1774== still reachable: 414,240 bytes in 2,956 blocks ==1774== of which reachable via heuristic: ==1774== length64 : 4,744 bytes in 76 blocks ==1774== newarray : 2,048 bytes in 48 blocks ==1774== suppressed: 372,524 bytes in 4,923 blocks ==1774== Rerun with --leak-check=full to see details of leaked memory ==1774== ==1774== For counts of detected and suppressed errors, rerun with: -v ==1774== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==182== Memcheck, a memory error detector ==182== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==182== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==182== Command: ./client-test Client::Source::eds_event::testSimpleInsert ==182== Parent PID: 96 ==182== --182-- WARNING: Serious error when reading debug info --182-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --182-- Ignoring non-Dwarf2/3/4 block in .debug_info --182-- WARNING: Serious error when reading debug info --182-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --182-- Last block truncated in .debug_info; ignoring --182-- WARNING: Serious error when reading debug info --182-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --182-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --182-- WARNING: Serious error when reading debug info --182-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --182-- Ignoring non-Dwarf2/3/4 block in .debug_info --182-- WARNING: Serious error when reading debug info --182-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --182-- Last block truncated in .debug_info; ignoring --182-- WARNING: Serious error when reading debug info --182-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --182-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --182-- WARNING: Serious error when reading debug info --182-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --182-- Ignoring non-Dwarf2/3/4 block in .debug_info --182-- WARNING: Serious error when reading debug info --182-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --182-- Last block truncated in .debug_info; ignoring --182-- WARNING: Serious error when reading debug info --182-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --182-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --182-- WARNING: Serious error when reading debug info --182-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --182-- Ignoring non-Dwarf2/3/4 block in .debug_info --182-- WARNING: Serious error when reading debug info --182-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --182-- Last block truncated in .debug_info; ignoring --182-- WARNING: Serious error when reading debug info --182-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --182-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --182-- WARNING: Serious error when reading debug info --182-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --182-- Ignoring non-Dwarf2/3/4 block in .debug_info --182-- WARNING: Serious error when reading debug info --182-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --182-- Last block truncated in .debug_info; ignoring --182-- WARNING: Serious error when reading debug info --182-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --182-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --182-- WARNING: Serious error when reading debug info --182-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --182-- Ignoring non-Dwarf2/3/4 block in .debug_info --182-- WARNING: Serious error when reading debug info --182-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --182-- Last block truncated in .debug_info; ignoring --182-- WARNING: Serious error when reading debug info --182-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --182-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --182-- WARNING: Serious error when reading debug info --182-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --182-- Ignoring non-Dwarf2/3/4 block in .debug_info --182-- WARNING: Serious error when reading debug info --182-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --182-- Last block truncated in .debug_info; ignoring --182-- WARNING: Serious error when reading debug info --182-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --182-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --182-- WARNING: Serious error when reading debug info --182-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --182-- Ignoring non-Dwarf2/3/4 block in .debug_info --182-- WARNING: Serious error when reading debug info --182-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --182-- Last block truncated in .debug_info; ignoring --182-- WARNING: Serious error when reading debug info --182-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --182-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --182-- WARNING: Serious error when reading debug info --182-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --182-- Ignoring non-Dwarf2/3/4 block in .debug_info --182-- WARNING: Serious error when reading debug info --182-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --182-- Last block truncated in .debug_info; ignoring --182-- WARNING: Serious error when reading debug info --182-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --182-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --182-- WARNING: Serious error when reading debug info --182-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --182-- Ignoring non-Dwarf2/3/4 block in .debug_info --182-- WARNING: Serious error when reading debug info --182-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --182-- Last block truncated in .debug_info; ignoring --182-- WARNING: Serious error when reading debug info --182-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --182-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --182-- WARNING: Serious error when reading debug info --182-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --182-- Ignoring non-Dwarf2/3/4 block in .debug_info --182-- WARNING: Serious error when reading debug info --182-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --182-- Last block truncated in .debug_info; ignoring --182-- WARNING: Serious error when reading debug info --182-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --182-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --182-- WARNING: Serious error when reading debug info --182-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --182-- Ignoring non-Dwarf2/3/4 block in .debug_info --182-- WARNING: Serious error when reading debug info --182-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --182-- Last block truncated in .debug_info; ignoring --182-- WARNING: Serious error when reading debug info --182-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --182-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --182-- WARNING: Serious error when reading debug info --182-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --182-- Ignoring non-Dwarf2/3/4 block in .debug_info --182-- WARNING: Serious error when reading debug info --182-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --182-- Last block truncated in .debug_info; ignoring --182-- WARNING: Serious error when reading debug info --182-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --182-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==182== ==182== HEAP SUMMARY: ==182== in use at exit: 694,173 bytes in 5,902 blocks ==182== total heap usage: 126,989 allocs, 121,087 frees, 11,490,597 bytes allocated ==182== ==182== LEAK SUMMARY: ==182== definitely lost: 0 bytes in 0 blocks ==182== indirectly lost: 0 bytes in 0 blocks ==182== possibly lost: 1,104 bytes in 4 blocks ==182== still reachable: 265,549 bytes in 641 blocks ==182== of which reachable via heuristic: ==182== length64 : 4,744 bytes in 76 blocks ==182== newarray : 2,048 bytes in 48 blocks ==182== suppressed: 364,328 bytes in 4,772 blocks ==182== Rerun with --leak-check=full to see details of leaked memory ==182== ==182== For counts of detected and suppressed errors, rerun with: -v ==182== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==1854== Memcheck, a memory error detector ==1854== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==1854== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==1854== Command: ./client-test Client::Source::eds_event::LinkedItemsDefault::testLinkedItemsUpdateChildNoIDs ==1854== Parent PID: 96 ==1854== --1854-- WARNING: Serious error when reading debug info --1854-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --1854-- Ignoring non-Dwarf2/3/4 block in .debug_info --1854-- WARNING: Serious error when reading debug info --1854-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --1854-- Last block truncated in .debug_info; ignoring --1854-- WARNING: Serious error when reading debug info --1854-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --1854-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1854-- WARNING: Serious error when reading debug info --1854-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --1854-- Ignoring non-Dwarf2/3/4 block in .debug_info --1854-- WARNING: Serious error when reading debug info --1854-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --1854-- Last block truncated in .debug_info; ignoring --1854-- WARNING: Serious error when reading debug info --1854-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --1854-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1854-- WARNING: Serious error when reading debug info --1854-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --1854-- Ignoring non-Dwarf2/3/4 block in .debug_info --1854-- WARNING: Serious error when reading debug info --1854-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --1854-- Last block truncated in .debug_info; ignoring --1854-- WARNING: Serious error when reading debug info --1854-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --1854-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1854-- WARNING: Serious error when reading debug info --1854-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --1854-- Ignoring non-Dwarf2/3/4 block in .debug_info --1854-- WARNING: Serious error when reading debug info --1854-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --1854-- Last block truncated in .debug_info; ignoring --1854-- WARNING: Serious error when reading debug info --1854-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --1854-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1854-- WARNING: Serious error when reading debug info --1854-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --1854-- Ignoring non-Dwarf2/3/4 block in .debug_info --1854-- WARNING: Serious error when reading debug info --1854-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --1854-- Last block truncated in .debug_info; ignoring --1854-- WARNING: Serious error when reading debug info --1854-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --1854-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1854-- WARNING: Serious error when reading debug info --1854-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --1854-- Ignoring non-Dwarf2/3/4 block in .debug_info --1854-- WARNING: Serious error when reading debug info --1854-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --1854-- Last block truncated in .debug_info; ignoring --1854-- WARNING: Serious error when reading debug info --1854-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --1854-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1854-- WARNING: Serious error when reading debug info --1854-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --1854-- Ignoring non-Dwarf2/3/4 block in .debug_info --1854-- WARNING: Serious error when reading debug info --1854-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --1854-- Last block truncated in .debug_info; ignoring --1854-- WARNING: Serious error when reading debug info --1854-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --1854-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1854-- WARNING: Serious error when reading debug info --1854-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --1854-- Ignoring non-Dwarf2/3/4 block in .debug_info --1854-- WARNING: Serious error when reading debug info --1854-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --1854-- Last block truncated in .debug_info; ignoring --1854-- WARNING: Serious error when reading debug info --1854-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --1854-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1854-- WARNING: Serious error when reading debug info --1854-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --1854-- Ignoring non-Dwarf2/3/4 block in .debug_info --1854-- WARNING: Serious error when reading debug info --1854-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --1854-- Last block truncated in .debug_info; ignoring --1854-- WARNING: Serious error when reading debug info --1854-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --1854-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1854-- WARNING: Serious error when reading debug info --1854-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --1854-- Ignoring non-Dwarf2/3/4 block in .debug_info --1854-- WARNING: Serious error when reading debug info --1854-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --1854-- Last block truncated in .debug_info; ignoring --1854-- WARNING: Serious error when reading debug info --1854-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --1854-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1854-- WARNING: Serious error when reading debug info --1854-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --1854-- Ignoring non-Dwarf2/3/4 block in .debug_info --1854-- WARNING: Serious error when reading debug info --1854-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --1854-- Last block truncated in .debug_info; ignoring --1854-- WARNING: Serious error when reading debug info --1854-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --1854-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1854-- WARNING: Serious error when reading debug info --1854-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --1854-- Ignoring non-Dwarf2/3/4 block in .debug_info --1854-- WARNING: Serious error when reading debug info --1854-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --1854-- Last block truncated in .debug_info; ignoring --1854-- WARNING: Serious error when reading debug info --1854-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --1854-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1854-- WARNING: Serious error when reading debug info --1854-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --1854-- Ignoring non-Dwarf2/3/4 block in .debug_info --1854-- WARNING: Serious error when reading debug info --1854-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --1854-- Last block truncated in .debug_info; ignoring --1854-- WARNING: Serious error when reading debug info --1854-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --1854-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==1854== ==1854== HEAP SUMMARY: ==1854== in use at exit: 850,639 bytes in 8,378 blocks ==1854== total heap usage: 224,636 allocs, 216,258 frees, 19,278,500 bytes allocated ==1854== ==1854== LEAK SUMMARY: ==1854== definitely lost: 0 bytes in 0 blocks ==1854== indirectly lost: 0 bytes in 0 blocks ==1854== possibly lost: 1,104 bytes in 4 blocks ==1854== still reachable: 422,293 bytes in 3,119 blocks ==1854== of which reachable via heuristic: ==1854== length64 : 4,744 bytes in 76 blocks ==1854== newarray : 2,048 bytes in 48 blocks ==1854== suppressed: 364,050 bytes in 4,770 blocks ==1854== Rerun with --leak-check=full to see details of leaked memory ==1854== ==1854== For counts of detected and suppressed errors, rerun with: -v ==1854== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==1908== Memcheck, a memory error detector ==1908== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==1908== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==1908== Command: ./client-test Client::Source::eds_event::LinkedItemsDefault::testLinkedItemsInsertBothUpdateChild ==1908== Parent PID: 96 ==1908== --1908-- WARNING: Serious error when reading debug info --1908-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --1908-- Ignoring non-Dwarf2/3/4 block in .debug_info --1908-- WARNING: Serious error when reading debug info --1908-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --1908-- Last block truncated in .debug_info; ignoring --1908-- WARNING: Serious error when reading debug info --1908-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --1908-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1908-- WARNING: Serious error when reading debug info --1908-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --1908-- Ignoring non-Dwarf2/3/4 block in .debug_info --1908-- WARNING: Serious error when reading debug info --1908-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --1908-- Last block truncated in .debug_info; ignoring --1908-- WARNING: Serious error when reading debug info --1908-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --1908-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1908-- WARNING: Serious error when reading debug info --1908-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --1908-- Ignoring non-Dwarf2/3/4 block in .debug_info --1908-- WARNING: Serious error when reading debug info --1908-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --1908-- Last block truncated in .debug_info; ignoring --1908-- WARNING: Serious error when reading debug info --1908-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --1908-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1908-- WARNING: Serious error when reading debug info --1908-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --1908-- Ignoring non-Dwarf2/3/4 block in .debug_info --1908-- WARNING: Serious error when reading debug info --1908-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --1908-- Last block truncated in .debug_info; ignoring --1908-- WARNING: Serious error when reading debug info --1908-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --1908-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1908-- WARNING: Serious error when reading debug info --1908-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --1908-- Ignoring non-Dwarf2/3/4 block in .debug_info --1908-- WARNING: Serious error when reading debug info --1908-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --1908-- Last block truncated in .debug_info; ignoring --1908-- WARNING: Serious error when reading debug info --1908-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --1908-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1908-- WARNING: Serious error when reading debug info --1908-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --1908-- Ignoring non-Dwarf2/3/4 block in .debug_info --1908-- WARNING: Serious error when reading debug info --1908-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --1908-- Last block truncated in .debug_info; ignoring --1908-- WARNING: Serious error when reading debug info --1908-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --1908-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1908-- WARNING: Serious error when reading debug info --1908-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --1908-- Ignoring non-Dwarf2/3/4 block in .debug_info --1908-- WARNING: Serious error when reading debug info --1908-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --1908-- Last block truncated in .debug_info; ignoring --1908-- WARNING: Serious error when reading debug info --1908-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --1908-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1908-- WARNING: Serious error when reading debug info --1908-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --1908-- Ignoring non-Dwarf2/3/4 block in .debug_info --1908-- WARNING: Serious error when reading debug info --1908-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --1908-- Last block truncated in .debug_info; ignoring --1908-- WARNING: Serious error when reading debug info --1908-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --1908-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1908-- WARNING: Serious error when reading debug info --1908-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --1908-- Ignoring non-Dwarf2/3/4 block in .debug_info --1908-- WARNING: Serious error when reading debug info --1908-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --1908-- Last block truncated in .debug_info; ignoring --1908-- WARNING: Serious error when reading debug info --1908-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --1908-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1908-- WARNING: Serious error when reading debug info --1908-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --1908-- Ignoring non-Dwarf2/3/4 block in .debug_info --1908-- WARNING: Serious error when reading debug info --1908-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --1908-- Last block truncated in .debug_info; ignoring --1908-- WARNING: Serious error when reading debug info --1908-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --1908-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1908-- WARNING: Serious error when reading debug info --1908-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --1908-- Ignoring non-Dwarf2/3/4 block in .debug_info --1908-- WARNING: Serious error when reading debug info --1908-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --1908-- Last block truncated in .debug_info; ignoring --1908-- WARNING: Serious error when reading debug info --1908-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --1908-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1908-- WARNING: Serious error when reading debug info --1908-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --1908-- Ignoring non-Dwarf2/3/4 block in .debug_info --1908-- WARNING: Serious error when reading debug info --1908-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --1908-- Last block truncated in .debug_info; ignoring --1908-- WARNING: Serious error when reading debug info --1908-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --1908-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --1908-- WARNING: Serious error when reading debug info --1908-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --1908-- Ignoring non-Dwarf2/3/4 block in .debug_info --1908-- WARNING: Serious error when reading debug info --1908-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --1908-- Last block truncated in .debug_info; ignoring --1908-- WARNING: Serious error when reading debug info --1908-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --1908-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==1908== ==1908== HEAP SUMMARY: ==1908== in use at exit: 850,220 bytes in 8,364 blocks ==1908== total heap usage: 383,881 allocs, 375,517 frees, 31,527,167 bytes allocated ==1908== ==1908== LEAK SUMMARY: ==1908== definitely lost: 0 bytes in 0 blocks ==1908== indirectly lost: 0 bytes in 0 blocks ==1908== possibly lost: 432 bytes in 2 blocks ==1908== still reachable: 414,015 bytes in 2,952 blocks ==1908== of which reachable via heuristic: ==1908== length64 : 4,744 bytes in 76 blocks ==1908== newarray : 2,048 bytes in 48 blocks ==1908== suppressed: 372,749 bytes in 4,927 blocks ==1908== Rerun with --leak-check=full to see details of leaked memory ==1908== ==1908== For counts of detected and suppressed errors, rerun with: -v ==1908== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==2002== Memcheck, a memory error detector ==2002== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==2002== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==2002== Command: ./client-test Client::Source::eds_event::LinkedItemsDefault::testLinkedItemsInsertBothUpdateParent ==2002== Parent PID: 96 ==2002== --2002-- WARNING: Serious error when reading debug info --2002-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --2002-- Ignoring non-Dwarf2/3/4 block in .debug_info --2002-- WARNING: Serious error when reading debug info --2002-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --2002-- Last block truncated in .debug_info; ignoring --2002-- WARNING: Serious error when reading debug info --2002-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --2002-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2002-- WARNING: Serious error when reading debug info --2002-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --2002-- Ignoring non-Dwarf2/3/4 block in .debug_info --2002-- WARNING: Serious error when reading debug info --2002-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --2002-- Last block truncated in .debug_info; ignoring --2002-- WARNING: Serious error when reading debug info --2002-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --2002-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2002-- WARNING: Serious error when reading debug info --2002-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --2002-- Ignoring non-Dwarf2/3/4 block in .debug_info --2002-- WARNING: Serious error when reading debug info --2002-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --2002-- Last block truncated in .debug_info; ignoring --2002-- WARNING: Serious error when reading debug info --2002-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --2002-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2002-- WARNING: Serious error when reading debug info --2002-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --2002-- Ignoring non-Dwarf2/3/4 block in .debug_info --2002-- WARNING: Serious error when reading debug info --2002-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --2002-- Last block truncated in .debug_info; ignoring --2002-- WARNING: Serious error when reading debug info --2002-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --2002-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2002-- WARNING: Serious error when reading debug info --2002-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --2002-- Ignoring non-Dwarf2/3/4 block in .debug_info --2002-- WARNING: Serious error when reading debug info --2002-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --2002-- Last block truncated in .debug_info; ignoring --2002-- WARNING: Serious error when reading debug info --2002-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --2002-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2002-- WARNING: Serious error when reading debug info --2002-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --2002-- Ignoring non-Dwarf2/3/4 block in .debug_info --2002-- WARNING: Serious error when reading debug info --2002-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --2002-- Last block truncated in .debug_info; ignoring --2002-- WARNING: Serious error when reading debug info --2002-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --2002-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2002-- WARNING: Serious error when reading debug info --2002-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --2002-- Ignoring non-Dwarf2/3/4 block in .debug_info --2002-- WARNING: Serious error when reading debug info --2002-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --2002-- Last block truncated in .debug_info; ignoring --2002-- WARNING: Serious error when reading debug info --2002-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --2002-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2002-- WARNING: Serious error when reading debug info --2002-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --2002-- Ignoring non-Dwarf2/3/4 block in .debug_info --2002-- WARNING: Serious error when reading debug info --2002-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --2002-- Last block truncated in .debug_info; ignoring --2002-- WARNING: Serious error when reading debug info --2002-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --2002-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2002-- WARNING: Serious error when reading debug info --2002-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --2002-- Ignoring non-Dwarf2/3/4 block in .debug_info --2002-- WARNING: Serious error when reading debug info --2002-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --2002-- Last block truncated in .debug_info; ignoring --2002-- WARNING: Serious error when reading debug info --2002-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --2002-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2002-- WARNING: Serious error when reading debug info --2002-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --2002-- Ignoring non-Dwarf2/3/4 block in .debug_info --2002-- WARNING: Serious error when reading debug info --2002-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --2002-- Last block truncated in .debug_info; ignoring --2002-- WARNING: Serious error when reading debug info --2002-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --2002-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2002-- WARNING: Serious error when reading debug info --2002-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --2002-- Ignoring non-Dwarf2/3/4 block in .debug_info --2002-- WARNING: Serious error when reading debug info --2002-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --2002-- Last block truncated in .debug_info; ignoring --2002-- WARNING: Serious error when reading debug info --2002-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --2002-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2002-- WARNING: Serious error when reading debug info --2002-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --2002-- Ignoring non-Dwarf2/3/4 block in .debug_info --2002-- WARNING: Serious error when reading debug info --2002-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --2002-- Last block truncated in .debug_info; ignoring --2002-- WARNING: Serious error when reading debug info --2002-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --2002-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2002-- WARNING: Serious error when reading debug info --2002-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --2002-- Ignoring non-Dwarf2/3/4 block in .debug_info --2002-- WARNING: Serious error when reading debug info --2002-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --2002-- Last block truncated in .debug_info; ignoring --2002-- WARNING: Serious error when reading debug info --2002-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --2002-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==2002== ==2002== HEAP SUMMARY: ==2002== in use at exit: 852,117 bytes in 8,394 blocks ==2002== total heap usage: 384,795 allocs, 376,401 frees, 31,581,592 bytes allocated ==2002== ==2002== LEAK SUMMARY: ==2002== definitely lost: 0 bytes in 0 blocks ==2002== indirectly lost: 0 bytes in 0 blocks ==2002== possibly lost: 1,104 bytes in 4 blocks ==2002== still reachable: 423,398 bytes in 3,141 blocks ==2002== of which reachable via heuristic: ==2002== length64 : 4,744 bytes in 76 blocks ==2002== newarray : 2,048 bytes in 48 blocks ==2002== suppressed: 364,591 bytes in 4,766 blocks ==2002== Rerun with --leak-check=full to see details of leaked memory ==2002== ==2002== For counts of detected and suppressed errors, rerun with: -v ==2002== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==207== Memcheck, a memory error detector ==207== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==207== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==207== Command: ./client-test Client::Source::eds_event::testLocalDeleteAll ==207== Parent PID: 96 ==207== --207-- WARNING: Serious error when reading debug info --207-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --207-- Ignoring non-Dwarf2/3/4 block in .debug_info --207-- WARNING: Serious error when reading debug info --207-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --207-- Last block truncated in .debug_info; ignoring --207-- WARNING: Serious error when reading debug info --207-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --207-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --207-- WARNING: Serious error when reading debug info --207-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --207-- Ignoring non-Dwarf2/3/4 block in .debug_info --207-- WARNING: Serious error when reading debug info --207-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --207-- Last block truncated in .debug_info; ignoring --207-- WARNING: Serious error when reading debug info --207-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --207-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --207-- WARNING: Serious error when reading debug info --207-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --207-- Ignoring non-Dwarf2/3/4 block in .debug_info --207-- WARNING: Serious error when reading debug info --207-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --207-- Last block truncated in .debug_info; ignoring --207-- WARNING: Serious error when reading debug info --207-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --207-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --207-- WARNING: Serious error when reading debug info --207-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --207-- Ignoring non-Dwarf2/3/4 block in .debug_info --207-- WARNING: Serious error when reading debug info --207-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --207-- Last block truncated in .debug_info; ignoring --207-- WARNING: Serious error when reading debug info --207-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --207-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --207-- WARNING: Serious error when reading debug info --207-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --207-- Ignoring non-Dwarf2/3/4 block in .debug_info --207-- WARNING: Serious error when reading debug info --207-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --207-- Last block truncated in .debug_info; ignoring --207-- WARNING: Serious error when reading debug info --207-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --207-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --207-- WARNING: Serious error when reading debug info --207-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --207-- Ignoring non-Dwarf2/3/4 block in .debug_info --207-- WARNING: Serious error when reading debug info --207-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --207-- Last block truncated in .debug_info; ignoring --207-- WARNING: Serious error when reading debug info --207-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --207-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --207-- WARNING: Serious error when reading debug info --207-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --207-- Ignoring non-Dwarf2/3/4 block in .debug_info --207-- WARNING: Serious error when reading debug info --207-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --207-- Last block truncated in .debug_info; ignoring --207-- WARNING: Serious error when reading debug info --207-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --207-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --207-- WARNING: Serious error when reading debug info --207-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --207-- Ignoring non-Dwarf2/3/4 block in .debug_info --207-- WARNING: Serious error when reading debug info --207-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --207-- Last block truncated in .debug_info; ignoring --207-- WARNING: Serious error when reading debug info --207-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --207-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --207-- WARNING: Serious error when reading debug info --207-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --207-- Ignoring non-Dwarf2/3/4 block in .debug_info --207-- WARNING: Serious error when reading debug info --207-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --207-- Last block truncated in .debug_info; ignoring --207-- WARNING: Serious error when reading debug info --207-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --207-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --207-- WARNING: Serious error when reading debug info --207-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --207-- Ignoring non-Dwarf2/3/4 block in .debug_info --207-- WARNING: Serious error when reading debug info --207-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --207-- Last block truncated in .debug_info; ignoring --207-- WARNING: Serious error when reading debug info --207-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --207-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --207-- WARNING: Serious error when reading debug info --207-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --207-- Ignoring non-Dwarf2/3/4 block in .debug_info --207-- WARNING: Serious error when reading debug info --207-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --207-- Last block truncated in .debug_info; ignoring --207-- WARNING: Serious error when reading debug info --207-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --207-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --207-- WARNING: Serious error when reading debug info --207-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --207-- Ignoring non-Dwarf2/3/4 block in .debug_info --207-- WARNING: Serious error when reading debug info --207-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --207-- Last block truncated in .debug_info; ignoring --207-- WARNING: Serious error when reading debug info --207-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --207-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --207-- WARNING: Serious error when reading debug info --207-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --207-- Ignoring non-Dwarf2/3/4 block in .debug_info --207-- WARNING: Serious error when reading debug info --207-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --207-- Last block truncated in .debug_info; ignoring --207-- WARNING: Serious error when reading debug info --207-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --207-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==207== ==207== HEAP SUMMARY: ==207== in use at exit: 690,726 bytes in 5,837 blocks ==207== total heap usage: 167,501 allocs, 161,664 frees, 13,947,208 bytes allocated ==207== ==207== LEAK SUMMARY: ==207== definitely lost: 0 bytes in 0 blocks ==207== indirectly lost: 0 bytes in 0 blocks ==207== possibly lost: 1,104 bytes in 4 blocks ==207== still reachable: 262,777 bytes in 589 blocks ==207== of which reachable via heuristic: ==207== length64 : 4,744 bytes in 76 blocks ==207== newarray : 2,048 bytes in 48 blocks ==207== suppressed: 363,821 bytes in 4,761 blocks ==207== Rerun with --leak-check=full to see details of leaked memory ==207== ==207== For counts of detected and suppressed errors, rerun with: -v ==207== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==2096== Memcheck, a memory error detector ==2096== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==2096== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==2096== Command: ./client-test Client::Source::eds_event::LinkedItemsDefault::testLinkedItemsSingle404 ==2096== Parent PID: 96 ==2096== --2096-- WARNING: Serious error when reading debug info --2096-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --2096-- Ignoring non-Dwarf2/3/4 block in .debug_info --2096-- WARNING: Serious error when reading debug info --2096-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --2096-- Last block truncated in .debug_info; ignoring --2096-- WARNING: Serious error when reading debug info --2096-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --2096-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2096-- WARNING: Serious error when reading debug info --2096-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --2096-- Ignoring non-Dwarf2/3/4 block in .debug_info --2096-- WARNING: Serious error when reading debug info --2096-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --2096-- Last block truncated in .debug_info; ignoring --2096-- WARNING: Serious error when reading debug info --2096-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --2096-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2096-- WARNING: Serious error when reading debug info --2096-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --2096-- Ignoring non-Dwarf2/3/4 block in .debug_info --2096-- WARNING: Serious error when reading debug info --2096-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --2096-- Last block truncated in .debug_info; ignoring --2096-- WARNING: Serious error when reading debug info --2096-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --2096-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2096-- WARNING: Serious error when reading debug info --2096-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --2096-- Ignoring non-Dwarf2/3/4 block in .debug_info --2096-- WARNING: Serious error when reading debug info --2096-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --2096-- Last block truncated in .debug_info; ignoring --2096-- WARNING: Serious error when reading debug info --2096-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --2096-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2096-- WARNING: Serious error when reading debug info --2096-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --2096-- Ignoring non-Dwarf2/3/4 block in .debug_info --2096-- WARNING: Serious error when reading debug info --2096-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --2096-- Last block truncated in .debug_info; ignoring --2096-- WARNING: Serious error when reading debug info --2096-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --2096-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2096-- WARNING: Serious error when reading debug info --2096-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --2096-- Ignoring non-Dwarf2/3/4 block in .debug_info --2096-- WARNING: Serious error when reading debug info --2096-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --2096-- Last block truncated in .debug_info; ignoring --2096-- WARNING: Serious error when reading debug info --2096-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --2096-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2096-- WARNING: Serious error when reading debug info --2096-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --2096-- Ignoring non-Dwarf2/3/4 block in .debug_info --2096-- WARNING: Serious error when reading debug info --2096-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --2096-- Last block truncated in .debug_info; ignoring --2096-- WARNING: Serious error when reading debug info --2096-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --2096-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2096-- WARNING: Serious error when reading debug info --2096-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --2096-- Ignoring non-Dwarf2/3/4 block in .debug_info --2096-- WARNING: Serious error when reading debug info --2096-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --2096-- Last block truncated in .debug_info; ignoring --2096-- WARNING: Serious error when reading debug info --2096-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --2096-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2096-- WARNING: Serious error when reading debug info --2096-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --2096-- Ignoring non-Dwarf2/3/4 block in .debug_info --2096-- WARNING: Serious error when reading debug info --2096-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --2096-- Last block truncated in .debug_info; ignoring --2096-- WARNING: Serious error when reading debug info --2096-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --2096-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2096-- WARNING: Serious error when reading debug info --2096-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --2096-- Ignoring non-Dwarf2/3/4 block in .debug_info --2096-- WARNING: Serious error when reading debug info --2096-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --2096-- Last block truncated in .debug_info; ignoring --2096-- WARNING: Serious error when reading debug info --2096-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --2096-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2096-- WARNING: Serious error when reading debug info --2096-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --2096-- Ignoring non-Dwarf2/3/4 block in .debug_info --2096-- WARNING: Serious error when reading debug info --2096-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --2096-- Last block truncated in .debug_info; ignoring --2096-- WARNING: Serious error when reading debug info --2096-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --2096-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2096-- WARNING: Serious error when reading debug info --2096-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --2096-- Ignoring non-Dwarf2/3/4 block in .debug_info --2096-- WARNING: Serious error when reading debug info --2096-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --2096-- Last block truncated in .debug_info; ignoring --2096-- WARNING: Serious error when reading debug info --2096-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --2096-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2096-- WARNING: Serious error when reading debug info --2096-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --2096-- Ignoring non-Dwarf2/3/4 block in .debug_info --2096-- WARNING: Serious error when reading debug info --2096-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --2096-- Last block truncated in .debug_info; ignoring --2096-- WARNING: Serious error when reading debug info --2096-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --2096-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==2096== ==2096== HEAP SUMMARY: ==2096== in use at exit: 851,538 bytes in 8,391 blocks ==2096== total heap usage: 191,873 allocs, 183,482 frees, 16,059,205 bytes allocated ==2096== ==2096== LEAK SUMMARY: ==2096== definitely lost: 0 bytes in 0 blocks ==2096== indirectly lost: 0 bytes in 0 blocks ==2096== possibly lost: 1,104 bytes in 4 blocks ==2096== still reachable: 423,115 bytes in 3,129 blocks ==2096== of which reachable via heuristic: ==2096== length64 : 4,744 bytes in 76 blocks ==2096== newarray : 2,048 bytes in 48 blocks ==2096== suppressed: 364,295 bytes in 4,775 blocks ==2096== Rerun with --leak-check=full to see details of leaked memory ==2096== ==2096== For counts of detected and suppressed errors, rerun with: -v ==2096== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==2134== Memcheck, a memory error detector ==2134== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==2134== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==2134== Command: ./client-test Client::Source::eds_event::LinkedItemsDefault::testLinkedItemsMany404 ==2134== Parent PID: 96 ==2134== --2134-- WARNING: Serious error when reading debug info --2134-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --2134-- Ignoring non-Dwarf2/3/4 block in .debug_info --2134-- WARNING: Serious error when reading debug info --2134-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --2134-- Last block truncated in .debug_info; ignoring --2134-- WARNING: Serious error when reading debug info --2134-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --2134-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2134-- WARNING: Serious error when reading debug info --2134-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --2134-- Ignoring non-Dwarf2/3/4 block in .debug_info --2134-- WARNING: Serious error when reading debug info --2134-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --2134-- Last block truncated in .debug_info; ignoring --2134-- WARNING: Serious error when reading debug info --2134-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --2134-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2134-- WARNING: Serious error when reading debug info --2134-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --2134-- Ignoring non-Dwarf2/3/4 block in .debug_info --2134-- WARNING: Serious error when reading debug info --2134-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --2134-- Last block truncated in .debug_info; ignoring --2134-- WARNING: Serious error when reading debug info --2134-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --2134-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2134-- WARNING: Serious error when reading debug info --2134-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --2134-- Ignoring non-Dwarf2/3/4 block in .debug_info --2134-- WARNING: Serious error when reading debug info --2134-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --2134-- Last block truncated in .debug_info; ignoring --2134-- WARNING: Serious error when reading debug info --2134-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --2134-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2134-- WARNING: Serious error when reading debug info --2134-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --2134-- Ignoring non-Dwarf2/3/4 block in .debug_info --2134-- WARNING: Serious error when reading debug info --2134-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --2134-- Last block truncated in .debug_info; ignoring --2134-- WARNING: Serious error when reading debug info --2134-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --2134-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2134-- WARNING: Serious error when reading debug info --2134-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --2134-- Ignoring non-Dwarf2/3/4 block in .debug_info --2134-- WARNING: Serious error when reading debug info --2134-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --2134-- Last block truncated in .debug_info; ignoring --2134-- WARNING: Serious error when reading debug info --2134-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --2134-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2134-- WARNING: Serious error when reading debug info --2134-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --2134-- Ignoring non-Dwarf2/3/4 block in .debug_info --2134-- WARNING: Serious error when reading debug info --2134-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --2134-- Last block truncated in .debug_info; ignoring --2134-- WARNING: Serious error when reading debug info --2134-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --2134-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2134-- WARNING: Serious error when reading debug info --2134-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --2134-- Ignoring non-Dwarf2/3/4 block in .debug_info --2134-- WARNING: Serious error when reading debug info --2134-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --2134-- Last block truncated in .debug_info; ignoring --2134-- WARNING: Serious error when reading debug info --2134-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --2134-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2134-- WARNING: Serious error when reading debug info --2134-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --2134-- Ignoring non-Dwarf2/3/4 block in .debug_info --2134-- WARNING: Serious error when reading debug info --2134-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --2134-- Last block truncated in .debug_info; ignoring --2134-- WARNING: Serious error when reading debug info --2134-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --2134-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2134-- WARNING: Serious error when reading debug info --2134-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --2134-- Ignoring non-Dwarf2/3/4 block in .debug_info --2134-- WARNING: Serious error when reading debug info --2134-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --2134-- Last block truncated in .debug_info; ignoring --2134-- WARNING: Serious error when reading debug info --2134-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --2134-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2134-- WARNING: Serious error when reading debug info --2134-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --2134-- Ignoring non-Dwarf2/3/4 block in .debug_info --2134-- WARNING: Serious error when reading debug info --2134-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --2134-- Last block truncated in .debug_info; ignoring --2134-- WARNING: Serious error when reading debug info --2134-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --2134-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2134-- WARNING: Serious error when reading debug info --2134-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --2134-- Ignoring non-Dwarf2/3/4 block in .debug_info --2134-- WARNING: Serious error when reading debug info --2134-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --2134-- Last block truncated in .debug_info; ignoring --2134-- WARNING: Serious error when reading debug info --2134-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --2134-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2134-- WARNING: Serious error when reading debug info --2134-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --2134-- Ignoring non-Dwarf2/3/4 block in .debug_info --2134-- WARNING: Serious error when reading debug info --2134-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --2134-- Last block truncated in .debug_info; ignoring --2134-- WARNING: Serious error when reading debug info --2134-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --2134-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==2134== ==2134== HEAP SUMMARY: ==2134== in use at exit: 836,309 bytes in 8,135 blocks ==2134== total heap usage: 238,592 allocs, 230,457 frees, 19,512,406 bytes allocated ==2134== ==2134== LEAK SUMMARY: ==2134== definitely lost: 0 bytes in 0 blocks ==2134== indirectly lost: 0 bytes in 0 blocks ==2134== possibly lost: 1,104 bytes in 4 blocks ==2134== still reachable: 415,211 bytes in 3,032 blocks ==2134== of which reachable via heuristic: ==2134== length64 : 4,744 bytes in 76 blocks ==2134== newarray : 2,048 bytes in 48 blocks ==2134== suppressed: 356,970 bytes in 4,616 blocks ==2134== Rerun with --leak-check=full to see details of leaked memory ==2134== ==2134== For counts of detected and suppressed errors, rerun with: -v ==2134== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==2182== Memcheck, a memory error detector ==2182== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==2182== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==2182== Command: ./client-test Client::Source::eds_event::LinkedItemsWithVALARM::testLinkedItemsParent ==2182== Parent PID: 96 ==2182== --2182-- WARNING: Serious error when reading debug info --2182-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --2182-- Ignoring non-Dwarf2/3/4 block in .debug_info --2182-- WARNING: Serious error when reading debug info --2182-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --2182-- Last block truncated in .debug_info; ignoring --2182-- WARNING: Serious error when reading debug info --2182-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --2182-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2182-- WARNING: Serious error when reading debug info --2182-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --2182-- Ignoring non-Dwarf2/3/4 block in .debug_info --2182-- WARNING: Serious error when reading debug info --2182-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --2182-- Last block truncated in .debug_info; ignoring --2182-- WARNING: Serious error when reading debug info --2182-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --2182-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2182-- WARNING: Serious error when reading debug info --2182-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --2182-- Ignoring non-Dwarf2/3/4 block in .debug_info --2182-- WARNING: Serious error when reading debug info --2182-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --2182-- Last block truncated in .debug_info; ignoring --2182-- WARNING: Serious error when reading debug info --2182-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --2182-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2182-- WARNING: Serious error when reading debug info --2182-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --2182-- Ignoring non-Dwarf2/3/4 block in .debug_info --2182-- WARNING: Serious error when reading debug info --2182-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --2182-- Last block truncated in .debug_info; ignoring --2182-- WARNING: Serious error when reading debug info --2182-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --2182-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2182-- WARNING: Serious error when reading debug info --2182-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --2182-- Ignoring non-Dwarf2/3/4 block in .debug_info --2182-- WARNING: Serious error when reading debug info --2182-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --2182-- Last block truncated in .debug_info; ignoring --2182-- WARNING: Serious error when reading debug info --2182-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --2182-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2182-- WARNING: Serious error when reading debug info --2182-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --2182-- Ignoring non-Dwarf2/3/4 block in .debug_info --2182-- WARNING: Serious error when reading debug info --2182-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --2182-- Last block truncated in .debug_info; ignoring --2182-- WARNING: Serious error when reading debug info --2182-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --2182-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2182-- WARNING: Serious error when reading debug info --2182-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --2182-- Ignoring non-Dwarf2/3/4 block in .debug_info --2182-- WARNING: Serious error when reading debug info --2182-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --2182-- Last block truncated in .debug_info; ignoring --2182-- WARNING: Serious error when reading debug info --2182-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --2182-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2182-- WARNING: Serious error when reading debug info --2182-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --2182-- Ignoring non-Dwarf2/3/4 block in .debug_info --2182-- WARNING: Serious error when reading debug info --2182-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --2182-- Last block truncated in .debug_info; ignoring --2182-- WARNING: Serious error when reading debug info --2182-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --2182-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2182-- WARNING: Serious error when reading debug info --2182-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --2182-- Ignoring non-Dwarf2/3/4 block in .debug_info --2182-- WARNING: Serious error when reading debug info --2182-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --2182-- Last block truncated in .debug_info; ignoring --2182-- WARNING: Serious error when reading debug info --2182-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --2182-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2182-- WARNING: Serious error when reading debug info --2182-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --2182-- Ignoring non-Dwarf2/3/4 block in .debug_info --2182-- WARNING: Serious error when reading debug info --2182-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --2182-- Last block truncated in .debug_info; ignoring --2182-- WARNING: Serious error when reading debug info --2182-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --2182-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2182-- WARNING: Serious error when reading debug info --2182-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --2182-- Ignoring non-Dwarf2/3/4 block in .debug_info --2182-- WARNING: Serious error when reading debug info --2182-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --2182-- Last block truncated in .debug_info; ignoring --2182-- WARNING: Serious error when reading debug info --2182-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --2182-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2182-- WARNING: Serious error when reading debug info --2182-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --2182-- Ignoring non-Dwarf2/3/4 block in .debug_info --2182-- WARNING: Serious error when reading debug info --2182-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --2182-- Last block truncated in .debug_info; ignoring --2182-- WARNING: Serious error when reading debug info --2182-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --2182-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2182-- WARNING: Serious error when reading debug info --2182-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --2182-- Ignoring non-Dwarf2/3/4 block in .debug_info --2182-- WARNING: Serious error when reading debug info --2182-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --2182-- Last block truncated in .debug_info; ignoring --2182-- WARNING: Serious error when reading debug info --2182-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --2182-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==2182== ==2182== HEAP SUMMARY: ==2182== in use at exit: 847,641 bytes in 8,349 blocks ==2182== total heap usage: 279,582 allocs, 271,233 frees, 22,031,346 bytes allocated ==2182== ==2182== LEAK SUMMARY: ==2182== definitely lost: 0 bytes in 0 blocks ==2182== indirectly lost: 0 bytes in 0 blocks ==2182== possibly lost: 1,104 bytes in 4 blocks ==2182== still reachable: 418,155 bytes in 3,049 blocks ==2182== of which reachable via heuristic: ==2182== length64 : 4,744 bytes in 76 blocks ==2182== newarray : 2,048 bytes in 48 blocks ==2182== suppressed: 365,358 bytes in 4,813 blocks ==2182== Rerun with --leak-check=full to see details of leaked memory ==2182== ==2182== For counts of detected and suppressed errors, rerun with: -v ==2182== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==2248== Memcheck, a memory error detector ==2248== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==2248== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==2248== Command: ./client-test Client::Source::eds_event::LinkedItemsWithVALARM::testLinkedItemsChild ==2248== Parent PID: 96 ==2248== --2248-- WARNING: Serious error when reading debug info --2248-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --2248-- Ignoring non-Dwarf2/3/4 block in .debug_info --2248-- WARNING: Serious error when reading debug info --2248-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --2248-- Last block truncated in .debug_info; ignoring --2248-- WARNING: Serious error when reading debug info --2248-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --2248-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2248-- WARNING: Serious error when reading debug info --2248-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --2248-- Ignoring non-Dwarf2/3/4 block in .debug_info --2248-- WARNING: Serious error when reading debug info --2248-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --2248-- Last block truncated in .debug_info; ignoring --2248-- WARNING: Serious error when reading debug info --2248-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --2248-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2248-- WARNING: Serious error when reading debug info --2248-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --2248-- Ignoring non-Dwarf2/3/4 block in .debug_info --2248-- WARNING: Serious error when reading debug info --2248-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --2248-- Last block truncated in .debug_info; ignoring --2248-- WARNING: Serious error when reading debug info --2248-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --2248-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2248-- WARNING: Serious error when reading debug info --2248-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --2248-- Ignoring non-Dwarf2/3/4 block in .debug_info --2248-- WARNING: Serious error when reading debug info --2248-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --2248-- Last block truncated in .debug_info; ignoring --2248-- WARNING: Serious error when reading debug info --2248-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --2248-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2248-- WARNING: Serious error when reading debug info --2248-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --2248-- Ignoring non-Dwarf2/3/4 block in .debug_info --2248-- WARNING: Serious error when reading debug info --2248-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --2248-- Last block truncated in .debug_info; ignoring --2248-- WARNING: Serious error when reading debug info --2248-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --2248-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2248-- WARNING: Serious error when reading debug info --2248-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --2248-- Ignoring non-Dwarf2/3/4 block in .debug_info --2248-- WARNING: Serious error when reading debug info --2248-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --2248-- Last block truncated in .debug_info; ignoring --2248-- WARNING: Serious error when reading debug info --2248-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --2248-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2248-- WARNING: Serious error when reading debug info --2248-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --2248-- Ignoring non-Dwarf2/3/4 block in .debug_info --2248-- WARNING: Serious error when reading debug info --2248-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --2248-- Last block truncated in .debug_info; ignoring --2248-- WARNING: Serious error when reading debug info --2248-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --2248-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2248-- WARNING: Serious error when reading debug info --2248-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --2248-- Ignoring non-Dwarf2/3/4 block in .debug_info --2248-- WARNING: Serious error when reading debug info --2248-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --2248-- Last block truncated in .debug_info; ignoring --2248-- WARNING: Serious error when reading debug info --2248-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --2248-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2248-- WARNING: Serious error when reading debug info --2248-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --2248-- Ignoring non-Dwarf2/3/4 block in .debug_info --2248-- WARNING: Serious error when reading debug info --2248-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --2248-- Last block truncated in .debug_info; ignoring --2248-- WARNING: Serious error when reading debug info --2248-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --2248-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2248-- WARNING: Serious error when reading debug info --2248-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --2248-- Ignoring non-Dwarf2/3/4 block in .debug_info --2248-- WARNING: Serious error when reading debug info --2248-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --2248-- Last block truncated in .debug_info; ignoring --2248-- WARNING: Serious error when reading debug info --2248-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --2248-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2248-- WARNING: Serious error when reading debug info --2248-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --2248-- Ignoring non-Dwarf2/3/4 block in .debug_info --2248-- WARNING: Serious error when reading debug info --2248-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --2248-- Last block truncated in .debug_info; ignoring --2248-- WARNING: Serious error when reading debug info --2248-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --2248-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2248-- WARNING: Serious error when reading debug info --2248-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --2248-- Ignoring non-Dwarf2/3/4 block in .debug_info --2248-- WARNING: Serious error when reading debug info --2248-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --2248-- Last block truncated in .debug_info; ignoring --2248-- WARNING: Serious error when reading debug info --2248-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --2248-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2248-- WARNING: Serious error when reading debug info --2248-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --2248-- Ignoring non-Dwarf2/3/4 block in .debug_info --2248-- WARNING: Serious error when reading debug info --2248-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --2248-- Last block truncated in .debug_info; ignoring --2248-- WARNING: Serious error when reading debug info --2248-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --2248-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==2248== ==2248== HEAP SUMMARY: ==2248== in use at exit: 846,744 bytes in 8,309 blocks ==2248== total heap usage: 276,665 allocs, 268,356 frees, 21,835,440 bytes allocated ==2248== ==2248== LEAK SUMMARY: ==2248== definitely lost: 0 bytes in 0 blocks ==2248== indirectly lost: 0 bytes in 0 blocks ==2248== possibly lost: 1,104 bytes in 4 blocks ==2248== still reachable: 419,025 bytes in 3,066 blocks ==2248== of which reachable via heuristic: ==2248== length64 : 4,744 bytes in 76 blocks ==2248== newarray : 2,048 bytes in 48 blocks ==2248== suppressed: 363,591 bytes in 4,756 blocks ==2248== Rerun with --leak-check=full to see details of leaked memory ==2248== ==2248== For counts of detected and suppressed errors, rerun with: -v ==2248== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==2312== Memcheck, a memory error detector ==2312== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==2312== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==2312== Command: ./client-test Client::Source::eds_event::LinkedItemsWithVALARM::testLinkedItemsParentChild ==2312== Parent PID: 96 ==2312== --2312-- WARNING: Serious error when reading debug info --2312-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --2312-- Ignoring non-Dwarf2/3/4 block in .debug_info --2312-- WARNING: Serious error when reading debug info --2312-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --2312-- Last block truncated in .debug_info; ignoring --2312-- WARNING: Serious error when reading debug info --2312-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --2312-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2312-- WARNING: Serious error when reading debug info --2312-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --2312-- Ignoring non-Dwarf2/3/4 block in .debug_info --2312-- WARNING: Serious error when reading debug info --2312-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --2312-- Last block truncated in .debug_info; ignoring --2312-- WARNING: Serious error when reading debug info --2312-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --2312-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2312-- WARNING: Serious error when reading debug info --2312-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --2312-- Ignoring non-Dwarf2/3/4 block in .debug_info --2312-- WARNING: Serious error when reading debug info --2312-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --2312-- Last block truncated in .debug_info; ignoring --2312-- WARNING: Serious error when reading debug info --2312-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --2312-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2312-- WARNING: Serious error when reading debug info --2312-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --2312-- Ignoring non-Dwarf2/3/4 block in .debug_info --2312-- WARNING: Serious error when reading debug info --2312-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --2312-- Last block truncated in .debug_info; ignoring --2312-- WARNING: Serious error when reading debug info --2312-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --2312-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2312-- WARNING: Serious error when reading debug info --2312-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --2312-- Ignoring non-Dwarf2/3/4 block in .debug_info --2312-- WARNING: Serious error when reading debug info --2312-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --2312-- Last block truncated in .debug_info; ignoring --2312-- WARNING: Serious error when reading debug info --2312-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --2312-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2312-- WARNING: Serious error when reading debug info --2312-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --2312-- Ignoring non-Dwarf2/3/4 block in .debug_info --2312-- WARNING: Serious error when reading debug info --2312-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --2312-- Last block truncated in .debug_info; ignoring --2312-- WARNING: Serious error when reading debug info --2312-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --2312-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2312-- WARNING: Serious error when reading debug info --2312-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --2312-- Ignoring non-Dwarf2/3/4 block in .debug_info --2312-- WARNING: Serious error when reading debug info --2312-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --2312-- Last block truncated in .debug_info; ignoring --2312-- WARNING: Serious error when reading debug info --2312-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --2312-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2312-- WARNING: Serious error when reading debug info --2312-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --2312-- Ignoring non-Dwarf2/3/4 block in .debug_info --2312-- WARNING: Serious error when reading debug info --2312-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --2312-- Last block truncated in .debug_info; ignoring --2312-- WARNING: Serious error when reading debug info --2312-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --2312-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2312-- WARNING: Serious error when reading debug info --2312-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --2312-- Ignoring non-Dwarf2/3/4 block in .debug_info --2312-- WARNING: Serious error when reading debug info --2312-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --2312-- Last block truncated in .debug_info; ignoring --2312-- WARNING: Serious error when reading debug info --2312-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --2312-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2312-- WARNING: Serious error when reading debug info --2312-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --2312-- Ignoring non-Dwarf2/3/4 block in .debug_info --2312-- WARNING: Serious error when reading debug info --2312-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --2312-- Last block truncated in .debug_info; ignoring --2312-- WARNING: Serious error when reading debug info --2312-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --2312-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2312-- WARNING: Serious error when reading debug info --2312-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --2312-- Ignoring non-Dwarf2/3/4 block in .debug_info --2312-- WARNING: Serious error when reading debug info --2312-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --2312-- Last block truncated in .debug_info; ignoring --2312-- WARNING: Serious error when reading debug info --2312-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --2312-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2312-- WARNING: Serious error when reading debug info --2312-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --2312-- Ignoring non-Dwarf2/3/4 block in .debug_info --2312-- WARNING: Serious error when reading debug info --2312-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --2312-- Last block truncated in .debug_info; ignoring --2312-- WARNING: Serious error when reading debug info --2312-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --2312-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2312-- WARNING: Serious error when reading debug info --2312-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --2312-- Ignoring non-Dwarf2/3/4 block in .debug_info --2312-- WARNING: Serious error when reading debug info --2312-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --2312-- Last block truncated in .debug_info; ignoring --2312-- WARNING: Serious error when reading debug info --2312-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --2312-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==2312== ==2312== HEAP SUMMARY: ==2312== in use at exit: 848,507 bytes in 8,339 blocks ==2312== total heap usage: 326,053 allocs, 317,714 frees, 26,121,274 bytes allocated ==2312== ==2312== LEAK SUMMARY: ==2312== definitely lost: 0 bytes in 0 blocks ==2312== indirectly lost: 0 bytes in 0 blocks ==2312== possibly lost: 432 bytes in 2 blocks ==2312== still reachable: 412,751 bytes in 2,934 blocks ==2312== of which reachable via heuristic: ==2312== length64 : 4,744 bytes in 76 blocks ==2312== newarray : 2,048 bytes in 48 blocks ==2312== suppressed: 372,300 bytes in 4,920 blocks ==2312== Rerun with --leak-check=full to see details of leaked memory ==2312== ==2312== For counts of detected and suppressed errors, rerun with: -v ==2312== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==2385== Memcheck, a memory error detector ==2385== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==2385== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==2385== Command: ./client-test Client::Source::eds_event::LinkedItemsWithVALARM::testLinkedItemsInsertBothUpdateChildNoIDs ==2385== Parent PID: 96 ==2385== --2385-- WARNING: Serious error when reading debug info --2385-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --2385-- Ignoring non-Dwarf2/3/4 block in .debug_info --2385-- WARNING: Serious error when reading debug info --2385-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --2385-- Last block truncated in .debug_info; ignoring --2385-- WARNING: Serious error when reading debug info --2385-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --2385-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2385-- WARNING: Serious error when reading debug info --2385-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --2385-- Ignoring non-Dwarf2/3/4 block in .debug_info --2385-- WARNING: Serious error when reading debug info --2385-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --2385-- Last block truncated in .debug_info; ignoring --2385-- WARNING: Serious error when reading debug info --2385-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --2385-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2385-- WARNING: Serious error when reading debug info --2385-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --2385-- Ignoring non-Dwarf2/3/4 block in .debug_info --2385-- WARNING: Serious error when reading debug info --2385-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --2385-- Last block truncated in .debug_info; ignoring --2385-- WARNING: Serious error when reading debug info --2385-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --2385-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2385-- WARNING: Serious error when reading debug info --2385-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --2385-- Ignoring non-Dwarf2/3/4 block in .debug_info --2385-- WARNING: Serious error when reading debug info --2385-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --2385-- Last block truncated in .debug_info; ignoring --2385-- WARNING: Serious error when reading debug info --2385-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --2385-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2385-- WARNING: Serious error when reading debug info --2385-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --2385-- Ignoring non-Dwarf2/3/4 block in .debug_info --2385-- WARNING: Serious error when reading debug info --2385-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --2385-- Last block truncated in .debug_info; ignoring --2385-- WARNING: Serious error when reading debug info --2385-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --2385-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2385-- WARNING: Serious error when reading debug info --2385-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --2385-- Ignoring non-Dwarf2/3/4 block in .debug_info --2385-- WARNING: Serious error when reading debug info --2385-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --2385-- Last block truncated in .debug_info; ignoring --2385-- WARNING: Serious error when reading debug info --2385-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --2385-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2385-- WARNING: Serious error when reading debug info --2385-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --2385-- Ignoring non-Dwarf2/3/4 block in .debug_info --2385-- WARNING: Serious error when reading debug info --2385-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --2385-- Last block truncated in .debug_info; ignoring --2385-- WARNING: Serious error when reading debug info --2385-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --2385-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2385-- WARNING: Serious error when reading debug info --2385-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --2385-- Ignoring non-Dwarf2/3/4 block in .debug_info --2385-- WARNING: Serious error when reading debug info --2385-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --2385-- Last block truncated in .debug_info; ignoring --2385-- WARNING: Serious error when reading debug info --2385-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --2385-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2385-- WARNING: Serious error when reading debug info --2385-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --2385-- Ignoring non-Dwarf2/3/4 block in .debug_info --2385-- WARNING: Serious error when reading debug info --2385-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --2385-- Last block truncated in .debug_info; ignoring --2385-- WARNING: Serious error when reading debug info --2385-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --2385-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2385-- WARNING: Serious error when reading debug info --2385-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --2385-- Ignoring non-Dwarf2/3/4 block in .debug_info --2385-- WARNING: Serious error when reading debug info --2385-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --2385-- Last block truncated in .debug_info; ignoring --2385-- WARNING: Serious error when reading debug info --2385-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --2385-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2385-- WARNING: Serious error when reading debug info --2385-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --2385-- Ignoring non-Dwarf2/3/4 block in .debug_info --2385-- WARNING: Serious error when reading debug info --2385-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --2385-- Last block truncated in .debug_info; ignoring --2385-- WARNING: Serious error when reading debug info --2385-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --2385-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2385-- WARNING: Serious error when reading debug info --2385-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --2385-- Ignoring non-Dwarf2/3/4 block in .debug_info --2385-- WARNING: Serious error when reading debug info --2385-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --2385-- Last block truncated in .debug_info; ignoring --2385-- WARNING: Serious error when reading debug info --2385-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --2385-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2385-- WARNING: Serious error when reading debug info --2385-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --2385-- Ignoring non-Dwarf2/3/4 block in .debug_info --2385-- WARNING: Serious error when reading debug info --2385-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --2385-- Last block truncated in .debug_info; ignoring --2385-- WARNING: Serious error when reading debug info --2385-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --2385-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==2385== ==2385== HEAP SUMMARY: ==2385== in use at exit: 848,641 bytes in 8,339 blocks ==2385== total heap usage: 273,949 allocs, 265,610 frees, 23,550,203 bytes allocated ==2385== ==2385== LEAK SUMMARY: ==2385== definitely lost: 0 bytes in 0 blocks ==2385== indirectly lost: 0 bytes in 0 blocks ==2385== possibly lost: 1,104 bytes in 4 blocks ==2385== still reachable: 420,434 bytes in 3,094 blocks ==2385== of which reachable via heuristic: ==2385== length64 : 4,744 bytes in 76 blocks ==2385== newarray : 2,048 bytes in 48 blocks ==2385== suppressed: 364,079 bytes in 4,758 blocks ==2385== Rerun with --leak-check=full to see details of leaked memory ==2385== ==2385== For counts of detected and suppressed errors, rerun with: -v ==2385== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==242== Memcheck, a memory error detector ==242== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==242== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==242== Command: ./client-test Client::Source::eds_event::testComplexInsert ==242== Parent PID: 96 ==242== --242-- WARNING: Serious error when reading debug info --242-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --242-- Ignoring non-Dwarf2/3/4 block in .debug_info --242-- WARNING: Serious error when reading debug info --242-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --242-- Last block truncated in .debug_info; ignoring --242-- WARNING: Serious error when reading debug info --242-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --242-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --242-- WARNING: Serious error when reading debug info --242-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --242-- Ignoring non-Dwarf2/3/4 block in .debug_info --242-- WARNING: Serious error when reading debug info --242-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --242-- Last block truncated in .debug_info; ignoring --242-- WARNING: Serious error when reading debug info --242-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --242-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --242-- WARNING: Serious error when reading debug info --242-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --242-- Ignoring non-Dwarf2/3/4 block in .debug_info --242-- WARNING: Serious error when reading debug info --242-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --242-- Last block truncated in .debug_info; ignoring --242-- WARNING: Serious error when reading debug info --242-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --242-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --242-- WARNING: Serious error when reading debug info --242-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --242-- Ignoring non-Dwarf2/3/4 block in .debug_info --242-- WARNING: Serious error when reading debug info --242-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --242-- Last block truncated in .debug_info; ignoring --242-- WARNING: Serious error when reading debug info --242-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --242-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --242-- WARNING: Serious error when reading debug info --242-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --242-- Ignoring non-Dwarf2/3/4 block in .debug_info --242-- WARNING: Serious error when reading debug info --242-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --242-- Last block truncated in .debug_info; ignoring --242-- WARNING: Serious error when reading debug info --242-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --242-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --242-- WARNING: Serious error when reading debug info --242-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --242-- Ignoring non-Dwarf2/3/4 block in .debug_info --242-- WARNING: Serious error when reading debug info --242-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --242-- Last block truncated in .debug_info; ignoring --242-- WARNING: Serious error when reading debug info --242-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --242-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --242-- WARNING: Serious error when reading debug info --242-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --242-- Ignoring non-Dwarf2/3/4 block in .debug_info --242-- WARNING: Serious error when reading debug info --242-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --242-- Last block truncated in .debug_info; ignoring --242-- WARNING: Serious error when reading debug info --242-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --242-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --242-- WARNING: Serious error when reading debug info --242-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --242-- Ignoring non-Dwarf2/3/4 block in .debug_info --242-- WARNING: Serious error when reading debug info --242-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --242-- Last block truncated in .debug_info; ignoring --242-- WARNING: Serious error when reading debug info --242-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --242-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --242-- WARNING: Serious error when reading debug info --242-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --242-- Ignoring non-Dwarf2/3/4 block in .debug_info --242-- WARNING: Serious error when reading debug info --242-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --242-- Last block truncated in .debug_info; ignoring --242-- WARNING: Serious error when reading debug info --242-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --242-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --242-- WARNING: Serious error when reading debug info --242-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --242-- Ignoring non-Dwarf2/3/4 block in .debug_info --242-- WARNING: Serious error when reading debug info --242-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --242-- Last block truncated in .debug_info; ignoring --242-- WARNING: Serious error when reading debug info --242-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --242-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --242-- WARNING: Serious error when reading debug info --242-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --242-- Ignoring non-Dwarf2/3/4 block in .debug_info --242-- WARNING: Serious error when reading debug info --242-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --242-- Last block truncated in .debug_info; ignoring --242-- WARNING: Serious error when reading debug info --242-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --242-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --242-- WARNING: Serious error when reading debug info --242-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --242-- Ignoring non-Dwarf2/3/4 block in .debug_info --242-- WARNING: Serious error when reading debug info --242-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --242-- Last block truncated in .debug_info; ignoring --242-- WARNING: Serious error when reading debug info --242-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --242-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --242-- WARNING: Serious error when reading debug info --242-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --242-- Ignoring non-Dwarf2/3/4 block in .debug_info --242-- WARNING: Serious error when reading debug info --242-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --242-- Last block truncated in .debug_info; ignoring --242-- WARNING: Serious error when reading debug info --242-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --242-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==242== ==242== HEAP SUMMARY: ==242== in use at exit: 688,519 bytes in 5,811 blocks ==242== total heap usage: 184,430 allocs, 178,619 frees, 14,956,628 bytes allocated ==242== ==242== LEAK SUMMARY: ==242== definitely lost: 0 bytes in 0 blocks ==242== indirectly lost: 0 bytes in 0 blocks ==242== possibly lost: 1,104 bytes in 4 blocks ==242== still reachable: 260,467 bytes in 549 blocks ==242== of which reachable via heuristic: ==242== length64 : 4,744 bytes in 76 blocks ==242== newarray : 2,048 bytes in 48 blocks ==242== suppressed: 363,756 bytes in 4,773 blocks ==242== Rerun with --leak-check=full to see details of leaked memory ==242== ==242== For counts of detected and suppressed errors, rerun with: -v ==242== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==2446== Memcheck, a memory error detector ==2446== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==2446== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==2446== Command: ./client-test Client::Source::eds_event::LinkedItemsWithVALARM::testLinkedItemsChildParent ==2446== Parent PID: 96 ==2446== --2446-- WARNING: Serious error when reading debug info --2446-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --2446-- Ignoring non-Dwarf2/3/4 block in .debug_info --2446-- WARNING: Serious error when reading debug info --2446-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --2446-- Last block truncated in .debug_info; ignoring --2446-- WARNING: Serious error when reading debug info --2446-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --2446-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2446-- WARNING: Serious error when reading debug info --2446-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --2446-- Ignoring non-Dwarf2/3/4 block in .debug_info --2446-- WARNING: Serious error when reading debug info --2446-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --2446-- Last block truncated in .debug_info; ignoring --2446-- WARNING: Serious error when reading debug info --2446-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --2446-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2446-- WARNING: Serious error when reading debug info --2446-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --2446-- Ignoring non-Dwarf2/3/4 block in .debug_info --2446-- WARNING: Serious error when reading debug info --2446-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --2446-- Last block truncated in .debug_info; ignoring --2446-- WARNING: Serious error when reading debug info --2446-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --2446-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2446-- WARNING: Serious error when reading debug info --2446-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --2446-- Ignoring non-Dwarf2/3/4 block in .debug_info --2446-- WARNING: Serious error when reading debug info --2446-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --2446-- Last block truncated in .debug_info; ignoring --2446-- WARNING: Serious error when reading debug info --2446-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --2446-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2446-- WARNING: Serious error when reading debug info --2446-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --2446-- Ignoring non-Dwarf2/3/4 block in .debug_info --2446-- WARNING: Serious error when reading debug info --2446-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --2446-- Last block truncated in .debug_info; ignoring --2446-- WARNING: Serious error when reading debug info --2446-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --2446-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2446-- WARNING: Serious error when reading debug info --2446-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --2446-- Ignoring non-Dwarf2/3/4 block in .debug_info --2446-- WARNING: Serious error when reading debug info --2446-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --2446-- Last block truncated in .debug_info; ignoring --2446-- WARNING: Serious error when reading debug info --2446-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --2446-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2446-- WARNING: Serious error when reading debug info --2446-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --2446-- Ignoring non-Dwarf2/3/4 block in .debug_info --2446-- WARNING: Serious error when reading debug info --2446-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --2446-- Last block truncated in .debug_info; ignoring --2446-- WARNING: Serious error when reading debug info --2446-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --2446-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2446-- WARNING: Serious error when reading debug info --2446-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --2446-- Ignoring non-Dwarf2/3/4 block in .debug_info --2446-- WARNING: Serious error when reading debug info --2446-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --2446-- Last block truncated in .debug_info; ignoring --2446-- WARNING: Serious error when reading debug info --2446-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --2446-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2446-- WARNING: Serious error when reading debug info --2446-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --2446-- Ignoring non-Dwarf2/3/4 block in .debug_info --2446-- WARNING: Serious error when reading debug info --2446-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --2446-- Last block truncated in .debug_info; ignoring --2446-- WARNING: Serious error when reading debug info --2446-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --2446-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2446-- WARNING: Serious error when reading debug info --2446-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --2446-- Ignoring non-Dwarf2/3/4 block in .debug_info --2446-- WARNING: Serious error when reading debug info --2446-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --2446-- Last block truncated in .debug_info; ignoring --2446-- WARNING: Serious error when reading debug info --2446-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --2446-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2446-- WARNING: Serious error when reading debug info --2446-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --2446-- Ignoring non-Dwarf2/3/4 block in .debug_info --2446-- WARNING: Serious error when reading debug info --2446-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --2446-- Last block truncated in .debug_info; ignoring --2446-- WARNING: Serious error when reading debug info --2446-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --2446-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2446-- WARNING: Serious error when reading debug info --2446-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --2446-- Ignoring non-Dwarf2/3/4 block in .debug_info --2446-- WARNING: Serious error when reading debug info --2446-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --2446-- Last block truncated in .debug_info; ignoring --2446-- WARNING: Serious error when reading debug info --2446-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --2446-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2446-- WARNING: Serious error when reading debug info --2446-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --2446-- Ignoring non-Dwarf2/3/4 block in .debug_info --2446-- WARNING: Serious error when reading debug info --2446-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --2446-- Last block truncated in .debug_info; ignoring --2446-- WARNING: Serious error when reading debug info --2446-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --2446-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==2446== ==2446== HEAP SUMMARY: ==2446== in use at exit: 851,466 bytes in 8,391 blocks ==2446== total heap usage: 311,206 allocs, 302,815 frees, 25,238,850 bytes allocated ==2446== ==2446== LEAK SUMMARY: ==2446== definitely lost: 0 bytes in 0 blocks ==2446== indirectly lost: 0 bytes in 0 blocks ==2446== possibly lost: 1,104 bytes in 4 blocks ==2446== still reachable: 423,019 bytes in 3,136 blocks ==2446== of which reachable via heuristic: ==2446== length64 : 4,744 bytes in 76 blocks ==2446== newarray : 2,048 bytes in 48 blocks ==2446== suppressed: 364,319 bytes in 4,768 blocks ==2446== Rerun with --leak-check=full to see details of leaked memory ==2446== ==2446== For counts of detected and suppressed errors, rerun with: -v ==2446== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==2517== Memcheck, a memory error detector ==2517== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==2517== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==2517== Command: ./client-test Client::Source::eds_event::LinkedItemsWithVALARM::testLinkedItemsChildChangesParent ==2517== Parent PID: 96 ==2517== --2517-- WARNING: Serious error when reading debug info --2517-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --2517-- Ignoring non-Dwarf2/3/4 block in .debug_info --2517-- WARNING: Serious error when reading debug info --2517-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --2517-- Last block truncated in .debug_info; ignoring --2517-- WARNING: Serious error when reading debug info --2517-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --2517-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2517-- WARNING: Serious error when reading debug info --2517-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --2517-- Ignoring non-Dwarf2/3/4 block in .debug_info --2517-- WARNING: Serious error when reading debug info --2517-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --2517-- Last block truncated in .debug_info; ignoring --2517-- WARNING: Serious error when reading debug info --2517-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --2517-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2517-- WARNING: Serious error when reading debug info --2517-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --2517-- Ignoring non-Dwarf2/3/4 block in .debug_info --2517-- WARNING: Serious error when reading debug info --2517-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --2517-- Last block truncated in .debug_info; ignoring --2517-- WARNING: Serious error when reading debug info --2517-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --2517-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2517-- WARNING: Serious error when reading debug info --2517-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --2517-- Ignoring non-Dwarf2/3/4 block in .debug_info --2517-- WARNING: Serious error when reading debug info --2517-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --2517-- Last block truncated in .debug_info; ignoring --2517-- WARNING: Serious error when reading debug info --2517-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --2517-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2517-- WARNING: Serious error when reading debug info --2517-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --2517-- Ignoring non-Dwarf2/3/4 block in .debug_info --2517-- WARNING: Serious error when reading debug info --2517-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --2517-- Last block truncated in .debug_info; ignoring --2517-- WARNING: Serious error when reading debug info --2517-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --2517-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2517-- WARNING: Serious error when reading debug info --2517-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --2517-- Ignoring non-Dwarf2/3/4 block in .debug_info --2517-- WARNING: Serious error when reading debug info --2517-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --2517-- Last block truncated in .debug_info; ignoring --2517-- WARNING: Serious error when reading debug info --2517-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --2517-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2517-- WARNING: Serious error when reading debug info --2517-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --2517-- Ignoring non-Dwarf2/3/4 block in .debug_info --2517-- WARNING: Serious error when reading debug info --2517-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --2517-- Last block truncated in .debug_info; ignoring --2517-- WARNING: Serious error when reading debug info --2517-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --2517-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2517-- WARNING: Serious error when reading debug info --2517-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --2517-- Ignoring non-Dwarf2/3/4 block in .debug_info --2517-- WARNING: Serious error when reading debug info --2517-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --2517-- Last block truncated in .debug_info; ignoring --2517-- WARNING: Serious error when reading debug info --2517-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --2517-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2517-- WARNING: Serious error when reading debug info --2517-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --2517-- Ignoring non-Dwarf2/3/4 block in .debug_info --2517-- WARNING: Serious error when reading debug info --2517-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --2517-- Last block truncated in .debug_info; ignoring --2517-- WARNING: Serious error when reading debug info --2517-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --2517-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2517-- WARNING: Serious error when reading debug info --2517-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --2517-- Ignoring non-Dwarf2/3/4 block in .debug_info --2517-- WARNING: Serious error when reading debug info --2517-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --2517-- Last block truncated in .debug_info; ignoring --2517-- WARNING: Serious error when reading debug info --2517-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --2517-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2517-- WARNING: Serious error when reading debug info --2517-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --2517-- Ignoring non-Dwarf2/3/4 block in .debug_info --2517-- WARNING: Serious error when reading debug info --2517-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --2517-- Last block truncated in .debug_info; ignoring --2517-- WARNING: Serious error when reading debug info --2517-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --2517-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2517-- WARNING: Serious error when reading debug info --2517-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --2517-- Ignoring non-Dwarf2/3/4 block in .debug_info --2517-- WARNING: Serious error when reading debug info --2517-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --2517-- Last block truncated in .debug_info; ignoring --2517-- WARNING: Serious error when reading debug info --2517-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --2517-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2517-- WARNING: Serious error when reading debug info --2517-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --2517-- Ignoring non-Dwarf2/3/4 block in .debug_info --2517-- WARNING: Serious error when reading debug info --2517-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --2517-- Last block truncated in .debug_info; ignoring --2517-- WARNING: Serious error when reading debug info --2517-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --2517-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==2517== ==2517== HEAP SUMMARY: ==2517== in use at exit: 846,233 bytes in 8,311 blocks ==2517== total heap usage: 336,421 allocs, 328,110 frees, 27,400,184 bytes allocated ==2517== ==2517== LEAK SUMMARY: ==2517== definitely lost: 0 bytes in 0 blocks ==2517== indirectly lost: 0 bytes in 0 blocks ==2517== possibly lost: 1,104 bytes in 4 blocks ==2517== still reachable: 418,195 bytes in 3,050 blocks ==2517== of which reachable via heuristic: ==2517== length64 : 4,744 bytes in 76 blocks ==2517== newarray : 2,048 bytes in 48 blocks ==2517== suppressed: 363,742 bytes in 4,772 blocks ==2517== Rerun with --leak-check=full to see details of leaked memory ==2517== ==2517== For counts of detected and suppressed errors, rerun with: -v ==2517== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==2601== Memcheck, a memory error detector ==2601== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==2601== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==2601== Command: ./client-test Client::Source::eds_event::LinkedItemsWithVALARM::testLinkedItemsRemoveParentFirst ==2601== Parent PID: 96 ==2601== --2601-- WARNING: Serious error when reading debug info --2601-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --2601-- Ignoring non-Dwarf2/3/4 block in .debug_info --2601-- WARNING: Serious error when reading debug info --2601-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --2601-- Last block truncated in .debug_info; ignoring --2601-- WARNING: Serious error when reading debug info --2601-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --2601-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2601-- WARNING: Serious error when reading debug info --2601-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --2601-- Ignoring non-Dwarf2/3/4 block in .debug_info --2601-- WARNING: Serious error when reading debug info --2601-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --2601-- Last block truncated in .debug_info; ignoring --2601-- WARNING: Serious error when reading debug info --2601-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --2601-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2601-- WARNING: Serious error when reading debug info --2601-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --2601-- Ignoring non-Dwarf2/3/4 block in .debug_info --2601-- WARNING: Serious error when reading debug info --2601-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --2601-- Last block truncated in .debug_info; ignoring --2601-- WARNING: Serious error when reading debug info --2601-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --2601-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2601-- WARNING: Serious error when reading debug info --2601-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --2601-- Ignoring non-Dwarf2/3/4 block in .debug_info --2601-- WARNING: Serious error when reading debug info --2601-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --2601-- Last block truncated in .debug_info; ignoring --2601-- WARNING: Serious error when reading debug info --2601-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --2601-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2601-- WARNING: Serious error when reading debug info --2601-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --2601-- Ignoring non-Dwarf2/3/4 block in .debug_info --2601-- WARNING: Serious error when reading debug info --2601-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --2601-- Last block truncated in .debug_info; ignoring --2601-- WARNING: Serious error when reading debug info --2601-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --2601-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2601-- WARNING: Serious error when reading debug info --2601-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --2601-- Ignoring non-Dwarf2/3/4 block in .debug_info --2601-- WARNING: Serious error when reading debug info --2601-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --2601-- Last block truncated in .debug_info; ignoring --2601-- WARNING: Serious error when reading debug info --2601-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --2601-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2601-- WARNING: Serious error when reading debug info --2601-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --2601-- Ignoring non-Dwarf2/3/4 block in .debug_info --2601-- WARNING: Serious error when reading debug info --2601-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --2601-- Last block truncated in .debug_info; ignoring --2601-- WARNING: Serious error when reading debug info --2601-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --2601-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2601-- WARNING: Serious error when reading debug info --2601-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --2601-- Ignoring non-Dwarf2/3/4 block in .debug_info --2601-- WARNING: Serious error when reading debug info --2601-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --2601-- Last block truncated in .debug_info; ignoring --2601-- WARNING: Serious error when reading debug info --2601-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --2601-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2601-- WARNING: Serious error when reading debug info --2601-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --2601-- Ignoring non-Dwarf2/3/4 block in .debug_info --2601-- WARNING: Serious error when reading debug info --2601-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --2601-- Last block truncated in .debug_info; ignoring --2601-- WARNING: Serious error when reading debug info --2601-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --2601-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2601-- WARNING: Serious error when reading debug info --2601-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --2601-- Ignoring non-Dwarf2/3/4 block in .debug_info --2601-- WARNING: Serious error when reading debug info --2601-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --2601-- Last block truncated in .debug_info; ignoring --2601-- WARNING: Serious error when reading debug info --2601-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --2601-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2601-- WARNING: Serious error when reading debug info --2601-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --2601-- Ignoring non-Dwarf2/3/4 block in .debug_info --2601-- WARNING: Serious error when reading debug info --2601-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --2601-- Last block truncated in .debug_info; ignoring --2601-- WARNING: Serious error when reading debug info --2601-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --2601-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2601-- WARNING: Serious error when reading debug info --2601-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --2601-- Ignoring non-Dwarf2/3/4 block in .debug_info --2601-- WARNING: Serious error when reading debug info --2601-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --2601-- Last block truncated in .debug_info; ignoring --2601-- WARNING: Serious error when reading debug info --2601-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --2601-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2601-- WARNING: Serious error when reading debug info --2601-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --2601-- Ignoring non-Dwarf2/3/4 block in .debug_info --2601-- WARNING: Serious error when reading debug info --2601-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --2601-- Last block truncated in .debug_info; ignoring --2601-- WARNING: Serious error when reading debug info --2601-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --2601-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==2601== ==2601== HEAP SUMMARY: ==2601== in use at exit: 848,451 bytes in 8,337 blocks ==2601== total heap usage: 355,585 allocs, 347,248 frees, 28,551,800 bytes allocated ==2601== ==2601== LEAK SUMMARY: ==2601== definitely lost: 0 bytes in 0 blocks ==2601== indirectly lost: 0 bytes in 0 blocks ==2601== possibly lost: 1,104 bytes in 4 blocks ==2601== still reachable: 420,516 bytes in 3,090 blocks ==2601== of which reachable via heuristic: ==2601== length64 : 4,744 bytes in 76 blocks ==2601== newarray : 2,048 bytes in 48 blocks ==2601== suppressed: 363,807 bytes in 4,760 blocks ==2601== Rerun with --leak-check=full to see details of leaked memory ==2601== ==2601== For counts of detected and suppressed errors, rerun with: -v ==2601== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==2690== Memcheck, a memory error detector ==2690== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==2690== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==2690== Command: ./client-test Client::Source::eds_event::LinkedItemsWithVALARM::testLinkedItemsRemoveNormal ==2690== Parent PID: 96 ==2690== --2690-- WARNING: Serious error when reading debug info --2690-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --2690-- Ignoring non-Dwarf2/3/4 block in .debug_info --2690-- WARNING: Serious error when reading debug info --2690-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --2690-- Last block truncated in .debug_info; ignoring --2690-- WARNING: Serious error when reading debug info --2690-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --2690-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2690-- WARNING: Serious error when reading debug info --2690-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --2690-- Ignoring non-Dwarf2/3/4 block in .debug_info --2690-- WARNING: Serious error when reading debug info --2690-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --2690-- Last block truncated in .debug_info; ignoring --2690-- WARNING: Serious error when reading debug info --2690-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --2690-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2690-- WARNING: Serious error when reading debug info --2690-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --2690-- Ignoring non-Dwarf2/3/4 block in .debug_info --2690-- WARNING: Serious error when reading debug info --2690-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --2690-- Last block truncated in .debug_info; ignoring --2690-- WARNING: Serious error when reading debug info --2690-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --2690-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2690-- WARNING: Serious error when reading debug info --2690-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --2690-- Ignoring non-Dwarf2/3/4 block in .debug_info --2690-- WARNING: Serious error when reading debug info --2690-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --2690-- Last block truncated in .debug_info; ignoring --2690-- WARNING: Serious error when reading debug info --2690-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --2690-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2690-- WARNING: Serious error when reading debug info --2690-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --2690-- Ignoring non-Dwarf2/3/4 block in .debug_info --2690-- WARNING: Serious error when reading debug info --2690-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --2690-- Last block truncated in .debug_info; ignoring --2690-- WARNING: Serious error when reading debug info --2690-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --2690-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2690-- WARNING: Serious error when reading debug info --2690-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --2690-- Ignoring non-Dwarf2/3/4 block in .debug_info --2690-- WARNING: Serious error when reading debug info --2690-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --2690-- Last block truncated in .debug_info; ignoring --2690-- WARNING: Serious error when reading debug info --2690-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --2690-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2690-- WARNING: Serious error when reading debug info --2690-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --2690-- Ignoring non-Dwarf2/3/4 block in .debug_info --2690-- WARNING: Serious error when reading debug info --2690-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --2690-- Last block truncated in .debug_info; ignoring --2690-- WARNING: Serious error when reading debug info --2690-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --2690-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2690-- WARNING: Serious error when reading debug info --2690-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --2690-- Ignoring non-Dwarf2/3/4 block in .debug_info --2690-- WARNING: Serious error when reading debug info --2690-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --2690-- Last block truncated in .debug_info; ignoring --2690-- WARNING: Serious error when reading debug info --2690-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --2690-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2690-- WARNING: Serious error when reading debug info --2690-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --2690-- Ignoring non-Dwarf2/3/4 block in .debug_info --2690-- WARNING: Serious error when reading debug info --2690-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --2690-- Last block truncated in .debug_info; ignoring --2690-- WARNING: Serious error when reading debug info --2690-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --2690-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2690-- WARNING: Serious error when reading debug info --2690-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --2690-- Ignoring non-Dwarf2/3/4 block in .debug_info --2690-- WARNING: Serious error when reading debug info --2690-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --2690-- Last block truncated in .debug_info; ignoring --2690-- WARNING: Serious error when reading debug info --2690-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --2690-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2690-- WARNING: Serious error when reading debug info --2690-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --2690-- Ignoring non-Dwarf2/3/4 block in .debug_info --2690-- WARNING: Serious error when reading debug info --2690-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --2690-- Last block truncated in .debug_info; ignoring --2690-- WARNING: Serious error when reading debug info --2690-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --2690-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2690-- WARNING: Serious error when reading debug info --2690-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --2690-- Ignoring non-Dwarf2/3/4 block in .debug_info --2690-- WARNING: Serious error when reading debug info --2690-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --2690-- Last block truncated in .debug_info; ignoring --2690-- WARNING: Serious error when reading debug info --2690-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --2690-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2690-- WARNING: Serious error when reading debug info --2690-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --2690-- Ignoring non-Dwarf2/3/4 block in .debug_info --2690-- WARNING: Serious error when reading debug info --2690-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --2690-- Last block truncated in .debug_info; ignoring --2690-- WARNING: Serious error when reading debug info --2690-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --2690-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==2690== ==2690== HEAP SUMMARY: ==2690== in use at exit: 846,536 bytes in 8,308 blocks ==2690== total heap usage: 373,414 allocs, 365,106 frees, 29,641,146 bytes allocated ==2690== ==2690== LEAK SUMMARY: ==2690== definitely lost: 0 bytes in 0 blocks ==2690== indirectly lost: 0 bytes in 0 blocks ==2690== possibly lost: 1,104 bytes in 4 blocks ==2690== still reachable: 419,089 bytes in 3,067 blocks ==2690== of which reachable via heuristic: ==2690== length64 : 4,744 bytes in 76 blocks ==2690== newarray : 2,048 bytes in 48 blocks ==2690== suppressed: 363,319 bytes in 4,754 blocks ==2690== Rerun with --leak-check=full to see details of leaked memory ==2690== ==2690== For counts of detected and suppressed errors, rerun with: -v ==2690== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==2783== Memcheck, a memory error detector ==2783== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==2783== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==2783== Command: ./client-test Client::Source::eds_event::LinkedItemsWithVALARM::testLinkedItemsInsertParentTwice ==2783== Parent PID: 96 ==2783== --2783-- WARNING: Serious error when reading debug info --2783-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --2783-- Ignoring non-Dwarf2/3/4 block in .debug_info --2783-- WARNING: Serious error when reading debug info --2783-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --2783-- Last block truncated in .debug_info; ignoring --2783-- WARNING: Serious error when reading debug info --2783-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --2783-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2783-- WARNING: Serious error when reading debug info --2783-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --2783-- Ignoring non-Dwarf2/3/4 block in .debug_info --2783-- WARNING: Serious error when reading debug info --2783-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --2783-- Last block truncated in .debug_info; ignoring --2783-- WARNING: Serious error when reading debug info --2783-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --2783-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2783-- WARNING: Serious error when reading debug info --2783-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --2783-- Ignoring non-Dwarf2/3/4 block in .debug_info --2783-- WARNING: Serious error when reading debug info --2783-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --2783-- Last block truncated in .debug_info; ignoring --2783-- WARNING: Serious error when reading debug info --2783-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --2783-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2783-- WARNING: Serious error when reading debug info --2783-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --2783-- Ignoring non-Dwarf2/3/4 block in .debug_info --2783-- WARNING: Serious error when reading debug info --2783-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --2783-- Last block truncated in .debug_info; ignoring --2783-- WARNING: Serious error when reading debug info --2783-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --2783-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2783-- WARNING: Serious error when reading debug info --2783-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --2783-- Ignoring non-Dwarf2/3/4 block in .debug_info --2783-- WARNING: Serious error when reading debug info --2783-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --2783-- Last block truncated in .debug_info; ignoring --2783-- WARNING: Serious error when reading debug info --2783-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --2783-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2783-- WARNING: Serious error when reading debug info --2783-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --2783-- Ignoring non-Dwarf2/3/4 block in .debug_info --2783-- WARNING: Serious error when reading debug info --2783-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --2783-- Last block truncated in .debug_info; ignoring --2783-- WARNING: Serious error when reading debug info --2783-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --2783-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2783-- WARNING: Serious error when reading debug info --2783-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --2783-- Ignoring non-Dwarf2/3/4 block in .debug_info --2783-- WARNING: Serious error when reading debug info --2783-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --2783-- Last block truncated in .debug_info; ignoring --2783-- WARNING: Serious error when reading debug info --2783-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --2783-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2783-- WARNING: Serious error when reading debug info --2783-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --2783-- Ignoring non-Dwarf2/3/4 block in .debug_info --2783-- WARNING: Serious error when reading debug info --2783-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --2783-- Last block truncated in .debug_info; ignoring --2783-- WARNING: Serious error when reading debug info --2783-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --2783-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2783-- WARNING: Serious error when reading debug info --2783-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --2783-- Ignoring non-Dwarf2/3/4 block in .debug_info --2783-- WARNING: Serious error when reading debug info --2783-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --2783-- Last block truncated in .debug_info; ignoring --2783-- WARNING: Serious error when reading debug info --2783-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --2783-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2783-- WARNING: Serious error when reading debug info --2783-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --2783-- Ignoring non-Dwarf2/3/4 block in .debug_info --2783-- WARNING: Serious error when reading debug info --2783-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --2783-- Last block truncated in .debug_info; ignoring --2783-- WARNING: Serious error when reading debug info --2783-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --2783-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2783-- WARNING: Serious error when reading debug info --2783-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --2783-- Ignoring non-Dwarf2/3/4 block in .debug_info --2783-- WARNING: Serious error when reading debug info --2783-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --2783-- Last block truncated in .debug_info; ignoring --2783-- WARNING: Serious error when reading debug info --2783-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --2783-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2783-- WARNING: Serious error when reading debug info --2783-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --2783-- Ignoring non-Dwarf2/3/4 block in .debug_info --2783-- WARNING: Serious error when reading debug info --2783-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --2783-- Last block truncated in .debug_info; ignoring --2783-- WARNING: Serious error when reading debug info --2783-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --2783-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2783-- WARNING: Serious error when reading debug info --2783-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --2783-- Ignoring non-Dwarf2/3/4 block in .debug_info --2783-- WARNING: Serious error when reading debug info --2783-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --2783-- Last block truncated in .debug_info; ignoring --2783-- WARNING: Serious error when reading debug info --2783-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --2783-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==2783== ==2783== HEAP SUMMARY: ==2783== in use at exit: 848,507 bytes in 8,339 blocks ==2783== total heap usage: 335,081 allocs, 326,742 frees, 27,346,338 bytes allocated ==2783== ==2783== LEAK SUMMARY: ==2783== definitely lost: 0 bytes in 0 blocks ==2783== indirectly lost: 0 bytes in 0 blocks ==2783== possibly lost: 1,104 bytes in 4 blocks ==2783== still reachable: 420,476 bytes in 3,090 blocks ==2783== of which reachable via heuristic: ==2783== length64 : 4,744 bytes in 76 blocks ==2783== newarray : 2,048 bytes in 48 blocks ==2783== suppressed: 363,903 bytes in 4,762 blocks ==2783== Rerun with --leak-check=full to see details of leaked memory ==2783== ==2783== For counts of detected and suppressed errors, rerun with: -v ==2783== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==280== Memcheck, a memory error detector ==280== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==280== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==280== Command: ./client-test Client::Source::eds_event::testInsertTwice ==280== Parent PID: 96 ==280== --280-- WARNING: Serious error when reading debug info --280-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --280-- Ignoring non-Dwarf2/3/4 block in .debug_info --280-- WARNING: Serious error when reading debug info --280-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --280-- Last block truncated in .debug_info; ignoring --280-- WARNING: Serious error when reading debug info --280-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --280-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --280-- WARNING: Serious error when reading debug info --280-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --280-- Ignoring non-Dwarf2/3/4 block in .debug_info --280-- WARNING: Serious error when reading debug info --280-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --280-- Last block truncated in .debug_info; ignoring --280-- WARNING: Serious error when reading debug info --280-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --280-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --280-- WARNING: Serious error when reading debug info --280-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --280-- Ignoring non-Dwarf2/3/4 block in .debug_info --280-- WARNING: Serious error when reading debug info --280-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --280-- Last block truncated in .debug_info; ignoring --280-- WARNING: Serious error when reading debug info --280-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --280-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --280-- WARNING: Serious error when reading debug info --280-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --280-- Ignoring non-Dwarf2/3/4 block in .debug_info --280-- WARNING: Serious error when reading debug info --280-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --280-- Last block truncated in .debug_info; ignoring --280-- WARNING: Serious error when reading debug info --280-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --280-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --280-- WARNING: Serious error when reading debug info --280-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --280-- Ignoring non-Dwarf2/3/4 block in .debug_info --280-- WARNING: Serious error when reading debug info --280-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --280-- Last block truncated in .debug_info; ignoring --280-- WARNING: Serious error when reading debug info --280-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --280-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --280-- WARNING: Serious error when reading debug info --280-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --280-- Ignoring non-Dwarf2/3/4 block in .debug_info --280-- WARNING: Serious error when reading debug info --280-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --280-- Last block truncated in .debug_info; ignoring --280-- WARNING: Serious error when reading debug info --280-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --280-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --280-- WARNING: Serious error when reading debug info --280-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --280-- Ignoring non-Dwarf2/3/4 block in .debug_info --280-- WARNING: Serious error when reading debug info --280-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --280-- Last block truncated in .debug_info; ignoring --280-- WARNING: Serious error when reading debug info --280-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --280-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --280-- WARNING: Serious error when reading debug info --280-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --280-- Ignoring non-Dwarf2/3/4 block in .debug_info --280-- WARNING: Serious error when reading debug info --280-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --280-- Last block truncated in .debug_info; ignoring --280-- WARNING: Serious error when reading debug info --280-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --280-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --280-- WARNING: Serious error when reading debug info --280-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --280-- Ignoring non-Dwarf2/3/4 block in .debug_info --280-- WARNING: Serious error when reading debug info --280-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --280-- Last block truncated in .debug_info; ignoring --280-- WARNING: Serious error when reading debug info --280-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --280-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --280-- WARNING: Serious error when reading debug info --280-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --280-- Ignoring non-Dwarf2/3/4 block in .debug_info --280-- WARNING: Serious error when reading debug info --280-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --280-- Last block truncated in .debug_info; ignoring --280-- WARNING: Serious error when reading debug info --280-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --280-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --280-- WARNING: Serious error when reading debug info --280-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --280-- Ignoring non-Dwarf2/3/4 block in .debug_info --280-- WARNING: Serious error when reading debug info --280-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --280-- Last block truncated in .debug_info; ignoring --280-- WARNING: Serious error when reading debug info --280-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --280-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --280-- WARNING: Serious error when reading debug info --280-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --280-- Ignoring non-Dwarf2/3/4 block in .debug_info --280-- WARNING: Serious error when reading debug info --280-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --280-- Last block truncated in .debug_info; ignoring --280-- WARNING: Serious error when reading debug info --280-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --280-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --280-- WARNING: Serious error when reading debug info --280-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --280-- Ignoring non-Dwarf2/3/4 block in .debug_info --280-- WARNING: Serious error when reading debug info --280-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --280-- Last block truncated in .debug_info; ignoring --280-- WARNING: Serious error when reading debug info --280-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --280-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==280== ==280== HEAP SUMMARY: ==280== in use at exit: 690,734 bytes in 5,837 blocks ==280== total heap usage: 147,475 allocs, 141,638 frees, 12,739,593 bytes allocated ==280== ==280== LEAK SUMMARY: ==280== definitely lost: 0 bytes in 0 blocks ==280== indirectly lost: 0 bytes in 0 blocks ==280== possibly lost: 1,104 bytes in 4 blocks ==280== still reachable: 262,785 bytes in 589 blocks ==280== of which reachable via heuristic: ==280== length64 : 4,744 bytes in 76 blocks ==280== newarray : 2,048 bytes in 48 blocks ==280== suppressed: 363,821 bytes in 4,761 blocks ==280== Rerun with --leak-check=full to see details of leaked memory ==280== ==280== For counts of detected and suppressed errors, rerun with: -v ==280== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==2867== Memcheck, a memory error detector ==2867== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==2867== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==2867== Command: ./client-test Client::Source::eds_event::LinkedItemsWithVALARM::testLinkedItemsInsertChildTwice ==2867== Parent PID: 96 ==2867== --2867-- WARNING: Serious error when reading debug info --2867-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --2867-- Ignoring non-Dwarf2/3/4 block in .debug_info --2867-- WARNING: Serious error when reading debug info --2867-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --2867-- Last block truncated in .debug_info; ignoring --2867-- WARNING: Serious error when reading debug info --2867-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --2867-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2867-- WARNING: Serious error when reading debug info --2867-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --2867-- Ignoring non-Dwarf2/3/4 block in .debug_info --2867-- WARNING: Serious error when reading debug info --2867-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --2867-- Last block truncated in .debug_info; ignoring --2867-- WARNING: Serious error when reading debug info --2867-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --2867-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2867-- WARNING: Serious error when reading debug info --2867-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --2867-- Ignoring non-Dwarf2/3/4 block in .debug_info --2867-- WARNING: Serious error when reading debug info --2867-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --2867-- Last block truncated in .debug_info; ignoring --2867-- WARNING: Serious error when reading debug info --2867-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --2867-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2867-- WARNING: Serious error when reading debug info --2867-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --2867-- Ignoring non-Dwarf2/3/4 block in .debug_info --2867-- WARNING: Serious error when reading debug info --2867-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --2867-- Last block truncated in .debug_info; ignoring --2867-- WARNING: Serious error when reading debug info --2867-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --2867-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2867-- WARNING: Serious error when reading debug info --2867-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --2867-- Ignoring non-Dwarf2/3/4 block in .debug_info --2867-- WARNING: Serious error when reading debug info --2867-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --2867-- Last block truncated in .debug_info; ignoring --2867-- WARNING: Serious error when reading debug info --2867-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --2867-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2867-- WARNING: Serious error when reading debug info --2867-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --2867-- Ignoring non-Dwarf2/3/4 block in .debug_info --2867-- WARNING: Serious error when reading debug info --2867-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --2867-- Last block truncated in .debug_info; ignoring --2867-- WARNING: Serious error when reading debug info --2867-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --2867-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2867-- WARNING: Serious error when reading debug info --2867-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --2867-- Ignoring non-Dwarf2/3/4 block in .debug_info --2867-- WARNING: Serious error when reading debug info --2867-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --2867-- Last block truncated in .debug_info; ignoring --2867-- WARNING: Serious error when reading debug info --2867-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --2867-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2867-- WARNING: Serious error when reading debug info --2867-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --2867-- Ignoring non-Dwarf2/3/4 block in .debug_info --2867-- WARNING: Serious error when reading debug info --2867-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --2867-- Last block truncated in .debug_info; ignoring --2867-- WARNING: Serious error when reading debug info --2867-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --2867-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2867-- WARNING: Serious error when reading debug info --2867-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --2867-- Ignoring non-Dwarf2/3/4 block in .debug_info --2867-- WARNING: Serious error when reading debug info --2867-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --2867-- Last block truncated in .debug_info; ignoring --2867-- WARNING: Serious error when reading debug info --2867-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --2867-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2867-- WARNING: Serious error when reading debug info --2867-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --2867-- Ignoring non-Dwarf2/3/4 block in .debug_info --2867-- WARNING: Serious error when reading debug info --2867-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --2867-- Last block truncated in .debug_info; ignoring --2867-- WARNING: Serious error when reading debug info --2867-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --2867-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2867-- WARNING: Serious error when reading debug info --2867-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --2867-- Ignoring non-Dwarf2/3/4 block in .debug_info --2867-- WARNING: Serious error when reading debug info --2867-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --2867-- Last block truncated in .debug_info; ignoring --2867-- WARNING: Serious error when reading debug info --2867-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --2867-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2867-- WARNING: Serious error when reading debug info --2867-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --2867-- Ignoring non-Dwarf2/3/4 block in .debug_info --2867-- WARNING: Serious error when reading debug info --2867-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --2867-- Last block truncated in .debug_info; ignoring --2867-- WARNING: Serious error when reading debug info --2867-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --2867-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2867-- WARNING: Serious error when reading debug info --2867-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --2867-- Ignoring non-Dwarf2/3/4 block in .debug_info --2867-- WARNING: Serious error when reading debug info --2867-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --2867-- Last block truncated in .debug_info; ignoring --2867-- WARNING: Serious error when reading debug info --2867-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --2867-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==2867== ==2867== HEAP SUMMARY: ==2867== in use at exit: 850,348 bytes in 8,367 blocks ==2867== total heap usage: 335,551 allocs, 327,184 frees, 27,323,174 bytes allocated ==2867== ==2867== LEAK SUMMARY: ==2867== definitely lost: 0 bytes in 0 blocks ==2867== indirectly lost: 0 bytes in 0 blocks ==2867== possibly lost: 1,104 bytes in 4 blocks ==2867== still reachable: 421,821 bytes in 3,117 blocks ==2867== of which reachable via heuristic: ==2867== length64 : 4,744 bytes in 76 blocks ==2867== newarray : 2,048 bytes in 48 blocks ==2867== suppressed: 364,399 bytes in 4,763 blocks ==2867== Rerun with --leak-check=full to see details of leaked memory ==2867== ==2867== For counts of detected and suppressed errors, rerun with: -v ==2867== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==2950== Memcheck, a memory error detector ==2950== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==2950== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==2950== Command: ./client-test Client::Source::eds_event::LinkedItemsWithVALARM::testLinkedItemsParentUpdate ==2950== Parent PID: 96 ==2950== --2950-- WARNING: Serious error when reading debug info --2950-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --2950-- Ignoring non-Dwarf2/3/4 block in .debug_info --2950-- WARNING: Serious error when reading debug info --2950-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --2950-- Last block truncated in .debug_info; ignoring --2950-- WARNING: Serious error when reading debug info --2950-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --2950-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2950-- WARNING: Serious error when reading debug info --2950-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --2950-- Ignoring non-Dwarf2/3/4 block in .debug_info --2950-- WARNING: Serious error when reading debug info --2950-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --2950-- Last block truncated in .debug_info; ignoring --2950-- WARNING: Serious error when reading debug info --2950-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --2950-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2950-- WARNING: Serious error when reading debug info --2950-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --2950-- Ignoring non-Dwarf2/3/4 block in .debug_info --2950-- WARNING: Serious error when reading debug info --2950-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --2950-- Last block truncated in .debug_info; ignoring --2950-- WARNING: Serious error when reading debug info --2950-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --2950-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2950-- WARNING: Serious error when reading debug info --2950-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --2950-- Ignoring non-Dwarf2/3/4 block in .debug_info --2950-- WARNING: Serious error when reading debug info --2950-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --2950-- Last block truncated in .debug_info; ignoring --2950-- WARNING: Serious error when reading debug info --2950-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --2950-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2950-- WARNING: Serious error when reading debug info --2950-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --2950-- Ignoring non-Dwarf2/3/4 block in .debug_info --2950-- WARNING: Serious error when reading debug info --2950-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --2950-- Last block truncated in .debug_info; ignoring --2950-- WARNING: Serious error when reading debug info --2950-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --2950-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2950-- WARNING: Serious error when reading debug info --2950-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --2950-- Ignoring non-Dwarf2/3/4 block in .debug_info --2950-- WARNING: Serious error when reading debug info --2950-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --2950-- Last block truncated in .debug_info; ignoring --2950-- WARNING: Serious error when reading debug info --2950-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --2950-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2950-- WARNING: Serious error when reading debug info --2950-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --2950-- Ignoring non-Dwarf2/3/4 block in .debug_info --2950-- WARNING: Serious error when reading debug info --2950-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --2950-- Last block truncated in .debug_info; ignoring --2950-- WARNING: Serious error when reading debug info --2950-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --2950-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2950-- WARNING: Serious error when reading debug info --2950-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --2950-- Ignoring non-Dwarf2/3/4 block in .debug_info --2950-- WARNING: Serious error when reading debug info --2950-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --2950-- Last block truncated in .debug_info; ignoring --2950-- WARNING: Serious error when reading debug info --2950-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --2950-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2950-- WARNING: Serious error when reading debug info --2950-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --2950-- Ignoring non-Dwarf2/3/4 block in .debug_info --2950-- WARNING: Serious error when reading debug info --2950-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --2950-- Last block truncated in .debug_info; ignoring --2950-- WARNING: Serious error when reading debug info --2950-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --2950-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2950-- WARNING: Serious error when reading debug info --2950-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --2950-- Ignoring non-Dwarf2/3/4 block in .debug_info --2950-- WARNING: Serious error when reading debug info --2950-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --2950-- Last block truncated in .debug_info; ignoring --2950-- WARNING: Serious error when reading debug info --2950-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --2950-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2950-- WARNING: Serious error when reading debug info --2950-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --2950-- Ignoring non-Dwarf2/3/4 block in .debug_info --2950-- WARNING: Serious error when reading debug info --2950-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --2950-- Last block truncated in .debug_info; ignoring --2950-- WARNING: Serious error when reading debug info --2950-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --2950-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2950-- WARNING: Serious error when reading debug info --2950-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --2950-- Ignoring non-Dwarf2/3/4 block in .debug_info --2950-- WARNING: Serious error when reading debug info --2950-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --2950-- Last block truncated in .debug_info; ignoring --2950-- WARNING: Serious error when reading debug info --2950-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --2950-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --2950-- WARNING: Serious error when reading debug info --2950-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --2950-- Ignoring non-Dwarf2/3/4 block in .debug_info --2950-- WARNING: Serious error when reading debug info --2950-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --2950-- Last block truncated in .debug_info; ignoring --2950-- WARNING: Serious error when reading debug info --2950-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --2950-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==2950== ==2950== HEAP SUMMARY: ==2950== in use at exit: 850,084 bytes in 8,364 blocks ==2950== total heap usage: 310,948 allocs, 302,584 frees, 25,250,032 bytes allocated ==2950== ==2950== LEAK SUMMARY: ==2950== definitely lost: 0 bytes in 0 blocks ==2950== indirectly lost: 0 bytes in 0 blocks ==2950== possibly lost: 1,104 bytes in 4 blocks ==2950== still reachable: 421,821 bytes in 3,117 blocks ==2950== of which reachable via heuristic: ==2950== length64 : 4,744 bytes in 76 blocks ==2950== newarray : 2,048 bytes in 48 blocks ==2950== suppressed: 364,135 bytes in 4,760 blocks ==2950== Rerun with --leak-check=full to see details of leaked memory ==2950== ==2950== For counts of detected and suppressed errors, rerun with: -v ==2950== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==3030== Memcheck, a memory error detector ==3030== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==3030== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==3030== Command: ./client-test Client::Source::eds_event::LinkedItemsWithVALARM::testLinkedItemsUpdateChild ==3030== Parent PID: 96 ==3030== --3030-- WARNING: Serious error when reading debug info --3030-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --3030-- Ignoring non-Dwarf2/3/4 block in .debug_info --3030-- WARNING: Serious error when reading debug info --3030-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --3030-- Last block truncated in .debug_info; ignoring --3030-- WARNING: Serious error when reading debug info --3030-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --3030-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3030-- WARNING: Serious error when reading debug info --3030-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --3030-- Ignoring non-Dwarf2/3/4 block in .debug_info --3030-- WARNING: Serious error when reading debug info --3030-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --3030-- Last block truncated in .debug_info; ignoring --3030-- WARNING: Serious error when reading debug info --3030-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --3030-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3030-- WARNING: Serious error when reading debug info --3030-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --3030-- Ignoring non-Dwarf2/3/4 block in .debug_info --3030-- WARNING: Serious error when reading debug info --3030-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --3030-- Last block truncated in .debug_info; ignoring --3030-- WARNING: Serious error when reading debug info --3030-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --3030-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3030-- WARNING: Serious error when reading debug info --3030-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --3030-- Ignoring non-Dwarf2/3/4 block in .debug_info --3030-- WARNING: Serious error when reading debug info --3030-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --3030-- Last block truncated in .debug_info; ignoring --3030-- WARNING: Serious error when reading debug info --3030-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --3030-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3030-- WARNING: Serious error when reading debug info --3030-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --3030-- Ignoring non-Dwarf2/3/4 block in .debug_info --3030-- WARNING: Serious error when reading debug info --3030-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --3030-- Last block truncated in .debug_info; ignoring --3030-- WARNING: Serious error when reading debug info --3030-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --3030-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3030-- WARNING: Serious error when reading debug info --3030-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --3030-- Ignoring non-Dwarf2/3/4 block in .debug_info --3030-- WARNING: Serious error when reading debug info --3030-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --3030-- Last block truncated in .debug_info; ignoring --3030-- WARNING: Serious error when reading debug info --3030-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --3030-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3030-- WARNING: Serious error when reading debug info --3030-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --3030-- Ignoring non-Dwarf2/3/4 block in .debug_info --3030-- WARNING: Serious error when reading debug info --3030-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --3030-- Last block truncated in .debug_info; ignoring --3030-- WARNING: Serious error when reading debug info --3030-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --3030-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3030-- WARNING: Serious error when reading debug info --3030-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --3030-- Ignoring non-Dwarf2/3/4 block in .debug_info --3030-- WARNING: Serious error when reading debug info --3030-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --3030-- Last block truncated in .debug_info; ignoring --3030-- WARNING: Serious error when reading debug info --3030-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --3030-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3030-- WARNING: Serious error when reading debug info --3030-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --3030-- Ignoring non-Dwarf2/3/4 block in .debug_info --3030-- WARNING: Serious error when reading debug info --3030-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --3030-- Last block truncated in .debug_info; ignoring --3030-- WARNING: Serious error when reading debug info --3030-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --3030-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3030-- WARNING: Serious error when reading debug info --3030-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --3030-- Ignoring non-Dwarf2/3/4 block in .debug_info --3030-- WARNING: Serious error when reading debug info --3030-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --3030-- Last block truncated in .debug_info; ignoring --3030-- WARNING: Serious error when reading debug info --3030-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --3030-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3030-- WARNING: Serious error when reading debug info --3030-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --3030-- Ignoring non-Dwarf2/3/4 block in .debug_info --3030-- WARNING: Serious error when reading debug info --3030-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --3030-- Last block truncated in .debug_info; ignoring --3030-- WARNING: Serious error when reading debug info --3030-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --3030-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3030-- WARNING: Serious error when reading debug info --3030-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --3030-- Ignoring non-Dwarf2/3/4 block in .debug_info --3030-- WARNING: Serious error when reading debug info --3030-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --3030-- Last block truncated in .debug_info; ignoring --3030-- WARNING: Serious error when reading debug info --3030-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --3030-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3030-- WARNING: Serious error when reading debug info --3030-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --3030-- Ignoring non-Dwarf2/3/4 block in .debug_info --3030-- WARNING: Serious error when reading debug info --3030-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --3030-- Last block truncated in .debug_info; ignoring --3030-- WARNING: Serious error when reading debug info --3030-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --3030-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==3030== ==3030== HEAP SUMMARY: ==3030== in use at exit: 850,348 bytes in 8,367 blocks ==3030== total heap usage: 311,120 allocs, 302,753 frees, 25,222,812 bytes allocated ==3030== ==3030== LEAK SUMMARY: ==3030== definitely lost: 0 bytes in 0 blocks ==3030== indirectly lost: 0 bytes in 0 blocks ==3030== possibly lost: 1,104 bytes in 4 blocks ==3030== still reachable: 421,885 bytes in 3,118 blocks ==3030== of which reachable via heuristic: ==3030== length64 : 4,744 bytes in 76 blocks ==3030== newarray : 2,048 bytes in 48 blocks ==3030== suppressed: 364,335 bytes in 4,762 blocks ==3030== Rerun with --leak-check=full to see details of leaked memory ==3030== ==3030== For counts of detected and suppressed errors, rerun with: -v ==3030== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==310== Memcheck, a memory error detector ==310== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==310== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==310== Command: ./client-test Client::Source::eds_event::testLocalUpdate ==310== Parent PID: 96 ==310== --310-- WARNING: Serious error when reading debug info --310-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --310-- Ignoring non-Dwarf2/3/4 block in .debug_info --310-- WARNING: Serious error when reading debug info --310-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --310-- Last block truncated in .debug_info; ignoring --310-- WARNING: Serious error when reading debug info --310-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --310-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --310-- WARNING: Serious error when reading debug info --310-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --310-- Ignoring non-Dwarf2/3/4 block in .debug_info --310-- WARNING: Serious error when reading debug info --310-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --310-- Last block truncated in .debug_info; ignoring --310-- WARNING: Serious error when reading debug info --310-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --310-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --310-- WARNING: Serious error when reading debug info --310-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --310-- Ignoring non-Dwarf2/3/4 block in .debug_info --310-- WARNING: Serious error when reading debug info --310-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --310-- Last block truncated in .debug_info; ignoring --310-- WARNING: Serious error when reading debug info --310-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --310-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --310-- WARNING: Serious error when reading debug info --310-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --310-- Ignoring non-Dwarf2/3/4 block in .debug_info --310-- WARNING: Serious error when reading debug info --310-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --310-- Last block truncated in .debug_info; ignoring --310-- WARNING: Serious error when reading debug info --310-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --310-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --310-- WARNING: Serious error when reading debug info --310-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --310-- Ignoring non-Dwarf2/3/4 block in .debug_info --310-- WARNING: Serious error when reading debug info --310-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --310-- Last block truncated in .debug_info; ignoring --310-- WARNING: Serious error when reading debug info --310-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --310-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --310-- WARNING: Serious error when reading debug info --310-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --310-- Ignoring non-Dwarf2/3/4 block in .debug_info --310-- WARNING: Serious error when reading debug info --310-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --310-- Last block truncated in .debug_info; ignoring --310-- WARNING: Serious error when reading debug info --310-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --310-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --310-- WARNING: Serious error when reading debug info --310-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --310-- Ignoring non-Dwarf2/3/4 block in .debug_info --310-- WARNING: Serious error when reading debug info --310-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --310-- Last block truncated in .debug_info; ignoring --310-- WARNING: Serious error when reading debug info --310-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --310-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --310-- WARNING: Serious error when reading debug info --310-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --310-- Ignoring non-Dwarf2/3/4 block in .debug_info --310-- WARNING: Serious error when reading debug info --310-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --310-- Last block truncated in .debug_info; ignoring --310-- WARNING: Serious error when reading debug info --310-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --310-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --310-- WARNING: Serious error when reading debug info --310-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --310-- Ignoring non-Dwarf2/3/4 block in .debug_info --310-- WARNING: Serious error when reading debug info --310-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --310-- Last block truncated in .debug_info; ignoring --310-- WARNING: Serious error when reading debug info --310-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --310-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --310-- WARNING: Serious error when reading debug info --310-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --310-- Ignoring non-Dwarf2/3/4 block in .debug_info --310-- WARNING: Serious error when reading debug info --310-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --310-- Last block truncated in .debug_info; ignoring --310-- WARNING: Serious error when reading debug info --310-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --310-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --310-- WARNING: Serious error when reading debug info --310-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --310-- Ignoring non-Dwarf2/3/4 block in .debug_info --310-- WARNING: Serious error when reading debug info --310-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --310-- Last block truncated in .debug_info; ignoring --310-- WARNING: Serious error when reading debug info --310-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --310-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --310-- WARNING: Serious error when reading debug info --310-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --310-- Ignoring non-Dwarf2/3/4 block in .debug_info --310-- WARNING: Serious error when reading debug info --310-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --310-- Last block truncated in .debug_info; ignoring --310-- WARNING: Serious error when reading debug info --310-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --310-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --310-- WARNING: Serious error when reading debug info --310-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --310-- Ignoring non-Dwarf2/3/4 block in .debug_info --310-- WARNING: Serious error when reading debug info --310-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --310-- Last block truncated in .debug_info; ignoring --310-- WARNING: Serious error when reading debug info --310-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --310-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==310== ==310== HEAP SUMMARY: ==310== in use at exit: 690,370 bytes in 5,864 blocks ==310== total heap usage: 205,993 allocs, 200,129 frees, 16,306,702 bytes allocated ==310== ==310== LEAK SUMMARY: ==310== definitely lost: 0 bytes in 0 blocks ==310== indirectly lost: 0 bytes in 0 blocks ==310== possibly lost: 1,104 bytes in 4 blocks ==310== still reachable: 260,731 bytes in 554 blocks ==310== of which reachable via heuristic: ==310== length64 : 4,744 bytes in 76 blocks ==310== newarray : 2,048 bytes in 48 blocks ==310== suppressed: 365,343 bytes in 4,821 blocks ==310== Rerun with --leak-check=full to see details of leaked memory ==310== ==310== For counts of detected and suppressed errors, rerun with: -v ==310== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==3109== Memcheck, a memory error detector ==3109== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==3109== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==3109== Command: ./client-test Client::Source::eds_event::LinkedItemsWithVALARM::testLinkedItemsUpdateChildNoIDs ==3109== Parent PID: 96 ==3109== --3109-- WARNING: Serious error when reading debug info --3109-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --3109-- Ignoring non-Dwarf2/3/4 block in .debug_info --3109-- WARNING: Serious error when reading debug info --3109-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --3109-- Last block truncated in .debug_info; ignoring --3109-- WARNING: Serious error when reading debug info --3109-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --3109-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3109-- WARNING: Serious error when reading debug info --3109-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --3109-- Ignoring non-Dwarf2/3/4 block in .debug_info --3109-- WARNING: Serious error when reading debug info --3109-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --3109-- Last block truncated in .debug_info; ignoring --3109-- WARNING: Serious error when reading debug info --3109-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --3109-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3109-- WARNING: Serious error when reading debug info --3109-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --3109-- Ignoring non-Dwarf2/3/4 block in .debug_info --3109-- WARNING: Serious error when reading debug info --3109-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --3109-- Last block truncated in .debug_info; ignoring --3109-- WARNING: Serious error when reading debug info --3109-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --3109-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3109-- WARNING: Serious error when reading debug info --3109-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --3109-- Ignoring non-Dwarf2/3/4 block in .debug_info --3109-- WARNING: Serious error when reading debug info --3109-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --3109-- Last block truncated in .debug_info; ignoring --3109-- WARNING: Serious error when reading debug info --3109-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --3109-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3109-- WARNING: Serious error when reading debug info --3109-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --3109-- Ignoring non-Dwarf2/3/4 block in .debug_info --3109-- WARNING: Serious error when reading debug info --3109-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --3109-- Last block truncated in .debug_info; ignoring --3109-- WARNING: Serious error when reading debug info --3109-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --3109-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3109-- WARNING: Serious error when reading debug info --3109-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --3109-- Ignoring non-Dwarf2/3/4 block in .debug_info --3109-- WARNING: Serious error when reading debug info --3109-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --3109-- Last block truncated in .debug_info; ignoring --3109-- WARNING: Serious error when reading debug info --3109-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --3109-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3109-- WARNING: Serious error when reading debug info --3109-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --3109-- Ignoring non-Dwarf2/3/4 block in .debug_info --3109-- WARNING: Serious error when reading debug info --3109-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --3109-- Last block truncated in .debug_info; ignoring --3109-- WARNING: Serious error when reading debug info --3109-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --3109-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3109-- WARNING: Serious error when reading debug info --3109-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --3109-- Ignoring non-Dwarf2/3/4 block in .debug_info --3109-- WARNING: Serious error when reading debug info --3109-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --3109-- Last block truncated in .debug_info; ignoring --3109-- WARNING: Serious error when reading debug info --3109-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --3109-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3109-- WARNING: Serious error when reading debug info --3109-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --3109-- Ignoring non-Dwarf2/3/4 block in .debug_info --3109-- WARNING: Serious error when reading debug info --3109-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --3109-- Last block truncated in .debug_info; ignoring --3109-- WARNING: Serious error when reading debug info --3109-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --3109-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3109-- WARNING: Serious error when reading debug info --3109-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --3109-- Ignoring non-Dwarf2/3/4 block in .debug_info --3109-- WARNING: Serious error when reading debug info --3109-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --3109-- Last block truncated in .debug_info; ignoring --3109-- WARNING: Serious error when reading debug info --3109-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --3109-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3109-- WARNING: Serious error when reading debug info --3109-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --3109-- Ignoring non-Dwarf2/3/4 block in .debug_info --3109-- WARNING: Serious error when reading debug info --3109-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --3109-- Last block truncated in .debug_info; ignoring --3109-- WARNING: Serious error when reading debug info --3109-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --3109-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3109-- WARNING: Serious error when reading debug info --3109-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --3109-- Ignoring non-Dwarf2/3/4 block in .debug_info --3109-- WARNING: Serious error when reading debug info --3109-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --3109-- Last block truncated in .debug_info; ignoring --3109-- WARNING: Serious error when reading debug info --3109-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --3109-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3109-- WARNING: Serious error when reading debug info --3109-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --3109-- Ignoring non-Dwarf2/3/4 block in .debug_info --3109-- WARNING: Serious error when reading debug info --3109-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --3109-- Last block truncated in .debug_info; ignoring --3109-- WARNING: Serious error when reading debug info --3109-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --3109-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==3109== ==3109== HEAP SUMMARY: ==3109== in use at exit: 852,066 bytes in 8,393 blocks ==3109== total heap usage: 225,416 allocs, 217,023 frees, 19,342,695 bytes allocated ==3109== ==3109== LEAK SUMMARY: ==3109== definitely lost: 0 bytes in 0 blocks ==3109== indirectly lost: 0 bytes in 0 blocks ==3109== possibly lost: 432 bytes in 2 blocks ==3109== still reachable: 415,364 bytes in 2,980 blocks ==3109== of which reachable via heuristic: ==3109== length64 : 4,744 bytes in 76 blocks ==3109== newarray : 2,048 bytes in 48 blocks ==3109== suppressed: 373,246 bytes in 4,928 blocks ==3109== Rerun with --leak-check=full to see details of leaked memory ==3109== ==3109== For counts of detected and suppressed errors, rerun with: -v ==3109== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==3161== Memcheck, a memory error detector ==3161== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==3161== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==3161== Command: ./client-test Client::Source::eds_event::LinkedItemsWithVALARM::testLinkedItemsInsertBothUpdateChild ==3161== Parent PID: 96 ==3161== --3161-- WARNING: Serious error when reading debug info --3161-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --3161-- Ignoring non-Dwarf2/3/4 block in .debug_info --3161-- WARNING: Serious error when reading debug info --3161-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --3161-- Last block truncated in .debug_info; ignoring --3161-- WARNING: Serious error when reading debug info --3161-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --3161-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3161-- WARNING: Serious error when reading debug info --3161-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --3161-- Ignoring non-Dwarf2/3/4 block in .debug_info --3161-- WARNING: Serious error when reading debug info --3161-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --3161-- Last block truncated in .debug_info; ignoring --3161-- WARNING: Serious error when reading debug info --3161-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --3161-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3161-- WARNING: Serious error when reading debug info --3161-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --3161-- Ignoring non-Dwarf2/3/4 block in .debug_info --3161-- WARNING: Serious error when reading debug info --3161-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --3161-- Last block truncated in .debug_info; ignoring --3161-- WARNING: Serious error when reading debug info --3161-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --3161-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3161-- WARNING: Serious error when reading debug info --3161-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --3161-- Ignoring non-Dwarf2/3/4 block in .debug_info --3161-- WARNING: Serious error when reading debug info --3161-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --3161-- Last block truncated in .debug_info; ignoring --3161-- WARNING: Serious error when reading debug info --3161-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --3161-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3161-- WARNING: Serious error when reading debug info --3161-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --3161-- Ignoring non-Dwarf2/3/4 block in .debug_info --3161-- WARNING: Serious error when reading debug info --3161-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --3161-- Last block truncated in .debug_info; ignoring --3161-- WARNING: Serious error when reading debug info --3161-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --3161-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3161-- WARNING: Serious error when reading debug info --3161-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --3161-- Ignoring non-Dwarf2/3/4 block in .debug_info --3161-- WARNING: Serious error when reading debug info --3161-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --3161-- Last block truncated in .debug_info; ignoring --3161-- WARNING: Serious error when reading debug info --3161-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --3161-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3161-- WARNING: Serious error when reading debug info --3161-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --3161-- Ignoring non-Dwarf2/3/4 block in .debug_info --3161-- WARNING: Serious error when reading debug info --3161-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --3161-- Last block truncated in .debug_info; ignoring --3161-- WARNING: Serious error when reading debug info --3161-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --3161-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3161-- WARNING: Serious error when reading debug info --3161-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --3161-- Ignoring non-Dwarf2/3/4 block in .debug_info --3161-- WARNING: Serious error when reading debug info --3161-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --3161-- Last block truncated in .debug_info; ignoring --3161-- WARNING: Serious error when reading debug info --3161-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --3161-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3161-- WARNING: Serious error when reading debug info --3161-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --3161-- Ignoring non-Dwarf2/3/4 block in .debug_info --3161-- WARNING: Serious error when reading debug info --3161-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --3161-- Last block truncated in .debug_info; ignoring --3161-- WARNING: Serious error when reading debug info --3161-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --3161-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3161-- WARNING: Serious error when reading debug info --3161-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --3161-- Ignoring non-Dwarf2/3/4 block in .debug_info --3161-- WARNING: Serious error when reading debug info --3161-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --3161-- Last block truncated in .debug_info; ignoring --3161-- WARNING: Serious error when reading debug info --3161-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --3161-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3161-- WARNING: Serious error when reading debug info --3161-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --3161-- Ignoring non-Dwarf2/3/4 block in .debug_info --3161-- WARNING: Serious error when reading debug info --3161-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --3161-- Last block truncated in .debug_info; ignoring --3161-- WARNING: Serious error when reading debug info --3161-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --3161-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3161-- WARNING: Serious error when reading debug info --3161-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --3161-- Ignoring non-Dwarf2/3/4 block in .debug_info --3161-- WARNING: Serious error when reading debug info --3161-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --3161-- Last block truncated in .debug_info; ignoring --3161-- WARNING: Serious error when reading debug info --3161-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --3161-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3161-- WARNING: Serious error when reading debug info --3161-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --3161-- Ignoring non-Dwarf2/3/4 block in .debug_info --3161-- WARNING: Serious error when reading debug info --3161-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --3161-- Last block truncated in .debug_info; ignoring --3161-- WARNING: Serious error when reading debug info --3161-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --3161-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==3161== ==3161== HEAP SUMMARY: ==3161== in use at exit: 852,119 bytes in 8,407 blocks ==3161== total heap usage: 385,936 allocs, 377,529 frees, 31,703,960 bytes allocated ==3161== ==3161== LEAK SUMMARY: ==3161== definitely lost: 0 bytes in 0 blocks ==3161== indirectly lost: 0 bytes in 0 blocks ==3161== possibly lost: 1,104 bytes in 4 blocks ==3161== still reachable: 423,285 bytes in 3,142 blocks ==3161== of which reachable via heuristic: ==3161== length64 : 4,744 bytes in 76 blocks ==3161== newarray : 2,048 bytes in 48 blocks ==3161== suppressed: 364,538 bytes in 4,776 blocks ==3161== Rerun with --leak-check=full to see details of leaked memory ==3161== ==3161== For counts of detected and suppressed errors, rerun with: -v ==3161== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==3256== Memcheck, a memory error detector ==3256== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==3256== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==3256== Command: ./client-test Client::Source::eds_event::LinkedItemsWithVALARM::testLinkedItemsInsertBothUpdateParent ==3256== Parent PID: 96 ==3256== --3256-- WARNING: Serious error when reading debug info --3256-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --3256-- Ignoring non-Dwarf2/3/4 block in .debug_info --3256-- WARNING: Serious error when reading debug info --3256-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --3256-- Last block truncated in .debug_info; ignoring --3256-- WARNING: Serious error when reading debug info --3256-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --3256-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3256-- WARNING: Serious error when reading debug info --3256-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --3256-- Ignoring non-Dwarf2/3/4 block in .debug_info --3256-- WARNING: Serious error when reading debug info --3256-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --3256-- Last block truncated in .debug_info; ignoring --3256-- WARNING: Serious error when reading debug info --3256-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --3256-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3256-- WARNING: Serious error when reading debug info --3256-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --3256-- Ignoring non-Dwarf2/3/4 block in .debug_info --3256-- WARNING: Serious error when reading debug info --3256-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --3256-- Last block truncated in .debug_info; ignoring --3256-- WARNING: Serious error when reading debug info --3256-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --3256-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3256-- WARNING: Serious error when reading debug info --3256-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --3256-- Ignoring non-Dwarf2/3/4 block in .debug_info --3256-- WARNING: Serious error when reading debug info --3256-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --3256-- Last block truncated in .debug_info; ignoring --3256-- WARNING: Serious error when reading debug info --3256-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --3256-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3256-- WARNING: Serious error when reading debug info --3256-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --3256-- Ignoring non-Dwarf2/3/4 block in .debug_info --3256-- WARNING: Serious error when reading debug info --3256-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --3256-- Last block truncated in .debug_info; ignoring --3256-- WARNING: Serious error when reading debug info --3256-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --3256-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3256-- WARNING: Serious error when reading debug info --3256-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --3256-- Ignoring non-Dwarf2/3/4 block in .debug_info --3256-- WARNING: Serious error when reading debug info --3256-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --3256-- Last block truncated in .debug_info; ignoring --3256-- WARNING: Serious error when reading debug info --3256-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --3256-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3256-- WARNING: Serious error when reading debug info --3256-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --3256-- Ignoring non-Dwarf2/3/4 block in .debug_info --3256-- WARNING: Serious error when reading debug info --3256-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --3256-- Last block truncated in .debug_info; ignoring --3256-- WARNING: Serious error when reading debug info --3256-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --3256-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3256-- WARNING: Serious error when reading debug info --3256-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --3256-- Ignoring non-Dwarf2/3/4 block in .debug_info --3256-- WARNING: Serious error when reading debug info --3256-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --3256-- Last block truncated in .debug_info; ignoring --3256-- WARNING: Serious error when reading debug info --3256-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --3256-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3256-- WARNING: Serious error when reading debug info --3256-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --3256-- Ignoring non-Dwarf2/3/4 block in .debug_info --3256-- WARNING: Serious error when reading debug info --3256-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --3256-- Last block truncated in .debug_info; ignoring --3256-- WARNING: Serious error when reading debug info --3256-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --3256-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3256-- WARNING: Serious error when reading debug info --3256-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --3256-- Ignoring non-Dwarf2/3/4 block in .debug_info --3256-- WARNING: Serious error when reading debug info --3256-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --3256-- Last block truncated in .debug_info; ignoring --3256-- WARNING: Serious error when reading debug info --3256-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --3256-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3256-- WARNING: Serious error when reading debug info --3256-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --3256-- Ignoring non-Dwarf2/3/4 block in .debug_info --3256-- WARNING: Serious error when reading debug info --3256-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --3256-- Last block truncated in .debug_info; ignoring --3256-- WARNING: Serious error when reading debug info --3256-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --3256-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3256-- WARNING: Serious error when reading debug info --3256-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --3256-- Ignoring non-Dwarf2/3/4 block in .debug_info --3256-- WARNING: Serious error when reading debug info --3256-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --3256-- Last block truncated in .debug_info; ignoring --3256-- WARNING: Serious error when reading debug info --3256-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --3256-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3256-- WARNING: Serious error when reading debug info --3256-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --3256-- Ignoring non-Dwarf2/3/4 block in .debug_info --3256-- WARNING: Serious error when reading debug info --3256-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --3256-- Last block truncated in .debug_info; ignoring --3256-- WARNING: Serious error when reading debug info --3256-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --3256-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==3256== ==3256== HEAP SUMMARY: ==3256== in use at exit: 848,189 bytes in 8,349 blocks ==3256== total heap usage: 387,417 allocs, 379,068 frees, 31,779,281 bytes allocated ==3256== ==3256== LEAK SUMMARY: ==3256== definitely lost: 0 bytes in 0 blocks ==3256== indirectly lost: 0 bytes in 0 blocks ==3256== possibly lost: 1,104 bytes in 4 blocks ==3256== still reachable: 419,093 bytes in 3,075 blocks ==3256== of which reachable via heuristic: ==3256== length64 : 4,744 bytes in 76 blocks ==3256== newarray : 2,048 bytes in 48 blocks ==3256== suppressed: 364,800 bytes in 4,785 blocks ==3256== Rerun with --leak-check=full to see details of leaked memory ==3256== ==3256== For counts of detected and suppressed errors, rerun with: -v ==3256== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==3350== Memcheck, a memory error detector ==3350== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==3350== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==3350== Command: ./client-test Client::Source::eds_event::LinkedItemsAllDay::testLinkedItemsParent ==3350== Parent PID: 96 ==3350== --3350-- WARNING: Serious error when reading debug info --3350-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --3350-- Ignoring non-Dwarf2/3/4 block in .debug_info --3350-- WARNING: Serious error when reading debug info --3350-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --3350-- Last block truncated in .debug_info; ignoring --3350-- WARNING: Serious error when reading debug info --3350-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --3350-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3350-- WARNING: Serious error when reading debug info --3350-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --3350-- Ignoring non-Dwarf2/3/4 block in .debug_info --3350-- WARNING: Serious error when reading debug info --3350-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --3350-- Last block truncated in .debug_info; ignoring --3350-- WARNING: Serious error when reading debug info --3350-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --3350-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3350-- WARNING: Serious error when reading debug info --3350-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --3350-- Ignoring non-Dwarf2/3/4 block in .debug_info --3350-- WARNING: Serious error when reading debug info --3350-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --3350-- Last block truncated in .debug_info; ignoring --3350-- WARNING: Serious error when reading debug info --3350-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --3350-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3350-- WARNING: Serious error when reading debug info --3350-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --3350-- Ignoring non-Dwarf2/3/4 block in .debug_info --3350-- WARNING: Serious error when reading debug info --3350-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --3350-- Last block truncated in .debug_info; ignoring --3350-- WARNING: Serious error when reading debug info --3350-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --3350-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3350-- WARNING: Serious error when reading debug info --3350-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --3350-- Ignoring non-Dwarf2/3/4 block in .debug_info --3350-- WARNING: Serious error when reading debug info --3350-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --3350-- Last block truncated in .debug_info; ignoring --3350-- WARNING: Serious error when reading debug info --3350-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --3350-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3350-- WARNING: Serious error when reading debug info --3350-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --3350-- Ignoring non-Dwarf2/3/4 block in .debug_info --3350-- WARNING: Serious error when reading debug info --3350-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --3350-- Last block truncated in .debug_info; ignoring --3350-- WARNING: Serious error when reading debug info --3350-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --3350-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3350-- WARNING: Serious error when reading debug info --3350-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --3350-- Ignoring non-Dwarf2/3/4 block in .debug_info --3350-- WARNING: Serious error when reading debug info --3350-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --3350-- Last block truncated in .debug_info; ignoring --3350-- WARNING: Serious error when reading debug info --3350-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --3350-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3350-- WARNING: Serious error when reading debug info --3350-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --3350-- Ignoring non-Dwarf2/3/4 block in .debug_info --3350-- WARNING: Serious error when reading debug info --3350-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --3350-- Last block truncated in .debug_info; ignoring --3350-- WARNING: Serious error when reading debug info --3350-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --3350-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3350-- WARNING: Serious error when reading debug info --3350-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --3350-- Ignoring non-Dwarf2/3/4 block in .debug_info --3350-- WARNING: Serious error when reading debug info --3350-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --3350-- Last block truncated in .debug_info; ignoring --3350-- WARNING: Serious error when reading debug info --3350-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --3350-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3350-- WARNING: Serious error when reading debug info --3350-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --3350-- Ignoring non-Dwarf2/3/4 block in .debug_info --3350-- WARNING: Serious error when reading debug info --3350-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --3350-- Last block truncated in .debug_info; ignoring --3350-- WARNING: Serious error when reading debug info --3350-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --3350-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3350-- WARNING: Serious error when reading debug info --3350-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --3350-- Ignoring non-Dwarf2/3/4 block in .debug_info --3350-- WARNING: Serious error when reading debug info --3350-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --3350-- Last block truncated in .debug_info; ignoring --3350-- WARNING: Serious error when reading debug info --3350-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --3350-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3350-- WARNING: Serious error when reading debug info --3350-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --3350-- Ignoring non-Dwarf2/3/4 block in .debug_info --3350-- WARNING: Serious error when reading debug info --3350-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --3350-- Last block truncated in .debug_info; ignoring --3350-- WARNING: Serious error when reading debug info --3350-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --3350-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3350-- WARNING: Serious error when reading debug info --3350-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --3350-- Ignoring non-Dwarf2/3/4 block in .debug_info --3350-- WARNING: Serious error when reading debug info --3350-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --3350-- Last block truncated in .debug_info; ignoring --3350-- WARNING: Serious error when reading debug info --3350-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --3350-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==3350== ==3350== HEAP SUMMARY: ==3350== in use at exit: 688,831 bytes in 5,810 blocks ==3350== total heap usage: 264,173 allocs, 258,363 frees, 19,849,230 bytes allocated ==3350== ==3350== LEAK SUMMARY: ==3350== definitely lost: 0 bytes in 0 blocks ==3350== indirectly lost: 0 bytes in 0 blocks ==3350== possibly lost: 432 bytes in 2 blocks ==3350== still reachable: 253,580 bytes in 411 blocks ==3350== of which reachable via heuristic: ==3350== length64 : 4,744 bytes in 76 blocks ==3350== newarray : 2,048 bytes in 48 blocks ==3350== suppressed: 371,795 bytes in 4,914 blocks ==3350== Rerun with --leak-check=full to see details of leaked memory ==3350== ==3350== For counts of detected and suppressed errors, rerun with: -v ==3350== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==3416== Memcheck, a memory error detector ==3416== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==3416== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==3416== Command: ./client-test Client::Source::eds_event::LinkedItemsAllDay::testLinkedItemsChild ==3416== Parent PID: 96 ==3416== --3416-- WARNING: Serious error when reading debug info --3416-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --3416-- Ignoring non-Dwarf2/3/4 block in .debug_info --3416-- WARNING: Serious error when reading debug info --3416-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --3416-- Last block truncated in .debug_info; ignoring --3416-- WARNING: Serious error when reading debug info --3416-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --3416-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3416-- WARNING: Serious error when reading debug info --3416-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --3416-- Ignoring non-Dwarf2/3/4 block in .debug_info --3416-- WARNING: Serious error when reading debug info --3416-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --3416-- Last block truncated in .debug_info; ignoring --3416-- WARNING: Serious error when reading debug info --3416-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --3416-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3416-- WARNING: Serious error when reading debug info --3416-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --3416-- Ignoring non-Dwarf2/3/4 block in .debug_info --3416-- WARNING: Serious error when reading debug info --3416-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --3416-- Last block truncated in .debug_info; ignoring --3416-- WARNING: Serious error when reading debug info --3416-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --3416-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3416-- WARNING: Serious error when reading debug info --3416-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --3416-- Ignoring non-Dwarf2/3/4 block in .debug_info --3416-- WARNING: Serious error when reading debug info --3416-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --3416-- Last block truncated in .debug_info; ignoring --3416-- WARNING: Serious error when reading debug info --3416-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --3416-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3416-- WARNING: Serious error when reading debug info --3416-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --3416-- Ignoring non-Dwarf2/3/4 block in .debug_info --3416-- WARNING: Serious error when reading debug info --3416-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --3416-- Last block truncated in .debug_info; ignoring --3416-- WARNING: Serious error when reading debug info --3416-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --3416-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3416-- WARNING: Serious error when reading debug info --3416-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --3416-- Ignoring non-Dwarf2/3/4 block in .debug_info --3416-- WARNING: Serious error when reading debug info --3416-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --3416-- Last block truncated in .debug_info; ignoring --3416-- WARNING: Serious error when reading debug info --3416-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --3416-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3416-- WARNING: Serious error when reading debug info --3416-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --3416-- Ignoring non-Dwarf2/3/4 block in .debug_info --3416-- WARNING: Serious error when reading debug info --3416-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --3416-- Last block truncated in .debug_info; ignoring --3416-- WARNING: Serious error when reading debug info --3416-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --3416-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3416-- WARNING: Serious error when reading debug info --3416-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --3416-- Ignoring non-Dwarf2/3/4 block in .debug_info --3416-- WARNING: Serious error when reading debug info --3416-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --3416-- Last block truncated in .debug_info; ignoring --3416-- WARNING: Serious error when reading debug info --3416-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --3416-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3416-- WARNING: Serious error when reading debug info --3416-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --3416-- Ignoring non-Dwarf2/3/4 block in .debug_info --3416-- WARNING: Serious error when reading debug info --3416-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --3416-- Last block truncated in .debug_info; ignoring --3416-- WARNING: Serious error when reading debug info --3416-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --3416-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3416-- WARNING: Serious error when reading debug info --3416-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --3416-- Ignoring non-Dwarf2/3/4 block in .debug_info --3416-- WARNING: Serious error when reading debug info --3416-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --3416-- Last block truncated in .debug_info; ignoring --3416-- WARNING: Serious error when reading debug info --3416-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --3416-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3416-- WARNING: Serious error when reading debug info --3416-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --3416-- Ignoring non-Dwarf2/3/4 block in .debug_info --3416-- WARNING: Serious error when reading debug info --3416-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --3416-- Last block truncated in .debug_info; ignoring --3416-- WARNING: Serious error when reading debug info --3416-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --3416-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3416-- WARNING: Serious error when reading debug info --3416-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --3416-- Ignoring non-Dwarf2/3/4 block in .debug_info --3416-- WARNING: Serious error when reading debug info --3416-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --3416-- Last block truncated in .debug_info; ignoring --3416-- WARNING: Serious error when reading debug info --3416-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --3416-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3416-- WARNING: Serious error when reading debug info --3416-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --3416-- Ignoring non-Dwarf2/3/4 block in .debug_info --3416-- WARNING: Serious error when reading debug info --3416-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --3416-- Last block truncated in .debug_info; ignoring --3416-- WARNING: Serious error when reading debug info --3416-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --3416-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==3416== ==3416== HEAP SUMMARY: ==3416== in use at exit: 692,643 bytes in 5,869 blocks ==3416== total heap usage: 264,379 allocs, 258,510 frees, 19,836,123 bytes allocated ==3416== ==3416== LEAK SUMMARY: ==3416== definitely lost: 0 bytes in 0 blocks ==3416== indirectly lost: 0 bytes in 0 blocks ==3416== possibly lost: 432 bytes in 2 blocks ==3416== still reachable: 256,440 bytes in 463 blocks ==3416== of which reachable via heuristic: ==3416== length64 : 4,744 bytes in 76 blocks ==3416== newarray : 2,048 bytes in 48 blocks ==3416== suppressed: 372,747 bytes in 4,921 blocks ==3416== Rerun with --leak-check=full to see details of leaked memory ==3416== ==3416== For counts of detected and suppressed errors, rerun with: -v ==3416== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==3481== Memcheck, a memory error detector ==3481== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==3481== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==3481== Command: ./client-test Client::Source::eds_event::LinkedItemsAllDay::testLinkedItemsParentChild ==3481== Parent PID: 96 ==3481== --3481-- WARNING: Serious error when reading debug info --3481-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --3481-- Ignoring non-Dwarf2/3/4 block in .debug_info --3481-- WARNING: Serious error when reading debug info --3481-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --3481-- Last block truncated in .debug_info; ignoring --3481-- WARNING: Serious error when reading debug info --3481-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --3481-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3481-- WARNING: Serious error when reading debug info --3481-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --3481-- Ignoring non-Dwarf2/3/4 block in .debug_info --3481-- WARNING: Serious error when reading debug info --3481-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --3481-- Last block truncated in .debug_info; ignoring --3481-- WARNING: Serious error when reading debug info --3481-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --3481-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3481-- WARNING: Serious error when reading debug info --3481-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --3481-- Ignoring non-Dwarf2/3/4 block in .debug_info --3481-- WARNING: Serious error when reading debug info --3481-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --3481-- Last block truncated in .debug_info; ignoring --3481-- WARNING: Serious error when reading debug info --3481-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --3481-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3481-- WARNING: Serious error when reading debug info --3481-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --3481-- Ignoring non-Dwarf2/3/4 block in .debug_info --3481-- WARNING: Serious error when reading debug info --3481-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --3481-- Last block truncated in .debug_info; ignoring --3481-- WARNING: Serious error when reading debug info --3481-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --3481-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3481-- WARNING: Serious error when reading debug info --3481-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --3481-- Ignoring non-Dwarf2/3/4 block in .debug_info --3481-- WARNING: Serious error when reading debug info --3481-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --3481-- Last block truncated in .debug_info; ignoring --3481-- WARNING: Serious error when reading debug info --3481-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --3481-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3481-- WARNING: Serious error when reading debug info --3481-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --3481-- Ignoring non-Dwarf2/3/4 block in .debug_info --3481-- WARNING: Serious error when reading debug info --3481-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --3481-- Last block truncated in .debug_info; ignoring --3481-- WARNING: Serious error when reading debug info --3481-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --3481-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3481-- WARNING: Serious error when reading debug info --3481-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --3481-- Ignoring non-Dwarf2/3/4 block in .debug_info --3481-- WARNING: Serious error when reading debug info --3481-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --3481-- Last block truncated in .debug_info; ignoring --3481-- WARNING: Serious error when reading debug info --3481-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --3481-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3481-- WARNING: Serious error when reading debug info --3481-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --3481-- Ignoring non-Dwarf2/3/4 block in .debug_info --3481-- WARNING: Serious error when reading debug info --3481-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --3481-- Last block truncated in .debug_info; ignoring --3481-- WARNING: Serious error when reading debug info --3481-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --3481-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3481-- WARNING: Serious error when reading debug info --3481-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --3481-- Ignoring non-Dwarf2/3/4 block in .debug_info --3481-- WARNING: Serious error when reading debug info --3481-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --3481-- Last block truncated in .debug_info; ignoring --3481-- WARNING: Serious error when reading debug info --3481-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --3481-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3481-- WARNING: Serious error when reading debug info --3481-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --3481-- Ignoring non-Dwarf2/3/4 block in .debug_info --3481-- WARNING: Serious error when reading debug info --3481-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --3481-- Last block truncated in .debug_info; ignoring --3481-- WARNING: Serious error when reading debug info --3481-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --3481-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3481-- WARNING: Serious error when reading debug info --3481-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --3481-- Ignoring non-Dwarf2/3/4 block in .debug_info --3481-- WARNING: Serious error when reading debug info --3481-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --3481-- Last block truncated in .debug_info; ignoring --3481-- WARNING: Serious error when reading debug info --3481-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --3481-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3481-- WARNING: Serious error when reading debug info --3481-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --3481-- Ignoring non-Dwarf2/3/4 block in .debug_info --3481-- WARNING: Serious error when reading debug info --3481-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --3481-- Last block truncated in .debug_info; ignoring --3481-- WARNING: Serious error when reading debug info --3481-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --3481-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3481-- WARNING: Serious error when reading debug info --3481-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --3481-- Ignoring non-Dwarf2/3/4 block in .debug_info --3481-- WARNING: Serious error when reading debug info --3481-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --3481-- Last block truncated in .debug_info; ignoring --3481-- WARNING: Serious error when reading debug info --3481-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --3481-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==3481== ==3481== HEAP SUMMARY: ==3481== in use at exit: 688,504 bytes in 5,813 blocks ==3481== total heap usage: 306,387 allocs, 300,574 frees, 22,436,012 bytes allocated ==3481== ==3481== LEAK SUMMARY: ==3481== definitely lost: 0 bytes in 0 blocks ==3481== indirectly lost: 0 bytes in 0 blocks ==3481== possibly lost: 1,104 bytes in 4 blocks ==3481== still reachable: 260,636 bytes in 551 blocks ==3481== of which reachable via heuristic: ==3481== length64 : 4,744 bytes in 76 blocks ==3481== newarray : 2,048 bytes in 48 blocks ==3481== suppressed: 363,572 bytes in 4,773 blocks ==3481== Rerun with --leak-check=full to see details of leaked memory ==3481== ==3481== For counts of detected and suppressed errors, rerun with: -v ==3481== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==353== Memcheck, a memory error detector ==353== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==353== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==353== Command: ./client-test Client::Source::eds_event::testChanges ==353== Parent PID: 96 ==353== --353-- WARNING: Serious error when reading debug info --353-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --353-- Ignoring non-Dwarf2/3/4 block in .debug_info --353-- WARNING: Serious error when reading debug info --353-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --353-- Last block truncated in .debug_info; ignoring --353-- WARNING: Serious error when reading debug info --353-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --353-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --353-- WARNING: Serious error when reading debug info --353-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --353-- Ignoring non-Dwarf2/3/4 block in .debug_info --353-- WARNING: Serious error when reading debug info --353-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --353-- Last block truncated in .debug_info; ignoring --353-- WARNING: Serious error when reading debug info --353-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --353-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --353-- WARNING: Serious error when reading debug info --353-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --353-- Ignoring non-Dwarf2/3/4 block in .debug_info --353-- WARNING: Serious error when reading debug info --353-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --353-- Last block truncated in .debug_info; ignoring --353-- WARNING: Serious error when reading debug info --353-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --353-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --353-- WARNING: Serious error when reading debug info --353-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --353-- Ignoring non-Dwarf2/3/4 block in .debug_info --353-- WARNING: Serious error when reading debug info --353-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --353-- Last block truncated in .debug_info; ignoring --353-- WARNING: Serious error when reading debug info --353-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --353-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --353-- WARNING: Serious error when reading debug info --353-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --353-- Ignoring non-Dwarf2/3/4 block in .debug_info --353-- WARNING: Serious error when reading debug info --353-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --353-- Last block truncated in .debug_info; ignoring --353-- WARNING: Serious error when reading debug info --353-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --353-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --353-- WARNING: Serious error when reading debug info --353-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --353-- Ignoring non-Dwarf2/3/4 block in .debug_info --353-- WARNING: Serious error when reading debug info --353-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --353-- Last block truncated in .debug_info; ignoring --353-- WARNING: Serious error when reading debug info --353-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --353-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --353-- WARNING: Serious error when reading debug info --353-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --353-- Ignoring non-Dwarf2/3/4 block in .debug_info --353-- WARNING: Serious error when reading debug info --353-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --353-- Last block truncated in .debug_info; ignoring --353-- WARNING: Serious error when reading debug info --353-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --353-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --353-- WARNING: Serious error when reading debug info --353-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --353-- Ignoring non-Dwarf2/3/4 block in .debug_info --353-- WARNING: Serious error when reading debug info --353-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --353-- Last block truncated in .debug_info; ignoring --353-- WARNING: Serious error when reading debug info --353-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --353-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --353-- WARNING: Serious error when reading debug info --353-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --353-- Ignoring non-Dwarf2/3/4 block in .debug_info --353-- WARNING: Serious error when reading debug info --353-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --353-- Last block truncated in .debug_info; ignoring --353-- WARNING: Serious error when reading debug info --353-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --353-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --353-- WARNING: Serious error when reading debug info --353-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --353-- Ignoring non-Dwarf2/3/4 block in .debug_info --353-- WARNING: Serious error when reading debug info --353-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --353-- Last block truncated in .debug_info; ignoring --353-- WARNING: Serious error when reading debug info --353-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --353-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --353-- WARNING: Serious error when reading debug info --353-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --353-- Ignoring non-Dwarf2/3/4 block in .debug_info --353-- WARNING: Serious error when reading debug info --353-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --353-- Last block truncated in .debug_info; ignoring --353-- WARNING: Serious error when reading debug info --353-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --353-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --353-- WARNING: Serious error when reading debug info --353-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --353-- Ignoring non-Dwarf2/3/4 block in .debug_info --353-- WARNING: Serious error when reading debug info --353-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --353-- Last block truncated in .debug_info; ignoring --353-- WARNING: Serious error when reading debug info --353-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --353-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --353-- WARNING: Serious error when reading debug info --353-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --353-- Ignoring non-Dwarf2/3/4 block in .debug_info --353-- WARNING: Serious error when reading debug info --353-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --353-- Last block truncated in .debug_info; ignoring --353-- WARNING: Serious error when reading debug info --353-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --353-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==353== ==353== HEAP SUMMARY: ==353== in use at exit: 690,663 bytes in 5,836 blocks ==353== total heap usage: 829,498 allocs, 823,662 frees, 54,306,377 bytes allocated ==353== ==353== LEAK SUMMARY: ==353== definitely lost: 0 bytes in 0 blocks ==353== indirectly lost: 0 bytes in 0 blocks ==353== possibly lost: 1,104 bytes in 4 blocks ==353== still reachable: 262,642 bytes in 592 blocks ==353== of which reachable via heuristic: ==353== length64 : 4,744 bytes in 76 blocks ==353== newarray : 2,048 bytes in 48 blocks ==353== suppressed: 363,893 bytes in 4,757 blocks ==353== Rerun with --leak-check=full to see details of leaked memory ==353== ==353== For counts of detected and suppressed errors, rerun with: -v ==353== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==3557== Memcheck, a memory error detector ==3557== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==3557== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==3557== Command: ./client-test Client::Source::eds_event::LinkedItemsAllDay::testLinkedItemsInsertBothUpdateChildNoIDs ==3557== Parent PID: 96 ==3557== --3557-- WARNING: Serious error when reading debug info --3557-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --3557-- Ignoring non-Dwarf2/3/4 block in .debug_info --3557-- WARNING: Serious error when reading debug info --3557-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --3557-- Last block truncated in .debug_info; ignoring --3557-- WARNING: Serious error when reading debug info --3557-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --3557-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3557-- WARNING: Serious error when reading debug info --3557-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --3557-- Ignoring non-Dwarf2/3/4 block in .debug_info --3557-- WARNING: Serious error when reading debug info --3557-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --3557-- Last block truncated in .debug_info; ignoring --3557-- WARNING: Serious error when reading debug info --3557-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --3557-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3557-- WARNING: Serious error when reading debug info --3557-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --3557-- Ignoring non-Dwarf2/3/4 block in .debug_info --3557-- WARNING: Serious error when reading debug info --3557-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --3557-- Last block truncated in .debug_info; ignoring --3557-- WARNING: Serious error when reading debug info --3557-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --3557-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3557-- WARNING: Serious error when reading debug info --3557-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --3557-- Ignoring non-Dwarf2/3/4 block in .debug_info --3557-- WARNING: Serious error when reading debug info --3557-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --3557-- Last block truncated in .debug_info; ignoring --3557-- WARNING: Serious error when reading debug info --3557-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --3557-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3557-- WARNING: Serious error when reading debug info --3557-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --3557-- Ignoring non-Dwarf2/3/4 block in .debug_info --3557-- WARNING: Serious error when reading debug info --3557-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --3557-- Last block truncated in .debug_info; ignoring --3557-- WARNING: Serious error when reading debug info --3557-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --3557-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3557-- WARNING: Serious error when reading debug info --3557-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --3557-- Ignoring non-Dwarf2/3/4 block in .debug_info --3557-- WARNING: Serious error when reading debug info --3557-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --3557-- Last block truncated in .debug_info; ignoring --3557-- WARNING: Serious error when reading debug info --3557-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --3557-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3557-- WARNING: Serious error when reading debug info --3557-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --3557-- Ignoring non-Dwarf2/3/4 block in .debug_info --3557-- WARNING: Serious error when reading debug info --3557-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --3557-- Last block truncated in .debug_info; ignoring --3557-- WARNING: Serious error when reading debug info --3557-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --3557-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3557-- WARNING: Serious error when reading debug info --3557-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --3557-- Ignoring non-Dwarf2/3/4 block in .debug_info --3557-- WARNING: Serious error when reading debug info --3557-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --3557-- Last block truncated in .debug_info; ignoring --3557-- WARNING: Serious error when reading debug info --3557-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --3557-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3557-- WARNING: Serious error when reading debug info --3557-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --3557-- Ignoring non-Dwarf2/3/4 block in .debug_info --3557-- WARNING: Serious error when reading debug info --3557-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --3557-- Last block truncated in .debug_info; ignoring --3557-- WARNING: Serious error when reading debug info --3557-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --3557-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3557-- WARNING: Serious error when reading debug info --3557-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --3557-- Ignoring non-Dwarf2/3/4 block in .debug_info --3557-- WARNING: Serious error when reading debug info --3557-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --3557-- Last block truncated in .debug_info; ignoring --3557-- WARNING: Serious error when reading debug info --3557-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --3557-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3557-- WARNING: Serious error when reading debug info --3557-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --3557-- Ignoring non-Dwarf2/3/4 block in .debug_info --3557-- WARNING: Serious error when reading debug info --3557-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --3557-- Last block truncated in .debug_info; ignoring --3557-- WARNING: Serious error when reading debug info --3557-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --3557-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3557-- WARNING: Serious error when reading debug info --3557-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --3557-- Ignoring non-Dwarf2/3/4 block in .debug_info --3557-- WARNING: Serious error when reading debug info --3557-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --3557-- Last block truncated in .debug_info; ignoring --3557-- WARNING: Serious error when reading debug info --3557-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --3557-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3557-- WARNING: Serious error when reading debug info --3557-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --3557-- Ignoring non-Dwarf2/3/4 block in .debug_info --3557-- WARNING: Serious error when reading debug info --3557-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --3557-- Last block truncated in .debug_info; ignoring --3557-- WARNING: Serious error when reading debug info --3557-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --3557-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==3557== ==3557== HEAP SUMMARY: ==3557== in use at exit: 687,952 bytes in 5,798 blocks ==3557== total heap usage: 249,944 allocs, 244,146 frees, 18,941,897 bytes allocated ==3557== ==3557== LEAK SUMMARY: ==3557== definitely lost: 0 bytes in 0 blocks ==3557== indirectly lost: 0 bytes in 0 blocks ==3557== possibly lost: 1,104 bytes in 4 blocks ==3557== still reachable: 259,867 bytes in 543 blocks ==3557== of which reachable via heuristic: ==3557== length64 : 4,744 bytes in 76 blocks ==3557== newarray : 2,048 bytes in 48 blocks ==3557== suppressed: 363,789 bytes in 4,766 blocks ==3557== Rerun with --leak-check=full to see details of leaked memory ==3557== ==3557== For counts of detected and suppressed errors, rerun with: -v ==3557== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==3620== Memcheck, a memory error detector ==3620== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==3620== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==3620== Command: ./client-test Client::Source::eds_event::LinkedItemsAllDay::testLinkedItemsChildParent ==3620== Parent PID: 96 ==3620== --3620-- WARNING: Serious error when reading debug info --3620-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --3620-- Ignoring non-Dwarf2/3/4 block in .debug_info --3620-- WARNING: Serious error when reading debug info --3620-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --3620-- Last block truncated in .debug_info; ignoring --3620-- WARNING: Serious error when reading debug info --3620-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --3620-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3620-- WARNING: Serious error when reading debug info --3620-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --3620-- Ignoring non-Dwarf2/3/4 block in .debug_info --3620-- WARNING: Serious error when reading debug info --3620-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --3620-- Last block truncated in .debug_info; ignoring --3620-- WARNING: Serious error when reading debug info --3620-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --3620-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3620-- WARNING: Serious error when reading debug info --3620-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --3620-- Ignoring non-Dwarf2/3/4 block in .debug_info --3620-- WARNING: Serious error when reading debug info --3620-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --3620-- Last block truncated in .debug_info; ignoring --3620-- WARNING: Serious error when reading debug info --3620-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --3620-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3620-- WARNING: Serious error when reading debug info --3620-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --3620-- Ignoring non-Dwarf2/3/4 block in .debug_info --3620-- WARNING: Serious error when reading debug info --3620-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --3620-- Last block truncated in .debug_info; ignoring --3620-- WARNING: Serious error when reading debug info --3620-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --3620-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3620-- WARNING: Serious error when reading debug info --3620-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --3620-- Ignoring non-Dwarf2/3/4 block in .debug_info --3620-- WARNING: Serious error when reading debug info --3620-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --3620-- Last block truncated in .debug_info; ignoring --3620-- WARNING: Serious error when reading debug info --3620-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --3620-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3620-- WARNING: Serious error when reading debug info --3620-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --3620-- Ignoring non-Dwarf2/3/4 block in .debug_info --3620-- WARNING: Serious error when reading debug info --3620-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --3620-- Last block truncated in .debug_info; ignoring --3620-- WARNING: Serious error when reading debug info --3620-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --3620-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3620-- WARNING: Serious error when reading debug info --3620-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --3620-- Ignoring non-Dwarf2/3/4 block in .debug_info --3620-- WARNING: Serious error when reading debug info --3620-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --3620-- Last block truncated in .debug_info; ignoring --3620-- WARNING: Serious error when reading debug info --3620-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --3620-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3620-- WARNING: Serious error when reading debug info --3620-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --3620-- Ignoring non-Dwarf2/3/4 block in .debug_info --3620-- WARNING: Serious error when reading debug info --3620-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --3620-- Last block truncated in .debug_info; ignoring --3620-- WARNING: Serious error when reading debug info --3620-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --3620-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3620-- WARNING: Serious error when reading debug info --3620-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --3620-- Ignoring non-Dwarf2/3/4 block in .debug_info --3620-- WARNING: Serious error when reading debug info --3620-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --3620-- Last block truncated in .debug_info; ignoring --3620-- WARNING: Serious error when reading debug info --3620-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --3620-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3620-- WARNING: Serious error when reading debug info --3620-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --3620-- Ignoring non-Dwarf2/3/4 block in .debug_info --3620-- WARNING: Serious error when reading debug info --3620-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --3620-- Last block truncated in .debug_info; ignoring --3620-- WARNING: Serious error when reading debug info --3620-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --3620-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3620-- WARNING: Serious error when reading debug info --3620-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --3620-- Ignoring non-Dwarf2/3/4 block in .debug_info --3620-- WARNING: Serious error when reading debug info --3620-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --3620-- Last block truncated in .debug_info; ignoring --3620-- WARNING: Serious error when reading debug info --3620-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --3620-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3620-- WARNING: Serious error when reading debug info --3620-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --3620-- Ignoring non-Dwarf2/3/4 block in .debug_info --3620-- WARNING: Serious error when reading debug info --3620-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --3620-- Last block truncated in .debug_info; ignoring --3620-- WARNING: Serious error when reading debug info --3620-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --3620-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3620-- WARNING: Serious error when reading debug info --3620-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --3620-- Ignoring non-Dwarf2/3/4 block in .debug_info --3620-- WARNING: Serious error when reading debug info --3620-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --3620-- Last block truncated in .debug_info; ignoring --3620-- WARNING: Serious error when reading debug info --3620-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --3620-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==3620== ==3620== HEAP SUMMARY: ==3620== in use at exit: 692,575 bytes in 5,869 blocks ==3620== total heap usage: 291,613 allocs, 285,744 frees, 21,530,708 bytes allocated ==3620== ==3620== LEAK SUMMARY: ==3620== definitely lost: 0 bytes in 0 blocks ==3620== indirectly lost: 0 bytes in 0 blocks ==3620== possibly lost: 1,104 bytes in 4 blocks ==3620== still reachable: 264,338 bytes in 616 blocks ==3620== of which reachable via heuristic: ==3620== length64 : 4,744 bytes in 76 blocks ==3620== newarray : 2,048 bytes in 48 blocks ==3620== suppressed: 364,109 bytes in 4,766 blocks ==3620== Rerun with --leak-check=full to see details of leaked memory ==3620== ==3620== For counts of detected and suppressed errors, rerun with: -v ==3620== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==3691== Memcheck, a memory error detector ==3691== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==3691== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==3691== Command: ./client-test Client::Source::eds_event::LinkedItemsAllDay::testLinkedItemsChildChangesParent ==3691== Parent PID: 96 ==3691== --3691-- WARNING: Serious error when reading debug info --3691-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --3691-- Ignoring non-Dwarf2/3/4 block in .debug_info --3691-- WARNING: Serious error when reading debug info --3691-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --3691-- Last block truncated in .debug_info; ignoring --3691-- WARNING: Serious error when reading debug info --3691-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --3691-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3691-- WARNING: Serious error when reading debug info --3691-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --3691-- Ignoring non-Dwarf2/3/4 block in .debug_info --3691-- WARNING: Serious error when reading debug info --3691-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --3691-- Last block truncated in .debug_info; ignoring --3691-- WARNING: Serious error when reading debug info --3691-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --3691-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3691-- WARNING: Serious error when reading debug info --3691-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --3691-- Ignoring non-Dwarf2/3/4 block in .debug_info --3691-- WARNING: Serious error when reading debug info --3691-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --3691-- Last block truncated in .debug_info; ignoring --3691-- WARNING: Serious error when reading debug info --3691-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --3691-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3691-- WARNING: Serious error when reading debug info --3691-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --3691-- Ignoring non-Dwarf2/3/4 block in .debug_info --3691-- WARNING: Serious error when reading debug info --3691-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --3691-- Last block truncated in .debug_info; ignoring --3691-- WARNING: Serious error when reading debug info --3691-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --3691-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3691-- WARNING: Serious error when reading debug info --3691-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --3691-- Ignoring non-Dwarf2/3/4 block in .debug_info --3691-- WARNING: Serious error when reading debug info --3691-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --3691-- Last block truncated in .debug_info; ignoring --3691-- WARNING: Serious error when reading debug info --3691-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --3691-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3691-- WARNING: Serious error when reading debug info --3691-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --3691-- Ignoring non-Dwarf2/3/4 block in .debug_info --3691-- WARNING: Serious error when reading debug info --3691-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --3691-- Last block truncated in .debug_info; ignoring --3691-- WARNING: Serious error when reading debug info --3691-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --3691-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3691-- WARNING: Serious error when reading debug info --3691-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --3691-- Ignoring non-Dwarf2/3/4 block in .debug_info --3691-- WARNING: Serious error when reading debug info --3691-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --3691-- Last block truncated in .debug_info; ignoring --3691-- WARNING: Serious error when reading debug info --3691-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --3691-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3691-- WARNING: Serious error when reading debug info --3691-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --3691-- Ignoring non-Dwarf2/3/4 block in .debug_info --3691-- WARNING: Serious error when reading debug info --3691-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --3691-- Last block truncated in .debug_info; ignoring --3691-- WARNING: Serious error when reading debug info --3691-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --3691-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3691-- WARNING: Serious error when reading debug info --3691-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --3691-- Ignoring non-Dwarf2/3/4 block in .debug_info --3691-- WARNING: Serious error when reading debug info --3691-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --3691-- Last block truncated in .debug_info; ignoring --3691-- WARNING: Serious error when reading debug info --3691-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --3691-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3691-- WARNING: Serious error when reading debug info --3691-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --3691-- Ignoring non-Dwarf2/3/4 block in .debug_info --3691-- WARNING: Serious error when reading debug info --3691-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --3691-- Last block truncated in .debug_info; ignoring --3691-- WARNING: Serious error when reading debug info --3691-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --3691-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3691-- WARNING: Serious error when reading debug info --3691-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --3691-- Ignoring non-Dwarf2/3/4 block in .debug_info --3691-- WARNING: Serious error when reading debug info --3691-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --3691-- Last block truncated in .debug_info; ignoring --3691-- WARNING: Serious error when reading debug info --3691-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --3691-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3691-- WARNING: Serious error when reading debug info --3691-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --3691-- Ignoring non-Dwarf2/3/4 block in .debug_info --3691-- WARNING: Serious error when reading debug info --3691-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --3691-- Last block truncated in .debug_info; ignoring --3691-- WARNING: Serious error when reading debug info --3691-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --3691-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3691-- WARNING: Serious error when reading debug info --3691-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --3691-- Ignoring non-Dwarf2/3/4 block in .debug_info --3691-- WARNING: Serious error when reading debug info --3691-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --3691-- Last block truncated in .debug_info; ignoring --3691-- WARNING: Serious error when reading debug info --3691-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --3691-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==3691== ==3691== HEAP SUMMARY: ==3691== in use at exit: 690,672 bytes in 5,838 blocks ==3691== total heap usage: 312,410 allocs, 306,572 frees, 22,827,412 bytes allocated ==3691== ==3691== LEAK SUMMARY: ==3691== definitely lost: 0 bytes in 0 blocks ==3691== indirectly lost: 0 bytes in 0 blocks ==3691== possibly lost: 1,104 bytes in 4 blocks ==3691== still reachable: 262,715 bytes in 595 blocks ==3691== of which reachable via heuristic: ==3691== length64 : 4,744 bytes in 76 blocks ==3691== newarray : 2,048 bytes in 48 blocks ==3691== suppressed: 363,829 bytes in 4,756 blocks ==3691== Rerun with --leak-check=full to see details of leaked memory ==3691== ==3691== For counts of detected and suppressed errors, rerun with: -v ==3691== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==3776== Memcheck, a memory error detector ==3776== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==3776== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==3776== Command: ./client-test Client::Source::eds_event::LinkedItemsAllDay::testLinkedItemsRemoveParentFirst ==3776== Parent PID: 96 ==3776== --3776-- WARNING: Serious error when reading debug info --3776-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --3776-- Ignoring non-Dwarf2/3/4 block in .debug_info --3776-- WARNING: Serious error when reading debug info --3776-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --3776-- Last block truncated in .debug_info; ignoring --3776-- WARNING: Serious error when reading debug info --3776-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --3776-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3776-- WARNING: Serious error when reading debug info --3776-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --3776-- Ignoring non-Dwarf2/3/4 block in .debug_info --3776-- WARNING: Serious error when reading debug info --3776-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --3776-- Last block truncated in .debug_info; ignoring --3776-- WARNING: Serious error when reading debug info --3776-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --3776-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3776-- WARNING: Serious error when reading debug info --3776-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --3776-- Ignoring non-Dwarf2/3/4 block in .debug_info --3776-- WARNING: Serious error when reading debug info --3776-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --3776-- Last block truncated in .debug_info; ignoring --3776-- WARNING: Serious error when reading debug info --3776-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --3776-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3776-- WARNING: Serious error when reading debug info --3776-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --3776-- Ignoring non-Dwarf2/3/4 block in .debug_info --3776-- WARNING: Serious error when reading debug info --3776-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --3776-- Last block truncated in .debug_info; ignoring --3776-- WARNING: Serious error when reading debug info --3776-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --3776-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3776-- WARNING: Serious error when reading debug info --3776-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --3776-- Ignoring non-Dwarf2/3/4 block in .debug_info --3776-- WARNING: Serious error when reading debug info --3776-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --3776-- Last block truncated in .debug_info; ignoring --3776-- WARNING: Serious error when reading debug info --3776-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --3776-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3776-- WARNING: Serious error when reading debug info --3776-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --3776-- Ignoring non-Dwarf2/3/4 block in .debug_info --3776-- WARNING: Serious error when reading debug info --3776-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --3776-- Last block truncated in .debug_info; ignoring --3776-- WARNING: Serious error when reading debug info --3776-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --3776-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3776-- WARNING: Serious error when reading debug info --3776-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --3776-- Ignoring non-Dwarf2/3/4 block in .debug_info --3776-- WARNING: Serious error when reading debug info --3776-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --3776-- Last block truncated in .debug_info; ignoring --3776-- WARNING: Serious error when reading debug info --3776-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --3776-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3776-- WARNING: Serious error when reading debug info --3776-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --3776-- Ignoring non-Dwarf2/3/4 block in .debug_info --3776-- WARNING: Serious error when reading debug info --3776-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --3776-- Last block truncated in .debug_info; ignoring --3776-- WARNING: Serious error when reading debug info --3776-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --3776-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3776-- WARNING: Serious error when reading debug info --3776-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --3776-- Ignoring non-Dwarf2/3/4 block in .debug_info --3776-- WARNING: Serious error when reading debug info --3776-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --3776-- Last block truncated in .debug_info; ignoring --3776-- WARNING: Serious error when reading debug info --3776-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --3776-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3776-- WARNING: Serious error when reading debug info --3776-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --3776-- Ignoring non-Dwarf2/3/4 block in .debug_info --3776-- WARNING: Serious error when reading debug info --3776-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --3776-- Last block truncated in .debug_info; ignoring --3776-- WARNING: Serious error when reading debug info --3776-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --3776-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3776-- WARNING: Serious error when reading debug info --3776-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --3776-- Ignoring non-Dwarf2/3/4 block in .debug_info --3776-- WARNING: Serious error when reading debug info --3776-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --3776-- Last block truncated in .debug_info; ignoring --3776-- WARNING: Serious error when reading debug info --3776-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --3776-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3776-- WARNING: Serious error when reading debug info --3776-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --3776-- Ignoring non-Dwarf2/3/4 block in .debug_info --3776-- WARNING: Serious error when reading debug info --3776-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --3776-- Last block truncated in .debug_info; ignoring --3776-- WARNING: Serious error when reading debug info --3776-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --3776-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3776-- WARNING: Serious error when reading debug info --3776-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --3776-- Ignoring non-Dwarf2/3/4 block in .debug_info --3776-- WARNING: Serious error when reading debug info --3776-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --3776-- Last block truncated in .debug_info; ignoring --3776-- WARNING: Serious error when reading debug info --3776-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --3776-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==3776== ==3776== HEAP SUMMARY: ==3776== in use at exit: 695,011 bytes in 5,911 blocks ==3776== total heap usage: 331,128 allocs, 325,217 frees, 23,954,806 bytes allocated ==3776== ==3776== LEAK SUMMARY: ==3776== definitely lost: 0 bytes in 0 blocks ==3776== indirectly lost: 0 bytes in 0 blocks ==3776== possibly lost: 1,104 bytes in 4 blocks ==3776== still reachable: 265,923 bytes in 648 blocks ==3776== of which reachable via heuristic: ==3776== length64 : 4,744 bytes in 76 blocks ==3776== newarray : 2,048 bytes in 48 blocks ==3776== suppressed: 364,792 bytes in 4,774 blocks ==3776== Rerun with --leak-check=full to see details of leaked memory ==3776== ==3776== For counts of detected and suppressed errors, rerun with: -v ==3776== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==3864== Memcheck, a memory error detector ==3864== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==3864== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==3864== Command: ./client-test Client::Source::eds_event::LinkedItemsAllDay::testLinkedItemsRemoveNormal ==3864== Parent PID: 96 ==3864== --3864-- WARNING: Serious error when reading debug info --3864-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --3864-- Ignoring non-Dwarf2/3/4 block in .debug_info --3864-- WARNING: Serious error when reading debug info --3864-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --3864-- Last block truncated in .debug_info; ignoring --3864-- WARNING: Serious error when reading debug info --3864-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --3864-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3864-- WARNING: Serious error when reading debug info --3864-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --3864-- Ignoring non-Dwarf2/3/4 block in .debug_info --3864-- WARNING: Serious error when reading debug info --3864-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --3864-- Last block truncated in .debug_info; ignoring --3864-- WARNING: Serious error when reading debug info --3864-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --3864-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3864-- WARNING: Serious error when reading debug info --3864-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --3864-- Ignoring non-Dwarf2/3/4 block in .debug_info --3864-- WARNING: Serious error when reading debug info --3864-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --3864-- Last block truncated in .debug_info; ignoring --3864-- WARNING: Serious error when reading debug info --3864-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --3864-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3864-- WARNING: Serious error when reading debug info --3864-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --3864-- Ignoring non-Dwarf2/3/4 block in .debug_info --3864-- WARNING: Serious error when reading debug info --3864-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --3864-- Last block truncated in .debug_info; ignoring --3864-- WARNING: Serious error when reading debug info --3864-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --3864-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3864-- WARNING: Serious error when reading debug info --3864-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --3864-- Ignoring non-Dwarf2/3/4 block in .debug_info --3864-- WARNING: Serious error when reading debug info --3864-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --3864-- Last block truncated in .debug_info; ignoring --3864-- WARNING: Serious error when reading debug info --3864-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --3864-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3864-- WARNING: Serious error when reading debug info --3864-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --3864-- Ignoring non-Dwarf2/3/4 block in .debug_info --3864-- WARNING: Serious error when reading debug info --3864-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --3864-- Last block truncated in .debug_info; ignoring --3864-- WARNING: Serious error when reading debug info --3864-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --3864-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3864-- WARNING: Serious error when reading debug info --3864-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --3864-- Ignoring non-Dwarf2/3/4 block in .debug_info --3864-- WARNING: Serious error when reading debug info --3864-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --3864-- Last block truncated in .debug_info; ignoring --3864-- WARNING: Serious error when reading debug info --3864-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --3864-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3864-- WARNING: Serious error when reading debug info --3864-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --3864-- Ignoring non-Dwarf2/3/4 block in .debug_info --3864-- WARNING: Serious error when reading debug info --3864-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --3864-- Last block truncated in .debug_info; ignoring --3864-- WARNING: Serious error when reading debug info --3864-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --3864-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3864-- WARNING: Serious error when reading debug info --3864-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --3864-- Ignoring non-Dwarf2/3/4 block in .debug_info --3864-- WARNING: Serious error when reading debug info --3864-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --3864-- Last block truncated in .debug_info; ignoring --3864-- WARNING: Serious error when reading debug info --3864-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --3864-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3864-- WARNING: Serious error when reading debug info --3864-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --3864-- Ignoring non-Dwarf2/3/4 block in .debug_info --3864-- WARNING: Serious error when reading debug info --3864-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --3864-- Last block truncated in .debug_info; ignoring --3864-- WARNING: Serious error when reading debug info --3864-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --3864-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3864-- WARNING: Serious error when reading debug info --3864-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --3864-- Ignoring non-Dwarf2/3/4 block in .debug_info --3864-- WARNING: Serious error when reading debug info --3864-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --3864-- Last block truncated in .debug_info; ignoring --3864-- WARNING: Serious error when reading debug info --3864-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --3864-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3864-- WARNING: Serious error when reading debug info --3864-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --3864-- Ignoring non-Dwarf2/3/4 block in .debug_info --3864-- WARNING: Serious error when reading debug info --3864-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --3864-- Last block truncated in .debug_info; ignoring --3864-- WARNING: Serious error when reading debug info --3864-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --3864-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3864-- WARNING: Serious error when reading debug info --3864-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --3864-- Ignoring non-Dwarf2/3/4 block in .debug_info --3864-- WARNING: Serious error when reading debug info --3864-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --3864-- Last block truncated in .debug_info; ignoring --3864-- WARNING: Serious error when reading debug info --3864-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --3864-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==3864== ==3864== HEAP SUMMARY: ==3864== in use at exit: 688,528 bytes in 5,813 blocks ==3864== total heap usage: 350,074 allocs, 344,261 frees, 25,095,866 bytes allocated ==3864== ==3864== LEAK SUMMARY: ==3864== definitely lost: 0 bytes in 0 blocks ==3864== indirectly lost: 0 bytes in 0 blocks ==3864== possibly lost: 1,104 bytes in 4 blocks ==3864== still reachable: 260,476 bytes in 551 blocks ==3864== of which reachable via heuristic: ==3864== length64 : 4,744 bytes in 76 blocks ==3864== newarray : 2,048 bytes in 48 blocks ==3864== suppressed: 363,756 bytes in 4,773 blocks ==3864== Rerun with --leak-check=full to see details of leaked memory ==3864== ==3864== For counts of detected and suppressed errors, rerun with: -v ==3864== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==3957== Memcheck, a memory error detector ==3957== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==3957== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==3957== Command: ./client-test Client::Source::eds_event::LinkedItemsAllDay::testLinkedItemsInsertParentTwice ==3957== Parent PID: 96 ==3957== --3957-- WARNING: Serious error when reading debug info --3957-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --3957-- Ignoring non-Dwarf2/3/4 block in .debug_info --3957-- WARNING: Serious error when reading debug info --3957-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --3957-- Last block truncated in .debug_info; ignoring --3957-- WARNING: Serious error when reading debug info --3957-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --3957-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3957-- WARNING: Serious error when reading debug info --3957-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --3957-- Ignoring non-Dwarf2/3/4 block in .debug_info --3957-- WARNING: Serious error when reading debug info --3957-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --3957-- Last block truncated in .debug_info; ignoring --3957-- WARNING: Serious error when reading debug info --3957-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --3957-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3957-- WARNING: Serious error when reading debug info --3957-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --3957-- Ignoring non-Dwarf2/3/4 block in .debug_info --3957-- WARNING: Serious error when reading debug info --3957-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --3957-- Last block truncated in .debug_info; ignoring --3957-- WARNING: Serious error when reading debug info --3957-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --3957-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3957-- WARNING: Serious error when reading debug info --3957-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --3957-- Ignoring non-Dwarf2/3/4 block in .debug_info --3957-- WARNING: Serious error when reading debug info --3957-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --3957-- Last block truncated in .debug_info; ignoring --3957-- WARNING: Serious error when reading debug info --3957-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --3957-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3957-- WARNING: Serious error when reading debug info --3957-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --3957-- Ignoring non-Dwarf2/3/4 block in .debug_info --3957-- WARNING: Serious error when reading debug info --3957-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --3957-- Last block truncated in .debug_info; ignoring --3957-- WARNING: Serious error when reading debug info --3957-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --3957-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3957-- WARNING: Serious error when reading debug info --3957-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --3957-- Ignoring non-Dwarf2/3/4 block in .debug_info --3957-- WARNING: Serious error when reading debug info --3957-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --3957-- Last block truncated in .debug_info; ignoring --3957-- WARNING: Serious error when reading debug info --3957-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --3957-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3957-- WARNING: Serious error when reading debug info --3957-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --3957-- Ignoring non-Dwarf2/3/4 block in .debug_info --3957-- WARNING: Serious error when reading debug info --3957-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --3957-- Last block truncated in .debug_info; ignoring --3957-- WARNING: Serious error when reading debug info --3957-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --3957-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3957-- WARNING: Serious error when reading debug info --3957-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --3957-- Ignoring non-Dwarf2/3/4 block in .debug_info --3957-- WARNING: Serious error when reading debug info --3957-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --3957-- Last block truncated in .debug_info; ignoring --3957-- WARNING: Serious error when reading debug info --3957-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --3957-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3957-- WARNING: Serious error when reading debug info --3957-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --3957-- Ignoring non-Dwarf2/3/4 block in .debug_info --3957-- WARNING: Serious error when reading debug info --3957-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --3957-- Last block truncated in .debug_info; ignoring --3957-- WARNING: Serious error when reading debug info --3957-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --3957-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3957-- WARNING: Serious error when reading debug info --3957-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --3957-- Ignoring non-Dwarf2/3/4 block in .debug_info --3957-- WARNING: Serious error when reading debug info --3957-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --3957-- Last block truncated in .debug_info; ignoring --3957-- WARNING: Serious error when reading debug info --3957-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --3957-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3957-- WARNING: Serious error when reading debug info --3957-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --3957-- Ignoring non-Dwarf2/3/4 block in .debug_info --3957-- WARNING: Serious error when reading debug info --3957-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --3957-- Last block truncated in .debug_info; ignoring --3957-- WARNING: Serious error when reading debug info --3957-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --3957-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3957-- WARNING: Serious error when reading debug info --3957-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --3957-- Ignoring non-Dwarf2/3/4 block in .debug_info --3957-- WARNING: Serious error when reading debug info --3957-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --3957-- Last block truncated in .debug_info; ignoring --3957-- WARNING: Serious error when reading debug info --3957-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --3957-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --3957-- WARNING: Serious error when reading debug info --3957-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --3957-- Ignoring non-Dwarf2/3/4 block in .debug_info --3957-- WARNING: Serious error when reading debug info --3957-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --3957-- Last block truncated in .debug_info; ignoring --3957-- WARNING: Serious error when reading debug info --3957-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --3957-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==3957== ==3957== HEAP SUMMARY: ==3957== in use at exit: 688,472 bytes in 5,799 blocks ==3957== total heap usage: 309,486 allocs, 303,687 frees, 22,626,537 bytes allocated ==3957== ==3957== LEAK SUMMARY: ==3957== definitely lost: 0 bytes in 0 blocks ==3957== indirectly lost: 0 bytes in 0 blocks ==3957== possibly lost: 432 bytes in 2 blocks ==3957== still reachable: 253,447 bytes in 416 blocks ==3957== of which reachable via heuristic: ==3957== length64 : 4,744 bytes in 76 blocks ==3957== newarray : 2,048 bytes in 48 blocks ==3957== suppressed: 371,401 bytes in 4,896 blocks ==3957== Rerun with --leak-check=full to see details of leaked memory ==3957== ==3957== For counts of detected and suppressed errors, rerun with: -v ==3957== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==4041== Memcheck, a memory error detector ==4041== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==4041== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==4041== Command: ./client-test Client::Source::eds_event::LinkedItemsAllDay::testLinkedItemsInsertChildTwice ==4041== Parent PID: 96 ==4041== --4041-- WARNING: Serious error when reading debug info --4041-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --4041-- Ignoring non-Dwarf2/3/4 block in .debug_info --4041-- WARNING: Serious error when reading debug info --4041-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --4041-- Last block truncated in .debug_info; ignoring --4041-- WARNING: Serious error when reading debug info --4041-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --4041-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4041-- WARNING: Serious error when reading debug info --4041-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --4041-- Ignoring non-Dwarf2/3/4 block in .debug_info --4041-- WARNING: Serious error when reading debug info --4041-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --4041-- Last block truncated in .debug_info; ignoring --4041-- WARNING: Serious error when reading debug info --4041-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --4041-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4041-- WARNING: Serious error when reading debug info --4041-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --4041-- Ignoring non-Dwarf2/3/4 block in .debug_info --4041-- WARNING: Serious error when reading debug info --4041-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --4041-- Last block truncated in .debug_info; ignoring --4041-- WARNING: Serious error when reading debug info --4041-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --4041-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4041-- WARNING: Serious error when reading debug info --4041-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --4041-- Ignoring non-Dwarf2/3/4 block in .debug_info --4041-- WARNING: Serious error when reading debug info --4041-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --4041-- Last block truncated in .debug_info; ignoring --4041-- WARNING: Serious error when reading debug info --4041-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --4041-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4041-- WARNING: Serious error when reading debug info --4041-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --4041-- Ignoring non-Dwarf2/3/4 block in .debug_info --4041-- WARNING: Serious error when reading debug info --4041-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --4041-- Last block truncated in .debug_info; ignoring --4041-- WARNING: Serious error when reading debug info --4041-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --4041-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4041-- WARNING: Serious error when reading debug info --4041-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --4041-- Ignoring non-Dwarf2/3/4 block in .debug_info --4041-- WARNING: Serious error when reading debug info --4041-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --4041-- Last block truncated in .debug_info; ignoring --4041-- WARNING: Serious error when reading debug info --4041-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --4041-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4041-- WARNING: Serious error when reading debug info --4041-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --4041-- Ignoring non-Dwarf2/3/4 block in .debug_info --4041-- WARNING: Serious error when reading debug info --4041-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --4041-- Last block truncated in .debug_info; ignoring --4041-- WARNING: Serious error when reading debug info --4041-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --4041-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4041-- WARNING: Serious error when reading debug info --4041-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --4041-- Ignoring non-Dwarf2/3/4 block in .debug_info --4041-- WARNING: Serious error when reading debug info --4041-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --4041-- Last block truncated in .debug_info; ignoring --4041-- WARNING: Serious error when reading debug info --4041-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --4041-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4041-- WARNING: Serious error when reading debug info --4041-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --4041-- Ignoring non-Dwarf2/3/4 block in .debug_info --4041-- WARNING: Serious error when reading debug info --4041-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --4041-- Last block truncated in .debug_info; ignoring --4041-- WARNING: Serious error when reading debug info --4041-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --4041-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4041-- WARNING: Serious error when reading debug info --4041-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --4041-- Ignoring non-Dwarf2/3/4 block in .debug_info --4041-- WARNING: Serious error when reading debug info --4041-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --4041-- Last block truncated in .debug_info; ignoring --4041-- WARNING: Serious error when reading debug info --4041-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --4041-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4041-- WARNING: Serious error when reading debug info --4041-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --4041-- Ignoring non-Dwarf2/3/4 block in .debug_info --4041-- WARNING: Serious error when reading debug info --4041-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --4041-- Last block truncated in .debug_info; ignoring --4041-- WARNING: Serious error when reading debug info --4041-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --4041-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4041-- WARNING: Serious error when reading debug info --4041-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --4041-- Ignoring non-Dwarf2/3/4 block in .debug_info --4041-- WARNING: Serious error when reading debug info --4041-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --4041-- Last block truncated in .debug_info; ignoring --4041-- WARNING: Serious error when reading debug info --4041-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --4041-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4041-- WARNING: Serious error when reading debug info --4041-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --4041-- Ignoring non-Dwarf2/3/4 block in .debug_info --4041-- WARNING: Serious error when reading debug info --4041-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --4041-- Last block truncated in .debug_info; ignoring --4041-- WARNING: Serious error when reading debug info --4041-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --4041-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==4041== ==4041== HEAP SUMMARY: ==4041== in use at exit: 688,344 bytes in 5,813 blocks ==4041== total heap usage: 308,802 allocs, 302,989 frees, 22,560,188 bytes allocated ==4041== ==4041== LEAK SUMMARY: ==4041== definitely lost: 0 bytes in 0 blocks ==4041== indirectly lost: 0 bytes in 0 blocks ==4041== possibly lost: 1,104 bytes in 4 blocks ==4041== still reachable: 260,476 bytes in 551 blocks ==4041== of which reachable via heuristic: ==4041== length64 : 4,744 bytes in 76 blocks ==4041== newarray : 2,048 bytes in 48 blocks ==4041== suppressed: 363,572 bytes in 4,773 blocks ==4041== Rerun with --leak-check=full to see details of leaked memory ==4041== ==4041== For counts of detected and suppressed errors, rerun with: -v ==4041== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==4125== Memcheck, a memory error detector ==4125== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==4125== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==4125== Command: ./client-test Client::Source::eds_event::LinkedItemsAllDay::testLinkedItemsParentUpdate ==4125== Parent PID: 96 ==4125== --4125-- WARNING: Serious error when reading debug info --4125-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --4125-- Ignoring non-Dwarf2/3/4 block in .debug_info --4125-- WARNING: Serious error when reading debug info --4125-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --4125-- Last block truncated in .debug_info; ignoring --4125-- WARNING: Serious error when reading debug info --4125-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --4125-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4125-- WARNING: Serious error when reading debug info --4125-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --4125-- Ignoring non-Dwarf2/3/4 block in .debug_info --4125-- WARNING: Serious error when reading debug info --4125-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --4125-- Last block truncated in .debug_info; ignoring --4125-- WARNING: Serious error when reading debug info --4125-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --4125-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4125-- WARNING: Serious error when reading debug info --4125-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --4125-- Ignoring non-Dwarf2/3/4 block in .debug_info --4125-- WARNING: Serious error when reading debug info --4125-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --4125-- Last block truncated in .debug_info; ignoring --4125-- WARNING: Serious error when reading debug info --4125-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --4125-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4125-- WARNING: Serious error when reading debug info --4125-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --4125-- Ignoring non-Dwarf2/3/4 block in .debug_info --4125-- WARNING: Serious error when reading debug info --4125-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --4125-- Last block truncated in .debug_info; ignoring --4125-- WARNING: Serious error when reading debug info --4125-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --4125-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4125-- WARNING: Serious error when reading debug info --4125-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --4125-- Ignoring non-Dwarf2/3/4 block in .debug_info --4125-- WARNING: Serious error when reading debug info --4125-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --4125-- Last block truncated in .debug_info; ignoring --4125-- WARNING: Serious error when reading debug info --4125-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --4125-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4125-- WARNING: Serious error when reading debug info --4125-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --4125-- Ignoring non-Dwarf2/3/4 block in .debug_info --4125-- WARNING: Serious error when reading debug info --4125-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --4125-- Last block truncated in .debug_info; ignoring --4125-- WARNING: Serious error when reading debug info --4125-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --4125-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4125-- WARNING: Serious error when reading debug info --4125-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --4125-- Ignoring non-Dwarf2/3/4 block in .debug_info --4125-- WARNING: Serious error when reading debug info --4125-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --4125-- Last block truncated in .debug_info; ignoring --4125-- WARNING: Serious error when reading debug info --4125-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --4125-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4125-- WARNING: Serious error when reading debug info --4125-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --4125-- Ignoring non-Dwarf2/3/4 block in .debug_info --4125-- WARNING: Serious error when reading debug info --4125-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --4125-- Last block truncated in .debug_info; ignoring --4125-- WARNING: Serious error when reading debug info --4125-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --4125-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4125-- WARNING: Serious error when reading debug info --4125-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --4125-- Ignoring non-Dwarf2/3/4 block in .debug_info --4125-- WARNING: Serious error when reading debug info --4125-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --4125-- Last block truncated in .debug_info; ignoring --4125-- WARNING: Serious error when reading debug info --4125-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --4125-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4125-- WARNING: Serious error when reading debug info --4125-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --4125-- Ignoring non-Dwarf2/3/4 block in .debug_info --4125-- WARNING: Serious error when reading debug info --4125-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --4125-- Last block truncated in .debug_info; ignoring --4125-- WARNING: Serious error when reading debug info --4125-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --4125-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4125-- WARNING: Serious error when reading debug info --4125-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --4125-- Ignoring non-Dwarf2/3/4 block in .debug_info --4125-- WARNING: Serious error when reading debug info --4125-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --4125-- Last block truncated in .debug_info; ignoring --4125-- WARNING: Serious error when reading debug info --4125-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --4125-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4125-- WARNING: Serious error when reading debug info --4125-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --4125-- Ignoring non-Dwarf2/3/4 block in .debug_info --4125-- WARNING: Serious error when reading debug info --4125-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --4125-- Last block truncated in .debug_info; ignoring --4125-- WARNING: Serious error when reading debug info --4125-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --4125-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4125-- WARNING: Serious error when reading debug info --4125-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --4125-- Ignoring non-Dwarf2/3/4 block in .debug_info --4125-- WARNING: Serious error when reading debug info --4125-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --4125-- Last block truncated in .debug_info; ignoring --4125-- WARNING: Serious error when reading debug info --4125-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --4125-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==4125== ==4125== HEAP SUMMARY: ==4125== in use at exit: 690,936 bytes in 5,841 blocks ==4125== total heap usage: 289,603 allocs, 283,762 frees, 21,436,753 bytes allocated ==4125== ==4125== LEAK SUMMARY: ==4125== definitely lost: 0 bytes in 0 blocks ==4125== indirectly lost: 0 bytes in 0 blocks ==4125== possibly lost: 1,104 bytes in 4 blocks ==4125== still reachable: 262,651 bytes in 594 blocks ==4125== of which reachable via heuristic: ==4125== length64 : 4,744 bytes in 76 blocks ==4125== newarray : 2,048 bytes in 48 blocks ==4125== suppressed: 364,157 bytes in 4,760 blocks ==4125== Rerun with --leak-check=full to see details of leaked memory ==4125== ==4125== For counts of detected and suppressed errors, rerun with: -v ==4125== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==4205== Memcheck, a memory error detector ==4205== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==4205== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==4205== Command: ./client-test Client::Source::eds_event::LinkedItemsAllDay::testLinkedItemsUpdateChild ==4205== Parent PID: 96 ==4205== --4205-- WARNING: Serious error when reading debug info --4205-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --4205-- Ignoring non-Dwarf2/3/4 block in .debug_info --4205-- WARNING: Serious error when reading debug info --4205-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --4205-- Last block truncated in .debug_info; ignoring --4205-- WARNING: Serious error when reading debug info --4205-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --4205-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4205-- WARNING: Serious error when reading debug info --4205-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --4205-- Ignoring non-Dwarf2/3/4 block in .debug_info --4205-- WARNING: Serious error when reading debug info --4205-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --4205-- Last block truncated in .debug_info; ignoring --4205-- WARNING: Serious error when reading debug info --4205-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --4205-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4205-- WARNING: Serious error when reading debug info --4205-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --4205-- Ignoring non-Dwarf2/3/4 block in .debug_info --4205-- WARNING: Serious error when reading debug info --4205-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --4205-- Last block truncated in .debug_info; ignoring --4205-- WARNING: Serious error when reading debug info --4205-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --4205-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4205-- WARNING: Serious error when reading debug info --4205-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --4205-- Ignoring non-Dwarf2/3/4 block in .debug_info --4205-- WARNING: Serious error when reading debug info --4205-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --4205-- Last block truncated in .debug_info; ignoring --4205-- WARNING: Serious error when reading debug info --4205-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --4205-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4205-- WARNING: Serious error when reading debug info --4205-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --4205-- Ignoring non-Dwarf2/3/4 block in .debug_info --4205-- WARNING: Serious error when reading debug info --4205-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --4205-- Last block truncated in .debug_info; ignoring --4205-- WARNING: Serious error when reading debug info --4205-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --4205-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4205-- WARNING: Serious error when reading debug info --4205-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --4205-- Ignoring non-Dwarf2/3/4 block in .debug_info --4205-- WARNING: Serious error when reading debug info --4205-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --4205-- Last block truncated in .debug_info; ignoring --4205-- WARNING: Serious error when reading debug info --4205-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --4205-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4205-- WARNING: Serious error when reading debug info --4205-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --4205-- Ignoring non-Dwarf2/3/4 block in .debug_info --4205-- WARNING: Serious error when reading debug info --4205-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --4205-- Last block truncated in .debug_info; ignoring --4205-- WARNING: Serious error when reading debug info --4205-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --4205-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4205-- WARNING: Serious error when reading debug info --4205-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --4205-- Ignoring non-Dwarf2/3/4 block in .debug_info --4205-- WARNING: Serious error when reading debug info --4205-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --4205-- Last block truncated in .debug_info; ignoring --4205-- WARNING: Serious error when reading debug info --4205-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --4205-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4205-- WARNING: Serious error when reading debug info --4205-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --4205-- Ignoring non-Dwarf2/3/4 block in .debug_info --4205-- WARNING: Serious error when reading debug info --4205-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --4205-- Last block truncated in .debug_info; ignoring --4205-- WARNING: Serious error when reading debug info --4205-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --4205-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4205-- WARNING: Serious error when reading debug info --4205-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --4205-- Ignoring non-Dwarf2/3/4 block in .debug_info --4205-- WARNING: Serious error when reading debug info --4205-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --4205-- Last block truncated in .debug_info; ignoring --4205-- WARNING: Serious error when reading debug info --4205-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --4205-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4205-- WARNING: Serious error when reading debug info --4205-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --4205-- Ignoring non-Dwarf2/3/4 block in .debug_info --4205-- WARNING: Serious error when reading debug info --4205-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --4205-- Last block truncated in .debug_info; ignoring --4205-- WARNING: Serious error when reading debug info --4205-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --4205-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4205-- WARNING: Serious error when reading debug info --4205-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --4205-- Ignoring non-Dwarf2/3/4 block in .debug_info --4205-- WARNING: Serious error when reading debug info --4205-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --4205-- Last block truncated in .debug_info; ignoring --4205-- WARNING: Serious error when reading debug info --4205-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --4205-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4205-- WARNING: Serious error when reading debug info --4205-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --4205-- Ignoring non-Dwarf2/3/4 block in .debug_info --4205-- WARNING: Serious error when reading debug info --4205-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --4205-- Last block truncated in .debug_info; ignoring --4205-- WARNING: Serious error when reading debug info --4205-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --4205-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==4205== ==4205== HEAP SUMMARY: ==4205== in use at exit: 688,071 bytes in 5,810 blocks ==4205== total heap usage: 289,591 allocs, 283,781 frees, 21,398,169 bytes allocated ==4205== ==4205== LEAK SUMMARY: ==4205== definitely lost: 0 bytes in 0 blocks ==4205== indirectly lost: 0 bytes in 0 blocks ==4205== possibly lost: 432 bytes in 2 blocks ==4205== still reachable: 251,773 bytes in 383 blocks ==4205== of which reachable via heuristic: ==4205== length64 : 4,744 bytes in 76 blocks ==4205== newarray : 2,048 bytes in 48 blocks ==4205== suppressed: 372,842 bytes in 4,942 blocks ==4205== Rerun with --leak-check=full to see details of leaked memory ==4205== ==4205== For counts of detected and suppressed errors, rerun with: -v ==4205== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==4284== Memcheck, a memory error detector ==4284== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==4284== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==4284== Command: ./client-test Client::Source::eds_event::LinkedItemsAllDay::testLinkedItemsUpdateChildNoIDs ==4284== Parent PID: 96 ==4284== --4284-- WARNING: Serious error when reading debug info --4284-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --4284-- Ignoring non-Dwarf2/3/4 block in .debug_info --4284-- WARNING: Serious error when reading debug info --4284-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --4284-- Last block truncated in .debug_info; ignoring --4284-- WARNING: Serious error when reading debug info --4284-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --4284-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4284-- WARNING: Serious error when reading debug info --4284-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --4284-- Ignoring non-Dwarf2/3/4 block in .debug_info --4284-- WARNING: Serious error when reading debug info --4284-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --4284-- Last block truncated in .debug_info; ignoring --4284-- WARNING: Serious error when reading debug info --4284-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --4284-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4284-- WARNING: Serious error when reading debug info --4284-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --4284-- Ignoring non-Dwarf2/3/4 block in .debug_info --4284-- WARNING: Serious error when reading debug info --4284-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --4284-- Last block truncated in .debug_info; ignoring --4284-- WARNING: Serious error when reading debug info --4284-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --4284-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4284-- WARNING: Serious error when reading debug info --4284-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --4284-- Ignoring non-Dwarf2/3/4 block in .debug_info --4284-- WARNING: Serious error when reading debug info --4284-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --4284-- Last block truncated in .debug_info; ignoring --4284-- WARNING: Serious error when reading debug info --4284-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --4284-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4284-- WARNING: Serious error when reading debug info --4284-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --4284-- Ignoring non-Dwarf2/3/4 block in .debug_info --4284-- WARNING: Serious error when reading debug info --4284-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --4284-- Last block truncated in .debug_info; ignoring --4284-- WARNING: Serious error when reading debug info --4284-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --4284-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4284-- WARNING: Serious error when reading debug info --4284-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --4284-- Ignoring non-Dwarf2/3/4 block in .debug_info --4284-- WARNING: Serious error when reading debug info --4284-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --4284-- Last block truncated in .debug_info; ignoring --4284-- WARNING: Serious error when reading debug info --4284-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --4284-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4284-- WARNING: Serious error when reading debug info --4284-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --4284-- Ignoring non-Dwarf2/3/4 block in .debug_info --4284-- WARNING: Serious error when reading debug info --4284-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --4284-- Last block truncated in .debug_info; ignoring --4284-- WARNING: Serious error when reading debug info --4284-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --4284-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4284-- WARNING: Serious error when reading debug info --4284-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --4284-- Ignoring non-Dwarf2/3/4 block in .debug_info --4284-- WARNING: Serious error when reading debug info --4284-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --4284-- Last block truncated in .debug_info; ignoring --4284-- WARNING: Serious error when reading debug info --4284-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --4284-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4284-- WARNING: Serious error when reading debug info --4284-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --4284-- Ignoring non-Dwarf2/3/4 block in .debug_info --4284-- WARNING: Serious error when reading debug info --4284-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --4284-- Last block truncated in .debug_info; ignoring --4284-- WARNING: Serious error when reading debug info --4284-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --4284-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4284-- WARNING: Serious error when reading debug info --4284-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --4284-- Ignoring non-Dwarf2/3/4 block in .debug_info --4284-- WARNING: Serious error when reading debug info --4284-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --4284-- Last block truncated in .debug_info; ignoring --4284-- WARNING: Serious error when reading debug info --4284-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --4284-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4284-- WARNING: Serious error when reading debug info --4284-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --4284-- Ignoring non-Dwarf2/3/4 block in .debug_info --4284-- WARNING: Serious error when reading debug info --4284-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --4284-- Last block truncated in .debug_info; ignoring --4284-- WARNING: Serious error when reading debug info --4284-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --4284-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4284-- WARNING: Serious error when reading debug info --4284-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --4284-- Ignoring non-Dwarf2/3/4 block in .debug_info --4284-- WARNING: Serious error when reading debug info --4284-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --4284-- Last block truncated in .debug_info; ignoring --4284-- WARNING: Serious error when reading debug info --4284-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --4284-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4284-- WARNING: Serious error when reading debug info --4284-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --4284-- Ignoring non-Dwarf2/3/4 block in .debug_info --4284-- WARNING: Serious error when reading debug info --4284-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --4284-- Last block truncated in .debug_info; ignoring --4284-- WARNING: Serious error when reading debug info --4284-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --4284-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==4284== ==4284== HEAP SUMMARY: ==4284== in use at exit: 689,936 bytes in 5,851 blocks ==4284== total heap usage: 208,610 allocs, 202,759 frees, 16,414,196 bytes allocated ==4284== ==4284== LEAK SUMMARY: ==4284== definitely lost: 0 bytes in 0 blocks ==4284== indirectly lost: 0 bytes in 0 blocks ==4284== possibly lost: 1,104 bytes in 4 blocks ==4284== still reachable: 260,372 bytes in 549 blocks ==4284== of which reachable via heuristic: ==4284== length64 : 4,744 bytes in 76 blocks ==4284== newarray : 2,048 bytes in 48 blocks ==4284== suppressed: 365,436 bytes in 4,815 blocks ==4284== Rerun with --leak-check=full to see details of leaked memory ==4284== ==4284== For counts of detected and suppressed errors, rerun with: -v ==4284== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==4336== Memcheck, a memory error detector ==4336== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==4336== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==4336== Command: ./client-test Client::Source::eds_event::LinkedItemsAllDay::testLinkedItemsInsertBothUpdateChild ==4336== Parent PID: 96 ==4336== --4336-- WARNING: Serious error when reading debug info --4336-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --4336-- Ignoring non-Dwarf2/3/4 block in .debug_info --4336-- WARNING: Serious error when reading debug info --4336-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --4336-- Last block truncated in .debug_info; ignoring --4336-- WARNING: Serious error when reading debug info --4336-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --4336-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4336-- WARNING: Serious error when reading debug info --4336-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --4336-- Ignoring non-Dwarf2/3/4 block in .debug_info --4336-- WARNING: Serious error when reading debug info --4336-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --4336-- Last block truncated in .debug_info; ignoring --4336-- WARNING: Serious error when reading debug info --4336-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --4336-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4336-- WARNING: Serious error when reading debug info --4336-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --4336-- Ignoring non-Dwarf2/3/4 block in .debug_info --4336-- WARNING: Serious error when reading debug info --4336-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --4336-- Last block truncated in .debug_info; ignoring --4336-- WARNING: Serious error when reading debug info --4336-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --4336-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4336-- WARNING: Serious error when reading debug info --4336-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --4336-- Ignoring non-Dwarf2/3/4 block in .debug_info --4336-- WARNING: Serious error when reading debug info --4336-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --4336-- Last block truncated in .debug_info; ignoring --4336-- WARNING: Serious error when reading debug info --4336-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --4336-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4336-- WARNING: Serious error when reading debug info --4336-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --4336-- Ignoring non-Dwarf2/3/4 block in .debug_info --4336-- WARNING: Serious error when reading debug info --4336-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --4336-- Last block truncated in .debug_info; ignoring --4336-- WARNING: Serious error when reading debug info --4336-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --4336-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4336-- WARNING: Serious error when reading debug info --4336-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --4336-- Ignoring non-Dwarf2/3/4 block in .debug_info --4336-- WARNING: Serious error when reading debug info --4336-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --4336-- Last block truncated in .debug_info; ignoring --4336-- WARNING: Serious error when reading debug info --4336-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --4336-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4336-- WARNING: Serious error when reading debug info --4336-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --4336-- Ignoring non-Dwarf2/3/4 block in .debug_info --4336-- WARNING: Serious error when reading debug info --4336-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --4336-- Last block truncated in .debug_info; ignoring --4336-- WARNING: Serious error when reading debug info --4336-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --4336-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4336-- WARNING: Serious error when reading debug info --4336-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --4336-- Ignoring non-Dwarf2/3/4 block in .debug_info --4336-- WARNING: Serious error when reading debug info --4336-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --4336-- Last block truncated in .debug_info; ignoring --4336-- WARNING: Serious error when reading debug info --4336-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --4336-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4336-- WARNING: Serious error when reading debug info --4336-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --4336-- Ignoring non-Dwarf2/3/4 block in .debug_info --4336-- WARNING: Serious error when reading debug info --4336-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --4336-- Last block truncated in .debug_info; ignoring --4336-- WARNING: Serious error when reading debug info --4336-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --4336-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4336-- WARNING: Serious error when reading debug info --4336-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --4336-- Ignoring non-Dwarf2/3/4 block in .debug_info --4336-- WARNING: Serious error when reading debug info --4336-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --4336-- Last block truncated in .debug_info; ignoring --4336-- WARNING: Serious error when reading debug info --4336-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --4336-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4336-- WARNING: Serious error when reading debug info --4336-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --4336-- Ignoring non-Dwarf2/3/4 block in .debug_info --4336-- WARNING: Serious error when reading debug info --4336-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --4336-- Last block truncated in .debug_info; ignoring --4336-- WARNING: Serious error when reading debug info --4336-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --4336-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4336-- WARNING: Serious error when reading debug info --4336-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --4336-- Ignoring non-Dwarf2/3/4 block in .debug_info --4336-- WARNING: Serious error when reading debug info --4336-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --4336-- Last block truncated in .debug_info; ignoring --4336-- WARNING: Serious error when reading debug info --4336-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --4336-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4336-- WARNING: Serious error when reading debug info --4336-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --4336-- Ignoring non-Dwarf2/3/4 block in .debug_info --4336-- WARNING: Serious error when reading debug info --4336-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --4336-- Last block truncated in .debug_info; ignoring --4336-- WARNING: Serious error when reading debug info --4336-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --4336-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==4336== ==4336== HEAP SUMMARY: ==4336== in use at exit: 692,575 bytes in 5,869 blocks ==4336== total heap usage: 354,565 allocs, 348,696 frees, 25,426,129 bytes allocated ==4336== ==4336== LEAK SUMMARY: ==4336== definitely lost: 0 bytes in 0 blocks ==4336== indirectly lost: 0 bytes in 0 blocks ==4336== possibly lost: 1,104 bytes in 4 blocks ==4336== still reachable: 264,338 bytes in 616 blocks ==4336== of which reachable via heuristic: ==4336== length64 : 4,744 bytes in 76 blocks ==4336== newarray : 2,048 bytes in 48 blocks ==4336== suppressed: 364,109 bytes in 4,766 blocks ==4336== Rerun with --leak-check=full to see details of leaked memory ==4336== ==4336== For counts of detected and suppressed errors, rerun with: -v ==4336== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==4430== Memcheck, a memory error detector ==4430== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==4430== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==4430== Command: ./client-test Client::Source::eds_event::LinkedItemsAllDay::testLinkedItemsInsertBothUpdateParent ==4430== Parent PID: 96 ==4430== --4430-- WARNING: Serious error when reading debug info --4430-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --4430-- Ignoring non-Dwarf2/3/4 block in .debug_info --4430-- WARNING: Serious error when reading debug info --4430-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --4430-- Last block truncated in .debug_info; ignoring --4430-- WARNING: Serious error when reading debug info --4430-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --4430-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4430-- WARNING: Serious error when reading debug info --4430-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --4430-- Ignoring non-Dwarf2/3/4 block in .debug_info --4430-- WARNING: Serious error when reading debug info --4430-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --4430-- Last block truncated in .debug_info; ignoring --4430-- WARNING: Serious error when reading debug info --4430-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --4430-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4430-- WARNING: Serious error when reading debug info --4430-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --4430-- Ignoring non-Dwarf2/3/4 block in .debug_info --4430-- WARNING: Serious error when reading debug info --4430-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --4430-- Last block truncated in .debug_info; ignoring --4430-- WARNING: Serious error when reading debug info --4430-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --4430-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4430-- WARNING: Serious error when reading debug info --4430-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --4430-- Ignoring non-Dwarf2/3/4 block in .debug_info --4430-- WARNING: Serious error when reading debug info --4430-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --4430-- Last block truncated in .debug_info; ignoring --4430-- WARNING: Serious error when reading debug info --4430-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --4430-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4430-- WARNING: Serious error when reading debug info --4430-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --4430-- Ignoring non-Dwarf2/3/4 block in .debug_info --4430-- WARNING: Serious error when reading debug info --4430-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --4430-- Last block truncated in .debug_info; ignoring --4430-- WARNING: Serious error when reading debug info --4430-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --4430-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4430-- WARNING: Serious error when reading debug info --4430-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --4430-- Ignoring non-Dwarf2/3/4 block in .debug_info --4430-- WARNING: Serious error when reading debug info --4430-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --4430-- Last block truncated in .debug_info; ignoring --4430-- WARNING: Serious error when reading debug info --4430-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --4430-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4430-- WARNING: Serious error when reading debug info --4430-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --4430-- Ignoring non-Dwarf2/3/4 block in .debug_info --4430-- WARNING: Serious error when reading debug info --4430-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --4430-- Last block truncated in .debug_info; ignoring --4430-- WARNING: Serious error when reading debug info --4430-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --4430-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4430-- WARNING: Serious error when reading debug info --4430-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --4430-- Ignoring non-Dwarf2/3/4 block in .debug_info --4430-- WARNING: Serious error when reading debug info --4430-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --4430-- Last block truncated in .debug_info; ignoring --4430-- WARNING: Serious error when reading debug info --4430-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --4430-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4430-- WARNING: Serious error when reading debug info --4430-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --4430-- Ignoring non-Dwarf2/3/4 block in .debug_info --4430-- WARNING: Serious error when reading debug info --4430-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --4430-- Last block truncated in .debug_info; ignoring --4430-- WARNING: Serious error when reading debug info --4430-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --4430-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4430-- WARNING: Serious error when reading debug info --4430-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --4430-- Ignoring non-Dwarf2/3/4 block in .debug_info --4430-- WARNING: Serious error when reading debug info --4430-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --4430-- Last block truncated in .debug_info; ignoring --4430-- WARNING: Serious error when reading debug info --4430-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --4430-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4430-- WARNING: Serious error when reading debug info --4430-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --4430-- Ignoring non-Dwarf2/3/4 block in .debug_info --4430-- WARNING: Serious error when reading debug info --4430-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --4430-- Last block truncated in .debug_info; ignoring --4430-- WARNING: Serious error when reading debug info --4430-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --4430-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4430-- WARNING: Serious error when reading debug info --4430-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --4430-- Ignoring non-Dwarf2/3/4 block in .debug_info --4430-- WARNING: Serious error when reading debug info --4430-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --4430-- Last block truncated in .debug_info; ignoring --4430-- WARNING: Serious error when reading debug info --4430-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --4430-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4430-- WARNING: Serious error when reading debug info --4430-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --4430-- Ignoring non-Dwarf2/3/4 block in .debug_info --4430-- WARNING: Serious error when reading debug info --4430-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --4430-- Last block truncated in .debug_info; ignoring --4430-- WARNING: Serious error when reading debug info --4430-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --4430-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==4430== ==4430== HEAP SUMMARY: ==4430== in use at exit: 688,642 bytes in 5,823 blocks ==4430== total heap usage: 355,859 allocs, 350,036 frees, 25,499,314 bytes allocated ==4430== ==4430== LEAK SUMMARY: ==4430== definitely lost: 0 bytes in 0 blocks ==4430== indirectly lost: 0 bytes in 0 blocks ==4430== possibly lost: 1,104 bytes in 4 blocks ==4430== still reachable: 260,028 bytes in 549 blocks ==4430== of which reachable via heuristic: ==4430== length64 : 4,744 bytes in 76 blocks ==4430== newarray : 2,048 bytes in 48 blocks ==4430== suppressed: 364,318 bytes in 4,785 blocks ==4430== Rerun with --leak-check=full to see details of leaked memory ==4430== ==4430== For counts of detected and suppressed errors, rerun with: -v ==4430== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==4524== Memcheck, a memory error detector ==4524== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==4524== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==4524== Command: ./client-test Client::Source::eds_event::LinkedItemsNoTZ::testLinkedItemsParent ==4524== Parent PID: 96 ==4524== --4524-- WARNING: Serious error when reading debug info --4524-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --4524-- Ignoring non-Dwarf2/3/4 block in .debug_info --4524-- WARNING: Serious error when reading debug info --4524-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --4524-- Last block truncated in .debug_info; ignoring --4524-- WARNING: Serious error when reading debug info --4524-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --4524-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4524-- WARNING: Serious error when reading debug info --4524-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --4524-- Ignoring non-Dwarf2/3/4 block in .debug_info --4524-- WARNING: Serious error when reading debug info --4524-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --4524-- Last block truncated in .debug_info; ignoring --4524-- WARNING: Serious error when reading debug info --4524-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --4524-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4524-- WARNING: Serious error when reading debug info --4524-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --4524-- Ignoring non-Dwarf2/3/4 block in .debug_info --4524-- WARNING: Serious error when reading debug info --4524-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --4524-- Last block truncated in .debug_info; ignoring --4524-- WARNING: Serious error when reading debug info --4524-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --4524-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4524-- WARNING: Serious error when reading debug info --4524-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --4524-- Ignoring non-Dwarf2/3/4 block in .debug_info --4524-- WARNING: Serious error when reading debug info --4524-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --4524-- Last block truncated in .debug_info; ignoring --4524-- WARNING: Serious error when reading debug info --4524-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --4524-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4524-- WARNING: Serious error when reading debug info --4524-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --4524-- Ignoring non-Dwarf2/3/4 block in .debug_info --4524-- WARNING: Serious error when reading debug info --4524-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --4524-- Last block truncated in .debug_info; ignoring --4524-- WARNING: Serious error when reading debug info --4524-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --4524-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4524-- WARNING: Serious error when reading debug info --4524-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --4524-- Ignoring non-Dwarf2/3/4 block in .debug_info --4524-- WARNING: Serious error when reading debug info --4524-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --4524-- Last block truncated in .debug_info; ignoring --4524-- WARNING: Serious error when reading debug info --4524-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --4524-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4524-- WARNING: Serious error when reading debug info --4524-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --4524-- Ignoring non-Dwarf2/3/4 block in .debug_info --4524-- WARNING: Serious error when reading debug info --4524-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --4524-- Last block truncated in .debug_info; ignoring --4524-- WARNING: Serious error when reading debug info --4524-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --4524-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4524-- WARNING: Serious error when reading debug info --4524-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --4524-- Ignoring non-Dwarf2/3/4 block in .debug_info --4524-- WARNING: Serious error when reading debug info --4524-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --4524-- Last block truncated in .debug_info; ignoring --4524-- WARNING: Serious error when reading debug info --4524-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --4524-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4524-- WARNING: Serious error when reading debug info --4524-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --4524-- Ignoring non-Dwarf2/3/4 block in .debug_info --4524-- WARNING: Serious error when reading debug info --4524-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --4524-- Last block truncated in .debug_info; ignoring --4524-- WARNING: Serious error when reading debug info --4524-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --4524-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4524-- WARNING: Serious error when reading debug info --4524-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --4524-- Ignoring non-Dwarf2/3/4 block in .debug_info --4524-- WARNING: Serious error when reading debug info --4524-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --4524-- Last block truncated in .debug_info; ignoring --4524-- WARNING: Serious error when reading debug info --4524-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --4524-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4524-- WARNING: Serious error when reading debug info --4524-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --4524-- Ignoring non-Dwarf2/3/4 block in .debug_info --4524-- WARNING: Serious error when reading debug info --4524-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --4524-- Last block truncated in .debug_info; ignoring --4524-- WARNING: Serious error when reading debug info --4524-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --4524-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4524-- WARNING: Serious error when reading debug info --4524-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --4524-- Ignoring non-Dwarf2/3/4 block in .debug_info --4524-- WARNING: Serious error when reading debug info --4524-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --4524-- Last block truncated in .debug_info; ignoring --4524-- WARNING: Serious error when reading debug info --4524-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --4524-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4524-- WARNING: Serious error when reading debug info --4524-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --4524-- Ignoring non-Dwarf2/3/4 block in .debug_info --4524-- WARNING: Serious error when reading debug info --4524-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --4524-- Last block truncated in .debug_info; ignoring --4524-- WARNING: Serious error when reading debug info --4524-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --4524-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==4524== ==4524== HEAP SUMMARY: ==4524== in use at exit: 688,336 bytes in 5,811 blocks ==4524== total heap usage: 264,540 allocs, 258,729 frees, 19,854,850 bytes allocated ==4524== ==4524== LEAK SUMMARY: ==4524== definitely lost: 0 bytes in 0 blocks ==4524== indirectly lost: 0 bytes in 0 blocks ==4524== possibly lost: 1,104 bytes in 4 blocks ==4524== still reachable: 260,243 bytes in 545 blocks ==4524== of which reachable via heuristic: ==4524== length64 : 4,744 bytes in 76 blocks ==4524== newarray : 2,048 bytes in 48 blocks ==4524== suppressed: 363,797 bytes in 4,777 blocks ==4524== Rerun with --leak-check=full to see details of leaked memory ==4524== ==4524== For counts of detected and suppressed errors, rerun with: -v ==4524== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==4589== Memcheck, a memory error detector ==4589== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==4589== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==4589== Command: ./client-test Client::Source::eds_event::LinkedItemsNoTZ::testLinkedItemsChild ==4589== Parent PID: 96 ==4589== --4589-- WARNING: Serious error when reading debug info --4589-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --4589-- Ignoring non-Dwarf2/3/4 block in .debug_info --4589-- WARNING: Serious error when reading debug info --4589-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --4589-- Last block truncated in .debug_info; ignoring --4589-- WARNING: Serious error when reading debug info --4589-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --4589-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4589-- WARNING: Serious error when reading debug info --4589-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --4589-- Ignoring non-Dwarf2/3/4 block in .debug_info --4589-- WARNING: Serious error when reading debug info --4589-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --4589-- Last block truncated in .debug_info; ignoring --4589-- WARNING: Serious error when reading debug info --4589-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --4589-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4589-- WARNING: Serious error when reading debug info --4589-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --4589-- Ignoring non-Dwarf2/3/4 block in .debug_info --4589-- WARNING: Serious error when reading debug info --4589-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --4589-- Last block truncated in .debug_info; ignoring --4589-- WARNING: Serious error when reading debug info --4589-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --4589-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4589-- WARNING: Serious error when reading debug info --4589-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --4589-- Ignoring non-Dwarf2/3/4 block in .debug_info --4589-- WARNING: Serious error when reading debug info --4589-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --4589-- Last block truncated in .debug_info; ignoring --4589-- WARNING: Serious error when reading debug info --4589-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --4589-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4589-- WARNING: Serious error when reading debug info --4589-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --4589-- Ignoring non-Dwarf2/3/4 block in .debug_info --4589-- WARNING: Serious error when reading debug info --4589-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --4589-- Last block truncated in .debug_info; ignoring --4589-- WARNING: Serious error when reading debug info --4589-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --4589-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4589-- WARNING: Serious error when reading debug info --4589-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --4589-- Ignoring non-Dwarf2/3/4 block in .debug_info --4589-- WARNING: Serious error when reading debug info --4589-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --4589-- Last block truncated in .debug_info; ignoring --4589-- WARNING: Serious error when reading debug info --4589-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --4589-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4589-- WARNING: Serious error when reading debug info --4589-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --4589-- Ignoring non-Dwarf2/3/4 block in .debug_info --4589-- WARNING: Serious error when reading debug info --4589-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --4589-- Last block truncated in .debug_info; ignoring --4589-- WARNING: Serious error when reading debug info --4589-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --4589-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4589-- WARNING: Serious error when reading debug info --4589-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --4589-- Ignoring non-Dwarf2/3/4 block in .debug_info --4589-- WARNING: Serious error when reading debug info --4589-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --4589-- Last block truncated in .debug_info; ignoring --4589-- WARNING: Serious error when reading debug info --4589-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --4589-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4589-- WARNING: Serious error when reading debug info --4589-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --4589-- Ignoring non-Dwarf2/3/4 block in .debug_info --4589-- WARNING: Serious error when reading debug info --4589-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --4589-- Last block truncated in .debug_info; ignoring --4589-- WARNING: Serious error when reading debug info --4589-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --4589-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4589-- WARNING: Serious error when reading debug info --4589-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --4589-- Ignoring non-Dwarf2/3/4 block in .debug_info --4589-- WARNING: Serious error when reading debug info --4589-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --4589-- Last block truncated in .debug_info; ignoring --4589-- WARNING: Serious error when reading debug info --4589-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --4589-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4589-- WARNING: Serious error when reading debug info --4589-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --4589-- Ignoring non-Dwarf2/3/4 block in .debug_info --4589-- WARNING: Serious error when reading debug info --4589-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --4589-- Last block truncated in .debug_info; ignoring --4589-- WARNING: Serious error when reading debug info --4589-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --4589-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4589-- WARNING: Serious error when reading debug info --4589-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --4589-- Ignoring non-Dwarf2/3/4 block in .debug_info --4589-- WARNING: Serious error when reading debug info --4589-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --4589-- Last block truncated in .debug_info; ignoring --4589-- WARNING: Serious error when reading debug info --4589-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --4589-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4589-- WARNING: Serious error when reading debug info --4589-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --4589-- Ignoring non-Dwarf2/3/4 block in .debug_info --4589-- WARNING: Serious error when reading debug info --4589-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --4589-- Last block truncated in .debug_info; ignoring --4589-- WARNING: Serious error when reading debug info --4589-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --4589-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==4589== ==4589== HEAP SUMMARY: ==4589== in use at exit: 688,823 bytes in 5,808 blocks ==4589== total heap usage: 263,976 allocs, 258,168 frees, 19,814,784 bytes allocated ==4589== ==4589== LEAK SUMMARY: ==4589== definitely lost: 0 bytes in 0 blocks ==4589== indirectly lost: 0 bytes in 0 blocks ==4589== possibly lost: 432 bytes in 2 blocks ==4589== still reachable: 253,347 bytes in 405 blocks ==4589== of which reachable via heuristic: ==4589== length64 : 4,744 bytes in 76 blocks ==4589== newarray : 2,048 bytes in 48 blocks ==4589== suppressed: 372,020 bytes in 4,918 blocks ==4589== Rerun with --leak-check=full to see details of leaked memory ==4589== ==4589== For counts of detected and suppressed errors, rerun with: -v ==4589== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==4653== Memcheck, a memory error detector ==4653== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==4653== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==4653== Command: ./client-test Client::Source::eds_event::LinkedItemsNoTZ::testLinkedItemsParentChild ==4653== Parent PID: 96 ==4653== --4653-- WARNING: Serious error when reading debug info --4653-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --4653-- Ignoring non-Dwarf2/3/4 block in .debug_info --4653-- WARNING: Serious error when reading debug info --4653-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --4653-- Last block truncated in .debug_info; ignoring --4653-- WARNING: Serious error when reading debug info --4653-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --4653-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4653-- WARNING: Serious error when reading debug info --4653-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --4653-- Ignoring non-Dwarf2/3/4 block in .debug_info --4653-- WARNING: Serious error when reading debug info --4653-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --4653-- Last block truncated in .debug_info; ignoring --4653-- WARNING: Serious error when reading debug info --4653-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --4653-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4653-- WARNING: Serious error when reading debug info --4653-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --4653-- Ignoring non-Dwarf2/3/4 block in .debug_info --4653-- WARNING: Serious error when reading debug info --4653-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --4653-- Last block truncated in .debug_info; ignoring --4653-- WARNING: Serious error when reading debug info --4653-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --4653-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4653-- WARNING: Serious error when reading debug info --4653-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --4653-- Ignoring non-Dwarf2/3/4 block in .debug_info --4653-- WARNING: Serious error when reading debug info --4653-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --4653-- Last block truncated in .debug_info; ignoring --4653-- WARNING: Serious error when reading debug info --4653-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --4653-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4653-- WARNING: Serious error when reading debug info --4653-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --4653-- Ignoring non-Dwarf2/3/4 block in .debug_info --4653-- WARNING: Serious error when reading debug info --4653-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --4653-- Last block truncated in .debug_info; ignoring --4653-- WARNING: Serious error when reading debug info --4653-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --4653-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4653-- WARNING: Serious error when reading debug info --4653-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --4653-- Ignoring non-Dwarf2/3/4 block in .debug_info --4653-- WARNING: Serious error when reading debug info --4653-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --4653-- Last block truncated in .debug_info; ignoring --4653-- WARNING: Serious error when reading debug info --4653-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --4653-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4653-- WARNING: Serious error when reading debug info --4653-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --4653-- Ignoring non-Dwarf2/3/4 block in .debug_info --4653-- WARNING: Serious error when reading debug info --4653-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --4653-- Last block truncated in .debug_info; ignoring --4653-- WARNING: Serious error when reading debug info --4653-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --4653-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4653-- WARNING: Serious error when reading debug info --4653-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --4653-- Ignoring non-Dwarf2/3/4 block in .debug_info --4653-- WARNING: Serious error when reading debug info --4653-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --4653-- Last block truncated in .debug_info; ignoring --4653-- WARNING: Serious error when reading debug info --4653-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --4653-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4653-- WARNING: Serious error when reading debug info --4653-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --4653-- Ignoring non-Dwarf2/3/4 block in .debug_info --4653-- WARNING: Serious error when reading debug info --4653-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --4653-- Last block truncated in .debug_info; ignoring --4653-- WARNING: Serious error when reading debug info --4653-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --4653-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4653-- WARNING: Serious error when reading debug info --4653-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --4653-- Ignoring non-Dwarf2/3/4 block in .debug_info --4653-- WARNING: Serious error when reading debug info --4653-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --4653-- Last block truncated in .debug_info; ignoring --4653-- WARNING: Serious error when reading debug info --4653-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --4653-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4653-- WARNING: Serious error when reading debug info --4653-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --4653-- Ignoring non-Dwarf2/3/4 block in .debug_info --4653-- WARNING: Serious error when reading debug info --4653-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --4653-- Last block truncated in .debug_info; ignoring --4653-- WARNING: Serious error when reading debug info --4653-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --4653-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4653-- WARNING: Serious error when reading debug info --4653-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --4653-- Ignoring non-Dwarf2/3/4 block in .debug_info --4653-- WARNING: Serious error when reading debug info --4653-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --4653-- Last block truncated in .debug_info; ignoring --4653-- WARNING: Serious error when reading debug info --4653-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --4653-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4653-- WARNING: Serious error when reading debug info --4653-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --4653-- Ignoring non-Dwarf2/3/4 block in .debug_info --4653-- WARNING: Serious error when reading debug info --4653-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --4653-- Last block truncated in .debug_info; ignoring --4653-- WARNING: Serious error when reading debug info --4653-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --4653-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==4653== ==4653== HEAP SUMMARY: ==4653== in use at exit: 692,567 bytes in 5,867 blocks ==4653== total heap usage: 306,258 allocs, 300,391 frees, 22,420,691 bytes allocated ==4653== ==4653== LEAK SUMMARY: ==4653== definitely lost: 0 bytes in 0 blocks ==4653== indirectly lost: 0 bytes in 0 blocks ==4653== possibly lost: 432 bytes in 2 blocks ==4653== still reachable: 256,604 bytes in 458 blocks ==4653== of which reachable via heuristic: ==4653== length64 : 4,744 bytes in 76 blocks ==4653== newarray : 2,048 bytes in 48 blocks ==4653== suppressed: 372,507 bytes in 4,924 blocks ==4653== Rerun with --leak-check=full to see details of leaked memory ==4653== ==4653== For counts of detected and suppressed errors, rerun with: -v ==4653== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==4726== Memcheck, a memory error detector ==4726== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==4726== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==4726== Command: ./client-test Client::Source::eds_event::LinkedItemsNoTZ::testLinkedItemsInsertBothUpdateChildNoIDs ==4726== Parent PID: 96 ==4726== --4726-- WARNING: Serious error when reading debug info --4726-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --4726-- Ignoring non-Dwarf2/3/4 block in .debug_info --4726-- WARNING: Serious error when reading debug info --4726-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --4726-- Last block truncated in .debug_info; ignoring --4726-- WARNING: Serious error when reading debug info --4726-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --4726-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4726-- WARNING: Serious error when reading debug info --4726-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --4726-- Ignoring non-Dwarf2/3/4 block in .debug_info --4726-- WARNING: Serious error when reading debug info --4726-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --4726-- Last block truncated in .debug_info; ignoring --4726-- WARNING: Serious error when reading debug info --4726-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --4726-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4726-- WARNING: Serious error when reading debug info --4726-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --4726-- Ignoring non-Dwarf2/3/4 block in .debug_info --4726-- WARNING: Serious error when reading debug info --4726-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --4726-- Last block truncated in .debug_info; ignoring --4726-- WARNING: Serious error when reading debug info --4726-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --4726-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4726-- WARNING: Serious error when reading debug info --4726-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --4726-- Ignoring non-Dwarf2/3/4 block in .debug_info --4726-- WARNING: Serious error when reading debug info --4726-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --4726-- Last block truncated in .debug_info; ignoring --4726-- WARNING: Serious error when reading debug info --4726-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --4726-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4726-- WARNING: Serious error when reading debug info --4726-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --4726-- Ignoring non-Dwarf2/3/4 block in .debug_info --4726-- WARNING: Serious error when reading debug info --4726-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --4726-- Last block truncated in .debug_info; ignoring --4726-- WARNING: Serious error when reading debug info --4726-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --4726-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4726-- WARNING: Serious error when reading debug info --4726-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --4726-- Ignoring non-Dwarf2/3/4 block in .debug_info --4726-- WARNING: Serious error when reading debug info --4726-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --4726-- Last block truncated in .debug_info; ignoring --4726-- WARNING: Serious error when reading debug info --4726-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --4726-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4726-- WARNING: Serious error when reading debug info --4726-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --4726-- Ignoring non-Dwarf2/3/4 block in .debug_info --4726-- WARNING: Serious error when reading debug info --4726-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --4726-- Last block truncated in .debug_info; ignoring --4726-- WARNING: Serious error when reading debug info --4726-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --4726-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4726-- WARNING: Serious error when reading debug info --4726-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --4726-- Ignoring non-Dwarf2/3/4 block in .debug_info --4726-- WARNING: Serious error when reading debug info --4726-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --4726-- Last block truncated in .debug_info; ignoring --4726-- WARNING: Serious error when reading debug info --4726-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --4726-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4726-- WARNING: Serious error when reading debug info --4726-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --4726-- Ignoring non-Dwarf2/3/4 block in .debug_info --4726-- WARNING: Serious error when reading debug info --4726-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --4726-- Last block truncated in .debug_info; ignoring --4726-- WARNING: Serious error when reading debug info --4726-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --4726-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4726-- WARNING: Serious error when reading debug info --4726-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --4726-- Ignoring non-Dwarf2/3/4 block in .debug_info --4726-- WARNING: Serious error when reading debug info --4726-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --4726-- Last block truncated in .debug_info; ignoring --4726-- WARNING: Serious error when reading debug info --4726-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --4726-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4726-- WARNING: Serious error when reading debug info --4726-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --4726-- Ignoring non-Dwarf2/3/4 block in .debug_info --4726-- WARNING: Serious error when reading debug info --4726-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --4726-- Last block truncated in .debug_info; ignoring --4726-- WARNING: Serious error when reading debug info --4726-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --4726-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4726-- WARNING: Serious error when reading debug info --4726-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --4726-- Ignoring non-Dwarf2/3/4 block in .debug_info --4726-- WARNING: Serious error when reading debug info --4726-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --4726-- Last block truncated in .debug_info; ignoring --4726-- WARNING: Serious error when reading debug info --4726-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --4726-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4726-- WARNING: Serious error when reading debug info --4726-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --4726-- Ignoring non-Dwarf2/3/4 block in .debug_info --4726-- WARNING: Serious error when reading debug info --4726-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --4726-- Last block truncated in .debug_info; ignoring --4726-- WARNING: Serious error when reading debug info --4726-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --4726-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==4726== ==4726== HEAP SUMMARY: ==4726== in use at exit: 692,635 bytes in 5,867 blocks ==4726== total heap usage: 249,230 allocs, 243,363 frees, 18,905,158 bytes allocated ==4726== ==4726== LEAK SUMMARY: ==4726== definitely lost: 0 bytes in 0 blocks ==4726== indirectly lost: 0 bytes in 0 blocks ==4726== possibly lost: 1,104 bytes in 4 blocks ==4726== still reachable: 264,094 bytes in 616 blocks ==4726== of which reachable via heuristic: ==4726== length64 : 4,744 bytes in 76 blocks ==4726== newarray : 2,048 bytes in 48 blocks ==4726== suppressed: 364,413 bytes in 4,764 blocks ==4726== Rerun with --leak-check=full to see details of leaked memory ==4726== ==4726== For counts of detected and suppressed errors, rerun with: -v ==4726== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==4788== Memcheck, a memory error detector ==4788== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==4788== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==4788== Command: ./client-test Client::Source::eds_event::LinkedItemsNoTZ::testLinkedItemsChildParent ==4788== Parent PID: 96 ==4788== --4788-- WARNING: Serious error when reading debug info --4788-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --4788-- Ignoring non-Dwarf2/3/4 block in .debug_info --4788-- WARNING: Serious error when reading debug info --4788-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --4788-- Last block truncated in .debug_info; ignoring --4788-- WARNING: Serious error when reading debug info --4788-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --4788-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4788-- WARNING: Serious error when reading debug info --4788-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --4788-- Ignoring non-Dwarf2/3/4 block in .debug_info --4788-- WARNING: Serious error when reading debug info --4788-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --4788-- Last block truncated in .debug_info; ignoring --4788-- WARNING: Serious error when reading debug info --4788-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --4788-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4788-- WARNING: Serious error when reading debug info --4788-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --4788-- Ignoring non-Dwarf2/3/4 block in .debug_info --4788-- WARNING: Serious error when reading debug info --4788-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --4788-- Last block truncated in .debug_info; ignoring --4788-- WARNING: Serious error when reading debug info --4788-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --4788-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4788-- WARNING: Serious error when reading debug info --4788-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --4788-- Ignoring non-Dwarf2/3/4 block in .debug_info --4788-- WARNING: Serious error when reading debug info --4788-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --4788-- Last block truncated in .debug_info; ignoring --4788-- WARNING: Serious error when reading debug info --4788-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --4788-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4788-- WARNING: Serious error when reading debug info --4788-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --4788-- Ignoring non-Dwarf2/3/4 block in .debug_info --4788-- WARNING: Serious error when reading debug info --4788-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --4788-- Last block truncated in .debug_info; ignoring --4788-- WARNING: Serious error when reading debug info --4788-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --4788-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4788-- WARNING: Serious error when reading debug info --4788-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --4788-- Ignoring non-Dwarf2/3/4 block in .debug_info --4788-- WARNING: Serious error when reading debug info --4788-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --4788-- Last block truncated in .debug_info; ignoring --4788-- WARNING: Serious error when reading debug info --4788-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --4788-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4788-- WARNING: Serious error when reading debug info --4788-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --4788-- Ignoring non-Dwarf2/3/4 block in .debug_info --4788-- WARNING: Serious error when reading debug info --4788-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --4788-- Last block truncated in .debug_info; ignoring --4788-- WARNING: Serious error when reading debug info --4788-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --4788-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4788-- WARNING: Serious error when reading debug info --4788-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --4788-- Ignoring non-Dwarf2/3/4 block in .debug_info --4788-- WARNING: Serious error when reading debug info --4788-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --4788-- Last block truncated in .debug_info; ignoring --4788-- WARNING: Serious error when reading debug info --4788-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --4788-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4788-- WARNING: Serious error when reading debug info --4788-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --4788-- Ignoring non-Dwarf2/3/4 block in .debug_info --4788-- WARNING: Serious error when reading debug info --4788-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --4788-- Last block truncated in .debug_info; ignoring --4788-- WARNING: Serious error when reading debug info --4788-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --4788-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4788-- WARNING: Serious error when reading debug info --4788-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --4788-- Ignoring non-Dwarf2/3/4 block in .debug_info --4788-- WARNING: Serious error when reading debug info --4788-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --4788-- Last block truncated in .debug_info; ignoring --4788-- WARNING: Serious error when reading debug info --4788-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --4788-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4788-- WARNING: Serious error when reading debug info --4788-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --4788-- Ignoring non-Dwarf2/3/4 block in .debug_info --4788-- WARNING: Serious error when reading debug info --4788-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --4788-- Last block truncated in .debug_info; ignoring --4788-- WARNING: Serious error when reading debug info --4788-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --4788-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4788-- WARNING: Serious error when reading debug info --4788-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --4788-- Ignoring non-Dwarf2/3/4 block in .debug_info --4788-- WARNING: Serious error when reading debug info --4788-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --4788-- Last block truncated in .debug_info; ignoring --4788-- WARNING: Serious error when reading debug info --4788-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --4788-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4788-- WARNING: Serious error when reading debug info --4788-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --4788-- Ignoring non-Dwarf2/3/4 block in .debug_info --4788-- WARNING: Serious error when reading debug info --4788-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --4788-- Last block truncated in .debug_info; ignoring --4788-- WARNING: Serious error when reading debug info --4788-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --4788-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==4788== ==4788== HEAP SUMMARY: ==4788== in use at exit: 687,373 bytes in 5,783 blocks ==4788== total heap usage: 291,314 allocs, 285,531 frees, 21,513,318 bytes allocated ==4788== ==4788== LEAK SUMMARY: ==4788== definitely lost: 0 bytes in 0 blocks ==4788== indirectly lost: 0 bytes in 0 blocks ==4788== possibly lost: 1,104 bytes in 4 blocks ==4788== still reachable: 259,703 bytes in 539 blocks ==4788== of which reachable via heuristic: ==4788== length64 : 4,744 bytes in 76 blocks ==4788== newarray : 2,048 bytes in 48 blocks ==4788== suppressed: 363,542 bytes in 4,757 blocks ==4788== Rerun with --leak-check=full to see details of leaked memory ==4788== ==4788== For counts of detected and suppressed errors, rerun with: -v ==4788== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==4858== Memcheck, a memory error detector ==4858== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==4858== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==4858== Command: ./client-test Client::Source::eds_event::LinkedItemsNoTZ::testLinkedItemsChildChangesParent ==4858== Parent PID: 96 ==4858== --4858-- WARNING: Serious error when reading debug info --4858-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --4858-- Ignoring non-Dwarf2/3/4 block in .debug_info --4858-- WARNING: Serious error when reading debug info --4858-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --4858-- Last block truncated in .debug_info; ignoring --4858-- WARNING: Serious error when reading debug info --4858-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --4858-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4858-- WARNING: Serious error when reading debug info --4858-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --4858-- Ignoring non-Dwarf2/3/4 block in .debug_info --4858-- WARNING: Serious error when reading debug info --4858-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --4858-- Last block truncated in .debug_info; ignoring --4858-- WARNING: Serious error when reading debug info --4858-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --4858-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4858-- WARNING: Serious error when reading debug info --4858-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --4858-- Ignoring non-Dwarf2/3/4 block in .debug_info --4858-- WARNING: Serious error when reading debug info --4858-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --4858-- Last block truncated in .debug_info; ignoring --4858-- WARNING: Serious error when reading debug info --4858-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --4858-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4858-- WARNING: Serious error when reading debug info --4858-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --4858-- Ignoring non-Dwarf2/3/4 block in .debug_info --4858-- WARNING: Serious error when reading debug info --4858-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --4858-- Last block truncated in .debug_info; ignoring --4858-- WARNING: Serious error when reading debug info --4858-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --4858-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4858-- WARNING: Serious error when reading debug info --4858-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --4858-- Ignoring non-Dwarf2/3/4 block in .debug_info --4858-- WARNING: Serious error when reading debug info --4858-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --4858-- Last block truncated in .debug_info; ignoring --4858-- WARNING: Serious error when reading debug info --4858-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --4858-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4858-- WARNING: Serious error when reading debug info --4858-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --4858-- Ignoring non-Dwarf2/3/4 block in .debug_info --4858-- WARNING: Serious error when reading debug info --4858-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --4858-- Last block truncated in .debug_info; ignoring --4858-- WARNING: Serious error when reading debug info --4858-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --4858-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4858-- WARNING: Serious error when reading debug info --4858-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --4858-- Ignoring non-Dwarf2/3/4 block in .debug_info --4858-- WARNING: Serious error when reading debug info --4858-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --4858-- Last block truncated in .debug_info; ignoring --4858-- WARNING: Serious error when reading debug info --4858-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --4858-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4858-- WARNING: Serious error when reading debug info --4858-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --4858-- Ignoring non-Dwarf2/3/4 block in .debug_info --4858-- WARNING: Serious error when reading debug info --4858-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --4858-- Last block truncated in .debug_info; ignoring --4858-- WARNING: Serious error when reading debug info --4858-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --4858-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4858-- WARNING: Serious error when reading debug info --4858-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --4858-- Ignoring non-Dwarf2/3/4 block in .debug_info --4858-- WARNING: Serious error when reading debug info --4858-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --4858-- Last block truncated in .debug_info; ignoring --4858-- WARNING: Serious error when reading debug info --4858-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --4858-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4858-- WARNING: Serious error when reading debug info --4858-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --4858-- Ignoring non-Dwarf2/3/4 block in .debug_info --4858-- WARNING: Serious error when reading debug info --4858-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --4858-- Last block truncated in .debug_info; ignoring --4858-- WARNING: Serious error when reading debug info --4858-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --4858-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4858-- WARNING: Serious error when reading debug info --4858-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --4858-- Ignoring non-Dwarf2/3/4 block in .debug_info --4858-- WARNING: Serious error when reading debug info --4858-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --4858-- Last block truncated in .debug_info; ignoring --4858-- WARNING: Serious error when reading debug info --4858-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --4858-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4858-- WARNING: Serious error when reading debug info --4858-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --4858-- Ignoring non-Dwarf2/3/4 block in .debug_info --4858-- WARNING: Serious error when reading debug info --4858-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --4858-- Last block truncated in .debug_info; ignoring --4858-- WARNING: Serious error when reading debug info --4858-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --4858-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4858-- WARNING: Serious error when reading debug info --4858-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --4858-- Ignoring non-Dwarf2/3/4 block in .debug_info --4858-- WARNING: Serious error when reading debug info --4858-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --4858-- Last block truncated in .debug_info; ignoring --4858-- WARNING: Serious error when reading debug info --4858-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --4858-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==4858== ==4858== HEAP SUMMARY: ==4858== in use at exit: 690,928 bytes in 5,839 blocks ==4858== total heap usage: 311,789 allocs, 305,950 frees, 22,785,964 bytes allocated ==4858== ==4858== LEAK SUMMARY: ==4858== definitely lost: 0 bytes in 0 blocks ==4858== indirectly lost: 0 bytes in 0 blocks ==4858== possibly lost: 432 bytes in 2 blocks ==4858== still reachable: 254,981 bytes in 437 blocks ==4858== of which reachable via heuristic: ==4858== length64 : 4,744 bytes in 76 blocks ==4858== newarray : 2,048 bytes in 48 blocks ==4858== suppressed: 372,491 bytes in 4,917 blocks ==4858== Rerun with --leak-check=full to see details of leaked memory ==4858== ==4858== For counts of detected and suppressed errors, rerun with: -v ==4858== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==4942== Memcheck, a memory error detector ==4942== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==4942== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==4942== Command: ./client-test Client::Source::eds_event::LinkedItemsNoTZ::testLinkedItemsRemoveParentFirst ==4942== Parent PID: 96 ==4942== --4942-- WARNING: Serious error when reading debug info --4942-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --4942-- Ignoring non-Dwarf2/3/4 block in .debug_info --4942-- WARNING: Serious error when reading debug info --4942-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --4942-- Last block truncated in .debug_info; ignoring --4942-- WARNING: Serious error when reading debug info --4942-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --4942-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4942-- WARNING: Serious error when reading debug info --4942-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --4942-- Ignoring non-Dwarf2/3/4 block in .debug_info --4942-- WARNING: Serious error when reading debug info --4942-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --4942-- Last block truncated in .debug_info; ignoring --4942-- WARNING: Serious error when reading debug info --4942-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --4942-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4942-- WARNING: Serious error when reading debug info --4942-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --4942-- Ignoring non-Dwarf2/3/4 block in .debug_info --4942-- WARNING: Serious error when reading debug info --4942-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --4942-- Last block truncated in .debug_info; ignoring --4942-- WARNING: Serious error when reading debug info --4942-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --4942-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4942-- WARNING: Serious error when reading debug info --4942-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --4942-- Ignoring non-Dwarf2/3/4 block in .debug_info --4942-- WARNING: Serious error when reading debug info --4942-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --4942-- Last block truncated in .debug_info; ignoring --4942-- WARNING: Serious error when reading debug info --4942-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --4942-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4942-- WARNING: Serious error when reading debug info --4942-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --4942-- Ignoring non-Dwarf2/3/4 block in .debug_info --4942-- WARNING: Serious error when reading debug info --4942-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --4942-- Last block truncated in .debug_info; ignoring --4942-- WARNING: Serious error when reading debug info --4942-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --4942-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4942-- WARNING: Serious error when reading debug info --4942-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --4942-- Ignoring non-Dwarf2/3/4 block in .debug_info --4942-- WARNING: Serious error when reading debug info --4942-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --4942-- Last block truncated in .debug_info; ignoring --4942-- WARNING: Serious error when reading debug info --4942-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --4942-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4942-- WARNING: Serious error when reading debug info --4942-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --4942-- Ignoring non-Dwarf2/3/4 block in .debug_info --4942-- WARNING: Serious error when reading debug info --4942-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --4942-- Last block truncated in .debug_info; ignoring --4942-- WARNING: Serious error when reading debug info --4942-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --4942-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4942-- WARNING: Serious error when reading debug info --4942-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --4942-- Ignoring non-Dwarf2/3/4 block in .debug_info --4942-- WARNING: Serious error when reading debug info --4942-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --4942-- Last block truncated in .debug_info; ignoring --4942-- WARNING: Serious error when reading debug info --4942-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --4942-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4942-- WARNING: Serious error when reading debug info --4942-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --4942-- Ignoring non-Dwarf2/3/4 block in .debug_info --4942-- WARNING: Serious error when reading debug info --4942-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --4942-- Last block truncated in .debug_info; ignoring --4942-- WARNING: Serious error when reading debug info --4942-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --4942-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4942-- WARNING: Serious error when reading debug info --4942-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --4942-- Ignoring non-Dwarf2/3/4 block in .debug_info --4942-- WARNING: Serious error when reading debug info --4942-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --4942-- Last block truncated in .debug_info; ignoring --4942-- WARNING: Serious error when reading debug info --4942-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --4942-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4942-- WARNING: Serious error when reading debug info --4942-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --4942-- Ignoring non-Dwarf2/3/4 block in .debug_info --4942-- WARNING: Serious error when reading debug info --4942-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --4942-- Last block truncated in .debug_info; ignoring --4942-- WARNING: Serious error when reading debug info --4942-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --4942-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4942-- WARNING: Serious error when reading debug info --4942-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --4942-- Ignoring non-Dwarf2/3/4 block in .debug_info --4942-- WARNING: Serious error when reading debug info --4942-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --4942-- Last block truncated in .debug_info; ignoring --4942-- WARNING: Serious error when reading debug info --4942-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --4942-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --4942-- WARNING: Serious error when reading debug info --4942-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --4942-- Ignoring non-Dwarf2/3/4 block in .debug_info --4942-- WARNING: Serious error when reading debug info --4942-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --4942-- Last block truncated in .debug_info; ignoring --4942-- WARNING: Serious error when reading debug info --4942-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --4942-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==4942== ==4942== HEAP SUMMARY: ==4942== in use at exit: 690,794 bytes in 5,839 blocks ==4942== total heap usage: 331,486 allocs, 325,647 frees, 23,951,660 bytes allocated ==4942== ==4942== LEAK SUMMARY: ==4942== definitely lost: 0 bytes in 0 blocks ==4942== indirectly lost: 0 bytes in 0 blocks ==4942== possibly lost: 1,104 bytes in 4 blocks ==4942== still reachable: 262,813 bytes in 590 blocks ==4942== of which reachable via heuristic: ==4942== length64 : 4,744 bytes in 76 blocks ==4942== newarray : 2,048 bytes in 48 blocks ==4942== suppressed: 363,853 bytes in 4,762 blocks ==4942== Rerun with --leak-check=full to see details of leaked memory ==4942== ==4942== For counts of detected and suppressed errors, rerun with: -v ==4942== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==5031== Memcheck, a memory error detector ==5031== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==5031== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==5031== Command: ./client-test Client::Source::eds_event::LinkedItemsNoTZ::testLinkedItemsRemoveNormal ==5031== Parent PID: 96 ==5031== --5031-- WARNING: Serious error when reading debug info --5031-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --5031-- Ignoring non-Dwarf2/3/4 block in .debug_info --5031-- WARNING: Serious error when reading debug info --5031-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --5031-- Last block truncated in .debug_info; ignoring --5031-- WARNING: Serious error when reading debug info --5031-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --5031-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5031-- WARNING: Serious error when reading debug info --5031-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --5031-- Ignoring non-Dwarf2/3/4 block in .debug_info --5031-- WARNING: Serious error when reading debug info --5031-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --5031-- Last block truncated in .debug_info; ignoring --5031-- WARNING: Serious error when reading debug info --5031-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --5031-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5031-- WARNING: Serious error when reading debug info --5031-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --5031-- Ignoring non-Dwarf2/3/4 block in .debug_info --5031-- WARNING: Serious error when reading debug info --5031-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --5031-- Last block truncated in .debug_info; ignoring --5031-- WARNING: Serious error when reading debug info --5031-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --5031-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5031-- WARNING: Serious error when reading debug info --5031-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --5031-- Ignoring non-Dwarf2/3/4 block in .debug_info --5031-- WARNING: Serious error when reading debug info --5031-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --5031-- Last block truncated in .debug_info; ignoring --5031-- WARNING: Serious error when reading debug info --5031-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --5031-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5031-- WARNING: Serious error when reading debug info --5031-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --5031-- Ignoring non-Dwarf2/3/4 block in .debug_info --5031-- WARNING: Serious error when reading debug info --5031-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --5031-- Last block truncated in .debug_info; ignoring --5031-- WARNING: Serious error when reading debug info --5031-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --5031-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5031-- WARNING: Serious error when reading debug info --5031-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --5031-- Ignoring non-Dwarf2/3/4 block in .debug_info --5031-- WARNING: Serious error when reading debug info --5031-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --5031-- Last block truncated in .debug_info; ignoring --5031-- WARNING: Serious error when reading debug info --5031-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --5031-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5031-- WARNING: Serious error when reading debug info --5031-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --5031-- Ignoring non-Dwarf2/3/4 block in .debug_info --5031-- WARNING: Serious error when reading debug info --5031-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --5031-- Last block truncated in .debug_info; ignoring --5031-- WARNING: Serious error when reading debug info --5031-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --5031-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5031-- WARNING: Serious error when reading debug info --5031-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --5031-- Ignoring non-Dwarf2/3/4 block in .debug_info --5031-- WARNING: Serious error when reading debug info --5031-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --5031-- Last block truncated in .debug_info; ignoring --5031-- WARNING: Serious error when reading debug info --5031-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --5031-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5031-- WARNING: Serious error when reading debug info --5031-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --5031-- Ignoring non-Dwarf2/3/4 block in .debug_info --5031-- WARNING: Serious error when reading debug info --5031-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --5031-- Last block truncated in .debug_info; ignoring --5031-- WARNING: Serious error when reading debug info --5031-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --5031-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5031-- WARNING: Serious error when reading debug info --5031-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --5031-- Ignoring non-Dwarf2/3/4 block in .debug_info --5031-- WARNING: Serious error when reading debug info --5031-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --5031-- Last block truncated in .debug_info; ignoring --5031-- WARNING: Serious error when reading debug info --5031-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --5031-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5031-- WARNING: Serious error when reading debug info --5031-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --5031-- Ignoring non-Dwarf2/3/4 block in .debug_info --5031-- WARNING: Serious error when reading debug info --5031-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --5031-- Last block truncated in .debug_info; ignoring --5031-- WARNING: Serious error when reading debug info --5031-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --5031-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5031-- WARNING: Serious error when reading debug info --5031-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --5031-- Ignoring non-Dwarf2/3/4 block in .debug_info --5031-- WARNING: Serious error when reading debug info --5031-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --5031-- Last block truncated in .debug_info; ignoring --5031-- WARNING: Serious error when reading debug info --5031-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --5031-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5031-- WARNING: Serious error when reading debug info --5031-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --5031-- Ignoring non-Dwarf2/3/4 block in .debug_info --5031-- WARNING: Serious error when reading debug info --5031-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --5031-- Last block truncated in .debug_info; ignoring --5031-- WARNING: Serious error when reading debug info --5031-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --5031-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==5031== ==5031== HEAP SUMMARY: ==5031== in use at exit: 692,567 bytes in 5,867 blocks ==5031== total heap usage: 349,246 allocs, 343,379 frees, 25,059,415 bytes allocated ==5031== ==5031== LEAK SUMMARY: ==5031== definitely lost: 0 bytes in 0 blocks ==5031== indirectly lost: 0 bytes in 0 blocks ==5031== possibly lost: 1,104 bytes in 4 blocks ==5031== still reachable: 264,330 bytes in 614 blocks ==5031== of which reachable via heuristic: ==5031== length64 : 4,744 bytes in 76 blocks ==5031== newarray : 2,048 bytes in 48 blocks ==5031== suppressed: 364,109 bytes in 4,766 blocks ==5031== Rerun with --leak-check=full to see details of leaked memory ==5031== ==5031== For counts of detected and suppressed errors, rerun with: -v ==5031== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==5124== Memcheck, a memory error detector ==5124== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==5124== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==5124== Command: ./client-test Client::Source::eds_event::LinkedItemsNoTZ::testLinkedItemsInsertParentTwice ==5124== Parent PID: 96 ==5124== --5124-- WARNING: Serious error when reading debug info --5124-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --5124-- Ignoring non-Dwarf2/3/4 block in .debug_info --5124-- WARNING: Serious error when reading debug info --5124-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --5124-- Last block truncated in .debug_info; ignoring --5124-- WARNING: Serious error when reading debug info --5124-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --5124-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5124-- WARNING: Serious error when reading debug info --5124-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --5124-- Ignoring non-Dwarf2/3/4 block in .debug_info --5124-- WARNING: Serious error when reading debug info --5124-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --5124-- Last block truncated in .debug_info; ignoring --5124-- WARNING: Serious error when reading debug info --5124-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --5124-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5124-- WARNING: Serious error when reading debug info --5124-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --5124-- Ignoring non-Dwarf2/3/4 block in .debug_info --5124-- WARNING: Serious error when reading debug info --5124-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --5124-- Last block truncated in .debug_info; ignoring --5124-- WARNING: Serious error when reading debug info --5124-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --5124-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5124-- WARNING: Serious error when reading debug info --5124-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --5124-- Ignoring non-Dwarf2/3/4 block in .debug_info --5124-- WARNING: Serious error when reading debug info --5124-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --5124-- Last block truncated in .debug_info; ignoring --5124-- WARNING: Serious error when reading debug info --5124-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --5124-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5124-- WARNING: Serious error when reading debug info --5124-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --5124-- Ignoring non-Dwarf2/3/4 block in .debug_info --5124-- WARNING: Serious error when reading debug info --5124-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --5124-- Last block truncated in .debug_info; ignoring --5124-- WARNING: Serious error when reading debug info --5124-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --5124-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5124-- WARNING: Serious error when reading debug info --5124-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --5124-- Ignoring non-Dwarf2/3/4 block in .debug_info --5124-- WARNING: Serious error when reading debug info --5124-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --5124-- Last block truncated in .debug_info; ignoring --5124-- WARNING: Serious error when reading debug info --5124-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --5124-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5124-- WARNING: Serious error when reading debug info --5124-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --5124-- Ignoring non-Dwarf2/3/4 block in .debug_info --5124-- WARNING: Serious error when reading debug info --5124-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --5124-- Last block truncated in .debug_info; ignoring --5124-- WARNING: Serious error when reading debug info --5124-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --5124-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5124-- WARNING: Serious error when reading debug info --5124-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --5124-- Ignoring non-Dwarf2/3/4 block in .debug_info --5124-- WARNING: Serious error when reading debug info --5124-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --5124-- Last block truncated in .debug_info; ignoring --5124-- WARNING: Serious error when reading debug info --5124-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --5124-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5124-- WARNING: Serious error when reading debug info --5124-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --5124-- Ignoring non-Dwarf2/3/4 block in .debug_info --5124-- WARNING: Serious error when reading debug info --5124-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --5124-- Last block truncated in .debug_info; ignoring --5124-- WARNING: Serious error when reading debug info --5124-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --5124-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5124-- WARNING: Serious error when reading debug info --5124-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --5124-- Ignoring non-Dwarf2/3/4 block in .debug_info --5124-- WARNING: Serious error when reading debug info --5124-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --5124-- Last block truncated in .debug_info; ignoring --5124-- WARNING: Serious error when reading debug info --5124-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --5124-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5124-- WARNING: Serious error when reading debug info --5124-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --5124-- Ignoring non-Dwarf2/3/4 block in .debug_info --5124-- WARNING: Serious error when reading debug info --5124-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --5124-- Last block truncated in .debug_info; ignoring --5124-- WARNING: Serious error when reading debug info --5124-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --5124-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5124-- WARNING: Serious error when reading debug info --5124-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --5124-- Ignoring non-Dwarf2/3/4 block in .debug_info --5124-- WARNING: Serious error when reading debug info --5124-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --5124-- Last block truncated in .debug_info; ignoring --5124-- WARNING: Serious error when reading debug info --5124-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --5124-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5124-- WARNING: Serious error when reading debug info --5124-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --5124-- Ignoring non-Dwarf2/3/4 block in .debug_info --5124-- WARNING: Serious error when reading debug info --5124-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --5124-- Last block truncated in .debug_info; ignoring --5124-- WARNING: Serious error when reading debug info --5124-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --5124-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==5124== ==5124== HEAP SUMMARY: ==5124== in use at exit: 692,303 bytes in 5,864 blocks ==5124== total heap usage: 308,507 allocs, 302,643 frees, 22,585,014 bytes allocated ==5124== ==5124== LEAK SUMMARY: ==5124== definitely lost: 0 bytes in 0 blocks ==5124== indirectly lost: 0 bytes in 0 blocks ==5124== possibly lost: 1,104 bytes in 4 blocks ==5124== still reachable: 264,330 bytes in 614 blocks ==5124== of which reachable via heuristic: ==5124== length64 : 4,744 bytes in 76 blocks ==5124== newarray : 2,048 bytes in 48 blocks ==5124== suppressed: 363,845 bytes in 4,763 blocks ==5124== Rerun with --leak-check=full to see details of leaked memory ==5124== ==5124== For counts of detected and suppressed errors, rerun with: -v ==5124== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==5208== Memcheck, a memory error detector ==5208== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==5208== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==5208== Command: ./client-test Client::Source::eds_event::LinkedItemsNoTZ::testLinkedItemsInsertChildTwice ==5208== Parent PID: 96 ==5208== --5208-- WARNING: Serious error when reading debug info --5208-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --5208-- Ignoring non-Dwarf2/3/4 block in .debug_info --5208-- WARNING: Serious error when reading debug info --5208-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --5208-- Last block truncated in .debug_info; ignoring --5208-- WARNING: Serious error when reading debug info --5208-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --5208-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5208-- WARNING: Serious error when reading debug info --5208-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --5208-- Ignoring non-Dwarf2/3/4 block in .debug_info --5208-- WARNING: Serious error when reading debug info --5208-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --5208-- Last block truncated in .debug_info; ignoring --5208-- WARNING: Serious error when reading debug info --5208-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --5208-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5208-- WARNING: Serious error when reading debug info --5208-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --5208-- Ignoring non-Dwarf2/3/4 block in .debug_info --5208-- WARNING: Serious error when reading debug info --5208-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --5208-- Last block truncated in .debug_info; ignoring --5208-- WARNING: Serious error when reading debug info --5208-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --5208-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5208-- WARNING: Serious error when reading debug info --5208-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --5208-- Ignoring non-Dwarf2/3/4 block in .debug_info --5208-- WARNING: Serious error when reading debug info --5208-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --5208-- Last block truncated in .debug_info; ignoring --5208-- WARNING: Serious error when reading debug info --5208-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --5208-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5208-- WARNING: Serious error when reading debug info --5208-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --5208-- Ignoring non-Dwarf2/3/4 block in .debug_info --5208-- WARNING: Serious error when reading debug info --5208-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --5208-- Last block truncated in .debug_info; ignoring --5208-- WARNING: Serious error when reading debug info --5208-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --5208-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5208-- WARNING: Serious error when reading debug info --5208-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --5208-- Ignoring non-Dwarf2/3/4 block in .debug_info --5208-- WARNING: Serious error when reading debug info --5208-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --5208-- Last block truncated in .debug_info; ignoring --5208-- WARNING: Serious error when reading debug info --5208-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --5208-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5208-- WARNING: Serious error when reading debug info --5208-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --5208-- Ignoring non-Dwarf2/3/4 block in .debug_info --5208-- WARNING: Serious error when reading debug info --5208-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --5208-- Last block truncated in .debug_info; ignoring --5208-- WARNING: Serious error when reading debug info --5208-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --5208-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5208-- WARNING: Serious error when reading debug info --5208-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --5208-- Ignoring non-Dwarf2/3/4 block in .debug_info --5208-- WARNING: Serious error when reading debug info --5208-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --5208-- Last block truncated in .debug_info; ignoring --5208-- WARNING: Serious error when reading debug info --5208-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --5208-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5208-- WARNING: Serious error when reading debug info --5208-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --5208-- Ignoring non-Dwarf2/3/4 block in .debug_info --5208-- WARNING: Serious error when reading debug info --5208-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --5208-- Last block truncated in .debug_info; ignoring --5208-- WARNING: Serious error when reading debug info --5208-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --5208-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5208-- WARNING: Serious error when reading debug info --5208-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --5208-- Ignoring non-Dwarf2/3/4 block in .debug_info --5208-- WARNING: Serious error when reading debug info --5208-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --5208-- Last block truncated in .debug_info; ignoring --5208-- WARNING: Serious error when reading debug info --5208-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --5208-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5208-- WARNING: Serious error when reading debug info --5208-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --5208-- Ignoring non-Dwarf2/3/4 block in .debug_info --5208-- WARNING: Serious error when reading debug info --5208-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --5208-- Last block truncated in .debug_info; ignoring --5208-- WARNING: Serious error when reading debug info --5208-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --5208-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5208-- WARNING: Serious error when reading debug info --5208-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --5208-- Ignoring non-Dwarf2/3/4 block in .debug_info --5208-- WARNING: Serious error when reading debug info --5208-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --5208-- Last block truncated in .debug_info; ignoring --5208-- WARNING: Serious error when reading debug info --5208-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --5208-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5208-- WARNING: Serious error when reading debug info --5208-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --5208-- Ignoring non-Dwarf2/3/4 block in .debug_info --5208-- WARNING: Serious error when reading debug info --5208-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --5208-- Last block truncated in .debug_info; ignoring --5208-- WARNING: Serious error when reading debug info --5208-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --5208-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==5208== ==5208== HEAP SUMMARY: ==5208== in use at exit: 690,555 bytes in 5,864 blocks ==5208== total heap usage: 308,542 allocs, 302,678 frees, 22,545,292 bytes allocated ==5208== ==5208== LEAK SUMMARY: ==5208== definitely lost: 0 bytes in 0 blocks ==5208== indirectly lost: 0 bytes in 0 blocks ==5208== possibly lost: 1,104 bytes in 4 blocks ==5208== still reachable: 260,668 bytes in 553 blocks ==5208== of which reachable via heuristic: ==5208== length64 : 4,744 bytes in 76 blocks ==5208== newarray : 2,048 bytes in 48 blocks ==5208== suppressed: 365,591 bytes in 4,822 blocks ==5208== Rerun with --leak-check=full to see details of leaked memory ==5208== ==5208== For counts of detected and suppressed errors, rerun with: -v ==5208== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==5291== Memcheck, a memory error detector ==5291== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==5291== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==5291== Command: ./client-test Client::Source::eds_event::LinkedItemsNoTZ::testLinkedItemsParentUpdate ==5291== Parent PID: 96 ==5291== --5291-- WARNING: Serious error when reading debug info --5291-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --5291-- Ignoring non-Dwarf2/3/4 block in .debug_info --5291-- WARNING: Serious error when reading debug info --5291-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --5291-- Last block truncated in .debug_info; ignoring --5291-- WARNING: Serious error when reading debug info --5291-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --5291-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5291-- WARNING: Serious error when reading debug info --5291-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --5291-- Ignoring non-Dwarf2/3/4 block in .debug_info --5291-- WARNING: Serious error when reading debug info --5291-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --5291-- Last block truncated in .debug_info; ignoring --5291-- WARNING: Serious error when reading debug info --5291-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --5291-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5291-- WARNING: Serious error when reading debug info --5291-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --5291-- Ignoring non-Dwarf2/3/4 block in .debug_info --5291-- WARNING: Serious error when reading debug info --5291-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --5291-- Last block truncated in .debug_info; ignoring --5291-- WARNING: Serious error when reading debug info --5291-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --5291-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5291-- WARNING: Serious error when reading debug info --5291-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --5291-- Ignoring non-Dwarf2/3/4 block in .debug_info --5291-- WARNING: Serious error when reading debug info --5291-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --5291-- Last block truncated in .debug_info; ignoring --5291-- WARNING: Serious error when reading debug info --5291-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --5291-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5291-- WARNING: Serious error when reading debug info --5291-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --5291-- Ignoring non-Dwarf2/3/4 block in .debug_info --5291-- WARNING: Serious error when reading debug info --5291-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --5291-- Last block truncated in .debug_info; ignoring --5291-- WARNING: Serious error when reading debug info --5291-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --5291-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5291-- WARNING: Serious error when reading debug info --5291-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --5291-- Ignoring non-Dwarf2/3/4 block in .debug_info --5291-- WARNING: Serious error when reading debug info --5291-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --5291-- Last block truncated in .debug_info; ignoring --5291-- WARNING: Serious error when reading debug info --5291-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --5291-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5291-- WARNING: Serious error when reading debug info --5291-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --5291-- Ignoring non-Dwarf2/3/4 block in .debug_info --5291-- WARNING: Serious error when reading debug info --5291-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --5291-- Last block truncated in .debug_info; ignoring --5291-- WARNING: Serious error when reading debug info --5291-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --5291-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5291-- WARNING: Serious error when reading debug info --5291-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --5291-- Ignoring non-Dwarf2/3/4 block in .debug_info --5291-- WARNING: Serious error when reading debug info --5291-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --5291-- Last block truncated in .debug_info; ignoring --5291-- WARNING: Serious error when reading debug info --5291-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --5291-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5291-- WARNING: Serious error when reading debug info --5291-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --5291-- Ignoring non-Dwarf2/3/4 block in .debug_info --5291-- WARNING: Serious error when reading debug info --5291-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --5291-- Last block truncated in .debug_info; ignoring --5291-- WARNING: Serious error when reading debug info --5291-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --5291-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5291-- WARNING: Serious error when reading debug info --5291-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --5291-- Ignoring non-Dwarf2/3/4 block in .debug_info --5291-- WARNING: Serious error when reading debug info --5291-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --5291-- Last block truncated in .debug_info; ignoring --5291-- WARNING: Serious error when reading debug info --5291-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --5291-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5291-- WARNING: Serious error when reading debug info --5291-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --5291-- Ignoring non-Dwarf2/3/4 block in .debug_info --5291-- WARNING: Serious error when reading debug info --5291-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --5291-- Last block truncated in .debug_info; ignoring --5291-- WARNING: Serious error when reading debug info --5291-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --5291-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5291-- WARNING: Serious error when reading debug info --5291-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --5291-- Ignoring non-Dwarf2/3/4 block in .debug_info --5291-- WARNING: Serious error when reading debug info --5291-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --5291-- Last block truncated in .debug_info; ignoring --5291-- WARNING: Serious error when reading debug info --5291-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --5291-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5291-- WARNING: Serious error when reading debug info --5291-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --5291-- Ignoring non-Dwarf2/3/4 block in .debug_info --5291-- WARNING: Serious error when reading debug info --5291-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --5291-- Last block truncated in .debug_info; ignoring --5291-- WARNING: Serious error when reading debug info --5291-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --5291-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==5291== ==5291== HEAP SUMMARY: ==5291== in use at exit: 692,635 bytes in 5,867 blocks ==5291== total heap usage: 289,205 allocs, 283,338 frees, 21,418,860 bytes allocated ==5291== ==5291== LEAK SUMMARY: ==5291== definitely lost: 0 bytes in 0 blocks ==5291== indirectly lost: 0 bytes in 0 blocks ==5291== possibly lost: 432 bytes in 2 blocks ==5291== still reachable: 256,368 bytes in 460 blocks ==5291== of which reachable via heuristic: ==5291== length64 : 4,744 bytes in 76 blocks ==5291== newarray : 2,048 bytes in 48 blocks ==5291== suppressed: 372,811 bytes in 4,922 blocks ==5291== Rerun with --leak-check=full to see details of leaked memory ==5291== ==5291== For counts of detected and suppressed errors, rerun with: -v ==5291== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==536== Memcheck, a memory error detector ==536== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==536== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==536== Command: ./client-test Client::Source::eds_event::testChangesMultiCycles ==536== Parent PID: 96 ==536== --536-- WARNING: Serious error when reading debug info --536-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --536-- Ignoring non-Dwarf2/3/4 block in .debug_info --536-- WARNING: Serious error when reading debug info --536-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --536-- Last block truncated in .debug_info; ignoring --536-- WARNING: Serious error when reading debug info --536-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --536-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --536-- WARNING: Serious error when reading debug info --536-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --536-- Ignoring non-Dwarf2/3/4 block in .debug_info --536-- WARNING: Serious error when reading debug info --536-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --536-- Last block truncated in .debug_info; ignoring --536-- WARNING: Serious error when reading debug info --536-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --536-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --536-- WARNING: Serious error when reading debug info --536-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --536-- Ignoring non-Dwarf2/3/4 block in .debug_info --536-- WARNING: Serious error when reading debug info --536-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --536-- Last block truncated in .debug_info; ignoring --536-- WARNING: Serious error when reading debug info --536-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --536-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --536-- WARNING: Serious error when reading debug info --536-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --536-- Ignoring non-Dwarf2/3/4 block in .debug_info --536-- WARNING: Serious error when reading debug info --536-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --536-- Last block truncated in .debug_info; ignoring --536-- WARNING: Serious error when reading debug info --536-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --536-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --536-- WARNING: Serious error when reading debug info --536-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --536-- Ignoring non-Dwarf2/3/4 block in .debug_info --536-- WARNING: Serious error when reading debug info --536-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --536-- Last block truncated in .debug_info; ignoring --536-- WARNING: Serious error when reading debug info --536-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --536-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --536-- WARNING: Serious error when reading debug info --536-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --536-- Ignoring non-Dwarf2/3/4 block in .debug_info --536-- WARNING: Serious error when reading debug info --536-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --536-- Last block truncated in .debug_info; ignoring --536-- WARNING: Serious error when reading debug info --536-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --536-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --536-- WARNING: Serious error when reading debug info --536-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --536-- Ignoring non-Dwarf2/3/4 block in .debug_info --536-- WARNING: Serious error when reading debug info --536-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --536-- Last block truncated in .debug_info; ignoring --536-- WARNING: Serious error when reading debug info --536-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --536-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --536-- WARNING: Serious error when reading debug info --536-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --536-- Ignoring non-Dwarf2/3/4 block in .debug_info --536-- WARNING: Serious error when reading debug info --536-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --536-- Last block truncated in .debug_info; ignoring --536-- WARNING: Serious error when reading debug info --536-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --536-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --536-- WARNING: Serious error when reading debug info --536-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --536-- Ignoring non-Dwarf2/3/4 block in .debug_info --536-- WARNING: Serious error when reading debug info --536-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --536-- Last block truncated in .debug_info; ignoring --536-- WARNING: Serious error when reading debug info --536-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --536-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --536-- WARNING: Serious error when reading debug info --536-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --536-- Ignoring non-Dwarf2/3/4 block in .debug_info --536-- WARNING: Serious error when reading debug info --536-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --536-- Last block truncated in .debug_info; ignoring --536-- WARNING: Serious error when reading debug info --536-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --536-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --536-- WARNING: Serious error when reading debug info --536-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --536-- Ignoring non-Dwarf2/3/4 block in .debug_info --536-- WARNING: Serious error when reading debug info --536-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --536-- Last block truncated in .debug_info; ignoring --536-- WARNING: Serious error when reading debug info --536-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --536-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --536-- WARNING: Serious error when reading debug info --536-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --536-- Ignoring non-Dwarf2/3/4 block in .debug_info --536-- WARNING: Serious error when reading debug info --536-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --536-- Last block truncated in .debug_info; ignoring --536-- WARNING: Serious error when reading debug info --536-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --536-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --536-- WARNING: Serious error when reading debug info --536-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --536-- Ignoring non-Dwarf2/3/4 block in .debug_info --536-- WARNING: Serious error when reading debug info --536-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --536-- Last block truncated in .debug_info; ignoring --536-- WARNING: Serious error when reading debug info --536-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --536-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==536== ==536== HEAP SUMMARY: ==536== in use at exit: 687,812 bytes in 5,781 blocks ==536== total heap usage: 751,875 allocs, 746,094 frees, 46,155,406 bytes allocated ==536== ==536== LEAK SUMMARY: ==536== definitely lost: 0 bytes in 0 blocks ==536== indirectly lost: 0 bytes in 0 blocks ==536== possibly lost: 1,104 bytes in 4 blocks ==536== still reachable: 261,008 bytes in 568 blocks ==536== of which reachable via heuristic: ==536== length64 : 4,744 bytes in 76 blocks ==536== newarray : 2,048 bytes in 48 blocks ==536== suppressed: 362,676 bytes in 4,726 blocks ==536== Rerun with --leak-check=full to see details of leaked memory ==536== ==536== For counts of detected and suppressed errors, rerun with: -v ==536== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==5370== Memcheck, a memory error detector ==5370== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==5370== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==5370== Command: ./client-test Client::Source::eds_event::LinkedItemsNoTZ::testLinkedItemsUpdateChild ==5370== Parent PID: 96 ==5370== --5370-- WARNING: Serious error when reading debug info --5370-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --5370-- Ignoring non-Dwarf2/3/4 block in .debug_info --5370-- WARNING: Serious error when reading debug info --5370-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --5370-- Last block truncated in .debug_info; ignoring --5370-- WARNING: Serious error when reading debug info --5370-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --5370-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5370-- WARNING: Serious error when reading debug info --5370-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --5370-- Ignoring non-Dwarf2/3/4 block in .debug_info --5370-- WARNING: Serious error when reading debug info --5370-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --5370-- Last block truncated in .debug_info; ignoring --5370-- WARNING: Serious error when reading debug info --5370-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --5370-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5370-- WARNING: Serious error when reading debug info --5370-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --5370-- Ignoring non-Dwarf2/3/4 block in .debug_info --5370-- WARNING: Serious error when reading debug info --5370-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --5370-- Last block truncated in .debug_info; ignoring --5370-- WARNING: Serious error when reading debug info --5370-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --5370-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5370-- WARNING: Serious error when reading debug info --5370-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --5370-- Ignoring non-Dwarf2/3/4 block in .debug_info --5370-- WARNING: Serious error when reading debug info --5370-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --5370-- Last block truncated in .debug_info; ignoring --5370-- WARNING: Serious error when reading debug info --5370-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --5370-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5370-- WARNING: Serious error when reading debug info --5370-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --5370-- Ignoring non-Dwarf2/3/4 block in .debug_info --5370-- WARNING: Serious error when reading debug info --5370-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --5370-- Last block truncated in .debug_info; ignoring --5370-- WARNING: Serious error when reading debug info --5370-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --5370-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5370-- WARNING: Serious error when reading debug info --5370-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --5370-- Ignoring non-Dwarf2/3/4 block in .debug_info --5370-- WARNING: Serious error when reading debug info --5370-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --5370-- Last block truncated in .debug_info; ignoring --5370-- WARNING: Serious error when reading debug info --5370-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --5370-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5370-- WARNING: Serious error when reading debug info --5370-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --5370-- Ignoring non-Dwarf2/3/4 block in .debug_info --5370-- WARNING: Serious error when reading debug info --5370-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --5370-- Last block truncated in .debug_info; ignoring --5370-- WARNING: Serious error when reading debug info --5370-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --5370-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5370-- WARNING: Serious error when reading debug info --5370-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --5370-- Ignoring non-Dwarf2/3/4 block in .debug_info --5370-- WARNING: Serious error when reading debug info --5370-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --5370-- Last block truncated in .debug_info; ignoring --5370-- WARNING: Serious error when reading debug info --5370-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --5370-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5370-- WARNING: Serious error when reading debug info --5370-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --5370-- Ignoring non-Dwarf2/3/4 block in .debug_info --5370-- WARNING: Serious error when reading debug info --5370-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --5370-- Last block truncated in .debug_info; ignoring --5370-- WARNING: Serious error when reading debug info --5370-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --5370-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5370-- WARNING: Serious error when reading debug info --5370-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --5370-- Ignoring non-Dwarf2/3/4 block in .debug_info --5370-- WARNING: Serious error when reading debug info --5370-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --5370-- Last block truncated in .debug_info; ignoring --5370-- WARNING: Serious error when reading debug info --5370-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --5370-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5370-- WARNING: Serious error when reading debug info --5370-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --5370-- Ignoring non-Dwarf2/3/4 block in .debug_info --5370-- WARNING: Serious error when reading debug info --5370-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --5370-- Last block truncated in .debug_info; ignoring --5370-- WARNING: Serious error when reading debug info --5370-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --5370-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5370-- WARNING: Serious error when reading debug info --5370-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --5370-- Ignoring non-Dwarf2/3/4 block in .debug_info --5370-- WARNING: Serious error when reading debug info --5370-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --5370-- Last block truncated in .debug_info; ignoring --5370-- WARNING: Serious error when reading debug info --5370-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --5370-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5370-- WARNING: Serious error when reading debug info --5370-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --5370-- Ignoring non-Dwarf2/3/4 block in .debug_info --5370-- WARNING: Serious error when reading debug info --5370-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --5370-- Last block truncated in .debug_info; ignoring --5370-- WARNING: Serious error when reading debug info --5370-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --5370-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==5370== ==5370== HEAP SUMMARY: ==5370== in use at exit: 690,530 bytes in 5,836 blocks ==5370== total heap usage: 288,888 allocs, 283,052 frees, 21,365,325 bytes allocated ==5370== ==5370== LEAK SUMMARY: ==5370== definitely lost: 0 bytes in 0 blocks ==5370== indirectly lost: 0 bytes in 0 blocks ==5370== possibly lost: 432 bytes in 2 blocks ==5370== still reachable: 255,087 bytes in 434 blocks ==5370== of which reachable via heuristic: ==5370== length64 : 4,744 bytes in 76 blocks ==5370== newarray : 2,048 bytes in 48 blocks ==5370== suppressed: 371,987 bytes in 4,917 blocks ==5370== Rerun with --leak-check=full to see details of leaked memory ==5370== ==5370== For counts of detected and suppressed errors, rerun with: -v ==5370== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==5449== Memcheck, a memory error detector ==5449== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==5449== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==5449== Command: ./client-test Client::Source::eds_event::LinkedItemsNoTZ::testLinkedItemsUpdateChildNoIDs ==5449== Parent PID: 96 ==5449== --5449-- WARNING: Serious error when reading debug info --5449-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --5449-- Ignoring non-Dwarf2/3/4 block in .debug_info --5449-- WARNING: Serious error when reading debug info --5449-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --5449-- Last block truncated in .debug_info; ignoring --5449-- WARNING: Serious error when reading debug info --5449-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --5449-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5449-- WARNING: Serious error when reading debug info --5449-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --5449-- Ignoring non-Dwarf2/3/4 block in .debug_info --5449-- WARNING: Serious error when reading debug info --5449-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --5449-- Last block truncated in .debug_info; ignoring --5449-- WARNING: Serious error when reading debug info --5449-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --5449-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5449-- WARNING: Serious error when reading debug info --5449-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --5449-- Ignoring non-Dwarf2/3/4 block in .debug_info --5449-- WARNING: Serious error when reading debug info --5449-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --5449-- Last block truncated in .debug_info; ignoring --5449-- WARNING: Serious error when reading debug info --5449-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --5449-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5449-- WARNING: Serious error when reading debug info --5449-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --5449-- Ignoring non-Dwarf2/3/4 block in .debug_info --5449-- WARNING: Serious error when reading debug info --5449-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --5449-- Last block truncated in .debug_info; ignoring --5449-- WARNING: Serious error when reading debug info --5449-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --5449-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5449-- WARNING: Serious error when reading debug info --5449-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --5449-- Ignoring non-Dwarf2/3/4 block in .debug_info --5449-- WARNING: Serious error when reading debug info --5449-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --5449-- Last block truncated in .debug_info; ignoring --5449-- WARNING: Serious error when reading debug info --5449-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --5449-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5449-- WARNING: Serious error when reading debug info --5449-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --5449-- Ignoring non-Dwarf2/3/4 block in .debug_info --5449-- WARNING: Serious error when reading debug info --5449-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --5449-- Last block truncated in .debug_info; ignoring --5449-- WARNING: Serious error when reading debug info --5449-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --5449-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5449-- WARNING: Serious error when reading debug info --5449-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --5449-- Ignoring non-Dwarf2/3/4 block in .debug_info --5449-- WARNING: Serious error when reading debug info --5449-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --5449-- Last block truncated in .debug_info; ignoring --5449-- WARNING: Serious error when reading debug info --5449-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --5449-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5449-- WARNING: Serious error when reading debug info --5449-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --5449-- Ignoring non-Dwarf2/3/4 block in .debug_info --5449-- WARNING: Serious error when reading debug info --5449-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --5449-- Last block truncated in .debug_info; ignoring --5449-- WARNING: Serious error when reading debug info --5449-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --5449-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5449-- WARNING: Serious error when reading debug info --5449-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --5449-- Ignoring non-Dwarf2/3/4 block in .debug_info --5449-- WARNING: Serious error when reading debug info --5449-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --5449-- Last block truncated in .debug_info; ignoring --5449-- WARNING: Serious error when reading debug info --5449-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --5449-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5449-- WARNING: Serious error when reading debug info --5449-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --5449-- Ignoring non-Dwarf2/3/4 block in .debug_info --5449-- WARNING: Serious error when reading debug info --5449-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --5449-- Last block truncated in .debug_info; ignoring --5449-- WARNING: Serious error when reading debug info --5449-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --5449-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5449-- WARNING: Serious error when reading debug info --5449-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --5449-- Ignoring non-Dwarf2/3/4 block in .debug_info --5449-- WARNING: Serious error when reading debug info --5449-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --5449-- Last block truncated in .debug_info; ignoring --5449-- WARNING: Serious error when reading debug info --5449-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --5449-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5449-- WARNING: Serious error when reading debug info --5449-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --5449-- Ignoring non-Dwarf2/3/4 block in .debug_info --5449-- WARNING: Serious error when reading debug info --5449-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --5449-- Last block truncated in .debug_info; ignoring --5449-- WARNING: Serious error when reading debug info --5449-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --5449-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5449-- WARNING: Serious error when reading debug info --5449-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --5449-- Ignoring non-Dwarf2/3/4 block in .debug_info --5449-- WARNING: Serious error when reading debug info --5449-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --5449-- Last block truncated in .debug_info; ignoring --5449-- WARNING: Serious error when reading debug info --5449-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --5449-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==5449== ==5449== HEAP SUMMARY: ==5449== in use at exit: 692,635 bytes in 5,867 blocks ==5449== total heap usage: 208,169 allocs, 202,302 frees, 16,387,277 bytes allocated ==5449== ==5449== LEAK SUMMARY: ==5449== definitely lost: 0 bytes in 0 blocks ==5449== indirectly lost: 0 bytes in 0 blocks ==5449== possibly lost: 1,104 bytes in 4 blocks ==5449== still reachable: 264,094 bytes in 616 blocks ==5449== of which reachable via heuristic: ==5449== length64 : 4,744 bytes in 76 blocks ==5449== newarray : 2,048 bytes in 48 blocks ==5449== suppressed: 364,413 bytes in 4,764 blocks ==5449== Rerun with --leak-check=full to see details of leaked memory ==5449== ==5449== For counts of detected and suppressed errors, rerun with: -v ==5449== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==5501== Memcheck, a memory error detector ==5501== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==5501== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==5501== Command: ./client-test Client::Source::eds_event::LinkedItemsNoTZ::testLinkedItemsInsertBothUpdateChild ==5501== Parent PID: 96 ==5501== --5501-- WARNING: Serious error when reading debug info --5501-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --5501-- Ignoring non-Dwarf2/3/4 block in .debug_info --5501-- WARNING: Serious error when reading debug info --5501-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --5501-- Last block truncated in .debug_info; ignoring --5501-- WARNING: Serious error when reading debug info --5501-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --5501-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5501-- WARNING: Serious error when reading debug info --5501-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --5501-- Ignoring non-Dwarf2/3/4 block in .debug_info --5501-- WARNING: Serious error when reading debug info --5501-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --5501-- Last block truncated in .debug_info; ignoring --5501-- WARNING: Serious error when reading debug info --5501-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --5501-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5501-- WARNING: Serious error when reading debug info --5501-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --5501-- Ignoring non-Dwarf2/3/4 block in .debug_info --5501-- WARNING: Serious error when reading debug info --5501-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --5501-- Last block truncated in .debug_info; ignoring --5501-- WARNING: Serious error when reading debug info --5501-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --5501-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5501-- WARNING: Serious error when reading debug info --5501-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --5501-- Ignoring non-Dwarf2/3/4 block in .debug_info --5501-- WARNING: Serious error when reading debug info --5501-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --5501-- Last block truncated in .debug_info; ignoring --5501-- WARNING: Serious error when reading debug info --5501-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --5501-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5501-- WARNING: Serious error when reading debug info --5501-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --5501-- Ignoring non-Dwarf2/3/4 block in .debug_info --5501-- WARNING: Serious error when reading debug info --5501-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --5501-- Last block truncated in .debug_info; ignoring --5501-- WARNING: Serious error when reading debug info --5501-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --5501-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5501-- WARNING: Serious error when reading debug info --5501-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --5501-- Ignoring non-Dwarf2/3/4 block in .debug_info --5501-- WARNING: Serious error when reading debug info --5501-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --5501-- Last block truncated in .debug_info; ignoring --5501-- WARNING: Serious error when reading debug info --5501-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --5501-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5501-- WARNING: Serious error when reading debug info --5501-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --5501-- Ignoring non-Dwarf2/3/4 block in .debug_info --5501-- WARNING: Serious error when reading debug info --5501-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --5501-- Last block truncated in .debug_info; ignoring --5501-- WARNING: Serious error when reading debug info --5501-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --5501-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5501-- WARNING: Serious error when reading debug info --5501-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --5501-- Ignoring non-Dwarf2/3/4 block in .debug_info --5501-- WARNING: Serious error when reading debug info --5501-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --5501-- Last block truncated in .debug_info; ignoring --5501-- WARNING: Serious error when reading debug info --5501-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --5501-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5501-- WARNING: Serious error when reading debug info --5501-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --5501-- Ignoring non-Dwarf2/3/4 block in .debug_info --5501-- WARNING: Serious error when reading debug info --5501-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --5501-- Last block truncated in .debug_info; ignoring --5501-- WARNING: Serious error when reading debug info --5501-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --5501-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5501-- WARNING: Serious error when reading debug info --5501-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --5501-- Ignoring non-Dwarf2/3/4 block in .debug_info --5501-- WARNING: Serious error when reading debug info --5501-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --5501-- Last block truncated in .debug_info; ignoring --5501-- WARNING: Serious error when reading debug info --5501-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --5501-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5501-- WARNING: Serious error when reading debug info --5501-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --5501-- Ignoring non-Dwarf2/3/4 block in .debug_info --5501-- WARNING: Serious error when reading debug info --5501-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --5501-- Last block truncated in .debug_info; ignoring --5501-- WARNING: Serious error when reading debug info --5501-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --5501-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5501-- WARNING: Serious error when reading debug info --5501-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --5501-- Ignoring non-Dwarf2/3/4 block in .debug_info --5501-- WARNING: Serious error when reading debug info --5501-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --5501-- Last block truncated in .debug_info; ignoring --5501-- WARNING: Serious error when reading debug info --5501-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --5501-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5501-- WARNING: Serious error when reading debug info --5501-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --5501-- Ignoring non-Dwarf2/3/4 block in .debug_info --5501-- WARNING: Serious error when reading debug info --5501-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --5501-- Last block truncated in .debug_info; ignoring --5501-- WARNING: Serious error when reading debug info --5501-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --5501-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==5501== ==5501== HEAP SUMMARY: ==5501== in use at exit: 692,567 bytes in 5,867 blocks ==5501== total heap usage: 354,468 allocs, 348,601 frees, 25,406,558 bytes allocated ==5501== ==5501== LEAK SUMMARY: ==5501== definitely lost: 0 bytes in 0 blocks ==5501== indirectly lost: 0 bytes in 0 blocks ==5501== possibly lost: 1,104 bytes in 4 blocks ==5501== still reachable: 264,330 bytes in 614 blocks ==5501== of which reachable via heuristic: ==5501== length64 : 4,744 bytes in 76 blocks ==5501== newarray : 2,048 bytes in 48 blocks ==5501== suppressed: 364,109 bytes in 4,766 blocks ==5501== Rerun with --leak-check=full to see details of leaked memory ==5501== ==5501== For counts of detected and suppressed errors, rerun with: -v ==5501== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==5595== Memcheck, a memory error detector ==5595== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==5595== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==5595== Command: ./client-test Client::Source::eds_event::LinkedItemsNoTZ::testLinkedItemsInsertBothUpdateParent ==5595== Parent PID: 96 ==5595== --5595-- WARNING: Serious error when reading debug info --5595-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --5595-- Ignoring non-Dwarf2/3/4 block in .debug_info --5595-- WARNING: Serious error when reading debug info --5595-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --5595-- Last block truncated in .debug_info; ignoring --5595-- WARNING: Serious error when reading debug info --5595-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --5595-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5595-- WARNING: Serious error when reading debug info --5595-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --5595-- Ignoring non-Dwarf2/3/4 block in .debug_info --5595-- WARNING: Serious error when reading debug info --5595-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --5595-- Last block truncated in .debug_info; ignoring --5595-- WARNING: Serious error when reading debug info --5595-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --5595-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5595-- WARNING: Serious error when reading debug info --5595-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --5595-- Ignoring non-Dwarf2/3/4 block in .debug_info --5595-- WARNING: Serious error when reading debug info --5595-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --5595-- Last block truncated in .debug_info; ignoring --5595-- WARNING: Serious error when reading debug info --5595-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --5595-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5595-- WARNING: Serious error when reading debug info --5595-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --5595-- Ignoring non-Dwarf2/3/4 block in .debug_info --5595-- WARNING: Serious error when reading debug info --5595-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --5595-- Last block truncated in .debug_info; ignoring --5595-- WARNING: Serious error when reading debug info --5595-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --5595-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5595-- WARNING: Serious error when reading debug info --5595-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --5595-- Ignoring non-Dwarf2/3/4 block in .debug_info --5595-- WARNING: Serious error when reading debug info --5595-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --5595-- Last block truncated in .debug_info; ignoring --5595-- WARNING: Serious error when reading debug info --5595-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --5595-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5595-- WARNING: Serious error when reading debug info --5595-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --5595-- Ignoring non-Dwarf2/3/4 block in .debug_info --5595-- WARNING: Serious error when reading debug info --5595-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --5595-- Last block truncated in .debug_info; ignoring --5595-- WARNING: Serious error when reading debug info --5595-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --5595-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5595-- WARNING: Serious error when reading debug info --5595-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --5595-- Ignoring non-Dwarf2/3/4 block in .debug_info --5595-- WARNING: Serious error when reading debug info --5595-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --5595-- Last block truncated in .debug_info; ignoring --5595-- WARNING: Serious error when reading debug info --5595-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --5595-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5595-- WARNING: Serious error when reading debug info --5595-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --5595-- Ignoring non-Dwarf2/3/4 block in .debug_info --5595-- WARNING: Serious error when reading debug info --5595-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --5595-- Last block truncated in .debug_info; ignoring --5595-- WARNING: Serious error when reading debug info --5595-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --5595-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5595-- WARNING: Serious error when reading debug info --5595-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --5595-- Ignoring non-Dwarf2/3/4 block in .debug_info --5595-- WARNING: Serious error when reading debug info --5595-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --5595-- Last block truncated in .debug_info; ignoring --5595-- WARNING: Serious error when reading debug info --5595-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --5595-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5595-- WARNING: Serious error when reading debug info --5595-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --5595-- Ignoring non-Dwarf2/3/4 block in .debug_info --5595-- WARNING: Serious error when reading debug info --5595-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --5595-- Last block truncated in .debug_info; ignoring --5595-- WARNING: Serious error when reading debug info --5595-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --5595-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5595-- WARNING: Serious error when reading debug info --5595-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --5595-- Ignoring non-Dwarf2/3/4 block in .debug_info --5595-- WARNING: Serious error when reading debug info --5595-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --5595-- Last block truncated in .debug_info; ignoring --5595-- WARNING: Serious error when reading debug info --5595-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --5595-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5595-- WARNING: Serious error when reading debug info --5595-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --5595-- Ignoring non-Dwarf2/3/4 block in .debug_info --5595-- WARNING: Serious error when reading debug info --5595-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --5595-- Last block truncated in .debug_info; ignoring --5595-- WARNING: Serious error when reading debug info --5595-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --5595-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5595-- WARNING: Serious error when reading debug info --5595-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --5595-- Ignoring non-Dwarf2/3/4 block in .debug_info --5595-- WARNING: Serious error when reading debug info --5595-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --5595-- Last block truncated in .debug_info; ignoring --5595-- WARNING: Serious error when reading debug info --5595-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --5595-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==5595== ==5595== HEAP SUMMARY: ==5595== in use at exit: 692,511 bytes in 5,865 blocks ==5595== total heap usage: 355,183 allocs, 349,318 frees, 25,461,093 bytes allocated ==5595== ==5595== LEAK SUMMARY: ==5595== definitely lost: 0 bytes in 0 blocks ==5595== indirectly lost: 0 bytes in 0 blocks ==5595== possibly lost: 1,104 bytes in 4 blocks ==5595== still reachable: 264,017 bytes in 608 blocks ==5595== of which reachable via heuristic: ==5595== length64 : 4,744 bytes in 76 blocks ==5595== newarray : 2,048 bytes in 48 blocks ==5595== suppressed: 364,366 bytes in 4,770 blocks ==5595== Rerun with --leak-check=full to see details of leaked memory ==5595== ==5595== For counts of detected and suppressed errors, rerun with: -v ==5595== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==5690== Memcheck, a memory error detector ==5690== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==5690== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==5690== Command: ./client-test Client::Source::eds_task::testOpen ==5690== Parent PID: 96 ==5690== --5690-- WARNING: Serious error when reading debug info --5690-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --5690-- Ignoring non-Dwarf2/3/4 block in .debug_info --5690-- WARNING: Serious error when reading debug info --5690-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --5690-- Last block truncated in .debug_info; ignoring --5690-- WARNING: Serious error when reading debug info --5690-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --5690-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5690-- WARNING: Serious error when reading debug info --5690-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --5690-- Ignoring non-Dwarf2/3/4 block in .debug_info --5690-- WARNING: Serious error when reading debug info --5690-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --5690-- Last block truncated in .debug_info; ignoring --5690-- WARNING: Serious error when reading debug info --5690-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --5690-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5690-- WARNING: Serious error when reading debug info --5690-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --5690-- Ignoring non-Dwarf2/3/4 block in .debug_info --5690-- WARNING: Serious error when reading debug info --5690-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --5690-- Last block truncated in .debug_info; ignoring --5690-- WARNING: Serious error when reading debug info --5690-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --5690-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5690-- WARNING: Serious error when reading debug info --5690-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --5690-- Ignoring non-Dwarf2/3/4 block in .debug_info --5690-- WARNING: Serious error when reading debug info --5690-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --5690-- Last block truncated in .debug_info; ignoring --5690-- WARNING: Serious error when reading debug info --5690-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --5690-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5690-- WARNING: Serious error when reading debug info --5690-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --5690-- Ignoring non-Dwarf2/3/4 block in .debug_info --5690-- WARNING: Serious error when reading debug info --5690-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --5690-- Last block truncated in .debug_info; ignoring --5690-- WARNING: Serious error when reading debug info --5690-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --5690-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5690-- WARNING: Serious error when reading debug info --5690-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --5690-- Ignoring non-Dwarf2/3/4 block in .debug_info --5690-- WARNING: Serious error when reading debug info --5690-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --5690-- Last block truncated in .debug_info; ignoring --5690-- WARNING: Serious error when reading debug info --5690-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --5690-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5690-- WARNING: Serious error when reading debug info --5690-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --5690-- Ignoring non-Dwarf2/3/4 block in .debug_info --5690-- WARNING: Serious error when reading debug info --5690-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --5690-- Last block truncated in .debug_info; ignoring --5690-- WARNING: Serious error when reading debug info --5690-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --5690-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5690-- WARNING: Serious error when reading debug info --5690-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --5690-- Ignoring non-Dwarf2/3/4 block in .debug_info --5690-- WARNING: Serious error when reading debug info --5690-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --5690-- Last block truncated in .debug_info; ignoring --5690-- WARNING: Serious error when reading debug info --5690-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --5690-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5690-- WARNING: Serious error when reading debug info --5690-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --5690-- Ignoring non-Dwarf2/3/4 block in .debug_info --5690-- WARNING: Serious error when reading debug info --5690-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --5690-- Last block truncated in .debug_info; ignoring --5690-- WARNING: Serious error when reading debug info --5690-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --5690-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5690-- WARNING: Serious error when reading debug info --5690-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --5690-- Ignoring non-Dwarf2/3/4 block in .debug_info --5690-- WARNING: Serious error when reading debug info --5690-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --5690-- Last block truncated in .debug_info; ignoring --5690-- WARNING: Serious error when reading debug info --5690-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --5690-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5690-- WARNING: Serious error when reading debug info --5690-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --5690-- Ignoring non-Dwarf2/3/4 block in .debug_info --5690-- WARNING: Serious error when reading debug info --5690-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --5690-- Last block truncated in .debug_info; ignoring --5690-- WARNING: Serious error when reading debug info --5690-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --5690-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5690-- WARNING: Serious error when reading debug info --5690-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --5690-- Ignoring non-Dwarf2/3/4 block in .debug_info --5690-- WARNING: Serious error when reading debug info --5690-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --5690-- Last block truncated in .debug_info; ignoring --5690-- WARNING: Serious error when reading debug info --5690-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --5690-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5690-- WARNING: Serious error when reading debug info --5690-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --5690-- Ignoring non-Dwarf2/3/4 block in .debug_info --5690-- WARNING: Serious error when reading debug info --5690-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --5690-- Last block truncated in .debug_info; ignoring --5690-- WARNING: Serious error when reading debug info --5690-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --5690-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==5690== ==5690== HEAP SUMMARY: ==5690== in use at exit: 684,852 bytes in 5,735 blocks ==5690== total heap usage: 87,880 allocs, 82,145 frees, 9,106,097 bytes allocated ==5690== ==5690== LEAK SUMMARY: ==5690== definitely lost: 0 bytes in 0 blocks ==5690== indirectly lost: 0 bytes in 0 blocks ==5690== possibly lost: 432 bytes in 2 blocks ==5690== still reachable: 254,374 bytes in 394 blocks ==5690== of which reachable via heuristic: ==5690== length64 : 4,504 bytes in 73 blocks ==5690== newarray : 2,032 bytes in 47 blocks ==5690== suppressed: 368,470 bytes in 4,872 blocks ==5690== Rerun with --leak-check=full to see details of leaked memory ==5690== ==5690== For counts of detected and suppressed errors, rerun with: -v ==5690== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==5707== Memcheck, a memory error detector ==5707== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==5707== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==5707== Command: ./client-test Client::Source::eds_task::testIterateTwice ==5707== Parent PID: 96 ==5707== --5707-- WARNING: Serious error when reading debug info --5707-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --5707-- Ignoring non-Dwarf2/3/4 block in .debug_info --5707-- WARNING: Serious error when reading debug info --5707-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --5707-- Last block truncated in .debug_info; ignoring --5707-- WARNING: Serious error when reading debug info --5707-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --5707-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5707-- WARNING: Serious error when reading debug info --5707-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --5707-- Ignoring non-Dwarf2/3/4 block in .debug_info --5707-- WARNING: Serious error when reading debug info --5707-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --5707-- Last block truncated in .debug_info; ignoring --5707-- WARNING: Serious error when reading debug info --5707-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --5707-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5707-- WARNING: Serious error when reading debug info --5707-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --5707-- Ignoring non-Dwarf2/3/4 block in .debug_info --5707-- WARNING: Serious error when reading debug info --5707-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --5707-- Last block truncated in .debug_info; ignoring --5707-- WARNING: Serious error when reading debug info --5707-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --5707-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5707-- WARNING: Serious error when reading debug info --5707-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --5707-- Ignoring non-Dwarf2/3/4 block in .debug_info --5707-- WARNING: Serious error when reading debug info --5707-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --5707-- Last block truncated in .debug_info; ignoring --5707-- WARNING: Serious error when reading debug info --5707-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --5707-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5707-- WARNING: Serious error when reading debug info --5707-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --5707-- Ignoring non-Dwarf2/3/4 block in .debug_info --5707-- WARNING: Serious error when reading debug info --5707-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --5707-- Last block truncated in .debug_info; ignoring --5707-- WARNING: Serious error when reading debug info --5707-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --5707-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5707-- WARNING: Serious error when reading debug info --5707-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --5707-- Ignoring non-Dwarf2/3/4 block in .debug_info --5707-- WARNING: Serious error when reading debug info --5707-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --5707-- Last block truncated in .debug_info; ignoring --5707-- WARNING: Serious error when reading debug info --5707-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --5707-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5707-- WARNING: Serious error when reading debug info --5707-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --5707-- Ignoring non-Dwarf2/3/4 block in .debug_info --5707-- WARNING: Serious error when reading debug info --5707-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --5707-- Last block truncated in .debug_info; ignoring --5707-- WARNING: Serious error when reading debug info --5707-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --5707-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5707-- WARNING: Serious error when reading debug info --5707-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --5707-- Ignoring non-Dwarf2/3/4 block in .debug_info --5707-- WARNING: Serious error when reading debug info --5707-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --5707-- Last block truncated in .debug_info; ignoring --5707-- WARNING: Serious error when reading debug info --5707-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --5707-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5707-- WARNING: Serious error when reading debug info --5707-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --5707-- Ignoring non-Dwarf2/3/4 block in .debug_info --5707-- WARNING: Serious error when reading debug info --5707-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --5707-- Last block truncated in .debug_info; ignoring --5707-- WARNING: Serious error when reading debug info --5707-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --5707-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5707-- WARNING: Serious error when reading debug info --5707-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --5707-- Ignoring non-Dwarf2/3/4 block in .debug_info --5707-- WARNING: Serious error when reading debug info --5707-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --5707-- Last block truncated in .debug_info; ignoring --5707-- WARNING: Serious error when reading debug info --5707-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --5707-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5707-- WARNING: Serious error when reading debug info --5707-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --5707-- Ignoring non-Dwarf2/3/4 block in .debug_info --5707-- WARNING: Serious error when reading debug info --5707-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --5707-- Last block truncated in .debug_info; ignoring --5707-- WARNING: Serious error when reading debug info --5707-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --5707-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5707-- WARNING: Serious error when reading debug info --5707-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --5707-- Ignoring non-Dwarf2/3/4 block in .debug_info --5707-- WARNING: Serious error when reading debug info --5707-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --5707-- Last block truncated in .debug_info; ignoring --5707-- WARNING: Serious error when reading debug info --5707-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --5707-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5707-- WARNING: Serious error when reading debug info --5707-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --5707-- Ignoring non-Dwarf2/3/4 block in .debug_info --5707-- WARNING: Serious error when reading debug info --5707-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --5707-- Last block truncated in .debug_info; ignoring --5707-- WARNING: Serious error when reading debug info --5707-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --5707-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==5707== ==5707== HEAP SUMMARY: ==5707== in use at exit: 688,726 bytes in 5,804 blocks ==5707== total heap usage: 91,748 allocs, 85,944 frees, 9,295,284 bytes allocated ==5707== ==5707== LEAK SUMMARY: ==5707== definitely lost: 0 bytes in 0 blocks ==5707== indirectly lost: 0 bytes in 0 blocks ==5707== possibly lost: 1,104 bytes in 4 blocks ==5707== still reachable: 261,185 bytes in 568 blocks ==5707== of which reachable via heuristic: ==5707== length64 : 4,744 bytes in 76 blocks ==5707== newarray : 2,048 bytes in 48 blocks ==5707== suppressed: 363,413 bytes in 4,749 blocks ==5707== Rerun with --leak-check=full to see details of leaked memory ==5707== ==5707== For counts of detected and suppressed errors, rerun with: -v ==5707== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==5725== Memcheck, a memory error detector ==5725== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==5725== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==5725== Command: ./client-test Client::Source::eds_task::testDelete404 ==5725== Parent PID: 96 ==5725== --5725-- WARNING: Serious error when reading debug info --5725-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --5725-- Ignoring non-Dwarf2/3/4 block in .debug_info --5725-- WARNING: Serious error when reading debug info --5725-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --5725-- Last block truncated in .debug_info; ignoring --5725-- WARNING: Serious error when reading debug info --5725-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --5725-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5725-- WARNING: Serious error when reading debug info --5725-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --5725-- Ignoring non-Dwarf2/3/4 block in .debug_info --5725-- WARNING: Serious error when reading debug info --5725-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --5725-- Last block truncated in .debug_info; ignoring --5725-- WARNING: Serious error when reading debug info --5725-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --5725-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5725-- WARNING: Serious error when reading debug info --5725-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --5725-- Ignoring non-Dwarf2/3/4 block in .debug_info --5725-- WARNING: Serious error when reading debug info --5725-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --5725-- Last block truncated in .debug_info; ignoring --5725-- WARNING: Serious error when reading debug info --5725-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --5725-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5725-- WARNING: Serious error when reading debug info --5725-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --5725-- Ignoring non-Dwarf2/3/4 block in .debug_info --5725-- WARNING: Serious error when reading debug info --5725-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --5725-- Last block truncated in .debug_info; ignoring --5725-- WARNING: Serious error when reading debug info --5725-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --5725-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5725-- WARNING: Serious error when reading debug info --5725-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --5725-- Ignoring non-Dwarf2/3/4 block in .debug_info --5725-- WARNING: Serious error when reading debug info --5725-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --5725-- Last block truncated in .debug_info; ignoring --5725-- WARNING: Serious error when reading debug info --5725-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --5725-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5725-- WARNING: Serious error when reading debug info --5725-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --5725-- Ignoring non-Dwarf2/3/4 block in .debug_info --5725-- WARNING: Serious error when reading debug info --5725-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --5725-- Last block truncated in .debug_info; ignoring --5725-- WARNING: Serious error when reading debug info --5725-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --5725-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5725-- WARNING: Serious error when reading debug info --5725-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --5725-- Ignoring non-Dwarf2/3/4 block in .debug_info --5725-- WARNING: Serious error when reading debug info --5725-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --5725-- Last block truncated in .debug_info; ignoring --5725-- WARNING: Serious error when reading debug info --5725-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --5725-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5725-- WARNING: Serious error when reading debug info --5725-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --5725-- Ignoring non-Dwarf2/3/4 block in .debug_info --5725-- WARNING: Serious error when reading debug info --5725-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --5725-- Last block truncated in .debug_info; ignoring --5725-- WARNING: Serious error when reading debug info --5725-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --5725-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5725-- WARNING: Serious error when reading debug info --5725-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --5725-- Ignoring non-Dwarf2/3/4 block in .debug_info --5725-- WARNING: Serious error when reading debug info --5725-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --5725-- Last block truncated in .debug_info; ignoring --5725-- WARNING: Serious error when reading debug info --5725-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --5725-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5725-- WARNING: Serious error when reading debug info --5725-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --5725-- Ignoring non-Dwarf2/3/4 block in .debug_info --5725-- WARNING: Serious error when reading debug info --5725-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --5725-- Last block truncated in .debug_info; ignoring --5725-- WARNING: Serious error when reading debug info --5725-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --5725-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5725-- WARNING: Serious error when reading debug info --5725-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --5725-- Ignoring non-Dwarf2/3/4 block in .debug_info --5725-- WARNING: Serious error when reading debug info --5725-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --5725-- Last block truncated in .debug_info; ignoring --5725-- WARNING: Serious error when reading debug info --5725-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --5725-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5725-- WARNING: Serious error when reading debug info --5725-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --5725-- Ignoring non-Dwarf2/3/4 block in .debug_info --5725-- WARNING: Serious error when reading debug info --5725-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --5725-- Last block truncated in .debug_info; ignoring --5725-- WARNING: Serious error when reading debug info --5725-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --5725-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5725-- WARNING: Serious error when reading debug info --5725-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --5725-- Ignoring non-Dwarf2/3/4 block in .debug_info --5725-- WARNING: Serious error when reading debug info --5725-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --5725-- Last block truncated in .debug_info; ignoring --5725-- WARNING: Serious error when reading debug info --5725-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --5725-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==5725== ==5725== HEAP SUMMARY: ==5725== in use at exit: 689,720 bytes in 5,849 blocks ==5725== total heap usage: 91,736 allocs, 85,887 frees, 9,287,908 bytes allocated ==5725== ==5725== LEAK SUMMARY: ==5725== definitely lost: 0 bytes in 0 blocks ==5725== indirectly lost: 0 bytes in 0 blocks ==5725== possibly lost: 1,104 bytes in 4 blocks ==5725== still reachable: 260,404 bytes in 547 blocks ==5725== of which reachable via heuristic: ==5725== length64 : 4,744 bytes in 76 blocks ==5725== newarray : 2,048 bytes in 48 blocks ==5725== suppressed: 365,188 bytes in 4,815 blocks ==5725== Rerun with --leak-check=full to see details of leaked memory ==5725== ==5725== For counts of detected and suppressed errors, rerun with: -v ==5725== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==5743== Memcheck, a memory error detector ==5743== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==5743== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==5743== Command: ./client-test Client::Source::eds_task::testReadItem404 ==5743== Parent PID: 96 ==5743== --5743-- WARNING: Serious error when reading debug info --5743-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --5743-- Ignoring non-Dwarf2/3/4 block in .debug_info --5743-- WARNING: Serious error when reading debug info --5743-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --5743-- Last block truncated in .debug_info; ignoring --5743-- WARNING: Serious error when reading debug info --5743-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --5743-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5743-- WARNING: Serious error when reading debug info --5743-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --5743-- Ignoring non-Dwarf2/3/4 block in .debug_info --5743-- WARNING: Serious error when reading debug info --5743-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --5743-- Last block truncated in .debug_info; ignoring --5743-- WARNING: Serious error when reading debug info --5743-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --5743-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5743-- WARNING: Serious error when reading debug info --5743-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --5743-- Ignoring non-Dwarf2/3/4 block in .debug_info --5743-- WARNING: Serious error when reading debug info --5743-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --5743-- Last block truncated in .debug_info; ignoring --5743-- WARNING: Serious error when reading debug info --5743-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --5743-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5743-- WARNING: Serious error when reading debug info --5743-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --5743-- Ignoring non-Dwarf2/3/4 block in .debug_info --5743-- WARNING: Serious error when reading debug info --5743-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --5743-- Last block truncated in .debug_info; ignoring --5743-- WARNING: Serious error when reading debug info --5743-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --5743-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5743-- WARNING: Serious error when reading debug info --5743-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --5743-- Ignoring non-Dwarf2/3/4 block in .debug_info --5743-- WARNING: Serious error when reading debug info --5743-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --5743-- Last block truncated in .debug_info; ignoring --5743-- WARNING: Serious error when reading debug info --5743-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --5743-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5743-- WARNING: Serious error when reading debug info --5743-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --5743-- Ignoring non-Dwarf2/3/4 block in .debug_info --5743-- WARNING: Serious error when reading debug info --5743-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --5743-- Last block truncated in .debug_info; ignoring --5743-- WARNING: Serious error when reading debug info --5743-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --5743-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5743-- WARNING: Serious error when reading debug info --5743-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --5743-- Ignoring non-Dwarf2/3/4 block in .debug_info --5743-- WARNING: Serious error when reading debug info --5743-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --5743-- Last block truncated in .debug_info; ignoring --5743-- WARNING: Serious error when reading debug info --5743-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --5743-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5743-- WARNING: Serious error when reading debug info --5743-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --5743-- Ignoring non-Dwarf2/3/4 block in .debug_info --5743-- WARNING: Serious error when reading debug info --5743-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --5743-- Last block truncated in .debug_info; ignoring --5743-- WARNING: Serious error when reading debug info --5743-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --5743-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5743-- WARNING: Serious error when reading debug info --5743-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --5743-- Ignoring non-Dwarf2/3/4 block in .debug_info --5743-- WARNING: Serious error when reading debug info --5743-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --5743-- Last block truncated in .debug_info; ignoring --5743-- WARNING: Serious error when reading debug info --5743-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --5743-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5743-- WARNING: Serious error when reading debug info --5743-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --5743-- Ignoring non-Dwarf2/3/4 block in .debug_info --5743-- WARNING: Serious error when reading debug info --5743-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --5743-- Last block truncated in .debug_info; ignoring --5743-- WARNING: Serious error when reading debug info --5743-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --5743-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5743-- WARNING: Serious error when reading debug info --5743-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --5743-- Ignoring non-Dwarf2/3/4 block in .debug_info --5743-- WARNING: Serious error when reading debug info --5743-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --5743-- Last block truncated in .debug_info; ignoring --5743-- WARNING: Serious error when reading debug info --5743-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --5743-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5743-- WARNING: Serious error when reading debug info --5743-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --5743-- Ignoring non-Dwarf2/3/4 block in .debug_info --5743-- WARNING: Serious error when reading debug info --5743-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --5743-- Last block truncated in .debug_info; ignoring --5743-- WARNING: Serious error when reading debug info --5743-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --5743-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5743-- WARNING: Serious error when reading debug info --5743-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --5743-- Ignoring non-Dwarf2/3/4 block in .debug_info --5743-- WARNING: Serious error when reading debug info --5743-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --5743-- Last block truncated in .debug_info; ignoring --5743-- WARNING: Serious error when reading debug info --5743-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --5743-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==5743== ==5743== HEAP SUMMARY: ==5743== in use at exit: 686,885 bytes in 5,776 blocks ==5743== total heap usage: 91,671 allocs, 85,895 frees, 9,285,882 bytes allocated ==5743== ==5743== LEAK SUMMARY: ==5743== definitely lost: 0 bytes in 0 blocks ==5743== indirectly lost: 0 bytes in 0 blocks ==5743== possibly lost: 1,104 bytes in 4 blocks ==5743== still reachable: 259,840 bytes in 541 blocks ==5743== of which reachable via heuristic: ==5743== length64 : 4,744 bytes in 76 blocks ==5743== newarray : 2,048 bytes in 48 blocks ==5743== suppressed: 362,917 bytes in 4,748 blocks ==5743== Rerun with --leak-check=full to see details of leaked memory ==5743== ==5743== For counts of detected and suppressed errors, rerun with: -v ==5743== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==5761== Memcheck, a memory error detector ==5761== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==5761== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==5761== Command: ./client-test Client::Source::eds_task::testSimpleInsert ==5761== Parent PID: 96 ==5761== --5761-- WARNING: Serious error when reading debug info --5761-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --5761-- Ignoring non-Dwarf2/3/4 block in .debug_info --5761-- WARNING: Serious error when reading debug info --5761-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --5761-- Last block truncated in .debug_info; ignoring --5761-- WARNING: Serious error when reading debug info --5761-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --5761-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5761-- WARNING: Serious error when reading debug info --5761-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --5761-- Ignoring non-Dwarf2/3/4 block in .debug_info --5761-- WARNING: Serious error when reading debug info --5761-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --5761-- Last block truncated in .debug_info; ignoring --5761-- WARNING: Serious error when reading debug info --5761-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --5761-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5761-- WARNING: Serious error when reading debug info --5761-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --5761-- Ignoring non-Dwarf2/3/4 block in .debug_info --5761-- WARNING: Serious error when reading debug info --5761-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --5761-- Last block truncated in .debug_info; ignoring --5761-- WARNING: Serious error when reading debug info --5761-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --5761-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5761-- WARNING: Serious error when reading debug info --5761-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --5761-- Ignoring non-Dwarf2/3/4 block in .debug_info --5761-- WARNING: Serious error when reading debug info --5761-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --5761-- Last block truncated in .debug_info; ignoring --5761-- WARNING: Serious error when reading debug info --5761-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --5761-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5761-- WARNING: Serious error when reading debug info --5761-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --5761-- Ignoring non-Dwarf2/3/4 block in .debug_info --5761-- WARNING: Serious error when reading debug info --5761-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --5761-- Last block truncated in .debug_info; ignoring --5761-- WARNING: Serious error when reading debug info --5761-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --5761-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5761-- WARNING: Serious error when reading debug info --5761-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --5761-- Ignoring non-Dwarf2/3/4 block in .debug_info --5761-- WARNING: Serious error when reading debug info --5761-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --5761-- Last block truncated in .debug_info; ignoring --5761-- WARNING: Serious error when reading debug info --5761-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --5761-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5761-- WARNING: Serious error when reading debug info --5761-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --5761-- Ignoring non-Dwarf2/3/4 block in .debug_info --5761-- WARNING: Serious error when reading debug info --5761-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --5761-- Last block truncated in .debug_info; ignoring --5761-- WARNING: Serious error when reading debug info --5761-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --5761-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5761-- WARNING: Serious error when reading debug info --5761-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --5761-- Ignoring non-Dwarf2/3/4 block in .debug_info --5761-- WARNING: Serious error when reading debug info --5761-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --5761-- Last block truncated in .debug_info; ignoring --5761-- WARNING: Serious error when reading debug info --5761-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --5761-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5761-- WARNING: Serious error when reading debug info --5761-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --5761-- Ignoring non-Dwarf2/3/4 block in .debug_info --5761-- WARNING: Serious error when reading debug info --5761-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --5761-- Last block truncated in .debug_info; ignoring --5761-- WARNING: Serious error when reading debug info --5761-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --5761-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5761-- WARNING: Serious error when reading debug info --5761-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --5761-- Ignoring non-Dwarf2/3/4 block in .debug_info --5761-- WARNING: Serious error when reading debug info --5761-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --5761-- Last block truncated in .debug_info; ignoring --5761-- WARNING: Serious error when reading debug info --5761-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --5761-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5761-- WARNING: Serious error when reading debug info --5761-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --5761-- Ignoring non-Dwarf2/3/4 block in .debug_info --5761-- WARNING: Serious error when reading debug info --5761-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --5761-- Last block truncated in .debug_info; ignoring --5761-- WARNING: Serious error when reading debug info --5761-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --5761-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5761-- WARNING: Serious error when reading debug info --5761-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --5761-- Ignoring non-Dwarf2/3/4 block in .debug_info --5761-- WARNING: Serious error when reading debug info --5761-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --5761-- Last block truncated in .debug_info; ignoring --5761-- WARNING: Serious error when reading debug info --5761-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --5761-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5761-- WARNING: Serious error when reading debug info --5761-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --5761-- Ignoring non-Dwarf2/3/4 block in .debug_info --5761-- WARNING: Serious error when reading debug info --5761-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --5761-- Last block truncated in .debug_info; ignoring --5761-- WARNING: Serious error when reading debug info --5761-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --5761-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==5761== ==5761== HEAP SUMMARY: ==5761== in use at exit: 688,936 bytes in 5,831 blocks ==5761== total heap usage: 113,990 allocs, 108,159 frees, 10,583,182 bytes allocated ==5761== ==5761== LEAK SUMMARY: ==5761== definitely lost: 0 bytes in 0 blocks ==5761== indirectly lost: 0 bytes in 0 blocks ==5761== possibly lost: 1,104 bytes in 4 blocks ==5761== still reachable: 259,988 bytes in 543 blocks ==5761== of which reachable via heuristic: ==5761== length64 : 4,744 bytes in 76 blocks ==5761== newarray : 2,048 bytes in 48 blocks ==5761== suppressed: 364,820 bytes in 4,801 blocks ==5761== Rerun with --leak-check=full to see details of leaked memory ==5761== ==5761== For counts of detected and suppressed errors, rerun with: -v ==5761== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==5791== Memcheck, a memory error detector ==5791== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==5791== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==5791== Command: ./client-test Client::Source::eds_task::testLocalDeleteAll ==5791== Parent PID: 96 ==5791== --5791-- WARNING: Serious error when reading debug info --5791-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --5791-- Ignoring non-Dwarf2/3/4 block in .debug_info --5791-- WARNING: Serious error when reading debug info --5791-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --5791-- Last block truncated in .debug_info; ignoring --5791-- WARNING: Serious error when reading debug info --5791-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --5791-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5791-- WARNING: Serious error when reading debug info --5791-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --5791-- Ignoring non-Dwarf2/3/4 block in .debug_info --5791-- WARNING: Serious error when reading debug info --5791-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --5791-- Last block truncated in .debug_info; ignoring --5791-- WARNING: Serious error when reading debug info --5791-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --5791-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5791-- WARNING: Serious error when reading debug info --5791-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --5791-- Ignoring non-Dwarf2/3/4 block in .debug_info --5791-- WARNING: Serious error when reading debug info --5791-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --5791-- Last block truncated in .debug_info; ignoring --5791-- WARNING: Serious error when reading debug info --5791-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --5791-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5791-- WARNING: Serious error when reading debug info --5791-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --5791-- Ignoring non-Dwarf2/3/4 block in .debug_info --5791-- WARNING: Serious error when reading debug info --5791-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --5791-- Last block truncated in .debug_info; ignoring --5791-- WARNING: Serious error when reading debug info --5791-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --5791-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5791-- WARNING: Serious error when reading debug info --5791-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --5791-- Ignoring non-Dwarf2/3/4 block in .debug_info --5791-- WARNING: Serious error when reading debug info --5791-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --5791-- Last block truncated in .debug_info; ignoring --5791-- WARNING: Serious error when reading debug info --5791-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --5791-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5791-- WARNING: Serious error when reading debug info --5791-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --5791-- Ignoring non-Dwarf2/3/4 block in .debug_info --5791-- WARNING: Serious error when reading debug info --5791-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --5791-- Last block truncated in .debug_info; ignoring --5791-- WARNING: Serious error when reading debug info --5791-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --5791-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5791-- WARNING: Serious error when reading debug info --5791-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --5791-- Ignoring non-Dwarf2/3/4 block in .debug_info --5791-- WARNING: Serious error when reading debug info --5791-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --5791-- Last block truncated in .debug_info; ignoring --5791-- WARNING: Serious error when reading debug info --5791-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --5791-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5791-- WARNING: Serious error when reading debug info --5791-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --5791-- Ignoring non-Dwarf2/3/4 block in .debug_info --5791-- WARNING: Serious error when reading debug info --5791-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --5791-- Last block truncated in .debug_info; ignoring --5791-- WARNING: Serious error when reading debug info --5791-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --5791-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5791-- WARNING: Serious error when reading debug info --5791-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --5791-- Ignoring non-Dwarf2/3/4 block in .debug_info --5791-- WARNING: Serious error when reading debug info --5791-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --5791-- Last block truncated in .debug_info; ignoring --5791-- WARNING: Serious error when reading debug info --5791-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --5791-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5791-- WARNING: Serious error when reading debug info --5791-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --5791-- Ignoring non-Dwarf2/3/4 block in .debug_info --5791-- WARNING: Serious error when reading debug info --5791-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --5791-- Last block truncated in .debug_info; ignoring --5791-- WARNING: Serious error when reading debug info --5791-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --5791-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5791-- WARNING: Serious error when reading debug info --5791-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --5791-- Ignoring non-Dwarf2/3/4 block in .debug_info --5791-- WARNING: Serious error when reading debug info --5791-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --5791-- Last block truncated in .debug_info; ignoring --5791-- WARNING: Serious error when reading debug info --5791-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --5791-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5791-- WARNING: Serious error when reading debug info --5791-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --5791-- Ignoring non-Dwarf2/3/4 block in .debug_info --5791-- WARNING: Serious error when reading debug info --5791-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --5791-- Last block truncated in .debug_info; ignoring --5791-- WARNING: Serious error when reading debug info --5791-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --5791-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5791-- WARNING: Serious error when reading debug info --5791-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --5791-- Ignoring non-Dwarf2/3/4 block in .debug_info --5791-- WARNING: Serious error when reading debug info --5791-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --5791-- Last block truncated in .debug_info; ignoring --5791-- WARNING: Serious error when reading debug info --5791-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --5791-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==5791== ==5791== HEAP SUMMARY: ==5791== in use at exit: 689,112 bytes in 5,834 blocks ==5791== total heap usage: 157,771 allocs, 151,937 frees, 13,102,566 bytes allocated ==5791== ==5791== LEAK SUMMARY: ==5791== definitely lost: 0 bytes in 0 blocks ==5791== indirectly lost: 0 bytes in 0 blocks ==5791== possibly lost: 432 bytes in 2 blocks ==5791== still reachable: 252,109 bytes in 384 blocks ==5791== of which reachable via heuristic: ==5791== length64 : 4,744 bytes in 76 blocks ==5791== newarray : 2,048 bytes in 48 blocks ==5791== suppressed: 373,547 bytes in 4,965 blocks ==5791== Rerun with --leak-check=full to see details of leaked memory ==5791== ==5791== For counts of detected and suppressed errors, rerun with: -v ==5791== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==5846== Memcheck, a memory error detector ==5846== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==5846== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==5846== Command: ./client-test Client::Source::eds_task::testComplexInsert ==5846== Parent PID: 96 ==5846== --5846-- WARNING: Serious error when reading debug info --5846-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --5846-- Ignoring non-Dwarf2/3/4 block in .debug_info --5846-- WARNING: Serious error when reading debug info --5846-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --5846-- Last block truncated in .debug_info; ignoring --5846-- WARNING: Serious error when reading debug info --5846-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --5846-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5846-- WARNING: Serious error when reading debug info --5846-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --5846-- Ignoring non-Dwarf2/3/4 block in .debug_info --5846-- WARNING: Serious error when reading debug info --5846-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --5846-- Last block truncated in .debug_info; ignoring --5846-- WARNING: Serious error when reading debug info --5846-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --5846-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5846-- WARNING: Serious error when reading debug info --5846-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --5846-- Ignoring non-Dwarf2/3/4 block in .debug_info --5846-- WARNING: Serious error when reading debug info --5846-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --5846-- Last block truncated in .debug_info; ignoring --5846-- WARNING: Serious error when reading debug info --5846-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --5846-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5846-- WARNING: Serious error when reading debug info --5846-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --5846-- Ignoring non-Dwarf2/3/4 block in .debug_info --5846-- WARNING: Serious error when reading debug info --5846-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --5846-- Last block truncated in .debug_info; ignoring --5846-- WARNING: Serious error when reading debug info --5846-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --5846-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5846-- WARNING: Serious error when reading debug info --5846-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --5846-- Ignoring non-Dwarf2/3/4 block in .debug_info --5846-- WARNING: Serious error when reading debug info --5846-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --5846-- Last block truncated in .debug_info; ignoring --5846-- WARNING: Serious error when reading debug info --5846-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --5846-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5846-- WARNING: Serious error when reading debug info --5846-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --5846-- Ignoring non-Dwarf2/3/4 block in .debug_info --5846-- WARNING: Serious error when reading debug info --5846-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --5846-- Last block truncated in .debug_info; ignoring --5846-- WARNING: Serious error when reading debug info --5846-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --5846-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5846-- WARNING: Serious error when reading debug info --5846-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --5846-- Ignoring non-Dwarf2/3/4 block in .debug_info --5846-- WARNING: Serious error when reading debug info --5846-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --5846-- Last block truncated in .debug_info; ignoring --5846-- WARNING: Serious error when reading debug info --5846-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --5846-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5846-- WARNING: Serious error when reading debug info --5846-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --5846-- Ignoring non-Dwarf2/3/4 block in .debug_info --5846-- WARNING: Serious error when reading debug info --5846-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --5846-- Last block truncated in .debug_info; ignoring --5846-- WARNING: Serious error when reading debug info --5846-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --5846-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5846-- WARNING: Serious error when reading debug info --5846-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --5846-- Ignoring non-Dwarf2/3/4 block in .debug_info --5846-- WARNING: Serious error when reading debug info --5846-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --5846-- Last block truncated in .debug_info; ignoring --5846-- WARNING: Serious error when reading debug info --5846-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --5846-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5846-- WARNING: Serious error when reading debug info --5846-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --5846-- Ignoring non-Dwarf2/3/4 block in .debug_info --5846-- WARNING: Serious error when reading debug info --5846-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --5846-- Last block truncated in .debug_info; ignoring --5846-- WARNING: Serious error when reading debug info --5846-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --5846-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5846-- WARNING: Serious error when reading debug info --5846-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --5846-- Ignoring non-Dwarf2/3/4 block in .debug_info --5846-- WARNING: Serious error when reading debug info --5846-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --5846-- Last block truncated in .debug_info; ignoring --5846-- WARNING: Serious error when reading debug info --5846-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --5846-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5846-- WARNING: Serious error when reading debug info --5846-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --5846-- Ignoring non-Dwarf2/3/4 block in .debug_info --5846-- WARNING: Serious error when reading debug info --5846-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --5846-- Last block truncated in .debug_info; ignoring --5846-- WARNING: Serious error when reading debug info --5846-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --5846-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5846-- WARNING: Serious error when reading debug info --5846-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --5846-- Ignoring non-Dwarf2/3/4 block in .debug_info --5846-- WARNING: Serious error when reading debug info --5846-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --5846-- Last block truncated in .debug_info; ignoring --5846-- WARNING: Serious error when reading debug info --5846-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --5846-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==5846== ==5846== HEAP SUMMARY: ==5846== in use at exit: 688,918 bytes in 5,809 blocks ==5846== total heap usage: 177,057 allocs, 171,248 frees, 14,204,368 bytes allocated ==5846== ==5846== LEAK SUMMARY: ==5846== definitely lost: 0 bytes in 0 blocks ==5846== indirectly lost: 0 bytes in 0 blocks ==5846== possibly lost: 1,104 bytes in 4 blocks ==5846== still reachable: 261,141 bytes in 566 blocks ==5846== of which reachable via heuristic: ==5846== length64 : 4,744 bytes in 76 blocks ==5846== newarray : 2,048 bytes in 48 blocks ==5846== suppressed: 363,649 bytes in 4,756 blocks ==5846== Rerun with --leak-check=full to see details of leaked memory ==5846== ==5846== For counts of detected and suppressed errors, rerun with: -v ==5846== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==5912== Memcheck, a memory error detector ==5912== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==5912== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==5912== Command: ./client-test Client::Source::eds_task::testInsertTwice ==5912== Parent PID: 96 ==5912== --5912-- WARNING: Serious error when reading debug info --5912-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --5912-- Ignoring non-Dwarf2/3/4 block in .debug_info --5912-- WARNING: Serious error when reading debug info --5912-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --5912-- Last block truncated in .debug_info; ignoring --5912-- WARNING: Serious error when reading debug info --5912-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --5912-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5912-- WARNING: Serious error when reading debug info --5912-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --5912-- Ignoring non-Dwarf2/3/4 block in .debug_info --5912-- WARNING: Serious error when reading debug info --5912-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --5912-- Last block truncated in .debug_info; ignoring --5912-- WARNING: Serious error when reading debug info --5912-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --5912-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5912-- WARNING: Serious error when reading debug info --5912-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --5912-- Ignoring non-Dwarf2/3/4 block in .debug_info --5912-- WARNING: Serious error when reading debug info --5912-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --5912-- Last block truncated in .debug_info; ignoring --5912-- WARNING: Serious error when reading debug info --5912-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --5912-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5912-- WARNING: Serious error when reading debug info --5912-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --5912-- Ignoring non-Dwarf2/3/4 block in .debug_info --5912-- WARNING: Serious error when reading debug info --5912-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --5912-- Last block truncated in .debug_info; ignoring --5912-- WARNING: Serious error when reading debug info --5912-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --5912-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5912-- WARNING: Serious error when reading debug info --5912-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --5912-- Ignoring non-Dwarf2/3/4 block in .debug_info --5912-- WARNING: Serious error when reading debug info --5912-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --5912-- Last block truncated in .debug_info; ignoring --5912-- WARNING: Serious error when reading debug info --5912-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --5912-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5912-- WARNING: Serious error when reading debug info --5912-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --5912-- Ignoring non-Dwarf2/3/4 block in .debug_info --5912-- WARNING: Serious error when reading debug info --5912-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --5912-- Last block truncated in .debug_info; ignoring --5912-- WARNING: Serious error when reading debug info --5912-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --5912-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5912-- WARNING: Serious error when reading debug info --5912-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --5912-- Ignoring non-Dwarf2/3/4 block in .debug_info --5912-- WARNING: Serious error when reading debug info --5912-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --5912-- Last block truncated in .debug_info; ignoring --5912-- WARNING: Serious error when reading debug info --5912-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --5912-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5912-- WARNING: Serious error when reading debug info --5912-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --5912-- Ignoring non-Dwarf2/3/4 block in .debug_info --5912-- WARNING: Serious error when reading debug info --5912-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --5912-- Last block truncated in .debug_info; ignoring --5912-- WARNING: Serious error when reading debug info --5912-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --5912-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5912-- WARNING: Serious error when reading debug info --5912-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --5912-- Ignoring non-Dwarf2/3/4 block in .debug_info --5912-- WARNING: Serious error when reading debug info --5912-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --5912-- Last block truncated in .debug_info; ignoring --5912-- WARNING: Serious error when reading debug info --5912-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --5912-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5912-- WARNING: Serious error when reading debug info --5912-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --5912-- Ignoring non-Dwarf2/3/4 block in .debug_info --5912-- WARNING: Serious error when reading debug info --5912-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --5912-- Last block truncated in .debug_info; ignoring --5912-- WARNING: Serious error when reading debug info --5912-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --5912-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5912-- WARNING: Serious error when reading debug info --5912-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --5912-- Ignoring non-Dwarf2/3/4 block in .debug_info --5912-- WARNING: Serious error when reading debug info --5912-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --5912-- Last block truncated in .debug_info; ignoring --5912-- WARNING: Serious error when reading debug info --5912-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --5912-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5912-- WARNING: Serious error when reading debug info --5912-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --5912-- Ignoring non-Dwarf2/3/4 block in .debug_info --5912-- WARNING: Serious error when reading debug info --5912-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --5912-- Last block truncated in .debug_info; ignoring --5912-- WARNING: Serious error when reading debug info --5912-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --5912-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5912-- WARNING: Serious error when reading debug info --5912-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --5912-- Ignoring non-Dwarf2/3/4 block in .debug_info --5912-- WARNING: Serious error when reading debug info --5912-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --5912-- Last block truncated in .debug_info; ignoring --5912-- WARNING: Serious error when reading debug info --5912-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --5912-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==5912== ==5912== HEAP SUMMARY: ==5912== in use at exit: 688,096 bytes in 5,811 blocks ==5912== total heap usage: 135,745 allocs, 129,934 frees, 11,861,381 bytes allocated ==5912== ==5912== LEAK SUMMARY: ==5912== definitely lost: 0 bytes in 0 blocks ==5912== indirectly lost: 0 bytes in 0 blocks ==5912== possibly lost: 1,104 bytes in 4 blocks ==5912== still reachable: 260,484 bytes in 549 blocks ==5912== of which reachable via heuristic: ==5912== length64 : 4,744 bytes in 76 blocks ==5912== newarray : 2,048 bytes in 48 blocks ==5912== suppressed: 363,316 bytes in 4,773 blocks ==5912== Rerun with --leak-check=full to see details of leaked memory ==5912== ==5912== For counts of detected and suppressed errors, rerun with: -v ==5912== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==5954== Memcheck, a memory error detector ==5954== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==5954== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==5954== Command: ./client-test Client::Source::eds_task::testLocalUpdate ==5954== Parent PID: 96 ==5954== --5954-- WARNING: Serious error when reading debug info --5954-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --5954-- Ignoring non-Dwarf2/3/4 block in .debug_info --5954-- WARNING: Serious error when reading debug info --5954-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --5954-- Last block truncated in .debug_info; ignoring --5954-- WARNING: Serious error when reading debug info --5954-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --5954-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5954-- WARNING: Serious error when reading debug info --5954-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --5954-- Ignoring non-Dwarf2/3/4 block in .debug_info --5954-- WARNING: Serious error when reading debug info --5954-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --5954-- Last block truncated in .debug_info; ignoring --5954-- WARNING: Serious error when reading debug info --5954-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --5954-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5954-- WARNING: Serious error when reading debug info --5954-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --5954-- Ignoring non-Dwarf2/3/4 block in .debug_info --5954-- WARNING: Serious error when reading debug info --5954-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --5954-- Last block truncated in .debug_info; ignoring --5954-- WARNING: Serious error when reading debug info --5954-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --5954-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5954-- WARNING: Serious error when reading debug info --5954-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --5954-- Ignoring non-Dwarf2/3/4 block in .debug_info --5954-- WARNING: Serious error when reading debug info --5954-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --5954-- Last block truncated in .debug_info; ignoring --5954-- WARNING: Serious error when reading debug info --5954-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --5954-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5954-- WARNING: Serious error when reading debug info --5954-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --5954-- Ignoring non-Dwarf2/3/4 block in .debug_info --5954-- WARNING: Serious error when reading debug info --5954-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --5954-- Last block truncated in .debug_info; ignoring --5954-- WARNING: Serious error when reading debug info --5954-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --5954-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5954-- WARNING: Serious error when reading debug info --5954-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --5954-- Ignoring non-Dwarf2/3/4 block in .debug_info --5954-- WARNING: Serious error when reading debug info --5954-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --5954-- Last block truncated in .debug_info; ignoring --5954-- WARNING: Serious error when reading debug info --5954-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --5954-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5954-- WARNING: Serious error when reading debug info --5954-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --5954-- Ignoring non-Dwarf2/3/4 block in .debug_info --5954-- WARNING: Serious error when reading debug info --5954-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --5954-- Last block truncated in .debug_info; ignoring --5954-- WARNING: Serious error when reading debug info --5954-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --5954-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5954-- WARNING: Serious error when reading debug info --5954-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --5954-- Ignoring non-Dwarf2/3/4 block in .debug_info --5954-- WARNING: Serious error when reading debug info --5954-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --5954-- Last block truncated in .debug_info; ignoring --5954-- WARNING: Serious error when reading debug info --5954-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --5954-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5954-- WARNING: Serious error when reading debug info --5954-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --5954-- Ignoring non-Dwarf2/3/4 block in .debug_info --5954-- WARNING: Serious error when reading debug info --5954-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --5954-- Last block truncated in .debug_info; ignoring --5954-- WARNING: Serious error when reading debug info --5954-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --5954-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5954-- WARNING: Serious error when reading debug info --5954-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --5954-- Ignoring non-Dwarf2/3/4 block in .debug_info --5954-- WARNING: Serious error when reading debug info --5954-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --5954-- Last block truncated in .debug_info; ignoring --5954-- WARNING: Serious error when reading debug info --5954-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --5954-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5954-- WARNING: Serious error when reading debug info --5954-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --5954-- Ignoring non-Dwarf2/3/4 block in .debug_info --5954-- WARNING: Serious error when reading debug info --5954-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --5954-- Last block truncated in .debug_info; ignoring --5954-- WARNING: Serious error when reading debug info --5954-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --5954-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5954-- WARNING: Serious error when reading debug info --5954-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --5954-- Ignoring non-Dwarf2/3/4 block in .debug_info --5954-- WARNING: Serious error when reading debug info --5954-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --5954-- Last block truncated in .debug_info; ignoring --5954-- WARNING: Serious error when reading debug info --5954-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --5954-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --5954-- WARNING: Serious error when reading debug info --5954-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --5954-- Ignoring non-Dwarf2/3/4 block in .debug_info --5954-- WARNING: Serious error when reading debug info --5954-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --5954-- Last block truncated in .debug_info; ignoring --5954-- WARNING: Serious error when reading debug info --5954-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --5954-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==5954== ==5954== HEAP SUMMARY: ==5954== in use at exit: 686,143 bytes in 5,767 blocks ==5954== total heap usage: 200,630 allocs, 194,863 frees, 15,599,684 bytes allocated ==5954== ==5954== LEAK SUMMARY: ==5954== definitely lost: 0 bytes in 0 blocks ==5954== indirectly lost: 0 bytes in 0 blocks ==5954== possibly lost: 1,104 bytes in 4 blocks ==5954== still reachable: 259,828 bytes in 543 blocks ==5954== of which reachable via heuristic: ==5954== length64 : 4,744 bytes in 76 blocks ==5954== newarray : 2,048 bytes in 48 blocks ==5954== suppressed: 362,019 bytes in 4,735 blocks ==5954== Rerun with --leak-check=full to see details of leaked memory ==5954== ==5954== For counts of detected and suppressed errors, rerun with: -v ==5954== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==6032== Memcheck, a memory error detector ==6032== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==6032== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==6032== Command: ./client-test Client::Source::eds_task::testChanges ==6032== Parent PID: 96 ==6032== --6032-- WARNING: Serious error when reading debug info --6032-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --6032-- Ignoring non-Dwarf2/3/4 block in .debug_info --6032-- WARNING: Serious error when reading debug info --6032-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --6032-- Last block truncated in .debug_info; ignoring --6032-- WARNING: Serious error when reading debug info --6032-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --6032-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --6032-- WARNING: Serious error when reading debug info --6032-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --6032-- Ignoring non-Dwarf2/3/4 block in .debug_info --6032-- WARNING: Serious error when reading debug info --6032-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --6032-- Last block truncated in .debug_info; ignoring --6032-- WARNING: Serious error when reading debug info --6032-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --6032-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --6032-- WARNING: Serious error when reading debug info --6032-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --6032-- Ignoring non-Dwarf2/3/4 block in .debug_info --6032-- WARNING: Serious error when reading debug info --6032-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --6032-- Last block truncated in .debug_info; ignoring --6032-- WARNING: Serious error when reading debug info --6032-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --6032-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --6032-- WARNING: Serious error when reading debug info --6032-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --6032-- Ignoring non-Dwarf2/3/4 block in .debug_info --6032-- WARNING: Serious error when reading debug info --6032-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --6032-- Last block truncated in .debug_info; ignoring --6032-- WARNING: Serious error when reading debug info --6032-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --6032-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --6032-- WARNING: Serious error when reading debug info --6032-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --6032-- Ignoring non-Dwarf2/3/4 block in .debug_info --6032-- WARNING: Serious error when reading debug info --6032-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --6032-- Last block truncated in .debug_info; ignoring --6032-- WARNING: Serious error when reading debug info --6032-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --6032-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --6032-- WARNING: Serious error when reading debug info --6032-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --6032-- Ignoring non-Dwarf2/3/4 block in .debug_info --6032-- WARNING: Serious error when reading debug info --6032-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --6032-- Last block truncated in .debug_info; ignoring --6032-- WARNING: Serious error when reading debug info --6032-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --6032-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --6032-- WARNING: Serious error when reading debug info --6032-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --6032-- Ignoring non-Dwarf2/3/4 block in .debug_info --6032-- WARNING: Serious error when reading debug info --6032-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --6032-- Last block truncated in .debug_info; ignoring --6032-- WARNING: Serious error when reading debug info --6032-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --6032-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --6032-- WARNING: Serious error when reading debug info --6032-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --6032-- Ignoring non-Dwarf2/3/4 block in .debug_info --6032-- WARNING: Serious error when reading debug info --6032-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --6032-- Last block truncated in .debug_info; ignoring --6032-- WARNING: Serious error when reading debug info --6032-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --6032-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --6032-- WARNING: Serious error when reading debug info --6032-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --6032-- Ignoring non-Dwarf2/3/4 block in .debug_info --6032-- WARNING: Serious error when reading debug info --6032-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --6032-- Last block truncated in .debug_info; ignoring --6032-- WARNING: Serious error when reading debug info --6032-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --6032-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --6032-- WARNING: Serious error when reading debug info --6032-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --6032-- Ignoring non-Dwarf2/3/4 block in .debug_info --6032-- WARNING: Serious error when reading debug info --6032-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --6032-- Last block truncated in .debug_info; ignoring --6032-- WARNING: Serious error when reading debug info --6032-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --6032-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --6032-- WARNING: Serious error when reading debug info --6032-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --6032-- Ignoring non-Dwarf2/3/4 block in .debug_info --6032-- WARNING: Serious error when reading debug info --6032-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --6032-- Last block truncated in .debug_info; ignoring --6032-- WARNING: Serious error when reading debug info --6032-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --6032-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --6032-- WARNING: Serious error when reading debug info --6032-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --6032-- Ignoring non-Dwarf2/3/4 block in .debug_info --6032-- WARNING: Serious error when reading debug info --6032-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --6032-- Last block truncated in .debug_info; ignoring --6032-- WARNING: Serious error when reading debug info --6032-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --6032-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --6032-- WARNING: Serious error when reading debug info --6032-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --6032-- Ignoring non-Dwarf2/3/4 block in .debug_info --6032-- WARNING: Serious error when reading debug info --6032-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --6032-- Last block truncated in .debug_info; ignoring --6032-- WARNING: Serious error when reading debug info --6032-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --6032-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==6032== ==6032== HEAP SUMMARY: ==6032== in use at exit: 688,280 bytes in 5,811 blocks ==6032== total heap usage: 886,822 allocs, 881,011 frees, 55,270,860 bytes allocated ==6032== ==6032== LEAK SUMMARY: ==6032== definitely lost: 0 bytes in 0 blocks ==6032== indirectly lost: 0 bytes in 0 blocks ==6032== possibly lost: 1,104 bytes in 4 blocks ==6032== still reachable: 260,484 bytes in 549 blocks ==6032== of which reachable via heuristic: ==6032== length64 : 4,744 bytes in 76 blocks ==6032== newarray : 2,048 bytes in 48 blocks ==6032== suppressed: 363,500 bytes in 4,773 blocks ==6032== Rerun with --leak-check=full to see details of leaked memory ==6032== ==6032== For counts of detected and suppressed errors, rerun with: -v ==6032== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==6495== Memcheck, a memory error detector ==6495== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==6495== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==6495== Command: ./client-test Client::Source::eds_task::testChangesMultiCycles ==6495== Parent PID: 96 ==6495== --6495-- WARNING: Serious error when reading debug info --6495-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --6495-- Ignoring non-Dwarf2/3/4 block in .debug_info --6495-- WARNING: Serious error when reading debug info --6495-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --6495-- Last block truncated in .debug_info; ignoring --6495-- WARNING: Serious error when reading debug info --6495-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --6495-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --6495-- WARNING: Serious error when reading debug info --6495-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --6495-- Ignoring non-Dwarf2/3/4 block in .debug_info --6495-- WARNING: Serious error when reading debug info --6495-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --6495-- Last block truncated in .debug_info; ignoring --6495-- WARNING: Serious error when reading debug info --6495-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --6495-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --6495-- WARNING: Serious error when reading debug info --6495-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --6495-- Ignoring non-Dwarf2/3/4 block in .debug_info --6495-- WARNING: Serious error when reading debug info --6495-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --6495-- Last block truncated in .debug_info; ignoring --6495-- WARNING: Serious error when reading debug info --6495-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --6495-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --6495-- WARNING: Serious error when reading debug info --6495-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --6495-- Ignoring non-Dwarf2/3/4 block in .debug_info --6495-- WARNING: Serious error when reading debug info --6495-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --6495-- Last block truncated in .debug_info; ignoring --6495-- WARNING: Serious error when reading debug info --6495-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --6495-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --6495-- WARNING: Serious error when reading debug info --6495-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --6495-- Ignoring non-Dwarf2/3/4 block in .debug_info --6495-- WARNING: Serious error when reading debug info --6495-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --6495-- Last block truncated in .debug_info; ignoring --6495-- WARNING: Serious error when reading debug info --6495-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --6495-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --6495-- WARNING: Serious error when reading debug info --6495-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --6495-- Ignoring non-Dwarf2/3/4 block in .debug_info --6495-- WARNING: Serious error when reading debug info --6495-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --6495-- Last block truncated in .debug_info; ignoring --6495-- WARNING: Serious error when reading debug info --6495-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --6495-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --6495-- WARNING: Serious error when reading debug info --6495-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --6495-- Ignoring non-Dwarf2/3/4 block in .debug_info --6495-- WARNING: Serious error when reading debug info --6495-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --6495-- Last block truncated in .debug_info; ignoring --6495-- WARNING: Serious error when reading debug info --6495-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --6495-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --6495-- WARNING: Serious error when reading debug info --6495-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --6495-- Ignoring non-Dwarf2/3/4 block in .debug_info --6495-- WARNING: Serious error when reading debug info --6495-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --6495-- Last block truncated in .debug_info; ignoring --6495-- WARNING: Serious error when reading debug info --6495-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --6495-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --6495-- WARNING: Serious error when reading debug info --6495-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --6495-- Ignoring non-Dwarf2/3/4 block in .debug_info --6495-- WARNING: Serious error when reading debug info --6495-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --6495-- Last block truncated in .debug_info; ignoring --6495-- WARNING: Serious error when reading debug info --6495-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --6495-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --6495-- WARNING: Serious error when reading debug info --6495-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --6495-- Ignoring non-Dwarf2/3/4 block in .debug_info --6495-- WARNING: Serious error when reading debug info --6495-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --6495-- Last block truncated in .debug_info; ignoring --6495-- WARNING: Serious error when reading debug info --6495-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --6495-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --6495-- WARNING: Serious error when reading debug info --6495-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --6495-- Ignoring non-Dwarf2/3/4 block in .debug_info --6495-- WARNING: Serious error when reading debug info --6495-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --6495-- Last block truncated in .debug_info; ignoring --6495-- WARNING: Serious error when reading debug info --6495-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --6495-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --6495-- WARNING: Serious error when reading debug info --6495-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --6495-- Ignoring non-Dwarf2/3/4 block in .debug_info --6495-- WARNING: Serious error when reading debug info --6495-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --6495-- Last block truncated in .debug_info; ignoring --6495-- WARNING: Serious error when reading debug info --6495-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --6495-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --6495-- WARNING: Serious error when reading debug info --6495-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --6495-- Ignoring non-Dwarf2/3/4 block in .debug_info --6495-- WARNING: Serious error when reading debug info --6495-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --6495-- Last block truncated in .debug_info; ignoring --6495-- WARNING: Serious error when reading debug info --6495-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --6495-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==6495== ==6495== HEAP SUMMARY: ==6495== in use at exit: 688,096 bytes in 5,811 blocks ==6495== total heap usage: 813,119 allocs, 807,308 frees, 47,446,852 bytes allocated ==6495== ==6495== LEAK SUMMARY: ==6495== definitely lost: 0 bytes in 0 blocks ==6495== indirectly lost: 0 bytes in 0 blocks ==6495== possibly lost: 1,104 bytes in 4 blocks ==6495== still reachable: 260,484 bytes in 549 blocks ==6495== of which reachable via heuristic: ==6495== length64 : 4,744 bytes in 76 blocks ==6495== newarray : 2,048 bytes in 48 blocks ==6495== suppressed: 363,316 bytes in 4,773 blocks ==6495== Rerun with --leak-check=full to see details of leaked memory ==6495== ==6495== For counts of detected and suppressed errors, rerun with: -v ==6495== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==6958== Memcheck, a memory error detector ==6958== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==6958== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==6958== Command: ./client-test Client::Source::eds_task::testImport ==6958== Parent PID: 96 ==6958== --6958-- WARNING: Serious error when reading debug info --6958-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --6958-- Ignoring non-Dwarf2/3/4 block in .debug_info --6958-- WARNING: Serious error when reading debug info --6958-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --6958-- Last block truncated in .debug_info; ignoring --6958-- WARNING: Serious error when reading debug info --6958-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --6958-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --6958-- WARNING: Serious error when reading debug info --6958-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --6958-- Ignoring non-Dwarf2/3/4 block in .debug_info --6958-- WARNING: Serious error when reading debug info --6958-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --6958-- Last block truncated in .debug_info; ignoring --6958-- WARNING: Serious error when reading debug info --6958-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --6958-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --6958-- WARNING: Serious error when reading debug info --6958-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --6958-- Ignoring non-Dwarf2/3/4 block in .debug_info --6958-- WARNING: Serious error when reading debug info --6958-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --6958-- Last block truncated in .debug_info; ignoring --6958-- WARNING: Serious error when reading debug info --6958-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --6958-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --6958-- WARNING: Serious error when reading debug info --6958-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --6958-- Ignoring non-Dwarf2/3/4 block in .debug_info --6958-- WARNING: Serious error when reading debug info --6958-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --6958-- Last block truncated in .debug_info; ignoring --6958-- WARNING: Serious error when reading debug info --6958-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --6958-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --6958-- WARNING: Serious error when reading debug info --6958-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --6958-- Ignoring non-Dwarf2/3/4 block in .debug_info --6958-- WARNING: Serious error when reading debug info --6958-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --6958-- Last block truncated in .debug_info; ignoring --6958-- WARNING: Serious error when reading debug info --6958-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --6958-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --6958-- WARNING: Serious error when reading debug info --6958-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --6958-- Ignoring non-Dwarf2/3/4 block in .debug_info --6958-- WARNING: Serious error when reading debug info --6958-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --6958-- Last block truncated in .debug_info; ignoring --6958-- WARNING: Serious error when reading debug info --6958-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --6958-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --6958-- WARNING: Serious error when reading debug info --6958-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --6958-- Ignoring non-Dwarf2/3/4 block in .debug_info --6958-- WARNING: Serious error when reading debug info --6958-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --6958-- Last block truncated in .debug_info; ignoring --6958-- WARNING: Serious error when reading debug info --6958-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --6958-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --6958-- WARNING: Serious error when reading debug info --6958-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --6958-- Ignoring non-Dwarf2/3/4 block in .debug_info --6958-- WARNING: Serious error when reading debug info --6958-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --6958-- Last block truncated in .debug_info; ignoring --6958-- WARNING: Serious error when reading debug info --6958-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --6958-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --6958-- WARNING: Serious error when reading debug info --6958-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --6958-- Ignoring non-Dwarf2/3/4 block in .debug_info --6958-- WARNING: Serious error when reading debug info --6958-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --6958-- Last block truncated in .debug_info; ignoring --6958-- WARNING: Serious error when reading debug info --6958-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --6958-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --6958-- WARNING: Serious error when reading debug info --6958-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --6958-- Ignoring non-Dwarf2/3/4 block in .debug_info --6958-- WARNING: Serious error when reading debug info --6958-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --6958-- Last block truncated in .debug_info; ignoring --6958-- WARNING: Serious error when reading debug info --6958-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --6958-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --6958-- WARNING: Serious error when reading debug info --6958-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --6958-- Ignoring non-Dwarf2/3/4 block in .debug_info --6958-- WARNING: Serious error when reading debug info --6958-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --6958-- Last block truncated in .debug_info; ignoring --6958-- WARNING: Serious error when reading debug info --6958-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --6958-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --6958-- WARNING: Serious error when reading debug info --6958-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --6958-- Ignoring non-Dwarf2/3/4 block in .debug_info --6958-- WARNING: Serious error when reading debug info --6958-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --6958-- Last block truncated in .debug_info; ignoring --6958-- WARNING: Serious error when reading debug info --6958-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --6958-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --6958-- WARNING: Serious error when reading debug info --6958-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --6958-- Ignoring non-Dwarf2/3/4 block in .debug_info --6958-- WARNING: Serious error when reading debug info --6958-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --6958-- Last block truncated in .debug_info; ignoring --6958-- WARNING: Serious error when reading debug info --6958-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --6958-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==6958== ==6958== HEAP SUMMARY: ==6958== in use at exit: 870,160 bytes in 8,693 blocks ==6958== total heap usage: 177,583 allocs, 168,890 frees, 15,915,864 bytes allocated ==6958== ==6958== LEAK SUMMARY: ==6958== definitely lost: 0 bytes in 0 blocks ==6958== indirectly lost: 0 bytes in 0 blocks ==6958== possibly lost: 1,104 bytes in 4 blocks ==6958== still reachable: 442,781 bytes in 3,444 blocks ==6958== of which reachable via heuristic: ==6958== length64 : 4,744 bytes in 76 blocks ==6958== newarray : 2,048 bytes in 48 blocks ==6958== suppressed: 363,083 bytes in 4,760 blocks ==6958== Rerun with --leak-check=full to see details of leaked memory ==6958== ==6958== For counts of detected and suppressed errors, rerun with: -v ==6958== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==7022== Memcheck, a memory error detector ==7022== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==7022== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==7022== Command: ./client-test Client::Source::eds_task::testImportDelete ==7022== Parent PID: 96 ==7022== --7022-- WARNING: Serious error when reading debug info --7022-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --7022-- Ignoring non-Dwarf2/3/4 block in .debug_info --7022-- WARNING: Serious error when reading debug info --7022-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --7022-- Last block truncated in .debug_info; ignoring --7022-- WARNING: Serious error when reading debug info --7022-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --7022-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7022-- WARNING: Serious error when reading debug info --7022-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --7022-- Ignoring non-Dwarf2/3/4 block in .debug_info --7022-- WARNING: Serious error when reading debug info --7022-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --7022-- Last block truncated in .debug_info; ignoring --7022-- WARNING: Serious error when reading debug info --7022-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --7022-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7022-- WARNING: Serious error when reading debug info --7022-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --7022-- Ignoring non-Dwarf2/3/4 block in .debug_info --7022-- WARNING: Serious error when reading debug info --7022-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --7022-- Last block truncated in .debug_info; ignoring --7022-- WARNING: Serious error when reading debug info --7022-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --7022-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7022-- WARNING: Serious error when reading debug info --7022-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --7022-- Ignoring non-Dwarf2/3/4 block in .debug_info --7022-- WARNING: Serious error when reading debug info --7022-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --7022-- Last block truncated in .debug_info; ignoring --7022-- WARNING: Serious error when reading debug info --7022-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --7022-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7022-- WARNING: Serious error when reading debug info --7022-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --7022-- Ignoring non-Dwarf2/3/4 block in .debug_info --7022-- WARNING: Serious error when reading debug info --7022-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --7022-- Last block truncated in .debug_info; ignoring --7022-- WARNING: Serious error when reading debug info --7022-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --7022-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7022-- WARNING: Serious error when reading debug info --7022-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --7022-- Ignoring non-Dwarf2/3/4 block in .debug_info --7022-- WARNING: Serious error when reading debug info --7022-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --7022-- Last block truncated in .debug_info; ignoring --7022-- WARNING: Serious error when reading debug info --7022-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --7022-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7022-- WARNING: Serious error when reading debug info --7022-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --7022-- Ignoring non-Dwarf2/3/4 block in .debug_info --7022-- WARNING: Serious error when reading debug info --7022-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --7022-- Last block truncated in .debug_info; ignoring --7022-- WARNING: Serious error when reading debug info --7022-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --7022-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7022-- WARNING: Serious error when reading debug info --7022-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --7022-- Ignoring non-Dwarf2/3/4 block in .debug_info --7022-- WARNING: Serious error when reading debug info --7022-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --7022-- Last block truncated in .debug_info; ignoring --7022-- WARNING: Serious error when reading debug info --7022-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --7022-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7022-- WARNING: Serious error when reading debug info --7022-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --7022-- Ignoring non-Dwarf2/3/4 block in .debug_info --7022-- WARNING: Serious error when reading debug info --7022-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --7022-- Last block truncated in .debug_info; ignoring --7022-- WARNING: Serious error when reading debug info --7022-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --7022-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7022-- WARNING: Serious error when reading debug info --7022-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --7022-- Ignoring non-Dwarf2/3/4 block in .debug_info --7022-- WARNING: Serious error when reading debug info --7022-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --7022-- Last block truncated in .debug_info; ignoring --7022-- WARNING: Serious error when reading debug info --7022-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --7022-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7022-- WARNING: Serious error when reading debug info --7022-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --7022-- Ignoring non-Dwarf2/3/4 block in .debug_info --7022-- WARNING: Serious error when reading debug info --7022-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --7022-- Last block truncated in .debug_info; ignoring --7022-- WARNING: Serious error when reading debug info --7022-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --7022-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7022-- WARNING: Serious error when reading debug info --7022-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --7022-- Ignoring non-Dwarf2/3/4 block in .debug_info --7022-- WARNING: Serious error when reading debug info --7022-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --7022-- Last block truncated in .debug_info; ignoring --7022-- WARNING: Serious error when reading debug info --7022-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --7022-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7022-- WARNING: Serious error when reading debug info --7022-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --7022-- Ignoring non-Dwarf2/3/4 block in .debug_info --7022-- WARNING: Serious error when reading debug info --7022-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --7022-- Last block truncated in .debug_info; ignoring --7022-- WARNING: Serious error when reading debug info --7022-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --7022-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==7022== ==7022== HEAP SUMMARY: ==7022== in use at exit: 870,397 bytes in 8,697 blocks ==7022== total heap usage: 219,889 allocs, 211,192 frees, 18,355,835 bytes allocated ==7022== ==7022== LEAK SUMMARY: ==7022== definitely lost: 0 bytes in 0 blocks ==7022== indirectly lost: 0 bytes in 0 blocks ==7022== possibly lost: 1,104 bytes in 4 blocks ==7022== still reachable: 442,861 bytes in 3,442 blocks ==7022== of which reachable via heuristic: ==7022== length64 : 4,744 bytes in 76 blocks ==7022== newarray : 2,048 bytes in 48 blocks ==7022== suppressed: 363,408 bytes in 4,768 blocks ==7022== Rerun with --leak-check=full to see details of leaked memory ==7022== ==7022== For counts of detected and suppressed errors, rerun with: -v ==7022== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==7110== Memcheck, a memory error detector ==7110== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==7110== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==7110== Command: ./client-test Client::Source::eds_task::testRemoveProperties ==7110== Parent PID: 96 ==7110== --7110-- WARNING: Serious error when reading debug info --7110-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --7110-- Ignoring non-Dwarf2/3/4 block in .debug_info --7110-- WARNING: Serious error when reading debug info --7110-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --7110-- Last block truncated in .debug_info; ignoring --7110-- WARNING: Serious error when reading debug info --7110-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --7110-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7110-- WARNING: Serious error when reading debug info --7110-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --7110-- Ignoring non-Dwarf2/3/4 block in .debug_info --7110-- WARNING: Serious error when reading debug info --7110-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --7110-- Last block truncated in .debug_info; ignoring --7110-- WARNING: Serious error when reading debug info --7110-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --7110-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7110-- WARNING: Serious error when reading debug info --7110-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --7110-- Ignoring non-Dwarf2/3/4 block in .debug_info --7110-- WARNING: Serious error when reading debug info --7110-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --7110-- Last block truncated in .debug_info; ignoring --7110-- WARNING: Serious error when reading debug info --7110-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --7110-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7110-- WARNING: Serious error when reading debug info --7110-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --7110-- Ignoring non-Dwarf2/3/4 block in .debug_info --7110-- WARNING: Serious error when reading debug info --7110-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --7110-- Last block truncated in .debug_info; ignoring --7110-- WARNING: Serious error when reading debug info --7110-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --7110-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7110-- WARNING: Serious error when reading debug info --7110-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --7110-- Ignoring non-Dwarf2/3/4 block in .debug_info --7110-- WARNING: Serious error when reading debug info --7110-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --7110-- Last block truncated in .debug_info; ignoring --7110-- WARNING: Serious error when reading debug info --7110-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --7110-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7110-- WARNING: Serious error when reading debug info --7110-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --7110-- Ignoring non-Dwarf2/3/4 block in .debug_info --7110-- WARNING: Serious error when reading debug info --7110-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --7110-- Last block truncated in .debug_info; ignoring --7110-- WARNING: Serious error when reading debug info --7110-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --7110-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7110-- WARNING: Serious error when reading debug info --7110-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --7110-- Ignoring non-Dwarf2/3/4 block in .debug_info --7110-- WARNING: Serious error when reading debug info --7110-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --7110-- Last block truncated in .debug_info; ignoring --7110-- WARNING: Serious error when reading debug info --7110-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --7110-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7110-- WARNING: Serious error when reading debug info --7110-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --7110-- Ignoring non-Dwarf2/3/4 block in .debug_info --7110-- WARNING: Serious error when reading debug info --7110-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --7110-- Last block truncated in .debug_info; ignoring --7110-- WARNING: Serious error when reading debug info --7110-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --7110-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7110-- WARNING: Serious error when reading debug info --7110-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --7110-- Ignoring non-Dwarf2/3/4 block in .debug_info --7110-- WARNING: Serious error when reading debug info --7110-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --7110-- Last block truncated in .debug_info; ignoring --7110-- WARNING: Serious error when reading debug info --7110-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --7110-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7110-- WARNING: Serious error when reading debug info --7110-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --7110-- Ignoring non-Dwarf2/3/4 block in .debug_info --7110-- WARNING: Serious error when reading debug info --7110-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --7110-- Last block truncated in .debug_info; ignoring --7110-- WARNING: Serious error when reading debug info --7110-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --7110-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7110-- WARNING: Serious error when reading debug info --7110-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --7110-- Ignoring non-Dwarf2/3/4 block in .debug_info --7110-- WARNING: Serious error when reading debug info --7110-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --7110-- Last block truncated in .debug_info; ignoring --7110-- WARNING: Serious error when reading debug info --7110-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --7110-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7110-- WARNING: Serious error when reading debug info --7110-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --7110-- Ignoring non-Dwarf2/3/4 block in .debug_info --7110-- WARNING: Serious error when reading debug info --7110-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --7110-- Last block truncated in .debug_info; ignoring --7110-- WARNING: Serious error when reading debug info --7110-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --7110-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7110-- WARNING: Serious error when reading debug info --7110-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --7110-- Ignoring non-Dwarf2/3/4 block in .debug_info --7110-- WARNING: Serious error when reading debug info --7110-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --7110-- Last block truncated in .debug_info; ignoring --7110-- WARNING: Serious error when reading debug info --7110-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --7110-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==7110== ==7110== HEAP SUMMARY: ==7110== in use at exit: 868,783 bytes in 8,664 blocks ==7110== total heap usage: 206,485 allocs, 197,821 frees, 18,604,994 bytes allocated ==7110== ==7110== LEAK SUMMARY: ==7110== definitely lost: 0 bytes in 0 blocks ==7110== indirectly lost: 0 bytes in 0 blocks ==7110== possibly lost: 432 bytes in 2 blocks ==7110== still reachable: 434,791 bytes in 3,286 blocks ==7110== of which reachable via heuristic: ==7110== length64 : 4,744 bytes in 76 blocks ==7110== newarray : 2,048 bytes in 48 blocks ==7110== suppressed: 370,368 bytes in 4,891 blocks ==7110== Rerun with --leak-check=full to see details of leaked memory ==7110== ==7110== For counts of detected and suppressed errors, rerun with: -v ==7110== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==7186== Memcheck, a memory error detector ==7186== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==7186== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==7186== Command: ./client-test Client::Source::eds_task::testManyChanges ==7186== Parent PID: 96 ==7186== --7186-- WARNING: Serious error when reading debug info --7186-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --7186-- Ignoring non-Dwarf2/3/4 block in .debug_info --7186-- WARNING: Serious error when reading debug info --7186-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --7186-- Last block truncated in .debug_info; ignoring --7186-- WARNING: Serious error when reading debug info --7186-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --7186-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7186-- WARNING: Serious error when reading debug info --7186-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --7186-- Ignoring non-Dwarf2/3/4 block in .debug_info --7186-- WARNING: Serious error when reading debug info --7186-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --7186-- Last block truncated in .debug_info; ignoring --7186-- WARNING: Serious error when reading debug info --7186-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --7186-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7186-- WARNING: Serious error when reading debug info --7186-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --7186-- Ignoring non-Dwarf2/3/4 block in .debug_info --7186-- WARNING: Serious error when reading debug info --7186-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --7186-- Last block truncated in .debug_info; ignoring --7186-- WARNING: Serious error when reading debug info --7186-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --7186-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7186-- WARNING: Serious error when reading debug info --7186-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --7186-- Ignoring non-Dwarf2/3/4 block in .debug_info --7186-- WARNING: Serious error when reading debug info --7186-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --7186-- Last block truncated in .debug_info; ignoring --7186-- WARNING: Serious error when reading debug info --7186-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --7186-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7186-- WARNING: Serious error when reading debug info --7186-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --7186-- Ignoring non-Dwarf2/3/4 block in .debug_info --7186-- WARNING: Serious error when reading debug info --7186-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --7186-- Last block truncated in .debug_info; ignoring --7186-- WARNING: Serious error when reading debug info --7186-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --7186-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7186-- WARNING: Serious error when reading debug info --7186-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --7186-- Ignoring non-Dwarf2/3/4 block in .debug_info --7186-- WARNING: Serious error when reading debug info --7186-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --7186-- Last block truncated in .debug_info; ignoring --7186-- WARNING: Serious error when reading debug info --7186-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --7186-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7186-- WARNING: Serious error when reading debug info --7186-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --7186-- Ignoring non-Dwarf2/3/4 block in .debug_info --7186-- WARNING: Serious error when reading debug info --7186-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --7186-- Last block truncated in .debug_info; ignoring --7186-- WARNING: Serious error when reading debug info --7186-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --7186-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7186-- WARNING: Serious error when reading debug info --7186-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --7186-- Ignoring non-Dwarf2/3/4 block in .debug_info --7186-- WARNING: Serious error when reading debug info --7186-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --7186-- Last block truncated in .debug_info; ignoring --7186-- WARNING: Serious error when reading debug info --7186-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --7186-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7186-- WARNING: Serious error when reading debug info --7186-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --7186-- Ignoring non-Dwarf2/3/4 block in .debug_info --7186-- WARNING: Serious error when reading debug info --7186-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --7186-- Last block truncated in .debug_info; ignoring --7186-- WARNING: Serious error when reading debug info --7186-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --7186-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7186-- WARNING: Serious error when reading debug info --7186-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --7186-- Ignoring non-Dwarf2/3/4 block in .debug_info --7186-- WARNING: Serious error when reading debug info --7186-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --7186-- Last block truncated in .debug_info; ignoring --7186-- WARNING: Serious error when reading debug info --7186-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --7186-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7186-- WARNING: Serious error when reading debug info --7186-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --7186-- Ignoring non-Dwarf2/3/4 block in .debug_info --7186-- WARNING: Serious error when reading debug info --7186-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --7186-- Last block truncated in .debug_info; ignoring --7186-- WARNING: Serious error when reading debug info --7186-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --7186-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7186-- WARNING: Serious error when reading debug info --7186-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --7186-- Ignoring non-Dwarf2/3/4 block in .debug_info --7186-- WARNING: Serious error when reading debug info --7186-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --7186-- Last block truncated in .debug_info; ignoring --7186-- WARNING: Serious error when reading debug info --7186-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --7186-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7186-- WARNING: Serious error when reading debug info --7186-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --7186-- Ignoring non-Dwarf2/3/4 block in .debug_info --7186-- WARNING: Serious error when reading debug info --7186-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --7186-- Last block truncated in .debug_info; ignoring --7186-- WARNING: Serious error when reading debug info --7186-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --7186-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==7186== ==7186== HEAP SUMMARY: ==7186== in use at exit: 689,048 bytes in 5,811 blocks ==7186== total heap usage: 543,169 allocs, 537,358 frees, 42,158,122 bytes allocated ==7186== ==7186== LEAK SUMMARY: ==7186== definitely lost: 0 bytes in 0 blocks ==7186== indirectly lost: 0 bytes in 0 blocks ==7186== possibly lost: 1,104 bytes in 4 blocks ==7186== still reachable: 261,508 bytes in 550 blocks ==7186== of which reachable via heuristic: ==7186== length64 : 4,744 bytes in 76 blocks ==7186== newarray : 2,048 bytes in 48 blocks ==7186== suppressed: 363,244 bytes in 4,772 blocks ==7186== Rerun with --leak-check=full to see details of leaked memory ==7186== ==7186== For counts of detected and suppressed errors, rerun with: -v ==7186== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==720== Memcheck, a memory error detector ==720== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==720== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==720== Command: ./client-test Client::Source::eds_event::testImport ==720== Parent PID: 96 ==720== --720-- WARNING: Serious error when reading debug info --720-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --720-- Ignoring non-Dwarf2/3/4 block in .debug_info --720-- WARNING: Serious error when reading debug info --720-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --720-- Last block truncated in .debug_info; ignoring --720-- WARNING: Serious error when reading debug info --720-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --720-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --720-- WARNING: Serious error when reading debug info --720-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --720-- Ignoring non-Dwarf2/3/4 block in .debug_info --720-- WARNING: Serious error when reading debug info --720-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --720-- Last block truncated in .debug_info; ignoring --720-- WARNING: Serious error when reading debug info --720-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --720-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --720-- WARNING: Serious error when reading debug info --720-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --720-- Ignoring non-Dwarf2/3/4 block in .debug_info --720-- WARNING: Serious error when reading debug info --720-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --720-- Last block truncated in .debug_info; ignoring --720-- WARNING: Serious error when reading debug info --720-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --720-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --720-- WARNING: Serious error when reading debug info --720-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --720-- Ignoring non-Dwarf2/3/4 block in .debug_info --720-- WARNING: Serious error when reading debug info --720-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --720-- Last block truncated in .debug_info; ignoring --720-- WARNING: Serious error when reading debug info --720-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --720-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --720-- WARNING: Serious error when reading debug info --720-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --720-- Ignoring non-Dwarf2/3/4 block in .debug_info --720-- WARNING: Serious error when reading debug info --720-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --720-- Last block truncated in .debug_info; ignoring --720-- WARNING: Serious error when reading debug info --720-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --720-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --720-- WARNING: Serious error when reading debug info --720-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --720-- Ignoring non-Dwarf2/3/4 block in .debug_info --720-- WARNING: Serious error when reading debug info --720-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --720-- Last block truncated in .debug_info; ignoring --720-- WARNING: Serious error when reading debug info --720-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --720-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --720-- WARNING: Serious error when reading debug info --720-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --720-- Ignoring non-Dwarf2/3/4 block in .debug_info --720-- WARNING: Serious error when reading debug info --720-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --720-- Last block truncated in .debug_info; ignoring --720-- WARNING: Serious error when reading debug info --720-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --720-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --720-- WARNING: Serious error when reading debug info --720-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --720-- Ignoring non-Dwarf2/3/4 block in .debug_info --720-- WARNING: Serious error when reading debug info --720-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --720-- Last block truncated in .debug_info; ignoring --720-- WARNING: Serious error when reading debug info --720-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --720-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --720-- WARNING: Serious error when reading debug info --720-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --720-- Ignoring non-Dwarf2/3/4 block in .debug_info --720-- WARNING: Serious error when reading debug info --720-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --720-- Last block truncated in .debug_info; ignoring --720-- WARNING: Serious error when reading debug info --720-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --720-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --720-- WARNING: Serious error when reading debug info --720-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --720-- Ignoring non-Dwarf2/3/4 block in .debug_info --720-- WARNING: Serious error when reading debug info --720-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --720-- Last block truncated in .debug_info; ignoring --720-- WARNING: Serious error when reading debug info --720-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --720-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --720-- WARNING: Serious error when reading debug info --720-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --720-- Ignoring non-Dwarf2/3/4 block in .debug_info --720-- WARNING: Serious error when reading debug info --720-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --720-- Last block truncated in .debug_info; ignoring --720-- WARNING: Serious error when reading debug info --720-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --720-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --720-- WARNING: Serious error when reading debug info --720-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --720-- Ignoring non-Dwarf2/3/4 block in .debug_info --720-- WARNING: Serious error when reading debug info --720-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --720-- Last block truncated in .debug_info; ignoring --720-- WARNING: Serious error when reading debug info --720-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --720-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --720-- WARNING: Serious error when reading debug info --720-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --720-- Ignoring non-Dwarf2/3/4 block in .debug_info --720-- WARNING: Serious error when reading debug info --720-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --720-- Last block truncated in .debug_info; ignoring --720-- WARNING: Serious error when reading debug info --720-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --720-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==720== ==720== HEAP SUMMARY: ==720== in use at exit: 845,449 bytes in 8,295 blocks ==720== total heap usage: 244,854 allocs, 236,559 frees, 22,171,370 bytes allocated ==720== ==720== LEAK SUMMARY: ==720== definitely lost: 0 bytes in 0 blocks ==720== indirectly lost: 0 bytes in 0 blocks ==720== possibly lost: 1,104 bytes in 4 blocks ==720== still reachable: 417,811 bytes in 3,046 blocks ==720== of which reachable via heuristic: ==720== length64 : 4,744 bytes in 76 blocks ==720== newarray : 2,048 bytes in 48 blocks ==720== suppressed: 363,342 bytes in 4,760 blocks ==720== Rerun with --leak-check=full to see details of leaked memory ==720== ==720== For counts of detected and suppressed errors, rerun with: -v ==720== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==7289== Memcheck, a memory error detector ==7289== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==7289== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==7289== Command: ./client-test Client::Source::eds_contact::testOpen ==7289== Parent PID: 96 ==7289== --7289-- WARNING: Serious error when reading debug info --7289-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --7289-- Ignoring non-Dwarf2/3/4 block in .debug_info --7289-- WARNING: Serious error when reading debug info --7289-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --7289-- Last block truncated in .debug_info; ignoring --7289-- WARNING: Serious error when reading debug info --7289-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --7289-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7289-- WARNING: Serious error when reading debug info --7289-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --7289-- Ignoring non-Dwarf2/3/4 block in .debug_info --7289-- WARNING: Serious error when reading debug info --7289-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --7289-- Last block truncated in .debug_info; ignoring --7289-- WARNING: Serious error when reading debug info --7289-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --7289-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7289-- WARNING: Serious error when reading debug info --7289-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --7289-- Ignoring non-Dwarf2/3/4 block in .debug_info --7289-- WARNING: Serious error when reading debug info --7289-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --7289-- Last block truncated in .debug_info; ignoring --7289-- WARNING: Serious error when reading debug info --7289-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --7289-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7289-- WARNING: Serious error when reading debug info --7289-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --7289-- Ignoring non-Dwarf2/3/4 block in .debug_info --7289-- WARNING: Serious error when reading debug info --7289-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --7289-- Last block truncated in .debug_info; ignoring --7289-- WARNING: Serious error when reading debug info --7289-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --7289-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7289-- WARNING: Serious error when reading debug info --7289-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --7289-- Ignoring non-Dwarf2/3/4 block in .debug_info --7289-- WARNING: Serious error when reading debug info --7289-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --7289-- Last block truncated in .debug_info; ignoring --7289-- WARNING: Serious error when reading debug info --7289-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --7289-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7289-- WARNING: Serious error when reading debug info --7289-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --7289-- Ignoring non-Dwarf2/3/4 block in .debug_info --7289-- WARNING: Serious error when reading debug info --7289-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --7289-- Last block truncated in .debug_info; ignoring --7289-- WARNING: Serious error when reading debug info --7289-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --7289-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7289-- WARNING: Serious error when reading debug info --7289-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --7289-- Ignoring non-Dwarf2/3/4 block in .debug_info --7289-- WARNING: Serious error when reading debug info --7289-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --7289-- Last block truncated in .debug_info; ignoring --7289-- WARNING: Serious error when reading debug info --7289-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --7289-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7289-- WARNING: Serious error when reading debug info --7289-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --7289-- Ignoring non-Dwarf2/3/4 block in .debug_info --7289-- WARNING: Serious error when reading debug info --7289-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --7289-- Last block truncated in .debug_info; ignoring --7289-- WARNING: Serious error when reading debug info --7289-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --7289-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7289-- WARNING: Serious error when reading debug info --7289-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --7289-- Ignoring non-Dwarf2/3/4 block in .debug_info --7289-- WARNING: Serious error when reading debug info --7289-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --7289-- Last block truncated in .debug_info; ignoring --7289-- WARNING: Serious error when reading debug info --7289-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --7289-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7289-- WARNING: Serious error when reading debug info --7289-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --7289-- Ignoring non-Dwarf2/3/4 block in .debug_info --7289-- WARNING: Serious error when reading debug info --7289-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --7289-- Last block truncated in .debug_info; ignoring --7289-- WARNING: Serious error when reading debug info --7289-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --7289-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7289-- WARNING: Serious error when reading debug info --7289-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --7289-- Ignoring non-Dwarf2/3/4 block in .debug_info --7289-- WARNING: Serious error when reading debug info --7289-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --7289-- Last block truncated in .debug_info; ignoring --7289-- WARNING: Serious error when reading debug info --7289-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --7289-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7289-- WARNING: Serious error when reading debug info --7289-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --7289-- Ignoring non-Dwarf2/3/4 block in .debug_info --7289-- WARNING: Serious error when reading debug info --7289-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --7289-- Last block truncated in .debug_info; ignoring --7289-- WARNING: Serious error when reading debug info --7289-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --7289-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7289-- WARNING: Serious error when reading debug info --7289-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --7289-- Ignoring non-Dwarf2/3/4 block in .debug_info --7289-- WARNING: Serious error when reading debug info --7289-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --7289-- Last block truncated in .debug_info; ignoring --7289-- WARNING: Serious error when reading debug info --7289-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --7289-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==7289== ==7289== HEAP SUMMARY: ==7289== in use at exit: 595,877 bytes in 5,185 blocks ==7289== total heap usage: 95,880 allocs, 90,695 frees, 9,724,283 bytes allocated ==7289== ==7289== LEAK SUMMARY: ==7289== definitely lost: 0 bytes in 0 blocks ==7289== indirectly lost: 0 bytes in 0 blocks ==7289== possibly lost: 1,104 bytes in 4 blocks ==7289== still reachable: 261,284 bytes in 541 blocks ==7289== of which reachable via heuristic: ==7289== length64 : 4,480 bytes in 73 blocks ==7289== newarray : 2,016 bytes in 46 blocks ==7289== suppressed: 273,057 bytes in 4,186 blocks ==7289== Rerun with --leak-check=full to see details of leaked memory ==7289== ==7289== For counts of detected and suppressed errors, rerun with: -v ==7289== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==7307== Memcheck, a memory error detector ==7307== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==7307== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==7307== Command: ./client-test Client::Source::eds_contact::testIterateTwice ==7307== Parent PID: 96 ==7307== --7307-- WARNING: Serious error when reading debug info --7307-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --7307-- Ignoring non-Dwarf2/3/4 block in .debug_info --7307-- WARNING: Serious error when reading debug info --7307-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --7307-- Last block truncated in .debug_info; ignoring --7307-- WARNING: Serious error when reading debug info --7307-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --7307-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7307-- WARNING: Serious error when reading debug info --7307-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --7307-- Ignoring non-Dwarf2/3/4 block in .debug_info --7307-- WARNING: Serious error when reading debug info --7307-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --7307-- Last block truncated in .debug_info; ignoring --7307-- WARNING: Serious error when reading debug info --7307-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --7307-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7307-- WARNING: Serious error when reading debug info --7307-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --7307-- Ignoring non-Dwarf2/3/4 block in .debug_info --7307-- WARNING: Serious error when reading debug info --7307-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --7307-- Last block truncated in .debug_info; ignoring --7307-- WARNING: Serious error when reading debug info --7307-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --7307-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7307-- WARNING: Serious error when reading debug info --7307-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --7307-- Ignoring non-Dwarf2/3/4 block in .debug_info --7307-- WARNING: Serious error when reading debug info --7307-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --7307-- Last block truncated in .debug_info; ignoring --7307-- WARNING: Serious error when reading debug info --7307-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --7307-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7307-- WARNING: Serious error when reading debug info --7307-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --7307-- Ignoring non-Dwarf2/3/4 block in .debug_info --7307-- WARNING: Serious error when reading debug info --7307-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --7307-- Last block truncated in .debug_info; ignoring --7307-- WARNING: Serious error when reading debug info --7307-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --7307-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7307-- WARNING: Serious error when reading debug info --7307-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --7307-- Ignoring non-Dwarf2/3/4 block in .debug_info --7307-- WARNING: Serious error when reading debug info --7307-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --7307-- Last block truncated in .debug_info; ignoring --7307-- WARNING: Serious error when reading debug info --7307-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --7307-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7307-- WARNING: Serious error when reading debug info --7307-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --7307-- Ignoring non-Dwarf2/3/4 block in .debug_info --7307-- WARNING: Serious error when reading debug info --7307-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --7307-- Last block truncated in .debug_info; ignoring --7307-- WARNING: Serious error when reading debug info --7307-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --7307-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7307-- WARNING: Serious error when reading debug info --7307-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --7307-- Ignoring non-Dwarf2/3/4 block in .debug_info --7307-- WARNING: Serious error when reading debug info --7307-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --7307-- Last block truncated in .debug_info; ignoring --7307-- WARNING: Serious error when reading debug info --7307-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --7307-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7307-- WARNING: Serious error when reading debug info --7307-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --7307-- Ignoring non-Dwarf2/3/4 block in .debug_info --7307-- WARNING: Serious error when reading debug info --7307-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --7307-- Last block truncated in .debug_info; ignoring --7307-- WARNING: Serious error when reading debug info --7307-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --7307-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7307-- WARNING: Serious error when reading debug info --7307-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --7307-- Ignoring non-Dwarf2/3/4 block in .debug_info --7307-- WARNING: Serious error when reading debug info --7307-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --7307-- Last block truncated in .debug_info; ignoring --7307-- WARNING: Serious error when reading debug info --7307-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --7307-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7307-- WARNING: Serious error when reading debug info --7307-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --7307-- Ignoring non-Dwarf2/3/4 block in .debug_info --7307-- WARNING: Serious error when reading debug info --7307-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --7307-- Last block truncated in .debug_info; ignoring --7307-- WARNING: Serious error when reading debug info --7307-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --7307-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7307-- WARNING: Serious error when reading debug info --7307-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --7307-- Ignoring non-Dwarf2/3/4 block in .debug_info --7307-- WARNING: Serious error when reading debug info --7307-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --7307-- Last block truncated in .debug_info; ignoring --7307-- WARNING: Serious error when reading debug info --7307-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --7307-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7307-- WARNING: Serious error when reading debug info --7307-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --7307-- Ignoring non-Dwarf2/3/4 block in .debug_info --7307-- WARNING: Serious error when reading debug info --7307-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --7307-- Last block truncated in .debug_info; ignoring --7307-- WARNING: Serious error when reading debug info --7307-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --7307-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==7307== ==7307== HEAP SUMMARY: ==7307== in use at exit: 603,979 bytes in 5,309 blocks ==7307== total heap usage: 100,348 allocs, 95,039 frees, 9,934,307 bytes allocated ==7307== ==7307== LEAK SUMMARY: ==7307== definitely lost: 0 bytes in 0 blocks ==7307== indirectly lost: 0 bytes in 0 blocks ==7307== possibly lost: 432 bytes in 2 blocks ==7307== still reachable: 252,886 bytes in 391 blocks ==7307== of which reachable via heuristic: ==7307== length64 : 4,720 bytes in 76 blocks ==7307== newarray : 2,032 bytes in 47 blocks ==7307== suppressed: 288,317 bytes in 4,441 blocks ==7307== Rerun with --leak-check=full to see details of leaked memory ==7307== ==7307== For counts of detected and suppressed errors, rerun with: -v ==7307== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==7329== Memcheck, a memory error detector ==7329== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==7329== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==7329== Command: ./client-test Client::Source::eds_contact::testDelete404 ==7329== Parent PID: 96 ==7329== --7329-- WARNING: Serious error when reading debug info --7329-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --7329-- Ignoring non-Dwarf2/3/4 block in .debug_info --7329-- WARNING: Serious error when reading debug info --7329-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --7329-- Last block truncated in .debug_info; ignoring --7329-- WARNING: Serious error when reading debug info --7329-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --7329-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7329-- WARNING: Serious error when reading debug info --7329-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --7329-- Ignoring non-Dwarf2/3/4 block in .debug_info --7329-- WARNING: Serious error when reading debug info --7329-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --7329-- Last block truncated in .debug_info; ignoring --7329-- WARNING: Serious error when reading debug info --7329-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --7329-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7329-- WARNING: Serious error when reading debug info --7329-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --7329-- Ignoring non-Dwarf2/3/4 block in .debug_info --7329-- WARNING: Serious error when reading debug info --7329-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --7329-- Last block truncated in .debug_info; ignoring --7329-- WARNING: Serious error when reading debug info --7329-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --7329-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7329-- WARNING: Serious error when reading debug info --7329-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --7329-- Ignoring non-Dwarf2/3/4 block in .debug_info --7329-- WARNING: Serious error when reading debug info --7329-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --7329-- Last block truncated in .debug_info; ignoring --7329-- WARNING: Serious error when reading debug info --7329-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --7329-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7329-- WARNING: Serious error when reading debug info --7329-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --7329-- Ignoring non-Dwarf2/3/4 block in .debug_info --7329-- WARNING: Serious error when reading debug info --7329-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --7329-- Last block truncated in .debug_info; ignoring --7329-- WARNING: Serious error when reading debug info --7329-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --7329-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7329-- WARNING: Serious error when reading debug info --7329-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --7329-- Ignoring non-Dwarf2/3/4 block in .debug_info --7329-- WARNING: Serious error when reading debug info --7329-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --7329-- Last block truncated in .debug_info; ignoring --7329-- WARNING: Serious error when reading debug info --7329-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --7329-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7329-- WARNING: Serious error when reading debug info --7329-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --7329-- Ignoring non-Dwarf2/3/4 block in .debug_info --7329-- WARNING: Serious error when reading debug info --7329-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --7329-- Last block truncated in .debug_info; ignoring --7329-- WARNING: Serious error when reading debug info --7329-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --7329-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7329-- WARNING: Serious error when reading debug info --7329-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --7329-- Ignoring non-Dwarf2/3/4 block in .debug_info --7329-- WARNING: Serious error when reading debug info --7329-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --7329-- Last block truncated in .debug_info; ignoring --7329-- WARNING: Serious error when reading debug info --7329-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --7329-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7329-- WARNING: Serious error when reading debug info --7329-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --7329-- Ignoring non-Dwarf2/3/4 block in .debug_info --7329-- WARNING: Serious error when reading debug info --7329-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --7329-- Last block truncated in .debug_info; ignoring --7329-- WARNING: Serious error when reading debug info --7329-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --7329-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7329-- WARNING: Serious error when reading debug info --7329-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --7329-- Ignoring non-Dwarf2/3/4 block in .debug_info --7329-- WARNING: Serious error when reading debug info --7329-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --7329-- Last block truncated in .debug_info; ignoring --7329-- WARNING: Serious error when reading debug info --7329-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --7329-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7329-- WARNING: Serious error when reading debug info --7329-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --7329-- Ignoring non-Dwarf2/3/4 block in .debug_info --7329-- WARNING: Serious error when reading debug info --7329-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --7329-- Last block truncated in .debug_info; ignoring --7329-- WARNING: Serious error when reading debug info --7329-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --7329-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7329-- WARNING: Serious error when reading debug info --7329-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --7329-- Ignoring non-Dwarf2/3/4 block in .debug_info --7329-- WARNING: Serious error when reading debug info --7329-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --7329-- Last block truncated in .debug_info; ignoring --7329-- WARNING: Serious error when reading debug info --7329-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --7329-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7329-- WARNING: Serious error when reading debug info --7329-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --7329-- Ignoring non-Dwarf2/3/4 block in .debug_info --7329-- WARNING: Serious error when reading debug info --7329-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --7329-- Last block truncated in .debug_info; ignoring --7329-- WARNING: Serious error when reading debug info --7329-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --7329-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==7329== ==7329== HEAP SUMMARY: ==7329== in use at exit: 607,837 bytes in 5,361 blocks ==7329== total heap usage: 100,706 allocs, 95,345 frees, 9,941,770 bytes allocated ==7329== ==7329== LEAK SUMMARY: ==7329== definitely lost: 0 bytes in 0 blocks ==7329== indirectly lost: 0 bytes in 0 blocks ==7329== possibly lost: 1,104 bytes in 4 blocks ==7329== still reachable: 264,125 bytes in 614 blocks ==7329== of which reachable via heuristic: ==7329== length64 : 4,720 bytes in 76 blocks ==7329== newarray : 2,032 bytes in 47 blocks ==7329== suppressed: 280,432 bytes in 4,270 blocks ==7329== Rerun with --leak-check=full to see details of leaked memory ==7329== ==7329== For counts of detected and suppressed errors, rerun with: -v ==7329== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==7350== Memcheck, a memory error detector ==7350== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==7350== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==7350== Command: ./client-test Client::Source::eds_contact::testReadItem404 ==7350== Parent PID: 96 ==7350== --7350-- WARNING: Serious error when reading debug info --7350-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --7350-- Ignoring non-Dwarf2/3/4 block in .debug_info --7350-- WARNING: Serious error when reading debug info --7350-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --7350-- Last block truncated in .debug_info; ignoring --7350-- WARNING: Serious error when reading debug info --7350-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --7350-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7350-- WARNING: Serious error when reading debug info --7350-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --7350-- Ignoring non-Dwarf2/3/4 block in .debug_info --7350-- WARNING: Serious error when reading debug info --7350-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --7350-- Last block truncated in .debug_info; ignoring --7350-- WARNING: Serious error when reading debug info --7350-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --7350-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7350-- WARNING: Serious error when reading debug info --7350-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --7350-- Ignoring non-Dwarf2/3/4 block in .debug_info --7350-- WARNING: Serious error when reading debug info --7350-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --7350-- Last block truncated in .debug_info; ignoring --7350-- WARNING: Serious error when reading debug info --7350-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --7350-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7350-- WARNING: Serious error when reading debug info --7350-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --7350-- Ignoring non-Dwarf2/3/4 block in .debug_info --7350-- WARNING: Serious error when reading debug info --7350-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --7350-- Last block truncated in .debug_info; ignoring --7350-- WARNING: Serious error when reading debug info --7350-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --7350-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7350-- WARNING: Serious error when reading debug info --7350-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --7350-- Ignoring non-Dwarf2/3/4 block in .debug_info --7350-- WARNING: Serious error when reading debug info --7350-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --7350-- Last block truncated in .debug_info; ignoring --7350-- WARNING: Serious error when reading debug info --7350-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --7350-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7350-- WARNING: Serious error when reading debug info --7350-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --7350-- Ignoring non-Dwarf2/3/4 block in .debug_info --7350-- WARNING: Serious error when reading debug info --7350-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --7350-- Last block truncated in .debug_info; ignoring --7350-- WARNING: Serious error when reading debug info --7350-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --7350-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7350-- WARNING: Serious error when reading debug info --7350-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --7350-- Ignoring non-Dwarf2/3/4 block in .debug_info --7350-- WARNING: Serious error when reading debug info --7350-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --7350-- Last block truncated in .debug_info; ignoring --7350-- WARNING: Serious error when reading debug info --7350-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --7350-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7350-- WARNING: Serious error when reading debug info --7350-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --7350-- Ignoring non-Dwarf2/3/4 block in .debug_info --7350-- WARNING: Serious error when reading debug info --7350-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --7350-- Last block truncated in .debug_info; ignoring --7350-- WARNING: Serious error when reading debug info --7350-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --7350-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7350-- WARNING: Serious error when reading debug info --7350-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --7350-- Ignoring non-Dwarf2/3/4 block in .debug_info --7350-- WARNING: Serious error when reading debug info --7350-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --7350-- Last block truncated in .debug_info; ignoring --7350-- WARNING: Serious error when reading debug info --7350-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --7350-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7350-- WARNING: Serious error when reading debug info --7350-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --7350-- Ignoring non-Dwarf2/3/4 block in .debug_info --7350-- WARNING: Serious error when reading debug info --7350-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --7350-- Last block truncated in .debug_info; ignoring --7350-- WARNING: Serious error when reading debug info --7350-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --7350-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7350-- WARNING: Serious error when reading debug info --7350-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --7350-- Ignoring non-Dwarf2/3/4 block in .debug_info --7350-- WARNING: Serious error when reading debug info --7350-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --7350-- Last block truncated in .debug_info; ignoring --7350-- WARNING: Serious error when reading debug info --7350-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --7350-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7350-- WARNING: Serious error when reading debug info --7350-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --7350-- Ignoring non-Dwarf2/3/4 block in .debug_info --7350-- WARNING: Serious error when reading debug info --7350-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --7350-- Last block truncated in .debug_info; ignoring --7350-- WARNING: Serious error when reading debug info --7350-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --7350-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7350-- WARNING: Serious error when reading debug info --7350-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --7350-- Ignoring non-Dwarf2/3/4 block in .debug_info --7350-- WARNING: Serious error when reading debug info --7350-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --7350-- Last block truncated in .debug_info; ignoring --7350-- WARNING: Serious error when reading debug info --7350-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --7350-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==7350== ==7350== HEAP SUMMARY: ==7350== in use at exit: 606,052 bytes in 5,335 blocks ==7350== total heap usage: 100,630 allocs, 95,295 frees, 9,941,700 bytes allocated ==7350== ==7350== LEAK SUMMARY: ==7350== definitely lost: 0 bytes in 0 blocks ==7350== indirectly lost: 0 bytes in 0 blocks ==7350== possibly lost: 1,104 bytes in 4 blocks ==7350== still reachable: 262,804 bytes in 588 blocks ==7350== of which reachable via heuristic: ==7350== length64 : 4,720 bytes in 76 blocks ==7350== newarray : 2,032 bytes in 47 blocks ==7350== suppressed: 279,968 bytes in 4,270 blocks ==7350== Rerun with --leak-check=full to see details of leaked memory ==7350== ==7350== For counts of detected and suppressed errors, rerun with: -v ==7350== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==7371== Memcheck, a memory error detector ==7371== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==7371== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==7371== Command: ./client-test Client::Source::eds_contact::testSimpleInsert ==7371== Parent PID: 96 ==7371== --7371-- WARNING: Serious error when reading debug info --7371-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --7371-- Ignoring non-Dwarf2/3/4 block in .debug_info --7371-- WARNING: Serious error when reading debug info --7371-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --7371-- Last block truncated in .debug_info; ignoring --7371-- WARNING: Serious error when reading debug info --7371-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --7371-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7371-- WARNING: Serious error when reading debug info --7371-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --7371-- Ignoring non-Dwarf2/3/4 block in .debug_info --7371-- WARNING: Serious error when reading debug info --7371-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --7371-- Last block truncated in .debug_info; ignoring --7371-- WARNING: Serious error when reading debug info --7371-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --7371-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7371-- WARNING: Serious error when reading debug info --7371-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --7371-- Ignoring non-Dwarf2/3/4 block in .debug_info --7371-- WARNING: Serious error when reading debug info --7371-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --7371-- Last block truncated in .debug_info; ignoring --7371-- WARNING: Serious error when reading debug info --7371-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --7371-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7371-- WARNING: Serious error when reading debug info --7371-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --7371-- Ignoring non-Dwarf2/3/4 block in .debug_info --7371-- WARNING: Serious error when reading debug info --7371-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --7371-- Last block truncated in .debug_info; ignoring --7371-- WARNING: Serious error when reading debug info --7371-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --7371-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7371-- WARNING: Serious error when reading debug info --7371-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --7371-- Ignoring non-Dwarf2/3/4 block in .debug_info --7371-- WARNING: Serious error when reading debug info --7371-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --7371-- Last block truncated in .debug_info; ignoring --7371-- WARNING: Serious error when reading debug info --7371-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --7371-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7371-- WARNING: Serious error when reading debug info --7371-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --7371-- Ignoring non-Dwarf2/3/4 block in .debug_info --7371-- WARNING: Serious error when reading debug info --7371-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --7371-- Last block truncated in .debug_info; ignoring --7371-- WARNING: Serious error when reading debug info --7371-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --7371-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7371-- WARNING: Serious error when reading debug info --7371-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --7371-- Ignoring non-Dwarf2/3/4 block in .debug_info --7371-- WARNING: Serious error when reading debug info --7371-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --7371-- Last block truncated in .debug_info; ignoring --7371-- WARNING: Serious error when reading debug info --7371-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --7371-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7371-- WARNING: Serious error when reading debug info --7371-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --7371-- Ignoring non-Dwarf2/3/4 block in .debug_info --7371-- WARNING: Serious error when reading debug info --7371-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --7371-- Last block truncated in .debug_info; ignoring --7371-- WARNING: Serious error when reading debug info --7371-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --7371-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7371-- WARNING: Serious error when reading debug info --7371-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --7371-- Ignoring non-Dwarf2/3/4 block in .debug_info --7371-- WARNING: Serious error when reading debug info --7371-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --7371-- Last block truncated in .debug_info; ignoring --7371-- WARNING: Serious error when reading debug info --7371-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --7371-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7371-- WARNING: Serious error when reading debug info --7371-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --7371-- Ignoring non-Dwarf2/3/4 block in .debug_info --7371-- WARNING: Serious error when reading debug info --7371-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --7371-- Last block truncated in .debug_info; ignoring --7371-- WARNING: Serious error when reading debug info --7371-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --7371-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7371-- WARNING: Serious error when reading debug info --7371-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --7371-- Ignoring non-Dwarf2/3/4 block in .debug_info --7371-- WARNING: Serious error when reading debug info --7371-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --7371-- Last block truncated in .debug_info; ignoring --7371-- WARNING: Serious error when reading debug info --7371-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --7371-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7371-- WARNING: Serious error when reading debug info --7371-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --7371-- Ignoring non-Dwarf2/3/4 block in .debug_info --7371-- WARNING: Serious error when reading debug info --7371-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --7371-- Last block truncated in .debug_info; ignoring --7371-- WARNING: Serious error when reading debug info --7371-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --7371-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7371-- WARNING: Serious error when reading debug info --7371-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --7371-- Ignoring non-Dwarf2/3/4 block in .debug_info --7371-- WARNING: Serious error when reading debug info --7371-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --7371-- Last block truncated in .debug_info; ignoring --7371-- WARNING: Serious error when reading debug info --7371-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --7371-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==7371== ==7371== HEAP SUMMARY: ==7371== in use at exit: 660,461 bytes in 5,784 blocks ==7371== total heap usage: 119,134 allocs, 113,350 frees, 11,152,651 bytes allocated ==7371== ==7371== LEAK SUMMARY: ==7371== definitely lost: 0 bytes in 0 blocks ==7371== indirectly lost: 0 bytes in 0 blocks ==7371== possibly lost: 1,440 bytes in 5 blocks ==7371== still reachable: 264,833 bytes in 595 blocks ==7371== of which reachable via heuristic: ==7371== length64 : 4,720 bytes in 76 blocks ==7371== newarray : 2,032 bytes in 47 blocks ==7371== suppressed: 311,316 bytes in 4,576 blocks ==7371== Rerun with --leak-check=full to see details of leaked memory ==7371== ==7371== For counts of detected and suppressed errors, rerun with: -v ==7371== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==7398== Memcheck, a memory error detector ==7398== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==7398== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==7398== Command: ./client-test Client::Source::eds_contact::testLocalDeleteAll ==7398== Parent PID: 96 ==7398== --7398-- WARNING: Serious error when reading debug info --7398-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --7398-- Ignoring non-Dwarf2/3/4 block in .debug_info --7398-- WARNING: Serious error when reading debug info --7398-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --7398-- Last block truncated in .debug_info; ignoring --7398-- WARNING: Serious error when reading debug info --7398-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --7398-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7398-- WARNING: Serious error when reading debug info --7398-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --7398-- Ignoring non-Dwarf2/3/4 block in .debug_info --7398-- WARNING: Serious error when reading debug info --7398-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --7398-- Last block truncated in .debug_info; ignoring --7398-- WARNING: Serious error when reading debug info --7398-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --7398-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7398-- WARNING: Serious error when reading debug info --7398-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --7398-- Ignoring non-Dwarf2/3/4 block in .debug_info --7398-- WARNING: Serious error when reading debug info --7398-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --7398-- Last block truncated in .debug_info; ignoring --7398-- WARNING: Serious error when reading debug info --7398-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --7398-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7398-- WARNING: Serious error when reading debug info --7398-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --7398-- Ignoring non-Dwarf2/3/4 block in .debug_info --7398-- WARNING: Serious error when reading debug info --7398-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --7398-- Last block truncated in .debug_info; ignoring --7398-- WARNING: Serious error when reading debug info --7398-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --7398-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7398-- WARNING: Serious error when reading debug info --7398-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --7398-- Ignoring non-Dwarf2/3/4 block in .debug_info --7398-- WARNING: Serious error when reading debug info --7398-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --7398-- Last block truncated in .debug_info; ignoring --7398-- WARNING: Serious error when reading debug info --7398-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --7398-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7398-- WARNING: Serious error when reading debug info --7398-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --7398-- Ignoring non-Dwarf2/3/4 block in .debug_info --7398-- WARNING: Serious error when reading debug info --7398-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --7398-- Last block truncated in .debug_info; ignoring --7398-- WARNING: Serious error when reading debug info --7398-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --7398-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7398-- WARNING: Serious error when reading debug info --7398-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --7398-- Ignoring non-Dwarf2/3/4 block in .debug_info --7398-- WARNING: Serious error when reading debug info --7398-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --7398-- Last block truncated in .debug_info; ignoring --7398-- WARNING: Serious error when reading debug info --7398-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --7398-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7398-- WARNING: Serious error when reading debug info --7398-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --7398-- Ignoring non-Dwarf2/3/4 block in .debug_info --7398-- WARNING: Serious error when reading debug info --7398-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --7398-- Last block truncated in .debug_info; ignoring --7398-- WARNING: Serious error when reading debug info --7398-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --7398-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7398-- WARNING: Serious error when reading debug info --7398-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --7398-- Ignoring non-Dwarf2/3/4 block in .debug_info --7398-- WARNING: Serious error when reading debug info --7398-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --7398-- Last block truncated in .debug_info; ignoring --7398-- WARNING: Serious error when reading debug info --7398-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --7398-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7398-- WARNING: Serious error when reading debug info --7398-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --7398-- Ignoring non-Dwarf2/3/4 block in .debug_info --7398-- WARNING: Serious error when reading debug info --7398-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --7398-- Last block truncated in .debug_info; ignoring --7398-- WARNING: Serious error when reading debug info --7398-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --7398-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7398-- WARNING: Serious error when reading debug info --7398-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --7398-- Ignoring non-Dwarf2/3/4 block in .debug_info --7398-- WARNING: Serious error when reading debug info --7398-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --7398-- Last block truncated in .debug_info; ignoring --7398-- WARNING: Serious error when reading debug info --7398-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --7398-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7398-- WARNING: Serious error when reading debug info --7398-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --7398-- Ignoring non-Dwarf2/3/4 block in .debug_info --7398-- WARNING: Serious error when reading debug info --7398-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --7398-- Last block truncated in .debug_info; ignoring --7398-- WARNING: Serious error when reading debug info --7398-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --7398-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7398-- WARNING: Serious error when reading debug info --7398-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --7398-- Ignoring non-Dwarf2/3/4 block in .debug_info --7398-- WARNING: Serious error when reading debug info --7398-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --7398-- Last block truncated in .debug_info; ignoring --7398-- WARNING: Serious error when reading debug info --7398-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --7398-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==7398== ==7398== HEAP SUMMARY: ==7398== in use at exit: 664,015 bytes in 5,842 blocks ==7398== total heap usage: 153,673 allocs, 147,831 frees, 13,345,100 bytes allocated ==7398== ==7398== LEAK SUMMARY: ==7398== definitely lost: 0 bytes in 0 blocks ==7398== indirectly lost: 0 bytes in 0 blocks ==7398== possibly lost: 1,440 bytes in 5 blocks ==7398== still reachable: 267,819 bytes in 643 blocks ==7398== of which reachable via heuristic: ==7398== length64 : 4,720 bytes in 76 blocks ==7398== newarray : 2,032 bytes in 47 blocks ==7398== suppressed: 311,884 bytes in 4,586 blocks ==7398== Rerun with --leak-check=full to see details of leaked memory ==7398== ==7398== For counts of detected and suppressed errors, rerun with: -v ==7398== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==7435== Memcheck, a memory error detector ==7435== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==7435== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==7435== Command: ./client-test Client::Source::eds_contact::testComplexInsert ==7435== Parent PID: 96 ==7435== --7435-- WARNING: Serious error when reading debug info --7435-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --7435-- Ignoring non-Dwarf2/3/4 block in .debug_info --7435-- WARNING: Serious error when reading debug info --7435-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --7435-- Last block truncated in .debug_info; ignoring --7435-- WARNING: Serious error when reading debug info --7435-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --7435-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7435-- WARNING: Serious error when reading debug info --7435-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --7435-- Ignoring non-Dwarf2/3/4 block in .debug_info --7435-- WARNING: Serious error when reading debug info --7435-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --7435-- Last block truncated in .debug_info; ignoring --7435-- WARNING: Serious error when reading debug info --7435-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --7435-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7435-- WARNING: Serious error when reading debug info --7435-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --7435-- Ignoring non-Dwarf2/3/4 block in .debug_info --7435-- WARNING: Serious error when reading debug info --7435-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --7435-- Last block truncated in .debug_info; ignoring --7435-- WARNING: Serious error when reading debug info --7435-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --7435-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7435-- WARNING: Serious error when reading debug info --7435-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --7435-- Ignoring non-Dwarf2/3/4 block in .debug_info --7435-- WARNING: Serious error when reading debug info --7435-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --7435-- Last block truncated in .debug_info; ignoring --7435-- WARNING: Serious error when reading debug info --7435-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --7435-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7435-- WARNING: Serious error when reading debug info --7435-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --7435-- Ignoring non-Dwarf2/3/4 block in .debug_info --7435-- WARNING: Serious error when reading debug info --7435-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --7435-- Last block truncated in .debug_info; ignoring --7435-- WARNING: Serious error when reading debug info --7435-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --7435-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7435-- WARNING: Serious error when reading debug info --7435-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --7435-- Ignoring non-Dwarf2/3/4 block in .debug_info --7435-- WARNING: Serious error when reading debug info --7435-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --7435-- Last block truncated in .debug_info; ignoring --7435-- WARNING: Serious error when reading debug info --7435-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --7435-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7435-- WARNING: Serious error when reading debug info --7435-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --7435-- Ignoring non-Dwarf2/3/4 block in .debug_info --7435-- WARNING: Serious error when reading debug info --7435-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --7435-- Last block truncated in .debug_info; ignoring --7435-- WARNING: Serious error when reading debug info --7435-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --7435-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7435-- WARNING: Serious error when reading debug info --7435-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --7435-- Ignoring non-Dwarf2/3/4 block in .debug_info --7435-- WARNING: Serious error when reading debug info --7435-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --7435-- Last block truncated in .debug_info; ignoring --7435-- WARNING: Serious error when reading debug info --7435-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --7435-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7435-- WARNING: Serious error when reading debug info --7435-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --7435-- Ignoring non-Dwarf2/3/4 block in .debug_info --7435-- WARNING: Serious error when reading debug info --7435-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --7435-- Last block truncated in .debug_info; ignoring --7435-- WARNING: Serious error when reading debug info --7435-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --7435-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7435-- WARNING: Serious error when reading debug info --7435-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --7435-- Ignoring non-Dwarf2/3/4 block in .debug_info --7435-- WARNING: Serious error when reading debug info --7435-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --7435-- Last block truncated in .debug_info; ignoring --7435-- WARNING: Serious error when reading debug info --7435-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --7435-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7435-- WARNING: Serious error when reading debug info --7435-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --7435-- Ignoring non-Dwarf2/3/4 block in .debug_info --7435-- WARNING: Serious error when reading debug info --7435-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --7435-- Last block truncated in .debug_info; ignoring --7435-- WARNING: Serious error when reading debug info --7435-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --7435-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7435-- WARNING: Serious error when reading debug info --7435-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --7435-- Ignoring non-Dwarf2/3/4 block in .debug_info --7435-- WARNING: Serious error when reading debug info --7435-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --7435-- Last block truncated in .debug_info; ignoring --7435-- WARNING: Serious error when reading debug info --7435-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --7435-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7435-- WARNING: Serious error when reading debug info --7435-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --7435-- Ignoring non-Dwarf2/3/4 block in .debug_info --7435-- WARNING: Serious error when reading debug info --7435-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --7435-- Last block truncated in .debug_info; ignoring --7435-- WARNING: Serious error when reading debug info --7435-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --7435-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==7435== ==7435== HEAP SUMMARY: ==7435== in use at exit: 657,408 bytes in 5,728 blocks ==7435== total heap usage: 168,614 allocs, 162,886 frees, 14,284,802 bytes allocated ==7435== ==7435== LEAK SUMMARY: ==7435== definitely lost: 0 bytes in 0 blocks ==7435== indirectly lost: 0 bytes in 0 blocks ==7435== possibly lost: 1,440 bytes in 5 blocks ==7435== still reachable: 263,141 bytes in 570 blocks ==7435== of which reachable via heuristic: ==7435== length64 : 4,720 bytes in 76 blocks ==7435== newarray : 2,032 bytes in 47 blocks ==7435== suppressed: 309,955 bytes in 4,545 blocks ==7435== Rerun with --leak-check=full to see details of leaked memory ==7435== ==7435== For counts of detected and suppressed errors, rerun with: -v ==7435== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==7475== Memcheck, a memory error detector ==7475== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==7475== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==7475== Command: ./client-test Client::Source::eds_contact::testLocalUpdate ==7475== Parent PID: 96 ==7475== --7475-- WARNING: Serious error when reading debug info --7475-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --7475-- Ignoring non-Dwarf2/3/4 block in .debug_info --7475-- WARNING: Serious error when reading debug info --7475-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --7475-- Last block truncated in .debug_info; ignoring --7475-- WARNING: Serious error when reading debug info --7475-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --7475-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7475-- WARNING: Serious error when reading debug info --7475-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --7475-- Ignoring non-Dwarf2/3/4 block in .debug_info --7475-- WARNING: Serious error when reading debug info --7475-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --7475-- Last block truncated in .debug_info; ignoring --7475-- WARNING: Serious error when reading debug info --7475-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --7475-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7475-- WARNING: Serious error when reading debug info --7475-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --7475-- Ignoring non-Dwarf2/3/4 block in .debug_info --7475-- WARNING: Serious error when reading debug info --7475-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --7475-- Last block truncated in .debug_info; ignoring --7475-- WARNING: Serious error when reading debug info --7475-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --7475-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7475-- WARNING: Serious error when reading debug info --7475-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --7475-- Ignoring non-Dwarf2/3/4 block in .debug_info --7475-- WARNING: Serious error when reading debug info --7475-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --7475-- Last block truncated in .debug_info; ignoring --7475-- WARNING: Serious error when reading debug info --7475-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --7475-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7475-- WARNING: Serious error when reading debug info --7475-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --7475-- Ignoring non-Dwarf2/3/4 block in .debug_info --7475-- WARNING: Serious error when reading debug info --7475-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --7475-- Last block truncated in .debug_info; ignoring --7475-- WARNING: Serious error when reading debug info --7475-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --7475-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7475-- WARNING: Serious error when reading debug info --7475-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --7475-- Ignoring non-Dwarf2/3/4 block in .debug_info --7475-- WARNING: Serious error when reading debug info --7475-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --7475-- Last block truncated in .debug_info; ignoring --7475-- WARNING: Serious error when reading debug info --7475-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --7475-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7475-- WARNING: Serious error when reading debug info --7475-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --7475-- Ignoring non-Dwarf2/3/4 block in .debug_info --7475-- WARNING: Serious error when reading debug info --7475-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --7475-- Last block truncated in .debug_info; ignoring --7475-- WARNING: Serious error when reading debug info --7475-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --7475-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7475-- WARNING: Serious error when reading debug info --7475-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --7475-- Ignoring non-Dwarf2/3/4 block in .debug_info --7475-- WARNING: Serious error when reading debug info --7475-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --7475-- Last block truncated in .debug_info; ignoring --7475-- WARNING: Serious error when reading debug info --7475-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --7475-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7475-- WARNING: Serious error when reading debug info --7475-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --7475-- Ignoring non-Dwarf2/3/4 block in .debug_info --7475-- WARNING: Serious error when reading debug info --7475-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --7475-- Last block truncated in .debug_info; ignoring --7475-- WARNING: Serious error when reading debug info --7475-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --7475-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7475-- WARNING: Serious error when reading debug info --7475-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --7475-- Ignoring non-Dwarf2/3/4 block in .debug_info --7475-- WARNING: Serious error when reading debug info --7475-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --7475-- Last block truncated in .debug_info; ignoring --7475-- WARNING: Serious error when reading debug info --7475-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --7475-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7475-- WARNING: Serious error when reading debug info --7475-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --7475-- Ignoring non-Dwarf2/3/4 block in .debug_info --7475-- WARNING: Serious error when reading debug info --7475-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --7475-- Last block truncated in .debug_info; ignoring --7475-- WARNING: Serious error when reading debug info --7475-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --7475-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7475-- WARNING: Serious error when reading debug info --7475-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --7475-- Ignoring non-Dwarf2/3/4 block in .debug_info --7475-- WARNING: Serious error when reading debug info --7475-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --7475-- Last block truncated in .debug_info; ignoring --7475-- WARNING: Serious error when reading debug info --7475-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --7475-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7475-- WARNING: Serious error when reading debug info --7475-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --7475-- Ignoring non-Dwarf2/3/4 block in .debug_info --7475-- WARNING: Serious error when reading debug info --7475-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --7475-- Last block truncated in .debug_info; ignoring --7475-- WARNING: Serious error when reading debug info --7475-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --7475-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==7475== ==7475== HEAP SUMMARY: ==7475== in use at exit: 660,132 bytes in 5,783 blocks ==7475== total heap usage: 187,297 allocs, 181,514 frees, 15,502,723 bytes allocated ==7475== ==7475== LEAK SUMMARY: ==7475== definitely lost: 0 bytes in 0 blocks ==7475== indirectly lost: 0 bytes in 0 blocks ==7475== possibly lost: 1,440 bytes in 5 blocks ==7475== still reachable: 264,952 bytes in 592 blocks ==7475== of which reachable via heuristic: ==7475== length64 : 4,720 bytes in 76 blocks ==7475== newarray : 2,032 bytes in 47 blocks ==7475== suppressed: 310,868 bytes in 4,578 blocks ==7475== Rerun with --leak-check=full to see details of leaked memory ==7475== ==7475== For counts of detected and suppressed errors, rerun with: -v ==7475== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==7522== Memcheck, a memory error detector ==7522== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==7522== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==7522== Command: ./client-test Client::Source::eds_contact::testChanges ==7522== Parent PID: 96 ==7522== --7522-- WARNING: Serious error when reading debug info --7522-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --7522-- Ignoring non-Dwarf2/3/4 block in .debug_info --7522-- WARNING: Serious error when reading debug info --7522-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --7522-- Last block truncated in .debug_info; ignoring --7522-- WARNING: Serious error when reading debug info --7522-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --7522-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7522-- WARNING: Serious error when reading debug info --7522-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --7522-- Ignoring non-Dwarf2/3/4 block in .debug_info --7522-- WARNING: Serious error when reading debug info --7522-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --7522-- Last block truncated in .debug_info; ignoring --7522-- WARNING: Serious error when reading debug info --7522-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --7522-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7522-- WARNING: Serious error when reading debug info --7522-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --7522-- Ignoring non-Dwarf2/3/4 block in .debug_info --7522-- WARNING: Serious error when reading debug info --7522-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --7522-- Last block truncated in .debug_info; ignoring --7522-- WARNING: Serious error when reading debug info --7522-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --7522-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7522-- WARNING: Serious error when reading debug info --7522-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --7522-- Ignoring non-Dwarf2/3/4 block in .debug_info --7522-- WARNING: Serious error when reading debug info --7522-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --7522-- Last block truncated in .debug_info; ignoring --7522-- WARNING: Serious error when reading debug info --7522-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --7522-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7522-- WARNING: Serious error when reading debug info --7522-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --7522-- Ignoring non-Dwarf2/3/4 block in .debug_info --7522-- WARNING: Serious error when reading debug info --7522-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --7522-- Last block truncated in .debug_info; ignoring --7522-- WARNING: Serious error when reading debug info --7522-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --7522-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7522-- WARNING: Serious error when reading debug info --7522-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --7522-- Ignoring non-Dwarf2/3/4 block in .debug_info --7522-- WARNING: Serious error when reading debug info --7522-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --7522-- Last block truncated in .debug_info; ignoring --7522-- WARNING: Serious error when reading debug info --7522-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --7522-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7522-- WARNING: Serious error when reading debug info --7522-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --7522-- Ignoring non-Dwarf2/3/4 block in .debug_info --7522-- WARNING: Serious error when reading debug info --7522-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --7522-- Last block truncated in .debug_info; ignoring --7522-- WARNING: Serious error when reading debug info --7522-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --7522-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7522-- WARNING: Serious error when reading debug info --7522-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --7522-- Ignoring non-Dwarf2/3/4 block in .debug_info --7522-- WARNING: Serious error when reading debug info --7522-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --7522-- Last block truncated in .debug_info; ignoring --7522-- WARNING: Serious error when reading debug info --7522-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --7522-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7522-- WARNING: Serious error when reading debug info --7522-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --7522-- Ignoring non-Dwarf2/3/4 block in .debug_info --7522-- WARNING: Serious error when reading debug info --7522-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --7522-- Last block truncated in .debug_info; ignoring --7522-- WARNING: Serious error when reading debug info --7522-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --7522-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7522-- WARNING: Serious error when reading debug info --7522-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --7522-- Ignoring non-Dwarf2/3/4 block in .debug_info --7522-- WARNING: Serious error when reading debug info --7522-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --7522-- Last block truncated in .debug_info; ignoring --7522-- WARNING: Serious error when reading debug info --7522-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --7522-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7522-- WARNING: Serious error when reading debug info --7522-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --7522-- Ignoring non-Dwarf2/3/4 block in .debug_info --7522-- WARNING: Serious error when reading debug info --7522-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --7522-- Last block truncated in .debug_info; ignoring --7522-- WARNING: Serious error when reading debug info --7522-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --7522-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7522-- WARNING: Serious error when reading debug info --7522-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --7522-- Ignoring non-Dwarf2/3/4 block in .debug_info --7522-- WARNING: Serious error when reading debug info --7522-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --7522-- Last block truncated in .debug_info; ignoring --7522-- WARNING: Serious error when reading debug info --7522-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --7522-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7522-- WARNING: Serious error when reading debug info --7522-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --7522-- Ignoring non-Dwarf2/3/4 block in .debug_info --7522-- WARNING: Serious error when reading debug info --7522-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --7522-- Last block truncated in .debug_info; ignoring --7522-- WARNING: Serious error when reading debug info --7522-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --7522-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==7522== ==7522== HEAP SUMMARY: ==7522== in use at exit: 664,018 bytes in 5,842 blocks ==7522== total heap usage: 730,072 allocs, 724,230 frees, 50,169,878 bytes allocated ==7522== ==7522== LEAK SUMMARY: ==7522== definitely lost: 0 bytes in 0 blocks ==7522== indirectly lost: 0 bytes in 0 blocks ==7522== possibly lost: 768 bytes in 3 blocks ==7522== still reachable: 259,871 bytes in 483 blocks ==7522== of which reachable via heuristic: ==7522== length64 : 4,720 bytes in 76 blocks ==7522== newarray : 2,032 bytes in 47 blocks ==7522== suppressed: 320,507 bytes in 4,748 blocks ==7522== Rerun with --leak-check=full to see details of leaked memory ==7522== ==7522== For counts of detected and suppressed errors, rerun with: -v ==7522== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==766== Memcheck, a memory error detector ==766== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==766== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==766== Command: ./client-test Client::Source::eds_event::testImportDelete ==766== Parent PID: 96 ==766== --766-- WARNING: Serious error when reading debug info --766-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --766-- Ignoring non-Dwarf2/3/4 block in .debug_info --766-- WARNING: Serious error when reading debug info --766-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --766-- Last block truncated in .debug_info; ignoring --766-- WARNING: Serious error when reading debug info --766-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --766-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --766-- WARNING: Serious error when reading debug info --766-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --766-- Ignoring non-Dwarf2/3/4 block in .debug_info --766-- WARNING: Serious error when reading debug info --766-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --766-- Last block truncated in .debug_info; ignoring --766-- WARNING: Serious error when reading debug info --766-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --766-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --766-- WARNING: Serious error when reading debug info --766-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --766-- Ignoring non-Dwarf2/3/4 block in .debug_info --766-- WARNING: Serious error when reading debug info --766-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --766-- Last block truncated in .debug_info; ignoring --766-- WARNING: Serious error when reading debug info --766-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --766-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --766-- WARNING: Serious error when reading debug info --766-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --766-- Ignoring non-Dwarf2/3/4 block in .debug_info --766-- WARNING: Serious error when reading debug info --766-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --766-- Last block truncated in .debug_info; ignoring --766-- WARNING: Serious error when reading debug info --766-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --766-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --766-- WARNING: Serious error when reading debug info --766-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --766-- Ignoring non-Dwarf2/3/4 block in .debug_info --766-- WARNING: Serious error when reading debug info --766-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --766-- Last block truncated in .debug_info; ignoring --766-- WARNING: Serious error when reading debug info --766-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --766-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --766-- WARNING: Serious error when reading debug info --766-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --766-- Ignoring non-Dwarf2/3/4 block in .debug_info --766-- WARNING: Serious error when reading debug info --766-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --766-- Last block truncated in .debug_info; ignoring --766-- WARNING: Serious error when reading debug info --766-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --766-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --766-- WARNING: Serious error when reading debug info --766-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --766-- Ignoring non-Dwarf2/3/4 block in .debug_info --766-- WARNING: Serious error when reading debug info --766-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --766-- Last block truncated in .debug_info; ignoring --766-- WARNING: Serious error when reading debug info --766-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --766-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --766-- WARNING: Serious error when reading debug info --766-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --766-- Ignoring non-Dwarf2/3/4 block in .debug_info --766-- WARNING: Serious error when reading debug info --766-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --766-- Last block truncated in .debug_info; ignoring --766-- WARNING: Serious error when reading debug info --766-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --766-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --766-- WARNING: Serious error when reading debug info --766-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --766-- Ignoring non-Dwarf2/3/4 block in .debug_info --766-- WARNING: Serious error when reading debug info --766-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --766-- Last block truncated in .debug_info; ignoring --766-- WARNING: Serious error when reading debug info --766-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --766-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --766-- WARNING: Serious error when reading debug info --766-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --766-- Ignoring non-Dwarf2/3/4 block in .debug_info --766-- WARNING: Serious error when reading debug info --766-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --766-- Last block truncated in .debug_info; ignoring --766-- WARNING: Serious error when reading debug info --766-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --766-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --766-- WARNING: Serious error when reading debug info --766-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --766-- Ignoring non-Dwarf2/3/4 block in .debug_info --766-- WARNING: Serious error when reading debug info --766-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --766-- Last block truncated in .debug_info; ignoring --766-- WARNING: Serious error when reading debug info --766-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --766-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --766-- WARNING: Serious error when reading debug info --766-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --766-- Ignoring non-Dwarf2/3/4 block in .debug_info --766-- WARNING: Serious error when reading debug info --766-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --766-- Last block truncated in .debug_info; ignoring --766-- WARNING: Serious error when reading debug info --766-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --766-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --766-- WARNING: Serious error when reading debug info --766-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --766-- Ignoring non-Dwarf2/3/4 block in .debug_info --766-- WARNING: Serious error when reading debug info --766-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --766-- Last block truncated in .debug_info; ignoring --766-- WARNING: Serious error when reading debug info --766-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --766-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==766== ==766== HEAP SUMMARY: ==766== in use at exit: 848,450 bytes in 8,337 blocks ==766== total heap usage: 330,240 allocs, 321,903 frees, 27,365,301 bytes allocated ==766== ==766== LEAK SUMMARY: ==766== definitely lost: 0 bytes in 0 blocks ==766== indirectly lost: 0 bytes in 0 blocks ==766== possibly lost: 1,104 bytes in 4 blocks ==766== still reachable: 420,515 bytes in 3,090 blocks ==766== of which reachable via heuristic: ==766== length64 : 4,744 bytes in 76 blocks ==766== newarray : 2,048 bytes in 48 blocks ==766== suppressed: 363,807 bytes in 4,760 blocks ==766== Rerun with --leak-check=full to see details of leaked memory ==766== ==766== For counts of detected and suppressed errors, rerun with: -v ==766== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==7721== Memcheck, a memory error detector ==7721== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==7721== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==7721== Command: ./client-test Client::Source::eds_contact::testChangesMultiCycles ==7721== Parent PID: 96 ==7721== --7721-- WARNING: Serious error when reading debug info --7721-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --7721-- Ignoring non-Dwarf2/3/4 block in .debug_info --7721-- WARNING: Serious error when reading debug info --7721-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --7721-- Last block truncated in .debug_info; ignoring --7721-- WARNING: Serious error when reading debug info --7721-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --7721-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7721-- WARNING: Serious error when reading debug info --7721-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --7721-- Ignoring non-Dwarf2/3/4 block in .debug_info --7721-- WARNING: Serious error when reading debug info --7721-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --7721-- Last block truncated in .debug_info; ignoring --7721-- WARNING: Serious error when reading debug info --7721-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --7721-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7721-- WARNING: Serious error when reading debug info --7721-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --7721-- Ignoring non-Dwarf2/3/4 block in .debug_info --7721-- WARNING: Serious error when reading debug info --7721-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --7721-- Last block truncated in .debug_info; ignoring --7721-- WARNING: Serious error when reading debug info --7721-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --7721-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7721-- WARNING: Serious error when reading debug info --7721-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --7721-- Ignoring non-Dwarf2/3/4 block in .debug_info --7721-- WARNING: Serious error when reading debug info --7721-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --7721-- Last block truncated in .debug_info; ignoring --7721-- WARNING: Serious error when reading debug info --7721-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --7721-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7721-- WARNING: Serious error when reading debug info --7721-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --7721-- Ignoring non-Dwarf2/3/4 block in .debug_info --7721-- WARNING: Serious error when reading debug info --7721-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --7721-- Last block truncated in .debug_info; ignoring --7721-- WARNING: Serious error when reading debug info --7721-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --7721-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7721-- WARNING: Serious error when reading debug info --7721-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --7721-- Ignoring non-Dwarf2/3/4 block in .debug_info --7721-- WARNING: Serious error when reading debug info --7721-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --7721-- Last block truncated in .debug_info; ignoring --7721-- WARNING: Serious error when reading debug info --7721-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --7721-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7721-- WARNING: Serious error when reading debug info --7721-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --7721-- Ignoring non-Dwarf2/3/4 block in .debug_info --7721-- WARNING: Serious error when reading debug info --7721-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --7721-- Last block truncated in .debug_info; ignoring --7721-- WARNING: Serious error when reading debug info --7721-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --7721-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7721-- WARNING: Serious error when reading debug info --7721-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --7721-- Ignoring non-Dwarf2/3/4 block in .debug_info --7721-- WARNING: Serious error when reading debug info --7721-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --7721-- Last block truncated in .debug_info; ignoring --7721-- WARNING: Serious error when reading debug info --7721-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --7721-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7721-- WARNING: Serious error when reading debug info --7721-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --7721-- Ignoring non-Dwarf2/3/4 block in .debug_info --7721-- WARNING: Serious error when reading debug info --7721-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --7721-- Last block truncated in .debug_info; ignoring --7721-- WARNING: Serious error when reading debug info --7721-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --7721-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7721-- WARNING: Serious error when reading debug info --7721-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --7721-- Ignoring non-Dwarf2/3/4 block in .debug_info --7721-- WARNING: Serious error when reading debug info --7721-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --7721-- Last block truncated in .debug_info; ignoring --7721-- WARNING: Serious error when reading debug info --7721-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --7721-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7721-- WARNING: Serious error when reading debug info --7721-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --7721-- Ignoring non-Dwarf2/3/4 block in .debug_info --7721-- WARNING: Serious error when reading debug info --7721-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --7721-- Last block truncated in .debug_info; ignoring --7721-- WARNING: Serious error when reading debug info --7721-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --7721-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7721-- WARNING: Serious error when reading debug info --7721-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --7721-- Ignoring non-Dwarf2/3/4 block in .debug_info --7721-- WARNING: Serious error when reading debug info --7721-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --7721-- Last block truncated in .debug_info; ignoring --7721-- WARNING: Serious error when reading debug info --7721-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --7721-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7721-- WARNING: Serious error when reading debug info --7721-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --7721-- Ignoring non-Dwarf2/3/4 block in .debug_info --7721-- WARNING: Serious error when reading debug info --7721-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --7721-- Last block truncated in .debug_info; ignoring --7721-- WARNING: Serious error when reading debug info --7721-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --7721-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==7721== ==7721== HEAP SUMMARY: ==7721== in use at exit: 657,931 bytes in 5,758 blocks ==7721== total heap usage: 651,383 allocs, 645,625 frees, 42,164,585 bytes allocated ==7721== ==7721== LEAK SUMMARY: ==7721== definitely lost: 0 bytes in 0 blocks ==7721== indirectly lost: 0 bytes in 0 blocks ==7721== possibly lost: 1,440 bytes in 5 blocks ==7721== still reachable: 262,600 bytes in 551 blocks ==7721== of which reachable via heuristic: ==7721== length64 : 4,720 bytes in 76 blocks ==7721== newarray : 2,032 bytes in 47 blocks ==7721== suppressed: 310,851 bytes in 4,592 blocks ==7721== Rerun with --leak-check=full to see details of leaked memory ==7721== ==7721== For counts of detected and suppressed errors, rerun with: -v ==7721== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==7922== Memcheck, a memory error detector ==7922== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==7922== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==7922== Command: ./client-test Client::Source::eds_contact::testImport ==7922== Parent PID: 96 ==7922== --7922-- WARNING: Serious error when reading debug info --7922-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --7922-- Ignoring non-Dwarf2/3/4 block in .debug_info --7922-- WARNING: Serious error when reading debug info --7922-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --7922-- Last block truncated in .debug_info; ignoring --7922-- WARNING: Serious error when reading debug info --7922-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --7922-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7922-- WARNING: Serious error when reading debug info --7922-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --7922-- Ignoring non-Dwarf2/3/4 block in .debug_info --7922-- WARNING: Serious error when reading debug info --7922-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --7922-- Last block truncated in .debug_info; ignoring --7922-- WARNING: Serious error when reading debug info --7922-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --7922-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7922-- WARNING: Serious error when reading debug info --7922-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --7922-- Ignoring non-Dwarf2/3/4 block in .debug_info --7922-- WARNING: Serious error when reading debug info --7922-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --7922-- Last block truncated in .debug_info; ignoring --7922-- WARNING: Serious error when reading debug info --7922-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --7922-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7922-- WARNING: Serious error when reading debug info --7922-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --7922-- Ignoring non-Dwarf2/3/4 block in .debug_info --7922-- WARNING: Serious error when reading debug info --7922-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --7922-- Last block truncated in .debug_info; ignoring --7922-- WARNING: Serious error when reading debug info --7922-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --7922-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7922-- WARNING: Serious error when reading debug info --7922-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --7922-- Ignoring non-Dwarf2/3/4 block in .debug_info --7922-- WARNING: Serious error when reading debug info --7922-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --7922-- Last block truncated in .debug_info; ignoring --7922-- WARNING: Serious error when reading debug info --7922-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --7922-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7922-- WARNING: Serious error when reading debug info --7922-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --7922-- Ignoring non-Dwarf2/3/4 block in .debug_info --7922-- WARNING: Serious error when reading debug info --7922-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --7922-- Last block truncated in .debug_info; ignoring --7922-- WARNING: Serious error when reading debug info --7922-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --7922-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7922-- WARNING: Serious error when reading debug info --7922-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --7922-- Ignoring non-Dwarf2/3/4 block in .debug_info --7922-- WARNING: Serious error when reading debug info --7922-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --7922-- Last block truncated in .debug_info; ignoring --7922-- WARNING: Serious error when reading debug info --7922-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --7922-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7922-- WARNING: Serious error when reading debug info --7922-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --7922-- Ignoring non-Dwarf2/3/4 block in .debug_info --7922-- WARNING: Serious error when reading debug info --7922-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --7922-- Last block truncated in .debug_info; ignoring --7922-- WARNING: Serious error when reading debug info --7922-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --7922-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7922-- WARNING: Serious error when reading debug info --7922-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --7922-- Ignoring non-Dwarf2/3/4 block in .debug_info --7922-- WARNING: Serious error when reading debug info --7922-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --7922-- Last block truncated in .debug_info; ignoring --7922-- WARNING: Serious error when reading debug info --7922-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --7922-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7922-- WARNING: Serious error when reading debug info --7922-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --7922-- Ignoring non-Dwarf2/3/4 block in .debug_info --7922-- WARNING: Serious error when reading debug info --7922-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --7922-- Last block truncated in .debug_info; ignoring --7922-- WARNING: Serious error when reading debug info --7922-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --7922-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7922-- WARNING: Serious error when reading debug info --7922-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --7922-- Ignoring non-Dwarf2/3/4 block in .debug_info --7922-- WARNING: Serious error when reading debug info --7922-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --7922-- Last block truncated in .debug_info; ignoring --7922-- WARNING: Serious error when reading debug info --7922-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --7922-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7922-- WARNING: Serious error when reading debug info --7922-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --7922-- Ignoring non-Dwarf2/3/4 block in .debug_info --7922-- WARNING: Serious error when reading debug info --7922-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --7922-- Last block truncated in .debug_info; ignoring --7922-- WARNING: Serious error when reading debug info --7922-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --7922-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7922-- WARNING: Serious error when reading debug info --7922-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --7922-- Ignoring non-Dwarf2/3/4 block in .debug_info --7922-- WARNING: Serious error when reading debug info --7922-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --7922-- Last block truncated in .debug_info; ignoring --7922-- WARNING: Serious error when reading debug info --7922-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --7922-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==7922== ==7922== HEAP SUMMARY: ==7922== in use at exit: 664,213 bytes in 5,852 blocks ==7922== total heap usage: 216,180 allocs, 210,328 frees, 19,403,281 bytes allocated ==7922== ==7922== LEAK SUMMARY: ==7922== definitely lost: 0 bytes in 0 blocks ==7922== indirectly lost: 0 bytes in 0 blocks ==7922== possibly lost: 1,440 bytes in 5 blocks ==7922== still reachable: 268,017 bytes in 653 blocks ==7922== of which reachable via heuristic: ==7922== length64 : 4,720 bytes in 76 blocks ==7922== newarray : 2,032 bytes in 47 blocks ==7922== suppressed: 311,884 bytes in 4,586 blocks ==7922== Rerun with --leak-check=full to see details of leaked memory ==7922== ==7922== For counts of detected and suppressed errors, rerun with: -v ==7922== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==7970== Memcheck, a memory error detector ==7970== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==7970== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==7970== Command: ./client-test Client::Source::eds_contact::testImportDelete ==7970== Parent PID: 96 ==7970== --7970-- WARNING: Serious error when reading debug info --7970-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --7970-- Ignoring non-Dwarf2/3/4 block in .debug_info --7970-- WARNING: Serious error when reading debug info --7970-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --7970-- Last block truncated in .debug_info; ignoring --7970-- WARNING: Serious error when reading debug info --7970-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --7970-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7970-- WARNING: Serious error when reading debug info --7970-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --7970-- Ignoring non-Dwarf2/3/4 block in .debug_info --7970-- WARNING: Serious error when reading debug info --7970-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --7970-- Last block truncated in .debug_info; ignoring --7970-- WARNING: Serious error when reading debug info --7970-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --7970-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7970-- WARNING: Serious error when reading debug info --7970-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --7970-- Ignoring non-Dwarf2/3/4 block in .debug_info --7970-- WARNING: Serious error when reading debug info --7970-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --7970-- Last block truncated in .debug_info; ignoring --7970-- WARNING: Serious error when reading debug info --7970-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --7970-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7970-- WARNING: Serious error when reading debug info --7970-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --7970-- Ignoring non-Dwarf2/3/4 block in .debug_info --7970-- WARNING: Serious error when reading debug info --7970-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --7970-- Last block truncated in .debug_info; ignoring --7970-- WARNING: Serious error when reading debug info --7970-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --7970-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7970-- WARNING: Serious error when reading debug info --7970-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --7970-- Ignoring non-Dwarf2/3/4 block in .debug_info --7970-- WARNING: Serious error when reading debug info --7970-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --7970-- Last block truncated in .debug_info; ignoring --7970-- WARNING: Serious error when reading debug info --7970-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --7970-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7970-- WARNING: Serious error when reading debug info --7970-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --7970-- Ignoring non-Dwarf2/3/4 block in .debug_info --7970-- WARNING: Serious error when reading debug info --7970-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --7970-- Last block truncated in .debug_info; ignoring --7970-- WARNING: Serious error when reading debug info --7970-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --7970-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7970-- WARNING: Serious error when reading debug info --7970-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --7970-- Ignoring non-Dwarf2/3/4 block in .debug_info --7970-- WARNING: Serious error when reading debug info --7970-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --7970-- Last block truncated in .debug_info; ignoring --7970-- WARNING: Serious error when reading debug info --7970-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --7970-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7970-- WARNING: Serious error when reading debug info --7970-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --7970-- Ignoring non-Dwarf2/3/4 block in .debug_info --7970-- WARNING: Serious error when reading debug info --7970-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --7970-- Last block truncated in .debug_info; ignoring --7970-- WARNING: Serious error when reading debug info --7970-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --7970-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7970-- WARNING: Serious error when reading debug info --7970-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --7970-- Ignoring non-Dwarf2/3/4 block in .debug_info --7970-- WARNING: Serious error when reading debug info --7970-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --7970-- Last block truncated in .debug_info; ignoring --7970-- WARNING: Serious error when reading debug info --7970-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --7970-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7970-- WARNING: Serious error when reading debug info --7970-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --7970-- Ignoring non-Dwarf2/3/4 block in .debug_info --7970-- WARNING: Serious error when reading debug info --7970-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --7970-- Last block truncated in .debug_info; ignoring --7970-- WARNING: Serious error when reading debug info --7970-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --7970-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7970-- WARNING: Serious error when reading debug info --7970-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --7970-- Ignoring non-Dwarf2/3/4 block in .debug_info --7970-- WARNING: Serious error when reading debug info --7970-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --7970-- Last block truncated in .debug_info; ignoring --7970-- WARNING: Serious error when reading debug info --7970-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --7970-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7970-- WARNING: Serious error when reading debug info --7970-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --7970-- Ignoring non-Dwarf2/3/4 block in .debug_info --7970-- WARNING: Serious error when reading debug info --7970-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --7970-- Last block truncated in .debug_info; ignoring --7970-- WARNING: Serious error when reading debug info --7970-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --7970-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --7970-- WARNING: Serious error when reading debug info --7970-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --7970-- Ignoring non-Dwarf2/3/4 block in .debug_info --7970-- WARNING: Serious error when reading debug info --7970-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --7970-- Last block truncated in .debug_info; ignoring --7970-- WARNING: Serious error when reading debug info --7970-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --7970-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==7970== ==7970== HEAP SUMMARY: ==7970== in use at exit: 649,164 bytes in 5,601 blocks ==7970== total heap usage: 273,503 allocs, 267,902 frees, 23,133,349 bytes allocated ==7970== ==7970== LEAK SUMMARY: ==7970== definitely lost: 0 bytes in 0 blocks ==7970== indirectly lost: 0 bytes in 0 blocks ==7970== possibly lost: 1,440 bytes in 5 blocks ==7970== still reachable: 260,381 bytes in 548 blocks ==7970== of which reachable via heuristic: ==7970== length64 : 4,720 bytes in 76 blocks ==7970== newarray : 2,032 bytes in 47 blocks ==7970== suppressed: 304,303 bytes in 4,438 blocks ==7970== Rerun with --leak-check=full to see details of leaked memory ==7970== ==7970== For counts of detected and suppressed errors, rerun with: -v ==7970== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==8027== Memcheck, a memory error detector ==8027== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==8027== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==8027== Command: ./client-test Client::Source::eds_contact::testRemoveProperties ==8027== Parent PID: 96 ==8027== --8027-- WARNING: Serious error when reading debug info --8027-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --8027-- Ignoring non-Dwarf2/3/4 block in .debug_info --8027-- WARNING: Serious error when reading debug info --8027-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --8027-- Last block truncated in .debug_info; ignoring --8027-- WARNING: Serious error when reading debug info --8027-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --8027-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8027-- WARNING: Serious error when reading debug info --8027-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --8027-- Ignoring non-Dwarf2/3/4 block in .debug_info --8027-- WARNING: Serious error when reading debug info --8027-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --8027-- Last block truncated in .debug_info; ignoring --8027-- WARNING: Serious error when reading debug info --8027-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --8027-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8027-- WARNING: Serious error when reading debug info --8027-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --8027-- Ignoring non-Dwarf2/3/4 block in .debug_info --8027-- WARNING: Serious error when reading debug info --8027-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --8027-- Last block truncated in .debug_info; ignoring --8027-- WARNING: Serious error when reading debug info --8027-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --8027-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8027-- WARNING: Serious error when reading debug info --8027-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --8027-- Ignoring non-Dwarf2/3/4 block in .debug_info --8027-- WARNING: Serious error when reading debug info --8027-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --8027-- Last block truncated in .debug_info; ignoring --8027-- WARNING: Serious error when reading debug info --8027-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --8027-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8027-- WARNING: Serious error when reading debug info --8027-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --8027-- Ignoring non-Dwarf2/3/4 block in .debug_info --8027-- WARNING: Serious error when reading debug info --8027-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --8027-- Last block truncated in .debug_info; ignoring --8027-- WARNING: Serious error when reading debug info --8027-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --8027-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8027-- WARNING: Serious error when reading debug info --8027-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --8027-- Ignoring non-Dwarf2/3/4 block in .debug_info --8027-- WARNING: Serious error when reading debug info --8027-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --8027-- Last block truncated in .debug_info; ignoring --8027-- WARNING: Serious error when reading debug info --8027-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --8027-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8027-- WARNING: Serious error when reading debug info --8027-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --8027-- Ignoring non-Dwarf2/3/4 block in .debug_info --8027-- WARNING: Serious error when reading debug info --8027-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --8027-- Last block truncated in .debug_info; ignoring --8027-- WARNING: Serious error when reading debug info --8027-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --8027-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8027-- WARNING: Serious error when reading debug info --8027-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --8027-- Ignoring non-Dwarf2/3/4 block in .debug_info --8027-- WARNING: Serious error when reading debug info --8027-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --8027-- Last block truncated in .debug_info; ignoring --8027-- WARNING: Serious error when reading debug info --8027-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --8027-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8027-- WARNING: Serious error when reading debug info --8027-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --8027-- Ignoring non-Dwarf2/3/4 block in .debug_info --8027-- WARNING: Serious error when reading debug info --8027-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --8027-- Last block truncated in .debug_info; ignoring --8027-- WARNING: Serious error when reading debug info --8027-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --8027-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8027-- WARNING: Serious error when reading debug info --8027-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --8027-- Ignoring non-Dwarf2/3/4 block in .debug_info --8027-- WARNING: Serious error when reading debug info --8027-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --8027-- Last block truncated in .debug_info; ignoring --8027-- WARNING: Serious error when reading debug info --8027-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --8027-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8027-- WARNING: Serious error when reading debug info --8027-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --8027-- Ignoring non-Dwarf2/3/4 block in .debug_info --8027-- WARNING: Serious error when reading debug info --8027-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --8027-- Last block truncated in .debug_info; ignoring --8027-- WARNING: Serious error when reading debug info --8027-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --8027-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8027-- WARNING: Serious error when reading debug info --8027-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --8027-- Ignoring non-Dwarf2/3/4 block in .debug_info --8027-- WARNING: Serious error when reading debug info --8027-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --8027-- Last block truncated in .debug_info; ignoring --8027-- WARNING: Serious error when reading debug info --8027-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --8027-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8027-- WARNING: Serious error when reading debug info --8027-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --8027-- Ignoring non-Dwarf2/3/4 block in .debug_info --8027-- WARNING: Serious error when reading debug info --8027-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --8027-- Last block truncated in .debug_info; ignoring --8027-- WARNING: Serious error when reading debug info --8027-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --8027-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==8027== ==8027== HEAP SUMMARY: ==8027== in use at exit: 662,121 bytes in 5,812 blocks ==8027== total heap usage: 280,265 allocs, 274,453 frees, 25,762,420 bytes allocated ==8027== ==8027== LEAK SUMMARY: ==8027== definitely lost: 0 bytes in 0 blocks ==8027== indirectly lost: 0 bytes in 0 blocks ==8027== possibly lost: 1,440 bytes in 5 blocks ==8027== still reachable: 266,453 bytes in 615 blocks ==8027== of which reachable via heuristic: ==8027== length64 : 4,720 bytes in 76 blocks ==8027== newarray : 2,032 bytes in 47 blocks ==8027== suppressed: 311,356 bytes in 4,584 blocks ==8027== Rerun with --leak-check=full to see details of leaked memory ==8027== ==8027== For counts of detected and suppressed errors, rerun with: -v ==8027== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==8078== Memcheck, a memory error detector ==8078== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==8078== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==8078== Command: ./client-test Client::Source::eds_contact::testManyChanges ==8078== Parent PID: 96 ==8078== --8078-- WARNING: Serious error when reading debug info --8078-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --8078-- Ignoring non-Dwarf2/3/4 block in .debug_info --8078-- WARNING: Serious error when reading debug info --8078-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --8078-- Last block truncated in .debug_info; ignoring --8078-- WARNING: Serious error when reading debug info --8078-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --8078-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8078-- WARNING: Serious error when reading debug info --8078-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --8078-- Ignoring non-Dwarf2/3/4 block in .debug_info --8078-- WARNING: Serious error when reading debug info --8078-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --8078-- Last block truncated in .debug_info; ignoring --8078-- WARNING: Serious error when reading debug info --8078-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --8078-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8078-- WARNING: Serious error when reading debug info --8078-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --8078-- Ignoring non-Dwarf2/3/4 block in .debug_info --8078-- WARNING: Serious error when reading debug info --8078-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --8078-- Last block truncated in .debug_info; ignoring --8078-- WARNING: Serious error when reading debug info --8078-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --8078-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8078-- WARNING: Serious error when reading debug info --8078-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --8078-- Ignoring non-Dwarf2/3/4 block in .debug_info --8078-- WARNING: Serious error when reading debug info --8078-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --8078-- Last block truncated in .debug_info; ignoring --8078-- WARNING: Serious error when reading debug info --8078-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --8078-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8078-- WARNING: Serious error when reading debug info --8078-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --8078-- Ignoring non-Dwarf2/3/4 block in .debug_info --8078-- WARNING: Serious error when reading debug info --8078-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --8078-- Last block truncated in .debug_info; ignoring --8078-- WARNING: Serious error when reading debug info --8078-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --8078-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8078-- WARNING: Serious error when reading debug info --8078-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --8078-- Ignoring non-Dwarf2/3/4 block in .debug_info --8078-- WARNING: Serious error when reading debug info --8078-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --8078-- Last block truncated in .debug_info; ignoring --8078-- WARNING: Serious error when reading debug info --8078-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --8078-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8078-- WARNING: Serious error when reading debug info --8078-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --8078-- Ignoring non-Dwarf2/3/4 block in .debug_info --8078-- WARNING: Serious error when reading debug info --8078-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --8078-- Last block truncated in .debug_info; ignoring --8078-- WARNING: Serious error when reading debug info --8078-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --8078-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8078-- WARNING: Serious error when reading debug info --8078-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --8078-- Ignoring non-Dwarf2/3/4 block in .debug_info --8078-- WARNING: Serious error when reading debug info --8078-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --8078-- Last block truncated in .debug_info; ignoring --8078-- WARNING: Serious error when reading debug info --8078-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --8078-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8078-- WARNING: Serious error when reading debug info --8078-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --8078-- Ignoring non-Dwarf2/3/4 block in .debug_info --8078-- WARNING: Serious error when reading debug info --8078-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --8078-- Last block truncated in .debug_info; ignoring --8078-- WARNING: Serious error when reading debug info --8078-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --8078-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8078-- WARNING: Serious error when reading debug info --8078-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --8078-- Ignoring non-Dwarf2/3/4 block in .debug_info --8078-- WARNING: Serious error when reading debug info --8078-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --8078-- Last block truncated in .debug_info; ignoring --8078-- WARNING: Serious error when reading debug info --8078-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --8078-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8078-- WARNING: Serious error when reading debug info --8078-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --8078-- Ignoring non-Dwarf2/3/4 block in .debug_info --8078-- WARNING: Serious error when reading debug info --8078-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --8078-- Last block truncated in .debug_info; ignoring --8078-- WARNING: Serious error when reading debug info --8078-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --8078-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8078-- WARNING: Serious error when reading debug info --8078-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --8078-- Ignoring non-Dwarf2/3/4 block in .debug_info --8078-- WARNING: Serious error when reading debug info --8078-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --8078-- Last block truncated in .debug_info; ignoring --8078-- WARNING: Serious error when reading debug info --8078-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --8078-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8078-- WARNING: Serious error when reading debug info --8078-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --8078-- Ignoring non-Dwarf2/3/4 block in .debug_info --8078-- WARNING: Serious error when reading debug info --8078-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --8078-- Last block truncated in .debug_info; ignoring --8078-- WARNING: Serious error when reading debug info --8078-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --8078-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==8078== ==8078== HEAP SUMMARY: ==8078== in use at exit: 660,337 bytes in 5,755 blocks ==8078== total heap usage: 494,090 allocs, 488,335 frees, 39,735,241 bytes allocated ==8078== ==8078== LEAK SUMMARY: ==8078== definitely lost: 0 bytes in 0 blocks ==8078== indirectly lost: 0 bytes in 0 blocks ==8078== possibly lost: 1,440 bytes in 5 blocks ==8078== still reachable: 265,305 bytes in 569 blocks ==8078== of which reachable via heuristic: ==8078== length64 : 4,720 bytes in 76 blocks ==8078== newarray : 2,032 bytes in 47 blocks ==8078== suppressed: 310,720 bytes in 4,573 blocks ==8078== Rerun with --leak-check=full to see details of leaked memory ==8078== ==8078== For counts of detected and suppressed errors, rerun with: -v ==8078== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==8134== Memcheck, a memory error detector ==8134== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==8134== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==8134== Command: ./client-test Client::Source::eds_memo::testOpen ==8134== Parent PID: 96 ==8134== --8134-- WARNING: Serious error when reading debug info --8134-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --8134-- Ignoring non-Dwarf2/3/4 block in .debug_info --8134-- WARNING: Serious error when reading debug info --8134-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --8134-- Last block truncated in .debug_info; ignoring --8134-- WARNING: Serious error when reading debug info --8134-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --8134-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8134-- WARNING: Serious error when reading debug info --8134-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --8134-- Ignoring non-Dwarf2/3/4 block in .debug_info --8134-- WARNING: Serious error when reading debug info --8134-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --8134-- Last block truncated in .debug_info; ignoring --8134-- WARNING: Serious error when reading debug info --8134-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --8134-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8134-- WARNING: Serious error when reading debug info --8134-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --8134-- Ignoring non-Dwarf2/3/4 block in .debug_info --8134-- WARNING: Serious error when reading debug info --8134-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --8134-- Last block truncated in .debug_info; ignoring --8134-- WARNING: Serious error when reading debug info --8134-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --8134-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8134-- WARNING: Serious error when reading debug info --8134-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --8134-- Ignoring non-Dwarf2/3/4 block in .debug_info --8134-- WARNING: Serious error when reading debug info --8134-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --8134-- Last block truncated in .debug_info; ignoring --8134-- WARNING: Serious error when reading debug info --8134-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --8134-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8134-- WARNING: Serious error when reading debug info --8134-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --8134-- Ignoring non-Dwarf2/3/4 block in .debug_info --8134-- WARNING: Serious error when reading debug info --8134-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --8134-- Last block truncated in .debug_info; ignoring --8134-- WARNING: Serious error when reading debug info --8134-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --8134-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8134-- WARNING: Serious error when reading debug info --8134-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --8134-- Ignoring non-Dwarf2/3/4 block in .debug_info --8134-- WARNING: Serious error when reading debug info --8134-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --8134-- Last block truncated in .debug_info; ignoring --8134-- WARNING: Serious error when reading debug info --8134-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --8134-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8134-- WARNING: Serious error when reading debug info --8134-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --8134-- Ignoring non-Dwarf2/3/4 block in .debug_info --8134-- WARNING: Serious error when reading debug info --8134-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --8134-- Last block truncated in .debug_info; ignoring --8134-- WARNING: Serious error when reading debug info --8134-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --8134-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8134-- WARNING: Serious error when reading debug info --8134-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --8134-- Ignoring non-Dwarf2/3/4 block in .debug_info --8134-- WARNING: Serious error when reading debug info --8134-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --8134-- Last block truncated in .debug_info; ignoring --8134-- WARNING: Serious error when reading debug info --8134-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --8134-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8134-- WARNING: Serious error when reading debug info --8134-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --8134-- Ignoring non-Dwarf2/3/4 block in .debug_info --8134-- WARNING: Serious error when reading debug info --8134-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --8134-- Last block truncated in .debug_info; ignoring --8134-- WARNING: Serious error when reading debug info --8134-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --8134-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8134-- WARNING: Serious error when reading debug info --8134-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --8134-- Ignoring non-Dwarf2/3/4 block in .debug_info --8134-- WARNING: Serious error when reading debug info --8134-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --8134-- Last block truncated in .debug_info; ignoring --8134-- WARNING: Serious error when reading debug info --8134-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --8134-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8134-- WARNING: Serious error when reading debug info --8134-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --8134-- Ignoring non-Dwarf2/3/4 block in .debug_info --8134-- WARNING: Serious error when reading debug info --8134-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --8134-- Last block truncated in .debug_info; ignoring --8134-- WARNING: Serious error when reading debug info --8134-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --8134-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8134-- WARNING: Serious error when reading debug info --8134-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --8134-- Ignoring non-Dwarf2/3/4 block in .debug_info --8134-- WARNING: Serious error when reading debug info --8134-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --8134-- Last block truncated in .debug_info; ignoring --8134-- WARNING: Serious error when reading debug info --8134-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --8134-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8134-- WARNING: Serious error when reading debug info --8134-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --8134-- Ignoring non-Dwarf2/3/4 block in .debug_info --8134-- WARNING: Serious error when reading debug info --8134-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --8134-- Last block truncated in .debug_info; ignoring --8134-- WARNING: Serious error when reading debug info --8134-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --8134-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==8134== ==8134== HEAP SUMMARY: ==8134== in use at exit: 687,682 bytes in 5,798 blocks ==8134== total heap usage: 87,903 allocs, 82,105 frees, 9,111,376 bytes allocated ==8134== ==8134== LEAK SUMMARY: ==8134== definitely lost: 0 bytes in 0 blocks ==8134== indirectly lost: 0 bytes in 0 blocks ==8134== possibly lost: 1,104 bytes in 4 blocks ==8134== still reachable: 263,116 bytes in 564 blocks ==8134== of which reachable via heuristic: ==8134== length64 : 4,504 bytes in 73 blocks ==8134== newarray : 2,032 bytes in 47 blocks ==8134== suppressed: 361,886 bytes in 4,763 blocks ==8134== Rerun with --leak-check=full to see details of leaked memory ==8134== ==8134== For counts of detected and suppressed errors, rerun with: -v ==8134== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==8151== Memcheck, a memory error detector ==8151== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==8151== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==8151== Command: ./client-test Client::Source::eds_memo::testIterateTwice ==8151== Parent PID: 96 ==8151== --8151-- WARNING: Serious error when reading debug info --8151-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --8151-- Ignoring non-Dwarf2/3/4 block in .debug_info --8151-- WARNING: Serious error when reading debug info --8151-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --8151-- Last block truncated in .debug_info; ignoring --8151-- WARNING: Serious error when reading debug info --8151-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --8151-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8151-- WARNING: Serious error when reading debug info --8151-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --8151-- Ignoring non-Dwarf2/3/4 block in .debug_info --8151-- WARNING: Serious error when reading debug info --8151-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --8151-- Last block truncated in .debug_info; ignoring --8151-- WARNING: Serious error when reading debug info --8151-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --8151-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8151-- WARNING: Serious error when reading debug info --8151-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --8151-- Ignoring non-Dwarf2/3/4 block in .debug_info --8151-- WARNING: Serious error when reading debug info --8151-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --8151-- Last block truncated in .debug_info; ignoring --8151-- WARNING: Serious error when reading debug info --8151-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --8151-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8151-- WARNING: Serious error when reading debug info --8151-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --8151-- Ignoring non-Dwarf2/3/4 block in .debug_info --8151-- WARNING: Serious error when reading debug info --8151-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --8151-- Last block truncated in .debug_info; ignoring --8151-- WARNING: Serious error when reading debug info --8151-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --8151-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8151-- WARNING: Serious error when reading debug info --8151-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --8151-- Ignoring non-Dwarf2/3/4 block in .debug_info --8151-- WARNING: Serious error when reading debug info --8151-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --8151-- Last block truncated in .debug_info; ignoring --8151-- WARNING: Serious error when reading debug info --8151-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --8151-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8151-- WARNING: Serious error when reading debug info --8151-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --8151-- Ignoring non-Dwarf2/3/4 block in .debug_info --8151-- WARNING: Serious error when reading debug info --8151-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --8151-- Last block truncated in .debug_info; ignoring --8151-- WARNING: Serious error when reading debug info --8151-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --8151-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8151-- WARNING: Serious error when reading debug info --8151-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --8151-- Ignoring non-Dwarf2/3/4 block in .debug_info --8151-- WARNING: Serious error when reading debug info --8151-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --8151-- Last block truncated in .debug_info; ignoring --8151-- WARNING: Serious error when reading debug info --8151-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --8151-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8151-- WARNING: Serious error when reading debug info --8151-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --8151-- Ignoring non-Dwarf2/3/4 block in .debug_info --8151-- WARNING: Serious error when reading debug info --8151-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --8151-- Last block truncated in .debug_info; ignoring --8151-- WARNING: Serious error when reading debug info --8151-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --8151-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8151-- WARNING: Serious error when reading debug info --8151-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --8151-- Ignoring non-Dwarf2/3/4 block in .debug_info --8151-- WARNING: Serious error when reading debug info --8151-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --8151-- Last block truncated in .debug_info; ignoring --8151-- WARNING: Serious error when reading debug info --8151-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --8151-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8151-- WARNING: Serious error when reading debug info --8151-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --8151-- Ignoring non-Dwarf2/3/4 block in .debug_info --8151-- WARNING: Serious error when reading debug info --8151-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --8151-- Last block truncated in .debug_info; ignoring --8151-- WARNING: Serious error when reading debug info --8151-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --8151-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8151-- WARNING: Serious error when reading debug info --8151-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --8151-- Ignoring non-Dwarf2/3/4 block in .debug_info --8151-- WARNING: Serious error when reading debug info --8151-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --8151-- Last block truncated in .debug_info; ignoring --8151-- WARNING: Serious error when reading debug info --8151-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --8151-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8151-- WARNING: Serious error when reading debug info --8151-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --8151-- Ignoring non-Dwarf2/3/4 block in .debug_info --8151-- WARNING: Serious error when reading debug info --8151-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --8151-- Last block truncated in .debug_info; ignoring --8151-- WARNING: Serious error when reading debug info --8151-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --8151-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8151-- WARNING: Serious error when reading debug info --8151-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --8151-- Ignoring non-Dwarf2/3/4 block in .debug_info --8151-- WARNING: Serious error when reading debug info --8151-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --8151-- Last block truncated in .debug_info; ignoring --8151-- WARNING: Serious error when reading debug info --8151-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --8151-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==8151== ==8151== HEAP SUMMARY: ==8151== in use at exit: 686,973 bytes in 5,778 blocks ==8151== total heap usage: 91,706 allocs, 85,928 frees, 9,296,752 bytes allocated ==8151== ==8151== LEAK SUMMARY: ==8151== definitely lost: 0 bytes in 0 blocks ==8151== indirectly lost: 0 bytes in 0 blocks ==8151== possibly lost: 1,104 bytes in 4 blocks ==8151== still reachable: 259,872 bytes in 541 blocks ==8151== of which reachable via heuristic: ==8151== length64 : 4,744 bytes in 76 blocks ==8151== newarray : 2,048 bytes in 48 blocks ==8151== suppressed: 362,973 bytes in 4,750 blocks ==8151== Rerun with --leak-check=full to see details of leaked memory ==8151== ==8151== For counts of detected and suppressed errors, rerun with: -v ==8151== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==8169== Memcheck, a memory error detector ==8169== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==8169== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==8169== Command: ./client-test Client::Source::eds_memo::testDelete404 ==8169== Parent PID: 96 ==8169== --8169-- WARNING: Serious error when reading debug info --8169-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --8169-- Ignoring non-Dwarf2/3/4 block in .debug_info --8169-- WARNING: Serious error when reading debug info --8169-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --8169-- Last block truncated in .debug_info; ignoring --8169-- WARNING: Serious error when reading debug info --8169-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --8169-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8169-- WARNING: Serious error when reading debug info --8169-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --8169-- Ignoring non-Dwarf2/3/4 block in .debug_info --8169-- WARNING: Serious error when reading debug info --8169-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --8169-- Last block truncated in .debug_info; ignoring --8169-- WARNING: Serious error when reading debug info --8169-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --8169-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8169-- WARNING: Serious error when reading debug info --8169-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --8169-- Ignoring non-Dwarf2/3/4 block in .debug_info --8169-- WARNING: Serious error when reading debug info --8169-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --8169-- Last block truncated in .debug_info; ignoring --8169-- WARNING: Serious error when reading debug info --8169-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --8169-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8169-- WARNING: Serious error when reading debug info --8169-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --8169-- Ignoring non-Dwarf2/3/4 block in .debug_info --8169-- WARNING: Serious error when reading debug info --8169-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --8169-- Last block truncated in .debug_info; ignoring --8169-- WARNING: Serious error when reading debug info --8169-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --8169-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8169-- WARNING: Serious error when reading debug info --8169-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --8169-- Ignoring non-Dwarf2/3/4 block in .debug_info --8169-- WARNING: Serious error when reading debug info --8169-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --8169-- Last block truncated in .debug_info; ignoring --8169-- WARNING: Serious error when reading debug info --8169-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --8169-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8169-- WARNING: Serious error when reading debug info --8169-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --8169-- Ignoring non-Dwarf2/3/4 block in .debug_info --8169-- WARNING: Serious error when reading debug info --8169-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --8169-- Last block truncated in .debug_info; ignoring --8169-- WARNING: Serious error when reading debug info --8169-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --8169-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8169-- WARNING: Serious error when reading debug info --8169-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --8169-- Ignoring non-Dwarf2/3/4 block in .debug_info --8169-- WARNING: Serious error when reading debug info --8169-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --8169-- Last block truncated in .debug_info; ignoring --8169-- WARNING: Serious error when reading debug info --8169-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --8169-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8169-- WARNING: Serious error when reading debug info --8169-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --8169-- Ignoring non-Dwarf2/3/4 block in .debug_info --8169-- WARNING: Serious error when reading debug info --8169-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --8169-- Last block truncated in .debug_info; ignoring --8169-- WARNING: Serious error when reading debug info --8169-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --8169-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8169-- WARNING: Serious error when reading debug info --8169-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --8169-- Ignoring non-Dwarf2/3/4 block in .debug_info --8169-- WARNING: Serious error when reading debug info --8169-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --8169-- Last block truncated in .debug_info; ignoring --8169-- WARNING: Serious error when reading debug info --8169-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --8169-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8169-- WARNING: Serious error when reading debug info --8169-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --8169-- Ignoring non-Dwarf2/3/4 block in .debug_info --8169-- WARNING: Serious error when reading debug info --8169-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --8169-- Last block truncated in .debug_info; ignoring --8169-- WARNING: Serious error when reading debug info --8169-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --8169-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8169-- WARNING: Serious error when reading debug info --8169-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --8169-- Ignoring non-Dwarf2/3/4 block in .debug_info --8169-- WARNING: Serious error when reading debug info --8169-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --8169-- Last block truncated in .debug_info; ignoring --8169-- WARNING: Serious error when reading debug info --8169-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --8169-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8169-- WARNING: Serious error when reading debug info --8169-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --8169-- Ignoring non-Dwarf2/3/4 block in .debug_info --8169-- WARNING: Serious error when reading debug info --8169-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --8169-- Last block truncated in .debug_info; ignoring --8169-- WARNING: Serious error when reading debug info --8169-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --8169-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8169-- WARNING: Serious error when reading debug info --8169-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --8169-- Ignoring non-Dwarf2/3/4 block in .debug_info --8169-- WARNING: Serious error when reading debug info --8169-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --8169-- Last block truncated in .debug_info; ignoring --8169-- WARNING: Serious error when reading debug info --8169-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --8169-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==8169== ==8169== HEAP SUMMARY: ==8169== in use at exit: 690,356 bytes in 5,836 blocks ==8169== total heap usage: 91,644 allocs, 85,808 frees, 9,287,661 bytes allocated ==8169== ==8169== LEAK SUMMARY: ==8169== definitely lost: 0 bytes in 0 blocks ==8169== indirectly lost: 0 bytes in 0 blocks ==8169== possibly lost: 432 bytes in 2 blocks ==8169== still reachable: 255,097 bytes in 433 blocks ==8169== of which reachable via heuristic: ==8169== length64 : 4,744 bytes in 76 blocks ==8169== newarray : 2,048 bytes in 48 blocks ==8169== suppressed: 371,803 bytes in 4,918 blocks ==8169== Rerun with --leak-check=full to see details of leaked memory ==8169== ==8169== For counts of detected and suppressed errors, rerun with: -v ==8169== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==8187== Memcheck, a memory error detector ==8187== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==8187== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==8187== Command: ./client-test Client::Source::eds_memo::testReadItem404 ==8187== Parent PID: 96 ==8187== --8187-- WARNING: Serious error when reading debug info --8187-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --8187-- Ignoring non-Dwarf2/3/4 block in .debug_info --8187-- WARNING: Serious error when reading debug info --8187-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --8187-- Last block truncated in .debug_info; ignoring --8187-- WARNING: Serious error when reading debug info --8187-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --8187-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8187-- WARNING: Serious error when reading debug info --8187-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --8187-- Ignoring non-Dwarf2/3/4 block in .debug_info --8187-- WARNING: Serious error when reading debug info --8187-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --8187-- Last block truncated in .debug_info; ignoring --8187-- WARNING: Serious error when reading debug info --8187-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --8187-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8187-- WARNING: Serious error when reading debug info --8187-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --8187-- Ignoring non-Dwarf2/3/4 block in .debug_info --8187-- WARNING: Serious error when reading debug info --8187-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --8187-- Last block truncated in .debug_info; ignoring --8187-- WARNING: Serious error when reading debug info --8187-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --8187-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8187-- WARNING: Serious error when reading debug info --8187-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --8187-- Ignoring non-Dwarf2/3/4 block in .debug_info --8187-- WARNING: Serious error when reading debug info --8187-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --8187-- Last block truncated in .debug_info; ignoring --8187-- WARNING: Serious error when reading debug info --8187-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --8187-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8187-- WARNING: Serious error when reading debug info --8187-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --8187-- Ignoring non-Dwarf2/3/4 block in .debug_info --8187-- WARNING: Serious error when reading debug info --8187-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --8187-- Last block truncated in .debug_info; ignoring --8187-- WARNING: Serious error when reading debug info --8187-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --8187-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8187-- WARNING: Serious error when reading debug info --8187-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --8187-- Ignoring non-Dwarf2/3/4 block in .debug_info --8187-- WARNING: Serious error when reading debug info --8187-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --8187-- Last block truncated in .debug_info; ignoring --8187-- WARNING: Serious error when reading debug info --8187-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --8187-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8187-- WARNING: Serious error when reading debug info --8187-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --8187-- Ignoring non-Dwarf2/3/4 block in .debug_info --8187-- WARNING: Serious error when reading debug info --8187-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --8187-- Last block truncated in .debug_info; ignoring --8187-- WARNING: Serious error when reading debug info --8187-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --8187-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8187-- WARNING: Serious error when reading debug info --8187-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --8187-- Ignoring non-Dwarf2/3/4 block in .debug_info --8187-- WARNING: Serious error when reading debug info --8187-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --8187-- Last block truncated in .debug_info; ignoring --8187-- WARNING: Serious error when reading debug info --8187-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --8187-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8187-- WARNING: Serious error when reading debug info --8187-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --8187-- Ignoring non-Dwarf2/3/4 block in .debug_info --8187-- WARNING: Serious error when reading debug info --8187-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --8187-- Last block truncated in .debug_info; ignoring --8187-- WARNING: Serious error when reading debug info --8187-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --8187-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8187-- WARNING: Serious error when reading debug info --8187-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --8187-- Ignoring non-Dwarf2/3/4 block in .debug_info --8187-- WARNING: Serious error when reading debug info --8187-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --8187-- Last block truncated in .debug_info; ignoring --8187-- WARNING: Serious error when reading debug info --8187-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --8187-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8187-- WARNING: Serious error when reading debug info --8187-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --8187-- Ignoring non-Dwarf2/3/4 block in .debug_info --8187-- WARNING: Serious error when reading debug info --8187-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --8187-- Last block truncated in .debug_info; ignoring --8187-- WARNING: Serious error when reading debug info --8187-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --8187-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8187-- WARNING: Serious error when reading debug info --8187-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --8187-- Ignoring non-Dwarf2/3/4 block in .debug_info --8187-- WARNING: Serious error when reading debug info --8187-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --8187-- Last block truncated in .debug_info; ignoring --8187-- WARNING: Serious error when reading debug info --8187-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --8187-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8187-- WARNING: Serious error when reading debug info --8187-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --8187-- Ignoring non-Dwarf2/3/4 block in .debug_info --8187-- WARNING: Serious error when reading debug info --8187-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --8187-- Last block truncated in .debug_info; ignoring --8187-- WARNING: Serious error when reading debug info --8187-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --8187-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==8187== ==8187== HEAP SUMMARY: ==8187== in use at exit: 687,493 bytes in 5,791 blocks ==8187== total heap usage: 92,044 allocs, 86,253 frees, 9,300,367 bytes allocated ==8187== ==8187== LEAK SUMMARY: ==8187== definitely lost: 0 bytes in 0 blocks ==8187== indirectly lost: 0 bytes in 0 blocks ==8187== possibly lost: 1,104 bytes in 4 blocks ==8187== still reachable: 260,172 bytes in 542 blocks ==8187== of which reachable via heuristic: ==8187== length64 : 4,744 bytes in 76 blocks ==8187== newarray : 2,048 bytes in 48 blocks ==8187== suppressed: 363,193 bytes in 4,762 blocks ==8187== Rerun with --leak-check=full to see details of leaked memory ==8187== ==8187== For counts of detected and suppressed errors, rerun with: -v ==8187== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==819== Memcheck, a memory error detector ==819== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==819== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==819== Command: ./client-test Client::Source::eds_event::testRemoveProperties ==819== Parent PID: 96 ==819== --819-- WARNING: Serious error when reading debug info --819-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --819-- Ignoring non-Dwarf2/3/4 block in .debug_info --819-- WARNING: Serious error when reading debug info --819-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --819-- Last block truncated in .debug_info; ignoring --819-- WARNING: Serious error when reading debug info --819-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --819-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --819-- WARNING: Serious error when reading debug info --819-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --819-- Ignoring non-Dwarf2/3/4 block in .debug_info --819-- WARNING: Serious error when reading debug info --819-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --819-- Last block truncated in .debug_info; ignoring --819-- WARNING: Serious error when reading debug info --819-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --819-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --819-- WARNING: Serious error when reading debug info --819-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --819-- Ignoring non-Dwarf2/3/4 block in .debug_info --819-- WARNING: Serious error when reading debug info --819-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --819-- Last block truncated in .debug_info; ignoring --819-- WARNING: Serious error when reading debug info --819-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --819-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --819-- WARNING: Serious error when reading debug info --819-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --819-- Ignoring non-Dwarf2/3/4 block in .debug_info --819-- WARNING: Serious error when reading debug info --819-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --819-- Last block truncated in .debug_info; ignoring --819-- WARNING: Serious error when reading debug info --819-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --819-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --819-- WARNING: Serious error when reading debug info --819-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --819-- Ignoring non-Dwarf2/3/4 block in .debug_info --819-- WARNING: Serious error when reading debug info --819-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --819-- Last block truncated in .debug_info; ignoring --819-- WARNING: Serious error when reading debug info --819-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --819-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --819-- WARNING: Serious error when reading debug info --819-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --819-- Ignoring non-Dwarf2/3/4 block in .debug_info --819-- WARNING: Serious error when reading debug info --819-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --819-- Last block truncated in .debug_info; ignoring --819-- WARNING: Serious error when reading debug info --819-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --819-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --819-- WARNING: Serious error when reading debug info --819-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --819-- Ignoring non-Dwarf2/3/4 block in .debug_info --819-- WARNING: Serious error when reading debug info --819-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --819-- Last block truncated in .debug_info; ignoring --819-- WARNING: Serious error when reading debug info --819-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --819-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --819-- WARNING: Serious error when reading debug info --819-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --819-- Ignoring non-Dwarf2/3/4 block in .debug_info --819-- WARNING: Serious error when reading debug info --819-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --819-- Last block truncated in .debug_info; ignoring --819-- WARNING: Serious error when reading debug info --819-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --819-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --819-- WARNING: Serious error when reading debug info --819-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --819-- Ignoring non-Dwarf2/3/4 block in .debug_info --819-- WARNING: Serious error when reading debug info --819-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --819-- Last block truncated in .debug_info; ignoring --819-- WARNING: Serious error when reading debug info --819-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --819-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --819-- WARNING: Serious error when reading debug info --819-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --819-- Ignoring non-Dwarf2/3/4 block in .debug_info --819-- WARNING: Serious error when reading debug info --819-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --819-- Last block truncated in .debug_info; ignoring --819-- WARNING: Serious error when reading debug info --819-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --819-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --819-- WARNING: Serious error when reading debug info --819-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --819-- Ignoring non-Dwarf2/3/4 block in .debug_info --819-- WARNING: Serious error when reading debug info --819-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --819-- Last block truncated in .debug_info; ignoring --819-- WARNING: Serious error when reading debug info --819-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --819-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --819-- WARNING: Serious error when reading debug info --819-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --819-- Ignoring non-Dwarf2/3/4 block in .debug_info --819-- WARNING: Serious error when reading debug info --819-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --819-- Last block truncated in .debug_info; ignoring --819-- WARNING: Serious error when reading debug info --819-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --819-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --819-- WARNING: Serious error when reading debug info --819-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --819-- Ignoring non-Dwarf2/3/4 block in .debug_info --819-- WARNING: Serious error when reading debug info --819-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --819-- Last block truncated in .debug_info; ignoring --819-- WARNING: Serious error when reading debug info --819-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --819-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==819== ==819== HEAP SUMMARY: ==819== in use at exit: 852,114 bytes in 8,407 blocks ==819== total heap usage: 327,137 allocs, 318,730 frees, 30,710,607 bytes allocated ==819== ==819== LEAK SUMMARY: ==819== definitely lost: 0 bytes in 0 blocks ==819== indirectly lost: 0 bytes in 0 blocks ==819== possibly lost: 432 bytes in 2 blocks ==819== still reachable: 415,619 bytes in 2,987 blocks ==819== of which reachable via heuristic: ==819== length64 : 4,744 bytes in 76 blocks ==819== newarray : 2,048 bytes in 48 blocks ==819== suppressed: 372,871 bytes in 4,933 blocks ==819== Rerun with --leak-check=full to see details of leaked memory ==819== ==819== For counts of detected and suppressed errors, rerun with: -v ==819== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==8205== Memcheck, a memory error detector ==8205== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==8205== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==8205== Command: ./client-test Client::Source::eds_memo::testSimpleInsert ==8205== Parent PID: 96 ==8205== --8205-- WARNING: Serious error when reading debug info --8205-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --8205-- Ignoring non-Dwarf2/3/4 block in .debug_info --8205-- WARNING: Serious error when reading debug info --8205-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --8205-- Last block truncated in .debug_info; ignoring --8205-- WARNING: Serious error when reading debug info --8205-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --8205-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8205-- WARNING: Serious error when reading debug info --8205-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --8205-- Ignoring non-Dwarf2/3/4 block in .debug_info --8205-- WARNING: Serious error when reading debug info --8205-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --8205-- Last block truncated in .debug_info; ignoring --8205-- WARNING: Serious error when reading debug info --8205-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --8205-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8205-- WARNING: Serious error when reading debug info --8205-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --8205-- Ignoring non-Dwarf2/3/4 block in .debug_info --8205-- WARNING: Serious error when reading debug info --8205-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --8205-- Last block truncated in .debug_info; ignoring --8205-- WARNING: Serious error when reading debug info --8205-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --8205-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8205-- WARNING: Serious error when reading debug info --8205-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --8205-- Ignoring non-Dwarf2/3/4 block in .debug_info --8205-- WARNING: Serious error when reading debug info --8205-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --8205-- Last block truncated in .debug_info; ignoring --8205-- WARNING: Serious error when reading debug info --8205-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --8205-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8205-- WARNING: Serious error when reading debug info --8205-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --8205-- Ignoring non-Dwarf2/3/4 block in .debug_info --8205-- WARNING: Serious error when reading debug info --8205-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --8205-- Last block truncated in .debug_info; ignoring --8205-- WARNING: Serious error when reading debug info --8205-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --8205-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8205-- WARNING: Serious error when reading debug info --8205-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --8205-- Ignoring non-Dwarf2/3/4 block in .debug_info --8205-- WARNING: Serious error when reading debug info --8205-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --8205-- Last block truncated in .debug_info; ignoring --8205-- WARNING: Serious error when reading debug info --8205-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --8205-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8205-- WARNING: Serious error when reading debug info --8205-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --8205-- Ignoring non-Dwarf2/3/4 block in .debug_info --8205-- WARNING: Serious error when reading debug info --8205-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --8205-- Last block truncated in .debug_info; ignoring --8205-- WARNING: Serious error when reading debug info --8205-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --8205-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8205-- WARNING: Serious error when reading debug info --8205-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --8205-- Ignoring non-Dwarf2/3/4 block in .debug_info --8205-- WARNING: Serious error when reading debug info --8205-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --8205-- Last block truncated in .debug_info; ignoring --8205-- WARNING: Serious error when reading debug info --8205-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --8205-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8205-- WARNING: Serious error when reading debug info --8205-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --8205-- Ignoring non-Dwarf2/3/4 block in .debug_info --8205-- WARNING: Serious error when reading debug info --8205-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --8205-- Last block truncated in .debug_info; ignoring --8205-- WARNING: Serious error when reading debug info --8205-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --8205-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8205-- WARNING: Serious error when reading debug info --8205-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --8205-- Ignoring non-Dwarf2/3/4 block in .debug_info --8205-- WARNING: Serious error when reading debug info --8205-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --8205-- Last block truncated in .debug_info; ignoring --8205-- WARNING: Serious error when reading debug info --8205-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --8205-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8205-- WARNING: Serious error when reading debug info --8205-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --8205-- Ignoring non-Dwarf2/3/4 block in .debug_info --8205-- WARNING: Serious error when reading debug info --8205-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --8205-- Last block truncated in .debug_info; ignoring --8205-- WARNING: Serious error when reading debug info --8205-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --8205-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8205-- WARNING: Serious error when reading debug info --8205-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --8205-- Ignoring non-Dwarf2/3/4 block in .debug_info --8205-- WARNING: Serious error when reading debug info --8205-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --8205-- Last block truncated in .debug_info; ignoring --8205-- WARNING: Serious error when reading debug info --8205-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --8205-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8205-- WARNING: Serious error when reading debug info --8205-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --8205-- Ignoring non-Dwarf2/3/4 block in .debug_info --8205-- WARNING: Serious error when reading debug info --8205-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --8205-- Last block truncated in .debug_info; ignoring --8205-- WARNING: Serious error when reading debug info --8205-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --8205-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==8205== ==8205== HEAP SUMMARY: ==8205== in use at exit: 686,933 bytes in 5,778 blocks ==8205== total heap usage: 113,189 allocs, 107,411 frees, 10,552,522 bytes allocated ==8205== ==8205== LEAK SUMMARY: ==8205== definitely lost: 0 bytes in 0 blocks ==8205== indirectly lost: 0 bytes in 0 blocks ==8205== possibly lost: 1,104 bytes in 4 blocks ==8205== still reachable: 259,820 bytes in 539 blocks ==8205== of which reachable via heuristic: ==8205== length64 : 4,744 bytes in 76 blocks ==8205== newarray : 2,048 bytes in 48 blocks ==8205== suppressed: 362,985 bytes in 4,752 blocks ==8205== Rerun with --leak-check=full to see details of leaked memory ==8205== ==8205== For counts of detected and suppressed errors, rerun with: -v ==8205== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==8235== Memcheck, a memory error detector ==8235== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==8235== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==8235== Command: ./client-test Client::Source::eds_memo::testLocalDeleteAll ==8235== Parent PID: 96 ==8235== --8235-- WARNING: Serious error when reading debug info --8235-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --8235-- Ignoring non-Dwarf2/3/4 block in .debug_info --8235-- WARNING: Serious error when reading debug info --8235-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --8235-- Last block truncated in .debug_info; ignoring --8235-- WARNING: Serious error when reading debug info --8235-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --8235-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8235-- WARNING: Serious error when reading debug info --8235-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --8235-- Ignoring non-Dwarf2/3/4 block in .debug_info --8235-- WARNING: Serious error when reading debug info --8235-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --8235-- Last block truncated in .debug_info; ignoring --8235-- WARNING: Serious error when reading debug info --8235-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --8235-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8235-- WARNING: Serious error when reading debug info --8235-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --8235-- Ignoring non-Dwarf2/3/4 block in .debug_info --8235-- WARNING: Serious error when reading debug info --8235-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --8235-- Last block truncated in .debug_info; ignoring --8235-- WARNING: Serious error when reading debug info --8235-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --8235-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8235-- WARNING: Serious error when reading debug info --8235-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --8235-- Ignoring non-Dwarf2/3/4 block in .debug_info --8235-- WARNING: Serious error when reading debug info --8235-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --8235-- Last block truncated in .debug_info; ignoring --8235-- WARNING: Serious error when reading debug info --8235-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --8235-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8235-- WARNING: Serious error when reading debug info --8235-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --8235-- Ignoring non-Dwarf2/3/4 block in .debug_info --8235-- WARNING: Serious error when reading debug info --8235-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --8235-- Last block truncated in .debug_info; ignoring --8235-- WARNING: Serious error when reading debug info --8235-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --8235-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8235-- WARNING: Serious error when reading debug info --8235-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --8235-- Ignoring non-Dwarf2/3/4 block in .debug_info --8235-- WARNING: Serious error when reading debug info --8235-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --8235-- Last block truncated in .debug_info; ignoring --8235-- WARNING: Serious error when reading debug info --8235-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --8235-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8235-- WARNING: Serious error when reading debug info --8235-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --8235-- Ignoring non-Dwarf2/3/4 block in .debug_info --8235-- WARNING: Serious error when reading debug info --8235-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --8235-- Last block truncated in .debug_info; ignoring --8235-- WARNING: Serious error when reading debug info --8235-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --8235-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8235-- WARNING: Serious error when reading debug info --8235-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --8235-- Ignoring non-Dwarf2/3/4 block in .debug_info --8235-- WARNING: Serious error when reading debug info --8235-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --8235-- Last block truncated in .debug_info; ignoring --8235-- WARNING: Serious error when reading debug info --8235-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --8235-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8235-- WARNING: Serious error when reading debug info --8235-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --8235-- Ignoring non-Dwarf2/3/4 block in .debug_info --8235-- WARNING: Serious error when reading debug info --8235-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --8235-- Last block truncated in .debug_info; ignoring --8235-- WARNING: Serious error when reading debug info --8235-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --8235-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8235-- WARNING: Serious error when reading debug info --8235-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --8235-- Ignoring non-Dwarf2/3/4 block in .debug_info --8235-- WARNING: Serious error when reading debug info --8235-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --8235-- Last block truncated in .debug_info; ignoring --8235-- WARNING: Serious error when reading debug info --8235-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --8235-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8235-- WARNING: Serious error when reading debug info --8235-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --8235-- Ignoring non-Dwarf2/3/4 block in .debug_info --8235-- WARNING: Serious error when reading debug info --8235-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --8235-- Last block truncated in .debug_info; ignoring --8235-- WARNING: Serious error when reading debug info --8235-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --8235-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8235-- WARNING: Serious error when reading debug info --8235-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --8235-- Ignoring non-Dwarf2/3/4 block in .debug_info --8235-- WARNING: Serious error when reading debug info --8235-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --8235-- Last block truncated in .debug_info; ignoring --8235-- WARNING: Serious error when reading debug info --8235-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --8235-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8235-- WARNING: Serious error when reading debug info --8235-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --8235-- Ignoring non-Dwarf2/3/4 block in .debug_info --8235-- WARNING: Serious error when reading debug info --8235-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --8235-- Last block truncated in .debug_info; ignoring --8235-- WARNING: Serious error when reading debug info --8235-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --8235-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==8235== ==8235== HEAP SUMMARY: ==8235== in use at exit: 689,569 bytes in 5,824 blocks ==8235== total heap usage: 157,462 allocs, 151,638 frees, 13,089,541 bytes allocated ==8235== ==8235== LEAK SUMMARY: ==8235== definitely lost: 0 bytes in 0 blocks ==8235== indirectly lost: 0 bytes in 0 blocks ==8235== possibly lost: 1,104 bytes in 4 blocks ==8235== still reachable: 261,469 bytes in 572 blocks ==8235== of which reachable via heuristic: ==8235== length64 : 4,744 bytes in 76 blocks ==8235== newarray : 2,048 bytes in 48 blocks ==8235== suppressed: 363,804 bytes in 4,763 blocks ==8235== Rerun with --leak-check=full to see details of leaked memory ==8235== ==8235== For counts of detected and suppressed errors, rerun with: -v ==8235== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==8289== Memcheck, a memory error detector ==8289== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==8289== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==8289== Command: ./client-test Client::Source::eds_memo::testComplexInsert ==8289== Parent PID: 96 ==8289== --8289-- WARNING: Serious error when reading debug info --8289-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --8289-- Ignoring non-Dwarf2/3/4 block in .debug_info --8289-- WARNING: Serious error when reading debug info --8289-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --8289-- Last block truncated in .debug_info; ignoring --8289-- WARNING: Serious error when reading debug info --8289-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --8289-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8289-- WARNING: Serious error when reading debug info --8289-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --8289-- Ignoring non-Dwarf2/3/4 block in .debug_info --8289-- WARNING: Serious error when reading debug info --8289-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --8289-- Last block truncated in .debug_info; ignoring --8289-- WARNING: Serious error when reading debug info --8289-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --8289-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8289-- WARNING: Serious error when reading debug info --8289-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --8289-- Ignoring non-Dwarf2/3/4 block in .debug_info --8289-- WARNING: Serious error when reading debug info --8289-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --8289-- Last block truncated in .debug_info; ignoring --8289-- WARNING: Serious error when reading debug info --8289-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --8289-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8289-- WARNING: Serious error when reading debug info --8289-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --8289-- Ignoring non-Dwarf2/3/4 block in .debug_info --8289-- WARNING: Serious error when reading debug info --8289-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --8289-- Last block truncated in .debug_info; ignoring --8289-- WARNING: Serious error when reading debug info --8289-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --8289-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8289-- WARNING: Serious error when reading debug info --8289-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --8289-- Ignoring non-Dwarf2/3/4 block in .debug_info --8289-- WARNING: Serious error when reading debug info --8289-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --8289-- Last block truncated in .debug_info; ignoring --8289-- WARNING: Serious error when reading debug info --8289-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --8289-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8289-- WARNING: Serious error when reading debug info --8289-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --8289-- Ignoring non-Dwarf2/3/4 block in .debug_info --8289-- WARNING: Serious error when reading debug info --8289-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --8289-- Last block truncated in .debug_info; ignoring --8289-- WARNING: Serious error when reading debug info --8289-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --8289-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8289-- WARNING: Serious error when reading debug info --8289-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --8289-- Ignoring non-Dwarf2/3/4 block in .debug_info --8289-- WARNING: Serious error when reading debug info --8289-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --8289-- Last block truncated in .debug_info; ignoring --8289-- WARNING: Serious error when reading debug info --8289-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --8289-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8289-- WARNING: Serious error when reading debug info --8289-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --8289-- Ignoring non-Dwarf2/3/4 block in .debug_info --8289-- WARNING: Serious error when reading debug info --8289-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --8289-- Last block truncated in .debug_info; ignoring --8289-- WARNING: Serious error when reading debug info --8289-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --8289-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8289-- WARNING: Serious error when reading debug info --8289-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --8289-- Ignoring non-Dwarf2/3/4 block in .debug_info --8289-- WARNING: Serious error when reading debug info --8289-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --8289-- Last block truncated in .debug_info; ignoring --8289-- WARNING: Serious error when reading debug info --8289-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --8289-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8289-- WARNING: Serious error when reading debug info --8289-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --8289-- Ignoring non-Dwarf2/3/4 block in .debug_info --8289-- WARNING: Serious error when reading debug info --8289-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --8289-- Last block truncated in .debug_info; ignoring --8289-- WARNING: Serious error when reading debug info --8289-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --8289-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8289-- WARNING: Serious error when reading debug info --8289-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --8289-- Ignoring non-Dwarf2/3/4 block in .debug_info --8289-- WARNING: Serious error when reading debug info --8289-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --8289-- Last block truncated in .debug_info; ignoring --8289-- WARNING: Serious error when reading debug info --8289-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --8289-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8289-- WARNING: Serious error when reading debug info --8289-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --8289-- Ignoring non-Dwarf2/3/4 block in .debug_info --8289-- WARNING: Serious error when reading debug info --8289-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --8289-- Last block truncated in .debug_info; ignoring --8289-- WARNING: Serious error when reading debug info --8289-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --8289-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8289-- WARNING: Serious error when reading debug info --8289-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --8289-- Ignoring non-Dwarf2/3/4 block in .debug_info --8289-- WARNING: Serious error when reading debug info --8289-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --8289-- Last block truncated in .debug_info; ignoring --8289-- WARNING: Serious error when reading debug info --8289-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --8289-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==8289== ==8289== HEAP SUMMARY: ==8289== in use at exit: 689,929 bytes in 5,834 blocks ==8289== total heap usage: 176,398 allocs, 170,564 frees, 14,171,796 bytes allocated ==8289== ==8289== LEAK SUMMARY: ==8289== definitely lost: 0 bytes in 0 blocks ==8289== indirectly lost: 0 bytes in 0 blocks ==8289== possibly lost: 1,104 bytes in 4 blocks ==8289== still reachable: 261,861 bytes in 576 blocks ==8289== of which reachable via heuristic: ==8289== length64 : 4,744 bytes in 76 blocks ==8289== newarray : 2,048 bytes in 48 blocks ==8289== suppressed: 363,772 bytes in 4,769 blocks ==8289== Rerun with --leak-check=full to see details of leaked memory ==8289== ==8289== For counts of detected and suppressed errors, rerun with: -v ==8289== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==8355== Memcheck, a memory error detector ==8355== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==8355== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==8355== Command: ./client-test Client::Source::eds_memo::testLocalUpdate ==8355== Parent PID: 96 ==8355== --8355-- WARNING: Serious error when reading debug info --8355-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --8355-- Ignoring non-Dwarf2/3/4 block in .debug_info --8355-- WARNING: Serious error when reading debug info --8355-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --8355-- Last block truncated in .debug_info; ignoring --8355-- WARNING: Serious error when reading debug info --8355-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --8355-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8355-- WARNING: Serious error when reading debug info --8355-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --8355-- Ignoring non-Dwarf2/3/4 block in .debug_info --8355-- WARNING: Serious error when reading debug info --8355-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --8355-- Last block truncated in .debug_info; ignoring --8355-- WARNING: Serious error when reading debug info --8355-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --8355-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8355-- WARNING: Serious error when reading debug info --8355-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --8355-- Ignoring non-Dwarf2/3/4 block in .debug_info --8355-- WARNING: Serious error when reading debug info --8355-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --8355-- Last block truncated in .debug_info; ignoring --8355-- WARNING: Serious error when reading debug info --8355-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --8355-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8355-- WARNING: Serious error when reading debug info --8355-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --8355-- Ignoring non-Dwarf2/3/4 block in .debug_info --8355-- WARNING: Serious error when reading debug info --8355-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --8355-- Last block truncated in .debug_info; ignoring --8355-- WARNING: Serious error when reading debug info --8355-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --8355-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8355-- WARNING: Serious error when reading debug info --8355-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --8355-- Ignoring non-Dwarf2/3/4 block in .debug_info --8355-- WARNING: Serious error when reading debug info --8355-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --8355-- Last block truncated in .debug_info; ignoring --8355-- WARNING: Serious error when reading debug info --8355-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --8355-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8355-- WARNING: Serious error when reading debug info --8355-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --8355-- Ignoring non-Dwarf2/3/4 block in .debug_info --8355-- WARNING: Serious error when reading debug info --8355-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --8355-- Last block truncated in .debug_info; ignoring --8355-- WARNING: Serious error when reading debug info --8355-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --8355-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8355-- WARNING: Serious error when reading debug info --8355-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --8355-- Ignoring non-Dwarf2/3/4 block in .debug_info --8355-- WARNING: Serious error when reading debug info --8355-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --8355-- Last block truncated in .debug_info; ignoring --8355-- WARNING: Serious error when reading debug info --8355-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --8355-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8355-- WARNING: Serious error when reading debug info --8355-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --8355-- Ignoring non-Dwarf2/3/4 block in .debug_info --8355-- WARNING: Serious error when reading debug info --8355-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --8355-- Last block truncated in .debug_info; ignoring --8355-- WARNING: Serious error when reading debug info --8355-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --8355-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8355-- WARNING: Serious error when reading debug info --8355-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --8355-- Ignoring non-Dwarf2/3/4 block in .debug_info --8355-- WARNING: Serious error when reading debug info --8355-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --8355-- Last block truncated in .debug_info; ignoring --8355-- WARNING: Serious error when reading debug info --8355-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --8355-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8355-- WARNING: Serious error when reading debug info --8355-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --8355-- Ignoring non-Dwarf2/3/4 block in .debug_info --8355-- WARNING: Serious error when reading debug info --8355-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --8355-- Last block truncated in .debug_info; ignoring --8355-- WARNING: Serious error when reading debug info --8355-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --8355-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8355-- WARNING: Serious error when reading debug info --8355-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --8355-- Ignoring non-Dwarf2/3/4 block in .debug_info --8355-- WARNING: Serious error when reading debug info --8355-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --8355-- Last block truncated in .debug_info; ignoring --8355-- WARNING: Serious error when reading debug info --8355-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --8355-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8355-- WARNING: Serious error when reading debug info --8355-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --8355-- Ignoring non-Dwarf2/3/4 block in .debug_info --8355-- WARNING: Serious error when reading debug info --8355-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --8355-- Last block truncated in .debug_info; ignoring --8355-- WARNING: Serious error when reading debug info --8355-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --8355-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8355-- WARNING: Serious error when reading debug info --8355-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --8355-- Ignoring non-Dwarf2/3/4 block in .debug_info --8355-- WARNING: Serious error when reading debug info --8355-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --8355-- Last block truncated in .debug_info; ignoring --8355-- WARNING: Serious error when reading debug info --8355-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --8355-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==8355== ==8355== HEAP SUMMARY: ==8355== in use at exit: 688,128 bytes in 5,811 blocks ==8355== total heap usage: 199,611 allocs, 193,800 frees, 15,542,230 bytes allocated ==8355== ==8355== LEAK SUMMARY: ==8355== definitely lost: 0 bytes in 0 blocks ==8355== indirectly lost: 0 bytes in 0 blocks ==8355== possibly lost: 1,104 bytes in 4 blocks ==8355== still reachable: 260,516 bytes in 549 blocks ==8355== of which reachable via heuristic: ==8355== length64 : 4,744 bytes in 76 blocks ==8355== newarray : 2,048 bytes in 48 blocks ==8355== suppressed: 363,316 bytes in 4,773 blocks ==8355== Rerun with --leak-check=full to see details of leaked memory ==8355== ==8355== For counts of detected and suppressed errors, rerun with: -v ==8355== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==8434== Memcheck, a memory error detector ==8434== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==8434== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==8434== Command: ./client-test Client::Source::eds_memo::testChanges ==8434== Parent PID: 96 ==8434== --8434-- WARNING: Serious error when reading debug info --8434-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --8434-- Ignoring non-Dwarf2/3/4 block in .debug_info --8434-- WARNING: Serious error when reading debug info --8434-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --8434-- Last block truncated in .debug_info; ignoring --8434-- WARNING: Serious error when reading debug info --8434-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --8434-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8434-- WARNING: Serious error when reading debug info --8434-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --8434-- Ignoring non-Dwarf2/3/4 block in .debug_info --8434-- WARNING: Serious error when reading debug info --8434-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --8434-- Last block truncated in .debug_info; ignoring --8434-- WARNING: Serious error when reading debug info --8434-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --8434-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8434-- WARNING: Serious error when reading debug info --8434-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --8434-- Ignoring non-Dwarf2/3/4 block in .debug_info --8434-- WARNING: Serious error when reading debug info --8434-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --8434-- Last block truncated in .debug_info; ignoring --8434-- WARNING: Serious error when reading debug info --8434-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --8434-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8434-- WARNING: Serious error when reading debug info --8434-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --8434-- Ignoring non-Dwarf2/3/4 block in .debug_info --8434-- WARNING: Serious error when reading debug info --8434-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --8434-- Last block truncated in .debug_info; ignoring --8434-- WARNING: Serious error when reading debug info --8434-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --8434-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8434-- WARNING: Serious error when reading debug info --8434-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --8434-- Ignoring non-Dwarf2/3/4 block in .debug_info --8434-- WARNING: Serious error when reading debug info --8434-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --8434-- Last block truncated in .debug_info; ignoring --8434-- WARNING: Serious error when reading debug info --8434-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --8434-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8434-- WARNING: Serious error when reading debug info --8434-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --8434-- Ignoring non-Dwarf2/3/4 block in .debug_info --8434-- WARNING: Serious error when reading debug info --8434-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --8434-- Last block truncated in .debug_info; ignoring --8434-- WARNING: Serious error when reading debug info --8434-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --8434-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8434-- WARNING: Serious error when reading debug info --8434-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --8434-- Ignoring non-Dwarf2/3/4 block in .debug_info --8434-- WARNING: Serious error when reading debug info --8434-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --8434-- Last block truncated in .debug_info; ignoring --8434-- WARNING: Serious error when reading debug info --8434-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --8434-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8434-- WARNING: Serious error when reading debug info --8434-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --8434-- Ignoring non-Dwarf2/3/4 block in .debug_info --8434-- WARNING: Serious error when reading debug info --8434-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --8434-- Last block truncated in .debug_info; ignoring --8434-- WARNING: Serious error when reading debug info --8434-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --8434-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8434-- WARNING: Serious error when reading debug info --8434-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --8434-- Ignoring non-Dwarf2/3/4 block in .debug_info --8434-- WARNING: Serious error when reading debug info --8434-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --8434-- Last block truncated in .debug_info; ignoring --8434-- WARNING: Serious error when reading debug info --8434-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --8434-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8434-- WARNING: Serious error when reading debug info --8434-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --8434-- Ignoring non-Dwarf2/3/4 block in .debug_info --8434-- WARNING: Serious error when reading debug info --8434-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --8434-- Last block truncated in .debug_info; ignoring --8434-- WARNING: Serious error when reading debug info --8434-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --8434-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8434-- WARNING: Serious error when reading debug info --8434-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --8434-- Ignoring non-Dwarf2/3/4 block in .debug_info --8434-- WARNING: Serious error when reading debug info --8434-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --8434-- Last block truncated in .debug_info; ignoring --8434-- WARNING: Serious error when reading debug info --8434-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --8434-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8434-- WARNING: Serious error when reading debug info --8434-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --8434-- Ignoring non-Dwarf2/3/4 block in .debug_info --8434-- WARNING: Serious error when reading debug info --8434-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --8434-- Last block truncated in .debug_info; ignoring --8434-- WARNING: Serious error when reading debug info --8434-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --8434-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8434-- WARNING: Serious error when reading debug info --8434-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --8434-- Ignoring non-Dwarf2/3/4 block in .debug_info --8434-- WARNING: Serious error when reading debug info --8434-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --8434-- Last block truncated in .debug_info; ignoring --8434-- WARNING: Serious error when reading debug info --8434-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --8434-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==8434== ==8434== HEAP SUMMARY: ==8434== in use at exit: 688,936 bytes in 5,833 blocks ==8434== total heap usage: 883,565 allocs, 877,732 frees, 55,040,492 bytes allocated ==8434== ==8434== LEAK SUMMARY: ==8434== definitely lost: 0 bytes in 0 blocks ==8434== indirectly lost: 0 bytes in 0 blocks ==8434== possibly lost: 1,104 bytes in 4 blocks ==8434== still reachable: 260,028 bytes in 543 blocks ==8434== of which reachable via heuristic: ==8434== length64 : 4,744 bytes in 76 blocks ==8434== newarray : 2,048 bytes in 48 blocks ==8434== suppressed: 364,780 bytes in 4,803 blocks ==8434== Rerun with --leak-check=full to see details of leaked memory ==8434== ==8434== For counts of detected and suppressed errors, rerun with: -v ==8434== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==868== Memcheck, a memory error detector ==868== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==868== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==868== Command: ./client-test Client::Source::eds_event::testManyChanges ==868== Parent PID: 96 ==868== --868-- WARNING: Serious error when reading debug info --868-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --868-- Ignoring non-Dwarf2/3/4 block in .debug_info --868-- WARNING: Serious error when reading debug info --868-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --868-- Last block truncated in .debug_info; ignoring --868-- WARNING: Serious error when reading debug info --868-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --868-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --868-- WARNING: Serious error when reading debug info --868-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --868-- Ignoring non-Dwarf2/3/4 block in .debug_info --868-- WARNING: Serious error when reading debug info --868-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --868-- Last block truncated in .debug_info; ignoring --868-- WARNING: Serious error when reading debug info --868-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --868-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --868-- WARNING: Serious error when reading debug info --868-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --868-- Ignoring non-Dwarf2/3/4 block in .debug_info --868-- WARNING: Serious error when reading debug info --868-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --868-- Last block truncated in .debug_info; ignoring --868-- WARNING: Serious error when reading debug info --868-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --868-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --868-- WARNING: Serious error when reading debug info --868-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --868-- Ignoring non-Dwarf2/3/4 block in .debug_info --868-- WARNING: Serious error when reading debug info --868-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --868-- Last block truncated in .debug_info; ignoring --868-- WARNING: Serious error when reading debug info --868-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --868-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --868-- WARNING: Serious error when reading debug info --868-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --868-- Ignoring non-Dwarf2/3/4 block in .debug_info --868-- WARNING: Serious error when reading debug info --868-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --868-- Last block truncated in .debug_info; ignoring --868-- WARNING: Serious error when reading debug info --868-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --868-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --868-- WARNING: Serious error when reading debug info --868-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --868-- Ignoring non-Dwarf2/3/4 block in .debug_info --868-- WARNING: Serious error when reading debug info --868-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --868-- Last block truncated in .debug_info; ignoring --868-- WARNING: Serious error when reading debug info --868-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --868-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --868-- WARNING: Serious error when reading debug info --868-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --868-- Ignoring non-Dwarf2/3/4 block in .debug_info --868-- WARNING: Serious error when reading debug info --868-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --868-- Last block truncated in .debug_info; ignoring --868-- WARNING: Serious error when reading debug info --868-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --868-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --868-- WARNING: Serious error when reading debug info --868-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --868-- Ignoring non-Dwarf2/3/4 block in .debug_info --868-- WARNING: Serious error when reading debug info --868-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --868-- Last block truncated in .debug_info; ignoring --868-- WARNING: Serious error when reading debug info --868-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --868-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --868-- WARNING: Serious error when reading debug info --868-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --868-- Ignoring non-Dwarf2/3/4 block in .debug_info --868-- WARNING: Serious error when reading debug info --868-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --868-- Last block truncated in .debug_info; ignoring --868-- WARNING: Serious error when reading debug info --868-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --868-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --868-- WARNING: Serious error when reading debug info --868-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --868-- Ignoring non-Dwarf2/3/4 block in .debug_info --868-- WARNING: Serious error when reading debug info --868-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --868-- Last block truncated in .debug_info; ignoring --868-- WARNING: Serious error when reading debug info --868-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --868-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --868-- WARNING: Serious error when reading debug info --868-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --868-- Ignoring non-Dwarf2/3/4 block in .debug_info --868-- WARNING: Serious error when reading debug info --868-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --868-- Last block truncated in .debug_info; ignoring --868-- WARNING: Serious error when reading debug info --868-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --868-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --868-- WARNING: Serious error when reading debug info --868-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --868-- Ignoring non-Dwarf2/3/4 block in .debug_info --868-- WARNING: Serious error when reading debug info --868-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --868-- Last block truncated in .debug_info; ignoring --868-- WARNING: Serious error when reading debug info --868-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --868-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --868-- WARNING: Serious error when reading debug info --868-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --868-- Ignoring non-Dwarf2/3/4 block in .debug_info --868-- WARNING: Serious error when reading debug info --868-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --868-- Last block truncated in .debug_info; ignoring --868-- WARNING: Serious error when reading debug info --868-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --868-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==868== ==868== HEAP SUMMARY: ==868== in use at exit: 690,063 bytes in 5,813 blocks ==868== total heap usage: 589,275 allocs, 583,462 frees, 47,384,991 bytes allocated ==868== ==868== LEAK SUMMARY: ==868== definitely lost: 0 bytes in 0 blocks ==868== indirectly lost: 0 bytes in 0 blocks ==868== possibly lost: 432 bytes in 2 blocks ==868== still reachable: 254,798 bytes in 396 blocks ==868== of which reachable via heuristic: ==868== length64 : 4,744 bytes in 76 blocks ==868== newarray : 2,048 bytes in 48 blocks ==868== suppressed: 371,641 bytes in 4,930 blocks ==868== Rerun with --leak-check=full to see details of leaked memory ==868== ==868== For counts of detected and suppressed errors, rerun with: -v ==868== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==8897== Memcheck, a memory error detector ==8897== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==8897== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==8897== Command: ./client-test Client::Source::eds_memo::testChangesMultiCycles ==8897== Parent PID: 96 ==8897== --8897-- WARNING: Serious error when reading debug info --8897-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --8897-- Ignoring non-Dwarf2/3/4 block in .debug_info --8897-- WARNING: Serious error when reading debug info --8897-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --8897-- Last block truncated in .debug_info; ignoring --8897-- WARNING: Serious error when reading debug info --8897-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --8897-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8897-- WARNING: Serious error when reading debug info --8897-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --8897-- Ignoring non-Dwarf2/3/4 block in .debug_info --8897-- WARNING: Serious error when reading debug info --8897-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --8897-- Last block truncated in .debug_info; ignoring --8897-- WARNING: Serious error when reading debug info --8897-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --8897-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8897-- WARNING: Serious error when reading debug info --8897-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --8897-- Ignoring non-Dwarf2/3/4 block in .debug_info --8897-- WARNING: Serious error when reading debug info --8897-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --8897-- Last block truncated in .debug_info; ignoring --8897-- WARNING: Serious error when reading debug info --8897-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --8897-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8897-- WARNING: Serious error when reading debug info --8897-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --8897-- Ignoring non-Dwarf2/3/4 block in .debug_info --8897-- WARNING: Serious error when reading debug info --8897-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --8897-- Last block truncated in .debug_info; ignoring --8897-- WARNING: Serious error when reading debug info --8897-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --8897-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8897-- WARNING: Serious error when reading debug info --8897-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --8897-- Ignoring non-Dwarf2/3/4 block in .debug_info --8897-- WARNING: Serious error when reading debug info --8897-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --8897-- Last block truncated in .debug_info; ignoring --8897-- WARNING: Serious error when reading debug info --8897-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --8897-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8897-- WARNING: Serious error when reading debug info --8897-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --8897-- Ignoring non-Dwarf2/3/4 block in .debug_info --8897-- WARNING: Serious error when reading debug info --8897-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --8897-- Last block truncated in .debug_info; ignoring --8897-- WARNING: Serious error when reading debug info --8897-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --8897-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8897-- WARNING: Serious error when reading debug info --8897-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --8897-- Ignoring non-Dwarf2/3/4 block in .debug_info --8897-- WARNING: Serious error when reading debug info --8897-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --8897-- Last block truncated in .debug_info; ignoring --8897-- WARNING: Serious error when reading debug info --8897-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --8897-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8897-- WARNING: Serious error when reading debug info --8897-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --8897-- Ignoring non-Dwarf2/3/4 block in .debug_info --8897-- WARNING: Serious error when reading debug info --8897-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --8897-- Last block truncated in .debug_info; ignoring --8897-- WARNING: Serious error when reading debug info --8897-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --8897-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8897-- WARNING: Serious error when reading debug info --8897-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --8897-- Ignoring non-Dwarf2/3/4 block in .debug_info --8897-- WARNING: Serious error when reading debug info --8897-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --8897-- Last block truncated in .debug_info; ignoring --8897-- WARNING: Serious error when reading debug info --8897-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --8897-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8897-- WARNING: Serious error when reading debug info --8897-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --8897-- Ignoring non-Dwarf2/3/4 block in .debug_info --8897-- WARNING: Serious error when reading debug info --8897-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --8897-- Last block truncated in .debug_info; ignoring --8897-- WARNING: Serious error when reading debug info --8897-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --8897-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8897-- WARNING: Serious error when reading debug info --8897-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --8897-- Ignoring non-Dwarf2/3/4 block in .debug_info --8897-- WARNING: Serious error when reading debug info --8897-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --8897-- Last block truncated in .debug_info; ignoring --8897-- WARNING: Serious error when reading debug info --8897-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --8897-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8897-- WARNING: Serious error when reading debug info --8897-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --8897-- Ignoring non-Dwarf2/3/4 block in .debug_info --8897-- WARNING: Serious error when reading debug info --8897-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --8897-- Last block truncated in .debug_info; ignoring --8897-- WARNING: Serious error when reading debug info --8897-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --8897-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --8897-- WARNING: Serious error when reading debug info --8897-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --8897-- Ignoring non-Dwarf2/3/4 block in .debug_info --8897-- WARNING: Serious error when reading debug info --8897-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --8897-- Last block truncated in .debug_info; ignoring --8897-- WARNING: Serious error when reading debug info --8897-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --8897-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==8897== ==8897== HEAP SUMMARY: ==8897== in use at exit: 687,661 bytes in 5,783 blocks ==8897== total heap usage: 809,081 allocs, 803,298 frees, 47,176,929 bytes allocated ==8897== ==8897== LEAK SUMMARY: ==8897== definitely lost: 0 bytes in 0 blocks ==8897== indirectly lost: 0 bytes in 0 blocks ==8897== possibly lost: 1,104 bytes in 4 blocks ==8897== still reachable: 260,993 bytes in 567 blocks ==8897== of which reachable via heuristic: ==8897== length64 : 4,744 bytes in 76 blocks ==8897== newarray : 2,048 bytes in 48 blocks ==8897== suppressed: 362,540 bytes in 4,729 blocks ==8897== Rerun with --leak-check=full to see details of leaked memory ==8897== ==8897== For counts of detected and suppressed errors, rerun with: -v ==8897== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==919== Memcheck, a memory error detector ==919== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==919== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==919== Command: ./client-test Client::Source::eds_event::LinkedItemsDefault::testLinkedItemsParent ==919== Parent PID: 96 ==919== --919-- WARNING: Serious error when reading debug info --919-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --919-- Ignoring non-Dwarf2/3/4 block in .debug_info --919-- WARNING: Serious error when reading debug info --919-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --919-- Last block truncated in .debug_info; ignoring --919-- WARNING: Serious error when reading debug info --919-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --919-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --919-- WARNING: Serious error when reading debug info --919-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --919-- Ignoring non-Dwarf2/3/4 block in .debug_info --919-- WARNING: Serious error when reading debug info --919-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --919-- Last block truncated in .debug_info; ignoring --919-- WARNING: Serious error when reading debug info --919-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --919-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --919-- WARNING: Serious error when reading debug info --919-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --919-- Ignoring non-Dwarf2/3/4 block in .debug_info --919-- WARNING: Serious error when reading debug info --919-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --919-- Last block truncated in .debug_info; ignoring --919-- WARNING: Serious error when reading debug info --919-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --919-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --919-- WARNING: Serious error when reading debug info --919-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --919-- Ignoring non-Dwarf2/3/4 block in .debug_info --919-- WARNING: Serious error when reading debug info --919-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --919-- Last block truncated in .debug_info; ignoring --919-- WARNING: Serious error when reading debug info --919-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --919-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --919-- WARNING: Serious error when reading debug info --919-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --919-- Ignoring non-Dwarf2/3/4 block in .debug_info --919-- WARNING: Serious error when reading debug info --919-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --919-- Last block truncated in .debug_info; ignoring --919-- WARNING: Serious error when reading debug info --919-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --919-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --919-- WARNING: Serious error when reading debug info --919-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --919-- Ignoring non-Dwarf2/3/4 block in .debug_info --919-- WARNING: Serious error when reading debug info --919-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --919-- Last block truncated in .debug_info; ignoring --919-- WARNING: Serious error when reading debug info --919-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --919-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --919-- WARNING: Serious error when reading debug info --919-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --919-- Ignoring non-Dwarf2/3/4 block in .debug_info --919-- WARNING: Serious error when reading debug info --919-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --919-- Last block truncated in .debug_info; ignoring --919-- WARNING: Serious error when reading debug info --919-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --919-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --919-- WARNING: Serious error when reading debug info --919-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --919-- Ignoring non-Dwarf2/3/4 block in .debug_info --919-- WARNING: Serious error when reading debug info --919-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --919-- Last block truncated in .debug_info; ignoring --919-- WARNING: Serious error when reading debug info --919-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --919-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --919-- WARNING: Serious error when reading debug info --919-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --919-- Ignoring non-Dwarf2/3/4 block in .debug_info --919-- WARNING: Serious error when reading debug info --919-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --919-- Last block truncated in .debug_info; ignoring --919-- WARNING: Serious error when reading debug info --919-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --919-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --919-- WARNING: Serious error when reading debug info --919-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --919-- Ignoring non-Dwarf2/3/4 block in .debug_info --919-- WARNING: Serious error when reading debug info --919-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --919-- Last block truncated in .debug_info; ignoring --919-- WARNING: Serious error when reading debug info --919-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --919-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --919-- WARNING: Serious error when reading debug info --919-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --919-- Ignoring non-Dwarf2/3/4 block in .debug_info --919-- WARNING: Serious error when reading debug info --919-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --919-- Last block truncated in .debug_info; ignoring --919-- WARNING: Serious error when reading debug info --919-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --919-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --919-- WARNING: Serious error when reading debug info --919-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --919-- Ignoring non-Dwarf2/3/4 block in .debug_info --919-- WARNING: Serious error when reading debug info --919-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --919-- Last block truncated in .debug_info; ignoring --919-- WARNING: Serious error when reading debug info --919-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --919-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --919-- WARNING: Serious error when reading debug info --919-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --919-- Ignoring non-Dwarf2/3/4 block in .debug_info --919-- WARNING: Serious error when reading debug info --919-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --919-- Last block truncated in .debug_info; ignoring --919-- WARNING: Serious error when reading debug info --919-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --919-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==919== ==919== HEAP SUMMARY: ==919== in use at exit: 846,796 bytes in 8,310 blocks ==919== total heap usage: 276,537 allocs, 268,227 frees, 21,826,162 bytes allocated ==919== ==919== LEAK SUMMARY: ==919== definitely lost: 0 bytes in 0 blocks ==919== indirectly lost: 0 bytes in 0 blocks ==919== possibly lost: 432 bytes in 2 blocks ==919== still reachable: 411,296 bytes in 2,909 blocks ==919== of which reachable via heuristic: ==919== length64 : 4,744 bytes in 76 blocks ==919== newarray : 2,048 bytes in 48 blocks ==919== suppressed: 372,044 bytes in 4,916 blocks ==919== Rerun with --leak-check=full to see details of leaked memory ==919== ==919== For counts of detected and suppressed errors, rerun with: -v ==919== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==9360== Memcheck, a memory error detector ==9360== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==9360== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==9360== Command: ./client-test Client::Source::eds_memo::testImport ==9360== Parent PID: 96 ==9360== --9360-- WARNING: Serious error when reading debug info --9360-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --9360-- Ignoring non-Dwarf2/3/4 block in .debug_info --9360-- WARNING: Serious error when reading debug info --9360-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --9360-- Last block truncated in .debug_info; ignoring --9360-- WARNING: Serious error when reading debug info --9360-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --9360-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --9360-- WARNING: Serious error when reading debug info --9360-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --9360-- Ignoring non-Dwarf2/3/4 block in .debug_info --9360-- WARNING: Serious error when reading debug info --9360-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --9360-- Last block truncated in .debug_info; ignoring --9360-- WARNING: Serious error when reading debug info --9360-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --9360-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --9360-- WARNING: Serious error when reading debug info --9360-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --9360-- Ignoring non-Dwarf2/3/4 block in .debug_info --9360-- WARNING: Serious error when reading debug info --9360-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --9360-- Last block truncated in .debug_info; ignoring --9360-- WARNING: Serious error when reading debug info --9360-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --9360-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --9360-- WARNING: Serious error when reading debug info --9360-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --9360-- Ignoring non-Dwarf2/3/4 block in .debug_info --9360-- WARNING: Serious error when reading debug info --9360-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --9360-- Last block truncated in .debug_info; ignoring --9360-- WARNING: Serious error when reading debug info --9360-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --9360-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --9360-- WARNING: Serious error when reading debug info --9360-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --9360-- Ignoring non-Dwarf2/3/4 block in .debug_info --9360-- WARNING: Serious error when reading debug info --9360-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --9360-- Last block truncated in .debug_info; ignoring --9360-- WARNING: Serious error when reading debug info --9360-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --9360-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --9360-- WARNING: Serious error when reading debug info --9360-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --9360-- Ignoring non-Dwarf2/3/4 block in .debug_info --9360-- WARNING: Serious error when reading debug info --9360-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --9360-- Last block truncated in .debug_info; ignoring --9360-- WARNING: Serious error when reading debug info --9360-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --9360-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --9360-- WARNING: Serious error when reading debug info --9360-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --9360-- Ignoring non-Dwarf2/3/4 block in .debug_info --9360-- WARNING: Serious error when reading debug info --9360-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --9360-- Last block truncated in .debug_info; ignoring --9360-- WARNING: Serious error when reading debug info --9360-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --9360-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --9360-- WARNING: Serious error when reading debug info --9360-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --9360-- Ignoring non-Dwarf2/3/4 block in .debug_info --9360-- WARNING: Serious error when reading debug info --9360-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --9360-- Last block truncated in .debug_info; ignoring --9360-- WARNING: Serious error when reading debug info --9360-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --9360-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --9360-- WARNING: Serious error when reading debug info --9360-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --9360-- Ignoring non-Dwarf2/3/4 block in .debug_info --9360-- WARNING: Serious error when reading debug info --9360-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --9360-- Last block truncated in .debug_info; ignoring --9360-- WARNING: Serious error when reading debug info --9360-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --9360-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --9360-- WARNING: Serious error when reading debug info --9360-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --9360-- Ignoring non-Dwarf2/3/4 block in .debug_info --9360-- WARNING: Serious error when reading debug info --9360-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --9360-- Last block truncated in .debug_info; ignoring --9360-- WARNING: Serious error when reading debug info --9360-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --9360-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --9360-- WARNING: Serious error when reading debug info --9360-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --9360-- Ignoring non-Dwarf2/3/4 block in .debug_info --9360-- WARNING: Serious error when reading debug info --9360-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --9360-- Last block truncated in .debug_info; ignoring --9360-- WARNING: Serious error when reading debug info --9360-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --9360-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --9360-- WARNING: Serious error when reading debug info --9360-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --9360-- Ignoring non-Dwarf2/3/4 block in .debug_info --9360-- WARNING: Serious error when reading debug info --9360-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --9360-- Last block truncated in .debug_info; ignoring --9360-- WARNING: Serious error when reading debug info --9360-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --9360-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --9360-- WARNING: Serious error when reading debug info --9360-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --9360-- Ignoring non-Dwarf2/3/4 block in .debug_info --9360-- WARNING: Serious error when reading debug info --9360-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --9360-- Last block truncated in .debug_info; ignoring --9360-- WARNING: Serious error when reading debug info --9360-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --9360-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==9360== ==9360== HEAP SUMMARY: ==9360== in use at exit: 688,128 bytes in 5,811 blocks ==9360== total heap usage: 167,275 allocs, 161,464 frees, 13,868,468 bytes allocated ==9360== ==9360== LEAK SUMMARY: ==9360== definitely lost: 0 bytes in 0 blocks ==9360== indirectly lost: 0 bytes in 0 blocks ==9360== possibly lost: 1,104 bytes in 4 blocks ==9360== still reachable: 260,516 bytes in 549 blocks ==9360== of which reachable via heuristic: ==9360== length64 : 4,744 bytes in 76 blocks ==9360== newarray : 2,048 bytes in 48 blocks ==9360== suppressed: 363,316 bytes in 4,773 blocks ==9360== Rerun with --leak-check=full to see details of leaked memory ==9360== ==9360== For counts of detected and suppressed errors, rerun with: -v ==9360== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==9424== Memcheck, a memory error detector ==9424== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==9424== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==9424== Command: ./client-test Client::Source::eds_memo::testImportDelete ==9424== Parent PID: 96 ==9424== --9424-- WARNING: Serious error when reading debug info --9424-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --9424-- Ignoring non-Dwarf2/3/4 block in .debug_info --9424-- WARNING: Serious error when reading debug info --9424-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --9424-- Last block truncated in .debug_info; ignoring --9424-- WARNING: Serious error when reading debug info --9424-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --9424-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --9424-- WARNING: Serious error when reading debug info --9424-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --9424-- Ignoring non-Dwarf2/3/4 block in .debug_info --9424-- WARNING: Serious error when reading debug info --9424-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --9424-- Last block truncated in .debug_info; ignoring --9424-- WARNING: Serious error when reading debug info --9424-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --9424-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --9424-- WARNING: Serious error when reading debug info --9424-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --9424-- Ignoring non-Dwarf2/3/4 block in .debug_info --9424-- WARNING: Serious error when reading debug info --9424-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --9424-- Last block truncated in .debug_info; ignoring --9424-- WARNING: Serious error when reading debug info --9424-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --9424-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --9424-- WARNING: Serious error when reading debug info --9424-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --9424-- Ignoring non-Dwarf2/3/4 block in .debug_info --9424-- WARNING: Serious error when reading debug info --9424-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --9424-- Last block truncated in .debug_info; ignoring --9424-- WARNING: Serious error when reading debug info --9424-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --9424-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --9424-- WARNING: Serious error when reading debug info --9424-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --9424-- Ignoring non-Dwarf2/3/4 block in .debug_info --9424-- WARNING: Serious error when reading debug info --9424-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --9424-- Last block truncated in .debug_info; ignoring --9424-- WARNING: Serious error when reading debug info --9424-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --9424-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --9424-- WARNING: Serious error when reading debug info --9424-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --9424-- Ignoring non-Dwarf2/3/4 block in .debug_info --9424-- WARNING: Serious error when reading debug info --9424-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --9424-- Last block truncated in .debug_info; ignoring --9424-- WARNING: Serious error when reading debug info --9424-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --9424-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --9424-- WARNING: Serious error when reading debug info --9424-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --9424-- Ignoring non-Dwarf2/3/4 block in .debug_info --9424-- WARNING: Serious error when reading debug info --9424-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --9424-- Last block truncated in .debug_info; ignoring --9424-- WARNING: Serious error when reading debug info --9424-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --9424-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --9424-- WARNING: Serious error when reading debug info --9424-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --9424-- Ignoring non-Dwarf2/3/4 block in .debug_info --9424-- WARNING: Serious error when reading debug info --9424-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --9424-- Last block truncated in .debug_info; ignoring --9424-- WARNING: Serious error when reading debug info --9424-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --9424-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --9424-- WARNING: Serious error when reading debug info --9424-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --9424-- Ignoring non-Dwarf2/3/4 block in .debug_info --9424-- WARNING: Serious error when reading debug info --9424-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --9424-- Last block truncated in .debug_info; ignoring --9424-- WARNING: Serious error when reading debug info --9424-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --9424-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --9424-- WARNING: Serious error when reading debug info --9424-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --9424-- Ignoring non-Dwarf2/3/4 block in .debug_info --9424-- WARNING: Serious error when reading debug info --9424-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --9424-- Last block truncated in .debug_info; ignoring --9424-- WARNING: Serious error when reading debug info --9424-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --9424-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --9424-- WARNING: Serious error when reading debug info --9424-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --9424-- Ignoring non-Dwarf2/3/4 block in .debug_info --9424-- WARNING: Serious error when reading debug info --9424-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --9424-- Last block truncated in .debug_info; ignoring --9424-- WARNING: Serious error when reading debug info --9424-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --9424-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --9424-- WARNING: Serious error when reading debug info --9424-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --9424-- Ignoring non-Dwarf2/3/4 block in .debug_info --9424-- WARNING: Serious error when reading debug info --9424-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --9424-- Last block truncated in .debug_info; ignoring --9424-- WARNING: Serious error when reading debug info --9424-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --9424-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --9424-- WARNING: Serious error when reading debug info --9424-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --9424-- Ignoring non-Dwarf2/3/4 block in .debug_info --9424-- WARNING: Serious error when reading debug info --9424-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --9424-- Last block truncated in .debug_info; ignoring --9424-- WARNING: Serious error when reading debug info --9424-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --9424-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==9424== ==9424== HEAP SUMMARY: ==9424== in use at exit: 689,800 bytes in 5,852 blocks ==9424== total heap usage: 215,318 allocs, 209,466 frees, 16,632,816 bytes allocated ==9424== ==9424== LEAK SUMMARY: ==9424== definitely lost: 0 bytes in 0 blocks ==9424== indirectly lost: 0 bytes in 0 blocks ==9424== possibly lost: 432 bytes in 2 blocks ==9424== still reachable: 252,461 bytes in 387 blocks ==9424== of which reachable via heuristic: ==9424== length64 : 4,744 bytes in 76 blocks ==9424== newarray : 2,048 bytes in 48 blocks ==9424== suppressed: 373,883 bytes in 4,980 blocks ==9424== Rerun with --leak-check=full to see details of leaked memory ==9424== ==9424== For counts of detected and suppressed errors, rerun with: -v ==9424== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==9513== Memcheck, a memory error detector ==9513== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==9513== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==9513== Command: ./client-test Client::Source::eds_memo::testRemoveProperties ==9513== Parent PID: 96 ==9513== --9513-- WARNING: Serious error when reading debug info --9513-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --9513-- Ignoring non-Dwarf2/3/4 block in .debug_info --9513-- WARNING: Serious error when reading debug info --9513-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --9513-- Last block truncated in .debug_info; ignoring --9513-- WARNING: Serious error when reading debug info --9513-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --9513-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --9513-- WARNING: Serious error when reading debug info --9513-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --9513-- Ignoring non-Dwarf2/3/4 block in .debug_info --9513-- WARNING: Serious error when reading debug info --9513-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --9513-- Last block truncated in .debug_info; ignoring --9513-- WARNING: Serious error when reading debug info --9513-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --9513-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --9513-- WARNING: Serious error when reading debug info --9513-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --9513-- Ignoring non-Dwarf2/3/4 block in .debug_info --9513-- WARNING: Serious error when reading debug info --9513-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --9513-- Last block truncated in .debug_info; ignoring --9513-- WARNING: Serious error when reading debug info --9513-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --9513-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --9513-- WARNING: Serious error when reading debug info --9513-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --9513-- Ignoring non-Dwarf2/3/4 block in .debug_info --9513-- WARNING: Serious error when reading debug info --9513-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --9513-- Last block truncated in .debug_info; ignoring --9513-- WARNING: Serious error when reading debug info --9513-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --9513-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --9513-- WARNING: Serious error when reading debug info --9513-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --9513-- Ignoring non-Dwarf2/3/4 block in .debug_info --9513-- WARNING: Serious error when reading debug info --9513-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --9513-- Last block truncated in .debug_info; ignoring --9513-- WARNING: Serious error when reading debug info --9513-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --9513-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --9513-- WARNING: Serious error when reading debug info --9513-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --9513-- Ignoring non-Dwarf2/3/4 block in .debug_info --9513-- WARNING: Serious error when reading debug info --9513-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --9513-- Last block truncated in .debug_info; ignoring --9513-- WARNING: Serious error when reading debug info --9513-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --9513-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --9513-- WARNING: Serious error when reading debug info --9513-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --9513-- Ignoring non-Dwarf2/3/4 block in .debug_info --9513-- WARNING: Serious error when reading debug info --9513-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --9513-- Last block truncated in .debug_info; ignoring --9513-- WARNING: Serious error when reading debug info --9513-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --9513-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --9513-- WARNING: Serious error when reading debug info --9513-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --9513-- Ignoring non-Dwarf2/3/4 block in .debug_info --9513-- WARNING: Serious error when reading debug info --9513-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --9513-- Last block truncated in .debug_info; ignoring --9513-- WARNING: Serious error when reading debug info --9513-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --9513-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --9513-- WARNING: Serious error when reading debug info --9513-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --9513-- Ignoring non-Dwarf2/3/4 block in .debug_info --9513-- WARNING: Serious error when reading debug info --9513-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --9513-- Last block truncated in .debug_info; ignoring --9513-- WARNING: Serious error when reading debug info --9513-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --9513-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --9513-- WARNING: Serious error when reading debug info --9513-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --9513-- Ignoring non-Dwarf2/3/4 block in .debug_info --9513-- WARNING: Serious error when reading debug info --9513-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --9513-- Last block truncated in .debug_info; ignoring --9513-- WARNING: Serious error when reading debug info --9513-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --9513-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --9513-- WARNING: Serious error when reading debug info --9513-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --9513-- Ignoring non-Dwarf2/3/4 block in .debug_info --9513-- WARNING: Serious error when reading debug info --9513-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --9513-- Last block truncated in .debug_info; ignoring --9513-- WARNING: Serious error when reading debug info --9513-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --9513-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --9513-- WARNING: Serious error when reading debug info --9513-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --9513-- Ignoring non-Dwarf2/3/4 block in .debug_info --9513-- WARNING: Serious error when reading debug info --9513-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --9513-- Last block truncated in .debug_info; ignoring --9513-- WARNING: Serious error when reading debug info --9513-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --9513-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --9513-- WARNING: Serious error when reading debug info --9513-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --9513-- Ignoring non-Dwarf2/3/4 block in .debug_info --9513-- WARNING: Serious error when reading debug info --9513-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --9513-- Last block truncated in .debug_info; ignoring --9513-- WARNING: Serious error when reading debug info --9513-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --9513-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==9513== ==9513== HEAP SUMMARY: ==9513== in use at exit: 689,577 bytes in 5,824 blocks ==9513== total heap usage: 196,292 allocs, 190,468 frees, 15,889,221 bytes allocated ==9513== ==9513== LEAK SUMMARY: ==9513== definitely lost: 0 bytes in 0 blocks ==9513== indirectly lost: 0 bytes in 0 blocks ==9513== possibly lost: 1,104 bytes in 4 blocks ==9513== still reachable: 261,477 bytes in 572 blocks ==9513== of which reachable via heuristic: ==9513== length64 : 4,744 bytes in 76 blocks ==9513== newarray : 2,048 bytes in 48 blocks ==9513== suppressed: 363,804 bytes in 4,763 blocks ==9513== Rerun with --leak-check=full to see details of leaked memory ==9513== ==9513== For counts of detected and suppressed errors, rerun with: -v ==9513== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==9589== Memcheck, a memory error detector ==9589== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==9589== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==9589== Command: ./client-test Client::Source::eds_memo::testManyChanges ==9589== Parent PID: 96 ==9589== --9589-- WARNING: Serious error when reading debug info --9589-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --9589-- Ignoring non-Dwarf2/3/4 block in .debug_info --9589-- WARNING: Serious error when reading debug info --9589-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --9589-- Last block truncated in .debug_info; ignoring --9589-- WARNING: Serious error when reading debug info --9589-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --9589-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --9589-- WARNING: Serious error when reading debug info --9589-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --9589-- Ignoring non-Dwarf2/3/4 block in .debug_info --9589-- WARNING: Serious error when reading debug info --9589-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --9589-- Last block truncated in .debug_info; ignoring --9589-- WARNING: Serious error when reading debug info --9589-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --9589-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --9589-- WARNING: Serious error when reading debug info --9589-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --9589-- Ignoring non-Dwarf2/3/4 block in .debug_info --9589-- WARNING: Serious error when reading debug info --9589-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --9589-- Last block truncated in .debug_info; ignoring --9589-- WARNING: Serious error when reading debug info --9589-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --9589-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --9589-- WARNING: Serious error when reading debug info --9589-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --9589-- Ignoring non-Dwarf2/3/4 block in .debug_info --9589-- WARNING: Serious error when reading debug info --9589-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --9589-- Last block truncated in .debug_info; ignoring --9589-- WARNING: Serious error when reading debug info --9589-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --9589-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --9589-- WARNING: Serious error when reading debug info --9589-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --9589-- Ignoring non-Dwarf2/3/4 block in .debug_info --9589-- WARNING: Serious error when reading debug info --9589-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --9589-- Last block truncated in .debug_info; ignoring --9589-- WARNING: Serious error when reading debug info --9589-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --9589-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --9589-- WARNING: Serious error when reading debug info --9589-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --9589-- Ignoring non-Dwarf2/3/4 block in .debug_info --9589-- WARNING: Serious error when reading debug info --9589-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --9589-- Last block truncated in .debug_info; ignoring --9589-- WARNING: Serious error when reading debug info --9589-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --9589-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --9589-- WARNING: Serious error when reading debug info --9589-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --9589-- Ignoring non-Dwarf2/3/4 block in .debug_info --9589-- WARNING: Serious error when reading debug info --9589-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --9589-- Last block truncated in .debug_info; ignoring --9589-- WARNING: Serious error when reading debug info --9589-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --9589-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --9589-- WARNING: Serious error when reading debug info --9589-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --9589-- Ignoring non-Dwarf2/3/4 block in .debug_info --9589-- WARNING: Serious error when reading debug info --9589-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --9589-- Last block truncated in .debug_info; ignoring --9589-- WARNING: Serious error when reading debug info --9589-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --9589-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --9589-- WARNING: Serious error when reading debug info --9589-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --9589-- Ignoring non-Dwarf2/3/4 block in .debug_info --9589-- WARNING: Serious error when reading debug info --9589-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --9589-- Last block truncated in .debug_info; ignoring --9589-- WARNING: Serious error when reading debug info --9589-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --9589-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --9589-- WARNING: Serious error when reading debug info --9589-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --9589-- Ignoring non-Dwarf2/3/4 block in .debug_info --9589-- WARNING: Serious error when reading debug info --9589-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --9589-- Last block truncated in .debug_info; ignoring --9589-- WARNING: Serious error when reading debug info --9589-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --9589-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --9589-- WARNING: Serious error when reading debug info --9589-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --9589-- Ignoring non-Dwarf2/3/4 block in .debug_info --9589-- WARNING: Serious error when reading debug info --9589-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --9589-- Last block truncated in .debug_info; ignoring --9589-- WARNING: Serious error when reading debug info --9589-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --9589-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --9589-- WARNING: Serious error when reading debug info --9589-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --9589-- Ignoring non-Dwarf2/3/4 block in .debug_info --9589-- WARNING: Serious error when reading debug info --9589-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --9589-- Last block truncated in .debug_info; ignoring --9589-- WARNING: Serious error when reading debug info --9589-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --9589-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --9589-- WARNING: Serious error when reading debug info --9589-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --9589-- Ignoring non-Dwarf2/3/4 block in .debug_info --9589-- WARNING: Serious error when reading debug info --9589-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --9589-- Last block truncated in .debug_info; ignoring --9589-- WARNING: Serious error when reading debug info --9589-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --9589-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==9589== ==9589== HEAP SUMMARY: ==9589== in use at exit: 686,951 bytes in 5,767 blocks ==9589== total heap usage: 497,917 allocs, 492,150 frees, 38,740,437 bytes allocated ==9589== ==9589== LEAK SUMMARY: ==9589== definitely lost: 0 bytes in 0 blocks ==9589== indirectly lost: 0 bytes in 0 blocks ==9589== possibly lost: 1,104 bytes in 4 blocks ==9589== still reachable: 260,892 bytes in 544 blocks ==9589== of which reachable via heuristic: ==9589== length64 : 4,744 bytes in 76 blocks ==9589== newarray : 2,048 bytes in 48 blocks ==9589== suppressed: 361,763 bytes in 4,734 blocks ==9589== Rerun with --leak-check=full to see details of leaked memory ==9589== ==9589== For counts of detected and suppressed errors, rerun with: -v ==9589== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==96== Memcheck, a memory error detector ==96== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==96== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==96== Command: ./client-test Client::Source::eds_contact Client::Source::eds_event Client::Source::eds_task Client::Source::eds_memo ==96== Parent PID: 90 ==96== --96-- WARNING: Serious error when reading debug info --96-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --96-- Ignoring non-Dwarf2/3/4 block in .debug_info --96-- WARNING: Serious error when reading debug info --96-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --96-- Last block truncated in .debug_info; ignoring --96-- WARNING: Serious error when reading debug info --96-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --96-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --96-- WARNING: Serious error when reading debug info --96-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --96-- Ignoring non-Dwarf2/3/4 block in .debug_info --96-- WARNING: Serious error when reading debug info --96-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --96-- Last block truncated in .debug_info; ignoring --96-- WARNING: Serious error when reading debug info --96-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --96-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --96-- WARNING: Serious error when reading debug info --96-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --96-- Ignoring non-Dwarf2/3/4 block in .debug_info --96-- WARNING: Serious error when reading debug info --96-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --96-- Last block truncated in .debug_info; ignoring --96-- WARNING: Serious error when reading debug info --96-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --96-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --96-- WARNING: Serious error when reading debug info --96-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --96-- Ignoring non-Dwarf2/3/4 block in .debug_info --96-- WARNING: Serious error when reading debug info --96-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --96-- Last block truncated in .debug_info; ignoring --96-- WARNING: Serious error when reading debug info --96-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --96-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --96-- WARNING: Serious error when reading debug info --96-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --96-- Ignoring non-Dwarf2/3/4 block in .debug_info --96-- WARNING: Serious error when reading debug info --96-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --96-- Last block truncated in .debug_info; ignoring --96-- WARNING: Serious error when reading debug info --96-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --96-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --96-- WARNING: Serious error when reading debug info --96-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --96-- Ignoring non-Dwarf2/3/4 block in .debug_info --96-- WARNING: Serious error when reading debug info --96-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --96-- Last block truncated in .debug_info; ignoring --96-- WARNING: Serious error when reading debug info --96-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --96-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --96-- WARNING: Serious error when reading debug info --96-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --96-- Ignoring non-Dwarf2/3/4 block in .debug_info --96-- WARNING: Serious error when reading debug info --96-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --96-- Last block truncated in .debug_info; ignoring --96-- WARNING: Serious error when reading debug info --96-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --96-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==96== ==96== HEAP SUMMARY: ==96== in use at exit: 209,698 bytes in 503 blocks ==96== total heap usage: 62,772 allocs, 62,269 frees, 11,417,048 bytes allocated ==96== ==96== LEAK SUMMARY: ==96== definitely lost: 0 bytes in 0 blocks ==96== indirectly lost: 0 bytes in 0 blocks ==96== possibly lost: 96 bytes in 1 blocks ==96== still reachable: 198,636 bytes in 315 blocks ==96== of which reachable via heuristic: ==96== newarray : 1,536 bytes in 16 blocks ==96== suppressed: 10,966 bytes in 187 blocks ==96== Rerun with --leak-check=full to see details of leaked memory ==96== ==96== For counts of detected and suppressed errors, rerun with: -v ==96== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==96== could not unlink /tmp/vgdb-pipe-from-vgdb-to-96-by-nightly-on-syncev ==96== could not unlink /tmp/vgdb-pipe-to-vgdb-from-96-by-nightly-on-syncev ==96== could not unlink /tmp/vgdb-pipe-shared-mem-vgdb-96-by-nightly-on-syncev ==985== Memcheck, a memory error detector ==985== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==985== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==985== Command: ./client-test Client::Source::eds_event::LinkedItemsDefault::testLinkedItemsChild ==985== Parent PID: 96 ==985== --985-- WARNING: Serious error when reading debug info --985-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --985-- Ignoring non-Dwarf2/3/4 block in .debug_info --985-- WARNING: Serious error when reading debug info --985-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --985-- Last block truncated in .debug_info; ignoring --985-- WARNING: Serious error when reading debug info --985-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --985-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --985-- WARNING: Serious error when reading debug info --985-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --985-- Ignoring non-Dwarf2/3/4 block in .debug_info --985-- WARNING: Serious error when reading debug info --985-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --985-- Last block truncated in .debug_info; ignoring --985-- WARNING: Serious error when reading debug info --985-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --985-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --985-- WARNING: Serious error when reading debug info --985-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --985-- Ignoring non-Dwarf2/3/4 block in .debug_info --985-- WARNING: Serious error when reading debug info --985-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --985-- Last block truncated in .debug_info; ignoring --985-- WARNING: Serious error when reading debug info --985-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --985-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --985-- WARNING: Serious error when reading debug info --985-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --985-- Ignoring non-Dwarf2/3/4 block in .debug_info --985-- WARNING: Serious error when reading debug info --985-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --985-- Last block truncated in .debug_info; ignoring --985-- WARNING: Serious error when reading debug info --985-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --985-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --985-- WARNING: Serious error when reading debug info --985-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --985-- Ignoring non-Dwarf2/3/4 block in .debug_info --985-- WARNING: Serious error when reading debug info --985-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --985-- Last block truncated in .debug_info; ignoring --985-- WARNING: Serious error when reading debug info --985-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --985-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --985-- WARNING: Serious error when reading debug info --985-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --985-- Ignoring non-Dwarf2/3/4 block in .debug_info --985-- WARNING: Serious error when reading debug info --985-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --985-- Last block truncated in .debug_info; ignoring --985-- WARNING: Serious error when reading debug info --985-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --985-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --985-- WARNING: Serious error when reading debug info --985-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --985-- Ignoring non-Dwarf2/3/4 block in .debug_info --985-- WARNING: Serious error when reading debug info --985-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --985-- Last block truncated in .debug_info; ignoring --985-- WARNING: Serious error when reading debug info --985-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --985-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --985-- WARNING: Serious error when reading debug info --985-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --985-- Ignoring non-Dwarf2/3/4 block in .debug_info --985-- WARNING: Serious error when reading debug info --985-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --985-- Last block truncated in .debug_info; ignoring --985-- WARNING: Serious error when reading debug info --985-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --985-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --985-- WARNING: Serious error when reading debug info --985-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --985-- Ignoring non-Dwarf2/3/4 block in .debug_info --985-- WARNING: Serious error when reading debug info --985-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --985-- Last block truncated in .debug_info; ignoring --985-- WARNING: Serious error when reading debug info --985-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --985-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --985-- WARNING: Serious error when reading debug info --985-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --985-- Ignoring non-Dwarf2/3/4 block in .debug_info --985-- WARNING: Serious error when reading debug info --985-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --985-- Last block truncated in .debug_info; ignoring --985-- WARNING: Serious error when reading debug info --985-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --985-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --985-- WARNING: Serious error when reading debug info --985-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --985-- Ignoring non-Dwarf2/3/4 block in .debug_info --985-- WARNING: Serious error when reading debug info --985-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --985-- Last block truncated in .debug_info; ignoring --985-- WARNING: Serious error when reading debug info --985-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --985-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --985-- WARNING: Serious error when reading debug info --985-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --985-- Ignoring non-Dwarf2/3/4 block in .debug_info --985-- WARNING: Serious error when reading debug info --985-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --985-- Last block truncated in .debug_info; ignoring --985-- WARNING: Serious error when reading debug info --985-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --985-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --985-- WARNING: Serious error when reading debug info --985-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --985-- Ignoring non-Dwarf2/3/4 block in .debug_info --985-- WARNING: Serious error when reading debug info --985-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --985-- Last block truncated in .debug_info; ignoring --985-- WARNING: Serious error when reading debug info --985-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --985-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==985== ==985== HEAP SUMMARY: ==985== in use at exit: 847,061 bytes in 8,333 blocks ==985== total heap usage: 276,382 allocs, 268,049 frees, 21,806,844 bytes allocated ==985== ==985== LEAK SUMMARY: ==985== definitely lost: 0 bytes in 0 blocks ==985== indirectly lost: 0 bytes in 0 blocks ==985== possibly lost: 432 bytes in 2 blocks ==985== still reachable: 409,753 bytes in 2,883 blocks ==985== of which reachable via heuristic: ==985== length64 : 4,744 bytes in 76 blocks ==985== newarray : 2,048 bytes in 48 blocks ==985== suppressed: 373,852 bytes in 4,965 blocks ==985== Rerun with --leak-check=full to see details of leaked memory ==985== ==985== For counts of detected and suppressed errors, rerun with: -v ==985== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) valgrindcheck: ./client-test Client::Source::eds_contact Client::Source::eds_event Client::Source::eds_task Client::Source::eds_memo: final result 0 wrappercheck-85 line 100: RET=0 wrappercheck-85 line 101: set -e wrappercheck-85 line 107: set +x *** killing and waiting for /usr/lib/evolution/evolution-calendar-factory wrappercheck-85 line 108: kill -INT -87 wrappercheck-85 line 108: kill -TERM -87 wrappercheck-85 line 108: kill -TERM 87 wrappercheck-85 line 109: perl -e 'sleep(60); kill(9, -87);' wrappercheck-85 line 110: KILL_PID=11273 wrappercheck-85 line 115: set +e wrappercheck-85 line 116: wait 87 wrappercheck-85 line 117: SUBRET=143 wrappercheck-85 line 118: case $SUBRET in wrappercheck-85 line 118: SUBRET=0 wrappercheck-85 line 120: SUBRET=0 wrappercheck-85 line 121: '[' 11273 ']' wwrappercheck-85 line 122: LC_ALL=C wwrappercheck-85 line 122: kill -KILL 11273 wrappercheck-85 line 122: msg= wrappercheck-85 line 123: echo '' wrappercheck-85 line 123: grep -q 'No such process' /data/runtests/work/sources/syncevolution/test/wrappercheck.sh: line 130: 11273 Killed perl -e "sleep(60); kill(9, -$BACKGROUND_PID);" wrappercheck-85 line 127: echo '' wrappercheck-85 line 129: wait 11273 wrappercheck-85 line 131: set -e wrappercheck-85 line 132: '[' 0 = 0 ']' wrappercheck-85 line 133: RET=0 wrappercheck-85 line 136: exit 0 wrappercheck-65 line 100: RET=0 wrappercheck-65 line 101: set -e wrappercheck-65 line 107: set +x *** killing and waiting for /usr/lib/evolution/evolution-addressbook-factory wrappercheck-65 line 108: kill -INT -67 wrappercheck-65 line 108: kill -TERM -67 wrappercheck-65 line 108: kill -TERM 67 wrappercheck-65 line 110: KILL_PID=11278 wrappercheck-65 line 115: set +e wrappercheck-65 line 109: perl -e 'sleep(60); kill(9, -67);' wrappercheck-65 line 116: wait 67 wrappercheck-65 line 117: SUBRET=143 wrappercheck-65 line 118: case $SUBRET in wrappercheck-65 line 118: SUBRET=0 wrappercheck-65 line 120: SUBRET=0 wrappercheck-65 line 121: '[' 11278 ']' wwrappercheck-65 line 122: LC_ALL=C wwrappercheck-65 line 122: kill -KILL 11278 wrappercheck-65 line 122: msg= wrappercheck-65 line 123: echo '' wrappercheck-65 line 123: grep -q 'No such process' /data/runtests/work/sources/syncevolution/test/wrappercheck.sh: line 130: 11278 Killed perl -e "sleep(60); kill(9, -$BACKGROUND_PID);" wrappercheck-65 line 127: echo '' wrappercheck-65 line 129: wait 11278 wrappercheck-65 line 131: set -e wrappercheck-65 line 132: '[' 0 = 0 ']' wrappercheck-65 line 133: RET=0 wrappercheck-65 line 136: exit 0 wrappercheck-40 line 100: RET=0 wrappercheck-40 line 101: set -e wrappercheck-40 line 107: set +x *** killing and waiting for /usr/lib/evolution/evolution-source-registry wrappercheck-40 line 108: kill -INT -45 wrappercheck-40 line 108: kill -TERM -45 wrappercheck-40 line 108: kill -TERM 45 wrappercheck-40 line 110: KILL_PID=11283 wrappercheck-40 line 115: set +e wrappercheck-40 line 116: wait 45 wrappercheck-40 line 117: SUBRET=143 wrappercheck-40 line 118: case $SUBRET in wrappercheck-40 line 118: SUBRET=0 wrappercheck-40 line 120: SUBRET=0 wrappercheck-40 line 121: '[' 11283 ']' wrappercheck-40 line 109: perl -e 'sleep(60); kill(9, -45);' wwrappercheck-40 line 122: LC_ALL=C wwrappercheck-40 line 122: kill -KILL 11283 wrappercheck-40 line 122: msg= wrappercheck-40 line 123: grep -q 'No such process' wrappercheck-40 line 123: echo '' /data/runtests/work/sources/syncevolution/test/wrappercheck.sh: line 130: 11283 Killed perl -e "sleep(60); kill(9, -$BACKGROUND_PID);" wrappercheck-40 line 127: echo '' wrappercheck-40 line 129: wait 11283 wrappercheck-40 line 131: set -e wrappercheck-40 line 132: '[' 0 = 0 ']' wrappercheck-40 line 133: RET=0 wrappercheck-40 line 136: exit 0 wrappercheck-36 line 100: RET=0 wrappercheck-36 line 101: set -e wrappercheck-36 line 107: set +x *** killing and waiting for dbus-monitor wrappercheck-36 line 108: kill -INT -38 wrappercheck-36 line 108: kill -TERM -38 wrappercheck-36 line 108: kill -TERM 38 wrappercheck-36 line 110: KILL_PID=11288 wrappercheck-36 line 115: set +e wrappercheck-36 line 109: perl -e 'sleep(60); kill(9, -38);' wrappercheck-36 line 116: wait 38 wrappercheck-36 line 117: SUBRET=143 wrappercheck-36 line 118: case $SUBRET in wrappercheck-36 line 118: SUBRET=0 wrappercheck-36 line 120: SUBRET=0 wrappercheck-36 line 121: '[' 11288 ']' wwrappercheck-36 line 122: LC_ALL=C wwrappercheck-36 line 122: kill -KILL 11288 wrappercheck-36 line 122: msg= wrappercheck-36 line 123: echo '' wrappercheck-36 line 123: grep -q 'No such process' /data/runtests/work/sources/syncevolution/test/wrappercheck.sh: line 130: 11288 Killed perl -e "sleep(60); kill(9, -$BACKGROUND_PID);" wrappercheck-36 line 127: echo '' wrappercheck-36 line 129: wait 11288 wrappercheck-36 line 131: set -e wrappercheck-36 line 132: '[' 0 = 0 ']' wrappercheck-36 line 133: RET=0 wrappercheck-36 line 136: exit 0 wrappercheck-18 line 100: RET=0 wrappercheck-18 line 101: set -e wrappercheck-18 line 107: set +x *** killing and waiting for signond wrappercheck-18 line 108: kill -INT -23 wrappercheck-18 line 108: kill -TERM -23 wrappercheck-18 line 108: kill -TERM 23 wrappercheck-18 line 110: KILL_PID=11293 wrappercheck-18 line 115: set +e wrappercheck-18 line 116: wait 23 wrappercheck-18 line 109: perl -e 'sleep(60); kill(9, -23);' wrappercheck-18 line 117: SUBRET=143 wrappercheck-18 line 118: case $SUBRET in wrappercheck-18 line 118: SUBRET=0 wrappercheck-18 line 120: SUBRET=0 wrappercheck-18 line 121: '[' 11293 ']' wwrappercheck-18 line 122: LC_ALL=C wwrappercheck-18 line 122: kill -KILL 11293 wrappercheck-18 line 122: msg= wrappercheck-18 line 123: echo '' wrappercheck-18 line 123: grep -q 'No such process' /data/runtests/work/sources/syncevolution/test/wrappercheck.sh: line 130: 11293 Killed perl -e "sleep(60); kill(9, -$BACKGROUND_PID);" wrappercheck-18 line 127: echo '' wrappercheck-18 line 129: wait 11293 wrappercheck-18 line 131: set -e wrappercheck-18 line 132: '[' 0 = 0 ']' wrappercheck-18 line 133: RET=0 wrappercheck-18 line 136: exit 0 dbus-session.sh: program returned 0 dbus-session.sh: final result 0 dbus-session.sh 1: killing keyring pid 14 dbus-session.sh 1: killing system bus daemon 4 dbus-session.sh 1: killing session bus daemon 8 dbus-session.sh 1: removing XDG_RUNTIME_DIR=/tmp/tmp.XTiiKWmjOb Fri Jan 5 16:21:01 2018 UTC (+ 1848.3s / 1860.0s) === cleaning up ===