runtests.py-25895 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/apple/.config/akonadi/akonadiserverrc: [%General] Driver=QSQLITE3 [QSQLITE3] Name=/data/runtests/work/downstream-xenial-amd64/home/apple/data/akonadi/akonadi.db [Debug] Tracer=null runtests.py-25895 Fri Jan 5 15:47:06 2018 UTC (+ 0.2s / 1096.1s) target /data/schroot/2018-01-05-07-10-all-downstream-xenial-amd64/data/runtests/work/downstream-xenial-amd64/home/apple/.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/apple/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/apple/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/apple/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/apple/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/apple/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/apple/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/apple/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/apple/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/apple/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/apple/.cache new /data/schroot/2018-01-05-07-10-all-downstream-xenial-amd64/data/runtests/work/downstream-xenial-amd64/home/apple/cache old /data/schroot/2018-01-05-07-10-all-downstream-xenial-amd64/data/runtests/work/downstream-xenial-amd64/home/apple/.config new /data/schroot/2018-01-05-07-10-all-downstream-xenial-amd64/data/runtests/work/downstream-xenial-amd64/home/apple/config old /data/schroot/2018-01-05-07-10-all-downstream-xenial-amd64/data/runtests/work/downstream-xenial-amd64/home/apple/.local/share new /data/schroot/2018-01-05-07-10-all-downstream-xenial-amd64/data/runtests/work/downstream-xenial-amd64/home/apple/data runtests.py-25895 Fri Jan 5 15:47:06 2018 UTC (+ 0.0s / 1096.1s) === starting apple === runtests.py-25895 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/20-apple, /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/20-apple runtests.py-25895 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/apple (= /data/schroot/2018-01-05-07-10-all-downstream-xenial-amd64/data/runtests/work/downstream-xenial-amd64/tests/apple) runtests.py-25895 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/apple; 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/apple' 'XDG_CONFIG_HOME=/data/runtests/work/downstream-xenial-amd64/home/apple/config' 'XDG_DATA_HOME=/data/runtests/work/downstream-xenial-amd64/home/apple/data' 'XDG_CACHE_HOME=/data/runtests/work/downstream-xenial-amd64/home/apple/cache'; unset LD_LIBRARY_PATH; /data/runtests/work/sources/syncevolution/test/resources.py -j 1 -r apple -- env 'CLIENT_TEST_WEBDAV=apple caldav caldavtodo carddav' CLIENT_TEST_NUM_ITEMS=100 CLIENT_TEST_FAILURES=Client::Sync::eds_contact::testOneWayFromLocal,Client::Sync::eds_contact::testOneWayFromClient,Client::Sync::eds_task::testOneWayFromLocal,Client::Sync::eds_task::testOneWayFromClient, CLIENT_TEST_NO_TIMEZONES=1 CLIENT_TEST_MODE=server 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/apple -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 apple ./syncevolution ) Fri Jan 5 15:47:06 2018 UTC (+ 0.0s / 0.0s) === locking resource(s) ['apple'] === Fri Jan 5 16:25:30 2018 UTC (+ 2304.0s / 2304.0s) property changed: status = acquired Fri Jan 5 16:25:30 2018 UTC (+ 0.0s / 2304.0s) using jobserver Fri Jan 5 16:25:30 2018 UTC (+ 0.0s / 2304.0s) === allocating 1 job slot(s) === Fri Jan 5 16:25:58 2018 UTC (+ 27.6s / 2331.6s) === 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 apple ./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 ']' gnome-keyring-daemon: insufficient process capabilities, unsecure memory might get used 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 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 70: set -x wrappercheck-15 line 73: PIDS+=17 wrappercheck-15 line 70: exec wrappercheck-15 line 75: '[' signond.log ']' wrappercheck-15 line 75: '[' '' ']' wrappercheck-15 line 84: '[' com.google.code.AccountsSSO.SingleSignOn ']' ** Message: couldn't access control socket: /tmp/tmp.DcOmnxH08J/keyring/control: No such file or directory wrappercheck-15 line 85: set +x *** waiting for daemon to connect to D-Bus as 'com.google.code.AccountsSSO.SingleSignOn' wrappercheck-15 line 93: kill -0 17 wrappercheck-15 line 94: set +e wrappercheck-15 line 95: '[' '' ']' wrappercheck-15 line 99: set -x wrappercheck-15 line 99: /data/runtests/work/sources/syncevolution/test/wrappercheck.sh --daemon-log dbus-monitor.log dbus-monitor interface=org.freedesktop.DBus -- /data/runtests/work/sources/syncevolution/test/wrappercheck.sh --daemon-log evolution-source-registry.log --daemon-sleep 5 --wait-for-dbus-daemon org.gnome.evolution.dataserver.Sources /usr/lib/evolution/evolution-source-registry -- /data/runtests/work/sources/syncevolution/test/wrappercheck.sh --daemon-log evolution-addressbook-factory.log --wait-for-dbus-daemon org.gnome.evolution.dataserver.AddressBook /usr/lib/evolution/evolution-addressbook-factory --keep-running -- /data/runtests/work/sources/syncevolution/test/wrappercheck.sh --daemon-log evolution-calendar-factory.log /usr/lib/evolution/evolution-calendar-factory --keep-running -- env /home/nightly/testing/setup-syncevolution.sh apple ./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 apple ./syncevolution + PS4='wrappercheck-$$ line ${LINENO}: ' wrappercheck-38 line 16: PIDS= wrappercheck-38 line 18: trap '[ "" ] && kill -TERM ' TERM wrappercheck-38 line 19: trap '[ "" ] && kill -INT ' INT wrappercheck-38 line 21: DAEMON_LOG= wrappercheck-38 line 22: WAIT_FOR_DAEMON_OUTPUT= wrappercheck-38 line 23: WAIT_FOR_DBUS_DAEMON= wrappercheck-38 line 25: declare -a BACKGROUND wrappercheck-38 line 26: declare -a ENV wrappercheck-38 line 28: '[' 26 -gt 1 ']' wrappercheck-38 line 28: '[' --daemon-log '!=' -- ']' wrappercheck-38 line 29: case "$1" in wrappercheck-38 line 31: shift wrappercheck-38 line 32: DAEMON_LOG=evolution-source-registry.log wrappercheck-38 line 53: shift wrappercheck-38 line 28: '[' 24 -gt 1 ']' wrappercheck-38 line 28: '[' --daemon-sleep '!=' -- ']' wrappercheck-38 line 29: case "$1" in wrappercheck-38 line 43: shift wrappercheck-38 line 44: DAEMON_SLEEP=5 wrappercheck-38 line 53: shift wrappercheck-38 line 28: '[' 22 -gt 1 ']' wrappercheck-38 line 28: '[' --wait-for-dbus-daemon '!=' -- ']' wrappercheck-38 line 29: case "$1" in wrappercheck-38 line 35: shift wrappercheck-38 line 36: WAIT_FOR_DBUS_DAEMON=org.gnome.evolution.dataserver.Sources wrappercheck-38 line 53: shift wrappercheck-38 line 28: '[' 20 -gt 1 ']' wrappercheck-38 line 28: '[' /usr/lib/evolution/evolution-source-registry '!=' -- ']' wrappercheck-38 line 29: case "$1" in wrappercheck-38 line 50: break wrappercheck-38 line 56: '[' 20 -gt 1 ']' wrappercheck-38 line 56: '[' /usr/lib/evolution/evolution-source-registry '!=' -- ']' wrappercheck-38 line 57: BACKGROUND[${#BACKGROUND[*]}]=/usr/lib/evolution/evolution-source-registry wrappercheck-38 line 58: shift wrappercheck-38 line 56: '[' 19 -gt 1 ']' wrappercheck-38 line 56: '[' -- '!=' -- ']' wrappercheck-38 line 60: shift wrappercheck-38 line 62: '[' evolution-source-registry.log ']' wrappercheck-38 line 62: '[' '' ']' wrappercheck-38 line 66: set +x *** starting /usr/lib/evolution/evolution-source-registry as background daemon, output to evolution-source-registry.log wrappercheck-38 line 72: BACKGROUND_PID=42 wrappercheck-38 line 73: PIDS+=42 wrappercheck-38 line 70: set -x wrappercheck-38 line 70: exec wrappercheck-38 line 75: '[' evolution-source-registry.log ']' wrappercheck-38 line 75: '[' '' ']' wrappercheck-38 line 84: '[' org.gnome.evolution.dataserver.Sources ']' wrappercheck-38 line 85: set +x *** waiting for daemon to connect to D-Bus as 'org.gnome.evolution.dataserver.Sources' wrappercheck-38 line 93: kill -0 42 wrappercheck-38 line 94: set +e wrappercheck-38 line 95: '[' 5 ']' wrappercheck-38 line 96: set +x *** 'sleep 5' for daemon to settle down wrappercheck-38 line 97: sleep 5 wrappercheck-38 line 99: set -x wrappercheck-38 line 99: /data/runtests/work/sources/syncevolution/test/wrappercheck.sh --daemon-log evolution-addressbook-factory.log --wait-for-dbus-daemon org.gnome.evolution.dataserver.AddressBook /usr/lib/evolution/evolution-addressbook-factory --keep-running -- /data/runtests/work/sources/syncevolution/test/wrappercheck.sh --daemon-log evolution-calendar-factory.log /usr/lib/evolution/evolution-calendar-factory --keep-running -- env /home/nightly/testing/setup-syncevolution.sh apple ./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 70: exec wrappercheck-62 line 75: '[' evolution-addressbook-factory.log ']' wrappercheck-62 line 75: '[' '' ']' wrappercheck-62 line 84: '[' org.gnome.evolution.dataserver.AddressBook ']' wrappercheck-62 line 85: set +x *** 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 apple ./syncevolution + PS4='wrappercheck-$$ line ${LINENO}: ' wrappercheck-82 line 16: PIDS= wrappercheck-82 line 18: trap '[ "" ] && kill -TERM ' TERM wrappercheck-82 line 19: trap '[ "" ] && kill -INT ' INT wrappercheck-82 line 21: DAEMON_LOG= wrappercheck-82 line 22: WAIT_FOR_DAEMON_OUTPUT= wrappercheck-82 line 23: WAIT_FOR_DBUS_DAEMON= wrappercheck-82 line 25: declare -a BACKGROUND wrappercheck-82 line 26: declare -a ENV wrappercheck-82 line 28: '[' 9 -gt 1 ']' wrappercheck-82 line 28: '[' --daemon-log '!=' -- ']' wrappercheck-82 line 29: case "$1" in wrappercheck-82 line 31: shift wrappercheck-82 line 32: DAEMON_LOG=evolution-calendar-factory.log wrappercheck-82 line 53: shift wrappercheck-82 line 28: '[' 7 -gt 1 ']' wrappercheck-82 line 28: '[' /usr/lib/evolution/evolution-calendar-factory '!=' -- ']' wrappercheck-82 line 29: case "$1" in wrappercheck-82 line 50: break wrappercheck-82 line 56: '[' 7 -gt 1 ']' wrappercheck-82 line 56: '[' /usr/lib/evolution/evolution-calendar-factory '!=' -- ']' wrappercheck-82 line 57: BACKGROUND[${#BACKGROUND[*]}]=/usr/lib/evolution/evolution-calendar-factory wrappercheck-82 line 58: shift wrappercheck-82 line 56: '[' 6 -gt 1 ']' wrappercheck-82 line 56: '[' --keep-running '!=' -- ']' wrappercheck-82 line 57: BACKGROUND[${#BACKGROUND[*]}]=--keep-running wrappercheck-82 line 58: shift wrappercheck-82 line 56: '[' 5 -gt 1 ']' wrappercheck-82 line 56: '[' -- '!=' -- ']' wrappercheck-82 line 60: shift wrappercheck-82 line 62: '[' evolution-calendar-factory.log ']' wrappercheck-82 line 62: '[' '' ']' wrappercheck-82 line 66: set +x *** starting /usr/lib/evolution/evolution-calendar-factory as background daemon, output to evolution-calendar-factory.log wrappercheck-82 line 72: BACKGROUND_PID=84 wrappercheck-82 line 73: PIDS+=84 wrappercheck-82 line 70: set -x wrappercheck-82 line 70: exec wrappercheck-82 line 75: '[' evolution-calendar-factory.log ']' wrappercheck-82 line 75: '[' '' ']' wrappercheck-82 line 84: '[' '' ']' wrappercheck-82 line 93: kill -0 84 wrappercheck-82 line 94: set +e wrappercheck-82 line 95: '[' '' ']' wrappercheck-82 line 99: set -x wrappercheck-82 line 99: env /home/nightly/testing/setup-syncevolution.sh apple ./syncevolution + case $TEST in + rm -rf '/data/runtests/work/downstream-xenial-amd64/home/apple/.sync4j/evolution/apple_[12]' '/data/runtests/work/downstream-xenial-amd64/home/apple/config/syncevolution/apple_[12]' '/data/runtests/work/downstream-xenial-amd64/home/apple/config/syncevolution/client-test-[12]/peers/apple_[12]' '/data/runtests/work/downstream-xenial-amd64/home/apple/config/syncevolution/client-test-apple-[12]' + for client in 1 2 + ./syncevolution --version + grep -q -e '[+ ]1.[0-9]' + config=apple_1@client-test-apple-1 ++ credentials apple_1 ++ case "$SCHROOT_CHROOT_NAME" in ++ case $1 in ++ echo '--template SyncEvolution_Client username= password= syncURL=local://@client-test-apple calendar/uri=caldav todo/uri=caldavtodo addressbook/uri=carddav' + ./syncevolution --daemon=no --configure --template apple --template SyncEvolution_Client username= password= syncURL=local://@client-test-apple calendar/uri=caldav todo/uri=caldavtodo addressbook/uri=carddav --sync-property proxyHost=http://proxy.vlan13.01.org:3128 --sync-property useProxy=0 --sync-property logLevel=4 apple_1@client-test-apple-1 [INFO] addressbook: checking usability... [INFO] addressbook: configuring datastore with sync mode 'two-way' [INFO] calendar: checking usability... [INFO] calendar: configuring datastore with sync mode 'two-way' [INFO] memo: checking usability... [INFO] memo: configuring datastore with sync mode 'two-way' [INFO] todo: checking usability... [INFO] todo: configuring datastore with sync mode 'two-way' + sources=/data/runtests/work/downstream-xenial-amd64/home/apple/config/syncevolution/client-test-apple-1/peers/apple_1/sources + copy_source /data/runtests/work/downstream-xenial-amd64/home/apple/config/syncevolution/client-test-apple-1/peers/apple_1/sources addressbook eds_contact + path=/data/runtests/work/downstream-xenial-amd64/home/apple/config/syncevolution/client-test-apple-1/peers/apple_1/sources + shift + source=addressbook + shift + '[' -d /data/runtests/work/downstream-xenial-amd64/home/apple/config/syncevolution/client-test-apple-1/peers/apple_1/sources/addressbook ']' + for i in '$@' + cp -r /data/runtests/work/downstream-xenial-amd64/home/apple/config/syncevolution/client-test-apple-1/peers/apple_1/sources/addressbook /data/runtests/work/downstream-xenial-amd64/home/apple/config/syncevolution/client-test-apple-1/peers/apple_1/sources/eds_contact + copy_source /data/runtests/work/downstream-xenial-amd64/home/apple/config/syncevolution/client-test-apple-1/peers/apple_1/sources calendar eds_event + path=/data/runtests/work/downstream-xenial-amd64/home/apple/config/syncevolution/client-test-apple-1/peers/apple_1/sources + shift + source=calendar + shift + '[' -d /data/runtests/work/downstream-xenial-amd64/home/apple/config/syncevolution/client-test-apple-1/peers/apple_1/sources/calendar ']' + for i in '$@' + cp -r /data/runtests/work/downstream-xenial-amd64/home/apple/config/syncevolution/client-test-apple-1/peers/apple_1/sources/calendar /data/runtests/work/downstream-xenial-amd64/home/apple/config/syncevolution/client-test-apple-1/peers/apple_1/sources/eds_event + copy_source /data/runtests/work/downstream-xenial-amd64/home/apple/config/syncevolution/client-test-apple-1/peers/apple_1/sources todo eds_task + path=/data/runtests/work/downstream-xenial-amd64/home/apple/config/syncevolution/client-test-apple-1/peers/apple_1/sources + shift + source=todo + shift + '[' -d /data/runtests/work/downstream-xenial-amd64/home/apple/config/syncevolution/client-test-apple-1/peers/apple_1/sources/todo ']' + for i in '$@' + cp -r /data/runtests/work/downstream-xenial-amd64/home/apple/config/syncevolution/client-test-apple-1/peers/apple_1/sources/todo /data/runtests/work/downstream-xenial-amd64/home/apple/config/syncevolution/client-test-apple-1/peers/apple_1/sources/eds_task + copy_source /data/runtests/work/downstream-xenial-amd64/home/apple/config/syncevolution/client-test-apple-1/peers/apple_1/sources memo eds_memo + path=/data/runtests/work/downstream-xenial-amd64/home/apple/config/syncevolution/client-test-apple-1/peers/apple_1/sources + shift + source=memo + shift + '[' -d /data/runtests/work/downstream-xenial-amd64/home/apple/config/syncevolution/client-test-apple-1/peers/apple_1/sources/memo ']' + for i in '$@' + cp -r /data/runtests/work/downstream-xenial-amd64/home/apple/config/syncevolution/client-test-apple-1/peers/apple_1/sources/memo /data/runtests/work/downstream-xenial-amd64/home/apple/config/syncevolution/client-test-apple-1/peers/apple_1/sources/eds_memo + for i in eds_contact eds_event eds_task eds_memo + ./syncevolution --daemon=no --configure database=Test_eds_contact_1 apple_1@client-test-apple-1 eds_contact + for i in eds_contact eds_event eds_task eds_memo + ./syncevolution --daemon=no --configure database=Test_eds_event_1 apple_1@client-test-apple-1 eds_event + for i in eds_contact eds_event eds_task eds_memo + ./syncevolution --daemon=no --configure database=Test_eds_task_1 apple_1@client-test-apple-1 eds_task + for i in eds_contact eds_event eds_task eds_memo + ./syncevolution --daemon=no --configure database=Test_eds_memo_1 apple_1@client-test-apple-1 eds_memo + case $TEST in + case $TEST in + case $TEST in + ./syncevolution --configure --daemon=no databaseUser=user01 databasePassword=user01 sslverifyhost=0 sslverifyserver=0 apple_caldav/database=http://127.0.0.1:8008/calendars/__uids__/10000000-0000-0000-0000-000000000001/calendar/ apple_caldavtodo/database=http://127.0.0.1:8008/calendars/__uids__/10000000-0000-0000-0000-000000000001/tasks/ apple_carddav/database=http://127.0.0.1:8008/addressbooks/__uids__/10000000-0000-0000-0000-000000000001/addressbook/ apple_caldav/backend=caldav apple_caldavtodo/backend=caldavtodo apple_carddav/backend=carddav apple_1@client-test-apple-1 apple_caldav apple_caldavtodo apple_carddav + for client in 1 2 + ./syncevolution --version + grep -q -e '[+ ]1.[0-9]' + config=apple_2@client-test-apple-2 ++ credentials apple_2 ++ case "$SCHROOT_CHROOT_NAME" in ++ case $1 in ++ echo '--template SyncEvolution_Client username= password= syncURL=local://@client-test-apple calendar/uri=caldav todo/uri=caldavtodo addressbook/uri=carddav' + ./syncevolution --daemon=no --configure --template apple --template SyncEvolution_Client username= password= syncURL=local://@client-test-apple calendar/uri=caldav todo/uri=caldavtodo addressbook/uri=carddav --sync-property proxyHost=http://proxy.vlan13.01.org:3128 --sync-property useProxy=0 --sync-property logLevel=4 apple_2@client-test-apple-2 [INFO] addressbook: checking usability... [INFO] addressbook: configuring datastore with sync mode 'two-way' [INFO] calendar: checking usability... [INFO] calendar: configuring datastore with sync mode 'two-way' [INFO] memo: checking usability... [INFO] memo: configuring datastore with sync mode 'two-way' [INFO] todo: checking usability... [INFO] todo: configuring datastore with sync mode 'two-way' + sources=/data/runtests/work/downstream-xenial-amd64/home/apple/config/syncevolution/client-test-apple-2/peers/apple_2/sources + copy_source /data/runtests/work/downstream-xenial-amd64/home/apple/config/syncevolution/client-test-apple-2/peers/apple_2/sources addressbook eds_contact + path=/data/runtests/work/downstream-xenial-amd64/home/apple/config/syncevolution/client-test-apple-2/peers/apple_2/sources + shift + source=addressbook + shift + '[' -d /data/runtests/work/downstream-xenial-amd64/home/apple/config/syncevolution/client-test-apple-2/peers/apple_2/sources/addressbook ']' + for i in '$@' + cp -r /data/runtests/work/downstream-xenial-amd64/home/apple/config/syncevolution/client-test-apple-2/peers/apple_2/sources/addressbook /data/runtests/work/downstream-xenial-amd64/home/apple/config/syncevolution/client-test-apple-2/peers/apple_2/sources/eds_contact + copy_source /data/runtests/work/downstream-xenial-amd64/home/apple/config/syncevolution/client-test-apple-2/peers/apple_2/sources calendar eds_event + path=/data/runtests/work/downstream-xenial-amd64/home/apple/config/syncevolution/client-test-apple-2/peers/apple_2/sources + shift + source=calendar + shift + '[' -d /data/runtests/work/downstream-xenial-amd64/home/apple/config/syncevolution/client-test-apple-2/peers/apple_2/sources/calendar ']' + for i in '$@' + cp -r /data/runtests/work/downstream-xenial-amd64/home/apple/config/syncevolution/client-test-apple-2/peers/apple_2/sources/calendar /data/runtests/work/downstream-xenial-amd64/home/apple/config/syncevolution/client-test-apple-2/peers/apple_2/sources/eds_event + copy_source /data/runtests/work/downstream-xenial-amd64/home/apple/config/syncevolution/client-test-apple-2/peers/apple_2/sources todo eds_task + path=/data/runtests/work/downstream-xenial-amd64/home/apple/config/syncevolution/client-test-apple-2/peers/apple_2/sources + shift + source=todo + shift + '[' -d /data/runtests/work/downstream-xenial-amd64/home/apple/config/syncevolution/client-test-apple-2/peers/apple_2/sources/todo ']' + for i in '$@' + cp -r /data/runtests/work/downstream-xenial-amd64/home/apple/config/syncevolution/client-test-apple-2/peers/apple_2/sources/todo /data/runtests/work/downstream-xenial-amd64/home/apple/config/syncevolution/client-test-apple-2/peers/apple_2/sources/eds_task + copy_source /data/runtests/work/downstream-xenial-amd64/home/apple/config/syncevolution/client-test-apple-2/peers/apple_2/sources memo eds_memo + path=/data/runtests/work/downstream-xenial-amd64/home/apple/config/syncevolution/client-test-apple-2/peers/apple_2/sources + shift + source=memo + shift + '[' -d /data/runtests/work/downstream-xenial-amd64/home/apple/config/syncevolution/client-test-apple-2/peers/apple_2/sources/memo ']' + for i in '$@' + cp -r /data/runtests/work/downstream-xenial-amd64/home/apple/config/syncevolution/client-test-apple-2/peers/apple_2/sources/memo /data/runtests/work/downstream-xenial-amd64/home/apple/config/syncevolution/client-test-apple-2/peers/apple_2/sources/eds_memo + for i in eds_contact eds_event eds_task eds_memo + ./syncevolution --daemon=no --configure database=Test_eds_contact_2 apple_2@client-test-apple-2 eds_contact + for i in eds_contact eds_event eds_task eds_memo + ./syncevolution --daemon=no --configure database=Test_eds_event_2 apple_2@client-test-apple-2 eds_event + for i in eds_contact eds_event eds_task eds_memo + ./syncevolution --daemon=no --configure database=Test_eds_task_2 apple_2@client-test-apple-2 eds_task + for i in eds_contact eds_event eds_task eds_memo + ./syncevolution --daemon=no --configure database=Test_eds_memo_2 apple_2@client-test-apple-2 eds_memo + case $TEST in + case $TEST in + case $TEST in + ./syncevolution --configure --daemon=no databaseUser=user01 databasePassword=user01 sslverifyhost=0 sslverifyserver=0 apple_caldav/database=http://127.0.0.1:8008/calendars/__uids__/10000000-0000-0000-0000-000000000001/calendar/ apple_caldavtodo/database=http://127.0.0.1:8008/calendars/__uids__/10000000-0000-0000-0000-000000000001/tasks/ apple_carddav/database=http://127.0.0.1:8008/addressbooks/__uids__/10000000-0000-0000-0000-000000000001/addressbook/ apple_caldav/backend=caldav apple_caldavtodo/backend=caldavtodo apple_carddav/backend=carddav apple_2@client-test-apple-2 apple_caldav apple_caldavtodo apple_carddav + case $TEST in + rm -rf /data/runtests/work/downstream-xenial-amd64/home/apple/config/syncevolution/client-test-apple + ./syncevolution --configure --daemon=no useProxy=0 loglevel=4 sslverifyhost=0 sslverifyserver=0 syncURL=http://127.0.0.1:8008/ printChanges=0 dumpData=0 username=user01 password=user01 caldav/backend=caldav caldavtodo/backend=caldavtodo carddav/backend=carddav target-config@client-test-apple caldav caldavtodo carddav [INFO] caldav: configuring datastore with sync mode 'two-way' [INFO] caldavtodo: configuring datastore with sync mode 'two-way' [INFO] carddav: configuring datastore with sync mode 'two-way' + 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 ++ sed -e 's/.*=//' ++ echo evolution-contacts=eds_contact + 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 ++ sed -e 's/=.*//' ++ echo evolution-tasks=eds_task + 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 + ./syncevolution --daemon=no --print-databases backend=evolution-memos + grep Test_eds_memo_2 Test_eds_memo_2 (1303828749.6946.32@mob-sync2) + echo evolution-memos: Test_eds_memo_2 exists evolution-memos: Test_eds_memo_2 exists wrappercheck-82 line 100: RET=0 wrappercheck-82 line 101: set -e wrappercheck-82 line 107: set +x *** killing and waiting for /usr/lib/evolution/evolution-calendar-factory wrappercheck-82 line 108: kill -INT -84 wrappercheck-82 line 108: kill -TERM -84 wrappercheck-82 line 108: kill -TERM 84 wrappercheck-82 line 110: KILL_PID=826 wrappercheck-82 line 115: set +e wrappercheck-82 line 109: perl -e 'sleep(60); kill(9, -84);' wrappercheck-82 line 116: wait 84 wrappercheck-82 line 117: SUBRET=143 wrappercheck-82 line 118: case $SUBRET in wrappercheck-82 line 118: SUBRET=0 wrappercheck-82 line 120: SUBRET=0 wrappercheck-82 line 121: '[' 826 ']' wwrappercheck-82 line 122: LC_ALL=C wwrappercheck-82 line 122: kill -KILL 826 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: 826 Killed perl -e "sleep(60); kill(9, -$BACKGROUND_PID);" wrappercheck-82 line 127: echo '' wrappercheck-82 line 129: wait 826 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=831 wrappercheck-62 line 115: set +e wrappercheck-62 line 109: perl -e 'sleep(60); kill(9, -64);' 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: '[' 831 ']' wwrappercheck-62 line 122: LC_ALL=C wwrappercheck-62 line 122: kill -KILL 831 wrappercheck-62 line 122: msg= wrappercheck-62 line 123: echo '' wrappercheck-62 line 123: grep -q 'No such process' /data/runtests/work/sources/syncevolution/test/wrappercheck.sh: line 130: 831 Killed perl -e "sleep(60); kill(9, -$BACKGROUND_PID);" wrappercheck-62 line 127: echo '' wrappercheck-62 line 129: wait 831 wrappercheck-62 line 131: set -e wrappercheck-62 line 132: '[' 0 = 0 ']' wrappercheck-62 line 133: RET=0 wrappercheck-62 line 136: exit 0 wrappercheck-38 line 100: RET=0 wrappercheck-38 line 101: set -e wrappercheck-38 line 107: set +x *** killing and waiting for /usr/lib/evolution/evolution-source-registry wrappercheck-38 line 108: kill -INT -42 wrappercheck-38 line 108: kill -TERM -42 wrappercheck-38 line 108: kill -TERM 42 wrappercheck-38 line 110: KILL_PID=836 wrappercheck-38 line 115: set +e wrappercheck-38 line 109: perl -e 'sleep(60); kill(9, -42);' wrappercheck-38 line 116: wait 42 wrappercheck-38 line 117: SUBRET=143 wrappercheck-38 line 118: case $SUBRET in wrappercheck-38 line 118: SUBRET=0 wrappercheck-38 line 120: SUBRET=0 wrappercheck-38 line 121: '[' 836 ']' wwrappercheck-38 line 122: LC_ALL=C wwrappercheck-38 line 122: kill -KILL 836 wrappercheck-38 line 122: msg= wrappercheck-38 line 123: grep -q 'No such process' wrappercheck-38 line 123: echo '' /data/runtests/work/sources/syncevolution/test/wrappercheck.sh: line 130: 836 Killed perl -e "sleep(60); kill(9, -$BACKGROUND_PID);" wrappercheck-38 line 127: echo '' wrappercheck-38 line 129: wait 836 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=841 wrappercheck-33 line 115: set +e wrappercheck-33 line 116: wait 35 wrappercheck-33 line 109: perl -e 'sleep(60); kill(9, -35);' wrappercheck-33 line 117: SUBRET=143 wrappercheck-33 line 118: case $SUBRET in wrappercheck-33 line 118: SUBRET=0 wrappercheck-33 line 120: SUBRET=0 wrappercheck-33 line 121: '[' 841 ']' wwrappercheck-33 line 122: LC_ALL=C wwrappercheck-33 line 122: kill -KILL 841 wrappercheck-33 line 122: msg= wrappercheck-33 line 123: echo '' wrappercheck-33 line 123: grep -q 'No such process' /data/runtests/work/sources/syncevolution/test/wrappercheck.sh: line 130: 841 Killed perl -e "sleep(60); kill(9, -$BACKGROUND_PID);" wrappercheck-33 line 127: echo '' wrappercheck-33 line 129: wait 841 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=846 wrappercheck-15 line 115: set +e wrappercheck-15 line 109: perl -e 'sleep(60); kill(9, -17);' 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: '[' 846 ']' wwrappercheck-15 line 122: LC_ALL=C wwrappercheck-15 line 122: kill -KILL 846 wrappercheck-15 line 122: msg= wrappercheck-15 line 123: echo '' wrappercheck-15 line 123: grep -q 'No such process' /data/runtests/work/sources/syncevolution/test/wrappercheck.sh: line 130: 846 Killed perl -e "sleep(60); kill(9, -$BACKGROUND_PID);" wrappercheck-15 line 127: echo '' wrappercheck-15 line 129: wait 846 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.DcOmnxH08J Fri Jan 5 16:26:08 2018 UTC (+ 10.3s / 2341.9s) === cleaning up === runtests.py-25895 Fri Jan 5 16:26:08 2018 UTC (+ 2341.9s / 3438.0s) *** ( cd /data/schroot/2018-01-05-07-10-all-downstream-xenial-amd64/data/runtests/work/downstream-xenial-amd64/tests/apple; 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/apple' 'XDG_CONFIG_HOME=/data/runtests/work/downstream-xenial-amd64/home/apple/config' 'XDG_DATA_HOME=/data/runtests/work/downstream-xenial-amd64/home/apple/data' 'XDG_CACHE_HOME=/data/runtests/work/downstream-xenial-amd64/home/apple/cache'; unset LD_LIBRARY_PATH; /data/runtests/work/sources/syncevolution/test/resources.py -j 1 -r apple -- 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=apple CLIENT_TEST_SOURCES=apple_caldav,apple_caldavtodo,apple_carddav,eds_event,eds_task,eds_contact SYNC_EVOLUTION_EVO_CALENDAR_DELAY=1 CLIENT_TEST_ALARM=2400 'CLIENT_TEST_WEBDAV=apple caldav caldavtodo carddav' CLIENT_TEST_NUM_ITEMS=100 CLIENT_TEST_FAILURES=Client::Sync::eds_contact::testOneWayFromLocal,Client::Sync::eds_contact::testOneWayFromClient,Client::Sync::eds_task::testOneWayFromLocal,Client::Sync::eds_task::testOneWayFromClient, CLIENT_TEST_NO_TIMEZONES=1 CLIENT_TEST_MODE=server 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/apple -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::apple_caldav::testImport Client::Source::apple_caldav::testChanges Client::Source::apple_caldavtodo::testImport Client::Source::apple_caldavtodo::testChanges Client::Source::apple_carddav::testImport Client::Source::apple_carddav::testChanges Client::Sync::eds_event::testItems Client::Sync::eds_task::testItems Client::Sync::eds_contact::testItems ) Fri Jan 5 16:26:08 2018 UTC (+ 0.0s / 0.0s) === locking resource(s) ['apple'] === Fri Jan 5 16:31:47 2018 UTC (+ 339.2s / 339.2s) property changed: status = acquired Fri Jan 5 16:31:47 2018 UTC (+ 0.0s / 339.2s) using jobserver Fri Jan 5 16:31:47 2018 UTC (+ 0.0s / 339.2s) === allocating 1 job slot(s) === Fri Jan 5 16:31:59 2018 UTC (+ 12.4s / 351.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::apple_caldav::testImport Client::Source::apple_caldav::testChanges Client::Source::apple_caldavtodo::testImport Client::Source::apple_caldavtodo::testChanges Client::Source::apple_carddav::testImport Client::Source::apple_carddav::testChanges Client::Sync::eds_event::testItems Client::Sync::eds_task::testItems Client::Sync::eds_contact::testItems” gnome-keyring-daemon: insufficient process capabilities, unsecure memory might get used ** Message: couldn't access control socket: /tmp/tmp.XL4en7arg2/keyring/control: No such file or directory + PS4='wrappercheck-$$ line ${LINENO}: ' wrappercheck-20 line 16: PIDS= wrappercheck-20 line 18: trap '[ "" ] && kill -TERM ' TERM wrappercheck-20 line 19: trap '[ "" ] && kill -INT ' INT wrappercheck-20 line 21: DAEMON_LOG= wrappercheck-20 line 22: WAIT_FOR_DAEMON_OUTPUT= wrappercheck-20 line 23: WAIT_FOR_DBUS_DAEMON= wrappercheck-20 line 25: declare -a BACKGROUND wrappercheck-20 line 26: declare -a ENV wrappercheck-20 line 28: '[' 54 -gt 1 ']' wrappercheck-20 line 28: '[' --daemon-log '!=' -- ']' wrappercheck-20 line 29: case "$1" in wrappercheck-20 line 31: shift wrappercheck-20 line 32: DAEMON_LOG=signond.log wrappercheck-20 line 53: shift wrappercheck-20 line 28: '[' 52 -gt 1 ']' wrappercheck-20 line 28: '[' --wait-for-dbus-daemon '!=' -- ']' wrappercheck-20 line 29: case "$1" in wrappercheck-20 line 35: shift wrappercheck-20 line 36: WAIT_FOR_DBUS_DAEMON=com.google.code.AccountsSSO.SingleSignOn wrappercheck-20 line 53: shift wrappercheck-20 line 28: '[' 50 -gt 1 ']' wrappercheck-20 line 28: '[' SSO_LOGGING_OUTPUT=stdout '!=' -- ']' wrappercheck-20 line 29: case "$1" in wrappercheck-20 line 47: ENV[${#ENV[*]}]=SSO_LOGGING_OUTPUT=stdout wrappercheck-20 line 53: shift wrappercheck-20 line 28: '[' 49 -gt 1 ']' wrappercheck-20 line 28: '[' SSO_DAEMON_TIMEOUT=9999 '!=' -- ']' wrappercheck-20 line 29: case "$1" in wrappercheck-20 line 47: ENV[${#ENV[*]}]=SSO_DAEMON_TIMEOUT=9999 wrappercheck-20 line 53: shift wrappercheck-20 line 28: '[' 48 -gt 1 ']' wrappercheck-20 line 28: '[' SSO_DEBUG=10 '!=' -- ']' wrappercheck-20 line 29: case "$1" in wrappercheck-20 line 47: ENV[${#ENV[*]}]=SSO_DEBUG=10 wrappercheck-20 line 53: shift wrappercheck-20 line 28: '[' 47 -gt 1 ']' wrappercheck-20 line 28: '[' SYSLOG_FILE=signond.log '!=' -- ']' wrappercheck-20 line 29: case "$1" in wrappercheck-20 line 47: ENV[${#ENV[*]}]=SYSLOG_FILE=signond.log wrappercheck-20 line 53: shift wrappercheck-20 line 28: '[' 46 -gt 1 ']' wrappercheck-20 line 28: '[' SSO_LOGGING_LEVEL=2 '!=' -- ']' wrappercheck-20 line 29: case "$1" in wrappercheck-20 line 47: ENV[${#ENV[*]}]=SSO_LOGGING_LEVEL=2 wrappercheck-20 line 53: shift wrappercheck-20 line 28: '[' 45 -gt 1 ']' wrappercheck-20 line 28: '[' signond '!=' -- ']' wrappercheck-20 line 29: case "$1" in wrappercheck-20 line 50: break wrappercheck-20 line 56: '[' 45 -gt 1 ']' wrappercheck-20 line 56: '[' signond '!=' -- ']' wrappercheck-20 line 57: BACKGROUND[${#BACKGROUND[*]}]=signond wrappercheck-20 line 58: shift wrappercheck-20 line 56: '[' 44 -gt 1 ']' wrappercheck-20 line 56: '[' -- '!=' -- ']' wrappercheck-20 line 60: shift wrappercheck-20 line 62: '[' signond.log ']' wrappercheck-20 line 62: '[' '' ']' wrappercheck-20 line 66: set +x *** starting signond as background daemon, output to signond.log wrappercheck-20 line 72: BACKGROUND_PID=23 wrappercheck-20 line 73: PIDS+=23 wrappercheck-20 line 75: '[' signond.log ']' wrappercheck-20 line 75: '[' '' ']' wrappercheck-20 line 84: '[' com.google.code.AccountsSSO.SingleSignOn ']' wrappercheck-20 line 85: set +x *** waiting for daemon to connect to D-Bus as 'com.google.code.AccountsSSO.SingleSignOn' wrappercheck-20 line 70: set -x wrappercheck-20 line 70: exec wrappercheck-20 line 93: kill -0 23 wrappercheck-20 line 94: set +e wrappercheck-20 line 95: '[' '' ']' wrappercheck-20 line 99: set -x wrappercheck-20 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::apple_caldav::testImport Client::Source::apple_caldav::testChanges Client::Source::apple_caldavtodo::testImport Client::Source::apple_caldavtodo::testChanges Client::Source::apple_carddav::testImport Client::Source::apple_carddav::testChanges Client::Sync::eds_event::testItems Client::Sync::eds_task::testItems Client::Sync::eds_contact::testItems + 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: '[' 42 -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: '[' 40 -gt 1 ']' wrappercheck-36 line 28: '[' dbus-monitor '!=' -- ']' wrappercheck-36 line 29: case "$1" in wrappercheck-36 line 50: break wrappercheck-36 line 56: '[' 40 -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: '[' 39 -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: '[' 38 -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 70: set -x wrappercheck-36 line 70: exec 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 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::apple_caldav::testImport Client::Source::apple_caldav::testChanges Client::Source::apple_caldavtodo::testImport Client::Source::apple_caldavtodo::testChanges Client::Source::apple_carddav::testImport Client::Source::apple_carddav::testChanges Client::Sync::eds_event::testItems Client::Sync::eds_task::testItems Client::Sync::eds_contact::testItems + 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: '[' 36 -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: '[' 34 -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: '[' 32 -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: '[' 30 -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: '[' 30 -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: '[' 29 -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 70: set -x wrappercheck-41 line 75: '[' evolution-source-registry.log ']' wrappercheck-41 line 75: '[' '' ']' wrappercheck-41 line 70: exec wrappercheck-41 line 84: '[' org.gnome.evolution.dataserver.Sources ']' 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::apple_caldav::testImport Client::Source::apple_caldav::testChanges Client::Source::apple_caldavtodo::testImport Client::Source::apple_caldavtodo::testChanges Client::Source::apple_carddav::testImport Client::Source::apple_carddav::testChanges Client::Sync::eds_event::testItems Client::Sync::eds_task::testItems Client::Sync::eds_contact::testItems + 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: '[' 27 -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: '[' 25 -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: '[' 23 -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: '[' 23 -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: '[' 22 -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: '[' 21 -gt 1 ']' wrappercheck-65 line 56: '[' -- '!=' -- ']' wrappercheck-65 line 60: shift wrappercheck-65 line 62: '[' evolution-addressbook-factory.log ']' wrappercheck-65 line 62: '[' '' ']' wrappercheck-65 line 66: set +x *** starting /usr/lib/evolution/evolution-addressbook-factory as background daemon, output to evolution-addressbook-factory.log wrappercheck-65 line 72: BACKGROUND_PID=67 wrappercheck-65 line 73: PIDS+=67 wrappercheck-65 line 75: '[' evolution-addressbook-factory.log ']' wrappercheck-65 line 70: set -x wrappercheck-65 line 75: '[' '' ']' wrappercheck-65 line 70: exec 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::apple_caldav::testImport Client::Source::apple_caldav::testChanges Client::Source::apple_caldavtodo::testImport Client::Source::apple_caldavtodo::testChanges Client::Source::apple_carddav::testImport Client::Source::apple_carddav::testChanges Client::Sync::eds_event::testItems Client::Sync::eds_task::testItems Client::Sync::eds_contact::testItems + 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: '[' 19 -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: '[' 17 -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: '[' 17 -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: '[' 16 -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: '[' 15 -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 70: exec wrappercheck-85 line 75: '[' evolution-calendar-factory.log ']' wrappercheck-85 line 75: '[' '' ']' wrappercheck-85 line 84: '[' '' ']' wrappercheck-85 line 93: kill -0 87 wrappercheck-85 line 94: set +e wrappercheck-85 line 95: '[' '' ']' wrappercheck-85 line 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::apple_caldav::testImport Client::Source::apple_caldav::testChanges Client::Source::apple_caldavtodo::testImport Client::Source::apple_caldavtodo::testChanges Client::Source::apple_carddav::testImport Client::Source::apple_carddav::testChanges Client::Sync::eds_event::testItems Client::Sync::eds_task::testItems Client::Sync::eds_contact::testItems *** 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/apple/valgrind.p90.c%p.out ./client-test Client::Source::apple_caldav::testImport Client::Source::apple_caldav::testChanges Client::Source::apple_caldavtodo::testImport Client::Source::apple_caldavtodo::testChanges Client::Source::apple_carddav::testImport Client::Source::apple_carddav::testChanges Client::Sync::eds_event::testItems Client::Sync::eds_task::testItems Client::Sync::eds_contact::testItems Client::Source::apple_caldav::testChanges okay sess: Destroying session. Client::Source::apple_caldav::testImport okay sess: Destroying session. Client::Source::apple_caldavtodo::testChanges okay sess: Destroying session. Client::Source::apple_caldavtodo::testImport okay sess: Destroying session. Client::Source::apple_carddav::testChanges okay sess: Destroying session. Client::Source::apple_carddav::testImport okay sess: Destroying session. Client::Sync::eds_event::testItems okay Client::Sync::eds_task::testItems okay Client::Sync::eds_contact::testItems okay OKvalgrindcheck (90): './client-test Client::Source::apple_caldav::testImport Client::Source::apple_caldav::testChanges Client::Source::apple_caldavtodo::testImport Client::Source::apple_caldavtodo::testChanges Client::Source::apple_carddav::testImport Client::Source::apple_carddav::testChanges Client::Sync::eds_event::testItems Client::Sync::eds_task::testItems Client::Sync::eds_contact::testItems' (96): returned 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::apple_caldav::testChanges ==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: 490,790 bytes in 2,466 blocks ==105== total heap usage: 397,549 allocs, 394,990 frees, 60,449,131 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: 1,104 bytes in 4 blocks ==105== still reachable: 407,683 bytes in 1,363 blocks ==105== of which reachable via heuristic: ==105== length64 : 1,072 bytes in 19 blocks ==105== newarray : 1,728 bytes in 28 blocks ==105== suppressed: 70,643 bytes in 1,017 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) ==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::apple_caldav::testImport ==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: 469,286 bytes in 2,382 blocks ==109== total heap usage: 159,092 allocs, 156,651 frees, 30,977,089 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: 1,104 bytes in 4 blocks ==109== still reachable: 386,179 bytes in 1,279 blocks ==109== of which reachable via heuristic: ==109== length64 : 1,072 bytes in 19 blocks ==109== newarray : 1,728 bytes in 28 blocks ==109== suppressed: 70,643 bytes in 1,017 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) ==121== Memcheck, a memory error detector ==121== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==121== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==121== Command: ./client-test Client::Source::apple_caldavtodo::testChanges ==121== Parent PID: 96 ==121== --121-- WARNING: Serious error when reading debug info --121-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --121-- Ignoring non-Dwarf2/3/4 block in .debug_info --121-- WARNING: Serious error when reading debug info --121-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --121-- Last block truncated in .debug_info; ignoring --121-- WARNING: Serious error when reading debug info --121-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --121-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --121-- WARNING: Serious error when reading debug info --121-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --121-- Ignoring non-Dwarf2/3/4 block in .debug_info --121-- WARNING: Serious error when reading debug info --121-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --121-- Last block truncated in .debug_info; ignoring --121-- WARNING: Serious error when reading debug info --121-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --121-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --121-- WARNING: Serious error when reading debug info --121-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --121-- Ignoring non-Dwarf2/3/4 block in .debug_info --121-- WARNING: Serious error when reading debug info --121-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --121-- Last block truncated in .debug_info; ignoring --121-- WARNING: Serious error when reading debug info --121-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --121-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --121-- WARNING: Serious error when reading debug info --121-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --121-- Ignoring non-Dwarf2/3/4 block in .debug_info --121-- WARNING: Serious error when reading debug info --121-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --121-- Last block truncated in .debug_info; ignoring --121-- WARNING: Serious error when reading debug info --121-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --121-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --121-- WARNING: Serious error when reading debug info --121-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --121-- Ignoring non-Dwarf2/3/4 block in .debug_info --121-- WARNING: Serious error when reading debug info --121-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --121-- Last block truncated in .debug_info; ignoring --121-- WARNING: Serious error when reading debug info --121-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --121-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --121-- WARNING: Serious error when reading debug info --121-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --121-- Ignoring non-Dwarf2/3/4 block in .debug_info --121-- WARNING: Serious error when reading debug info --121-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --121-- Last block truncated in .debug_info; ignoring --121-- WARNING: Serious error when reading debug info --121-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --121-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --121-- WARNING: Serious error when reading debug info --121-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --121-- Ignoring non-Dwarf2/3/4 block in .debug_info --121-- WARNING: Serious error when reading debug info --121-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --121-- Last block truncated in .debug_info; ignoring --121-- WARNING: Serious error when reading debug info --121-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --121-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==121== ==121== HEAP SUMMARY: ==121== in use at exit: 300,285 bytes in 1,694 blocks ==121== total heap usage: 375,722 allocs, 373,935 frees, 48,630,972 bytes allocated ==121== ==121== LEAK SUMMARY: ==121== definitely lost: 0 bytes in 0 blocks ==121== indirectly lost: 0 bytes in 0 blocks ==121== possibly lost: 768 bytes in 3 blocks ==121== still reachable: 217,554 bytes in 594 blocks ==121== of which reachable via heuristic: ==121== length64 : 1,072 bytes in 19 blocks ==121== newarray : 1,728 bytes in 28 blocks ==121== suppressed: 70,603 bytes in 1,015 blocks ==121== Rerun with --leak-check=full to see details of leaked memory ==121== ==121== For counts of detected and suppressed errors, rerun with: -v ==121== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==125== Memcheck, a memory error detector ==125== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==125== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==125== Command: ./client-test Client::Source::apple_caldavtodo::testImport ==125== Parent PID: 96 ==125== --125-- WARNING: Serious error when reading debug info --125-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --125-- Ignoring non-Dwarf2/3/4 block in .debug_info --125-- WARNING: Serious error when reading debug info --125-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --125-- Last block truncated in .debug_info; ignoring --125-- WARNING: Serious error when reading debug info --125-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --125-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --125-- WARNING: Serious error when reading debug info --125-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --125-- Ignoring non-Dwarf2/3/4 block in .debug_info --125-- WARNING: Serious error when reading debug info --125-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --125-- Last block truncated in .debug_info; ignoring --125-- WARNING: Serious error when reading debug info --125-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --125-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --125-- WARNING: Serious error when reading debug info --125-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --125-- Ignoring non-Dwarf2/3/4 block in .debug_info --125-- WARNING: Serious error when reading debug info --125-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --125-- Last block truncated in .debug_info; ignoring --125-- WARNING: Serious error when reading debug info --125-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --125-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --125-- WARNING: Serious error when reading debug info --125-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --125-- Ignoring non-Dwarf2/3/4 block in .debug_info --125-- WARNING: Serious error when reading debug info --125-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --125-- Last block truncated in .debug_info; ignoring --125-- WARNING: Serious error when reading debug info --125-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --125-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --125-- WARNING: Serious error when reading debug info --125-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --125-- Ignoring non-Dwarf2/3/4 block in .debug_info --125-- WARNING: Serious error when reading debug info --125-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --125-- Last block truncated in .debug_info; ignoring --125-- WARNING: Serious error when reading debug info --125-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --125-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --125-- WARNING: Serious error when reading debug info --125-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --125-- Ignoring non-Dwarf2/3/4 block in .debug_info --125-- WARNING: Serious error when reading debug info --125-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --125-- Last block truncated in .debug_info; ignoring --125-- WARNING: Serious error when reading debug info --125-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --125-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --125-- WARNING: Serious error when reading debug info --125-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --125-- Ignoring non-Dwarf2/3/4 block in .debug_info --125-- WARNING: Serious error when reading debug info --125-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --125-- Last block truncated in .debug_info; ignoring --125-- WARNING: Serious error when reading debug info --125-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --125-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==125== ==125== HEAP SUMMARY: ==125== in use at exit: 302,765 bytes in 1,699 blocks ==125== total heap usage: 113,010 allocs, 111,252 frees, 19,850,322 bytes allocated ==125== ==125== LEAK SUMMARY: ==125== definitely lost: 0 bytes in 0 blocks ==125== indirectly lost: 0 bytes in 0 blocks ==125== possibly lost: 1,104 bytes in 4 blocks ==125== still reachable: 219,658 bytes in 596 blocks ==125== of which reachable via heuristic: ==125== length64 : 1,072 bytes in 19 blocks ==125== newarray : 1,728 bytes in 28 blocks ==125== suppressed: 70,643 bytes in 1,017 blocks ==125== Rerun with --leak-check=full to see details of leaked memory ==125== ==125== For counts of detected and suppressed errors, rerun with: -v ==125== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==137== Memcheck, a memory error detector ==137== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==137== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==137== Command: ./client-test Client::Source::apple_carddav::testChanges ==137== Parent PID: 96 ==137== --137-- WARNING: Serious error when reading debug info --137-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --137-- Ignoring non-Dwarf2/3/4 block in .debug_info --137-- WARNING: Serious error when reading debug info --137-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --137-- Last block truncated in .debug_info; ignoring --137-- WARNING: Serious error when reading debug info --137-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --137-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --137-- WARNING: Serious error when reading debug info --137-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --137-- Ignoring non-Dwarf2/3/4 block in .debug_info --137-- WARNING: Serious error when reading debug info --137-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --137-- Last block truncated in .debug_info; ignoring --137-- WARNING: Serious error when reading debug info --137-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --137-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --137-- WARNING: Serious error when reading debug info --137-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --137-- Ignoring non-Dwarf2/3/4 block in .debug_info --137-- WARNING: Serious error when reading debug info --137-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --137-- Last block truncated in .debug_info; ignoring --137-- WARNING: Serious error when reading debug info --137-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --137-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --137-- WARNING: Serious error when reading debug info --137-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --137-- Ignoring non-Dwarf2/3/4 block in .debug_info --137-- WARNING: Serious error when reading debug info --137-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --137-- Last block truncated in .debug_info; ignoring --137-- WARNING: Serious error when reading debug info --137-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --137-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --137-- WARNING: Serious error when reading debug info --137-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --137-- Ignoring non-Dwarf2/3/4 block in .debug_info --137-- WARNING: Serious error when reading debug info --137-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --137-- Last block truncated in .debug_info; ignoring --137-- WARNING: Serious error when reading debug info --137-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --137-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --137-- WARNING: Serious error when reading debug info --137-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --137-- Ignoring non-Dwarf2/3/4 block in .debug_info --137-- WARNING: Serious error when reading debug info --137-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --137-- Last block truncated in .debug_info; ignoring --137-- WARNING: Serious error when reading debug info --137-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --137-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --137-- WARNING: Serious error when reading debug info --137-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --137-- Ignoring non-Dwarf2/3/4 block in .debug_info --137-- WARNING: Serious error when reading debug info --137-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --137-- Last block truncated in .debug_info; ignoring --137-- WARNING: Serious error when reading debug info --137-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --137-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==137== ==137== HEAP SUMMARY: ==137== in use at exit: 300,285 bytes in 1,694 blocks ==137== total heap usage: 384,521 allocs, 382,734 frees, 57,949,482 bytes allocated ==137== ==137== LEAK SUMMARY: ==137== definitely lost: 0 bytes in 0 blocks ==137== indirectly lost: 0 bytes in 0 blocks ==137== possibly lost: 768 bytes in 3 blocks ==137== still reachable: 217,554 bytes in 594 blocks ==137== of which reachable via heuristic: ==137== length64 : 1,072 bytes in 19 blocks ==137== newarray : 1,728 bytes in 28 blocks ==137== suppressed: 70,603 bytes in 1,015 blocks ==137== Rerun with --leak-check=full to see details of leaked memory ==137== ==137== For counts of detected and suppressed errors, rerun with: -v ==137== 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::apple_carddav::testImport ==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: 302,765 bytes in 1,699 blocks ==141== total heap usage: 150,746 allocs, 148,988 frees, 28,036,542 bytes allocated ==141== ==141== LEAK SUMMARY: ==141== definitely lost: 0 bytes in 0 blocks ==141== indirectly lost: 0 bytes in 0 blocks ==141== possibly lost: 1,104 bytes in 4 blocks ==141== still reachable: 219,658 bytes in 596 blocks ==141== of which reachable via heuristic: ==141== length64 : 1,072 bytes in 19 blocks ==141== newarray : 1,728 bytes in 28 blocks ==141== suppressed: 70,643 bytes in 1,017 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) ==153== Memcheck, a memory error detector ==153== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==153== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==153== Command: ./client-test Client::Sync::eds_event::testItems ==153== Parent PID: 96 ==153== --153-- WARNING: Serious error when reading debug info --153-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --153-- Ignoring non-Dwarf2/3/4 block in .debug_info --153-- WARNING: Serious error when reading debug info --153-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --153-- Last block truncated in .debug_info; ignoring --153-- WARNING: Serious error when reading debug info --153-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --153-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --153-- WARNING: Serious error when reading debug info --153-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --153-- Ignoring non-Dwarf2/3/4 block in .debug_info --153-- WARNING: Serious error when reading debug info --153-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --153-- Last block truncated in .debug_info; ignoring --153-- WARNING: Serious error when reading debug info --153-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --153-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --153-- WARNING: Serious error when reading debug info --153-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --153-- Ignoring non-Dwarf2/3/4 block in .debug_info --153-- WARNING: Serious error when reading debug info --153-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --153-- Last block truncated in .debug_info; ignoring --153-- WARNING: Serious error when reading debug info --153-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --153-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --153-- WARNING: Serious error when reading debug info --153-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --153-- Ignoring non-Dwarf2/3/4 block in .debug_info --153-- WARNING: Serious error when reading debug info --153-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --153-- Last block truncated in .debug_info; ignoring --153-- WARNING: Serious error when reading debug info --153-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --153-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --153-- WARNING: Serious error when reading debug info --153-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --153-- Ignoring non-Dwarf2/3/4 block in .debug_info --153-- WARNING: Serious error when reading debug info --153-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --153-- Last block truncated in .debug_info; ignoring --153-- WARNING: Serious error when reading debug info --153-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --153-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --153-- WARNING: Serious error when reading debug info --153-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --153-- Ignoring non-Dwarf2/3/4 block in .debug_info --153-- WARNING: Serious error when reading debug info --153-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --153-- Last block truncated in .debug_info; ignoring --153-- WARNING: Serious error when reading debug info --153-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --153-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --153-- WARNING: Serious error when reading debug info --153-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --153-- Ignoring non-Dwarf2/3/4 block in .debug_info --153-- WARNING: Serious error when reading debug info --153-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --153-- Last block truncated in .debug_info; ignoring --153-- WARNING: Serious error when reading debug info --153-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --153-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --153-- WARNING: Serious error when reading debug info --153-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --153-- Ignoring non-Dwarf2/3/4 block in .debug_info --153-- WARNING: Serious error when reading debug info --153-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --153-- Last block truncated in .debug_info; ignoring --153-- WARNING: Serious error when reading debug info --153-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --153-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --153-- WARNING: Serious error when reading debug info --153-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --153-- Ignoring non-Dwarf2/3/4 block in .debug_info --153-- WARNING: Serious error when reading debug info --153-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --153-- Last block truncated in .debug_info; ignoring --153-- WARNING: Serious error when reading debug info --153-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --153-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --153-- WARNING: Serious error when reading debug info --153-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --153-- Ignoring non-Dwarf2/3/4 block in .debug_info --153-- WARNING: Serious error when reading debug info --153-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --153-- Last block truncated in .debug_info; ignoring --153-- WARNING: Serious error when reading debug info --153-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --153-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --153-- WARNING: Serious error when reading debug info --153-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --153-- Ignoring non-Dwarf2/3/4 block in .debug_info --153-- WARNING: Serious error when reading debug info --153-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --153-- Last block truncated in .debug_info; ignoring --153-- WARNING: Serious error when reading debug info --153-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --153-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --153-- WARNING: Serious error when reading debug info --153-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --153-- Ignoring non-Dwarf2/3/4 block in .debug_info --153-- WARNING: Serious error when reading debug info --153-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --153-- Last block truncated in .debug_info; ignoring --153-- WARNING: Serious error when reading debug info --153-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --153-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --153-- WARNING: Serious error when reading debug info --153-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --153-- Ignoring non-Dwarf2/3/4 block in .debug_info --153-- WARNING: Serious error when reading debug info --153-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --153-- Last block truncated in .debug_info; ignoring --153-- WARNING: Serious error when reading debug info --153-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --153-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==153== ==153== HEAP SUMMARY: ==153== in use at exit: 2,765,790 bytes in 26,427 blocks ==153== total heap usage: 1,552,898 allocs, 1,526,412 frees, 212,993,329 bytes allocated ==153== ==153== LEAK SUMMARY: ==153== definitely lost: 0 bytes in 0 blocks ==153== indirectly lost: 0 bytes in 0 blocks ==153== possibly lost: 1,104 bytes in 4 blocks ==153== still reachable: 2,335,015 bytes in 21,415 blocks ==153== of which reachable via heuristic: ==153== length64 : 5,176 bytes in 82 blocks ==153== newarray : 2,048 bytes in 48 blocks ==153== suppressed: 365,623 bytes in 4,520 blocks ==153== Rerun with --leak-check=full to see details of leaked memory ==153== ==153== For counts of detected and suppressed errors, rerun with: -v ==153== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==180== Memcheck, a memory error detector ==180== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==180== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==180== Command: /data/runtests/work/downstream-xenial-amd64/build/src/.libs/lt-syncevo-local-sync ==180== Parent PID: 153 ==180== --180-- WARNING: Serious error when reading debug info --180-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --180-- Ignoring non-Dwarf2/3/4 block in .debug_info --180-- WARNING: Serious error when reading debug info --180-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --180-- Last block truncated in .debug_info; ignoring --180-- WARNING: Serious error when reading debug info --180-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --180-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --180-- WARNING: Serious error when reading debug info --180-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --180-- Ignoring non-Dwarf2/3/4 block in .debug_info --180-- WARNING: Serious error when reading debug info --180-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --180-- Last block truncated in .debug_info; ignoring --180-- WARNING: Serious error when reading debug info --180-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --180-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --180-- WARNING: Serious error when reading debug info --180-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --180-- Ignoring non-Dwarf2/3/4 block in .debug_info --180-- WARNING: Serious error when reading debug info --180-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --180-- Last block truncated in .debug_info; ignoring --180-- WARNING: Serious error when reading debug info --180-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --180-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --180-- WARNING: Serious error when reading debug info --180-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --180-- Ignoring non-Dwarf2/3/4 block in .debug_info --180-- WARNING: Serious error when reading debug info --180-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --180-- Last block truncated in .debug_info; ignoring --180-- WARNING: Serious error when reading debug info --180-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --180-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --180-- WARNING: Serious error when reading debug info --180-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --180-- Ignoring non-Dwarf2/3/4 block in .debug_info --180-- WARNING: Serious error when reading debug info --180-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --180-- Last block truncated in .debug_info; ignoring --180-- WARNING: Serious error when reading debug info --180-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --180-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --180-- WARNING: Serious error when reading debug info --180-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --180-- Ignoring non-Dwarf2/3/4 block in .debug_info --180-- WARNING: Serious error when reading debug info --180-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --180-- Last block truncated in .debug_info; ignoring --180-- WARNING: Serious error when reading debug info --180-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --180-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --180-- WARNING: Serious error when reading debug info --180-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --180-- Ignoring non-Dwarf2/3/4 block in .debug_info --180-- WARNING: Serious error when reading debug info --180-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --180-- Last block truncated in .debug_info; ignoring --180-- WARNING: Serious error when reading debug info --180-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --180-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==180== ==180== HEAP SUMMARY: ==180== in use at exit: 2,479,031 bytes in 22,074 blocks ==180== total heap usage: 281,128 allocs, 259,054 frees, 49,830,233 bytes allocated ==180== ==180== LEAK SUMMARY: ==180== definitely lost: 0 bytes in 0 blocks ==180== indirectly lost: 0 bytes in 0 blocks ==180== possibly lost: 768 bytes in 3 blocks ==180== still reachable: 2,433,589 bytes in 21,474 blocks ==180== of which reachable via heuristic: ==180== length64 : 400 bytes in 7 blocks ==180== newarray : 1,680 bytes in 25 blocks ==180== suppressed: 41,306 bytes in 569 blocks ==180== Rerun with --leak-check=full to see details of leaked memory ==180== ==180== For counts of detected and suppressed errors, rerun with: -v ==180== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==203== Memcheck, a memory error detector ==203== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==203== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==203== Command: /usr/bin/g++ -Wl,--as-needed -std=c++14 -I/data/runtests/work/downstream-xenial-amd64/build/src/build-synthesis/src -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -pthread -I/usr/include/libsoup-2.4 -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -Wall -Wno-unknown-pragmas -Werror -g -O2 -Wl,-uSyncEvolution_Module_Version -Wl,--export-dynamic -Wl,-usyncevo_fetch_timezone -Wl,--as-needed -o /data/runtests/work/downstream-xenial-amd64/build/src/.libs/180-lt-syncevo-local-sync src/src_syncevo_local_sync-syncevo-local-sync.o test/src_syncevo_local_sync-test.o -pthread -lpcre -lpcrecpp -lcppunit src/syncevo/.libs/libsyncevo-icaltz-util-wrapper.a -ldl -L. -lsoup-2.4 src/gdbusxx/.libs/libgdbussyncevo.so src/syncevo/.libs/libsyncevolution.so -lgthread-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -pthread -Wl,-rpath -Wl,/data/runtests/work/downstream-xenial-amd64/build/src/gdbusxx/.libs -Wl,-rpath -Wl,/data/runtests/work/downstream-xenial-amd64/build/src/syncevo/.libs ==203== Parent PID: 202 ==203== ==203== ==203== HEAP SUMMARY: ==203== in use at exit: 158,803 bytes in 176 blocks ==203== total heap usage: 308 allocs, 132 frees, 177,617 bytes allocated ==203== ==203== LEAK SUMMARY: ==203== definitely lost: 39,493 bytes in 96 blocks ==203== indirectly lost: 18 bytes in 1 blocks ==203== possibly lost: 4 bytes in 1 blocks ==203== still reachable: 119,288 bytes in 78 blocks ==203== suppressed: 0 bytes in 0 blocks ==203== Rerun with --leak-check=full to see details of leaked memory ==203== ==203== For counts of detected and suppressed errors, rerun with: -v ==203== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==204== Memcheck, a memory error detector ==204== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==204== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==204== Command: /usr/lib/gcc/x86_64-linux-gnu/5/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/5/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper -plugin-opt=-fresolution=/tmp/ccrlqWc9.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lpthread -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --sysroot=/ --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -z relro -o /data/runtests/work/downstream-xenial-amd64/build/src/.libs/180-lt-syncevo-local-sync /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crt1.o /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/5/crtbegin.o -L. -L/usr/lib/gcc/x86_64-linux-gnu/5 -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/5/../../.. --as-needed -uSyncEvolution_Module_Version --export-dynamic -usyncevo_fetch_timezone --as-needed src/src_syncevo_local_sync-syncevo-local-sync.o test/src_syncevo_local_sync-test.o -lpcre -lpcrecpp -lcppunit src/syncevo/.libs/libsyncevo-icaltz-util-wrapper.a -ldl -lsoup-2.4 src/gdbusxx/.libs/libgdbussyncevo.so src/syncevo/.libs/libsyncevolution.so -lgthread-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -rpath /data/runtests/work/downstream-xenial-amd64/build/src/gdbusxx/.libs -rpath /data/runtests/work/downstream-xenial-amd64/build/src/syncevo/.libs -lstdc++ -lm -lgcc_s -lgcc -lpthread -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/5/crtend.o /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crtn.o ==204== Parent PID: 203 ==204== ==204== ==204== HEAP SUMMARY: ==204== in use at exit: 109,331 bytes in 68 blocks ==204== total heap usage: 90 allocs, 22 frees, 120,592 bytes allocated ==204== ==204== LEAK SUMMARY: ==204== definitely lost: 2,464 bytes in 4 blocks ==204== indirectly lost: 54 bytes in 3 blocks ==204== possibly lost: 0 bytes in 0 blocks ==204== still reachable: 106,813 bytes in 61 blocks ==204== suppressed: 0 bytes in 0 blocks ==204== Rerun with --leak-check=full to see details of leaked memory ==204== ==204== For counts of detected and suppressed errors, rerun with: -v ==204== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==205== Memcheck, a memory error detector ==205== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==205== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==205== Command: /usr/bin/ld -plugin /usr/lib/gcc/x86_64-linux-gnu/5/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper -plugin-opt=-fresolution=/tmp/ccrlqWc9.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lpthread -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --sysroot=/ --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -z relro -o /data/runtests/work/downstream-xenial-amd64/build/src/.libs/180-lt-syncevo-local-sync /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crt1.o /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/5/crtbegin.o -L. -L/usr/lib/gcc/x86_64-linux-gnu/5 -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/5/../../.. --as-needed -uSyncEvolution_Module_Version --export-dynamic -usyncevo_fetch_timezone --as-needed src/src_syncevo_local_sync-syncevo-local-sync.o test/src_syncevo_local_sync-test.o -lpcre -lpcrecpp -lcppunit src/syncevo/.libs/libsyncevo-icaltz-util-wrapper.a -ldl -lsoup-2.4 src/gdbusxx/.libs/libgdbussyncevo.so src/syncevo/.libs/libsyncevolution.so -lgthread-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -rpath /data/runtests/work/downstream-xenial-amd64/build/src/gdbusxx/.libs -rpath /data/runtests/work/downstream-xenial-amd64/build/src/syncevo/.libs -lstdc++ -lm -lgcc_s -lgcc -lpthread -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/5/crtend.o /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crtn.o ==205== Parent PID: 204 ==205== ==205== ==205== HEAP SUMMARY: ==205== in use at exit: 4,904,416 bytes in 1,689 blocks ==205== total heap usage: 7,236 allocs, 5,547 frees, 72,326,019 bytes allocated ==205== ==205== LEAK SUMMARY: ==205== definitely lost: 16,618 bytes in 191 blocks ==205== indirectly lost: 74,551 bytes in 7 blocks ==205== possibly lost: 0 bytes in 0 blocks ==205== still reachable: 4,813,247 bytes in 1,491 blocks ==205== suppressed: 0 bytes in 0 blocks ==205== Rerun with --leak-check=full to see details of leaked memory ==205== ==205== For counts of detected and suppressed errors, rerun with: -v ==205== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==206== Memcheck, a memory error detector ==206== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==206== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==206== Command: /bin/mv -f /data/runtests/work/downstream-xenial-amd64/build/src/.libs/180-lt-syncevo-local-sync /data/runtests/work/downstream-xenial-amd64/build/src/.libs/lt-syncevo-local-sync ==206== Parent PID: 180 ==206== ==206== ==206== HEAP SUMMARY: ==206== in use at exit: 2,176 bytes in 2 blocks ==206== total heap usage: 7 allocs, 5 frees, 3,916 bytes allocated ==206== ==206== LEAK SUMMARY: ==206== definitely lost: 0 bytes in 0 blocks ==206== indirectly lost: 0 bytes in 0 blocks ==206== possibly lost: 0 bytes in 0 blocks ==206== still reachable: 2,176 bytes in 2 blocks ==206== suppressed: 0 bytes in 0 blocks ==206== Rerun with --leak-check=full to see details of leaked memory ==206== ==206== For counts of detected and suppressed errors, rerun with: -v ==206== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==226== Memcheck, a memory error detector ==226== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==226== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==226== Command: /data/runtests/work/downstream-xenial-amd64/build/src/.libs/lt-syncevo-local-sync ==226== Parent PID: 153 ==226== --226-- WARNING: Serious error when reading debug info --226-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --226-- Ignoring non-Dwarf2/3/4 block in .debug_info --226-- WARNING: Serious error when reading debug info --226-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --226-- Last block truncated in .debug_info; ignoring --226-- WARNING: Serious error when reading debug info --226-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --226-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --226-- WARNING: Serious error when reading debug info --226-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --226-- Ignoring non-Dwarf2/3/4 block in .debug_info --226-- WARNING: Serious error when reading debug info --226-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --226-- Last block truncated in .debug_info; ignoring --226-- WARNING: Serious error when reading debug info --226-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --226-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --226-- WARNING: Serious error when reading debug info --226-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --226-- Ignoring non-Dwarf2/3/4 block in .debug_info --226-- WARNING: Serious error when reading debug info --226-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --226-- Last block truncated in .debug_info; ignoring --226-- WARNING: Serious error when reading debug info --226-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --226-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --226-- WARNING: Serious error when reading debug info --226-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --226-- Ignoring non-Dwarf2/3/4 block in .debug_info --226-- WARNING: Serious error when reading debug info --226-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --226-- Last block truncated in .debug_info; ignoring --226-- WARNING: Serious error when reading debug info --226-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --226-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --226-- WARNING: Serious error when reading debug info --226-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --226-- Ignoring non-Dwarf2/3/4 block in .debug_info --226-- WARNING: Serious error when reading debug info --226-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --226-- Last block truncated in .debug_info; ignoring --226-- WARNING: Serious error when reading debug info --226-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --226-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --226-- WARNING: Serious error when reading debug info --226-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --226-- Ignoring non-Dwarf2/3/4 block in .debug_info --226-- WARNING: Serious error when reading debug info --226-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --226-- Last block truncated in .debug_info; ignoring --226-- WARNING: Serious error when reading debug info --226-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --226-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --226-- WARNING: Serious error when reading debug info --226-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --226-- Ignoring non-Dwarf2/3/4 block in .debug_info --226-- WARNING: Serious error when reading debug info --226-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --226-- Last block truncated in .debug_info; ignoring --226-- WARNING: Serious error when reading debug info --226-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --226-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==226== ==226== HEAP SUMMARY: ==226== in use at exit: 2,450,615 bytes in 21,963 blocks ==226== total heap usage: 178,745 allocs, 156,782 frees, 32,862,168 bytes allocated ==226== ==226== LEAK SUMMARY: ==226== definitely lost: 0 bytes in 0 blocks ==226== indirectly lost: 0 bytes in 0 blocks ==226== possibly lost: 768 bytes in 3 blocks ==226== still reachable: 2,405,173 bytes in 21,363 blocks ==226== of which reachable via heuristic: ==226== length64 : 400 bytes in 7 blocks ==226== newarray : 1,680 bytes in 25 blocks ==226== suppressed: 41,306 bytes in 569 blocks ==226== Rerun with --leak-check=full to see details of leaked memory ==226== ==226== For counts of detected and suppressed errors, rerun with: -v ==226== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==284== Memcheck, a memory error detector ==284== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==284== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==284== Command: /data/runtests/work/downstream-xenial-amd64/build/src/.libs/lt-syncevo-local-sync ==284== Parent PID: 153 ==284== --284-- WARNING: Serious error when reading debug info --284-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --284-- Ignoring non-Dwarf2/3/4 block in .debug_info --284-- WARNING: Serious error when reading debug info --284-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --284-- Last block truncated in .debug_info; ignoring --284-- WARNING: Serious error when reading debug info --284-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --284-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --284-- WARNING: Serious error when reading debug info --284-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --284-- Ignoring non-Dwarf2/3/4 block in .debug_info --284-- WARNING: Serious error when reading debug info --284-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --284-- Last block truncated in .debug_info; ignoring --284-- WARNING: Serious error when reading debug info --284-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --284-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --284-- WARNING: Serious error when reading debug info --284-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --284-- Ignoring non-Dwarf2/3/4 block in .debug_info --284-- WARNING: Serious error when reading debug info --284-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --284-- Last block truncated in .debug_info; ignoring --284-- WARNING: Serious error when reading debug info --284-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --284-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --284-- WARNING: Serious error when reading debug info --284-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --284-- Ignoring non-Dwarf2/3/4 block in .debug_info --284-- WARNING: Serious error when reading debug info --284-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --284-- Last block truncated in .debug_info; ignoring --284-- WARNING: Serious error when reading debug info --284-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --284-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --284-- WARNING: Serious error when reading debug info --284-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --284-- Ignoring non-Dwarf2/3/4 block in .debug_info --284-- WARNING: Serious error when reading debug info --284-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --284-- Last block truncated in .debug_info; ignoring --284-- WARNING: Serious error when reading debug info --284-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --284-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --284-- WARNING: Serious error when reading debug info --284-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --284-- Ignoring non-Dwarf2/3/4 block in .debug_info --284-- WARNING: Serious error when reading debug info --284-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --284-- Last block truncated in .debug_info; ignoring --284-- WARNING: Serious error when reading debug info --284-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --284-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --284-- WARNING: Serious error when reading debug info --284-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --284-- Ignoring non-Dwarf2/3/4 block in .debug_info --284-- WARNING: Serious error when reading debug info --284-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --284-- Last block truncated in .debug_info; ignoring --284-- WARNING: Serious error when reading debug info --284-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --284-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==284== ==284== HEAP SUMMARY: ==284== in use at exit: 2,396,303 bytes in 21,828 blocks ==284== total heap usage: 285,473 allocs, 263,645 frees, 43,611,218 bytes allocated ==284== ==284== LEAK SUMMARY: ==284== definitely lost: 0 bytes in 0 blocks ==284== indirectly lost: 0 bytes in 0 blocks ==284== possibly lost: 768 bytes in 3 blocks ==284== still reachable: 2,350,861 bytes in 21,228 blocks ==284== of which reachable via heuristic: ==284== length64 : 400 bytes in 7 blocks ==284== newarray : 1,680 bytes in 25 blocks ==284== suppressed: 41,306 bytes in 569 blocks ==284== Rerun with --leak-check=full to see details of leaked memory ==284== ==284== For counts of detected and suppressed errors, rerun with: -v ==284== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==314== Memcheck, a memory error detector ==314== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==314== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==314== Command: /data/runtests/work/downstream-xenial-amd64/build/src/.libs/lt-syncevo-local-sync ==314== Parent PID: 153 ==314== --314-- WARNING: Serious error when reading debug info --314-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --314-- Ignoring non-Dwarf2/3/4 block in .debug_info --314-- WARNING: Serious error when reading debug info --314-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --314-- Last block truncated in .debug_info; ignoring --314-- WARNING: Serious error when reading debug info --314-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --314-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --314-- WARNING: Serious error when reading debug info --314-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --314-- Ignoring non-Dwarf2/3/4 block in .debug_info --314-- WARNING: Serious error when reading debug info --314-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --314-- Last block truncated in .debug_info; ignoring --314-- WARNING: Serious error when reading debug info --314-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --314-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --314-- WARNING: Serious error when reading debug info --314-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --314-- Ignoring non-Dwarf2/3/4 block in .debug_info --314-- WARNING: Serious error when reading debug info --314-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --314-- Last block truncated in .debug_info; ignoring --314-- WARNING: Serious error when reading debug info --314-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --314-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --314-- WARNING: Serious error when reading debug info --314-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --314-- Ignoring non-Dwarf2/3/4 block in .debug_info --314-- WARNING: Serious error when reading debug info --314-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --314-- Last block truncated in .debug_info; ignoring --314-- WARNING: Serious error when reading debug info --314-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --314-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --314-- WARNING: Serious error when reading debug info --314-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --314-- Ignoring non-Dwarf2/3/4 block in .debug_info --314-- WARNING: Serious error when reading debug info --314-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --314-- Last block truncated in .debug_info; ignoring --314-- WARNING: Serious error when reading debug info --314-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --314-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --314-- WARNING: Serious error when reading debug info --314-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --314-- Ignoring non-Dwarf2/3/4 block in .debug_info --314-- WARNING: Serious error when reading debug info --314-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --314-- Last block truncated in .debug_info; ignoring --314-- WARNING: Serious error when reading debug info --314-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --314-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --314-- WARNING: Serious error when reading debug info --314-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --314-- Ignoring non-Dwarf2/3/4 block in .debug_info --314-- WARNING: Serious error when reading debug info --314-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --314-- Last block truncated in .debug_info; ignoring --314-- WARNING: Serious error when reading debug info --314-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --314-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==314== ==314== HEAP SUMMARY: ==314== in use at exit: 2,479,031 bytes in 22,074 blocks ==314== total heap usage: 224,181 allocs, 202,107 frees, 37,566,965 bytes allocated ==314== ==314== LEAK SUMMARY: ==314== definitely lost: 0 bytes in 0 blocks ==314== indirectly lost: 0 bytes in 0 blocks ==314== possibly lost: 768 bytes in 3 blocks ==314== still reachable: 2,433,589 bytes in 21,474 blocks ==314== of which reachable via heuristic: ==314== length64 : 400 bytes in 7 blocks ==314== newarray : 1,680 bytes in 25 blocks ==314== suppressed: 41,306 bytes in 569 blocks ==314== Rerun with --leak-check=full to see details of leaked memory ==314== ==314== For counts of detected and suppressed errors, rerun with: -v ==314== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==363== Memcheck, a memory error detector ==363== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==363== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==363== Command: ./client-test Client::Sync::eds_task::testItems ==363== Parent PID: 96 ==363== --363-- WARNING: Serious error when reading debug info --363-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --363-- Ignoring non-Dwarf2/3/4 block in .debug_info --363-- WARNING: Serious error when reading debug info --363-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --363-- Last block truncated in .debug_info; ignoring --363-- WARNING: Serious error when reading debug info --363-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --363-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --363-- WARNING: Serious error when reading debug info --363-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --363-- Ignoring non-Dwarf2/3/4 block in .debug_info --363-- WARNING: Serious error when reading debug info --363-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --363-- Last block truncated in .debug_info; ignoring --363-- WARNING: Serious error when reading debug info --363-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --363-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --363-- WARNING: Serious error when reading debug info --363-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --363-- Ignoring non-Dwarf2/3/4 block in .debug_info --363-- WARNING: Serious error when reading debug info --363-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --363-- Last block truncated in .debug_info; ignoring --363-- WARNING: Serious error when reading debug info --363-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --363-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --363-- WARNING: Serious error when reading debug info --363-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --363-- Ignoring non-Dwarf2/3/4 block in .debug_info --363-- WARNING: Serious error when reading debug info --363-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --363-- Last block truncated in .debug_info; ignoring --363-- WARNING: Serious error when reading debug info --363-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --363-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --363-- WARNING: Serious error when reading debug info --363-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --363-- Ignoring non-Dwarf2/3/4 block in .debug_info --363-- WARNING: Serious error when reading debug info --363-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --363-- Last block truncated in .debug_info; ignoring --363-- WARNING: Serious error when reading debug info --363-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --363-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --363-- WARNING: Serious error when reading debug info --363-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --363-- Ignoring non-Dwarf2/3/4 block in .debug_info --363-- WARNING: Serious error when reading debug info --363-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --363-- Last block truncated in .debug_info; ignoring --363-- WARNING: Serious error when reading debug info --363-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --363-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --363-- WARNING: Serious error when reading debug info --363-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --363-- Ignoring non-Dwarf2/3/4 block in .debug_info --363-- WARNING: Serious error when reading debug info --363-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --363-- Last block truncated in .debug_info; ignoring --363-- WARNING: Serious error when reading debug info --363-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --363-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --363-- WARNING: Serious error when reading debug info --363-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --363-- Ignoring non-Dwarf2/3/4 block in .debug_info --363-- WARNING: Serious error when reading debug info --363-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --363-- Last block truncated in .debug_info; ignoring --363-- WARNING: Serious error when reading debug info --363-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --363-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --363-- WARNING: Serious error when reading debug info --363-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --363-- Ignoring non-Dwarf2/3/4 block in .debug_info --363-- WARNING: Serious error when reading debug info --363-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --363-- Last block truncated in .debug_info; ignoring --363-- WARNING: Serious error when reading debug info --363-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --363-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --363-- WARNING: Serious error when reading debug info --363-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --363-- Ignoring non-Dwarf2/3/4 block in .debug_info --363-- WARNING: Serious error when reading debug info --363-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --363-- Last block truncated in .debug_info; ignoring --363-- WARNING: Serious error when reading debug info --363-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --363-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --363-- WARNING: Serious error when reading debug info --363-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --363-- Ignoring non-Dwarf2/3/4 block in .debug_info --363-- WARNING: Serious error when reading debug info --363-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --363-- Last block truncated in .debug_info; ignoring --363-- WARNING: Serious error when reading debug info --363-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --363-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --363-- WARNING: Serious error when reading debug info --363-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --363-- Ignoring non-Dwarf2/3/4 block in .debug_info --363-- WARNING: Serious error when reading debug info --363-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --363-- Last block truncated in .debug_info; ignoring --363-- WARNING: Serious error when reading debug info --363-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --363-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --363-- WARNING: Serious error when reading debug info --363-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --363-- Ignoring non-Dwarf2/3/4 block in .debug_info --363-- WARNING: Serious error when reading debug info --363-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --363-- Last block truncated in .debug_info; ignoring --363-- WARNING: Serious error when reading debug info --363-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --363-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==363== ==363== HEAP SUMMARY: ==363== in use at exit: 2,764,386 bytes in 26,403 blocks ==363== total heap usage: 1,051,060 allocs, 1,024,598 frees, 156,301,992 bytes allocated ==363== ==363== LEAK SUMMARY: ==363== definitely lost: 0 bytes in 0 blocks ==363== indirectly lost: 0 bytes in 0 blocks ==363== possibly lost: 1,104 bytes in 4 blocks ==363== still reachable: 2,335,287 bytes in 21,417 blocks ==363== of which reachable via heuristic: ==363== length64 : 5,176 bytes in 82 blocks ==363== newarray : 2,048 bytes in 48 blocks ==363== suppressed: 363,779 bytes in 4,492 blocks ==363== Rerun with --leak-check=full to see details of leaked memory ==363== ==363== For counts of detected and suppressed errors, rerun with: -v ==363== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==395== Memcheck, a memory error detector ==395== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==395== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==395== Command: /data/runtests/work/downstream-xenial-amd64/build/src/.libs/lt-syncevo-local-sync ==395== Parent PID: 363 ==395== --395-- WARNING: Serious error when reading debug info --395-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --395-- Ignoring non-Dwarf2/3/4 block in .debug_info --395-- WARNING: Serious error when reading debug info --395-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --395-- Last block truncated in .debug_info; ignoring --395-- WARNING: Serious error when reading debug info --395-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --395-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --395-- WARNING: Serious error when reading debug info --395-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --395-- Ignoring non-Dwarf2/3/4 block in .debug_info --395-- WARNING: Serious error when reading debug info --395-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --395-- Last block truncated in .debug_info; ignoring --395-- WARNING: Serious error when reading debug info --395-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --395-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --395-- WARNING: Serious error when reading debug info --395-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --395-- Ignoring non-Dwarf2/3/4 block in .debug_info --395-- WARNING: Serious error when reading debug info --395-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --395-- Last block truncated in .debug_info; ignoring --395-- WARNING: Serious error when reading debug info --395-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --395-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --395-- WARNING: Serious error when reading debug info --395-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --395-- Ignoring non-Dwarf2/3/4 block in .debug_info --395-- WARNING: Serious error when reading debug info --395-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --395-- Last block truncated in .debug_info; ignoring --395-- WARNING: Serious error when reading debug info --395-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --395-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --395-- WARNING: Serious error when reading debug info --395-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --395-- Ignoring non-Dwarf2/3/4 block in .debug_info --395-- WARNING: Serious error when reading debug info --395-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --395-- Last block truncated in .debug_info; ignoring --395-- WARNING: Serious error when reading debug info --395-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --395-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --395-- WARNING: Serious error when reading debug info --395-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --395-- Ignoring non-Dwarf2/3/4 block in .debug_info --395-- WARNING: Serious error when reading debug info --395-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --395-- Last block truncated in .debug_info; ignoring --395-- WARNING: Serious error when reading debug info --395-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --395-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --395-- WARNING: Serious error when reading debug info --395-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --395-- Ignoring non-Dwarf2/3/4 block in .debug_info --395-- WARNING: Serious error when reading debug info --395-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --395-- Last block truncated in .debug_info; ignoring --395-- WARNING: Serious error when reading debug info --395-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --395-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==395== ==395== HEAP SUMMARY: ==395== in use at exit: 2,396,303 bytes in 21,828 blocks ==395== total heap usage: 212,279 allocs, 190,451 frees, 42,584,635 bytes allocated ==395== ==395== LEAK SUMMARY: ==395== definitely lost: 0 bytes in 0 blocks ==395== indirectly lost: 0 bytes in 0 blocks ==395== possibly lost: 768 bytes in 3 blocks ==395== still reachable: 2,350,861 bytes in 21,228 blocks ==395== of which reachable via heuristic: ==395== length64 : 400 bytes in 7 blocks ==395== newarray : 1,680 bytes in 25 blocks ==395== suppressed: 41,306 bytes in 569 blocks ==395== Rerun with --leak-check=full to see details of leaked memory ==395== ==395== For counts of detected and suppressed errors, rerun with: -v ==395== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==457== Memcheck, a memory error detector ==457== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==457== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==457== Command: /data/runtests/work/downstream-xenial-amd64/build/src/.libs/lt-syncevo-local-sync ==457== Parent PID: 363 ==457== --457-- WARNING: Serious error when reading debug info --457-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --457-- Ignoring non-Dwarf2/3/4 block in .debug_info --457-- WARNING: Serious error when reading debug info --457-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --457-- Last block truncated in .debug_info; ignoring --457-- WARNING: Serious error when reading debug info --457-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --457-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --457-- WARNING: Serious error when reading debug info --457-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --457-- Ignoring non-Dwarf2/3/4 block in .debug_info --457-- WARNING: Serious error when reading debug info --457-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --457-- Last block truncated in .debug_info; ignoring --457-- WARNING: Serious error when reading debug info --457-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --457-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --457-- WARNING: Serious error when reading debug info --457-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --457-- Ignoring non-Dwarf2/3/4 block in .debug_info --457-- WARNING: Serious error when reading debug info --457-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --457-- Last block truncated in .debug_info; ignoring --457-- WARNING: Serious error when reading debug info --457-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --457-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --457-- WARNING: Serious error when reading debug info --457-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --457-- Ignoring non-Dwarf2/3/4 block in .debug_info --457-- WARNING: Serious error when reading debug info --457-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --457-- Last block truncated in .debug_info; ignoring --457-- WARNING: Serious error when reading debug info --457-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --457-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --457-- WARNING: Serious error when reading debug info --457-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --457-- Ignoring non-Dwarf2/3/4 block in .debug_info --457-- WARNING: Serious error when reading debug info --457-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --457-- Last block truncated in .debug_info; ignoring --457-- WARNING: Serious error when reading debug info --457-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --457-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --457-- WARNING: Serious error when reading debug info --457-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --457-- Ignoring non-Dwarf2/3/4 block in .debug_info --457-- WARNING: Serious error when reading debug info --457-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --457-- Last block truncated in .debug_info; ignoring --457-- WARNING: Serious error when reading debug info --457-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --457-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --457-- WARNING: Serious error when reading debug info --457-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --457-- Ignoring non-Dwarf2/3/4 block in .debug_info --457-- WARNING: Serious error when reading debug info --457-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --457-- Last block truncated in .debug_info; ignoring --457-- WARNING: Serious error when reading debug info --457-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --457-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==457== ==457== HEAP SUMMARY: ==457== in use at exit: 2,396,303 bytes in 21,828 blocks ==457== total heap usage: 153,434 allocs, 131,606 frees, 30,213,969 bytes allocated ==457== ==457== LEAK SUMMARY: ==457== definitely lost: 0 bytes in 0 blocks ==457== indirectly lost: 0 bytes in 0 blocks ==457== possibly lost: 768 bytes in 3 blocks ==457== still reachable: 2,350,861 bytes in 21,228 blocks ==457== of which reachable via heuristic: ==457== length64 : 400 bytes in 7 blocks ==457== newarray : 1,680 bytes in 25 blocks ==457== suppressed: 41,306 bytes in 569 blocks ==457== Rerun with --leak-check=full to see details of leaked memory ==457== ==457== For counts of detected and suppressed errors, rerun with: -v ==457== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==553== Memcheck, a memory error detector ==553== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==553== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==553== Command: /data/runtests/work/downstream-xenial-amd64/build/src/.libs/lt-syncevo-local-sync ==553== Parent PID: 363 ==553== --553-- WARNING: Serious error when reading debug info --553-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --553-- Ignoring non-Dwarf2/3/4 block in .debug_info --553-- WARNING: Serious error when reading debug info --553-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --553-- Last block truncated in .debug_info; ignoring --553-- WARNING: Serious error when reading debug info --553-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --553-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --553-- WARNING: Serious error when reading debug info --553-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --553-- Ignoring non-Dwarf2/3/4 block in .debug_info --553-- WARNING: Serious error when reading debug info --553-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --553-- Last block truncated in .debug_info; ignoring --553-- WARNING: Serious error when reading debug info --553-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --553-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --553-- WARNING: Serious error when reading debug info --553-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --553-- Ignoring non-Dwarf2/3/4 block in .debug_info --553-- WARNING: Serious error when reading debug info --553-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --553-- Last block truncated in .debug_info; ignoring --553-- WARNING: Serious error when reading debug info --553-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --553-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --553-- WARNING: Serious error when reading debug info --553-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --553-- Ignoring non-Dwarf2/3/4 block in .debug_info --553-- WARNING: Serious error when reading debug info --553-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --553-- Last block truncated in .debug_info; ignoring --553-- WARNING: Serious error when reading debug info --553-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --553-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --553-- WARNING: Serious error when reading debug info --553-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --553-- Ignoring non-Dwarf2/3/4 block in .debug_info --553-- WARNING: Serious error when reading debug info --553-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --553-- Last block truncated in .debug_info; ignoring --553-- WARNING: Serious error when reading debug info --553-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --553-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --553-- WARNING: Serious error when reading debug info --553-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --553-- Ignoring non-Dwarf2/3/4 block in .debug_info --553-- WARNING: Serious error when reading debug info --553-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --553-- Last block truncated in .debug_info; ignoring --553-- WARNING: Serious error when reading debug info --553-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --553-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --553-- WARNING: Serious error when reading debug info --553-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --553-- Ignoring non-Dwarf2/3/4 block in .debug_info --553-- WARNING: Serious error when reading debug info --553-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --553-- Last block truncated in .debug_info; ignoring --553-- WARNING: Serious error when reading debug info --553-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --553-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==553== ==553== HEAP SUMMARY: ==553== in use at exit: 2,396,303 bytes in 21,828 blocks ==553== total heap usage: 159,196 allocs, 137,368 frees, 30,843,902 bytes allocated ==553== ==553== LEAK SUMMARY: ==553== definitely lost: 0 bytes in 0 blocks ==553== indirectly lost: 0 bytes in 0 blocks ==553== possibly lost: 768 bytes in 3 blocks ==553== still reachable: 2,350,861 bytes in 21,228 blocks ==553== of which reachable via heuristic: ==553== length64 : 400 bytes in 7 blocks ==553== newarray : 1,680 bytes in 25 blocks ==553== suppressed: 41,306 bytes in 569 blocks ==553== Rerun with --leak-check=full to see details of leaked memory ==553== ==553== For counts of detected and suppressed errors, rerun with: -v ==553== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==590== Memcheck, a memory error detector ==590== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==590== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==590== Command: /data/runtests/work/downstream-xenial-amd64/build/src/.libs/lt-syncevo-local-sync ==590== Parent PID: 363 ==590== --590-- WARNING: Serious error when reading debug info --590-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --590-- Ignoring non-Dwarf2/3/4 block in .debug_info --590-- WARNING: Serious error when reading debug info --590-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --590-- Last block truncated in .debug_info; ignoring --590-- WARNING: Serious error when reading debug info --590-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --590-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --590-- WARNING: Serious error when reading debug info --590-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --590-- Ignoring non-Dwarf2/3/4 block in .debug_info --590-- WARNING: Serious error when reading debug info --590-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --590-- Last block truncated in .debug_info; ignoring --590-- WARNING: Serious error when reading debug info --590-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --590-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --590-- WARNING: Serious error when reading debug info --590-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --590-- Ignoring non-Dwarf2/3/4 block in .debug_info --590-- WARNING: Serious error when reading debug info --590-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --590-- Last block truncated in .debug_info; ignoring --590-- WARNING: Serious error when reading debug info --590-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --590-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --590-- WARNING: Serious error when reading debug info --590-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --590-- Ignoring non-Dwarf2/3/4 block in .debug_info --590-- WARNING: Serious error when reading debug info --590-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --590-- Last block truncated in .debug_info; ignoring --590-- WARNING: Serious error when reading debug info --590-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --590-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --590-- WARNING: Serious error when reading debug info --590-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --590-- Ignoring non-Dwarf2/3/4 block in .debug_info --590-- WARNING: Serious error when reading debug info --590-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --590-- Last block truncated in .debug_info; ignoring --590-- WARNING: Serious error when reading debug info --590-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --590-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --590-- WARNING: Serious error when reading debug info --590-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --590-- Ignoring non-Dwarf2/3/4 block in .debug_info --590-- WARNING: Serious error when reading debug info --590-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --590-- Last block truncated in .debug_info; ignoring --590-- WARNING: Serious error when reading debug info --590-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --590-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --590-- WARNING: Serious error when reading debug info --590-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --590-- Ignoring non-Dwarf2/3/4 block in .debug_info --590-- WARNING: Serious error when reading debug info --590-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --590-- Last block truncated in .debug_info; ignoring --590-- WARNING: Serious error when reading debug info --590-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --590-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==590== ==590== HEAP SUMMARY: ==590== in use at exit: 2,396,303 bytes in 21,828 blocks ==590== total heap usage: 156,477 allocs, 134,649 frees, 30,498,348 bytes allocated ==590== ==590== LEAK SUMMARY: ==590== definitely lost: 0 bytes in 0 blocks ==590== indirectly lost: 0 bytes in 0 blocks ==590== possibly lost: 768 bytes in 3 blocks ==590== still reachable: 2,350,861 bytes in 21,228 blocks ==590== of which reachable via heuristic: ==590== length64 : 400 bytes in 7 blocks ==590== newarray : 1,680 bytes in 25 blocks ==590== suppressed: 41,306 bytes in 569 blocks ==590== Rerun with --leak-check=full to see details of leaked memory ==590== ==590== For counts of detected and suppressed errors, rerun with: -v ==590== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==653== Memcheck, a memory error detector ==653== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==653== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==653== Command: ./client-test Client::Sync::eds_contact::testItems ==653== Parent PID: 96 ==653== --653-- WARNING: Serious error when reading debug info --653-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --653-- Ignoring non-Dwarf2/3/4 block in .debug_info --653-- WARNING: Serious error when reading debug info --653-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --653-- Last block truncated in .debug_info; ignoring --653-- WARNING: Serious error when reading debug info --653-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --653-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --653-- WARNING: Serious error when reading debug info --653-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --653-- Ignoring non-Dwarf2/3/4 block in .debug_info --653-- WARNING: Serious error when reading debug info --653-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --653-- Last block truncated in .debug_info; ignoring --653-- WARNING: Serious error when reading debug info --653-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --653-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --653-- WARNING: Serious error when reading debug info --653-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --653-- Ignoring non-Dwarf2/3/4 block in .debug_info --653-- WARNING: Serious error when reading debug info --653-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --653-- Last block truncated in .debug_info; ignoring --653-- WARNING: Serious error when reading debug info --653-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --653-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --653-- WARNING: Serious error when reading debug info --653-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --653-- Ignoring non-Dwarf2/3/4 block in .debug_info --653-- WARNING: Serious error when reading debug info --653-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --653-- Last block truncated in .debug_info; ignoring --653-- WARNING: Serious error when reading debug info --653-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --653-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --653-- WARNING: Serious error when reading debug info --653-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --653-- Ignoring non-Dwarf2/3/4 block in .debug_info --653-- WARNING: Serious error when reading debug info --653-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --653-- Last block truncated in .debug_info; ignoring --653-- WARNING: Serious error when reading debug info --653-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --653-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --653-- WARNING: Serious error when reading debug info --653-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --653-- Ignoring non-Dwarf2/3/4 block in .debug_info --653-- WARNING: Serious error when reading debug info --653-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --653-- Last block truncated in .debug_info; ignoring --653-- WARNING: Serious error when reading debug info --653-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --653-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --653-- WARNING: Serious error when reading debug info --653-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --653-- Ignoring non-Dwarf2/3/4 block in .debug_info --653-- WARNING: Serious error when reading debug info --653-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --653-- Last block truncated in .debug_info; ignoring --653-- WARNING: Serious error when reading debug info --653-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --653-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --653-- WARNING: Serious error when reading debug info --653-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --653-- Ignoring non-Dwarf2/3/4 block in .debug_info --653-- WARNING: Serious error when reading debug info --653-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --653-- Last block truncated in .debug_info; ignoring --653-- WARNING: Serious error when reading debug info --653-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamellocal.so: --653-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --653-- WARNING: Serious error when reading debug info --653-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --653-- Ignoring non-Dwarf2/3/4 block in .debug_info --653-- WARNING: Serious error when reading debug info --653-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --653-- Last block truncated in .debug_info; ignoring --653-- WARNING: Serious error when reading debug info --653-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: --653-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --653-- WARNING: Serious error when reading debug info --653-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --653-- Ignoring non-Dwarf2/3/4 block in .debug_info --653-- WARNING: Serious error when reading debug info --653-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --653-- Last block truncated in .debug_info; ignoring --653-- WARNING: Serious error when reading debug info --653-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: --653-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --653-- WARNING: Serious error when reading debug info --653-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --653-- Ignoring non-Dwarf2/3/4 block in .debug_info --653-- WARNING: Serious error when reading debug info --653-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --653-- Last block truncated in .debug_info; ignoring --653-- WARNING: Serious error when reading debug info --653-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: --653-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --653-- WARNING: Serious error when reading debug info --653-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --653-- Ignoring non-Dwarf2/3/4 block in .debug_info --653-- WARNING: Serious error when reading debug info --653-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --653-- Last block truncated in .debug_info; ignoring --653-- WARNING: Serious error when reading debug info --653-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: --653-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --653-- WARNING: Serious error when reading debug info --653-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --653-- Ignoring non-Dwarf2/3/4 block in .debug_info --653-- WARNING: Serious error when reading debug info --653-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --653-- Last block truncated in .debug_info; ignoring --653-- WARNING: Serious error when reading debug info --653-- When reading debug info from /usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: --653-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==653== ==653== HEAP SUMMARY: ==653== in use at exit: 2,821,319 bytes in 26,863 blocks ==653== total heap usage: 1,455,883 allocs, 1,428,961 frees, 197,498,160 bytes allocated ==653== ==653== LEAK SUMMARY: ==653== definitely lost: 0 bytes in 0 blocks ==653== indirectly lost: 0 bytes in 0 blocks ==653== possibly lost: 1,440 bytes in 5 blocks ==653== still reachable: 2,417,303 bytes in 21,520 blocks ==653== of which reachable via heuristic: ==653== length64 : 5,152 bytes in 82 blocks ==653== newarray : 2,032 bytes in 47 blocks ==653== suppressed: 318,680 bytes in 4,725 blocks ==653== Rerun with --leak-check=full to see details of leaked memory ==653== ==653== For counts of detected and suppressed errors, rerun with: -v ==653== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==679== Memcheck, a memory error detector ==679== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==679== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==679== Command: /data/runtests/work/downstream-xenial-amd64/build/src/.libs/lt-syncevo-local-sync ==679== Parent PID: 653 ==679== --679-- WARNING: Serious error when reading debug info --679-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --679-- Ignoring non-Dwarf2/3/4 block in .debug_info --679-- WARNING: Serious error when reading debug info --679-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --679-- Last block truncated in .debug_info; ignoring --679-- WARNING: Serious error when reading debug info --679-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --679-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --679-- WARNING: Serious error when reading debug info --679-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --679-- Ignoring non-Dwarf2/3/4 block in .debug_info --679-- WARNING: Serious error when reading debug info --679-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --679-- Last block truncated in .debug_info; ignoring --679-- WARNING: Serious error when reading debug info --679-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --679-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --679-- WARNING: Serious error when reading debug info --679-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --679-- Ignoring non-Dwarf2/3/4 block in .debug_info --679-- WARNING: Serious error when reading debug info --679-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --679-- Last block truncated in .debug_info; ignoring --679-- WARNING: Serious error when reading debug info --679-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --679-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --679-- WARNING: Serious error when reading debug info --679-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --679-- Ignoring non-Dwarf2/3/4 block in .debug_info --679-- WARNING: Serious error when reading debug info --679-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --679-- Last block truncated in .debug_info; ignoring --679-- WARNING: Serious error when reading debug info --679-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --679-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --679-- WARNING: Serious error when reading debug info --679-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --679-- Ignoring non-Dwarf2/3/4 block in .debug_info --679-- WARNING: Serious error when reading debug info --679-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --679-- Last block truncated in .debug_info; ignoring --679-- WARNING: Serious error when reading debug info --679-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --679-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --679-- WARNING: Serious error when reading debug info --679-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --679-- Ignoring non-Dwarf2/3/4 block in .debug_info --679-- WARNING: Serious error when reading debug info --679-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --679-- Last block truncated in .debug_info; ignoring --679-- WARNING: Serious error when reading debug info --679-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --679-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --679-- WARNING: Serious error when reading debug info --679-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --679-- Ignoring non-Dwarf2/3/4 block in .debug_info --679-- WARNING: Serious error when reading debug info --679-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --679-- Last block truncated in .debug_info; ignoring --679-- WARNING: Serious error when reading debug info --679-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --679-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==679== ==679== HEAP SUMMARY: ==679== in use at exit: 2,396,303 bytes in 21,828 blocks ==679== total heap usage: 434,131 allocs, 412,303 frees, 64,779,283 bytes allocated ==679== ==679== LEAK SUMMARY: ==679== definitely lost: 0 bytes in 0 blocks ==679== indirectly lost: 0 bytes in 0 blocks ==679== possibly lost: 768 bytes in 3 blocks ==679== still reachable: 2,350,861 bytes in 21,228 blocks ==679== of which reachable via heuristic: ==679== length64 : 400 bytes in 7 blocks ==679== newarray : 1,680 bytes in 25 blocks ==679== suppressed: 41,306 bytes in 569 blocks ==679== Rerun with --leak-check=full to see details of leaked memory ==679== ==679== For counts of detected and suppressed errors, rerun with: -v ==679== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==722== Memcheck, a memory error detector ==722== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==722== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==722== Command: /data/runtests/work/downstream-xenial-amd64/build/src/.libs/lt-syncevo-local-sync ==722== Parent PID: 653 ==722== --722-- WARNING: Serious error when reading debug info --722-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --722-- Ignoring non-Dwarf2/3/4 block in .debug_info --722-- WARNING: Serious error when reading debug info --722-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --722-- Last block truncated in .debug_info; ignoring --722-- WARNING: Serious error when reading debug info --722-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --722-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --722-- WARNING: Serious error when reading debug info --722-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --722-- Ignoring non-Dwarf2/3/4 block in .debug_info --722-- WARNING: Serious error when reading debug info --722-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --722-- Last block truncated in .debug_info; ignoring --722-- WARNING: Serious error when reading debug info --722-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --722-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --722-- WARNING: Serious error when reading debug info --722-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --722-- Ignoring non-Dwarf2/3/4 block in .debug_info --722-- WARNING: Serious error when reading debug info --722-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --722-- Last block truncated in .debug_info; ignoring --722-- WARNING: Serious error when reading debug info --722-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --722-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --722-- WARNING: Serious error when reading debug info --722-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --722-- Ignoring non-Dwarf2/3/4 block in .debug_info --722-- WARNING: Serious error when reading debug info --722-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --722-- Last block truncated in .debug_info; ignoring --722-- WARNING: Serious error when reading debug info --722-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --722-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --722-- WARNING: Serious error when reading debug info --722-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --722-- Ignoring non-Dwarf2/3/4 block in .debug_info --722-- WARNING: Serious error when reading debug info --722-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --722-- Last block truncated in .debug_info; ignoring --722-- WARNING: Serious error when reading debug info --722-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --722-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --722-- WARNING: Serious error when reading debug info --722-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --722-- Ignoring non-Dwarf2/3/4 block in .debug_info --722-- WARNING: Serious error when reading debug info --722-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --722-- Last block truncated in .debug_info; ignoring --722-- WARNING: Serious error when reading debug info --722-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --722-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --722-- WARNING: Serious error when reading debug info --722-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --722-- Ignoring non-Dwarf2/3/4 block in .debug_info --722-- WARNING: Serious error when reading debug info --722-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --722-- Last block truncated in .debug_info; ignoring --722-- WARNING: Serious error when reading debug info --722-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --722-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==722== ==722== HEAP SUMMARY: ==722== in use at exit: 2,396,303 bytes in 21,828 blocks ==722== total heap usage: 177,108 allocs, 155,280 frees, 33,010,937 bytes allocated ==722== ==722== LEAK SUMMARY: ==722== definitely lost: 0 bytes in 0 blocks ==722== indirectly lost: 0 bytes in 0 blocks ==722== possibly lost: 768 bytes in 3 blocks ==722== still reachable: 2,350,861 bytes in 21,228 blocks ==722== of which reachable via heuristic: ==722== length64 : 400 bytes in 7 blocks ==722== newarray : 1,680 bytes in 25 blocks ==722== suppressed: 41,306 bytes in 569 blocks ==722== Rerun with --leak-check=full to see details of leaked memory ==722== ==722== For counts of detected and suppressed errors, rerun with: -v ==722== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==782== Memcheck, a memory error detector ==782== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==782== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==782== Command: /data/runtests/work/downstream-xenial-amd64/build/src/.libs/lt-syncevo-local-sync ==782== Parent PID: 653 ==782== --782-- WARNING: Serious error when reading debug info --782-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --782-- Ignoring non-Dwarf2/3/4 block in .debug_info --782-- WARNING: Serious error when reading debug info --782-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --782-- Last block truncated in .debug_info; ignoring --782-- WARNING: Serious error when reading debug info --782-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --782-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --782-- WARNING: Serious error when reading debug info --782-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --782-- Ignoring non-Dwarf2/3/4 block in .debug_info --782-- WARNING: Serious error when reading debug info --782-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --782-- Last block truncated in .debug_info; ignoring --782-- WARNING: Serious error when reading debug info --782-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --782-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --782-- WARNING: Serious error when reading debug info --782-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --782-- Ignoring non-Dwarf2/3/4 block in .debug_info --782-- WARNING: Serious error when reading debug info --782-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --782-- Last block truncated in .debug_info; ignoring --782-- WARNING: Serious error when reading debug info --782-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --782-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --782-- WARNING: Serious error when reading debug info --782-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --782-- Ignoring non-Dwarf2/3/4 block in .debug_info --782-- WARNING: Serious error when reading debug info --782-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --782-- Last block truncated in .debug_info; ignoring --782-- WARNING: Serious error when reading debug info --782-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --782-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --782-- WARNING: Serious error when reading debug info --782-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --782-- Ignoring non-Dwarf2/3/4 block in .debug_info --782-- WARNING: Serious error when reading debug info --782-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --782-- Last block truncated in .debug_info; ignoring --782-- WARNING: Serious error when reading debug info --782-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --782-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --782-- WARNING: Serious error when reading debug info --782-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --782-- Ignoring non-Dwarf2/3/4 block in .debug_info --782-- WARNING: Serious error when reading debug info --782-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --782-- Last block truncated in .debug_info; ignoring --782-- WARNING: Serious error when reading debug info --782-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --782-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --782-- WARNING: Serious error when reading debug info --782-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --782-- Ignoring non-Dwarf2/3/4 block in .debug_info --782-- WARNING: Serious error when reading debug info --782-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --782-- Last block truncated in .debug_info; ignoring --782-- WARNING: Serious error when reading debug info --782-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --782-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==782== ==782== HEAP SUMMARY: ==782== in use at exit: 2,396,303 bytes in 21,828 blocks ==782== total heap usage: 328,932 allocs, 307,104 frees, 48,760,178 bytes allocated ==782== ==782== LEAK SUMMARY: ==782== definitely lost: 0 bytes in 0 blocks ==782== indirectly lost: 0 bytes in 0 blocks ==782== possibly lost: 768 bytes in 3 blocks ==782== still reachable: 2,350,861 bytes in 21,228 blocks ==782== of which reachable via heuristic: ==782== length64 : 400 bytes in 7 blocks ==782== newarray : 1,680 bytes in 25 blocks ==782== suppressed: 41,306 bytes in 569 blocks ==782== Rerun with --leak-check=full to see details of leaked memory ==782== ==782== For counts of detected and suppressed errors, rerun with: -v ==782== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==811== Memcheck, a memory error detector ==811== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==811== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==811== Command: /data/runtests/work/downstream-xenial-amd64/build/src/.libs/lt-syncevo-local-sync ==811== Parent PID: 653 ==811== --811-- WARNING: Serious error when reading debug info --811-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --811-- Ignoring non-Dwarf2/3/4 block in .debug_info --811-- WARNING: Serious error when reading debug info --811-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --811-- Last block truncated in .debug_info; ignoring --811-- WARNING: Serious error when reading debug info --811-- When reading debug info from /usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0: --811-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --811-- WARNING: Serious error when reading debug info --811-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --811-- Ignoring non-Dwarf2/3/4 block in .debug_info --811-- WARNING: Serious error when reading debug info --811-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --811-- Last block truncated in .debug_info; ignoring --811-- WARNING: Serious error when reading debug info --811-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.21.0.0: --811-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --811-- WARNING: Serious error when reading debug info --811-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --811-- Ignoring non-Dwarf2/3/4 block in .debug_info --811-- WARNING: Serious error when reading debug info --811-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --811-- Last block truncated in .debug_info; ignoring --811-- WARNING: Serious error when reading debug info --811-- When reading debug info from /usr/lib/x86_64-linux-gnu/libcamel-1.2.so.54.0.0: --811-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --811-- WARNING: Serious error when reading debug info --811-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --811-- Ignoring non-Dwarf2/3/4 block in .debug_info --811-- WARNING: Serious error when reading debug info --811-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --811-- Last block truncated in .debug_info; ignoring --811-- WARNING: Serious error when reading debug info --811-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-1.2.so.16.3.1: --811-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --811-- WARNING: Serious error when reading debug info --811-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --811-- Ignoring non-Dwarf2/3/4 block in .debug_info --811-- WARNING: Serious error when reading debug info --811-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --811-- Last block truncated in .debug_info; ignoring --811-- WARNING: Serious error when reading debug info --811-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0: --811-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --811-- WARNING: Serious error when reading debug info --811-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --811-- Ignoring non-Dwarf2/3/4 block in .debug_info --811-- WARNING: Serious error when reading debug info --811-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --811-- Last block truncated in .debug_info; ignoring --811-- WARNING: Serious error when reading debug info --811-- When reading debug info from /usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0: --811-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 --811-- WARNING: Serious error when reading debug info --811-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --811-- Ignoring non-Dwarf2/3/4 block in .debug_info --811-- WARNING: Serious error when reading debug info --811-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --811-- Last block truncated in .debug_info; ignoring --811-- WARNING: Serious error when reading debug info --811-- When reading debug info from /usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0: --811-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 ==811== ==811== HEAP SUMMARY: ==811== in use at exit: 2,396,303 bytes in 21,828 blocks ==811== total heap usage: 352,778 allocs, 330,950 frees, 50,433,788 bytes allocated ==811== ==811== LEAK SUMMARY: ==811== definitely lost: 0 bytes in 0 blocks ==811== indirectly lost: 0 bytes in 0 blocks ==811== possibly lost: 768 bytes in 3 blocks ==811== still reachable: 2,350,861 bytes in 21,228 blocks ==811== of which reachable via heuristic: ==811== length64 : 400 bytes in 7 blocks ==811== newarray : 1,680 bytes in 25 blocks ==811== suppressed: 41,306 bytes in 569 blocks ==811== Rerun with --leak-check=full to see details of leaked memory ==811== ==811== For counts of detected and suppressed errors, rerun with: -v ==811== 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::apple_caldav::testImport Client::Source::apple_caldav::testChanges Client::Source::apple_caldavtodo::testImport Client::Source::apple_caldavtodo::testChanges Client::Source::apple_carddav::testImport Client::Source::apple_carddav::testChanges Client::Sync::eds_event::testItems Client::Sync::eds_task::testItems Client::Sync::eds_contact::testItems ==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: 298,983 bytes in 1,671 blocks ==96== total heap usage: 90,348 allocs, 88,622 frees, 18,809,468 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: 768 bytes in 3 blocks ==96== still reachable: 216,252 bytes in 571 blocks ==96== of which reachable via heuristic: ==96== length64 : 1,072 bytes in 19 blocks ==96== newarray : 1,728 bytes in 28 blocks ==96== suppressed: 70,603 bytes in 1,015 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::apple_caldav::testImport Client::Source::apple_caldav::testChanges Client::Source::apple_caldavtodo::testImport Client::Source::apple_caldavtodo::testChanges Client::Source::apple_carddav::testImport Client::Source::apple_carddav::testChanges Client::Sync::eds_event::testItems Client::Sync::eds_task::testItems Client::Sync::eds_contact::testItems: 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=1212 wrappercheck-85 line 115: set +e wrappercheck-85 line 109: perl -e 'sleep(60); kill(9, -87);' wrappercheck-85 line 116: wait 87 wrappercheck-85 line 117: SUBRET=143 wrappercheck-85 line 118: case $SUBRET in wrappercheck-85 line 118: SUBRET=0 wrappercheck-85 line 120: SUBRET=0 wrappercheck-85 line 121: '[' 1212 ']' wwrappercheck-85 line 122: LC_ALL=C wwrappercheck-85 line 122: kill -KILL 1212 wrappercheck-85 line 122: msg= wrappercheck-85 line 123: echo '' wrappercheck-85 line 123: grep -q 'No such process' /data/runtests/work/sources/syncevolution/test/wrappercheck.sh: line 130: 1212 Killed perl -e "sleep(60); kill(9, -$BACKGROUND_PID);" wrappercheck-85 line 127: echo '' wrappercheck-85 line 129: wait 1212 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=1217 wrappercheck-65 line 115: set +e wrappercheck-65 line 116: wait 67 wrappercheck-65 line 109: perl -e 'sleep(60); kill(9, -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: '[' 1217 ']' wwrappercheck-65 line 122: LC_ALL=C wwrappercheck-65 line 122: kill -KILL 1217 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: 1217 Killed perl -e "sleep(60); kill(9, -$BACKGROUND_PID);" wrappercheck-65 line 127: echo '' wrappercheck-65 line 129: wait 1217 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=1222 wrappercheck-41 line 115: set +e wrappercheck-41 line 116: wait 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: '[' 1222 ']' wrappercheck-41 line 109: perl -e 'sleep(60); kill(9, -45);' wwrappercheck-41 line 122: LC_ALL=C wwrappercheck-41 line 122: kill -KILL 1222 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: 1222 Killed perl -e "sleep(60); kill(9, -$BACKGROUND_PID);" wrappercheck-41 line 127: echo '' wrappercheck-41 line 129: wait 1222 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=1227 wrappercheck-36 line 115: set +e 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: '[' 1227 ']' wrappercheck-36 line 109: perl -e 'sleep(60); kill(9, -38);' wwrappercheck-36 line 122: LC_ALL=C wwrappercheck-36 line 122: kill -KILL 1227 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: 1227 Killed perl -e "sleep(60); kill(9, -$BACKGROUND_PID);" wrappercheck-36 line 127: echo '' wrappercheck-36 line 129: wait 1227 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-20 line 100: RET=0 wrappercheck-20 line 101: set -e wrappercheck-20 line 107: set +x *** killing and waiting for signond wrappercheck-20 line 108: kill -INT -23 wrappercheck-20 line 108: kill -TERM -23 wrappercheck-20 line 108: kill -TERM 23 wrappercheck-20 line 110: KILL_PID=1232 wrappercheck-20 line 109: perl -e 'sleep(60); kill(9, -23);' wrappercheck-20 line 115: set +e wrappercheck-20 line 116: wait 23 wrappercheck-20 line 117: SUBRET=143 wrappercheck-20 line 118: case $SUBRET in wrappercheck-20 line 118: SUBRET=0 wrappercheck-20 line 120: SUBRET=0 wrappercheck-20 line 121: '[' 1232 ']' wwrappercheck-20 line 122: LC_ALL=C wwrappercheck-20 line 122: kill -KILL 1232 wrappercheck-20 line 122: msg= wrappercheck-20 line 123: grep -q 'No such process' wrappercheck-20 line 123: echo '' /data/runtests/work/sources/syncevolution/test/wrappercheck.sh: line 130: 1232 Killed perl -e "sleep(60); kill(9, -$BACKGROUND_PID);" wrappercheck-20 line 127: echo '' wrappercheck-20 line 129: wait 1232 wrappercheck-20 line 131: set -e wrappercheck-20 line 132: '[' 0 = 0 ']' wrappercheck-20 line 133: RET=0 wrappercheck-20 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.XL4en7arg2 Fri Jan 5 16:39:19 2018 UTC (+ 439.1s / 790.8s) === cleaning up ===