runtests.py-25891 Fri Jan 5 15:47:06 2018 UTC (+ 0.9s / 1095.9s) target /data/schroot/2018-01-05-07-10-all-downstream-xenial-amd64/data/runtests/work/downstream-xenial-amd64/home/file/.config/akonadi/akonadiserverrc: [%General] Driver=QSQLITE3 [QSQLITE3] Name=/data/runtests/work/downstream-xenial-amd64/home/file/data/akonadi/akonadi.db [Debug] Tracer=null runtests.py-25891 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/file/.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/file/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/file/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/file/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/file/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/file/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/file/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/file/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/file/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/file/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/file/.cache new /data/schroot/2018-01-05-07-10-all-downstream-xenial-amd64/data/runtests/work/downstream-xenial-amd64/home/file/cache old /data/schroot/2018-01-05-07-10-all-downstream-xenial-amd64/data/runtests/work/downstream-xenial-amd64/home/file/.config new /data/schroot/2018-01-05-07-10-all-downstream-xenial-amd64/data/runtests/work/downstream-xenial-amd64/home/file/config old /data/schroot/2018-01-05-07-10-all-downstream-xenial-amd64/data/runtests/work/downstream-xenial-amd64/home/file/.local/share new /data/schroot/2018-01-05-07-10-all-downstream-xenial-amd64/data/runtests/work/downstream-xenial-amd64/home/file/data runtests.py-25891 Fri Jan 5 15:47:06 2018 UTC (+ 0.0s / 1096.1s) === starting file === runtests.py-25891 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/9-file, /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/9-file runtests.py-25891 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/file (= /data/schroot/2018-01-05-07-10-all-downstream-xenial-amd64/data/runtests/work/downstream-xenial-amd64/tests/file) runtests.py-25891 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/file; 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/file' 'XDG_CONFIG_HOME=/data/runtests/work/downstream-xenial-amd64/home/file/config' 'XDG_DATA_HOME=/data/runtests/work/downstream-xenial-amd64/home/file/data' 'XDG_CACHE_HOME=/data/runtests/work/downstream-xenial-amd64/home/file/cache'; unset LD_LIBRARY_PATH; /data/runtests/work/sources/syncevolution/test/resources.py -j 1 -r file -- env CLIENT_TEST_FAILURES= CLIENT_TEST_SKIP=Client::Source::file_event::LinkedItemsDefault::testLinkedItemsInsertBothUpdateChildNoIDs,Client::Source::file_event::LinkedItemsDefault::testLinkedItemsUpdateChildNoIDs,Client::Source::file_event::LinkedItemsWithVALARM::testLinkedItemsInsertBothUpdateChildNoIDs,Client::Source::file_event::LinkedItemsWithVALARM::testLinkedItemsUpdateChildNoIDs,Client::Source::file_event::LinkedItemsAllDay::testLinkedItemsInsertBothUpdateChildNoIDs,Client::Source::file_event::LinkedItemsAllDay::testLinkedItemsUpdateChildNoIDs,Client::Source::file_event::LinkedItemsNoTZ::testLinkedItemsInsertBothUpdateChildNoIDs,Client::Source::file_event::LinkedItemsNoTZ::testLinkedItemsUpdateChildNoIDs 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/file -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 file ./syncevolution ) Fri Jan 5 15:47:06 2018 UTC (+ 0.0s / 0.0s) === locking resource(s) ['file'] === 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:51:04 2018 UTC (+ 237.8s / 237.9s) === 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 file ./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 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 gnome-keyring-daemon: insufficient process capabilities, unsecure memory might get used 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 75: '[' signond.log ']' wrappercheck-15 line 75: '[' '' ']' wrappercheck-15 line 84: '[' com.google.code.AccountsSSO.SingleSignOn ']' ** Message: couldn't access control socket: /tmp/tmp.XAtXHk1FGw/keyring/control: No such file or directory wrappercheck-15 line 70: set -x wrappercheck-15 line 70: exec 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 file ./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 file ./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=41 wrappercheck-38 line 73: PIDS+=41 wrappercheck-38 line 75: '[' evolution-source-registry.log ']' wrappercheck-38 line 75: '[' '' ']' wrappercheck-38 line 84: '[' org.gnome.evolution.dataserver.Sources ']' wrappercheck-38 line 70: set -x wrappercheck-38 line 85: set +x wrappercheck-38 line 70: exec *** waiting for daemon to connect to D-Bus as 'org.gnome.evolution.dataserver.Sources' wrappercheck-38 line 93: kill -0 41 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 file ./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 70: set -x wrappercheck-62 line 75: '[' evolution-addressbook-factory.log ']' wrappercheck-62 line 75: '[' '' ']' wrappercheck-62 line 70: exec wrappercheck-62 line 84: '[' org.gnome.evolution.dataserver.AddressBook ']' wrappercheck-62 line 85: set +x *** 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 file ./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 75: '[' evolution-calendar-factory.log ']' wrappercheck-82 line 75: '[' '' ']' wrappercheck-82 line 84: '[' '' ']' wrappercheck-82 line 70: set -x wrappercheck-82 line 93: kill -0 84 wrappercheck-82 line 70: exec 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 file ./syncevolution + case $TEST in + case $TEST in + rm -rf 'Test_*_[12]' + for i in file_contact file_event file_task file_memo + for e in 1 2 + mkdir Test_file_contact_1 + for e in 1 2 + mkdir Test_file_contact_2 + for i in file_contact file_event file_task file_memo + for e in 1 2 + mkdir Test_file_event_1 + for e in 1 2 + mkdir Test_file_event_2 + for i in file_contact file_event file_task file_memo + for e in 1 2 + mkdir Test_file_task_1 + for e in 1 2 + mkdir Test_file_task_2 + for i in file_contact file_event file_task file_memo + for e in 1 2 + mkdir Test_file_memo_1 + for e in 1 2 + mkdir Test_file_memo_2 + 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 + ./syncevolution --daemon=no --print-databases backend=evolution-tasks + grep Test_eds_task_1 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 + grep Test_eds_task_2 + ./syncevolution --daemon=no --print-databases backend=evolution-tasks 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 + ./syncevolution --daemon=no --print-databases backend=evolution-memos + grep Test_eds_memo_1 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 + grep Test_eds_memo_2 + ./syncevolution --daemon=no --print-databases backend=evolution-memos 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=353 wrappercheck-82 line 115: set +e wrappercheck-82 line 116: wait 84 wrappercheck-82 line 117: SUBRET=143 wrappercheck-82 line 118: case $SUBRET in wrappercheck-82 line 109: perl -e 'sleep(60); kill(9, -84);' wrappercheck-82 line 118: SUBRET=0 wrappercheck-82 line 120: SUBRET=0 wrappercheck-82 line 121: '[' 353 ']' wwrappercheck-82 line 122: LC_ALL=C wwrappercheck-82 line 122: kill -KILL 353 wrappercheck-82 line 122: msg= wrappercheck-82 line 123: grep -q 'No such process' wrappercheck-82 line 123: echo '' /data/runtests/work/sources/syncevolution/test/wrappercheck.sh: line 130: 353 Killed perl -e "sleep(60); kill(9, -$BACKGROUND_PID);" wrappercheck-82 line 127: echo '' wrappercheck-82 line 129: wait 353 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=358 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: '[' 358 ']' wwrappercheck-62 line 122: LC_ALL=C wwrappercheck-62 line 122: kill -KILL 358 wrappercheck-62 line 122: msg= wrappercheck-62 line 123: grep -q 'No such process' wrappercheck-62 line 123: echo '' /data/runtests/work/sources/syncevolution/test/wrappercheck.sh: line 130: 358 Killed perl -e "sleep(60); kill(9, -$BACKGROUND_PID);" wrappercheck-62 line 127: echo '' wrappercheck-62 line 129: wait 358 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 -41 wrappercheck-38 line 108: kill -TERM -41 wrappercheck-38 line 108: kill -TERM 41 wrappercheck-38 line 110: KILL_PID=363 wrappercheck-38 line 115: set +e wrappercheck-38 line 116: wait 41 wrappercheck-38 line 109: perl -e 'sleep(60); kill(9, -41);' 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: '[' 363 ']' wwrappercheck-38 line 122: LC_ALL=C wwrappercheck-38 line 122: kill -KILL 363 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: 363 Killed perl -e "sleep(60); kill(9, -$BACKGROUND_PID);" wrappercheck-38 line 127: echo '' wrappercheck-38 line 129: wait 363 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=368 wrappercheck-33 line 115: set +e wrappercheck-33 line 116: wait 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: '[' 368 ']' wrappercheck-33 line 109: perl -e 'sleep(60); kill(9, -35);' wwrappercheck-33 line 122: LC_ALL=C wwrappercheck-33 line 122: kill -KILL 368 wrappercheck-33 line 122: msg= wrappercheck-33 line 123: grep -q 'No such process' wrappercheck-33 line 123: echo '' /data/runtests/work/sources/syncevolution/test/wrappercheck.sh: line 130: 368 Killed perl -e "sleep(60); kill(9, -$BACKGROUND_PID);" wrappercheck-33 line 127: echo '' wrappercheck-33 line 129: wait 368 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=373 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: '[' 373 ']' wwrappercheck-15 line 122: LC_ALL=C wwrappercheck-15 line 122: kill -KILL 373 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: 373 Killed perl -e "sleep(60); kill(9, -$BACKGROUND_PID);" wrappercheck-15 line 127: echo '' wrappercheck-15 line 129: wait 373 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.XAtXHk1FGw Fri Jan 5 15:51:13 2018 UTC (+ 8.7s / 246.6s) === cleaning up === runtests.py-25891 Fri Jan 5 15:51:13 2018 UTC (+ 246.6s / 1342.7s) *** ( cd /data/schroot/2018-01-05-07-10-all-downstream-xenial-amd64/data/runtests/work/downstream-xenial-amd64/tests/file; 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/file' 'XDG_CONFIG_HOME=/data/runtests/work/downstream-xenial-amd64/home/file/config' 'XDG_DATA_HOME=/data/runtests/work/downstream-xenial-amd64/home/file/data' 'XDG_CACHE_HOME=/data/runtests/work/downstream-xenial-amd64/home/file/cache'; unset LD_LIBRARY_PATH; /data/runtests/work/sources/syncevolution/test/resources.py -j 1 -r file -- 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=file CLIENT_TEST_SOURCES= SYNC_EVOLUTION_EVO_CALENDAR_DELAY=1 CLIENT_TEST_ALARM=1200 CLIENT_TEST_FAILURES= CLIENT_TEST_SKIP=Client::Source::file_event::LinkedItemsDefault::testLinkedItemsInsertBothUpdateChildNoIDs,Client::Source::file_event::LinkedItemsDefault::testLinkedItemsUpdateChildNoIDs,Client::Source::file_event::LinkedItemsWithVALARM::testLinkedItemsInsertBothUpdateChildNoIDs,Client::Source::file_event::LinkedItemsWithVALARM::testLinkedItemsUpdateChildNoIDs,Client::Source::file_event::LinkedItemsAllDay::testLinkedItemsInsertBothUpdateChildNoIDs,Client::Source::file_event::LinkedItemsAllDay::testLinkedItemsUpdateChildNoIDs,Client::Source::file_event::LinkedItemsNoTZ::testLinkedItemsInsertBothUpdateChildNoIDs,Client::Source::file_event::LinkedItemsNoTZ::testLinkedItemsUpdateChildNoIDs 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/file -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::file_event ) Fri Jan 5 15:51:13 2018 UTC (+ 0.0s / 0.0s) === locking resource(s) ['file'] === Fri Jan 5 15:51:13 2018 UTC (+ 0.0s / 0.0s) property changed: status = acquired Fri Jan 5 15:51:13 2018 UTC (+ 0.0s / 0.0s) using jobserver Fri Jan 5 15:51:13 2018 UTC (+ 0.0s / 0.0s) === allocating 1 job slot(s) === Fri Jan 5 15:51:15 2018 UTC (+ 2.7s / 2.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::file_event” gnome-keyring-daemon: insufficient process capabilities, unsecure memory might get used ** Message: couldn't access control socket: /tmp/tmp.V1W2GH16Qa/keyring/control: No such file or directory + PS4='wrappercheck-$$ line ${LINENO}: ' wrappercheck-21 line 16: PIDS= wrappercheck-21 line 18: trap '[ "" ] && kill -TERM ' TERM wrappercheck-21 line 19: trap '[ "" ] && kill -INT ' INT wrappercheck-21 line 21: DAEMON_LOG= wrappercheck-21 line 22: WAIT_FOR_DAEMON_OUTPUT= wrappercheck-21 line 23: WAIT_FOR_DBUS_DAEMON= wrappercheck-21 line 25: declare -a BACKGROUND wrappercheck-21 line 26: declare -a ENV wrappercheck-21 line 28: '[' 46 -gt 1 ']' wrappercheck-21 line 28: '[' --daemon-log '!=' -- ']' wrappercheck-21 line 29: case "$1" in wrappercheck-21 line 31: shift wrappercheck-21 line 32: DAEMON_LOG=signond.log wrappercheck-21 line 53: shift wrappercheck-21 line 28: '[' 44 -gt 1 ']' wrappercheck-21 line 28: '[' --wait-for-dbus-daemon '!=' -- ']' wrappercheck-21 line 29: case "$1" in wrappercheck-21 line 35: shift wrappercheck-21 line 36: WAIT_FOR_DBUS_DAEMON=com.google.code.AccountsSSO.SingleSignOn wrappercheck-21 line 53: shift wrappercheck-21 line 28: '[' 42 -gt 1 ']' wrappercheck-21 line 28: '[' SSO_LOGGING_OUTPUT=stdout '!=' -- ']' wrappercheck-21 line 29: case "$1" in wrappercheck-21 line 47: ENV[${#ENV[*]}]=SSO_LOGGING_OUTPUT=stdout wrappercheck-21 line 53: shift wrappercheck-21 line 28: '[' 41 -gt 1 ']' wrappercheck-21 line 28: '[' SSO_DAEMON_TIMEOUT=9999 '!=' -- ']' wrappercheck-21 line 29: case "$1" in wrappercheck-21 line 47: ENV[${#ENV[*]}]=SSO_DAEMON_TIMEOUT=9999 wrappercheck-21 line 53: shift wrappercheck-21 line 28: '[' 40 -gt 1 ']' wrappercheck-21 line 28: '[' SSO_DEBUG=10 '!=' -- ']' wrappercheck-21 line 29: case "$1" in wrappercheck-21 line 47: ENV[${#ENV[*]}]=SSO_DEBUG=10 wrappercheck-21 line 53: shift wrappercheck-21 line 28: '[' 39 -gt 1 ']' wrappercheck-21 line 28: '[' SYSLOG_FILE=signond.log '!=' -- ']' wrappercheck-21 line 29: case "$1" in wrappercheck-21 line 47: ENV[${#ENV[*]}]=SYSLOG_FILE=signond.log wrappercheck-21 line 53: shift wrappercheck-21 line 28: '[' 38 -gt 1 ']' wrappercheck-21 line 28: '[' SSO_LOGGING_LEVEL=2 '!=' -- ']' wrappercheck-21 line 29: case "$1" in wrappercheck-21 line 47: ENV[${#ENV[*]}]=SSO_LOGGING_LEVEL=2 wrappercheck-21 line 53: shift wrappercheck-21 line 28: '[' 37 -gt 1 ']' wrappercheck-21 line 28: '[' signond '!=' -- ']' wrappercheck-21 line 29: case "$1" in wrappercheck-21 line 50: break wrappercheck-21 line 56: '[' 37 -gt 1 ']' wrappercheck-21 line 56: '[' signond '!=' -- ']' wrappercheck-21 line 57: BACKGROUND[${#BACKGROUND[*]}]=signond wrappercheck-21 line 58: shift wrappercheck-21 line 56: '[' 36 -gt 1 ']' wrappercheck-21 line 56: '[' -- '!=' -- ']' wrappercheck-21 line 60: shift wrappercheck-21 line 62: '[' signond.log ']' wrappercheck-21 line 62: '[' '' ']' wrappercheck-21 line 66: set +x *** starting signond as background daemon, output to signond.log wrappercheck-21 line 72: BACKGROUND_PID=23 wrappercheck-21 line 73: PIDS+=23 wrappercheck-21 line 75: '[' signond.log ']' wrappercheck-21 line 75: '[' '' ']' wrappercheck-21 line 70: set -x wrappercheck-21 line 84: '[' com.google.code.AccountsSSO.SingleSignOn ']' wrappercheck-21 line 70: exec wrappercheck-21 line 85: set +x *** waiting for daemon to connect to D-Bus as 'com.google.code.AccountsSSO.SingleSignOn' wrappercheck-21 line 93: kill -0 23 wrappercheck-21 line 94: set +e wrappercheck-21 line 95: '[' '' ']' wrappercheck-21 line 99: set -x wrappercheck-21 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::file_event + 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: '[' 34 -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: '[' 32 -gt 1 ']' wrappercheck-36 line 28: '[' dbus-monitor '!=' -- ']' wrappercheck-36 line 29: case "$1" in wrappercheck-36 line 50: break wrappercheck-36 line 56: '[' 32 -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: '[' 31 -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: '[' 30 -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::file_event + PS4='wrappercheck-$$ line ${LINENO}: ' wrappercheck-41 line 16: PIDS= wrappercheck-41 line 18: trap '[ "" ] && kill -TERM ' TERM wrappercheck-41 line 19: trap '[ "" ] && kill -INT ' INT wrappercheck-41 line 21: DAEMON_LOG= wrappercheck-41 line 22: WAIT_FOR_DAEMON_OUTPUT= wrappercheck-41 line 23: WAIT_FOR_DBUS_DAEMON= wrappercheck-41 line 25: declare -a BACKGROUND wrappercheck-41 line 26: declare -a ENV wrappercheck-41 line 28: '[' 28 -gt 1 ']' wrappercheck-41 line 28: '[' --daemon-log '!=' -- ']' wrappercheck-41 line 29: case "$1" in wrappercheck-41 line 31: shift wrappercheck-41 line 32: DAEMON_LOG=evolution-source-registry.log wrappercheck-41 line 53: shift wrappercheck-41 line 28: '[' 26 -gt 1 ']' wrappercheck-41 line 28: '[' --daemon-sleep '!=' -- ']' wrappercheck-41 line 29: case "$1" in wrappercheck-41 line 43: shift wrappercheck-41 line 44: DAEMON_SLEEP=5 wrappercheck-41 line 53: shift wrappercheck-41 line 28: '[' 24 -gt 1 ']' wrappercheck-41 line 28: '[' --wait-for-dbus-daemon '!=' -- ']' wrappercheck-41 line 29: case "$1" in wrappercheck-41 line 35: shift wrappercheck-41 line 36: WAIT_FOR_DBUS_DAEMON=org.gnome.evolution.dataserver.Sources wrappercheck-41 line 53: shift wrappercheck-41 line 28: '[' 22 -gt 1 ']' wrappercheck-41 line 28: '[' /usr/lib/evolution/evolution-source-registry '!=' -- ']' wrappercheck-41 line 29: case "$1" in wrappercheck-41 line 50: break wrappercheck-41 line 56: '[' 22 -gt 1 ']' wrappercheck-41 line 56: '[' /usr/lib/evolution/evolution-source-registry '!=' -- ']' wrappercheck-41 line 57: BACKGROUND[${#BACKGROUND[*]}]=/usr/lib/evolution/evolution-source-registry wrappercheck-41 line 58: shift wrappercheck-41 line 56: '[' 21 -gt 1 ']' wrappercheck-41 line 56: '[' -- '!=' -- ']' wrappercheck-41 line 60: shift wrappercheck-41 line 62: '[' evolution-source-registry.log ']' wrappercheck-41 line 62: '[' '' ']' wrappercheck-41 line 66: set +x *** starting /usr/lib/evolution/evolution-source-registry as background daemon, output to evolution-source-registry.log wrappercheck-41 line 72: BACKGROUND_PID=45 wrappercheck-41 line 73: PIDS+=45 wrappercheck-41 line 75: '[' evolution-source-registry.log ']' wrappercheck-41 line 75: '[' '' ']' wrappercheck-41 line 84: '[' org.gnome.evolution.dataserver.Sources ']' wrappercheck-41 line 70: set -x wrappercheck-41 line 70: exec wrappercheck-41 line 85: set +x *** waiting for daemon to connect to D-Bus as 'org.gnome.evolution.dataserver.Sources' wrappercheck-41 line 93: kill -0 45 wrappercheck-41 line 94: set +e wrappercheck-41 line 95: '[' 5 ']' wrappercheck-41 line 96: set +x *** 'sleep 5' for daemon to settle down wrappercheck-41 line 97: sleep 5 wrappercheck-41 line 99: set -x wrappercheck-41 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::file_event + 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: '[' 19 -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: '[' 17 -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: '[' 15 -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: '[' 15 -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: '[' 14 -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: '[' 13 -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 70: set -x wrappercheck-65 line 70: exec 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 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::file_event + 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: '[' 11 -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: '[' 9 -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: '[' 9 -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: '[' 8 -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: '[' 7 -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 70: set -x wrappercheck-85 line 75: '[' evolution-calendar-factory.log ']' wrappercheck-85 line 70: exec 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 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::file_event *** 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/file/valgrind.p90.c%p.out ./client-test Client::Source::file_event Client::Source::file_event::testOpen okay Client::Source::file_event::testIterateTwice okay Client::Source::file_event::testDelete404 okay Client::Source::file_event::testReadItem404 okay Client::Source::file_event::testSimpleInsert okay Client::Source::file_event::testLocalDeleteAll okay Client::Source::file_event::testComplexInsert okay Client::Source::file_event::testInsertTwice okay Client::Source::file_event::testLocalUpdate okay Client::Source::file_event::testChanges okay Client::Source::file_event::testChangesMultiCycles okay Client::Source::file_event::testImport okay Client::Source::file_event::testImportDelete okay Client::Source::file_event::testRemoveProperties okay Client::Source::file_event::testManyChanges okay Client::Source::file_event::LinkedItemsDefault::testLinkedItemsParent okay Client::Source::file_event::LinkedItemsDefault::testLinkedItemsChild okay Client::Source::file_event::LinkedItemsDefault::testLinkedItemsParentChild okay Client::Source::file_event::LinkedItemsDefault::testLinkedItemsChildParent okay Client::Source::file_event::LinkedItemsDefault::testLinkedItemsChildChangesParent okay Client::Source::file_event::LinkedItemsDefault::testLinkedItemsRemoveParentFirst okay Client::Source::file_event::LinkedItemsDefault::testLinkedItemsRemoveNormal okay Client::Source::file_event::LinkedItemsDefault::testLinkedItemsParentUpdate okay Client::Source::file_event::LinkedItemsDefault::testLinkedItemsUpdateChild okay Client::Source::file_event::LinkedItemsDefault::testLinkedItemsInsertBothUpdateChild okay Client::Source::file_event::LinkedItemsDefault::testLinkedItemsInsertBothUpdateParent okay Client::Source::file_event::LinkedItemsDefault::testLinkedItemsSingle404 okay Client::Source::file_event::LinkedItemsDefault::testLinkedItemsMany404 okay Client::Source::file_event::LinkedItemsWithVALARM::testLinkedItemsParent okay Client::Source::file_event::LinkedItemsWithVALARM::testLinkedItemsChild okay Client::Source::file_event::LinkedItemsWithVALARM::testLinkedItemsParentChild okay Client::Source::file_event::LinkedItemsWithVALARM::testLinkedItemsChildParent okay Client::Source::file_event::LinkedItemsWithVALARM::testLinkedItemsChildChangesParent okay Client::Source::file_event::LinkedItemsWithVALARM::testLinkedItemsRemoveParentFirst okay Client::Source::file_event::LinkedItemsWithVALARM::testLinkedItemsRemoveNormal okay Client::Source::file_event::LinkedItemsWithVALARM::testLinkedItemsParentUpdate okay Client::Source::file_event::LinkedItemsWithVALARM::testLinkedItemsUpdateChild okay Client::Source::file_event::LinkedItemsWithVALARM::testLinkedItemsInsertBothUpdateChild okay Client::Source::file_event::LinkedItemsWithVALARM::testLinkedItemsInsertBothUpdateParent okay Client::Source::file_event::LinkedItemsAllDay::testLinkedItemsParent okay Client::Source::file_event::LinkedItemsAllDay::testLinkedItemsChild okay Client::Source::file_event::LinkedItemsAllDay::testLinkedItemsParentChild okay Client::Source::file_event::LinkedItemsAllDay::testLinkedItemsChildParent okay Client::Source::file_event::LinkedItemsAllDay::testLinkedItemsChildChangesParent okay Client::Source::file_event::LinkedItemsAllDay::testLinkedItemsRemoveParentFirst okay Client::Source::file_event::LinkedItemsAllDay::testLinkedItemsRemoveNormal okay Client::Source::file_event::LinkedItemsAllDay::testLinkedItemsParentUpdate okay Client::Source::file_event::LinkedItemsAllDay::testLinkedItemsUpdateChild okay Client::Source::file_event::LinkedItemsAllDay::testLinkedItemsInsertBothUpdateChild okay Client::Source::file_event::LinkedItemsAllDay::testLinkedItemsInsertBothUpdateParent okay Client::Source::file_event::LinkedItemsNoTZ::testLinkedItemsParent okay Client::Source::file_event::LinkedItemsNoTZ::testLinkedItemsChild okay Client::Source::file_event::LinkedItemsNoTZ::testLinkedItemsParentChild okay Client::Source::file_event::LinkedItemsNoTZ::testLinkedItemsChildParent okay Client::Source::file_event::LinkedItemsNoTZ::testLinkedItemsChildChangesParent okay Client::Source::file_event::LinkedItemsNoTZ::testLinkedItemsRemoveParentFirst okay Client::Source::file_event::LinkedItemsNoTZ::testLinkedItemsRemoveNormal okay Client::Source::file_event::LinkedItemsNoTZ::testLinkedItemsParentUpdate okay Client::Source::file_event::LinkedItemsNoTZ::testLinkedItemsUpdateChild okay Client::Source::file_event::LinkedItemsNoTZ::testLinkedItemsInsertBothUpdateChild okay Client::Source::file_event::LinkedItemsNoTZ::testLinkedItemsInsertBothUpdateParent okay OKvalgrindcheck (90): './client-test Client::Source::file_event' (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::file_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== ==102== HEAP SUMMARY: ==102== in use at exit: 209,746 bytes in 504 blocks ==102== total heap usage: 76,066 allocs, 75,562 frees, 12,470,354 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: 96 bytes in 1 blocks ==102== still reachable: 198,684 bytes in 316 blocks ==102== of which reachable via heuristic: ==102== newarray : 1,536 bytes in 16 blocks ==102== suppressed: 10,966 bytes in 187 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) ==103== Memcheck, a memory error detector ==103== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==103== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==103== Command: ./client-test Client::Source::file_event::testIterateTwice ==103== Parent PID: 96 ==103== --103-- WARNING: Serious error when reading debug info --103-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --103-- Ignoring non-Dwarf2/3/4 block in .debug_info --103-- WARNING: Serious error when reading debug info --103-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --103-- Last block truncated in .debug_info; ignoring --103-- WARNING: Serious error when reading debug info --103-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --103-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --103-- WARNING: Serious error when reading debug info --103-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --103-- Ignoring non-Dwarf2/3/4 block in .debug_info --103-- WARNING: Serious error when reading debug info --103-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --103-- Last block truncated in .debug_info; ignoring --103-- WARNING: Serious error when reading debug info --103-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --103-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --103-- WARNING: Serious error when reading debug info --103-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --103-- Ignoring non-Dwarf2/3/4 block in .debug_info --103-- WARNING: Serious error when reading debug info --103-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --103-- Last block truncated in .debug_info; ignoring --103-- WARNING: Serious error when reading debug info --103-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --103-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --103-- WARNING: Serious error when reading debug info --103-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --103-- Ignoring non-Dwarf2/3/4 block in .debug_info --103-- WARNING: Serious error when reading debug info --103-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --103-- Last block truncated in .debug_info; ignoring --103-- WARNING: Serious error when reading debug info --103-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --103-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --103-- WARNING: Serious error when reading debug info --103-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --103-- Ignoring non-Dwarf2/3/4 block in .debug_info --103-- WARNING: Serious error when reading debug info --103-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --103-- Last block truncated in .debug_info; ignoring --103-- WARNING: Serious error when reading debug info --103-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --103-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --103-- WARNING: Serious error when reading debug info --103-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --103-- Ignoring non-Dwarf2/3/4 block in .debug_info --103-- WARNING: Serious error when reading debug info --103-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --103-- Last block truncated in .debug_info; ignoring --103-- WARNING: Serious error when reading debug info --103-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --103-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --103-- WARNING: Serious error when reading debug info --103-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --103-- Ignoring non-Dwarf2/3/4 block in .debug_info --103-- WARNING: Serious error when reading debug info --103-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --103-- Last block truncated in .debug_info; ignoring --103-- WARNING: Serious error when reading debug info --103-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --103-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==103== ==103== HEAP SUMMARY: ==103== in use at exit: 209,746 bytes in 504 blocks ==103== total heap usage: 76,454 allocs, 75,950 frees, 12,658,527 bytes allocated ==103== ==103== LEAK SUMMARY: ==103== definitely lost: 0 bytes in 0 blocks ==103== indirectly lost: 0 bytes in 0 blocks ==103== possibly lost: 96 bytes in 1 blocks ==103== still reachable: 198,684 bytes in 316 blocks ==103== of which reachable via heuristic: ==103== newarray : 1,536 bytes in 16 blocks ==103== suppressed: 10,966 bytes in 187 blocks ==103== Rerun with --leak-check=full to see details of leaked memory ==103== ==103== For counts of detected and suppressed errors, rerun with: -v ==103== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==104== Memcheck, a memory error detector ==104== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==104== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==104== Command: ./client-test Client::Source::file_event::testDelete404 ==104== Parent PID: 96 ==104== --104-- WARNING: Serious error when reading debug info --104-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --104-- Ignoring non-Dwarf2/3/4 block in .debug_info --104-- WARNING: Serious error when reading debug info --104-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --104-- Last block truncated in .debug_info; ignoring --104-- WARNING: Serious error when reading debug info --104-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --104-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --104-- WARNING: Serious error when reading debug info --104-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --104-- Ignoring non-Dwarf2/3/4 block in .debug_info --104-- WARNING: Serious error when reading debug info --104-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --104-- Last block truncated in .debug_info; ignoring --104-- WARNING: Serious error when reading debug info --104-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --104-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --104-- WARNING: Serious error when reading debug info --104-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --104-- Ignoring non-Dwarf2/3/4 block in .debug_info --104-- WARNING: Serious error when reading debug info --104-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --104-- Last block truncated in .debug_info; ignoring --104-- WARNING: Serious error when reading debug info --104-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --104-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --104-- WARNING: Serious error when reading debug info --104-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --104-- Ignoring non-Dwarf2/3/4 block in .debug_info --104-- WARNING: Serious error when reading debug info --104-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --104-- Last block truncated in .debug_info; ignoring --104-- WARNING: Serious error when reading debug info --104-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --104-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --104-- WARNING: Serious error when reading debug info --104-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --104-- Ignoring non-Dwarf2/3/4 block in .debug_info --104-- WARNING: Serious error when reading debug info --104-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --104-- Last block truncated in .debug_info; ignoring --104-- WARNING: Serious error when reading debug info --104-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --104-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --104-- WARNING: Serious error when reading debug info --104-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --104-- Ignoring non-Dwarf2/3/4 block in .debug_info --104-- WARNING: Serious error when reading debug info --104-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --104-- Last block truncated in .debug_info; ignoring --104-- WARNING: Serious error when reading debug info --104-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --104-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --104-- WARNING: Serious error when reading debug info --104-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --104-- Ignoring non-Dwarf2/3/4 block in .debug_info --104-- WARNING: Serious error when reading debug info --104-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --104-- Last block truncated in .debug_info; ignoring --104-- WARNING: Serious error when reading debug info --104-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --104-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==104== ==104== HEAP SUMMARY: ==104== in use at exit: 209,746 bytes in 504 blocks ==104== total heap usage: 76,416 allocs, 75,912 frees, 12,648,585 bytes allocated ==104== ==104== LEAK SUMMARY: ==104== definitely lost: 0 bytes in 0 blocks ==104== indirectly lost: 0 bytes in 0 blocks ==104== possibly lost: 96 bytes in 1 blocks ==104== still reachable: 198,684 bytes in 316 blocks ==104== of which reachable via heuristic: ==104== newarray : 1,536 bytes in 16 blocks ==104== suppressed: 10,966 bytes in 187 blocks ==104== Rerun with --leak-check=full to see details of leaked memory ==104== ==104== For counts of detected and suppressed errors, rerun with: -v ==104== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==105== Memcheck, a memory error detector ==105== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==105== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==105== Command: ./client-test Client::Source::file_event::testReadItem404 ==105== Parent PID: 96 ==105== --105-- WARNING: Serious error when reading debug info --105-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --105-- Ignoring non-Dwarf2/3/4 block in .debug_info --105-- WARNING: Serious error when reading debug info --105-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --105-- Last block truncated in .debug_info; ignoring --105-- WARNING: Serious error when reading debug info --105-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --105-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --105-- WARNING: Serious error when reading debug info --105-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --105-- Ignoring non-Dwarf2/3/4 block in .debug_info --105-- WARNING: Serious error when reading debug info --105-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --105-- Last block truncated in .debug_info; ignoring --105-- WARNING: Serious error when reading debug info --105-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --105-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --105-- WARNING: Serious error when reading debug info --105-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --105-- Ignoring non-Dwarf2/3/4 block in .debug_info --105-- WARNING: Serious error when reading debug info --105-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --105-- Last block truncated in .debug_info; ignoring --105-- WARNING: Serious error when reading debug info --105-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --105-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --105-- WARNING: Serious error when reading debug info --105-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --105-- Ignoring non-Dwarf2/3/4 block in .debug_info --105-- WARNING: Serious error when reading debug info --105-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --105-- Last block truncated in .debug_info; ignoring --105-- WARNING: Serious error when reading debug info --105-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --105-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --105-- WARNING: Serious error when reading debug info --105-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --105-- Ignoring non-Dwarf2/3/4 block in .debug_info --105-- WARNING: Serious error when reading debug info --105-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --105-- Last block truncated in .debug_info; ignoring --105-- WARNING: Serious error when reading debug info --105-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --105-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --105-- WARNING: Serious error when reading debug info --105-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --105-- Ignoring non-Dwarf2/3/4 block in .debug_info --105-- WARNING: Serious error when reading debug info --105-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --105-- Last block truncated in .debug_info; ignoring --105-- WARNING: Serious error when reading debug info --105-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --105-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --105-- WARNING: Serious error when reading debug info --105-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --105-- Ignoring non-Dwarf2/3/4 block in .debug_info --105-- WARNING: Serious error when reading debug info --105-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --105-- Last block truncated in .debug_info; ignoring --105-- WARNING: Serious error when reading debug info --105-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --105-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==105== ==105== HEAP SUMMARY: ==105== in use at exit: 209,746 bytes in 504 blocks ==105== total heap usage: 76,418 allocs, 75,914 frees, 12,649,323 bytes allocated ==105== ==105== LEAK SUMMARY: ==105== definitely lost: 0 bytes in 0 blocks ==105== indirectly lost: 0 bytes in 0 blocks ==105== possibly lost: 96 bytes in 1 blocks ==105== still reachable: 198,684 bytes in 316 blocks ==105== of which reachable via heuristic: ==105== newarray : 1,536 bytes in 16 blocks ==105== suppressed: 10,966 bytes in 187 blocks ==105== Rerun with --leak-check=full to see details of leaked memory ==105== ==105== For counts of detected and suppressed errors, rerun with: -v ==105== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==106== Memcheck, a memory error detector ==106== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==106== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==106== Command: ./client-test Client::Source::file_event::testSimpleInsert ==106== Parent PID: 96 ==106== --106-- WARNING: Serious error when reading debug info --106-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --106-- Ignoring non-Dwarf2/3/4 block in .debug_info --106-- WARNING: Serious error when reading debug info --106-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --106-- Last block truncated in .debug_info; ignoring --106-- WARNING: Serious error when reading debug info --106-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --106-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --106-- WARNING: Serious error when reading debug info --106-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --106-- Ignoring non-Dwarf2/3/4 block in .debug_info --106-- WARNING: Serious error when reading debug info --106-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --106-- Last block truncated in .debug_info; ignoring --106-- WARNING: Serious error when reading debug info --106-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --106-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --106-- WARNING: Serious error when reading debug info --106-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --106-- Ignoring non-Dwarf2/3/4 block in .debug_info --106-- WARNING: Serious error when reading debug info --106-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --106-- Last block truncated in .debug_info; ignoring --106-- WARNING: Serious error when reading debug info --106-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --106-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --106-- WARNING: Serious error when reading debug info --106-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --106-- Ignoring non-Dwarf2/3/4 block in .debug_info --106-- WARNING: Serious error when reading debug info --106-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --106-- Last block truncated in .debug_info; ignoring --106-- WARNING: Serious error when reading debug info --106-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --106-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --106-- WARNING: Serious error when reading debug info --106-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --106-- Ignoring non-Dwarf2/3/4 block in .debug_info --106-- WARNING: Serious error when reading debug info --106-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --106-- Last block truncated in .debug_info; ignoring --106-- WARNING: Serious error when reading debug info --106-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --106-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --106-- WARNING: Serious error when reading debug info --106-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --106-- Ignoring non-Dwarf2/3/4 block in .debug_info --106-- WARNING: Serious error when reading debug info --106-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --106-- Last block truncated in .debug_info; ignoring --106-- WARNING: Serious error when reading debug info --106-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --106-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --106-- WARNING: Serious error when reading debug info --106-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --106-- Ignoring non-Dwarf2/3/4 block in .debug_info --106-- WARNING: Serious error when reading debug info --106-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --106-- Last block truncated in .debug_info; ignoring --106-- WARNING: Serious error when reading debug info --106-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --106-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==106== ==106== HEAP SUMMARY: ==106== in use at exit: 210,006 bytes in 510 blocks ==106== total heap usage: 83,268 allocs, 82,758 frees, 13,496,693 bytes allocated ==106== ==106== LEAK SUMMARY: ==106== definitely lost: 0 bytes in 0 blocks ==106== indirectly lost: 0 bytes in 0 blocks ==106== possibly lost: 96 bytes in 1 blocks ==106== still reachable: 198,944 bytes in 322 blocks ==106== of which reachable via heuristic: ==106== newarray : 1,536 bytes in 16 blocks ==106== suppressed: 10,966 bytes in 187 blocks ==106== Rerun with --leak-check=full to see details of leaked memory ==106== ==106== For counts of detected and suppressed errors, rerun with: -v ==106== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==107== Memcheck, a memory error detector ==107== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==107== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==107== Command: ./client-test Client::Source::file_event::testLocalDeleteAll ==107== Parent PID: 96 ==107== --107-- WARNING: Serious error when reading debug info --107-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --107-- Ignoring non-Dwarf2/3/4 block in .debug_info --107-- WARNING: Serious error when reading debug info --107-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --107-- Last block truncated in .debug_info; ignoring --107-- WARNING: Serious error when reading debug info --107-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --107-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --107-- WARNING: Serious error when reading debug info --107-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --107-- Ignoring non-Dwarf2/3/4 block in .debug_info --107-- WARNING: Serious error when reading debug info --107-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --107-- Last block truncated in .debug_info; ignoring --107-- WARNING: Serious error when reading debug info --107-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --107-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --107-- WARNING: Serious error when reading debug info --107-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --107-- Ignoring non-Dwarf2/3/4 block in .debug_info --107-- WARNING: Serious error when reading debug info --107-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --107-- Last block truncated in .debug_info; ignoring --107-- WARNING: Serious error when reading debug info --107-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --107-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --107-- WARNING: Serious error when reading debug info --107-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --107-- Ignoring non-Dwarf2/3/4 block in .debug_info --107-- WARNING: Serious error when reading debug info --107-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --107-- Last block truncated in .debug_info; ignoring --107-- WARNING: Serious error when reading debug info --107-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --107-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --107-- WARNING: Serious error when reading debug info --107-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --107-- Ignoring non-Dwarf2/3/4 block in .debug_info --107-- WARNING: Serious error when reading debug info --107-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --107-- Last block truncated in .debug_info; ignoring --107-- WARNING: Serious error when reading debug info --107-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --107-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --107-- WARNING: Serious error when reading debug info --107-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --107-- Ignoring non-Dwarf2/3/4 block in .debug_info --107-- WARNING: Serious error when reading debug info --107-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --107-- Last block truncated in .debug_info; ignoring --107-- WARNING: Serious error when reading debug info --107-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --107-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --107-- WARNING: Serious error when reading debug info --107-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --107-- Ignoring non-Dwarf2/3/4 block in .debug_info --107-- WARNING: Serious error when reading debug info --107-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --107-- Last block truncated in .debug_info; ignoring --107-- WARNING: Serious error when reading debug info --107-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --107-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==107== ==107== HEAP SUMMARY: ==107== in use at exit: 210,006 bytes in 510 blocks ==107== total heap usage: 96,631 allocs, 96,121 frees, 15,120,712 bytes allocated ==107== ==107== LEAK SUMMARY: ==107== definitely lost: 0 bytes in 0 blocks ==107== indirectly lost: 0 bytes in 0 blocks ==107== possibly lost: 96 bytes in 1 blocks ==107== still reachable: 198,944 bytes in 322 blocks ==107== of which reachable via heuristic: ==107== newarray : 1,536 bytes in 16 blocks ==107== suppressed: 10,966 bytes in 187 blocks ==107== Rerun with --leak-check=full to see details of leaked memory ==107== ==107== For counts of detected and suppressed errors, rerun with: -v ==107== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==108== Memcheck, a memory error detector ==108== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==108== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==108== Command: ./client-test Client::Source::file_event::testComplexInsert ==108== Parent PID: 96 ==108== --108-- WARNING: Serious error when reading debug info --108-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --108-- Ignoring non-Dwarf2/3/4 block in .debug_info --108-- WARNING: Serious error when reading debug info --108-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --108-- Last block truncated in .debug_info; ignoring --108-- WARNING: Serious error when reading debug info --108-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --108-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --108-- WARNING: Serious error when reading debug info --108-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --108-- Ignoring non-Dwarf2/3/4 block in .debug_info --108-- WARNING: Serious error when reading debug info --108-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --108-- Last block truncated in .debug_info; ignoring --108-- WARNING: Serious error when reading debug info --108-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --108-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --108-- WARNING: Serious error when reading debug info --108-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --108-- Ignoring non-Dwarf2/3/4 block in .debug_info --108-- WARNING: Serious error when reading debug info --108-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --108-- Last block truncated in .debug_info; ignoring --108-- WARNING: Serious error when reading debug info --108-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --108-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --108-- WARNING: Serious error when reading debug info --108-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --108-- Ignoring non-Dwarf2/3/4 block in .debug_info --108-- WARNING: Serious error when reading debug info --108-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --108-- Last block truncated in .debug_info; ignoring --108-- WARNING: Serious error when reading debug info --108-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --108-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --108-- WARNING: Serious error when reading debug info --108-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --108-- Ignoring non-Dwarf2/3/4 block in .debug_info --108-- WARNING: Serious error when reading debug info --108-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --108-- Last block truncated in .debug_info; ignoring --108-- WARNING: Serious error when reading debug info --108-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --108-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --108-- WARNING: Serious error when reading debug info --108-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --108-- Ignoring non-Dwarf2/3/4 block in .debug_info --108-- WARNING: Serious error when reading debug info --108-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --108-- Last block truncated in .debug_info; ignoring --108-- WARNING: Serious error when reading debug info --108-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --108-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --108-- WARNING: Serious error when reading debug info --108-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --108-- Ignoring non-Dwarf2/3/4 block in .debug_info --108-- WARNING: Serious error when reading debug info --108-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --108-- Last block truncated in .debug_info; ignoring --108-- WARNING: Serious error when reading debug info --108-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --108-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==108== ==108== HEAP SUMMARY: ==108== in use at exit: 210,006 bytes in 510 blocks ==108== total heap usage: 103,025 allocs, 102,515 frees, 15,845,690 bytes allocated ==108== ==108== LEAK SUMMARY: ==108== definitely lost: 0 bytes in 0 blocks ==108== indirectly lost: 0 bytes in 0 blocks ==108== possibly lost: 96 bytes in 1 blocks ==108== still reachable: 198,944 bytes in 322 blocks ==108== of which reachable via heuristic: ==108== newarray : 1,536 bytes in 16 blocks ==108== suppressed: 10,966 bytes in 187 blocks ==108== Rerun with --leak-check=full to see details of leaked memory ==108== ==108== For counts of detected and suppressed errors, rerun with: -v ==108== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==109== Memcheck, a memory error detector ==109== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==109== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==109== Command: ./client-test Client::Source::file_event::testInsertTwice ==109== Parent PID: 96 ==109== --109-- WARNING: Serious error when reading debug info --109-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --109-- Ignoring non-Dwarf2/3/4 block in .debug_info --109-- WARNING: Serious error when reading debug info --109-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --109-- Last block truncated in .debug_info; ignoring --109-- WARNING: Serious error when reading debug info --109-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --109-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --109-- WARNING: Serious error when reading debug info --109-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --109-- Ignoring non-Dwarf2/3/4 block in .debug_info --109-- WARNING: Serious error when reading debug info --109-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --109-- Last block truncated in .debug_info; ignoring --109-- WARNING: Serious error when reading debug info --109-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --109-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --109-- WARNING: Serious error when reading debug info --109-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --109-- Ignoring non-Dwarf2/3/4 block in .debug_info --109-- WARNING: Serious error when reading debug info --109-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --109-- Last block truncated in .debug_info; ignoring --109-- WARNING: Serious error when reading debug info --109-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --109-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --109-- WARNING: Serious error when reading debug info --109-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --109-- Ignoring non-Dwarf2/3/4 block in .debug_info --109-- WARNING: Serious error when reading debug info --109-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --109-- Last block truncated in .debug_info; ignoring --109-- WARNING: Serious error when reading debug info --109-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --109-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --109-- WARNING: Serious error when reading debug info --109-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --109-- Ignoring non-Dwarf2/3/4 block in .debug_info --109-- WARNING: Serious error when reading debug info --109-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --109-- Last block truncated in .debug_info; ignoring --109-- WARNING: Serious error when reading debug info --109-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --109-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --109-- WARNING: Serious error when reading debug info --109-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --109-- Ignoring non-Dwarf2/3/4 block in .debug_info --109-- WARNING: Serious error when reading debug info --109-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --109-- Last block truncated in .debug_info; ignoring --109-- WARNING: Serious error when reading debug info --109-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --109-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --109-- WARNING: Serious error when reading debug info --109-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --109-- Ignoring non-Dwarf2/3/4 block in .debug_info --109-- WARNING: Serious error when reading debug info --109-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --109-- Last block truncated in .debug_info; ignoring --109-- WARNING: Serious error when reading debug info --109-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --109-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==109== ==109== HEAP SUMMARY: ==109== in use at exit: 210,006 bytes in 510 blocks ==109== total heap usage: 90,044 allocs, 89,534 frees, 14,364,000 bytes allocated ==109== ==109== LEAK SUMMARY: ==109== definitely lost: 0 bytes in 0 blocks ==109== indirectly lost: 0 bytes in 0 blocks ==109== possibly lost: 96 bytes in 1 blocks ==109== still reachable: 198,944 bytes in 322 blocks ==109== of which reachable via heuristic: ==109== newarray : 1,536 bytes in 16 blocks ==109== suppressed: 10,966 bytes in 187 blocks ==109== Rerun with --leak-check=full to see details of leaked memory ==109== ==109== For counts of detected and suppressed errors, rerun with: -v ==109== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==110== Memcheck, a memory error detector ==110== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==110== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==110== Command: ./client-test Client::Source::file_event::testLocalUpdate ==110== Parent PID: 96 ==110== --110-- WARNING: Serious error when reading debug info --110-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --110-- Ignoring non-Dwarf2/3/4 block in .debug_info --110-- WARNING: Serious error when reading debug info --110-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --110-- Last block truncated in .debug_info; ignoring --110-- WARNING: Serious error when reading debug info --110-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --110-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --110-- WARNING: Serious error when reading debug info --110-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --110-- Ignoring non-Dwarf2/3/4 block in .debug_info --110-- WARNING: Serious error when reading debug info --110-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --110-- Last block truncated in .debug_info; ignoring --110-- WARNING: Serious error when reading debug info --110-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --110-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --110-- WARNING: Serious error when reading debug info --110-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --110-- Ignoring non-Dwarf2/3/4 block in .debug_info --110-- WARNING: Serious error when reading debug info --110-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --110-- Last block truncated in .debug_info; ignoring --110-- WARNING: Serious error when reading debug info --110-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --110-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --110-- WARNING: Serious error when reading debug info --110-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --110-- Ignoring non-Dwarf2/3/4 block in .debug_info --110-- WARNING: Serious error when reading debug info --110-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --110-- Last block truncated in .debug_info; ignoring --110-- WARNING: Serious error when reading debug info --110-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --110-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --110-- WARNING: Serious error when reading debug info --110-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --110-- Ignoring non-Dwarf2/3/4 block in .debug_info --110-- WARNING: Serious error when reading debug info --110-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --110-- Last block truncated in .debug_info; ignoring --110-- WARNING: Serious error when reading debug info --110-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --110-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --110-- WARNING: Serious error when reading debug info --110-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --110-- Ignoring non-Dwarf2/3/4 block in .debug_info --110-- WARNING: Serious error when reading debug info --110-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --110-- Last block truncated in .debug_info; ignoring --110-- WARNING: Serious error when reading debug info --110-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --110-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --110-- WARNING: Serious error when reading debug info --110-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --110-- Ignoring non-Dwarf2/3/4 block in .debug_info --110-- WARNING: Serious error when reading debug info --110-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --110-- Last block truncated in .debug_info; ignoring --110-- WARNING: Serious error when reading debug info --110-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --110-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==110== ==110== HEAP SUMMARY: ==110== in use at exit: 210,006 bytes in 510 blocks ==110== total heap usage: 110,136 allocs, 109,626 frees, 16,770,517 bytes allocated ==110== ==110== LEAK SUMMARY: ==110== definitely lost: 0 bytes in 0 blocks ==110== indirectly lost: 0 bytes in 0 blocks ==110== possibly lost: 96 bytes in 1 blocks ==110== still reachable: 198,944 bytes in 322 blocks ==110== of which reachable via heuristic: ==110== newarray : 1,536 bytes in 16 blocks ==110== suppressed: 10,966 bytes in 187 blocks ==110== Rerun with --leak-check=full to see details of leaked memory ==110== ==110== For counts of detected and suppressed errors, rerun with: -v ==110== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==111== Memcheck, a memory error detector ==111== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==111== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==111== Command: ./client-test Client::Source::file_event::testChanges ==111== Parent PID: 96 ==111== --111-- WARNING: Serious error when reading debug info --111-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --111-- Ignoring non-Dwarf2/3/4 block in .debug_info --111-- WARNING: Serious error when reading debug info --111-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --111-- Last block truncated in .debug_info; ignoring --111-- WARNING: Serious error when reading debug info --111-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --111-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --111-- WARNING: Serious error when reading debug info --111-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --111-- Ignoring non-Dwarf2/3/4 block in .debug_info --111-- WARNING: Serious error when reading debug info --111-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --111-- Last block truncated in .debug_info; ignoring --111-- WARNING: Serious error when reading debug info --111-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --111-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --111-- WARNING: Serious error when reading debug info --111-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --111-- Ignoring non-Dwarf2/3/4 block in .debug_info --111-- WARNING: Serious error when reading debug info --111-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --111-- Last block truncated in .debug_info; ignoring --111-- WARNING: Serious error when reading debug info --111-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --111-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --111-- WARNING: Serious error when reading debug info --111-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --111-- Ignoring non-Dwarf2/3/4 block in .debug_info --111-- WARNING: Serious error when reading debug info --111-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --111-- Last block truncated in .debug_info; ignoring --111-- WARNING: Serious error when reading debug info --111-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --111-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --111-- WARNING: Serious error when reading debug info --111-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --111-- Ignoring non-Dwarf2/3/4 block in .debug_info --111-- WARNING: Serious error when reading debug info --111-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --111-- Last block truncated in .debug_info; ignoring --111-- WARNING: Serious error when reading debug info --111-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --111-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --111-- WARNING: Serious error when reading debug info --111-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --111-- Ignoring non-Dwarf2/3/4 block in .debug_info --111-- WARNING: Serious error when reading debug info --111-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --111-- Last block truncated in .debug_info; ignoring --111-- WARNING: Serious error when reading debug info --111-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --111-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --111-- WARNING: Serious error when reading debug info --111-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --111-- Ignoring non-Dwarf2/3/4 block in .debug_info --111-- WARNING: Serious error when reading debug info --111-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --111-- Last block truncated in .debug_info; ignoring --111-- WARNING: Serious error when reading debug info --111-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --111-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==111== ==111== HEAP SUMMARY: ==111== in use at exit: 210,006 bytes in 510 blocks ==111== total heap usage: 323,750 allocs, 323,240 frees, 42,648,992 bytes allocated ==111== ==111== LEAK SUMMARY: ==111== definitely lost: 0 bytes in 0 blocks ==111== indirectly lost: 0 bytes in 0 blocks ==111== possibly lost: 96 bytes in 1 blocks ==111== still reachable: 198,944 bytes in 322 blocks ==111== of which reachable via heuristic: ==111== newarray : 1,536 bytes in 16 blocks ==111== suppressed: 10,966 bytes in 187 blocks ==111== Rerun with --leak-check=full to see details of leaked memory ==111== ==111== For counts of detected and suppressed errors, rerun with: -v ==111== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==112== Memcheck, a memory error detector ==112== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==112== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==112== Command: ./client-test Client::Source::file_event::testChangesMultiCycles ==112== Parent PID: 96 ==112== --112-- WARNING: Serious error when reading debug info --112-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --112-- Ignoring non-Dwarf2/3/4 block in .debug_info --112-- WARNING: Serious error when reading debug info --112-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --112-- Last block truncated in .debug_info; ignoring --112-- WARNING: Serious error when reading debug info --112-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --112-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --112-- WARNING: Serious error when reading debug info --112-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --112-- Ignoring non-Dwarf2/3/4 block in .debug_info --112-- WARNING: Serious error when reading debug info --112-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --112-- Last block truncated in .debug_info; ignoring --112-- WARNING: Serious error when reading debug info --112-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --112-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --112-- WARNING: Serious error when reading debug info --112-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --112-- Ignoring non-Dwarf2/3/4 block in .debug_info --112-- WARNING: Serious error when reading debug info --112-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --112-- Last block truncated in .debug_info; ignoring --112-- WARNING: Serious error when reading debug info --112-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --112-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --112-- WARNING: Serious error when reading debug info --112-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --112-- Ignoring non-Dwarf2/3/4 block in .debug_info --112-- WARNING: Serious error when reading debug info --112-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --112-- Last block truncated in .debug_info; ignoring --112-- WARNING: Serious error when reading debug info --112-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --112-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --112-- WARNING: Serious error when reading debug info --112-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --112-- Ignoring non-Dwarf2/3/4 block in .debug_info --112-- WARNING: Serious error when reading debug info --112-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --112-- Last block truncated in .debug_info; ignoring --112-- WARNING: Serious error when reading debug info --112-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --112-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --112-- WARNING: Serious error when reading debug info --112-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --112-- Ignoring non-Dwarf2/3/4 block in .debug_info --112-- WARNING: Serious error when reading debug info --112-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --112-- Last block truncated in .debug_info; ignoring --112-- WARNING: Serious error when reading debug info --112-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --112-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --112-- WARNING: Serious error when reading debug info --112-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --112-- Ignoring non-Dwarf2/3/4 block in .debug_info --112-- WARNING: Serious error when reading debug info --112-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --112-- Last block truncated in .debug_info; ignoring --112-- WARNING: Serious error when reading debug info --112-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --112-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==112== ==112== HEAP SUMMARY: ==112== in use at exit: 210,006 bytes in 510 blocks ==112== total heap usage: 246,023 allocs, 245,513 frees, 34,456,242 bytes allocated ==112== ==112== LEAK SUMMARY: ==112== definitely lost: 0 bytes in 0 blocks ==112== indirectly lost: 0 bytes in 0 blocks ==112== possibly lost: 96 bytes in 1 blocks ==112== still reachable: 198,944 bytes in 322 blocks ==112== of which reachable via heuristic: ==112== newarray : 1,536 bytes in 16 blocks ==112== suppressed: 10,966 bytes in 187 blocks ==112== Rerun with --leak-check=full to see details of leaked memory ==112== ==112== For counts of detected and suppressed errors, rerun with: -v ==112== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==113== Memcheck, a memory error detector ==113== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==113== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==113== Command: ./client-test Client::Source::file_event::testImport ==113== Parent PID: 96 ==113== --113-- WARNING: Serious error when reading debug info --113-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --113-- Ignoring non-Dwarf2/3/4 block in .debug_info --113-- WARNING: Serious error when reading debug info --113-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --113-- Last block truncated in .debug_info; ignoring --113-- WARNING: Serious error when reading debug info --113-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --113-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --113-- WARNING: Serious error when reading debug info --113-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --113-- Ignoring non-Dwarf2/3/4 block in .debug_info --113-- WARNING: Serious error when reading debug info --113-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --113-- Last block truncated in .debug_info; ignoring --113-- WARNING: Serious error when reading debug info --113-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --113-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --113-- WARNING: Serious error when reading debug info --113-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --113-- Ignoring non-Dwarf2/3/4 block in .debug_info --113-- WARNING: Serious error when reading debug info --113-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --113-- Last block truncated in .debug_info; ignoring --113-- WARNING: Serious error when reading debug info --113-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --113-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --113-- WARNING: Serious error when reading debug info --113-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --113-- Ignoring non-Dwarf2/3/4 block in .debug_info --113-- WARNING: Serious error when reading debug info --113-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --113-- Last block truncated in .debug_info; ignoring --113-- WARNING: Serious error when reading debug info --113-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --113-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --113-- WARNING: Serious error when reading debug info --113-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --113-- Ignoring non-Dwarf2/3/4 block in .debug_info --113-- WARNING: Serious error when reading debug info --113-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --113-- Last block truncated in .debug_info; ignoring --113-- WARNING: Serious error when reading debug info --113-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --113-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --113-- WARNING: Serious error when reading debug info --113-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --113-- Ignoring non-Dwarf2/3/4 block in .debug_info --113-- WARNING: Serious error when reading debug info --113-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --113-- Last block truncated in .debug_info; ignoring --113-- WARNING: Serious error when reading debug info --113-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --113-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --113-- WARNING: Serious error when reading debug info --113-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --113-- Ignoring non-Dwarf2/3/4 block in .debug_info --113-- WARNING: Serious error when reading debug info --113-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --113-- Last block truncated in .debug_info; ignoring --113-- WARNING: Serious error when reading debug info --113-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --113-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==113== ==113== HEAP SUMMARY: ==113== in use at exit: 210,006 bytes in 510 blocks ==113== total heap usage: 118,284 allocs, 117,774 frees, 19,153,087 bytes allocated ==113== ==113== LEAK SUMMARY: ==113== definitely lost: 0 bytes in 0 blocks ==113== indirectly lost: 0 bytes in 0 blocks ==113== possibly lost: 96 bytes in 1 blocks ==113== still reachable: 198,944 bytes in 322 blocks ==113== of which reachable via heuristic: ==113== newarray : 1,536 bytes in 16 blocks ==113== suppressed: 10,966 bytes in 187 blocks ==113== Rerun with --leak-check=full to see details of leaked memory ==113== ==113== For counts of detected and suppressed errors, rerun with: -v ==113== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==122== Memcheck, a memory error detector ==122== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==122== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==122== Command: ./client-test Client::Source::file_event::testImportDelete ==122== Parent PID: 96 ==122== --122-- WARNING: Serious error when reading debug info --122-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --122-- Ignoring non-Dwarf2/3/4 block in .debug_info --122-- WARNING: Serious error when reading debug info --122-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --122-- Last block truncated in .debug_info; ignoring --122-- WARNING: Serious error when reading debug info --122-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --122-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --122-- WARNING: Serious error when reading debug info --122-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --122-- Ignoring non-Dwarf2/3/4 block in .debug_info --122-- WARNING: Serious error when reading debug info --122-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --122-- Last block truncated in .debug_info; ignoring --122-- WARNING: Serious error when reading debug info --122-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --122-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --122-- WARNING: Serious error when reading debug info --122-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --122-- Ignoring non-Dwarf2/3/4 block in .debug_info --122-- WARNING: Serious error when reading debug info --122-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --122-- Last block truncated in .debug_info; ignoring --122-- WARNING: Serious error when reading debug info --122-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --122-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --122-- WARNING: Serious error when reading debug info --122-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --122-- Ignoring non-Dwarf2/3/4 block in .debug_info --122-- WARNING: Serious error when reading debug info --122-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --122-- Last block truncated in .debug_info; ignoring --122-- WARNING: Serious error when reading debug info --122-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --122-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --122-- WARNING: Serious error when reading debug info --122-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --122-- Ignoring non-Dwarf2/3/4 block in .debug_info --122-- WARNING: Serious error when reading debug info --122-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --122-- Last block truncated in .debug_info; ignoring --122-- WARNING: Serious error when reading debug info --122-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --122-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --122-- WARNING: Serious error when reading debug info --122-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --122-- Ignoring non-Dwarf2/3/4 block in .debug_info --122-- WARNING: Serious error when reading debug info --122-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --122-- Last block truncated in .debug_info; ignoring --122-- WARNING: Serious error when reading debug info --122-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --122-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --122-- WARNING: Serious error when reading debug info --122-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --122-- Ignoring non-Dwarf2/3/4 block in .debug_info --122-- WARNING: Serious error when reading debug info --122-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --122-- Last block truncated in .debug_info; ignoring --122-- WARNING: Serious error when reading debug info --122-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --122-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==122== ==122== HEAP SUMMARY: ==122== in use at exit: 210,006 bytes in 510 blocks ==122== total heap usage: 134,133 allocs, 133,623 frees, 21,632,617 bytes allocated ==122== ==122== LEAK SUMMARY: ==122== definitely lost: 0 bytes in 0 blocks ==122== indirectly lost: 0 bytes in 0 blocks ==122== possibly lost: 96 bytes in 1 blocks ==122== still reachable: 198,944 bytes in 322 blocks ==122== of which reachable via heuristic: ==122== newarray : 1,536 bytes in 16 blocks ==122== suppressed: 10,966 bytes in 187 blocks ==122== Rerun with --leak-check=full to see details of leaked memory ==122== ==122== For counts of detected and suppressed errors, rerun with: -v ==122== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==131== Memcheck, a memory error detector ==131== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==131== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==131== Command: ./client-test Client::Source::file_event::testRemoveProperties ==131== Parent PID: 96 ==131== --131-- WARNING: Serious error when reading debug info --131-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --131-- Ignoring non-Dwarf2/3/4 block in .debug_info --131-- WARNING: Serious error when reading debug info --131-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --131-- Last block truncated in .debug_info; ignoring --131-- WARNING: Serious error when reading debug info --131-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --131-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --131-- WARNING: Serious error when reading debug info --131-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --131-- Ignoring non-Dwarf2/3/4 block in .debug_info --131-- WARNING: Serious error when reading debug info --131-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --131-- Last block truncated in .debug_info; ignoring --131-- WARNING: Serious error when reading debug info --131-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --131-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --131-- WARNING: Serious error when reading debug info --131-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --131-- Ignoring non-Dwarf2/3/4 block in .debug_info --131-- WARNING: Serious error when reading debug info --131-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --131-- Last block truncated in .debug_info; ignoring --131-- WARNING: Serious error when reading debug info --131-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --131-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --131-- WARNING: Serious error when reading debug info --131-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --131-- Ignoring non-Dwarf2/3/4 block in .debug_info --131-- WARNING: Serious error when reading debug info --131-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --131-- Last block truncated in .debug_info; ignoring --131-- WARNING: Serious error when reading debug info --131-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --131-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --131-- WARNING: Serious error when reading debug info --131-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --131-- Ignoring non-Dwarf2/3/4 block in .debug_info --131-- WARNING: Serious error when reading debug info --131-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --131-- Last block truncated in .debug_info; ignoring --131-- WARNING: Serious error when reading debug info --131-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --131-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --131-- WARNING: Serious error when reading debug info --131-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --131-- Ignoring non-Dwarf2/3/4 block in .debug_info --131-- WARNING: Serious error when reading debug info --131-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --131-- Last block truncated in .debug_info; ignoring --131-- WARNING: Serious error when reading debug info --131-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --131-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --131-- WARNING: Serious error when reading debug info --131-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --131-- Ignoring non-Dwarf2/3/4 block in .debug_info --131-- WARNING: Serious error when reading debug info --131-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --131-- Last block truncated in .debug_info; ignoring --131-- WARNING: Serious error when reading debug info --131-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --131-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==131== ==131== HEAP SUMMARY: ==131== in use at exit: 210,006 bytes in 510 blocks ==131== total heap usage: 159,280 allocs, 158,770 frees, 25,352,565 bytes allocated ==131== ==131== LEAK SUMMARY: ==131== definitely lost: 0 bytes in 0 blocks ==131== indirectly lost: 0 bytes in 0 blocks ==131== possibly lost: 96 bytes in 1 blocks ==131== still reachable: 198,944 bytes in 322 blocks ==131== of which reachable via heuristic: ==131== newarray : 1,536 bytes in 16 blocks ==131== suppressed: 10,966 bytes in 187 blocks ==131== Rerun with --leak-check=full to see details of leaked memory ==131== ==131== For counts of detected and suppressed errors, rerun with: -v ==131== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==140== Memcheck, a memory error detector ==140== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==140== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==140== Command: ./client-test Client::Source::file_event::testManyChanges ==140== Parent PID: 96 ==140== --140-- WARNING: Serious error when reading debug info --140-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --140-- Ignoring non-Dwarf2/3/4 block in .debug_info --140-- WARNING: Serious error when reading debug info --140-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --140-- Last block truncated in .debug_info; ignoring --140-- WARNING: Serious error when reading debug info --140-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --140-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --140-- WARNING: Serious error when reading debug info --140-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --140-- Ignoring non-Dwarf2/3/4 block in .debug_info --140-- WARNING: Serious error when reading debug info --140-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --140-- Last block truncated in .debug_info; ignoring --140-- WARNING: Serious error when reading debug info --140-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --140-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --140-- WARNING: Serious error when reading debug info --140-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --140-- Ignoring non-Dwarf2/3/4 block in .debug_info --140-- WARNING: Serious error when reading debug info --140-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --140-- Last block truncated in .debug_info; ignoring --140-- WARNING: Serious error when reading debug info --140-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --140-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --140-- WARNING: Serious error when reading debug info --140-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --140-- Ignoring non-Dwarf2/3/4 block in .debug_info --140-- WARNING: Serious error when reading debug info --140-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --140-- Last block truncated in .debug_info; ignoring --140-- WARNING: Serious error when reading debug info --140-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --140-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --140-- WARNING: Serious error when reading debug info --140-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --140-- Ignoring non-Dwarf2/3/4 block in .debug_info --140-- WARNING: Serious error when reading debug info --140-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --140-- Last block truncated in .debug_info; ignoring --140-- WARNING: Serious error when reading debug info --140-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --140-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --140-- WARNING: Serious error when reading debug info --140-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --140-- Ignoring non-Dwarf2/3/4 block in .debug_info --140-- WARNING: Serious error when reading debug info --140-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --140-- Last block truncated in .debug_info; ignoring --140-- WARNING: Serious error when reading debug info --140-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --140-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --140-- WARNING: Serious error when reading debug info --140-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --140-- Ignoring non-Dwarf2/3/4 block in .debug_info --140-- WARNING: Serious error when reading debug info --140-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --140-- Last block truncated in .debug_info; ignoring --140-- WARNING: Serious error when reading debug info --140-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --140-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==140== ==140== HEAP SUMMARY: ==140== in use at exit: 210,006 bytes in 510 blocks ==140== total heap usage: 168,143 allocs, 167,633 frees, 29,951,707 bytes allocated ==140== ==140== LEAK SUMMARY: ==140== definitely lost: 0 bytes in 0 blocks ==140== indirectly lost: 0 bytes in 0 blocks ==140== possibly lost: 96 bytes in 1 blocks ==140== still reachable: 198,944 bytes in 322 blocks ==140== of which reachable via heuristic: ==140== newarray : 1,536 bytes in 16 blocks ==140== suppressed: 10,966 bytes in 187 blocks ==140== Rerun with --leak-check=full to see details of leaked memory ==140== ==140== For counts of detected and suppressed errors, rerun with: -v ==140== 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::file_event::LinkedItemsDefault::testLinkedItemsParent ==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== ==141== HEAP SUMMARY: ==141== in use at exit: 210,006 bytes in 510 blocks ==141== total heap usage: 129,926 allocs, 129,416 frees, 19,183,067 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: 96 bytes in 1 blocks ==141== still reachable: 198,944 bytes in 322 blocks ==141== of which reachable via heuristic: ==141== newarray : 1,536 bytes in 16 blocks ==141== suppressed: 10,966 bytes in 187 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) ==150== Memcheck, a memory error detector ==150== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==150== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==150== Command: ./client-test Client::Source::file_event::LinkedItemsDefault::testLinkedItemsChild ==150== Parent PID: 96 ==150== --150-- WARNING: Serious error when reading debug info --150-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --150-- Ignoring non-Dwarf2/3/4 block in .debug_info --150-- WARNING: Serious error when reading debug info --150-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --150-- Last block truncated in .debug_info; ignoring --150-- WARNING: Serious error when reading debug info --150-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --150-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --150-- WARNING: Serious error when reading debug info --150-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --150-- Ignoring non-Dwarf2/3/4 block in .debug_info --150-- WARNING: Serious error when reading debug info --150-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --150-- Last block truncated in .debug_info; ignoring --150-- WARNING: Serious error when reading debug info --150-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --150-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --150-- WARNING: Serious error when reading debug info --150-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --150-- Ignoring non-Dwarf2/3/4 block in .debug_info --150-- WARNING: Serious error when reading debug info --150-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --150-- Last block truncated in .debug_info; ignoring --150-- WARNING: Serious error when reading debug info --150-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --150-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --150-- WARNING: Serious error when reading debug info --150-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --150-- Ignoring non-Dwarf2/3/4 block in .debug_info --150-- WARNING: Serious error when reading debug info --150-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --150-- Last block truncated in .debug_info; ignoring --150-- WARNING: Serious error when reading debug info --150-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --150-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --150-- WARNING: Serious error when reading debug info --150-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --150-- Ignoring non-Dwarf2/3/4 block in .debug_info --150-- WARNING: Serious error when reading debug info --150-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --150-- Last block truncated in .debug_info; ignoring --150-- WARNING: Serious error when reading debug info --150-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --150-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --150-- WARNING: Serious error when reading debug info --150-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --150-- Ignoring non-Dwarf2/3/4 block in .debug_info --150-- WARNING: Serious error when reading debug info --150-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --150-- Last block truncated in .debug_info; ignoring --150-- WARNING: Serious error when reading debug info --150-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --150-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --150-- WARNING: Serious error when reading debug info --150-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --150-- Ignoring non-Dwarf2/3/4 block in .debug_info --150-- WARNING: Serious error when reading debug info --150-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --150-- Last block truncated in .debug_info; ignoring --150-- WARNING: Serious error when reading debug info --150-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --150-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==150== ==150== HEAP SUMMARY: ==150== in use at exit: 210,006 bytes in 510 blocks ==150== total heap usage: 129,927 allocs, 129,417 frees, 19,182,968 bytes allocated ==150== ==150== LEAK SUMMARY: ==150== definitely lost: 0 bytes in 0 blocks ==150== indirectly lost: 0 bytes in 0 blocks ==150== possibly lost: 96 bytes in 1 blocks ==150== still reachable: 198,944 bytes in 322 blocks ==150== of which reachable via heuristic: ==150== newarray : 1,536 bytes in 16 blocks ==150== suppressed: 10,966 bytes in 187 blocks ==150== Rerun with --leak-check=full to see details of leaked memory ==150== ==150== For counts of detected and suppressed errors, rerun with: -v ==150== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==159== Memcheck, a memory error detector ==159== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==159== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==159== Command: ./client-test Client::Source::file_event::LinkedItemsDefault::testLinkedItemsParentChild ==159== Parent PID: 96 ==159== --159-- WARNING: Serious error when reading debug info --159-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --159-- Ignoring non-Dwarf2/3/4 block in .debug_info --159-- WARNING: Serious error when reading debug info --159-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --159-- Last block truncated in .debug_info; ignoring --159-- WARNING: Serious error when reading debug info --159-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --159-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --159-- WARNING: Serious error when reading debug info --159-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --159-- Ignoring non-Dwarf2/3/4 block in .debug_info --159-- WARNING: Serious error when reading debug info --159-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --159-- Last block truncated in .debug_info; ignoring --159-- WARNING: Serious error when reading debug info --159-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --159-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --159-- WARNING: Serious error when reading debug info --159-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --159-- Ignoring non-Dwarf2/3/4 block in .debug_info --159-- WARNING: Serious error when reading debug info --159-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --159-- Last block truncated in .debug_info; ignoring --159-- WARNING: Serious error when reading debug info --159-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --159-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --159-- WARNING: Serious error when reading debug info --159-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --159-- Ignoring non-Dwarf2/3/4 block in .debug_info --159-- WARNING: Serious error when reading debug info --159-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --159-- Last block truncated in .debug_info; ignoring --159-- WARNING: Serious error when reading debug info --159-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --159-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --159-- WARNING: Serious error when reading debug info --159-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --159-- Ignoring non-Dwarf2/3/4 block in .debug_info --159-- WARNING: Serious error when reading debug info --159-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --159-- Last block truncated in .debug_info; ignoring --159-- WARNING: Serious error when reading debug info --159-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --159-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --159-- WARNING: Serious error when reading debug info --159-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --159-- Ignoring non-Dwarf2/3/4 block in .debug_info --159-- WARNING: Serious error when reading debug info --159-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --159-- Last block truncated in .debug_info; ignoring --159-- WARNING: Serious error when reading debug info --159-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --159-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --159-- WARNING: Serious error when reading debug info --159-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --159-- Ignoring non-Dwarf2/3/4 block in .debug_info --159-- WARNING: Serious error when reading debug info --159-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --159-- Last block truncated in .debug_info; ignoring --159-- WARNING: Serious error when reading debug info --159-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --159-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==159== ==159== HEAP SUMMARY: ==159== in use at exit: 210,006 bytes in 510 blocks ==159== total heap usage: 143,542 allocs, 143,032 frees, 20,866,176 bytes allocated ==159== ==159== LEAK SUMMARY: ==159== definitely lost: 0 bytes in 0 blocks ==159== indirectly lost: 0 bytes in 0 blocks ==159== possibly lost: 96 bytes in 1 blocks ==159== still reachable: 198,944 bytes in 322 blocks ==159== of which reachable via heuristic: ==159== newarray : 1,536 bytes in 16 blocks ==159== suppressed: 10,966 bytes in 187 blocks ==159== Rerun with --leak-check=full to see details of leaked memory ==159== ==159== For counts of detected and suppressed errors, rerun with: -v ==159== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==168== Memcheck, a memory error detector ==168== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==168== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==168== Command: ./client-test Client::Source::file_event::LinkedItemsDefault::testLinkedItemsChildParent ==168== Parent PID: 96 ==168== --168-- WARNING: Serious error when reading debug info --168-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --168-- Ignoring non-Dwarf2/3/4 block in .debug_info --168-- WARNING: Serious error when reading debug info --168-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --168-- Last block truncated in .debug_info; ignoring --168-- WARNING: Serious error when reading debug info --168-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --168-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --168-- WARNING: Serious error when reading debug info --168-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --168-- Ignoring non-Dwarf2/3/4 block in .debug_info --168-- WARNING: Serious error when reading debug info --168-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --168-- Last block truncated in .debug_info; ignoring --168-- WARNING: Serious error when reading debug info --168-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --168-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --168-- WARNING: Serious error when reading debug info --168-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --168-- Ignoring non-Dwarf2/3/4 block in .debug_info --168-- WARNING: Serious error when reading debug info --168-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --168-- Last block truncated in .debug_info; ignoring --168-- WARNING: Serious error when reading debug info --168-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --168-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --168-- WARNING: Serious error when reading debug info --168-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --168-- Ignoring non-Dwarf2/3/4 block in .debug_info --168-- WARNING: Serious error when reading debug info --168-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --168-- Last block truncated in .debug_info; ignoring --168-- WARNING: Serious error when reading debug info --168-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --168-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --168-- WARNING: Serious error when reading debug info --168-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --168-- Ignoring non-Dwarf2/3/4 block in .debug_info --168-- WARNING: Serious error when reading debug info --168-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --168-- Last block truncated in .debug_info; ignoring --168-- WARNING: Serious error when reading debug info --168-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --168-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --168-- WARNING: Serious error when reading debug info --168-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --168-- Ignoring non-Dwarf2/3/4 block in .debug_info --168-- WARNING: Serious error when reading debug info --168-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --168-- Last block truncated in .debug_info; ignoring --168-- WARNING: Serious error when reading debug info --168-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --168-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --168-- WARNING: Serious error when reading debug info --168-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --168-- Ignoring non-Dwarf2/3/4 block in .debug_info --168-- WARNING: Serious error when reading debug info --168-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --168-- Last block truncated in .debug_info; ignoring --168-- WARNING: Serious error when reading debug info --168-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --168-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==168== ==168== HEAP SUMMARY: ==168== in use at exit: 210,006 bytes in 510 blocks ==168== total heap usage: 136,950 allocs, 136,440 frees, 20,088,400 bytes allocated ==168== ==168== LEAK SUMMARY: ==168== definitely lost: 0 bytes in 0 blocks ==168== indirectly lost: 0 bytes in 0 blocks ==168== possibly lost: 96 bytes in 1 blocks ==168== still reachable: 198,944 bytes in 322 blocks ==168== of which reachable via heuristic: ==168== newarray : 1,536 bytes in 16 blocks ==168== suppressed: 10,966 bytes in 187 blocks ==168== Rerun with --leak-check=full to see details of leaked memory ==168== ==168== For counts of detected and suppressed errors, rerun with: -v ==168== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==177== Memcheck, a memory error detector ==177== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==177== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==177== Command: ./client-test Client::Source::file_event::LinkedItemsDefault::testLinkedItemsChildChangesParent ==177== Parent PID: 96 ==177== --177-- WARNING: Serious error when reading debug info --177-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --177-- Ignoring non-Dwarf2/3/4 block in .debug_info --177-- WARNING: Serious error when reading debug info --177-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --177-- Last block truncated in .debug_info; ignoring --177-- WARNING: Serious error when reading debug info --177-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --177-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --177-- WARNING: Serious error when reading debug info --177-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --177-- Ignoring non-Dwarf2/3/4 block in .debug_info --177-- WARNING: Serious error when reading debug info --177-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --177-- Last block truncated in .debug_info; ignoring --177-- WARNING: Serious error when reading debug info --177-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --177-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --177-- WARNING: Serious error when reading debug info --177-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --177-- Ignoring non-Dwarf2/3/4 block in .debug_info --177-- WARNING: Serious error when reading debug info --177-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --177-- Last block truncated in .debug_info; ignoring --177-- WARNING: Serious error when reading debug info --177-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --177-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --177-- WARNING: Serious error when reading debug info --177-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --177-- Ignoring non-Dwarf2/3/4 block in .debug_info --177-- WARNING: Serious error when reading debug info --177-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --177-- Last block truncated in .debug_info; ignoring --177-- WARNING: Serious error when reading debug info --177-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --177-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --177-- WARNING: Serious error when reading debug info --177-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --177-- Ignoring non-Dwarf2/3/4 block in .debug_info --177-- WARNING: Serious error when reading debug info --177-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --177-- Last block truncated in .debug_info; ignoring --177-- WARNING: Serious error when reading debug info --177-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --177-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --177-- WARNING: Serious error when reading debug info --177-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --177-- Ignoring non-Dwarf2/3/4 block in .debug_info --177-- WARNING: Serious error when reading debug info --177-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --177-- Last block truncated in .debug_info; ignoring --177-- WARNING: Serious error when reading debug info --177-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --177-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --177-- WARNING: Serious error when reading debug info --177-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --177-- Ignoring non-Dwarf2/3/4 block in .debug_info --177-- WARNING: Serious error when reading debug info --177-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --177-- Last block truncated in .debug_info; ignoring --177-- WARNING: Serious error when reading debug info --177-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --177-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==177== ==177== HEAP SUMMARY: ==177== in use at exit: 210,006 bytes in 510 blocks ==177== total heap usage: 144,123 allocs, 143,613 frees, 21,065,519 bytes allocated ==177== ==177== LEAK SUMMARY: ==177== definitely lost: 0 bytes in 0 blocks ==177== indirectly lost: 0 bytes in 0 blocks ==177== possibly lost: 96 bytes in 1 blocks ==177== still reachable: 198,944 bytes in 322 blocks ==177== of which reachable via heuristic: ==177== newarray : 1,536 bytes in 16 blocks ==177== suppressed: 10,966 bytes in 187 blocks ==177== Rerun with --leak-check=full to see details of leaked memory ==177== ==177== For counts of detected and suppressed errors, rerun with: -v ==177== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==194== Memcheck, a memory error detector ==194== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==194== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==194== Command: ./client-test Client::Source::file_event::LinkedItemsDefault::testLinkedItemsRemoveParentFirst ==194== Parent PID: 96 ==194== --194-- WARNING: Serious error when reading debug info --194-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --194-- Ignoring non-Dwarf2/3/4 block in .debug_info --194-- WARNING: Serious error when reading debug info --194-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --194-- Last block truncated in .debug_info; ignoring --194-- WARNING: Serious error when reading debug info --194-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --194-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --194-- WARNING: Serious error when reading debug info --194-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --194-- Ignoring non-Dwarf2/3/4 block in .debug_info --194-- WARNING: Serious error when reading debug info --194-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --194-- Last block truncated in .debug_info; ignoring --194-- WARNING: Serious error when reading debug info --194-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --194-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --194-- WARNING: Serious error when reading debug info --194-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --194-- Ignoring non-Dwarf2/3/4 block in .debug_info --194-- WARNING: Serious error when reading debug info --194-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --194-- Last block truncated in .debug_info; ignoring --194-- WARNING: Serious error when reading debug info --194-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --194-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --194-- WARNING: Serious error when reading debug info --194-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --194-- Ignoring non-Dwarf2/3/4 block in .debug_info --194-- WARNING: Serious error when reading debug info --194-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --194-- Last block truncated in .debug_info; ignoring --194-- WARNING: Serious error when reading debug info --194-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --194-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --194-- WARNING: Serious error when reading debug info --194-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --194-- Ignoring non-Dwarf2/3/4 block in .debug_info --194-- WARNING: Serious error when reading debug info --194-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --194-- Last block truncated in .debug_info; ignoring --194-- WARNING: Serious error when reading debug info --194-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --194-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --194-- WARNING: Serious error when reading debug info --194-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --194-- Ignoring non-Dwarf2/3/4 block in .debug_info --194-- WARNING: Serious error when reading debug info --194-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --194-- Last block truncated in .debug_info; ignoring --194-- WARNING: Serious error when reading debug info --194-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --194-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --194-- WARNING: Serious error when reading debug info --194-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --194-- Ignoring non-Dwarf2/3/4 block in .debug_info --194-- WARNING: Serious error when reading debug info --194-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --194-- Last block truncated in .debug_info; ignoring --194-- WARNING: Serious error when reading debug info --194-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --194-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==194== ==194== HEAP SUMMARY: ==194== in use at exit: 210,006 bytes in 510 blocks ==194== total heap usage: 150,624 allocs, 150,114 frees, 21,823,996 bytes allocated ==194== ==194== LEAK SUMMARY: ==194== definitely lost: 0 bytes in 0 blocks ==194== indirectly lost: 0 bytes in 0 blocks ==194== possibly lost: 96 bytes in 1 blocks ==194== still reachable: 198,944 bytes in 322 blocks ==194== of which reachable via heuristic: ==194== newarray : 1,536 bytes in 16 blocks ==194== suppressed: 10,966 bytes in 187 blocks ==194== Rerun with --leak-check=full to see details of leaked memory ==194== ==194== For counts of detected and suppressed errors, rerun with: -v ==194== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==211== Memcheck, a memory error detector ==211== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==211== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==211== Command: ./client-test Client::Source::file_event::LinkedItemsDefault::testLinkedItemsRemoveNormal ==211== Parent PID: 96 ==211== --211-- WARNING: Serious error when reading debug info --211-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --211-- Ignoring non-Dwarf2/3/4 block in .debug_info --211-- WARNING: Serious error when reading debug info --211-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --211-- Last block truncated in .debug_info; ignoring --211-- WARNING: Serious error when reading debug info --211-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --211-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --211-- WARNING: Serious error when reading debug info --211-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --211-- Ignoring non-Dwarf2/3/4 block in .debug_info --211-- WARNING: Serious error when reading debug info --211-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --211-- Last block truncated in .debug_info; ignoring --211-- WARNING: Serious error when reading debug info --211-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --211-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --211-- WARNING: Serious error when reading debug info --211-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --211-- Ignoring non-Dwarf2/3/4 block in .debug_info --211-- WARNING: Serious error when reading debug info --211-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --211-- Last block truncated in .debug_info; ignoring --211-- WARNING: Serious error when reading debug info --211-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --211-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --211-- WARNING: Serious error when reading debug info --211-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --211-- Ignoring non-Dwarf2/3/4 block in .debug_info --211-- WARNING: Serious error when reading debug info --211-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --211-- Last block truncated in .debug_info; ignoring --211-- WARNING: Serious error when reading debug info --211-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --211-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --211-- WARNING: Serious error when reading debug info --211-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --211-- Ignoring non-Dwarf2/3/4 block in .debug_info --211-- WARNING: Serious error when reading debug info --211-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --211-- Last block truncated in .debug_info; ignoring --211-- WARNING: Serious error when reading debug info --211-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --211-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --211-- WARNING: Serious error when reading debug info --211-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --211-- Ignoring non-Dwarf2/3/4 block in .debug_info --211-- WARNING: Serious error when reading debug info --211-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --211-- Last block truncated in .debug_info; ignoring --211-- WARNING: Serious error when reading debug info --211-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --211-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --211-- WARNING: Serious error when reading debug info --211-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --211-- Ignoring non-Dwarf2/3/4 block in .debug_info --211-- WARNING: Serious error when reading debug info --211-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --211-- Last block truncated in .debug_info; ignoring --211-- WARNING: Serious error when reading debug info --211-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --211-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==211== ==211== HEAP SUMMARY: ==211== in use at exit: 210,006 bytes in 510 blocks ==211== total heap usage: 157,416 allocs, 156,906 frees, 22,634,891 bytes allocated ==211== ==211== LEAK SUMMARY: ==211== definitely lost: 0 bytes in 0 blocks ==211== indirectly lost: 0 bytes in 0 blocks ==211== possibly lost: 96 bytes in 1 blocks ==211== still reachable: 198,944 bytes in 322 blocks ==211== of which reachable via heuristic: ==211== newarray : 1,536 bytes in 16 blocks ==211== suppressed: 10,966 bytes in 187 blocks ==211== Rerun with --leak-check=full to see details of leaked memory ==211== ==211== For counts of detected and suppressed errors, rerun with: -v ==211== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==228== Memcheck, a memory error detector ==228== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==228== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==228== Command: ./client-test Client::Source::file_event::LinkedItemsDefault::testLinkedItemsParentUpdate ==228== Parent PID: 96 ==228== --228-- WARNING: Serious error when reading debug info --228-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --228-- Ignoring non-Dwarf2/3/4 block in .debug_info --228-- WARNING: Serious error when reading debug info --228-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --228-- Last block truncated in .debug_info; ignoring --228-- WARNING: Serious error when reading debug info --228-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --228-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --228-- WARNING: Serious error when reading debug info --228-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --228-- Ignoring non-Dwarf2/3/4 block in .debug_info --228-- WARNING: Serious error when reading debug info --228-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --228-- Last block truncated in .debug_info; ignoring --228-- WARNING: Serious error when reading debug info --228-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --228-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --228-- WARNING: Serious error when reading debug info --228-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --228-- Ignoring non-Dwarf2/3/4 block in .debug_info --228-- WARNING: Serious error when reading debug info --228-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --228-- Last block truncated in .debug_info; ignoring --228-- WARNING: Serious error when reading debug info --228-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --228-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --228-- WARNING: Serious error when reading debug info --228-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --228-- Ignoring non-Dwarf2/3/4 block in .debug_info --228-- WARNING: Serious error when reading debug info --228-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --228-- Last block truncated in .debug_info; ignoring --228-- WARNING: Serious error when reading debug info --228-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --228-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --228-- WARNING: Serious error when reading debug info --228-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --228-- Ignoring non-Dwarf2/3/4 block in .debug_info --228-- WARNING: Serious error when reading debug info --228-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --228-- Last block truncated in .debug_info; ignoring --228-- WARNING: Serious error when reading debug info --228-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --228-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --228-- WARNING: Serious error when reading debug info --228-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --228-- Ignoring non-Dwarf2/3/4 block in .debug_info --228-- WARNING: Serious error when reading debug info --228-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --228-- Last block truncated in .debug_info; ignoring --228-- WARNING: Serious error when reading debug info --228-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --228-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --228-- WARNING: Serious error when reading debug info --228-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --228-- Ignoring non-Dwarf2/3/4 block in .debug_info --228-- WARNING: Serious error when reading debug info --228-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --228-- Last block truncated in .debug_info; ignoring --228-- WARNING: Serious error when reading debug info --228-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --228-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==228== ==228== HEAP SUMMARY: ==228== in use at exit: 210,006 bytes in 510 blocks ==228== total heap usage: 137,243 allocs, 136,733 frees, 20,213,924 bytes allocated ==228== ==228== LEAK SUMMARY: ==228== definitely lost: 0 bytes in 0 blocks ==228== indirectly lost: 0 bytes in 0 blocks ==228== possibly lost: 96 bytes in 1 blocks ==228== still reachable: 198,944 bytes in 322 blocks ==228== of which reachable via heuristic: ==228== newarray : 1,536 bytes in 16 blocks ==228== suppressed: 10,966 bytes in 187 blocks ==228== Rerun with --leak-check=full to see details of leaked memory ==228== ==228== For counts of detected and suppressed errors, rerun with: -v ==228== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==245== Memcheck, a memory error detector ==245== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==245== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==245== Command: ./client-test Client::Source::file_event::LinkedItemsDefault::testLinkedItemsUpdateChild ==245== Parent PID: 96 ==245== --245-- WARNING: Serious error when reading debug info --245-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --245-- Ignoring non-Dwarf2/3/4 block in .debug_info --245-- WARNING: Serious error when reading debug info --245-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --245-- Last block truncated in .debug_info; ignoring --245-- WARNING: Serious error when reading debug info --245-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --245-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --245-- WARNING: Serious error when reading debug info --245-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --245-- Ignoring non-Dwarf2/3/4 block in .debug_info --245-- WARNING: Serious error when reading debug info --245-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --245-- Last block truncated in .debug_info; ignoring --245-- WARNING: Serious error when reading debug info --245-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --245-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --245-- WARNING: Serious error when reading debug info --245-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --245-- Ignoring non-Dwarf2/3/4 block in .debug_info --245-- WARNING: Serious error when reading debug info --245-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --245-- Last block truncated in .debug_info; ignoring --245-- WARNING: Serious error when reading debug info --245-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --245-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --245-- WARNING: Serious error when reading debug info --245-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --245-- Ignoring non-Dwarf2/3/4 block in .debug_info --245-- WARNING: Serious error when reading debug info --245-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --245-- Last block truncated in .debug_info; ignoring --245-- WARNING: Serious error when reading debug info --245-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --245-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --245-- WARNING: Serious error when reading debug info --245-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --245-- Ignoring non-Dwarf2/3/4 block in .debug_info --245-- WARNING: Serious error when reading debug info --245-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --245-- Last block truncated in .debug_info; ignoring --245-- WARNING: Serious error when reading debug info --245-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --245-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --245-- WARNING: Serious error when reading debug info --245-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --245-- Ignoring non-Dwarf2/3/4 block in .debug_info --245-- WARNING: Serious error when reading debug info --245-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --245-- Last block truncated in .debug_info; ignoring --245-- WARNING: Serious error when reading debug info --245-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --245-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --245-- WARNING: Serious error when reading debug info --245-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --245-- Ignoring non-Dwarf2/3/4 block in .debug_info --245-- WARNING: Serious error when reading debug info --245-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --245-- Last block truncated in .debug_info; ignoring --245-- WARNING: Serious error when reading debug info --245-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --245-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==245== ==245== HEAP SUMMARY: ==245== in use at exit: 210,006 bytes in 510 blocks ==245== total heap usage: 137,214 allocs, 136,704 frees, 20,209,072 bytes allocated ==245== ==245== LEAK SUMMARY: ==245== definitely lost: 0 bytes in 0 blocks ==245== indirectly lost: 0 bytes in 0 blocks ==245== possibly lost: 96 bytes in 1 blocks ==245== still reachable: 198,944 bytes in 322 blocks ==245== of which reachable via heuristic: ==245== newarray : 1,536 bytes in 16 blocks ==245== suppressed: 10,966 bytes in 187 blocks ==245== Rerun with --leak-check=full to see details of leaked memory ==245== ==245== For counts of detected and suppressed errors, rerun with: -v ==245== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==262== Memcheck, a memory error detector ==262== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==262== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==262== Command: ./client-test Client::Source::file_event::LinkedItemsDefault::testLinkedItemsInsertBothUpdateChild ==262== Parent PID: 96 ==262== --262-- WARNING: Serious error when reading debug info --262-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --262-- Ignoring non-Dwarf2/3/4 block in .debug_info --262-- WARNING: Serious error when reading debug info --262-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --262-- Last block truncated in .debug_info; ignoring --262-- WARNING: Serious error when reading debug info --262-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --262-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --262-- WARNING: Serious error when reading debug info --262-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --262-- Ignoring non-Dwarf2/3/4 block in .debug_info --262-- WARNING: Serious error when reading debug info --262-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --262-- Last block truncated in .debug_info; ignoring --262-- WARNING: Serious error when reading debug info --262-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --262-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --262-- WARNING: Serious error when reading debug info --262-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --262-- Ignoring non-Dwarf2/3/4 block in .debug_info --262-- WARNING: Serious error when reading debug info --262-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --262-- Last block truncated in .debug_info; ignoring --262-- WARNING: Serious error when reading debug info --262-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --262-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --262-- WARNING: Serious error when reading debug info --262-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --262-- Ignoring non-Dwarf2/3/4 block in .debug_info --262-- WARNING: Serious error when reading debug info --262-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --262-- Last block truncated in .debug_info; ignoring --262-- WARNING: Serious error when reading debug info --262-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --262-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --262-- WARNING: Serious error when reading debug info --262-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --262-- Ignoring non-Dwarf2/3/4 block in .debug_info --262-- WARNING: Serious error when reading debug info --262-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --262-- Last block truncated in .debug_info; ignoring --262-- WARNING: Serious error when reading debug info --262-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --262-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --262-- WARNING: Serious error when reading debug info --262-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --262-- Ignoring non-Dwarf2/3/4 block in .debug_info --262-- WARNING: Serious error when reading debug info --262-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --262-- Last block truncated in .debug_info; ignoring --262-- WARNING: Serious error when reading debug info --262-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --262-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --262-- WARNING: Serious error when reading debug info --262-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --262-- Ignoring non-Dwarf2/3/4 block in .debug_info --262-- WARNING: Serious error when reading debug info --262-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --262-- Last block truncated in .debug_info; ignoring --262-- WARNING: Serious error when reading debug info --262-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --262-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==262== ==262== HEAP SUMMARY: ==262== in use at exit: 210,006 bytes in 510 blocks ==262== total heap usage: 157,668 allocs, 157,158 frees, 22,717,842 bytes allocated ==262== ==262== LEAK SUMMARY: ==262== definitely lost: 0 bytes in 0 blocks ==262== indirectly lost: 0 bytes in 0 blocks ==262== possibly lost: 96 bytes in 1 blocks ==262== still reachable: 198,944 bytes in 322 blocks ==262== of which reachable via heuristic: ==262== newarray : 1,536 bytes in 16 blocks ==262== suppressed: 10,966 bytes in 187 blocks ==262== Rerun with --leak-check=full to see details of leaked memory ==262== ==262== For counts of detected and suppressed errors, rerun with: -v ==262== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==279== Memcheck, a memory error detector ==279== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==279== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==279== Command: ./client-test Client::Source::file_event::LinkedItemsDefault::testLinkedItemsInsertBothUpdateParent ==279== Parent PID: 96 ==279== --279-- WARNING: Serious error when reading debug info --279-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --279-- Ignoring non-Dwarf2/3/4 block in .debug_info --279-- WARNING: Serious error when reading debug info --279-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --279-- Last block truncated in .debug_info; ignoring --279-- WARNING: Serious error when reading debug info --279-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --279-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --279-- WARNING: Serious error when reading debug info --279-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --279-- Ignoring non-Dwarf2/3/4 block in .debug_info --279-- WARNING: Serious error when reading debug info --279-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --279-- Last block truncated in .debug_info; ignoring --279-- WARNING: Serious error when reading debug info --279-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --279-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --279-- WARNING: Serious error when reading debug info --279-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --279-- Ignoring non-Dwarf2/3/4 block in .debug_info --279-- WARNING: Serious error when reading debug info --279-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --279-- Last block truncated in .debug_info; ignoring --279-- WARNING: Serious error when reading debug info --279-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --279-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --279-- WARNING: Serious error when reading debug info --279-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --279-- Ignoring non-Dwarf2/3/4 block in .debug_info --279-- WARNING: Serious error when reading debug info --279-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --279-- Last block truncated in .debug_info; ignoring --279-- WARNING: Serious error when reading debug info --279-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --279-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --279-- WARNING: Serious error when reading debug info --279-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --279-- Ignoring non-Dwarf2/3/4 block in .debug_info --279-- WARNING: Serious error when reading debug info --279-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --279-- Last block truncated in .debug_info; ignoring --279-- WARNING: Serious error when reading debug info --279-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --279-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --279-- WARNING: Serious error when reading debug info --279-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --279-- Ignoring non-Dwarf2/3/4 block in .debug_info --279-- WARNING: Serious error when reading debug info --279-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --279-- Last block truncated in .debug_info; ignoring --279-- WARNING: Serious error when reading debug info --279-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --279-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --279-- WARNING: Serious error when reading debug info --279-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --279-- Ignoring non-Dwarf2/3/4 block in .debug_info --279-- WARNING: Serious error when reading debug info --279-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --279-- Last block truncated in .debug_info; ignoring --279-- WARNING: Serious error when reading debug info --279-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --279-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==279== ==279== HEAP SUMMARY: ==279== in use at exit: 210,006 bytes in 510 blocks ==279== total heap usage: 157,639 allocs, 157,129 frees, 22,713,558 bytes allocated ==279== ==279== LEAK SUMMARY: ==279== definitely lost: 0 bytes in 0 blocks ==279== indirectly lost: 0 bytes in 0 blocks ==279== possibly lost: 96 bytes in 1 blocks ==279== still reachable: 198,944 bytes in 322 blocks ==279== of which reachable via heuristic: ==279== newarray : 1,536 bytes in 16 blocks ==279== suppressed: 10,966 bytes in 187 blocks ==279== Rerun with --leak-check=full to see details of leaked memory ==279== ==279== For counts of detected and suppressed errors, rerun with: -v ==279== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==296== Memcheck, a memory error detector ==296== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==296== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==296== Command: ./client-test Client::Source::file_event::LinkedItemsDefault::testLinkedItemsSingle404 ==296== Parent PID: 96 ==296== --296-- WARNING: Serious error when reading debug info --296-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --296-- Ignoring non-Dwarf2/3/4 block in .debug_info --296-- WARNING: Serious error when reading debug info --296-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --296-- Last block truncated in .debug_info; ignoring --296-- WARNING: Serious error when reading debug info --296-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --296-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --296-- WARNING: Serious error when reading debug info --296-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --296-- Ignoring non-Dwarf2/3/4 block in .debug_info --296-- WARNING: Serious error when reading debug info --296-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --296-- Last block truncated in .debug_info; ignoring --296-- WARNING: Serious error when reading debug info --296-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --296-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --296-- WARNING: Serious error when reading debug info --296-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --296-- Ignoring non-Dwarf2/3/4 block in .debug_info --296-- WARNING: Serious error when reading debug info --296-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --296-- Last block truncated in .debug_info; ignoring --296-- WARNING: Serious error when reading debug info --296-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --296-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --296-- WARNING: Serious error when reading debug info --296-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --296-- Ignoring non-Dwarf2/3/4 block in .debug_info --296-- WARNING: Serious error when reading debug info --296-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --296-- Last block truncated in .debug_info; ignoring --296-- WARNING: Serious error when reading debug info --296-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --296-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --296-- WARNING: Serious error when reading debug info --296-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --296-- Ignoring non-Dwarf2/3/4 block in .debug_info --296-- WARNING: Serious error when reading debug info --296-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --296-- Last block truncated in .debug_info; ignoring --296-- WARNING: Serious error when reading debug info --296-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --296-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --296-- WARNING: Serious error when reading debug info --296-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --296-- Ignoring non-Dwarf2/3/4 block in .debug_info --296-- WARNING: Serious error when reading debug info --296-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --296-- Last block truncated in .debug_info; ignoring --296-- WARNING: Serious error when reading debug info --296-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --296-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --296-- WARNING: Serious error when reading debug info --296-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --296-- Ignoring non-Dwarf2/3/4 block in .debug_info --296-- WARNING: Serious error when reading debug info --296-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --296-- Last block truncated in .debug_info; ignoring --296-- WARNING: Serious error when reading debug info --296-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --296-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==296== ==296== HEAP SUMMARY: ==296== in use at exit: 210,006 bytes in 510 blocks ==296== total heap usage: 102,980 allocs, 102,470 frees, 15,845,095 bytes allocated ==296== ==296== LEAK SUMMARY: ==296== definitely lost: 0 bytes in 0 blocks ==296== indirectly lost: 0 bytes in 0 blocks ==296== possibly lost: 96 bytes in 1 blocks ==296== still reachable: 198,944 bytes in 322 blocks ==296== of which reachable via heuristic: ==296== newarray : 1,536 bytes in 16 blocks ==296== suppressed: 10,966 bytes in 187 blocks ==296== Rerun with --leak-check=full to see details of leaked memory ==296== ==296== For counts of detected and suppressed errors, rerun with: -v ==296== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==297== Memcheck, a memory error detector ==297== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==297== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==297== Command: ./client-test Client::Source::file_event::LinkedItemsDefault::testLinkedItemsMany404 ==297== Parent PID: 96 ==297== --297-- WARNING: Serious error when reading debug info --297-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --297-- Ignoring non-Dwarf2/3/4 block in .debug_info --297-- WARNING: Serious error when reading debug info --297-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --297-- Last block truncated in .debug_info; ignoring --297-- WARNING: Serious error when reading debug info --297-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --297-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --297-- WARNING: Serious error when reading debug info --297-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --297-- Ignoring non-Dwarf2/3/4 block in .debug_info --297-- WARNING: Serious error when reading debug info --297-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --297-- Last block truncated in .debug_info; ignoring --297-- WARNING: Serious error when reading debug info --297-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --297-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --297-- WARNING: Serious error when reading debug info --297-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --297-- Ignoring non-Dwarf2/3/4 block in .debug_info --297-- WARNING: Serious error when reading debug info --297-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --297-- Last block truncated in .debug_info; ignoring --297-- WARNING: Serious error when reading debug info --297-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --297-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --297-- WARNING: Serious error when reading debug info --297-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --297-- Ignoring non-Dwarf2/3/4 block in .debug_info --297-- WARNING: Serious error when reading debug info --297-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --297-- Last block truncated in .debug_info; ignoring --297-- WARNING: Serious error when reading debug info --297-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --297-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --297-- WARNING: Serious error when reading debug info --297-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --297-- Ignoring non-Dwarf2/3/4 block in .debug_info --297-- WARNING: Serious error when reading debug info --297-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --297-- Last block truncated in .debug_info; ignoring --297-- WARNING: Serious error when reading debug info --297-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --297-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --297-- WARNING: Serious error when reading debug info --297-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --297-- Ignoring non-Dwarf2/3/4 block in .debug_info --297-- WARNING: Serious error when reading debug info --297-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --297-- Last block truncated in .debug_info; ignoring --297-- WARNING: Serious error when reading debug info --297-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --297-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --297-- WARNING: Serious error when reading debug info --297-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --297-- Ignoring non-Dwarf2/3/4 block in .debug_info --297-- WARNING: Serious error when reading debug info --297-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --297-- Last block truncated in .debug_info; ignoring --297-- WARNING: Serious error when reading debug info --297-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --297-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==297== ==297== HEAP SUMMARY: ==297== in use at exit: 210,006 bytes in 510 blocks ==297== total heap usage: 116,410 allocs, 115,900 frees, 17,492,587 bytes allocated ==297== ==297== LEAK SUMMARY: ==297== definitely lost: 0 bytes in 0 blocks ==297== indirectly lost: 0 bytes in 0 blocks ==297== possibly lost: 96 bytes in 1 blocks ==297== still reachable: 198,944 bytes in 322 blocks ==297== of which reachable via heuristic: ==297== newarray : 1,536 bytes in 16 blocks ==297== suppressed: 10,966 bytes in 187 blocks ==297== Rerun with --leak-check=full to see details of leaked memory ==297== ==297== For counts of detected and suppressed errors, rerun with: -v ==297== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==298== Memcheck, a memory error detector ==298== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==298== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==298== Command: ./client-test Client::Source::file_event::LinkedItemsWithVALARM::testLinkedItemsParent ==298== Parent PID: 96 ==298== --298-- WARNING: Serious error when reading debug info --298-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --298-- Ignoring non-Dwarf2/3/4 block in .debug_info --298-- WARNING: Serious error when reading debug info --298-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --298-- Last block truncated in .debug_info; ignoring --298-- WARNING: Serious error when reading debug info --298-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --298-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --298-- WARNING: Serious error when reading debug info --298-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --298-- Ignoring non-Dwarf2/3/4 block in .debug_info --298-- WARNING: Serious error when reading debug info --298-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --298-- Last block truncated in .debug_info; ignoring --298-- WARNING: Serious error when reading debug info --298-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --298-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --298-- WARNING: Serious error when reading debug info --298-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --298-- Ignoring non-Dwarf2/3/4 block in .debug_info --298-- WARNING: Serious error when reading debug info --298-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --298-- Last block truncated in .debug_info; ignoring --298-- WARNING: Serious error when reading debug info --298-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --298-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --298-- WARNING: Serious error when reading debug info --298-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --298-- Ignoring non-Dwarf2/3/4 block in .debug_info --298-- WARNING: Serious error when reading debug info --298-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --298-- Last block truncated in .debug_info; ignoring --298-- WARNING: Serious error when reading debug info --298-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --298-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --298-- WARNING: Serious error when reading debug info --298-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --298-- Ignoring non-Dwarf2/3/4 block in .debug_info --298-- WARNING: Serious error when reading debug info --298-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --298-- Last block truncated in .debug_info; ignoring --298-- WARNING: Serious error when reading debug info --298-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --298-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --298-- WARNING: Serious error when reading debug info --298-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --298-- Ignoring non-Dwarf2/3/4 block in .debug_info --298-- WARNING: Serious error when reading debug info --298-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --298-- Last block truncated in .debug_info; ignoring --298-- WARNING: Serious error when reading debug info --298-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --298-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --298-- WARNING: Serious error when reading debug info --298-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --298-- Ignoring non-Dwarf2/3/4 block in .debug_info --298-- WARNING: Serious error when reading debug info --298-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --298-- Last block truncated in .debug_info; ignoring --298-- WARNING: Serious error when reading debug info --298-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --298-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==298== ==298== HEAP SUMMARY: ==298== in use at exit: 210,006 bytes in 510 blocks ==298== total heap usage: 130,075 allocs, 129,565 frees, 19,244,174 bytes allocated ==298== ==298== LEAK SUMMARY: ==298== definitely lost: 0 bytes in 0 blocks ==298== indirectly lost: 0 bytes in 0 blocks ==298== possibly lost: 96 bytes in 1 blocks ==298== still reachable: 198,944 bytes in 322 blocks ==298== of which reachable via heuristic: ==298== newarray : 1,536 bytes in 16 blocks ==298== suppressed: 10,966 bytes in 187 blocks ==298== Rerun with --leak-check=full to see details of leaked memory ==298== ==298== For counts of detected and suppressed errors, rerun with: -v ==298== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==307== Memcheck, a memory error detector ==307== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==307== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==307== Command: ./client-test Client::Source::file_event::LinkedItemsWithVALARM::testLinkedItemsChild ==307== Parent PID: 96 ==307== --307-- WARNING: Serious error when reading debug info --307-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --307-- Ignoring non-Dwarf2/3/4 block in .debug_info --307-- WARNING: Serious error when reading debug info --307-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --307-- Last block truncated in .debug_info; ignoring --307-- WARNING: Serious error when reading debug info --307-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --307-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --307-- WARNING: Serious error when reading debug info --307-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --307-- Ignoring non-Dwarf2/3/4 block in .debug_info --307-- WARNING: Serious error when reading debug info --307-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --307-- Last block truncated in .debug_info; ignoring --307-- WARNING: Serious error when reading debug info --307-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --307-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --307-- WARNING: Serious error when reading debug info --307-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --307-- Ignoring non-Dwarf2/3/4 block in .debug_info --307-- WARNING: Serious error when reading debug info --307-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --307-- Last block truncated in .debug_info; ignoring --307-- WARNING: Serious error when reading debug info --307-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --307-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --307-- WARNING: Serious error when reading debug info --307-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --307-- Ignoring non-Dwarf2/3/4 block in .debug_info --307-- WARNING: Serious error when reading debug info --307-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --307-- Last block truncated in .debug_info; ignoring --307-- WARNING: Serious error when reading debug info --307-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --307-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --307-- WARNING: Serious error when reading debug info --307-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --307-- Ignoring non-Dwarf2/3/4 block in .debug_info --307-- WARNING: Serious error when reading debug info --307-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --307-- Last block truncated in .debug_info; ignoring --307-- WARNING: Serious error when reading debug info --307-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --307-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --307-- WARNING: Serious error when reading debug info --307-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --307-- Ignoring non-Dwarf2/3/4 block in .debug_info --307-- WARNING: Serious error when reading debug info --307-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --307-- Last block truncated in .debug_info; ignoring --307-- WARNING: Serious error when reading debug info --307-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --307-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --307-- WARNING: Serious error when reading debug info --307-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --307-- Ignoring non-Dwarf2/3/4 block in .debug_info --307-- WARNING: Serious error when reading debug info --307-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --307-- Last block truncated in .debug_info; ignoring --307-- WARNING: Serious error when reading debug info --307-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --307-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==307== ==307== HEAP SUMMARY: ==307== in use at exit: 210,006 bytes in 510 blocks ==307== total heap usage: 129,941 allocs, 129,431 frees, 19,186,667 bytes allocated ==307== ==307== LEAK SUMMARY: ==307== definitely lost: 0 bytes in 0 blocks ==307== indirectly lost: 0 bytes in 0 blocks ==307== possibly lost: 96 bytes in 1 blocks ==307== still reachable: 198,944 bytes in 322 blocks ==307== of which reachable via heuristic: ==307== newarray : 1,536 bytes in 16 blocks ==307== suppressed: 10,966 bytes in 187 blocks ==307== Rerun with --leak-check=full to see details of leaked memory ==307== ==307== For counts of detected and suppressed errors, rerun with: -v ==307== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==316== Memcheck, a memory error detector ==316== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==316== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==316== Command: ./client-test Client::Source::file_event::LinkedItemsWithVALARM::testLinkedItemsParentChild ==316== Parent PID: 96 ==316== --316-- WARNING: Serious error when reading debug info --316-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --316-- Ignoring non-Dwarf2/3/4 block in .debug_info --316-- WARNING: Serious error when reading debug info --316-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --316-- Last block truncated in .debug_info; ignoring --316-- WARNING: Serious error when reading debug info --316-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --316-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --316-- WARNING: Serious error when reading debug info --316-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --316-- Ignoring non-Dwarf2/3/4 block in .debug_info --316-- WARNING: Serious error when reading debug info --316-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --316-- Last block truncated in .debug_info; ignoring --316-- WARNING: Serious error when reading debug info --316-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --316-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --316-- WARNING: Serious error when reading debug info --316-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --316-- Ignoring non-Dwarf2/3/4 block in .debug_info --316-- WARNING: Serious error when reading debug info --316-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --316-- Last block truncated in .debug_info; ignoring --316-- WARNING: Serious error when reading debug info --316-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --316-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --316-- WARNING: Serious error when reading debug info --316-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --316-- Ignoring non-Dwarf2/3/4 block in .debug_info --316-- WARNING: Serious error when reading debug info --316-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --316-- Last block truncated in .debug_info; ignoring --316-- WARNING: Serious error when reading debug info --316-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --316-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --316-- WARNING: Serious error when reading debug info --316-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --316-- Ignoring non-Dwarf2/3/4 block in .debug_info --316-- WARNING: Serious error when reading debug info --316-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --316-- Last block truncated in .debug_info; ignoring --316-- WARNING: Serious error when reading debug info --316-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --316-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --316-- WARNING: Serious error when reading debug info --316-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --316-- Ignoring non-Dwarf2/3/4 block in .debug_info --316-- WARNING: Serious error when reading debug info --316-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --316-- Last block truncated in .debug_info; ignoring --316-- WARNING: Serious error when reading debug info --316-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --316-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --316-- WARNING: Serious error when reading debug info --316-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --316-- Ignoring non-Dwarf2/3/4 block in .debug_info --316-- WARNING: Serious error when reading debug info --316-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --316-- Last block truncated in .debug_info; ignoring --316-- WARNING: Serious error when reading debug info --316-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --316-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==316== ==316== HEAP SUMMARY: ==316== in use at exit: 210,006 bytes in 510 blocks ==316== total heap usage: 143,556 allocs, 143,046 frees, 20,872,131 bytes allocated ==316== ==316== LEAK SUMMARY: ==316== definitely lost: 0 bytes in 0 blocks ==316== indirectly lost: 0 bytes in 0 blocks ==316== possibly lost: 96 bytes in 1 blocks ==316== still reachable: 198,944 bytes in 322 blocks ==316== of which reachable via heuristic: ==316== newarray : 1,536 bytes in 16 blocks ==316== suppressed: 10,966 bytes in 187 blocks ==316== Rerun with --leak-check=full to see details of leaked memory ==316== ==316== For counts of detected and suppressed errors, rerun with: -v ==316== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==325== Memcheck, a memory error detector ==325== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==325== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==325== Command: ./client-test Client::Source::file_event::LinkedItemsWithVALARM::testLinkedItemsChildParent ==325== Parent PID: 96 ==325== --325-- WARNING: Serious error when reading debug info --325-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --325-- Ignoring non-Dwarf2/3/4 block in .debug_info --325-- WARNING: Serious error when reading debug info --325-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --325-- Last block truncated in .debug_info; ignoring --325-- WARNING: Serious error when reading debug info --325-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --325-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --325-- WARNING: Serious error when reading debug info --325-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --325-- Ignoring non-Dwarf2/3/4 block in .debug_info --325-- WARNING: Serious error when reading debug info --325-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --325-- Last block truncated in .debug_info; ignoring --325-- WARNING: Serious error when reading debug info --325-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --325-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --325-- WARNING: Serious error when reading debug info --325-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --325-- Ignoring non-Dwarf2/3/4 block in .debug_info --325-- WARNING: Serious error when reading debug info --325-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --325-- Last block truncated in .debug_info; ignoring --325-- WARNING: Serious error when reading debug info --325-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --325-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --325-- WARNING: Serious error when reading debug info --325-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --325-- Ignoring non-Dwarf2/3/4 block in .debug_info --325-- WARNING: Serious error when reading debug info --325-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --325-- Last block truncated in .debug_info; ignoring --325-- WARNING: Serious error when reading debug info --325-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --325-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --325-- WARNING: Serious error when reading debug info --325-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --325-- Ignoring non-Dwarf2/3/4 block in .debug_info --325-- WARNING: Serious error when reading debug info --325-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --325-- Last block truncated in .debug_info; ignoring --325-- WARNING: Serious error when reading debug info --325-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --325-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --325-- WARNING: Serious error when reading debug info --325-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --325-- Ignoring non-Dwarf2/3/4 block in .debug_info --325-- WARNING: Serious error when reading debug info --325-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --325-- Last block truncated in .debug_info; ignoring --325-- WARNING: Serious error when reading debug info --325-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --325-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --325-- WARNING: Serious error when reading debug info --325-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --325-- Ignoring non-Dwarf2/3/4 block in .debug_info --325-- WARNING: Serious error when reading debug info --325-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --325-- Last block truncated in .debug_info; ignoring --325-- WARNING: Serious error when reading debug info --325-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --325-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==325== ==325== HEAP SUMMARY: ==325== in use at exit: 210,006 bytes in 510 blocks ==325== total heap usage: 136,964 allocs, 136,454 frees, 20,094,358 bytes allocated ==325== ==325== LEAK SUMMARY: ==325== definitely lost: 0 bytes in 0 blocks ==325== indirectly lost: 0 bytes in 0 blocks ==325== possibly lost: 96 bytes in 1 blocks ==325== still reachable: 198,944 bytes in 322 blocks ==325== of which reachable via heuristic: ==325== newarray : 1,536 bytes in 16 blocks ==325== suppressed: 10,966 bytes in 187 blocks ==325== Rerun with --leak-check=full to see details of leaked memory ==325== ==325== For counts of detected and suppressed errors, rerun with: -v ==325== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==334== Memcheck, a memory error detector ==334== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==334== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==334== Command: ./client-test Client::Source::file_event::LinkedItemsWithVALARM::testLinkedItemsChildChangesParent ==334== Parent PID: 96 ==334== --334-- WARNING: Serious error when reading debug info --334-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --334-- Ignoring non-Dwarf2/3/4 block in .debug_info --334-- WARNING: Serious error when reading debug info --334-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --334-- Last block truncated in .debug_info; ignoring --334-- WARNING: Serious error when reading debug info --334-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --334-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --334-- WARNING: Serious error when reading debug info --334-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --334-- Ignoring non-Dwarf2/3/4 block in .debug_info --334-- WARNING: Serious error when reading debug info --334-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --334-- Last block truncated in .debug_info; ignoring --334-- WARNING: Serious error when reading debug info --334-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --334-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --334-- WARNING: Serious error when reading debug info --334-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --334-- Ignoring non-Dwarf2/3/4 block in .debug_info --334-- WARNING: Serious error when reading debug info --334-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --334-- Last block truncated in .debug_info; ignoring --334-- WARNING: Serious error when reading debug info --334-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --334-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --334-- WARNING: Serious error when reading debug info --334-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --334-- Ignoring non-Dwarf2/3/4 block in .debug_info --334-- WARNING: Serious error when reading debug info --334-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --334-- Last block truncated in .debug_info; ignoring --334-- WARNING: Serious error when reading debug info --334-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --334-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --334-- WARNING: Serious error when reading debug info --334-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --334-- Ignoring non-Dwarf2/3/4 block in .debug_info --334-- WARNING: Serious error when reading debug info --334-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --334-- Last block truncated in .debug_info; ignoring --334-- WARNING: Serious error when reading debug info --334-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --334-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --334-- WARNING: Serious error when reading debug info --334-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --334-- Ignoring non-Dwarf2/3/4 block in .debug_info --334-- WARNING: Serious error when reading debug info --334-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --334-- Last block truncated in .debug_info; ignoring --334-- WARNING: Serious error when reading debug info --334-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --334-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --334-- WARNING: Serious error when reading debug info --334-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --334-- Ignoring non-Dwarf2/3/4 block in .debug_info --334-- WARNING: Serious error when reading debug info --334-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --334-- Last block truncated in .debug_info; ignoring --334-- WARNING: Serious error when reading debug info --334-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --334-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==334== ==334== HEAP SUMMARY: ==334== in use at exit: 210,006 bytes in 510 blocks ==334== total heap usage: 144,137 allocs, 143,627 frees, 21,071,678 bytes allocated ==334== ==334== LEAK SUMMARY: ==334== definitely lost: 0 bytes in 0 blocks ==334== indirectly lost: 0 bytes in 0 blocks ==334== possibly lost: 96 bytes in 1 blocks ==334== still reachable: 198,944 bytes in 322 blocks ==334== of which reachable via heuristic: ==334== newarray : 1,536 bytes in 16 blocks ==334== suppressed: 10,966 bytes in 187 blocks ==334== Rerun with --leak-check=full to see details of leaked memory ==334== ==334== For counts of detected and suppressed errors, rerun with: -v ==334== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==351== Memcheck, a memory error detector ==351== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==351== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==351== Command: ./client-test Client::Source::file_event::LinkedItemsWithVALARM::testLinkedItemsRemoveParentFirst ==351== Parent PID: 96 ==351== --351-- WARNING: Serious error when reading debug info --351-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --351-- Ignoring non-Dwarf2/3/4 block in .debug_info --351-- WARNING: Serious error when reading debug info --351-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --351-- Last block truncated in .debug_info; ignoring --351-- WARNING: Serious error when reading debug info --351-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --351-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --351-- WARNING: Serious error when reading debug info --351-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --351-- Ignoring non-Dwarf2/3/4 block in .debug_info --351-- WARNING: Serious error when reading debug info --351-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --351-- Last block truncated in .debug_info; ignoring --351-- WARNING: Serious error when reading debug info --351-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --351-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --351-- WARNING: Serious error when reading debug info --351-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --351-- Ignoring non-Dwarf2/3/4 block in .debug_info --351-- WARNING: Serious error when reading debug info --351-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --351-- Last block truncated in .debug_info; ignoring --351-- WARNING: Serious error when reading debug info --351-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --351-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --351-- WARNING: Serious error when reading debug info --351-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --351-- Ignoring non-Dwarf2/3/4 block in .debug_info --351-- WARNING: Serious error when reading debug info --351-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --351-- Last block truncated in .debug_info; ignoring --351-- WARNING: Serious error when reading debug info --351-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --351-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --351-- WARNING: Serious error when reading debug info --351-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --351-- Ignoring non-Dwarf2/3/4 block in .debug_info --351-- WARNING: Serious error when reading debug info --351-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --351-- Last block truncated in .debug_info; ignoring --351-- WARNING: Serious error when reading debug info --351-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --351-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --351-- WARNING: Serious error when reading debug info --351-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --351-- Ignoring non-Dwarf2/3/4 block in .debug_info --351-- WARNING: Serious error when reading debug info --351-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --351-- Last block truncated in .debug_info; ignoring --351-- WARNING: Serious error when reading debug info --351-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --351-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --351-- WARNING: Serious error when reading debug info --351-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --351-- Ignoring non-Dwarf2/3/4 block in .debug_info --351-- WARNING: Serious error when reading debug info --351-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --351-- Last block truncated in .debug_info; ignoring --351-- WARNING: Serious error when reading debug info --351-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --351-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==351== ==351== HEAP SUMMARY: ==351== in use at exit: 210,006 bytes in 510 blocks ==351== total heap usage: 150,638 allocs, 150,128 frees, 21,830,167 bytes allocated ==351== ==351== LEAK SUMMARY: ==351== definitely lost: 0 bytes in 0 blocks ==351== indirectly lost: 0 bytes in 0 blocks ==351== possibly lost: 96 bytes in 1 blocks ==351== still reachable: 198,944 bytes in 322 blocks ==351== of which reachable via heuristic: ==351== newarray : 1,536 bytes in 16 blocks ==351== suppressed: 10,966 bytes in 187 blocks ==351== Rerun with --leak-check=full to see details of leaked memory ==351== ==351== For counts of detected and suppressed errors, rerun with: -v ==351== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==368== Memcheck, a memory error detector ==368== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==368== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==368== Command: ./client-test Client::Source::file_event::LinkedItemsWithVALARM::testLinkedItemsRemoveNormal ==368== Parent PID: 96 ==368== --368-- WARNING: Serious error when reading debug info --368-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --368-- Ignoring non-Dwarf2/3/4 block in .debug_info --368-- WARNING: Serious error when reading debug info --368-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --368-- Last block truncated in .debug_info; ignoring --368-- WARNING: Serious error when reading debug info --368-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --368-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --368-- WARNING: Serious error when reading debug info --368-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --368-- Ignoring non-Dwarf2/3/4 block in .debug_info --368-- WARNING: Serious error when reading debug info --368-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --368-- Last block truncated in .debug_info; ignoring --368-- WARNING: Serious error when reading debug info --368-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --368-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --368-- WARNING: Serious error when reading debug info --368-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --368-- Ignoring non-Dwarf2/3/4 block in .debug_info --368-- WARNING: Serious error when reading debug info --368-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --368-- Last block truncated in .debug_info; ignoring --368-- WARNING: Serious error when reading debug info --368-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --368-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --368-- WARNING: Serious error when reading debug info --368-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --368-- Ignoring non-Dwarf2/3/4 block in .debug_info --368-- WARNING: Serious error when reading debug info --368-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --368-- Last block truncated in .debug_info; ignoring --368-- WARNING: Serious error when reading debug info --368-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --368-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --368-- WARNING: Serious error when reading debug info --368-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --368-- Ignoring non-Dwarf2/3/4 block in .debug_info --368-- WARNING: Serious error when reading debug info --368-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --368-- Last block truncated in .debug_info; ignoring --368-- WARNING: Serious error when reading debug info --368-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --368-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --368-- WARNING: Serious error when reading debug info --368-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --368-- Ignoring non-Dwarf2/3/4 block in .debug_info --368-- WARNING: Serious error when reading debug info --368-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --368-- Last block truncated in .debug_info; ignoring --368-- WARNING: Serious error when reading debug info --368-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --368-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --368-- WARNING: Serious error when reading debug info --368-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --368-- Ignoring non-Dwarf2/3/4 block in .debug_info --368-- WARNING: Serious error when reading debug info --368-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --368-- Last block truncated in .debug_info; ignoring --368-- WARNING: Serious error when reading debug info --368-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --368-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==368== ==368== HEAP SUMMARY: ==368== in use at exit: 210,006 bytes in 510 blocks ==368== total heap usage: 157,430 allocs, 156,920 frees, 22,641,065 bytes allocated ==368== ==368== LEAK SUMMARY: ==368== definitely lost: 0 bytes in 0 blocks ==368== indirectly lost: 0 bytes in 0 blocks ==368== possibly lost: 96 bytes in 1 blocks ==368== still reachable: 198,944 bytes in 322 blocks ==368== of which reachable via heuristic: ==368== newarray : 1,536 bytes in 16 blocks ==368== suppressed: 10,966 bytes in 187 blocks ==368== Rerun with --leak-check=full to see details of leaked memory ==368== ==368== For counts of detected and suppressed errors, rerun with: -v ==368== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==385== Memcheck, a memory error detector ==385== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==385== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==385== Command: ./client-test Client::Source::file_event::LinkedItemsWithVALARM::testLinkedItemsParentUpdate ==385== Parent PID: 96 ==385== --385-- WARNING: Serious error when reading debug info --385-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --385-- Ignoring non-Dwarf2/3/4 block in .debug_info --385-- WARNING: Serious error when reading debug info --385-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --385-- Last block truncated in .debug_info; ignoring --385-- WARNING: Serious error when reading debug info --385-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --385-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --385-- WARNING: Serious error when reading debug info --385-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --385-- Ignoring non-Dwarf2/3/4 block in .debug_info --385-- WARNING: Serious error when reading debug info --385-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --385-- Last block truncated in .debug_info; ignoring --385-- WARNING: Serious error when reading debug info --385-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --385-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --385-- WARNING: Serious error when reading debug info --385-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --385-- Ignoring non-Dwarf2/3/4 block in .debug_info --385-- WARNING: Serious error when reading debug info --385-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --385-- Last block truncated in .debug_info; ignoring --385-- WARNING: Serious error when reading debug info --385-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --385-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --385-- WARNING: Serious error when reading debug info --385-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --385-- Ignoring non-Dwarf2/3/4 block in .debug_info --385-- WARNING: Serious error when reading debug info --385-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --385-- Last block truncated in .debug_info; ignoring --385-- WARNING: Serious error when reading debug info --385-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --385-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --385-- WARNING: Serious error when reading debug info --385-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --385-- Ignoring non-Dwarf2/3/4 block in .debug_info --385-- WARNING: Serious error when reading debug info --385-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --385-- Last block truncated in .debug_info; ignoring --385-- WARNING: Serious error when reading debug info --385-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --385-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --385-- WARNING: Serious error when reading debug info --385-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --385-- Ignoring non-Dwarf2/3/4 block in .debug_info --385-- WARNING: Serious error when reading debug info --385-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --385-- Last block truncated in .debug_info; ignoring --385-- WARNING: Serious error when reading debug info --385-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --385-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --385-- WARNING: Serious error when reading debug info --385-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --385-- Ignoring non-Dwarf2/3/4 block in .debug_info --385-- WARNING: Serious error when reading debug info --385-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --385-- Last block truncated in .debug_info; ignoring --385-- WARNING: Serious error when reading debug info --385-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --385-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==385== ==385== HEAP SUMMARY: ==385== in use at exit: 210,006 bytes in 510 blocks ==385== total heap usage: 137,257 allocs, 136,747 frees, 20,220,539 bytes allocated ==385== ==385== LEAK SUMMARY: ==385== definitely lost: 0 bytes in 0 blocks ==385== indirectly lost: 0 bytes in 0 blocks ==385== possibly lost: 96 bytes in 1 blocks ==385== still reachable: 198,944 bytes in 322 blocks ==385== of which reachable via heuristic: ==385== newarray : 1,536 bytes in 16 blocks ==385== suppressed: 10,966 bytes in 187 blocks ==385== Rerun with --leak-check=full to see details of leaked memory ==385== ==385== For counts of detected and suppressed errors, rerun with: -v ==385== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==402== Memcheck, a memory error detector ==402== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==402== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==402== Command: ./client-test Client::Source::file_event::LinkedItemsWithVALARM::testLinkedItemsUpdateChild ==402== Parent PID: 96 ==402== --402-- WARNING: Serious error when reading debug info --402-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --402-- Ignoring non-Dwarf2/3/4 block in .debug_info --402-- WARNING: Serious error when reading debug info --402-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --402-- Last block truncated in .debug_info; ignoring --402-- WARNING: Serious error when reading debug info --402-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --402-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --402-- WARNING: Serious error when reading debug info --402-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --402-- Ignoring non-Dwarf2/3/4 block in .debug_info --402-- WARNING: Serious error when reading debug info --402-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --402-- Last block truncated in .debug_info; ignoring --402-- WARNING: Serious error when reading debug info --402-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --402-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --402-- WARNING: Serious error when reading debug info --402-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --402-- Ignoring non-Dwarf2/3/4 block in .debug_info --402-- WARNING: Serious error when reading debug info --402-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --402-- Last block truncated in .debug_info; ignoring --402-- WARNING: Serious error when reading debug info --402-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --402-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --402-- WARNING: Serious error when reading debug info --402-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --402-- Ignoring non-Dwarf2/3/4 block in .debug_info --402-- WARNING: Serious error when reading debug info --402-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --402-- Last block truncated in .debug_info; ignoring --402-- WARNING: Serious error when reading debug info --402-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --402-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --402-- WARNING: Serious error when reading debug info --402-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --402-- Ignoring non-Dwarf2/3/4 block in .debug_info --402-- WARNING: Serious error when reading debug info --402-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --402-- Last block truncated in .debug_info; ignoring --402-- WARNING: Serious error when reading debug info --402-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --402-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --402-- WARNING: Serious error when reading debug info --402-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --402-- Ignoring non-Dwarf2/3/4 block in .debug_info --402-- WARNING: Serious error when reading debug info --402-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --402-- Last block truncated in .debug_info; ignoring --402-- WARNING: Serious error when reading debug info --402-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --402-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --402-- WARNING: Serious error when reading debug info --402-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --402-- Ignoring non-Dwarf2/3/4 block in .debug_info --402-- WARNING: Serious error when reading debug info --402-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --402-- Last block truncated in .debug_info; ignoring --402-- WARNING: Serious error when reading debug info --402-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --402-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==402== ==402== HEAP SUMMARY: ==402== in use at exit: 210,006 bytes in 510 blocks ==402== total heap usage: 137,228 allocs, 136,718 frees, 20,215,690 bytes allocated ==402== ==402== LEAK SUMMARY: ==402== definitely lost: 0 bytes in 0 blocks ==402== indirectly lost: 0 bytes in 0 blocks ==402== possibly lost: 96 bytes in 1 blocks ==402== still reachable: 198,944 bytes in 322 blocks ==402== of which reachable via heuristic: ==402== newarray : 1,536 bytes in 16 blocks ==402== suppressed: 10,966 bytes in 187 blocks ==402== Rerun with --leak-check=full to see details of leaked memory ==402== ==402== For counts of detected and suppressed errors, rerun with: -v ==402== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==419== Memcheck, a memory error detector ==419== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==419== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==419== Command: ./client-test Client::Source::file_event::LinkedItemsWithVALARM::testLinkedItemsInsertBothUpdateChild ==419== Parent PID: 96 ==419== --419-- WARNING: Serious error when reading debug info --419-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --419-- Ignoring non-Dwarf2/3/4 block in .debug_info --419-- WARNING: Serious error when reading debug info --419-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --419-- Last block truncated in .debug_info; ignoring --419-- WARNING: Serious error when reading debug info --419-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --419-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --419-- WARNING: Serious error when reading debug info --419-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --419-- Ignoring non-Dwarf2/3/4 block in .debug_info --419-- WARNING: Serious error when reading debug info --419-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --419-- Last block truncated in .debug_info; ignoring --419-- WARNING: Serious error when reading debug info --419-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --419-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --419-- WARNING: Serious error when reading debug info --419-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --419-- Ignoring non-Dwarf2/3/4 block in .debug_info --419-- WARNING: Serious error when reading debug info --419-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --419-- Last block truncated in .debug_info; ignoring --419-- WARNING: Serious error when reading debug info --419-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --419-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --419-- WARNING: Serious error when reading debug info --419-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --419-- Ignoring non-Dwarf2/3/4 block in .debug_info --419-- WARNING: Serious error when reading debug info --419-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --419-- Last block truncated in .debug_info; ignoring --419-- WARNING: Serious error when reading debug info --419-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --419-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --419-- WARNING: Serious error when reading debug info --419-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --419-- Ignoring non-Dwarf2/3/4 block in .debug_info --419-- WARNING: Serious error when reading debug info --419-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --419-- Last block truncated in .debug_info; ignoring --419-- WARNING: Serious error when reading debug info --419-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --419-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --419-- WARNING: Serious error when reading debug info --419-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --419-- Ignoring non-Dwarf2/3/4 block in .debug_info --419-- WARNING: Serious error when reading debug info --419-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --419-- Last block truncated in .debug_info; ignoring --419-- WARNING: Serious error when reading debug info --419-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --419-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --419-- WARNING: Serious error when reading debug info --419-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --419-- Ignoring non-Dwarf2/3/4 block in .debug_info --419-- WARNING: Serious error when reading debug info --419-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --419-- Last block truncated in .debug_info; ignoring --419-- WARNING: Serious error when reading debug info --419-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --419-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==419== ==419== HEAP SUMMARY: ==419== in use at exit: 210,006 bytes in 510 blocks ==419== total heap usage: 157,681 allocs, 157,171 frees, 22,726,726 bytes allocated ==419== ==419== LEAK SUMMARY: ==419== definitely lost: 0 bytes in 0 blocks ==419== indirectly lost: 0 bytes in 0 blocks ==419== possibly lost: 96 bytes in 1 blocks ==419== still reachable: 198,944 bytes in 322 blocks ==419== of which reachable via heuristic: ==419== newarray : 1,536 bytes in 16 blocks ==419== suppressed: 10,966 bytes in 187 blocks ==419== Rerun with --leak-check=full to see details of leaked memory ==419== ==419== For counts of detected and suppressed errors, rerun with: -v ==419== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==436== Memcheck, a memory error detector ==436== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==436== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==436== Command: ./client-test Client::Source::file_event::LinkedItemsWithVALARM::testLinkedItemsInsertBothUpdateParent ==436== Parent PID: 96 ==436== --436-- WARNING: Serious error when reading debug info --436-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --436-- Ignoring non-Dwarf2/3/4 block in .debug_info --436-- WARNING: Serious error when reading debug info --436-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --436-- Last block truncated in .debug_info; ignoring --436-- WARNING: Serious error when reading debug info --436-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --436-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --436-- WARNING: Serious error when reading debug info --436-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --436-- Ignoring non-Dwarf2/3/4 block in .debug_info --436-- WARNING: Serious error when reading debug info --436-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --436-- Last block truncated in .debug_info; ignoring --436-- WARNING: Serious error when reading debug info --436-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --436-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --436-- WARNING: Serious error when reading debug info --436-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --436-- Ignoring non-Dwarf2/3/4 block in .debug_info --436-- WARNING: Serious error when reading debug info --436-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --436-- Last block truncated in .debug_info; ignoring --436-- WARNING: Serious error when reading debug info --436-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --436-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --436-- WARNING: Serious error when reading debug info --436-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --436-- Ignoring non-Dwarf2/3/4 block in .debug_info --436-- WARNING: Serious error when reading debug info --436-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --436-- Last block truncated in .debug_info; ignoring --436-- WARNING: Serious error when reading debug info --436-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --436-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --436-- WARNING: Serious error when reading debug info --436-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --436-- Ignoring non-Dwarf2/3/4 block in .debug_info --436-- WARNING: Serious error when reading debug info --436-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --436-- Last block truncated in .debug_info; ignoring --436-- WARNING: Serious error when reading debug info --436-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --436-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --436-- WARNING: Serious error when reading debug info --436-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --436-- Ignoring non-Dwarf2/3/4 block in .debug_info --436-- WARNING: Serious error when reading debug info --436-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --436-- Last block truncated in .debug_info; ignoring --436-- WARNING: Serious error when reading debug info --436-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --436-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --436-- WARNING: Serious error when reading debug info --436-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --436-- Ignoring non-Dwarf2/3/4 block in .debug_info --436-- WARNING: Serious error when reading debug info --436-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --436-- Last block truncated in .debug_info; ignoring --436-- WARNING: Serious error when reading debug info --436-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --436-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==436== ==436== HEAP SUMMARY: ==436== in use at exit: 210,006 bytes in 510 blocks ==436== total heap usage: 157,653 allocs, 157,143 frees, 22,722,597 bytes allocated ==436== ==436== LEAK SUMMARY: ==436== definitely lost: 0 bytes in 0 blocks ==436== indirectly lost: 0 bytes in 0 blocks ==436== possibly lost: 96 bytes in 1 blocks ==436== still reachable: 198,944 bytes in 322 blocks ==436== of which reachable via heuristic: ==436== newarray : 1,536 bytes in 16 blocks ==436== suppressed: 10,966 bytes in 187 blocks ==436== Rerun with --leak-check=full to see details of leaked memory ==436== ==436== For counts of detected and suppressed errors, rerun with: -v ==436== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==453== Memcheck, a memory error detector ==453== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==453== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==453== Command: ./client-test Client::Source::file_event::LinkedItemsAllDay::testLinkedItemsParent ==453== Parent PID: 96 ==453== --453-- WARNING: Serious error when reading debug info --453-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --453-- Ignoring non-Dwarf2/3/4 block in .debug_info --453-- WARNING: Serious error when reading debug info --453-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --453-- Last block truncated in .debug_info; ignoring --453-- WARNING: Serious error when reading debug info --453-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --453-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --453-- WARNING: Serious error when reading debug info --453-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --453-- Ignoring non-Dwarf2/3/4 block in .debug_info --453-- WARNING: Serious error when reading debug info --453-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --453-- Last block truncated in .debug_info; ignoring --453-- WARNING: Serious error when reading debug info --453-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --453-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --453-- WARNING: Serious error when reading debug info --453-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --453-- Ignoring non-Dwarf2/3/4 block in .debug_info --453-- WARNING: Serious error when reading debug info --453-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --453-- Last block truncated in .debug_info; ignoring --453-- WARNING: Serious error when reading debug info --453-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --453-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --453-- WARNING: Serious error when reading debug info --453-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --453-- Ignoring non-Dwarf2/3/4 block in .debug_info --453-- WARNING: Serious error when reading debug info --453-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --453-- Last block truncated in .debug_info; ignoring --453-- WARNING: Serious error when reading debug info --453-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --453-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --453-- WARNING: Serious error when reading debug info --453-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --453-- Ignoring non-Dwarf2/3/4 block in .debug_info --453-- WARNING: Serious error when reading debug info --453-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --453-- Last block truncated in .debug_info; ignoring --453-- WARNING: Serious error when reading debug info --453-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --453-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --453-- WARNING: Serious error when reading debug info --453-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --453-- Ignoring non-Dwarf2/3/4 block in .debug_info --453-- WARNING: Serious error when reading debug info --453-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --453-- Last block truncated in .debug_info; ignoring --453-- WARNING: Serious error when reading debug info --453-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --453-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --453-- WARNING: Serious error when reading debug info --453-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --453-- Ignoring non-Dwarf2/3/4 block in .debug_info --453-- WARNING: Serious error when reading debug info --453-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --453-- Last block truncated in .debug_info; ignoring --453-- WARNING: Serious error when reading debug info --453-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --453-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==453== ==453== HEAP SUMMARY: ==453== in use at exit: 210,006 bytes in 510 blocks ==453== total heap usage: 129,951 allocs, 129,441 frees, 19,177,126 bytes allocated ==453== ==453== LEAK SUMMARY: ==453== definitely lost: 0 bytes in 0 blocks ==453== indirectly lost: 0 bytes in 0 blocks ==453== possibly lost: 96 bytes in 1 blocks ==453== still reachable: 198,944 bytes in 322 blocks ==453== of which reachable via heuristic: ==453== newarray : 1,536 bytes in 16 blocks ==453== suppressed: 10,966 bytes in 187 blocks ==453== Rerun with --leak-check=full to see details of leaked memory ==453== ==453== For counts of detected and suppressed errors, rerun with: -v ==453== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==462== Memcheck, a memory error detector ==462== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==462== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==462== Command: ./client-test Client::Source::file_event::LinkedItemsAllDay::testLinkedItemsChild ==462== Parent PID: 96 ==462== --462-- WARNING: Serious error when reading debug info --462-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --462-- Ignoring non-Dwarf2/3/4 block in .debug_info --462-- WARNING: Serious error when reading debug info --462-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --462-- Last block truncated in .debug_info; ignoring --462-- WARNING: Serious error when reading debug info --462-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --462-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --462-- WARNING: Serious error when reading debug info --462-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --462-- Ignoring non-Dwarf2/3/4 block in .debug_info --462-- WARNING: Serious error when reading debug info --462-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --462-- Last block truncated in .debug_info; ignoring --462-- WARNING: Serious error when reading debug info --462-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --462-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --462-- WARNING: Serious error when reading debug info --462-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --462-- Ignoring non-Dwarf2/3/4 block in .debug_info --462-- WARNING: Serious error when reading debug info --462-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --462-- Last block truncated in .debug_info; ignoring --462-- WARNING: Serious error when reading debug info --462-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --462-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --462-- WARNING: Serious error when reading debug info --462-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --462-- Ignoring non-Dwarf2/3/4 block in .debug_info --462-- WARNING: Serious error when reading debug info --462-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --462-- Last block truncated in .debug_info; ignoring --462-- WARNING: Serious error when reading debug info --462-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --462-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --462-- WARNING: Serious error when reading debug info --462-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --462-- Ignoring non-Dwarf2/3/4 block in .debug_info --462-- WARNING: Serious error when reading debug info --462-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --462-- Last block truncated in .debug_info; ignoring --462-- WARNING: Serious error when reading debug info --462-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --462-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --462-- WARNING: Serious error when reading debug info --462-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --462-- Ignoring non-Dwarf2/3/4 block in .debug_info --462-- WARNING: Serious error when reading debug info --462-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --462-- Last block truncated in .debug_info; ignoring --462-- WARNING: Serious error when reading debug info --462-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --462-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --462-- WARNING: Serious error when reading debug info --462-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --462-- Ignoring non-Dwarf2/3/4 block in .debug_info --462-- WARNING: Serious error when reading debug info --462-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --462-- Last block truncated in .debug_info; ignoring --462-- WARNING: Serious error when reading debug info --462-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --462-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==462== ==462== HEAP SUMMARY: ==462== in use at exit: 210,006 bytes in 510 blocks ==462== total heap usage: 129,949 allocs, 129,439 frees, 19,176,693 bytes allocated ==462== ==462== LEAK SUMMARY: ==462== definitely lost: 0 bytes in 0 blocks ==462== indirectly lost: 0 bytes in 0 blocks ==462== possibly lost: 96 bytes in 1 blocks ==462== still reachable: 198,944 bytes in 322 blocks ==462== of which reachable via heuristic: ==462== newarray : 1,536 bytes in 16 blocks ==462== suppressed: 10,966 bytes in 187 blocks ==462== Rerun with --leak-check=full to see details of leaked memory ==462== ==462== For counts of detected and suppressed errors, rerun with: -v ==462== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==471== Memcheck, a memory error detector ==471== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==471== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==471== Command: ./client-test Client::Source::file_event::LinkedItemsAllDay::testLinkedItemsParentChild ==471== Parent PID: 96 ==471== --471-- WARNING: Serious error when reading debug info --471-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --471-- Ignoring non-Dwarf2/3/4 block in .debug_info --471-- WARNING: Serious error when reading debug info --471-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --471-- Last block truncated in .debug_info; ignoring --471-- WARNING: Serious error when reading debug info --471-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --471-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --471-- WARNING: Serious error when reading debug info --471-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --471-- Ignoring non-Dwarf2/3/4 block in .debug_info --471-- WARNING: Serious error when reading debug info --471-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --471-- Last block truncated in .debug_info; ignoring --471-- WARNING: Serious error when reading debug info --471-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --471-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --471-- WARNING: Serious error when reading debug info --471-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --471-- Ignoring non-Dwarf2/3/4 block in .debug_info --471-- WARNING: Serious error when reading debug info --471-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --471-- Last block truncated in .debug_info; ignoring --471-- WARNING: Serious error when reading debug info --471-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --471-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --471-- WARNING: Serious error when reading debug info --471-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --471-- Ignoring non-Dwarf2/3/4 block in .debug_info --471-- WARNING: Serious error when reading debug info --471-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --471-- Last block truncated in .debug_info; ignoring --471-- WARNING: Serious error when reading debug info --471-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --471-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --471-- WARNING: Serious error when reading debug info --471-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --471-- Ignoring non-Dwarf2/3/4 block in .debug_info --471-- WARNING: Serious error when reading debug info --471-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --471-- Last block truncated in .debug_info; ignoring --471-- WARNING: Serious error when reading debug info --471-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --471-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --471-- WARNING: Serious error when reading debug info --471-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --471-- Ignoring non-Dwarf2/3/4 block in .debug_info --471-- WARNING: Serious error when reading debug info --471-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --471-- Last block truncated in .debug_info; ignoring --471-- WARNING: Serious error when reading debug info --471-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --471-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --471-- WARNING: Serious error when reading debug info --471-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --471-- Ignoring non-Dwarf2/3/4 block in .debug_info --471-- WARNING: Serious error when reading debug info --471-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --471-- Last block truncated in .debug_info; ignoring --471-- WARNING: Serious error when reading debug info --471-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --471-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==471== ==471== HEAP SUMMARY: ==471== in use at exit: 210,006 bytes in 510 blocks ==471== total heap usage: 143,568 allocs, 143,058 frees, 20,853,274 bytes allocated ==471== ==471== LEAK SUMMARY: ==471== definitely lost: 0 bytes in 0 blocks ==471== indirectly lost: 0 bytes in 0 blocks ==471== possibly lost: 96 bytes in 1 blocks ==471== still reachable: 198,944 bytes in 322 blocks ==471== of which reachable via heuristic: ==471== newarray : 1,536 bytes in 16 blocks ==471== suppressed: 10,966 bytes in 187 blocks ==471== Rerun with --leak-check=full to see details of leaked memory ==471== ==471== For counts of detected and suppressed errors, rerun with: -v ==471== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==480== Memcheck, a memory error detector ==480== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==480== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==480== Command: ./client-test Client::Source::file_event::LinkedItemsAllDay::testLinkedItemsChildParent ==480== Parent PID: 96 ==480== --480-- WARNING: Serious error when reading debug info --480-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --480-- Ignoring non-Dwarf2/3/4 block in .debug_info --480-- WARNING: Serious error when reading debug info --480-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --480-- Last block truncated in .debug_info; ignoring --480-- WARNING: Serious error when reading debug info --480-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --480-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --480-- WARNING: Serious error when reading debug info --480-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --480-- Ignoring non-Dwarf2/3/4 block in .debug_info --480-- WARNING: Serious error when reading debug info --480-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --480-- Last block truncated in .debug_info; ignoring --480-- WARNING: Serious error when reading debug info --480-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --480-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --480-- WARNING: Serious error when reading debug info --480-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --480-- Ignoring non-Dwarf2/3/4 block in .debug_info --480-- WARNING: Serious error when reading debug info --480-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --480-- Last block truncated in .debug_info; ignoring --480-- WARNING: Serious error when reading debug info --480-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --480-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --480-- WARNING: Serious error when reading debug info --480-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --480-- Ignoring non-Dwarf2/3/4 block in .debug_info --480-- WARNING: Serious error when reading debug info --480-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --480-- Last block truncated in .debug_info; ignoring --480-- WARNING: Serious error when reading debug info --480-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --480-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --480-- WARNING: Serious error when reading debug info --480-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --480-- Ignoring non-Dwarf2/3/4 block in .debug_info --480-- WARNING: Serious error when reading debug info --480-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --480-- Last block truncated in .debug_info; ignoring --480-- WARNING: Serious error when reading debug info --480-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --480-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --480-- WARNING: Serious error when reading debug info --480-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --480-- Ignoring non-Dwarf2/3/4 block in .debug_info --480-- WARNING: Serious error when reading debug info --480-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --480-- Last block truncated in .debug_info; ignoring --480-- WARNING: Serious error when reading debug info --480-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --480-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --480-- WARNING: Serious error when reading debug info --480-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --480-- Ignoring non-Dwarf2/3/4 block in .debug_info --480-- WARNING: Serious error when reading debug info --480-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --480-- Last block truncated in .debug_info; ignoring --480-- WARNING: Serious error when reading debug info --480-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --480-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==480== ==480== HEAP SUMMARY: ==480== in use at exit: 210,006 bytes in 510 blocks ==480== total heap usage: 136,974 allocs, 136,464 frees, 20,075,325 bytes allocated ==480== ==480== LEAK SUMMARY: ==480== definitely lost: 0 bytes in 0 blocks ==480== indirectly lost: 0 bytes in 0 blocks ==480== possibly lost: 96 bytes in 1 blocks ==480== still reachable: 198,944 bytes in 322 blocks ==480== of which reachable via heuristic: ==480== newarray : 1,536 bytes in 16 blocks ==480== suppressed: 10,966 bytes in 187 blocks ==480== Rerun with --leak-check=full to see details of leaked memory ==480== ==480== For counts of detected and suppressed errors, rerun with: -v ==480== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==489== Memcheck, a memory error detector ==489== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==489== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==489== Command: ./client-test Client::Source::file_event::LinkedItemsAllDay::testLinkedItemsChildChangesParent ==489== Parent PID: 96 ==489== --489-- WARNING: Serious error when reading debug info --489-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --489-- Ignoring non-Dwarf2/3/4 block in .debug_info --489-- WARNING: Serious error when reading debug info --489-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --489-- Last block truncated in .debug_info; ignoring --489-- WARNING: Serious error when reading debug info --489-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --489-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --489-- WARNING: Serious error when reading debug info --489-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --489-- Ignoring non-Dwarf2/3/4 block in .debug_info --489-- WARNING: Serious error when reading debug info --489-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --489-- Last block truncated in .debug_info; ignoring --489-- WARNING: Serious error when reading debug info --489-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --489-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --489-- WARNING: Serious error when reading debug info --489-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --489-- Ignoring non-Dwarf2/3/4 block in .debug_info --489-- WARNING: Serious error when reading debug info --489-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --489-- Last block truncated in .debug_info; ignoring --489-- WARNING: Serious error when reading debug info --489-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --489-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --489-- WARNING: Serious error when reading debug info --489-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --489-- Ignoring non-Dwarf2/3/4 block in .debug_info --489-- WARNING: Serious error when reading debug info --489-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --489-- Last block truncated in .debug_info; ignoring --489-- WARNING: Serious error when reading debug info --489-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --489-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --489-- WARNING: Serious error when reading debug info --489-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --489-- Ignoring non-Dwarf2/3/4 block in .debug_info --489-- WARNING: Serious error when reading debug info --489-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --489-- Last block truncated in .debug_info; ignoring --489-- WARNING: Serious error when reading debug info --489-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --489-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --489-- WARNING: Serious error when reading debug info --489-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --489-- Ignoring non-Dwarf2/3/4 block in .debug_info --489-- WARNING: Serious error when reading debug info --489-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --489-- Last block truncated in .debug_info; ignoring --489-- WARNING: Serious error when reading debug info --489-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --489-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --489-- WARNING: Serious error when reading debug info --489-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --489-- Ignoring non-Dwarf2/3/4 block in .debug_info --489-- WARNING: Serious error when reading debug info --489-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --489-- Last block truncated in .debug_info; ignoring --489-- WARNING: Serious error when reading debug info --489-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --489-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==489== ==489== HEAP SUMMARY: ==489== in use at exit: 210,006 bytes in 510 blocks ==489== total heap usage: 144,146 allocs, 143,636 frees, 21,050,995 bytes allocated ==489== ==489== LEAK SUMMARY: ==489== definitely lost: 0 bytes in 0 blocks ==489== indirectly lost: 0 bytes in 0 blocks ==489== possibly lost: 96 bytes in 1 blocks ==489== still reachable: 198,944 bytes in 322 blocks ==489== of which reachable via heuristic: ==489== newarray : 1,536 bytes in 16 blocks ==489== suppressed: 10,966 bytes in 187 blocks ==489== Rerun with --leak-check=full to see details of leaked memory ==489== ==489== For counts of detected and suppressed errors, rerun with: -v ==489== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==506== Memcheck, a memory error detector ==506== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==506== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==506== Command: ./client-test Client::Source::file_event::LinkedItemsAllDay::testLinkedItemsRemoveParentFirst ==506== Parent PID: 96 ==506== --506-- WARNING: Serious error when reading debug info --506-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --506-- Ignoring non-Dwarf2/3/4 block in .debug_info --506-- WARNING: Serious error when reading debug info --506-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --506-- Last block truncated in .debug_info; ignoring --506-- WARNING: Serious error when reading debug info --506-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --506-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --506-- WARNING: Serious error when reading debug info --506-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --506-- Ignoring non-Dwarf2/3/4 block in .debug_info --506-- WARNING: Serious error when reading debug info --506-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --506-- Last block truncated in .debug_info; ignoring --506-- WARNING: Serious error when reading debug info --506-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --506-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --506-- WARNING: Serious error when reading debug info --506-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --506-- Ignoring non-Dwarf2/3/4 block in .debug_info --506-- WARNING: Serious error when reading debug info --506-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --506-- Last block truncated in .debug_info; ignoring --506-- WARNING: Serious error when reading debug info --506-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --506-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --506-- WARNING: Serious error when reading debug info --506-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --506-- Ignoring non-Dwarf2/3/4 block in .debug_info --506-- WARNING: Serious error when reading debug info --506-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --506-- Last block truncated in .debug_info; ignoring --506-- WARNING: Serious error when reading debug info --506-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --506-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --506-- WARNING: Serious error when reading debug info --506-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --506-- Ignoring non-Dwarf2/3/4 block in .debug_info --506-- WARNING: Serious error when reading debug info --506-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --506-- Last block truncated in .debug_info; ignoring --506-- WARNING: Serious error when reading debug info --506-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --506-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --506-- WARNING: Serious error when reading debug info --506-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --506-- Ignoring non-Dwarf2/3/4 block in .debug_info --506-- WARNING: Serious error when reading debug info --506-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --506-- Last block truncated in .debug_info; ignoring --506-- WARNING: Serious error when reading debug info --506-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --506-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --506-- WARNING: Serious error when reading debug info --506-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --506-- Ignoring non-Dwarf2/3/4 block in .debug_info --506-- WARNING: Serious error when reading debug info --506-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --506-- Last block truncated in .debug_info; ignoring --506-- WARNING: Serious error when reading debug info --506-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --506-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==506== ==506== HEAP SUMMARY: ==506== in use at exit: 210,006 bytes in 510 blocks ==506== total heap usage: 150,647 allocs, 150,137 frees, 21,809,468 bytes allocated ==506== ==506== LEAK SUMMARY: ==506== definitely lost: 0 bytes in 0 blocks ==506== indirectly lost: 0 bytes in 0 blocks ==506== possibly lost: 96 bytes in 1 blocks ==506== still reachable: 198,944 bytes in 322 blocks ==506== of which reachable via heuristic: ==506== newarray : 1,536 bytes in 16 blocks ==506== suppressed: 10,966 bytes in 187 blocks ==506== Rerun with --leak-check=full to see details of leaked memory ==506== ==506== For counts of detected and suppressed errors, rerun with: -v ==506== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==523== Memcheck, a memory error detector ==523== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==523== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==523== Command: ./client-test Client::Source::file_event::LinkedItemsAllDay::testLinkedItemsRemoveNormal ==523== Parent PID: 96 ==523== --523-- WARNING: Serious error when reading debug info --523-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --523-- Ignoring non-Dwarf2/3/4 block in .debug_info --523-- WARNING: Serious error when reading debug info --523-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --523-- Last block truncated in .debug_info; ignoring --523-- WARNING: Serious error when reading debug info --523-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --523-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --523-- WARNING: Serious error when reading debug info --523-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --523-- Ignoring non-Dwarf2/3/4 block in .debug_info --523-- WARNING: Serious error when reading debug info --523-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --523-- Last block truncated in .debug_info; ignoring --523-- WARNING: Serious error when reading debug info --523-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --523-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --523-- WARNING: Serious error when reading debug info --523-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --523-- Ignoring non-Dwarf2/3/4 block in .debug_info --523-- WARNING: Serious error when reading debug info --523-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --523-- Last block truncated in .debug_info; ignoring --523-- WARNING: Serious error when reading debug info --523-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --523-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --523-- WARNING: Serious error when reading debug info --523-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --523-- Ignoring non-Dwarf2/3/4 block in .debug_info --523-- WARNING: Serious error when reading debug info --523-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --523-- Last block truncated in .debug_info; ignoring --523-- WARNING: Serious error when reading debug info --523-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --523-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --523-- WARNING: Serious error when reading debug info --523-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --523-- Ignoring non-Dwarf2/3/4 block in .debug_info --523-- WARNING: Serious error when reading debug info --523-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --523-- Last block truncated in .debug_info; ignoring --523-- WARNING: Serious error when reading debug info --523-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --523-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --523-- WARNING: Serious error when reading debug info --523-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --523-- Ignoring non-Dwarf2/3/4 block in .debug_info --523-- WARNING: Serious error when reading debug info --523-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --523-- Last block truncated in .debug_info; ignoring --523-- WARNING: Serious error when reading debug info --523-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --523-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --523-- WARNING: Serious error when reading debug info --523-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --523-- Ignoring non-Dwarf2/3/4 block in .debug_info --523-- WARNING: Serious error when reading debug info --523-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --523-- Last block truncated in .debug_info; ignoring --523-- WARNING: Serious error when reading debug info --523-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --523-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==523== ==523== HEAP SUMMARY: ==523== in use at exit: 210,006 bytes in 510 blocks ==523== total heap usage: 157,434 allocs, 156,924 frees, 22,619,847 bytes allocated ==523== ==523== LEAK SUMMARY: ==523== definitely lost: 0 bytes in 0 blocks ==523== indirectly lost: 0 bytes in 0 blocks ==523== possibly lost: 96 bytes in 1 blocks ==523== still reachable: 198,944 bytes in 322 blocks ==523== of which reachable via heuristic: ==523== newarray : 1,536 bytes in 16 blocks ==523== suppressed: 10,966 bytes in 187 blocks ==523== Rerun with --leak-check=full to see details of leaked memory ==523== ==523== For counts of detected and suppressed errors, rerun with: -v ==523== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==540== Memcheck, a memory error detector ==540== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==540== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==540== Command: ./client-test Client::Source::file_event::LinkedItemsAllDay::testLinkedItemsParentUpdate ==540== Parent PID: 96 ==540== --540-- WARNING: Serious error when reading debug info --540-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --540-- Ignoring non-Dwarf2/3/4 block in .debug_info --540-- WARNING: Serious error when reading debug info --540-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --540-- Last block truncated in .debug_info; ignoring --540-- WARNING: Serious error when reading debug info --540-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --540-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --540-- WARNING: Serious error when reading debug info --540-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --540-- Ignoring non-Dwarf2/3/4 block in .debug_info --540-- WARNING: Serious error when reading debug info --540-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --540-- Last block truncated in .debug_info; ignoring --540-- WARNING: Serious error when reading debug info --540-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --540-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --540-- WARNING: Serious error when reading debug info --540-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --540-- Ignoring non-Dwarf2/3/4 block in .debug_info --540-- WARNING: Serious error when reading debug info --540-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --540-- Last block truncated in .debug_info; ignoring --540-- WARNING: Serious error when reading debug info --540-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --540-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --540-- WARNING: Serious error when reading debug info --540-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --540-- Ignoring non-Dwarf2/3/4 block in .debug_info --540-- WARNING: Serious error when reading debug info --540-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --540-- Last block truncated in .debug_info; ignoring --540-- WARNING: Serious error when reading debug info --540-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --540-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --540-- WARNING: Serious error when reading debug info --540-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --540-- Ignoring non-Dwarf2/3/4 block in .debug_info --540-- WARNING: Serious error when reading debug info --540-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --540-- Last block truncated in .debug_info; ignoring --540-- WARNING: Serious error when reading debug info --540-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --540-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --540-- WARNING: Serious error when reading debug info --540-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --540-- Ignoring non-Dwarf2/3/4 block in .debug_info --540-- WARNING: Serious error when reading debug info --540-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --540-- Last block truncated in .debug_info; ignoring --540-- WARNING: Serious error when reading debug info --540-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --540-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --540-- WARNING: Serious error when reading debug info --540-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --540-- Ignoring non-Dwarf2/3/4 block in .debug_info --540-- WARNING: Serious error when reading debug info --540-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --540-- Last block truncated in .debug_info; ignoring --540-- WARNING: Serious error when reading debug info --540-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --540-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==540== ==540== HEAP SUMMARY: ==540== in use at exit: 210,006 bytes in 510 blocks ==540== total heap usage: 137,267 allocs, 136,757 frees, 20,199,278 bytes allocated ==540== ==540== LEAK SUMMARY: ==540== definitely lost: 0 bytes in 0 blocks ==540== indirectly lost: 0 bytes in 0 blocks ==540== possibly lost: 96 bytes in 1 blocks ==540== still reachable: 198,944 bytes in 322 blocks ==540== of which reachable via heuristic: ==540== newarray : 1,536 bytes in 16 blocks ==540== suppressed: 10,966 bytes in 187 blocks ==540== Rerun with --leak-check=full to see details of leaked memory ==540== ==540== For counts of detected and suppressed errors, rerun with: -v ==540== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==557== Memcheck, a memory error detector ==557== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==557== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==557== Command: ./client-test Client::Source::file_event::LinkedItemsAllDay::testLinkedItemsUpdateChild ==557== Parent PID: 96 ==557== --557-- WARNING: Serious error when reading debug info --557-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --557-- Ignoring non-Dwarf2/3/4 block in .debug_info --557-- WARNING: Serious error when reading debug info --557-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --557-- Last block truncated in .debug_info; ignoring --557-- WARNING: Serious error when reading debug info --557-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --557-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --557-- WARNING: Serious error when reading debug info --557-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --557-- Ignoring non-Dwarf2/3/4 block in .debug_info --557-- WARNING: Serious error when reading debug info --557-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --557-- Last block truncated in .debug_info; ignoring --557-- WARNING: Serious error when reading debug info --557-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --557-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --557-- WARNING: Serious error when reading debug info --557-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --557-- Ignoring non-Dwarf2/3/4 block in .debug_info --557-- WARNING: Serious error when reading debug info --557-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --557-- Last block truncated in .debug_info; ignoring --557-- WARNING: Serious error when reading debug info --557-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --557-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --557-- WARNING: Serious error when reading debug info --557-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --557-- Ignoring non-Dwarf2/3/4 block in .debug_info --557-- WARNING: Serious error when reading debug info --557-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --557-- Last block truncated in .debug_info; ignoring --557-- WARNING: Serious error when reading debug info --557-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --557-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --557-- WARNING: Serious error when reading debug info --557-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --557-- Ignoring non-Dwarf2/3/4 block in .debug_info --557-- WARNING: Serious error when reading debug info --557-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --557-- Last block truncated in .debug_info; ignoring --557-- WARNING: Serious error when reading debug info --557-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --557-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --557-- WARNING: Serious error when reading debug info --557-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --557-- Ignoring non-Dwarf2/3/4 block in .debug_info --557-- WARNING: Serious error when reading debug info --557-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --557-- Last block truncated in .debug_info; ignoring --557-- WARNING: Serious error when reading debug info --557-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --557-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --557-- WARNING: Serious error when reading debug info --557-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --557-- Ignoring non-Dwarf2/3/4 block in .debug_info --557-- WARNING: Serious error when reading debug info --557-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --557-- Last block truncated in .debug_info; ignoring --557-- WARNING: Serious error when reading debug info --557-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --557-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==557== ==557== HEAP SUMMARY: ==557== in use at exit: 210,006 bytes in 510 blocks ==557== total heap usage: 137,237 allocs, 136,727 frees, 20,194,004 bytes allocated ==557== ==557== LEAK SUMMARY: ==557== definitely lost: 0 bytes in 0 blocks ==557== indirectly lost: 0 bytes in 0 blocks ==557== possibly lost: 96 bytes in 1 blocks ==557== still reachable: 198,944 bytes in 322 blocks ==557== of which reachable via heuristic: ==557== newarray : 1,536 bytes in 16 blocks ==557== suppressed: 10,966 bytes in 187 blocks ==557== Rerun with --leak-check=full to see details of leaked memory ==557== ==557== For counts of detected and suppressed errors, rerun with: -v ==557== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==574== Memcheck, a memory error detector ==574== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==574== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==574== Command: ./client-test Client::Source::file_event::LinkedItemsAllDay::testLinkedItemsInsertBothUpdateChild ==574== Parent PID: 96 ==574== --574-- WARNING: Serious error when reading debug info --574-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --574-- Ignoring non-Dwarf2/3/4 block in .debug_info --574-- WARNING: Serious error when reading debug info --574-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --574-- Last block truncated in .debug_info; ignoring --574-- WARNING: Serious error when reading debug info --574-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --574-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --574-- WARNING: Serious error when reading debug info --574-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --574-- Ignoring non-Dwarf2/3/4 block in .debug_info --574-- WARNING: Serious error when reading debug info --574-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --574-- Last block truncated in .debug_info; ignoring --574-- WARNING: Serious error when reading debug info --574-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --574-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --574-- WARNING: Serious error when reading debug info --574-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --574-- Ignoring non-Dwarf2/3/4 block in .debug_info --574-- WARNING: Serious error when reading debug info --574-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --574-- Last block truncated in .debug_info; ignoring --574-- WARNING: Serious error when reading debug info --574-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --574-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --574-- WARNING: Serious error when reading debug info --574-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --574-- Ignoring non-Dwarf2/3/4 block in .debug_info --574-- WARNING: Serious error when reading debug info --574-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --574-- Last block truncated in .debug_info; ignoring --574-- WARNING: Serious error when reading debug info --574-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --574-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --574-- WARNING: Serious error when reading debug info --574-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --574-- Ignoring non-Dwarf2/3/4 block in .debug_info --574-- WARNING: Serious error when reading debug info --574-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --574-- Last block truncated in .debug_info; ignoring --574-- WARNING: Serious error when reading debug info --574-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --574-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --574-- WARNING: Serious error when reading debug info --574-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --574-- Ignoring non-Dwarf2/3/4 block in .debug_info --574-- WARNING: Serious error when reading debug info --574-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --574-- Last block truncated in .debug_info; ignoring --574-- WARNING: Serious error when reading debug info --574-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --574-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --574-- WARNING: Serious error when reading debug info --574-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --574-- Ignoring non-Dwarf2/3/4 block in .debug_info --574-- WARNING: Serious error when reading debug info --574-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --574-- Last block truncated in .debug_info; ignoring --574-- WARNING: Serious error when reading debug info --574-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --574-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==574== ==574== HEAP SUMMARY: ==574== in use at exit: 210,006 bytes in 510 blocks ==574== total heap usage: 157,692 allocs, 157,182 frees, 22,694,549 bytes allocated ==574== ==574== LEAK SUMMARY: ==574== definitely lost: 0 bytes in 0 blocks ==574== indirectly lost: 0 bytes in 0 blocks ==574== possibly lost: 96 bytes in 1 blocks ==574== still reachable: 198,944 bytes in 322 blocks ==574== of which reachable via heuristic: ==574== newarray : 1,536 bytes in 16 blocks ==574== suppressed: 10,966 bytes in 187 blocks ==574== Rerun with --leak-check=full to see details of leaked memory ==574== ==574== For counts of detected and suppressed errors, rerun with: -v ==574== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==591== Memcheck, a memory error detector ==591== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==591== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==591== Command: ./client-test Client::Source::file_event::LinkedItemsAllDay::testLinkedItemsInsertBothUpdateParent ==591== Parent PID: 96 ==591== --591-- WARNING: Serious error when reading debug info --591-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --591-- Ignoring non-Dwarf2/3/4 block in .debug_info --591-- WARNING: Serious error when reading debug info --591-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --591-- Last block truncated in .debug_info; ignoring --591-- WARNING: Serious error when reading debug info --591-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --591-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --591-- WARNING: Serious error when reading debug info --591-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --591-- Ignoring non-Dwarf2/3/4 block in .debug_info --591-- WARNING: Serious error when reading debug info --591-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --591-- Last block truncated in .debug_info; ignoring --591-- WARNING: Serious error when reading debug info --591-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --591-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --591-- WARNING: Serious error when reading debug info --591-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --591-- Ignoring non-Dwarf2/3/4 block in .debug_info --591-- WARNING: Serious error when reading debug info --591-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --591-- Last block truncated in .debug_info; ignoring --591-- WARNING: Serious error when reading debug info --591-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --591-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --591-- WARNING: Serious error when reading debug info --591-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --591-- Ignoring non-Dwarf2/3/4 block in .debug_info --591-- WARNING: Serious error when reading debug info --591-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --591-- Last block truncated in .debug_info; ignoring --591-- WARNING: Serious error when reading debug info --591-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --591-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --591-- WARNING: Serious error when reading debug info --591-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --591-- Ignoring non-Dwarf2/3/4 block in .debug_info --591-- WARNING: Serious error when reading debug info --591-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --591-- Last block truncated in .debug_info; ignoring --591-- WARNING: Serious error when reading debug info --591-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --591-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --591-- WARNING: Serious error when reading debug info --591-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --591-- Ignoring non-Dwarf2/3/4 block in .debug_info --591-- WARNING: Serious error when reading debug info --591-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --591-- Last block truncated in .debug_info; ignoring --591-- WARNING: Serious error when reading debug info --591-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --591-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --591-- WARNING: Serious error when reading debug info --591-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --591-- Ignoring non-Dwarf2/3/4 block in .debug_info --591-- WARNING: Serious error when reading debug info --591-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --591-- Last block truncated in .debug_info; ignoring --591-- WARNING: Serious error when reading debug info --591-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --591-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==591== ==591== HEAP SUMMARY: ==591== in use at exit: 210,006 bytes in 510 blocks ==591== total heap usage: 157,661 allocs, 157,151 frees, 22,690,342 bytes allocated ==591== ==591== LEAK SUMMARY: ==591== definitely lost: 0 bytes in 0 blocks ==591== indirectly lost: 0 bytes in 0 blocks ==591== possibly lost: 96 bytes in 1 blocks ==591== still reachable: 198,944 bytes in 322 blocks ==591== of which reachable via heuristic: ==591== newarray : 1,536 bytes in 16 blocks ==591== suppressed: 10,966 bytes in 187 blocks ==591== Rerun with --leak-check=full to see details of leaked memory ==591== ==591== For counts of detected and suppressed errors, rerun with: -v ==591== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==608== Memcheck, a memory error detector ==608== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==608== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==608== Command: ./client-test Client::Source::file_event::LinkedItemsNoTZ::testLinkedItemsParent ==608== Parent PID: 96 ==608== --608-- WARNING: Serious error when reading debug info --608-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --608-- Ignoring non-Dwarf2/3/4 block in .debug_info --608-- WARNING: Serious error when reading debug info --608-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --608-- Last block truncated in .debug_info; ignoring --608-- WARNING: Serious error when reading debug info --608-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --608-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --608-- WARNING: Serious error when reading debug info --608-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --608-- Ignoring non-Dwarf2/3/4 block in .debug_info --608-- WARNING: Serious error when reading debug info --608-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --608-- Last block truncated in .debug_info; ignoring --608-- WARNING: Serious error when reading debug info --608-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --608-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --608-- WARNING: Serious error when reading debug info --608-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --608-- Ignoring non-Dwarf2/3/4 block in .debug_info --608-- WARNING: Serious error when reading debug info --608-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --608-- Last block truncated in .debug_info; ignoring --608-- WARNING: Serious error when reading debug info --608-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --608-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --608-- WARNING: Serious error when reading debug info --608-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --608-- Ignoring non-Dwarf2/3/4 block in .debug_info --608-- WARNING: Serious error when reading debug info --608-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --608-- Last block truncated in .debug_info; ignoring --608-- WARNING: Serious error when reading debug info --608-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --608-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --608-- WARNING: Serious error when reading debug info --608-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --608-- Ignoring non-Dwarf2/3/4 block in .debug_info --608-- WARNING: Serious error when reading debug info --608-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --608-- Last block truncated in .debug_info; ignoring --608-- WARNING: Serious error when reading debug info --608-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --608-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --608-- WARNING: Serious error when reading debug info --608-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --608-- Ignoring non-Dwarf2/3/4 block in .debug_info --608-- WARNING: Serious error when reading debug info --608-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --608-- Last block truncated in .debug_info; ignoring --608-- WARNING: Serious error when reading debug info --608-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --608-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --608-- WARNING: Serious error when reading debug info --608-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --608-- Ignoring non-Dwarf2/3/4 block in .debug_info --608-- WARNING: Serious error when reading debug info --608-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --608-- Last block truncated in .debug_info; ignoring --608-- WARNING: Serious error when reading debug info --608-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --608-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==608== ==608== HEAP SUMMARY: ==608== in use at exit: 210,006 bytes in 510 blocks ==608== total heap usage: 129,963 allocs, 129,453 frees, 19,177,705 bytes allocated ==608== ==608== LEAK SUMMARY: ==608== definitely lost: 0 bytes in 0 blocks ==608== indirectly lost: 0 bytes in 0 blocks ==608== possibly lost: 96 bytes in 1 blocks ==608== still reachable: 198,944 bytes in 322 blocks ==608== of which reachable via heuristic: ==608== newarray : 1,536 bytes in 16 blocks ==608== suppressed: 10,966 bytes in 187 blocks ==608== Rerun with --leak-check=full to see details of leaked memory ==608== ==608== For counts of detected and suppressed errors, rerun with: -v ==608== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==617== Memcheck, a memory error detector ==617== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==617== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==617== Command: ./client-test Client::Source::file_event::LinkedItemsNoTZ::testLinkedItemsChild ==617== Parent PID: 96 ==617== --617-- WARNING: Serious error when reading debug info --617-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --617-- Ignoring non-Dwarf2/3/4 block in .debug_info --617-- WARNING: Serious error when reading debug info --617-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --617-- Last block truncated in .debug_info; ignoring --617-- WARNING: Serious error when reading debug info --617-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --617-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --617-- WARNING: Serious error when reading debug info --617-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --617-- Ignoring non-Dwarf2/3/4 block in .debug_info --617-- WARNING: Serious error when reading debug info --617-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --617-- Last block truncated in .debug_info; ignoring --617-- WARNING: Serious error when reading debug info --617-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --617-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --617-- WARNING: Serious error when reading debug info --617-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --617-- Ignoring non-Dwarf2/3/4 block in .debug_info --617-- WARNING: Serious error when reading debug info --617-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --617-- Last block truncated in .debug_info; ignoring --617-- WARNING: Serious error when reading debug info --617-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --617-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --617-- WARNING: Serious error when reading debug info --617-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --617-- Ignoring non-Dwarf2/3/4 block in .debug_info --617-- WARNING: Serious error when reading debug info --617-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --617-- Last block truncated in .debug_info; ignoring --617-- WARNING: Serious error when reading debug info --617-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --617-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --617-- WARNING: Serious error when reading debug info --617-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --617-- Ignoring non-Dwarf2/3/4 block in .debug_info --617-- WARNING: Serious error when reading debug info --617-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --617-- Last block truncated in .debug_info; ignoring --617-- WARNING: Serious error when reading debug info --617-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --617-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --617-- WARNING: Serious error when reading debug info --617-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --617-- Ignoring non-Dwarf2/3/4 block in .debug_info --617-- WARNING: Serious error when reading debug info --617-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --617-- Last block truncated in .debug_info; ignoring --617-- WARNING: Serious error when reading debug info --617-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --617-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --617-- WARNING: Serious error when reading debug info --617-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --617-- Ignoring non-Dwarf2/3/4 block in .debug_info --617-- WARNING: Serious error when reading debug info --617-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --617-- Last block truncated in .debug_info; ignoring --617-- WARNING: Serious error when reading debug info --617-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --617-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==617== ==617== HEAP SUMMARY: ==617== in use at exit: 210,006 bytes in 510 blocks ==617== total heap usage: 129,964 allocs, 129,454 frees, 19,177,318 bytes allocated ==617== ==617== LEAK SUMMARY: ==617== definitely lost: 0 bytes in 0 blocks ==617== indirectly lost: 0 bytes in 0 blocks ==617== possibly lost: 96 bytes in 1 blocks ==617== still reachable: 198,944 bytes in 322 blocks ==617== of which reachable via heuristic: ==617== newarray : 1,536 bytes in 16 blocks ==617== suppressed: 10,966 bytes in 187 blocks ==617== Rerun with --leak-check=full to see details of leaked memory ==617== ==617== For counts of detected and suppressed errors, rerun with: -v ==617== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==626== Memcheck, a memory error detector ==626== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==626== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==626== Command: ./client-test Client::Source::file_event::LinkedItemsNoTZ::testLinkedItemsParentChild ==626== Parent PID: 96 ==626== --626-- WARNING: Serious error when reading debug info --626-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --626-- Ignoring non-Dwarf2/3/4 block in .debug_info --626-- WARNING: Serious error when reading debug info --626-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --626-- Last block truncated in .debug_info; ignoring --626-- WARNING: Serious error when reading debug info --626-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --626-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --626-- WARNING: Serious error when reading debug info --626-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --626-- Ignoring non-Dwarf2/3/4 block in .debug_info --626-- WARNING: Serious error when reading debug info --626-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --626-- Last block truncated in .debug_info; ignoring --626-- WARNING: Serious error when reading debug info --626-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --626-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --626-- WARNING: Serious error when reading debug info --626-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --626-- Ignoring non-Dwarf2/3/4 block in .debug_info --626-- WARNING: Serious error when reading debug info --626-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --626-- Last block truncated in .debug_info; ignoring --626-- WARNING: Serious error when reading debug info --626-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --626-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --626-- WARNING: Serious error when reading debug info --626-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --626-- Ignoring non-Dwarf2/3/4 block in .debug_info --626-- WARNING: Serious error when reading debug info --626-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --626-- Last block truncated in .debug_info; ignoring --626-- WARNING: Serious error when reading debug info --626-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --626-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --626-- WARNING: Serious error when reading debug info --626-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --626-- Ignoring non-Dwarf2/3/4 block in .debug_info --626-- WARNING: Serious error when reading debug info --626-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --626-- Last block truncated in .debug_info; ignoring --626-- WARNING: Serious error when reading debug info --626-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --626-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --626-- WARNING: Serious error when reading debug info --626-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --626-- Ignoring non-Dwarf2/3/4 block in .debug_info --626-- WARNING: Serious error when reading debug info --626-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --626-- Last block truncated in .debug_info; ignoring --626-- WARNING: Serious error when reading debug info --626-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --626-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --626-- WARNING: Serious error when reading debug info --626-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --626-- Ignoring non-Dwarf2/3/4 block in .debug_info --626-- WARNING: Serious error when reading debug info --626-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --626-- Last block truncated in .debug_info; ignoring --626-- WARNING: Serious error when reading debug info --626-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --626-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==626== ==626== HEAP SUMMARY: ==626== in use at exit: 210,006 bytes in 510 blocks ==626== total heap usage: 143,580 allocs, 143,070 frees, 20,853,517 bytes allocated ==626== ==626== LEAK SUMMARY: ==626== definitely lost: 0 bytes in 0 blocks ==626== indirectly lost: 0 bytes in 0 blocks ==626== possibly lost: 96 bytes in 1 blocks ==626== still reachable: 198,944 bytes in 322 blocks ==626== of which reachable via heuristic: ==626== newarray : 1,536 bytes in 16 blocks ==626== suppressed: 10,966 bytes in 187 blocks ==626== Rerun with --leak-check=full to see details of leaked memory ==626== ==626== For counts of detected and suppressed errors, rerun with: -v ==626== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==635== Memcheck, a memory error detector ==635== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==635== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==635== Command: ./client-test Client::Source::file_event::LinkedItemsNoTZ::testLinkedItemsChildParent ==635== Parent PID: 96 ==635== --635-- WARNING: Serious error when reading debug info --635-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --635-- Ignoring non-Dwarf2/3/4 block in .debug_info --635-- WARNING: Serious error when reading debug info --635-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --635-- Last block truncated in .debug_info; ignoring --635-- WARNING: Serious error when reading debug info --635-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --635-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --635-- WARNING: Serious error when reading debug info --635-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --635-- Ignoring non-Dwarf2/3/4 block in .debug_info --635-- WARNING: Serious error when reading debug info --635-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --635-- Last block truncated in .debug_info; ignoring --635-- WARNING: Serious error when reading debug info --635-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --635-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --635-- WARNING: Serious error when reading debug info --635-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --635-- Ignoring non-Dwarf2/3/4 block in .debug_info --635-- WARNING: Serious error when reading debug info --635-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --635-- Last block truncated in .debug_info; ignoring --635-- WARNING: Serious error when reading debug info --635-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --635-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --635-- WARNING: Serious error when reading debug info --635-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --635-- Ignoring non-Dwarf2/3/4 block in .debug_info --635-- WARNING: Serious error when reading debug info --635-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --635-- Last block truncated in .debug_info; ignoring --635-- WARNING: Serious error when reading debug info --635-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --635-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --635-- WARNING: Serious error when reading debug info --635-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --635-- Ignoring non-Dwarf2/3/4 block in .debug_info --635-- WARNING: Serious error when reading debug info --635-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --635-- Last block truncated in .debug_info; ignoring --635-- WARNING: Serious error when reading debug info --635-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --635-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --635-- WARNING: Serious error when reading debug info --635-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --635-- Ignoring non-Dwarf2/3/4 block in .debug_info --635-- WARNING: Serious error when reading debug info --635-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --635-- Last block truncated in .debug_info; ignoring --635-- WARNING: Serious error when reading debug info --635-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --635-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --635-- WARNING: Serious error when reading debug info --635-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --635-- Ignoring non-Dwarf2/3/4 block in .debug_info --635-- WARNING: Serious error when reading debug info --635-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --635-- Last block truncated in .debug_info; ignoring --635-- WARNING: Serious error when reading debug info --635-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --635-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==635== ==635== HEAP SUMMARY: ==635== in use at exit: 210,006 bytes in 510 blocks ==635== total heap usage: 136,986 allocs, 136,476 frees, 20,075,476 bytes allocated ==635== ==635== LEAK SUMMARY: ==635== definitely lost: 0 bytes in 0 blocks ==635== indirectly lost: 0 bytes in 0 blocks ==635== possibly lost: 96 bytes in 1 blocks ==635== still reachable: 198,944 bytes in 322 blocks ==635== of which reachable via heuristic: ==635== newarray : 1,536 bytes in 16 blocks ==635== suppressed: 10,966 bytes in 187 blocks ==635== Rerun with --leak-check=full to see details of leaked memory ==635== ==635== For counts of detected and suppressed errors, rerun with: -v ==635== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==644== Memcheck, a memory error detector ==644== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==644== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==644== Command: ./client-test Client::Source::file_event::LinkedItemsNoTZ::testLinkedItemsChildChangesParent ==644== Parent PID: 96 ==644== --644-- WARNING: Serious error when reading debug info --644-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --644-- Ignoring non-Dwarf2/3/4 block in .debug_info --644-- WARNING: Serious error when reading debug info --644-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --644-- Last block truncated in .debug_info; ignoring --644-- WARNING: Serious error when reading debug info --644-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --644-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --644-- WARNING: Serious error when reading debug info --644-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --644-- Ignoring non-Dwarf2/3/4 block in .debug_info --644-- WARNING: Serious error when reading debug info --644-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --644-- Last block truncated in .debug_info; ignoring --644-- WARNING: Serious error when reading debug info --644-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --644-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --644-- WARNING: Serious error when reading debug info --644-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --644-- Ignoring non-Dwarf2/3/4 block in .debug_info --644-- WARNING: Serious error when reading debug info --644-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --644-- Last block truncated in .debug_info; ignoring --644-- WARNING: Serious error when reading debug info --644-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --644-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --644-- WARNING: Serious error when reading debug info --644-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --644-- Ignoring non-Dwarf2/3/4 block in .debug_info --644-- WARNING: Serious error when reading debug info --644-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --644-- Last block truncated in .debug_info; ignoring --644-- WARNING: Serious error when reading debug info --644-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --644-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --644-- WARNING: Serious error when reading debug info --644-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --644-- Ignoring non-Dwarf2/3/4 block in .debug_info --644-- WARNING: Serious error when reading debug info --644-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --644-- Last block truncated in .debug_info; ignoring --644-- WARNING: Serious error when reading debug info --644-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --644-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --644-- WARNING: Serious error when reading debug info --644-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --644-- Ignoring non-Dwarf2/3/4 block in .debug_info --644-- WARNING: Serious error when reading debug info --644-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --644-- Last block truncated in .debug_info; ignoring --644-- WARNING: Serious error when reading debug info --644-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --644-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --644-- WARNING: Serious error when reading debug info --644-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --644-- Ignoring non-Dwarf2/3/4 block in .debug_info --644-- WARNING: Serious error when reading debug info --644-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --644-- Last block truncated in .debug_info; ignoring --644-- WARNING: Serious error when reading debug info --644-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --644-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==644== ==644== HEAP SUMMARY: ==644== in use at exit: 210,006 bytes in 510 blocks ==644== total heap usage: 144,158 allocs, 143,648 frees, 21,051,084 bytes allocated ==644== ==644== LEAK SUMMARY: ==644== definitely lost: 0 bytes in 0 blocks ==644== indirectly lost: 0 bytes in 0 blocks ==644== possibly lost: 96 bytes in 1 blocks ==644== still reachable: 198,944 bytes in 322 blocks ==644== of which reachable via heuristic: ==644== newarray : 1,536 bytes in 16 blocks ==644== suppressed: 10,966 bytes in 187 blocks ==644== Rerun with --leak-check=full to see details of leaked memory ==644== ==644== For counts of detected and suppressed errors, rerun with: -v ==644== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==661== Memcheck, a memory error detector ==661== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==661== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==661== Command: ./client-test Client::Source::file_event::LinkedItemsNoTZ::testLinkedItemsRemoveParentFirst ==661== Parent PID: 96 ==661== --661-- WARNING: Serious error when reading debug info --661-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --661-- Ignoring non-Dwarf2/3/4 block in .debug_info --661-- WARNING: Serious error when reading debug info --661-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --661-- Last block truncated in .debug_info; ignoring --661-- WARNING: Serious error when reading debug info --661-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --661-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --661-- WARNING: Serious error when reading debug info --661-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --661-- Ignoring non-Dwarf2/3/4 block in .debug_info --661-- WARNING: Serious error when reading debug info --661-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --661-- Last block truncated in .debug_info; ignoring --661-- WARNING: Serious error when reading debug info --661-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --661-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --661-- WARNING: Serious error when reading debug info --661-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --661-- Ignoring non-Dwarf2/3/4 block in .debug_info --661-- WARNING: Serious error when reading debug info --661-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --661-- Last block truncated in .debug_info; ignoring --661-- WARNING: Serious error when reading debug info --661-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --661-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --661-- WARNING: Serious error when reading debug info --661-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --661-- Ignoring non-Dwarf2/3/4 block in .debug_info --661-- WARNING: Serious error when reading debug info --661-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --661-- Last block truncated in .debug_info; ignoring --661-- WARNING: Serious error when reading debug info --661-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --661-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --661-- WARNING: Serious error when reading debug info --661-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --661-- Ignoring non-Dwarf2/3/4 block in .debug_info --661-- WARNING: Serious error when reading debug info --661-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --661-- Last block truncated in .debug_info; ignoring --661-- WARNING: Serious error when reading debug info --661-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --661-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --661-- WARNING: Serious error when reading debug info --661-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --661-- Ignoring non-Dwarf2/3/4 block in .debug_info --661-- WARNING: Serious error when reading debug info --661-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --661-- Last block truncated in .debug_info; ignoring --661-- WARNING: Serious error when reading debug info --661-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --661-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --661-- WARNING: Serious error when reading debug info --661-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --661-- Ignoring non-Dwarf2/3/4 block in .debug_info --661-- WARNING: Serious error when reading debug info --661-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --661-- Last block truncated in .debug_info; ignoring --661-- WARNING: Serious error when reading debug info --661-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --661-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==661== ==661== HEAP SUMMARY: ==661== in use at exit: 210,006 bytes in 510 blocks ==661== total heap usage: 150,659 allocs, 150,149 frees, 21,809,549 bytes allocated ==661== ==661== LEAK SUMMARY: ==661== definitely lost: 0 bytes in 0 blocks ==661== indirectly lost: 0 bytes in 0 blocks ==661== possibly lost: 96 bytes in 1 blocks ==661== still reachable: 198,944 bytes in 322 blocks ==661== of which reachable via heuristic: ==661== newarray : 1,536 bytes in 16 blocks ==661== suppressed: 10,966 bytes in 187 blocks ==661== Rerun with --leak-check=full to see details of leaked memory ==661== ==661== For counts of detected and suppressed errors, rerun with: -v ==661== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==678== Memcheck, a memory error detector ==678== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==678== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==678== Command: ./client-test Client::Source::file_event::LinkedItemsNoTZ::testLinkedItemsRemoveNormal ==678== Parent PID: 96 ==678== --678-- WARNING: Serious error when reading debug info --678-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --678-- Ignoring non-Dwarf2/3/4 block in .debug_info --678-- WARNING: Serious error when reading debug info --678-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --678-- Last block truncated in .debug_info; ignoring --678-- WARNING: Serious error when reading debug info --678-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --678-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --678-- WARNING: Serious error when reading debug info --678-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --678-- Ignoring non-Dwarf2/3/4 block in .debug_info --678-- WARNING: Serious error when reading debug info --678-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --678-- Last block truncated in .debug_info; ignoring --678-- WARNING: Serious error when reading debug info --678-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --678-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --678-- WARNING: Serious error when reading debug info --678-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --678-- Ignoring non-Dwarf2/3/4 block in .debug_info --678-- WARNING: Serious error when reading debug info --678-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --678-- Last block truncated in .debug_info; ignoring --678-- WARNING: Serious error when reading debug info --678-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --678-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --678-- WARNING: Serious error when reading debug info --678-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --678-- Ignoring non-Dwarf2/3/4 block in .debug_info --678-- WARNING: Serious error when reading debug info --678-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --678-- Last block truncated in .debug_info; ignoring --678-- WARNING: Serious error when reading debug info --678-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --678-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --678-- WARNING: Serious error when reading debug info --678-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --678-- Ignoring non-Dwarf2/3/4 block in .debug_info --678-- WARNING: Serious error when reading debug info --678-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --678-- Last block truncated in .debug_info; ignoring --678-- WARNING: Serious error when reading debug info --678-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --678-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --678-- WARNING: Serious error when reading debug info --678-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --678-- Ignoring non-Dwarf2/3/4 block in .debug_info --678-- WARNING: Serious error when reading debug info --678-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --678-- Last block truncated in .debug_info; ignoring --678-- WARNING: Serious error when reading debug info --678-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --678-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --678-- WARNING: Serious error when reading debug info --678-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --678-- Ignoring non-Dwarf2/3/4 block in .debug_info --678-- WARNING: Serious error when reading debug info --678-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --678-- Last block truncated in .debug_info; ignoring --678-- WARNING: Serious error when reading debug info --678-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --678-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==678== ==678== HEAP SUMMARY: ==678== in use at exit: 210,006 bytes in 510 blocks ==678== total heap usage: 157,451 allocs, 156,941 frees, 22,620,460 bytes allocated ==678== ==678== LEAK SUMMARY: ==678== definitely lost: 0 bytes in 0 blocks ==678== indirectly lost: 0 bytes in 0 blocks ==678== possibly lost: 96 bytes in 1 blocks ==678== still reachable: 198,944 bytes in 322 blocks ==678== of which reachable via heuristic: ==678== newarray : 1,536 bytes in 16 blocks ==678== suppressed: 10,966 bytes in 187 blocks ==678== Rerun with --leak-check=full to see details of leaked memory ==678== ==678== For counts of detected and suppressed errors, rerun with: -v ==678== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==695== Memcheck, a memory error detector ==695== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==695== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==695== Command: ./client-test Client::Source::file_event::LinkedItemsNoTZ::testLinkedItemsParentUpdate ==695== Parent PID: 96 ==695== --695-- WARNING: Serious error when reading debug info --695-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --695-- Ignoring non-Dwarf2/3/4 block in .debug_info --695-- WARNING: Serious error when reading debug info --695-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --695-- Last block truncated in .debug_info; ignoring --695-- WARNING: Serious error when reading debug info --695-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --695-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --695-- WARNING: Serious error when reading debug info --695-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --695-- Ignoring non-Dwarf2/3/4 block in .debug_info --695-- WARNING: Serious error when reading debug info --695-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --695-- Last block truncated in .debug_info; ignoring --695-- WARNING: Serious error when reading debug info --695-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --695-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --695-- WARNING: Serious error when reading debug info --695-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --695-- Ignoring non-Dwarf2/3/4 block in .debug_info --695-- WARNING: Serious error when reading debug info --695-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --695-- Last block truncated in .debug_info; ignoring --695-- WARNING: Serious error when reading debug info --695-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --695-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --695-- WARNING: Serious error when reading debug info --695-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --695-- Ignoring non-Dwarf2/3/4 block in .debug_info --695-- WARNING: Serious error when reading debug info --695-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --695-- Last block truncated in .debug_info; ignoring --695-- WARNING: Serious error when reading debug info --695-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --695-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --695-- WARNING: Serious error when reading debug info --695-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --695-- Ignoring non-Dwarf2/3/4 block in .debug_info --695-- WARNING: Serious error when reading debug info --695-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --695-- Last block truncated in .debug_info; ignoring --695-- WARNING: Serious error when reading debug info --695-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --695-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --695-- WARNING: Serious error when reading debug info --695-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --695-- Ignoring non-Dwarf2/3/4 block in .debug_info --695-- WARNING: Serious error when reading debug info --695-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --695-- Last block truncated in .debug_info; ignoring --695-- WARNING: Serious error when reading debug info --695-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --695-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --695-- WARNING: Serious error when reading debug info --695-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --695-- Ignoring non-Dwarf2/3/4 block in .debug_info --695-- WARNING: Serious error when reading debug info --695-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --695-- Last block truncated in .debug_info; ignoring --695-- WARNING: Serious error when reading debug info --695-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --695-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==695== ==695== HEAP SUMMARY: ==695== in use at exit: 210,006 bytes in 510 blocks ==695== total heap usage: 137,279 allocs, 136,769 frees, 20,199,564 bytes allocated ==695== ==695== LEAK SUMMARY: ==695== definitely lost: 0 bytes in 0 blocks ==695== indirectly lost: 0 bytes in 0 blocks ==695== possibly lost: 96 bytes in 1 blocks ==695== still reachable: 198,944 bytes in 322 blocks ==695== of which reachable via heuristic: ==695== newarray : 1,536 bytes in 16 blocks ==695== suppressed: 10,966 bytes in 187 blocks ==695== Rerun with --leak-check=full to see details of leaked memory ==695== ==695== For counts of detected and suppressed errors, rerun with: -v ==695== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==712== Memcheck, a memory error detector ==712== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==712== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==712== Command: ./client-test Client::Source::file_event::LinkedItemsNoTZ::testLinkedItemsUpdateChild ==712== Parent PID: 96 ==712== --712-- WARNING: Serious error when reading debug info --712-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --712-- Ignoring non-Dwarf2/3/4 block in .debug_info --712-- WARNING: Serious error when reading debug info --712-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --712-- Last block truncated in .debug_info; ignoring --712-- WARNING: Serious error when reading debug info --712-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --712-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --712-- WARNING: Serious error when reading debug info --712-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --712-- Ignoring non-Dwarf2/3/4 block in .debug_info --712-- WARNING: Serious error when reading debug info --712-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --712-- Last block truncated in .debug_info; ignoring --712-- WARNING: Serious error when reading debug info --712-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --712-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --712-- WARNING: Serious error when reading debug info --712-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --712-- Ignoring non-Dwarf2/3/4 block in .debug_info --712-- WARNING: Serious error when reading debug info --712-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --712-- Last block truncated in .debug_info; ignoring --712-- WARNING: Serious error when reading debug info --712-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --712-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --712-- WARNING: Serious error when reading debug info --712-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --712-- Ignoring non-Dwarf2/3/4 block in .debug_info --712-- WARNING: Serious error when reading debug info --712-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --712-- Last block truncated in .debug_info; ignoring --712-- WARNING: Serious error when reading debug info --712-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --712-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --712-- WARNING: Serious error when reading debug info --712-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --712-- Ignoring non-Dwarf2/3/4 block in .debug_info --712-- WARNING: Serious error when reading debug info --712-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --712-- Last block truncated in .debug_info; ignoring --712-- WARNING: Serious error when reading debug info --712-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --712-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --712-- WARNING: Serious error when reading debug info --712-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --712-- Ignoring non-Dwarf2/3/4 block in .debug_info --712-- WARNING: Serious error when reading debug info --712-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --712-- Last block truncated in .debug_info; ignoring --712-- WARNING: Serious error when reading debug info --712-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --712-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --712-- WARNING: Serious error when reading debug info --712-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --712-- Ignoring non-Dwarf2/3/4 block in .debug_info --712-- WARNING: Serious error when reading debug info --712-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --712-- Last block truncated in .debug_info; ignoring --712-- WARNING: Serious error when reading debug info --712-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --712-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==712== ==712== HEAP SUMMARY: ==712== in use at exit: 210,006 bytes in 510 blocks ==712== total heap usage: 137,250 allocs, 136,740 frees, 20,194,063 bytes allocated ==712== ==712== LEAK SUMMARY: ==712== definitely lost: 0 bytes in 0 blocks ==712== indirectly lost: 0 bytes in 0 blocks ==712== possibly lost: 96 bytes in 1 blocks ==712== still reachable: 198,944 bytes in 322 blocks ==712== of which reachable via heuristic: ==712== newarray : 1,536 bytes in 16 blocks ==712== suppressed: 10,966 bytes in 187 blocks ==712== Rerun with --leak-check=full to see details of leaked memory ==712== ==712== For counts of detected and suppressed errors, rerun with: -v ==712== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==729== Memcheck, a memory error detector ==729== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==729== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==729== Command: ./client-test Client::Source::file_event::LinkedItemsNoTZ::testLinkedItemsInsertBothUpdateChild ==729== Parent PID: 96 ==729== --729-- WARNING: Serious error when reading debug info --729-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --729-- Ignoring non-Dwarf2/3/4 block in .debug_info --729-- WARNING: Serious error when reading debug info --729-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --729-- Last block truncated in .debug_info; ignoring --729-- WARNING: Serious error when reading debug info --729-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --729-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --729-- WARNING: Serious error when reading debug info --729-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --729-- Ignoring non-Dwarf2/3/4 block in .debug_info --729-- WARNING: Serious error when reading debug info --729-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --729-- Last block truncated in .debug_info; ignoring --729-- WARNING: Serious error when reading debug info --729-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --729-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --729-- WARNING: Serious error when reading debug info --729-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --729-- Ignoring non-Dwarf2/3/4 block in .debug_info --729-- WARNING: Serious error when reading debug info --729-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --729-- Last block truncated in .debug_info; ignoring --729-- WARNING: Serious error when reading debug info --729-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --729-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --729-- WARNING: Serious error when reading debug info --729-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --729-- Ignoring non-Dwarf2/3/4 block in .debug_info --729-- WARNING: Serious error when reading debug info --729-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --729-- Last block truncated in .debug_info; ignoring --729-- WARNING: Serious error when reading debug info --729-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --729-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --729-- WARNING: Serious error when reading debug info --729-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --729-- Ignoring non-Dwarf2/3/4 block in .debug_info --729-- WARNING: Serious error when reading debug info --729-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --729-- Last block truncated in .debug_info; ignoring --729-- WARNING: Serious error when reading debug info --729-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --729-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --729-- WARNING: Serious error when reading debug info --729-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --729-- Ignoring non-Dwarf2/3/4 block in .debug_info --729-- WARNING: Serious error when reading debug info --729-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --729-- Last block truncated in .debug_info; ignoring --729-- WARNING: Serious error when reading debug info --729-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --729-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --729-- WARNING: Serious error when reading debug info --729-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --729-- Ignoring non-Dwarf2/3/4 block in .debug_info --729-- WARNING: Serious error when reading debug info --729-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --729-- Last block truncated in .debug_info; ignoring --729-- WARNING: Serious error when reading debug info --729-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --729-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==729== ==729== HEAP SUMMARY: ==729== in use at exit: 210,006 bytes in 510 blocks ==729== total heap usage: 157,702 allocs, 157,192 frees, 22,694,109 bytes allocated ==729== ==729== LEAK SUMMARY: ==729== definitely lost: 0 bytes in 0 blocks ==729== indirectly lost: 0 bytes in 0 blocks ==729== possibly lost: 96 bytes in 1 blocks ==729== still reachable: 198,944 bytes in 322 blocks ==729== of which reachable via heuristic: ==729== newarray : 1,536 bytes in 16 blocks ==729== suppressed: 10,966 bytes in 187 blocks ==729== Rerun with --leak-check=full to see details of leaked memory ==729== ==729== For counts of detected and suppressed errors, rerun with: -v ==729== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==746== Memcheck, a memory error detector ==746== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==746== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==746== Command: ./client-test Client::Source::file_event::LinkedItemsNoTZ::testLinkedItemsInsertBothUpdateParent ==746== Parent PID: 96 ==746== --746-- WARNING: Serious error when reading debug info --746-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --746-- Ignoring non-Dwarf2/3/4 block in .debug_info --746-- WARNING: Serious error when reading debug info --746-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --746-- Last block truncated in .debug_info; ignoring --746-- WARNING: Serious error when reading debug info --746-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --746-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --746-- WARNING: Serious error when reading debug info --746-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --746-- Ignoring non-Dwarf2/3/4 block in .debug_info --746-- WARNING: Serious error when reading debug info --746-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --746-- Last block truncated in .debug_info; ignoring --746-- WARNING: Serious error when reading debug info --746-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --746-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --746-- WARNING: Serious error when reading debug info --746-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --746-- Ignoring non-Dwarf2/3/4 block in .debug_info --746-- WARNING: Serious error when reading debug info --746-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --746-- Last block truncated in .debug_info; ignoring --746-- WARNING: Serious error when reading debug info --746-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --746-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --746-- WARNING: Serious error when reading debug info --746-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --746-- Ignoring non-Dwarf2/3/4 block in .debug_info --746-- WARNING: Serious error when reading debug info --746-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --746-- Last block truncated in .debug_info; ignoring --746-- WARNING: Serious error when reading debug info --746-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --746-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --746-- WARNING: Serious error when reading debug info --746-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --746-- Ignoring non-Dwarf2/3/4 block in .debug_info --746-- WARNING: Serious error when reading debug info --746-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --746-- Last block truncated in .debug_info; ignoring --746-- WARNING: Serious error when reading debug info --746-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --746-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --746-- WARNING: Serious error when reading debug info --746-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --746-- Ignoring non-Dwarf2/3/4 block in .debug_info --746-- WARNING: Serious error when reading debug info --746-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --746-- Last block truncated in .debug_info; ignoring --746-- WARNING: Serious error when reading debug info --746-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --746-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --746-- WARNING: Serious error when reading debug info --746-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --746-- Ignoring non-Dwarf2/3/4 block in .debug_info --746-- WARNING: Serious error when reading debug info --746-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --746-- Last block truncated in .debug_info; ignoring --746-- WARNING: Serious error when reading debug info --746-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --746-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==746== ==746== HEAP SUMMARY: ==746== in use at exit: 210,006 bytes in 510 blocks ==746== total heap usage: 157,673 allocs, 157,163 frees, 22,690,164 bytes allocated ==746== ==746== LEAK SUMMARY: ==746== definitely lost: 0 bytes in 0 blocks ==746== indirectly lost: 0 bytes in 0 blocks ==746== possibly lost: 96 bytes in 1 blocks ==746== still reachable: 198,944 bytes in 322 blocks ==746== of which reachable via heuristic: ==746== newarray : 1,536 bytes in 16 blocks ==746== suppressed: 10,966 bytes in 187 blocks ==746== Rerun with --leak-check=full to see details of leaked memory ==746== ==746== For counts of detected and suppressed errors, rerun with: -v ==746== 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::file_event ==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: 96,760 allocs, 96,257 frees, 17,093,851 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) valgrindcheck: ./client-test Client::Source::file_event: 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 110: KILL_PID=1577 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 109: perl -e 'sleep(60); kill(9, -87);' wrappercheck-85 line 120: SUBRET=0 wrappercheck-85 line 121: '[' 1577 ']' wwrappercheck-85 line 122: LC_ALL=C wwrappercheck-85 line 122: kill -KILL 1577 wrappercheck-85 line 122: msg= wrappercheck-85 line 123: grep -q 'No such process' wrappercheck-85 line 123: echo '' /data/runtests/work/sources/syncevolution/test/wrappercheck.sh: line 130: 1577 Killed perl -e "sleep(60); kill(9, -$BACKGROUND_PID);" wrappercheck-85 line 127: echo '' wrappercheck-85 line 129: wait 1577 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=1582 wrappercheck-65 line 115: set +e 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: '[' 1582 ']' wrappercheck-65 line 109: perl -e 'sleep(60); kill(9, -67);' wwrappercheck-65 line 122: LC_ALL=C wwrappercheck-65 line 122: kill -KILL 1582 wrappercheck-65 line 122: msg= wrappercheck-65 line 123: grep -q 'No such process' wrappercheck-65 line 123: echo '' /data/runtests/work/sources/syncevolution/test/wrappercheck.sh: line 130: 1582 Killed perl -e "sleep(60); kill(9, -$BACKGROUND_PID);" wrappercheck-65 line 127: echo '' wrappercheck-65 line 129: wait 1582 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-41 line 100: RET=0 wrappercheck-41 line 101: set -e wrappercheck-41 line 107: set +x *** killing and waiting for /usr/lib/evolution/evolution-source-registry wrappercheck-41 line 108: kill -INT -45 wrappercheck-41 line 108: kill -TERM -45 wrappercheck-41 line 108: kill -TERM 45 wrappercheck-41 line 110: KILL_PID=1587 wrappercheck-41 line 115: set +e wrappercheck-41 line 116: wait 45 wrappercheck-41 line 109: perl -e 'sleep(60); kill(9, -45);' wrappercheck-41 line 117: SUBRET=143 wrappercheck-41 line 118: case $SUBRET in wrappercheck-41 line 118: SUBRET=0 wrappercheck-41 line 120: SUBRET=0 wrappercheck-41 line 121: '[' 1587 ']' wwrappercheck-41 line 122: LC_ALL=C wwrappercheck-41 line 122: kill -KILL 1587 wrappercheck-41 line 122: msg= wrappercheck-41 line 123: echo '' wrappercheck-41 line 123: grep -q 'No such process' /data/runtests/work/sources/syncevolution/test/wrappercheck.sh: line 130: 1587 Killed perl -e "sleep(60); kill(9, -$BACKGROUND_PID);" wrappercheck-41 line 127: echo '' wrappercheck-41 line 129: wait 1587 wrappercheck-41 line 131: set -e wrappercheck-41 line 132: '[' 0 = 0 ']' wrappercheck-41 line 133: RET=0 wrappercheck-41 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=1592 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: '[' 1592 ']' wwrappercheck-36 line 122: LC_ALL=C wwrappercheck-36 line 122: kill -KILL 1592 wrappercheck-36 line 122: msg= wrappercheck-36 line 123: grep -q 'No such process' wrappercheck-36 line 123: echo '' /data/runtests/work/sources/syncevolution/test/wrappercheck.sh: line 130: 1592 Killed perl -e "sleep(60); kill(9, -$BACKGROUND_PID);" wrappercheck-36 line 127: echo '' wrappercheck-36 line 129: wait 1592 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-21 line 100: RET=0 wrappercheck-21 line 101: set -e wrappercheck-21 line 107: set +x *** killing and waiting for signond wrappercheck-21 line 108: kill -INT -23 wrappercheck-21 line 108: kill -TERM -23 wrappercheck-21 line 108: kill -TERM 23 wrappercheck-21 line 110: KILL_PID=1597 wrappercheck-21 line 115: set +e wrappercheck-21 line 116: wait 23 wrappercheck-21 line 109: perl -e 'sleep(60); kill(9, -23);' wrappercheck-21 line 117: SUBRET=143 wrappercheck-21 line 118: case $SUBRET in wrappercheck-21 line 118: SUBRET=0 wrappercheck-21 line 120: SUBRET=0 wrappercheck-21 line 121: '[' 1597 ']' wwrappercheck-21 line 122: LC_ALL=C wwrappercheck-21 line 122: kill -KILL 1597 wrappercheck-21 line 122: msg= wrappercheck-21 line 123: echo '' wrappercheck-21 line 123: grep -q 'No such process' /data/runtests/work/sources/syncevolution/test/wrappercheck.sh: line 130: 1597 Killed perl -e "sleep(60); kill(9, -$BACKGROUND_PID);" wrappercheck-21 line 127: echo '' wrappercheck-21 line 129: wait 1597 wrappercheck-21 line 131: set -e wrappercheck-21 line 132: '[' 0 = 0 ']' wrappercheck-21 line 133: RET=0 wrappercheck-21 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.V1W2GH16Qa Fri Jan 5 16:03:48 2018 UTC (+ 752.6s / 755.3s) === cleaning up ===