runtests.py-17085 Fri Jan 5 15:56:20 2018 UTC (+ 1.6s / 1633.5s) target /data/schroot/2018-01-05-07-10-all-testing-amd64/data/runtests/work/testing-amd64/home/synthesis/.config/akonadi/akonadiserverrc: [%General] Driver=QSQLITE3 [QSQLITE3] Name=/data/runtests/work/testing-amd64/home/synthesis/data/akonadi/akonadi.db [Debug] Tracer=null runtests.py-17085 Fri Jan 5 15:56:20 2018 UTC (+ 0.1s / 1633.6s) target /data/schroot/2018-01-05-07-10-all-testing-amd64/data/runtests/work/testing-amd64/home/synthesis/.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/testing-amd64/home/synthesis/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/testing-amd64/home/synthesis/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/testing-amd64/home/synthesis/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/testing-amd64/home/synthesis/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/testing-amd64/home/synthesis/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/testing-amd64/home/synthesis/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/testing-amd64/home/synthesis/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/testing-amd64/home/synthesis/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/testing-amd64/home/synthesis/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-testing-amd64/data/runtests/work/testing-amd64/home/synthesis/.cache new /data/schroot/2018-01-05-07-10-all-testing-amd64/data/runtests/work/testing-amd64/home/synthesis/cache old /data/schroot/2018-01-05-07-10-all-testing-amd64/data/runtests/work/testing-amd64/home/synthesis/.config new /data/schroot/2018-01-05-07-10-all-testing-amd64/data/runtests/work/testing-amd64/home/synthesis/config old /data/schroot/2018-01-05-07-10-all-testing-amd64/data/runtests/work/testing-amd64/home/synthesis/.local/share new /data/schroot/2018-01-05-07-10-all-testing-amd64/data/runtests/work/testing-amd64/home/synthesis/data runtests.py-17085 Fri Jan 5 15:56:20 2018 UTC (+ 0.0s / 1633.6s) === starting synthesis === runtests.py-17085 Fri Jan 5 15:56:25 2018 UTC (+ 5.0s / 1638.6s) result dir: /data/schroot/2018-01-05-07-10-all-testing-amd64/home/nightly/results/2018-01-05-07-10_all/testing-amd64/34-synthesis, /proc/self/cwd -> /data/schroot/2018-01-05-07-10-all-testing-amd64/home/nightly/results/2018-01-05-07-10_all/testing-amd64/34-synthesis runtests.py-17085 Fri Jan 5 15:56:25 2018 UTC (+ 0.0s / 1638.6s) changing into directory /data/schroot/2018-01-05-07-10-all-testing-amd64/data/runtests/work/testing-amd64/tests/synthesis (= /data/schroot/2018-01-05-07-10-all-testing-amd64/data/runtests/work/testing-amd64/tests/synthesis) runtests.py-17085 Fri Jan 5 15:56:25 2018 UTC (+ 0.0s / 1638.6s) *** ( cd /data/schroot/2018-01-05-07-10-all-testing-amd64/data/runtests/work/testing-amd64/tests/synthesis; 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/testing-amd64/home/synthesis' 'XDG_CONFIG_HOME=/data/runtests/work/testing-amd64/home/synthesis/config' 'XDG_DATA_HOME=/data/runtests/work/testing-amd64/home/synthesis/data' 'XDG_CACHE_HOME=/data/runtests/work/testing-amd64/home/synthesis/cache'; unset LD_LIBRARY_PATH; /data/runtests/work/sources/syncevolution/test/resources.py -j 1 -r synthesis -- env CLIENT_TEST_SKIP=Client::Sync::eds_event::Retry,Client::Sync::eds_event::Suspend,Client::Sync::eds_event::Resend,Client::Sync::eds_contact::Retry,Client::Sync::eds_contact::Suspend,Client::Sync::eds_contact::Resend,Client::Sync::eds_task::Retry,Client::Sync::eds_task::Suspend,Client::Sync::eds_task::Resend,Client::Sync::eds_memo::Retry,Client::Sync::eds_memo::Suspend,Client::Sync::eds_memo::Resend,Client::Sync::eds_contact_eds_memo::Retry,Client::Sync::eds_contact_eds_memo::Suspend,Client::Sync::eds_contact_eds_memo::Resend CLIENT_TEST_NUM_ITEMS=20 CLIENT_TEST_DELAY=2 CLIENT_TEST_RESEND_TIMEOUT=5 SYNCEVOLUTION_DATA_DIR=/data/runtests/work/testing-amd64/install/usr/share/syncevolution SYNCEVOLUTION_TEMPLATE_DIR=/data/runtests/work/testing-amd64/install/usr/share/syncevolution/templates SYNCEVOLUTION_XML_CONFIG_DIR=/data/runtests/work/testing-amd64/install/usr/share/syncevolution/xml SYNCEVOLUTION_BACKEND_DIR=backends SYNCEVOLUTION_LOCALE_DIR=/data/runtests/work/testing-amd64/install/usr/share/locale schroot -d /data/runtests/work/testing-amd64/tests/synthesis -r -p -c 2018-01-05-07-10-all-testing-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 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 synthesis ./syncevolution ) Fri Jan 5 15:56:25 2018 UTC (+ 0.0s / 0.0s) === locking resource(s) ['synthesis'] === Fri Jan 5 15:56:25 2018 UTC (+ 0.0s / 0.0s) property changed: status = acquired Fri Jan 5 15:56:25 2018 UTC (+ 0.0s / 0.0s) using jobserver Fri Jan 5 15:56:25 2018 UTC (+ 0.0s / 0.0s) === allocating 1 job slot(s) === Fri Jan 5 15:56:30 2018 UTC (+ 4.6s / 4.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-testing-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 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 synthesis ./syncevolution” gnome-keyring-daemon: insufficient process capabilities, unsecure memory might get used ** Message: couldn't access control socket: /tmp/tmp.xBLUtXURqO/keyring/control: No such file or directory + 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: '[' 32 -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=dbus-monitor.log wrappercheck-15 line 53: shift wrappercheck-15 line 28: '[' 30 -gt 1 ']' wrappercheck-15 line 28: '[' dbus-monitor '!=' -- ']' wrappercheck-15 line 29: case "$1" in wrappercheck-15 line 50: break wrappercheck-15 line 56: '[' 30 -gt 1 ']' wrappercheck-15 line 56: '[' dbus-monitor '!=' -- ']' wrappercheck-15 line 57: BACKGROUND[${#BACKGROUND[*]}]=dbus-monitor wrappercheck-15 line 58: shift wrappercheck-15 line 56: '[' 29 -gt 1 ']' wrappercheck-15 line 56: '[' interface=org.freedesktop.DBus '!=' -- ']' wrappercheck-15 line 57: BACKGROUND[${#BACKGROUND[*]}]=interface=org.freedesktop.DBus wrappercheck-15 line 58: shift wrappercheck-15 line 56: '[' 28 -gt 1 ']' wrappercheck-15 line 56: '[' -- '!=' -- ']' wrappercheck-15 line 60: shift wrappercheck-15 line 62: '[' dbus-monitor.log ']' wrappercheck-15 line 62: '[' '' ']' wrappercheck-15 line 66: set +x *** starting dbus-monitor as background daemon, output to dbus-monitor.log wrappercheck-15 line 72: BACKGROUND_PID=19 wrappercheck-15 line 73: PIDS+=19 wrappercheck-15 line 75: '[' dbus-monitor.log ']' wrappercheck-15 line 75: '[' '' ']' wrappercheck-15 line 84: '[' '' ']' wrappercheck-15 line 93: kill -0 19 wrappercheck-15 line 94: set +e wrappercheck-15 line 95: '[' '' ']' wrappercheck-15 line 99: set -x wrappercheck-15 line 70: set -x wrappercheck-15 line 70: exec wrappercheck-15 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 synthesis ./syncevolution + PS4='wrappercheck-$$ line ${LINENO}: ' wrappercheck-21 line 16: PIDS= wrappercheck-21 line 18: trap '[ "" ] && kill -TERM ' TERM wrappercheck-21 line 19: trap '[ "" ] && kill -INT ' INT wrappercheck-21 line 21: DAEMON_LOG= wrappercheck-21 line 22: WAIT_FOR_DAEMON_OUTPUT= wrappercheck-21 line 23: WAIT_FOR_DBUS_DAEMON= wrappercheck-21 line 25: declare -a BACKGROUND wrappercheck-21 line 26: declare -a ENV wrappercheck-21 line 28: '[' 26 -gt 1 ']' wrappercheck-21 line 28: '[' --daemon-log '!=' -- ']' wrappercheck-21 line 29: case "$1" in wrappercheck-21 line 31: shift wrappercheck-21 line 32: DAEMON_LOG=evolution-source-registry.log wrappercheck-21 line 53: shift wrappercheck-21 line 28: '[' 24 -gt 1 ']' wrappercheck-21 line 28: '[' --daemon-sleep '!=' -- ']' wrappercheck-21 line 29: case "$1" in wrappercheck-21 line 43: shift wrappercheck-21 line 44: DAEMON_SLEEP=5 wrappercheck-21 line 53: shift wrappercheck-21 line 28: '[' 22 -gt 1 ']' wrappercheck-21 line 28: '[' --wait-for-dbus-daemon '!=' -- ']' wrappercheck-21 line 29: case "$1" in wrappercheck-21 line 35: shift wrappercheck-21 line 36: WAIT_FOR_DBUS_DAEMON=org.gnome.evolution.dataserver.Sources wrappercheck-21 line 53: shift wrappercheck-21 line 28: '[' 20 -gt 1 ']' wrappercheck-21 line 28: '[' /usr/lib/evolution/evolution-source-registry '!=' -- ']' wrappercheck-21 line 29: case "$1" in wrappercheck-21 line 50: break wrappercheck-21 line 56: '[' 20 -gt 1 ']' wrappercheck-21 line 56: '[' /usr/lib/evolution/evolution-source-registry '!=' -- ']' wrappercheck-21 line 57: BACKGROUND[${#BACKGROUND[*]}]=/usr/lib/evolution/evolution-source-registry wrappercheck-21 line 58: shift wrappercheck-21 line 56: '[' 19 -gt 1 ']' wrappercheck-21 line 56: '[' -- '!=' -- ']' wrappercheck-21 line 60: shift wrappercheck-21 line 62: '[' evolution-source-registry.log ']' wrappercheck-21 line 62: '[' '' ']' wrappercheck-21 line 66: set +x *** starting /usr/lib/evolution/evolution-source-registry as background daemon, output to evolution-source-registry.log wrappercheck-21 line 72: BACKGROUND_PID=26 wrappercheck-21 line 73: PIDS+=26 wrappercheck-21 line 75: '[' evolution-source-registry.log ']' wrappercheck-21 line 75: '[' '' ']' wrappercheck-21 line 84: '[' org.gnome.evolution.dataserver.Sources ']' wrappercheck-21 line 85: set +x *** waiting for daemon to connect to D-Bus as 'org.gnome.evolution.dataserver.Sources' wrappercheck-21 line 70: set -x wrappercheck-21 line 70: exec wrappercheck-21 line 93: kill -0 26 wrappercheck-21 line 94: set +e wrappercheck-21 line 95: '[' 5 ']' wrappercheck-21 line 96: set +x *** 'sleep 5' for daemon to settle down wrappercheck-21 line 97: sleep 5 wrappercheck-21 line 99: set -x wrappercheck-21 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 synthesis ./syncevolution + PS4='wrappercheck-$$ line ${LINENO}: ' wrappercheck-79 line 16: PIDS= wrappercheck-79 line 18: trap '[ "" ] && kill -TERM ' TERM wrappercheck-79 line 19: trap '[ "" ] && kill -INT ' INT wrappercheck-79 line 21: DAEMON_LOG= wrappercheck-79 line 22: WAIT_FOR_DAEMON_OUTPUT= wrappercheck-79 line 23: WAIT_FOR_DBUS_DAEMON= wrappercheck-79 line 25: declare -a BACKGROUND wrappercheck-79 line 26: declare -a ENV wrappercheck-79 line 28: '[' 17 -gt 1 ']' wrappercheck-79 line 28: '[' --daemon-log '!=' -- ']' wrappercheck-79 line 29: case "$1" in wrappercheck-79 line 31: shift wrappercheck-79 line 32: DAEMON_LOG=evolution-addressbook-factory.log wrappercheck-79 line 53: shift wrappercheck-79 line 28: '[' 15 -gt 1 ']' wrappercheck-79 line 28: '[' --wait-for-dbus-daemon '!=' -- ']' wrappercheck-79 line 29: case "$1" in wrappercheck-79 line 35: shift wrappercheck-79 line 36: WAIT_FOR_DBUS_DAEMON=org.gnome.evolution.dataserver.AddressBook wrappercheck-79 line 53: shift wrappercheck-79 line 28: '[' 13 -gt 1 ']' wrappercheck-79 line 28: '[' /usr/lib/evolution/evolution-addressbook-factory '!=' -- ']' wrappercheck-79 line 29: case "$1" in wrappercheck-79 line 50: break wrappercheck-79 line 56: '[' 13 -gt 1 ']' wrappercheck-79 line 56: '[' /usr/lib/evolution/evolution-addressbook-factory '!=' -- ']' wrappercheck-79 line 57: BACKGROUND[${#BACKGROUND[*]}]=/usr/lib/evolution/evolution-addressbook-factory wrappercheck-79 line 58: shift wrappercheck-79 line 56: '[' 12 -gt 1 ']' wrappercheck-79 line 56: '[' --keep-running '!=' -- ']' wrappercheck-79 line 57: BACKGROUND[${#BACKGROUND[*]}]=--keep-running wrappercheck-79 line 58: shift wrappercheck-79 line 56: '[' 11 -gt 1 ']' wrappercheck-79 line 56: '[' -- '!=' -- ']' wrappercheck-79 line 60: shift wrappercheck-79 line 62: '[' evolution-addressbook-factory.log ']' wrappercheck-79 line 62: '[' '' ']' wrappercheck-79 line 66: set +x *** starting /usr/lib/evolution/evolution-addressbook-factory as background daemon, output to evolution-addressbook-factory.log wrappercheck-79 line 72: BACKGROUND_PID=81 wrappercheck-79 line 73: PIDS+=81 wrappercheck-79 line 70: set -x wrappercheck-79 line 75: '[' evolution-addressbook-factory.log ']' wrappercheck-79 line 75: '[' '' ']' wrappercheck-79 line 70: exec wrappercheck-79 line 84: '[' org.gnome.evolution.dataserver.AddressBook ']' wrappercheck-79 line 85: set +x *** waiting for daemon to connect to D-Bus as 'org.gnome.evolution.dataserver.AddressBook' wrappercheck-79 line 93: kill -0 81 wrappercheck-79 line 94: set +e wrappercheck-79 line 95: '[' '' ']' wrappercheck-79 line 99: set -x wrappercheck-79 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 synthesis ./syncevolution + PS4='wrappercheck-$$ line ${LINENO}: ' wrappercheck-99 line 16: PIDS= wrappercheck-99 line 18: trap '[ "" ] && kill -TERM ' TERM wrappercheck-99 line 19: trap '[ "" ] && kill -INT ' INT wrappercheck-99 line 21: DAEMON_LOG= wrappercheck-99 line 22: WAIT_FOR_DAEMON_OUTPUT= wrappercheck-99 line 23: WAIT_FOR_DBUS_DAEMON= wrappercheck-99 line 25: declare -a BACKGROUND wrappercheck-99 line 26: declare -a ENV wrappercheck-99 line 28: '[' 9 -gt 1 ']' wrappercheck-99 line 28: '[' --daemon-log '!=' -- ']' wrappercheck-99 line 29: case "$1" in wrappercheck-99 line 31: shift wrappercheck-99 line 32: DAEMON_LOG=evolution-calendar-factory.log wrappercheck-99 line 53: shift wrappercheck-99 line 28: '[' 7 -gt 1 ']' wrappercheck-99 line 28: '[' /usr/lib/evolution/evolution-calendar-factory '!=' -- ']' wrappercheck-99 line 29: case "$1" in wrappercheck-99 line 50: break wrappercheck-99 line 56: '[' 7 -gt 1 ']' wrappercheck-99 line 56: '[' /usr/lib/evolution/evolution-calendar-factory '!=' -- ']' wrappercheck-99 line 57: BACKGROUND[${#BACKGROUND[*]}]=/usr/lib/evolution/evolution-calendar-factory wrappercheck-99 line 58: shift wrappercheck-99 line 56: '[' 6 -gt 1 ']' wrappercheck-99 line 56: '[' --keep-running '!=' -- ']' wrappercheck-99 line 57: BACKGROUND[${#BACKGROUND[*]}]=--keep-running wrappercheck-99 line 58: shift wrappercheck-99 line 56: '[' 5 -gt 1 ']' wrappercheck-99 line 56: '[' -- '!=' -- ']' wrappercheck-99 line 60: shift wrappercheck-99 line 62: '[' evolution-calendar-factory.log ']' wrappercheck-99 line 62: '[' '' ']' wrappercheck-99 line 66: set +x *** starting /usr/lib/evolution/evolution-calendar-factory as background daemon, output to evolution-calendar-factory.log wrappercheck-99 line 72: BACKGROUND_PID=101 wrappercheck-99 line 73: PIDS+=101 wrappercheck-99 line 75: '[' evolution-calendar-factory.log ']' wrappercheck-99 line 75: '[' '' ']' wrappercheck-99 line 84: '[' '' ']' wrappercheck-99 line 70: set -x wrappercheck-99 line 93: kill -0 101 wrappercheck-99 line 70: exec wrappercheck-99 line 94: set +e wrappercheck-99 line 95: '[' '' ']' wrappercheck-99 line 99: set -x wrappercheck-99 line 99: env /home/nightly/testing/setup-syncevolution.sh synthesis ./syncevolution + case $TEST in + rm -rf '/data/runtests/work/testing-amd64/home/synthesis/.sync4j/evolution/synthesis_[12]' '/data/runtests/work/testing-amd64/home/synthesis/config/syncevolution/synthesis_[12]' '/data/runtests/work/testing-amd64/home/synthesis/config/syncevolution/client-test-[12]/peers/synthesis_[12]' '/data/runtests/work/testing-amd64/home/synthesis/config/syncevolution/client-test-synthesis-[12]' + for client in 1 2 + ./syncevolution --version + grep -q -e '[+ ]1.[0-9]' + config=synthesis_1@client-test-synthesis-1 ++ credentials synthesis_1 ++ case "$SCHROOT_CHROOT_NAME" in ++ case $1 in ++ echo '--sync-property username=syncevolution@lists.intel.com --sync-property syncURL=http://www.plan44.ch/fsync_nightly --sync-property password=hf*63%2j' + ./syncevolution --daemon=no --configure --template synthesis --sync-property username=syncevolution@lists.intel.com --sync-property syncURL=http://www.plan44.ch/fsync_nightly --sync-property 'password=hf*63%2j' --sync-property proxyHost=http://proxy.vlan13.01.org:3128 --sync-property useProxy=0 --sync-property logLevel=4 synthesis_1@client-test-synthesis-1 [INFO] addressbook: checking usability... [INFO] addressbook: configuring datastore with sync mode 'two-way' [INFO] calendar: inactive [INFO] memo: checking usability... [INFO] memo: configuring datastore with sync mode 'two-way' [INFO] todo: inactive + sources=/data/runtests/work/testing-amd64/home/synthesis/config/syncevolution/client-test-synthesis-1/peers/synthesis_1/sources + copy_source /data/runtests/work/testing-amd64/home/synthesis/config/syncevolution/client-test-synthesis-1/peers/synthesis_1/sources addressbook eds_contact + path=/data/runtests/work/testing-amd64/home/synthesis/config/syncevolution/client-test-synthesis-1/peers/synthesis_1/sources + shift + source=addressbook + shift + '[' -d /data/runtests/work/testing-amd64/home/synthesis/config/syncevolution/client-test-synthesis-1/peers/synthesis_1/sources/addressbook ']' + for i in $@ + cp -r /data/runtests/work/testing-amd64/home/synthesis/config/syncevolution/client-test-synthesis-1/peers/synthesis_1/sources/addressbook /data/runtests/work/testing-amd64/home/synthesis/config/syncevolution/client-test-synthesis-1/peers/synthesis_1/sources/eds_contact + copy_source /data/runtests/work/testing-amd64/home/synthesis/config/syncevolution/client-test-synthesis-1/peers/synthesis_1/sources calendar eds_event + path=/data/runtests/work/testing-amd64/home/synthesis/config/syncevolution/client-test-synthesis-1/peers/synthesis_1/sources + shift + source=calendar + shift + '[' -d /data/runtests/work/testing-amd64/home/synthesis/config/syncevolution/client-test-synthesis-1/peers/synthesis_1/sources/calendar ']' + for i in $@ + cp -r /data/runtests/work/testing-amd64/home/synthesis/config/syncevolution/client-test-synthesis-1/peers/synthesis_1/sources/calendar /data/runtests/work/testing-amd64/home/synthesis/config/syncevolution/client-test-synthesis-1/peers/synthesis_1/sources/eds_event + copy_source /data/runtests/work/testing-amd64/home/synthesis/config/syncevolution/client-test-synthesis-1/peers/synthesis_1/sources todo eds_task + path=/data/runtests/work/testing-amd64/home/synthesis/config/syncevolution/client-test-synthesis-1/peers/synthesis_1/sources + shift + source=todo + shift + '[' -d /data/runtests/work/testing-amd64/home/synthesis/config/syncevolution/client-test-synthesis-1/peers/synthesis_1/sources/todo ']' + for i in $@ + cp -r /data/runtests/work/testing-amd64/home/synthesis/config/syncevolution/client-test-synthesis-1/peers/synthesis_1/sources/todo /data/runtests/work/testing-amd64/home/synthesis/config/syncevolution/client-test-synthesis-1/peers/synthesis_1/sources/eds_task + copy_source /data/runtests/work/testing-amd64/home/synthesis/config/syncevolution/client-test-synthesis-1/peers/synthesis_1/sources memo eds_memo + path=/data/runtests/work/testing-amd64/home/synthesis/config/syncevolution/client-test-synthesis-1/peers/synthesis_1/sources + shift + source=memo + shift + '[' -d /data/runtests/work/testing-amd64/home/synthesis/config/syncevolution/client-test-synthesis-1/peers/synthesis_1/sources/memo ']' + for i in $@ + cp -r /data/runtests/work/testing-amd64/home/synthesis/config/syncevolution/client-test-synthesis-1/peers/synthesis_1/sources/memo /data/runtests/work/testing-amd64/home/synthesis/config/syncevolution/client-test-synthesis-1/peers/synthesis_1/sources/eds_memo + for i in eds_contact eds_event eds_task eds_memo + ./syncevolution --daemon=no --configure database=Test_eds_contact_1 synthesis_1@client-test-synthesis-1 eds_contact + for i in eds_contact eds_event eds_task eds_memo + ./syncevolution --daemon=no --configure database=Test_eds_event_1 synthesis_1@client-test-synthesis-1 eds_event + for i in eds_contact eds_event eds_task eds_memo + ./syncevolution --daemon=no --configure database=Test_eds_task_1 synthesis_1@client-test-synthesis-1 eds_task + for i in eds_contact eds_event eds_task eds_memo + ./syncevolution --daemon=no --configure database=Test_eds_memo_1 synthesis_1@client-test-synthesis-1 eds_memo + case $TEST in + case $TEST in + case $TEST in + for client in 1 2 + ./syncevolution --version + grep -q -e '[+ ]1.[0-9]' + config=synthesis_2@client-test-synthesis-2 ++ credentials synthesis_2 ++ case "$SCHROOT_CHROOT_NAME" in ++ case $1 in ++ echo '--sync-property username=syncevolution@lists.intel.com --sync-property syncURL=http://www.plan44.ch/fsync_nightly --sync-property password=hf*63%2j' + ./syncevolution --daemon=no --configure --template synthesis --sync-property username=syncevolution@lists.intel.com --sync-property syncURL=http://www.plan44.ch/fsync_nightly --sync-property 'password=hf*63%2j' --sync-property proxyHost=http://proxy.vlan13.01.org:3128 --sync-property useProxy=0 --sync-property logLevel=4 synthesis_2@client-test-synthesis-2 [INFO] addressbook: checking usability... [INFO] addressbook: configuring datastore with sync mode 'two-way' [INFO] calendar: inactive [INFO] memo: checking usability... [INFO] memo: configuring datastore with sync mode 'two-way' [INFO] todo: inactive ** (gnome-keyring-daemon:14): WARNING **: asked to register item /org/freedesktop/secrets/collection/default/8, but it's already registered + sources=/data/runtests/work/testing-amd64/home/synthesis/config/syncevolution/client-test-synthesis-2/peers/synthesis_2/sources + copy_source /data/runtests/work/testing-amd64/home/synthesis/config/syncevolution/client-test-synthesis-2/peers/synthesis_2/sources addressbook eds_contact + path=/data/runtests/work/testing-amd64/home/synthesis/config/syncevolution/client-test-synthesis-2/peers/synthesis_2/sources + shift + source=addressbook + shift + '[' -d /data/runtests/work/testing-amd64/home/synthesis/config/syncevolution/client-test-synthesis-2/peers/synthesis_2/sources/addressbook ']' + for i in $@ + cp -r /data/runtests/work/testing-amd64/home/synthesis/config/syncevolution/client-test-synthesis-2/peers/synthesis_2/sources/addressbook /data/runtests/work/testing-amd64/home/synthesis/config/syncevolution/client-test-synthesis-2/peers/synthesis_2/sources/eds_contact + copy_source /data/runtests/work/testing-amd64/home/synthesis/config/syncevolution/client-test-synthesis-2/peers/synthesis_2/sources calendar eds_event + path=/data/runtests/work/testing-amd64/home/synthesis/config/syncevolution/client-test-synthesis-2/peers/synthesis_2/sources + shift + source=calendar + shift + '[' -d /data/runtests/work/testing-amd64/home/synthesis/config/syncevolution/client-test-synthesis-2/peers/synthesis_2/sources/calendar ']' + for i in $@ + cp -r /data/runtests/work/testing-amd64/home/synthesis/config/syncevolution/client-test-synthesis-2/peers/synthesis_2/sources/calendar /data/runtests/work/testing-amd64/home/synthesis/config/syncevolution/client-test-synthesis-2/peers/synthesis_2/sources/eds_event + copy_source /data/runtests/work/testing-amd64/home/synthesis/config/syncevolution/client-test-synthesis-2/peers/synthesis_2/sources todo eds_task + path=/data/runtests/work/testing-amd64/home/synthesis/config/syncevolution/client-test-synthesis-2/peers/synthesis_2/sources + shift + source=todo + shift + '[' -d /data/runtests/work/testing-amd64/home/synthesis/config/syncevolution/client-test-synthesis-2/peers/synthesis_2/sources/todo ']' + for i in $@ + cp -r /data/runtests/work/testing-amd64/home/synthesis/config/syncevolution/client-test-synthesis-2/peers/synthesis_2/sources/todo /data/runtests/work/testing-amd64/home/synthesis/config/syncevolution/client-test-synthesis-2/peers/synthesis_2/sources/eds_task + copy_source /data/runtests/work/testing-amd64/home/synthesis/config/syncevolution/client-test-synthesis-2/peers/synthesis_2/sources memo eds_memo + path=/data/runtests/work/testing-amd64/home/synthesis/config/syncevolution/client-test-synthesis-2/peers/synthesis_2/sources + shift + source=memo + shift + '[' -d /data/runtests/work/testing-amd64/home/synthesis/config/syncevolution/client-test-synthesis-2/peers/synthesis_2/sources/memo ']' + for i in $@ + cp -r /data/runtests/work/testing-amd64/home/synthesis/config/syncevolution/client-test-synthesis-2/peers/synthesis_2/sources/memo /data/runtests/work/testing-amd64/home/synthesis/config/syncevolution/client-test-synthesis-2/peers/synthesis_2/sources/eds_memo + for i in eds_contact eds_event eds_task eds_memo + ./syncevolution --daemon=no --configure database=Test_eds_contact_2 synthesis_2@client-test-synthesis-2 eds_contact + for i in eds_contact eds_event eds_task eds_memo + ./syncevolution --daemon=no --configure database=Test_eds_event_2 synthesis_2@client-test-synthesis-2 eds_event + for i in eds_contact eds_event eds_task eds_memo + ./syncevolution --daemon=no --configure database=Test_eds_task_2 synthesis_2@client-test-synthesis-2 eds_task + for i in eds_contact eds_event eds_task eds_memo + ./syncevolution --daemon=no --configure database=Test_eds_memo_2 synthesis_2@client-test-synthesis-2 eds_memo + case $TEST in + case $TEST in + case $TEST in + case $TEST in + for i in evolution-contacts=eds_contact evolution-calendar=eds_event evolution-tasks=eds_task evolution-memos=eds_memo ++ echo evolution-contacts=eds_contact ++ sed -e 's/=.*//' + backend=evolution-contacts ++ echo evolution-contacts=eds_contact ++ sed -e 's/.*=//' + name=eds_contact + for i in 1 2 + databasename=Test_eds_contact_1 + ./syncevolution --daemon=no --print-databases backend=evolution-contacts + grep Test_eds_contact_1 Test_eds_contact_1 (1303826927.6946.21@mob-sync2) + echo evolution-contacts: Test_eds_contact_1 exists evolution-contacts: Test_eds_contact_1 exists + for i in 1 2 + databasename=Test_eds_contact_2 + ./syncevolution --daemon=no --print-databases backend=evolution-contacts + grep Test_eds_contact_2 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 ++ echo evolution-calendar=eds_event ++ sed -e 's/=.*//' + backend=evolution-calendar ++ echo evolution-calendar=eds_event ++ sed -e 's/.*=//' + name=eds_event + for i in 1 2 + databasename=Test_eds_event_1 + grep Test_eds_event_1 + ./syncevolution --daemon=no --print-databases backend=evolution-calendar Test_eds_event_1 (1303827939.6946.27@mob-sync2) + echo evolution-calendar: Test_eds_event_1 exists evolution-calendar: Test_eds_event_1 exists + for i in 1 2 + databasename=Test_eds_event_2 + ./syncevolution --daemon=no --print-databases backend=evolution-calendar + grep Test_eds_event_2 Test_eds_event_2 (1303827982.6946.28@mob-sync2) + echo evolution-calendar: Test_eds_event_2 exists evolution-calendar: Test_eds_event_2 exists + for i in evolution-contacts=eds_contact evolution-calendar=eds_event evolution-tasks=eds_task evolution-memos=eds_memo ++ echo evolution-tasks=eds_task ++ sed -e 's/=.*//' + backend=evolution-tasks ++ echo evolution-tasks=eds_task ++ sed -e 's/.*=//' + name=eds_task + for i in 1 2 + databasename=Test_eds_task_1 + ./syncevolution --daemon=no --print-databases backend=evolution-tasks + grep Test_eds_task_1 Test_eds_task_1 (1303829357.6946.35@mob-sync2) + echo evolution-tasks: Test_eds_task_1 exists evolution-tasks: Test_eds_task_1 exists + for i in 1 2 + databasename=Test_eds_task_2 + ./syncevolution --daemon=no --print-databases backend=evolution-tasks + grep Test_eds_task_2 Test_eds_task_2 (1303829493.6946.36@mob-sync2) + echo evolution-tasks: Test_eds_task_2 exists evolution-tasks: Test_eds_task_2 exists + for i in evolution-contacts=eds_contact evolution-calendar=eds_event evolution-tasks=eds_task evolution-memos=eds_memo ++ echo evolution-memos=eds_memo ++ sed -e 's/=.*//' + backend=evolution-memos ++ echo evolution-memos=eds_memo ++ sed -e 's/.*=//' + name=eds_memo + for i in 1 2 + databasename=Test_eds_memo_1 + ./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-99 line 100: RET=0 wrappercheck-99 line 101: set -e wrappercheck-99 line 107: set +x *** killing and waiting for /usr/lib/evolution/evolution-calendar-factory wrappercheck-99 line 108: kill -INT -101 wrappercheck-99 line 108: kill -TERM -101 wrappercheck-99 line 108: kill -TERM 101 wrappercheck-99 line 110: KILL_PID=282 wrappercheck-99 line 115: set +e wrappercheck-99 line 116: wait 101 wrappercheck-99 line 117: SUBRET=143 wrappercheck-99 line 118: case $SUBRET in wrappercheck-99 line 118: SUBRET=0 wrappercheck-99 line 120: SUBRET=0 wrappercheck-99 line 121: '[' 282 ']' wrappercheck-99 line 109: perl -e 'sleep(60); kill(9, -101);' wwrappercheck-99 line 122: LC_ALL=C wwrappercheck-99 line 122: kill -KILL 282 wrappercheck-99 line 122: msg= wrappercheck-99 line 123: echo '' wrappercheck-99 line 123: grep -q 'No such process' /data/runtests/work/sources/syncevolution/test/wrappercheck.sh: line 130: 282 Killed perl -e "sleep(60); kill(9, -$BACKGROUND_PID);" wrappercheck-99 line 127: echo '' wrappercheck-99 line 129: wait 282 wrappercheck-99 line 131: set -e wrappercheck-99 line 132: '[' 0 = 0 ']' wrappercheck-99 line 133: RET=0 wrappercheck-99 line 136: exit 0 wrappercheck-79 line 100: RET=0 wrappercheck-79 line 101: set -e wrappercheck-79 line 107: set +x *** killing and waiting for /usr/lib/evolution/evolution-addressbook-factory wrappercheck-79 line 108: kill -INT -81 wrappercheck-79 line 108: kill -TERM -81 wrappercheck-79 line 108: kill -TERM 81 wrappercheck-79 line 110: KILL_PID=287 wrappercheck-79 line 115: set +e wrappercheck-79 line 116: wait 81 wrappercheck-79 line 117: SUBRET=143 wrappercheck-79 line 118: case $SUBRET in wrappercheck-79 line 118: SUBRET=0 wrappercheck-79 line 120: SUBRET=0 wrappercheck-79 line 121: '[' 287 ']' wrappercheck-79 line 109: perl -e 'sleep(60); kill(9, -81);' wwrappercheck-79 line 122: LC_ALL=C wwrappercheck-79 line 122: kill -KILL 287 wrappercheck-79 line 122: msg= wrappercheck-79 line 123: echo '' wrappercheck-79 line 123: grep -q 'No such process' /data/runtests/work/sources/syncevolution/test/wrappercheck.sh: line 130: 287 Killed perl -e "sleep(60); kill(9, -$BACKGROUND_PID);" wrappercheck-79 line 127: echo '' wrappercheck-79 line 129: wait 287 wrappercheck-79 line 131: set -e wrappercheck-79 line 132: '[' 0 = 0 ']' wrappercheck-79 line 133: RET=0 wrappercheck-79 line 136: exit 0 wrappercheck-21 line 100: RET=0 wrappercheck-21 line 101: set -e wrappercheck-21 line 107: set +x *** killing and waiting for /usr/lib/evolution/evolution-source-registry wrappercheck-21 line 108: kill -INT -26 wrappercheck-21 line 108: kill -TERM -26 wrappercheck-21 line 108: kill -TERM 26 wrappercheck-21 line 110: KILL_PID=292 wrappercheck-21 line 115: set +e wrappercheck-21 line 116: wait 26 wrappercheck-21 line 109: perl -e 'sleep(60); kill(9, -26);' wrappercheck-21 line 117: SUBRET=143 wrappercheck-21 line 118: case $SUBRET in wrappercheck-21 line 118: SUBRET=0 wrappercheck-21 line 120: SUBRET=0 wrappercheck-21 line 121: '[' 292 ']' wwrappercheck-21 line 122: LC_ALL=C wwrappercheck-21 line 122: kill -KILL 292 wrappercheck-21 line 122: msg= wrappercheck-21 line 123: echo '' wrappercheck-21 line 123: grep -q 'No such process' /data/runtests/work/sources/syncevolution/test/wrappercheck.sh: line 130: 292 Killed perl -e "sleep(60); kill(9, -$BACKGROUND_PID);" wrappercheck-21 line 127: echo '' wrappercheck-21 line 129: wait 292 wrappercheck-21 line 131: set -e wrappercheck-21 line 132: '[' 0 = 0 ']' wrappercheck-21 line 133: RET=0 wrappercheck-21 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 dbus-monitor wrappercheck-15 line 108: kill -INT -19 wrappercheck-15 line 108: kill -TERM -19 wrappercheck-15 line 108: kill -TERM 19 wrappercheck-15 line 110: KILL_PID=297 wrappercheck-15 line 115: set +e wrappercheck-15 line 116: wait 19 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: '[' 297 ']' wwrappercheck-15 line 122: LC_ALL=C wwrappercheck-15 line 122: kill -KILL 297 wrappercheck-15 line 109: perl -e 'sleep(60); kill(9, -19);' wrappercheck-15 line 122: msg= wrappercheck-15 line 123: grep -q 'No such process' wrappercheck-15 line 123: echo '' /data/runtests/work/sources/syncevolution/test/wrappercheck.sh: line 130: 297 Killed perl -e "sleep(60); kill(9, -$BACKGROUND_PID);" wrappercheck-15 line 127: echo '' wrappercheck-15 line 129: wait 297 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.xBLUtXURqO Fri Jan 5 15:56:39 2018 UTC (+ 9.1s / 13.7s) === cleaning up === runtests.py-17085 Fri Jan 5 15:56:39 2018 UTC (+ 13.8s / 1652.4s) *** ( cd /data/schroot/2018-01-05-07-10-all-testing-amd64/data/runtests/work/testing-amd64/tests/synthesis; 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/testing-amd64/home/synthesis' 'XDG_CONFIG_HOME=/data/runtests/work/testing-amd64/home/synthesis/config' 'XDG_DATA_HOME=/data/runtests/work/testing-amd64/home/synthesis/data' 'XDG_CACHE_HOME=/data/runtests/work/testing-amd64/home/synthesis/cache'; unset LD_LIBRARY_PATH; /data/runtests/work/sources/syncevolution/test/resources.py -j 1 -r synthesis -- 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 --leak-check=yes --suppressions=/home/nightly/testing/gdbus.supp' VALGRIND_LOG= http_proxy= CLIENT_TEST_SERVER=synthesis CLIENT_TEST_SOURCES=eds_contact,eds_memo SYNC_EVOLUTION_EVO_CALENDAR_DELAY=1 CLIENT_TEST_ALARM=1200 CLIENT_TEST_SKIP=Client::Sync::eds_event::Retry,Client::Sync::eds_event::Suspend,Client::Sync::eds_event::Resend,Client::Sync::eds_contact::Retry,Client::Sync::eds_contact::Suspend,Client::Sync::eds_contact::Resend,Client::Sync::eds_task::Retry,Client::Sync::eds_task::Suspend,Client::Sync::eds_task::Resend,Client::Sync::eds_memo::Retry,Client::Sync::eds_memo::Suspend,Client::Sync::eds_memo::Resend,Client::Sync::eds_contact_eds_memo::Retry,Client::Sync::eds_contact_eds_memo::Suspend,Client::Sync::eds_contact_eds_memo::Resend CLIENT_TEST_NUM_ITEMS=20 CLIENT_TEST_DELAY=2 CLIENT_TEST_RESEND_TIMEOUT=5 SYNCEVOLUTION_DATA_DIR=/data/runtests/work/testing-amd64/install/usr/share/syncevolution SYNCEVOLUTION_TEMPLATE_DIR=/data/runtests/work/testing-amd64/install/usr/share/syncevolution/templates SYNCEVOLUTION_XML_CONFIG_DIR=/data/runtests/work/testing-amd64/install/usr/share/syncevolution/xml SYNCEVOLUTION_BACKEND_DIR=backends SYNCEVOLUTION_LOCALE_DIR=/data/runtests/work/testing-amd64/install/usr/share/locale CLIENT_TEST_LOG= CLIENT_TEST_EVOLUTION_PREFIX=Test_ schroot -d /data/runtests/work/testing-amd64/tests/synthesis -r -p -c 2018-01-05-07-10-all-testing-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 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::Sync ) Fri Jan 5 15:56:39 2018 UTC (+ 0.0s / 0.0s) === locking resource(s) ['synthesis'] === Fri Jan 5 15:56:39 2018 UTC (+ 0.0s / 0.0s) property changed: status = acquired Fri Jan 5 15:56:39 2018 UTC (+ 0.0s / 0.0s) using jobserver Fri Jan 5 15:56:39 2018 UTC (+ 0.0s / 0.0s) === allocating 1 job slot(s) === Fri Jan 5 16:18:57 2018 UTC (+ 1337.7s / 1337.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-testing-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 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::Sync” gnome-keyring-daemon: insufficient process capabilities, unsecure memory might get used ** Message: couldn't access control socket: /tmp/tmp.fg0Kp0Lbog/keyring/control: No such file or directory + PS4='wrappercheck-$$ line ${LINENO}: ' wrappercheck-18 line 16: PIDS= wrappercheck-18 line 18: trap '[ "" ] && kill -TERM ' TERM wrappercheck-18 line 19: trap '[ "" ] && kill -INT ' INT wrappercheck-18 line 21: DAEMON_LOG= wrappercheck-18 line 22: WAIT_FOR_DAEMON_OUTPUT= wrappercheck-18 line 23: WAIT_FOR_DBUS_DAEMON= wrappercheck-18 line 25: declare -a BACKGROUND wrappercheck-18 line 26: declare -a ENV wrappercheck-18 line 28: '[' 34 -gt 1 ']' wrappercheck-18 line 28: '[' --daemon-log '!=' -- ']' wrappercheck-18 line 29: case "$1" in wrappercheck-18 line 31: shift wrappercheck-18 line 32: DAEMON_LOG=dbus-monitor.log wrappercheck-18 line 53: shift wrappercheck-18 line 28: '[' 32 -gt 1 ']' wrappercheck-18 line 28: '[' dbus-monitor '!=' -- ']' wrappercheck-18 line 29: case "$1" in wrappercheck-18 line 50: break wrappercheck-18 line 56: '[' 32 -gt 1 ']' wrappercheck-18 line 56: '[' dbus-monitor '!=' -- ']' wrappercheck-18 line 57: BACKGROUND[${#BACKGROUND[*]}]=dbus-monitor wrappercheck-18 line 58: shift wrappercheck-18 line 56: '[' 31 -gt 1 ']' wrappercheck-18 line 56: '[' interface=org.freedesktop.DBus '!=' -- ']' wrappercheck-18 line 57: BACKGROUND[${#BACKGROUND[*]}]=interface=org.freedesktop.DBus wrappercheck-18 line 58: shift wrappercheck-18 line 56: '[' 30 -gt 1 ']' wrappercheck-18 line 56: '[' -- '!=' -- ']' wrappercheck-18 line 60: shift wrappercheck-18 line 62: '[' dbus-monitor.log ']' wrappercheck-18 line 62: '[' '' ']' wrappercheck-18 line 66: set +x *** starting dbus-monitor as background daemon, output to dbus-monitor.log wrappercheck-18 line 72: BACKGROUND_PID=22 wrappercheck-18 line 73: PIDS+=22 wrappercheck-18 line 75: '[' dbus-monitor.log ']' wrappercheck-18 line 75: '[' '' ']' wrappercheck-18 line 84: '[' '' ']' wrappercheck-18 line 93: kill -0 22 wrappercheck-18 line 94: set +e wrappercheck-18 line 95: '[' '' ']' wrappercheck-18 line 70: set -x wrappercheck-18 line 70: exec wrappercheck-18 line 99: set -x wrappercheck-18 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::Sync + PS4='wrappercheck-$$ line ${LINENO}: ' wrappercheck-25 line 16: PIDS= wrappercheck-25 line 18: trap '[ "" ] && kill -TERM ' TERM wrappercheck-25 line 19: trap '[ "" ] && kill -INT ' INT wrappercheck-25 line 21: DAEMON_LOG= wrappercheck-25 line 22: WAIT_FOR_DAEMON_OUTPUT= wrappercheck-25 line 23: WAIT_FOR_DBUS_DAEMON= wrappercheck-25 line 25: declare -a BACKGROUND wrappercheck-25 line 26: declare -a ENV wrappercheck-25 line 28: '[' 28 -gt 1 ']' wrappercheck-25 line 28: '[' --daemon-log '!=' -- ']' wrappercheck-25 line 29: case "$1" in wrappercheck-25 line 31: shift wrappercheck-25 line 32: DAEMON_LOG=evolution-source-registry.log wrappercheck-25 line 53: shift wrappercheck-25 line 28: '[' 26 -gt 1 ']' wrappercheck-25 line 28: '[' --daemon-sleep '!=' -- ']' wrappercheck-25 line 29: case "$1" in wrappercheck-25 line 43: shift wrappercheck-25 line 44: DAEMON_SLEEP=5 wrappercheck-25 line 53: shift wrappercheck-25 line 28: '[' 24 -gt 1 ']' wrappercheck-25 line 28: '[' --wait-for-dbus-daemon '!=' -- ']' wrappercheck-25 line 29: case "$1" in wrappercheck-25 line 35: shift wrappercheck-25 line 36: WAIT_FOR_DBUS_DAEMON=org.gnome.evolution.dataserver.Sources wrappercheck-25 line 53: shift wrappercheck-25 line 28: '[' 22 -gt 1 ']' wrappercheck-25 line 28: '[' /usr/lib/evolution/evolution-source-registry '!=' -- ']' wrappercheck-25 line 29: case "$1" in wrappercheck-25 line 50: break wrappercheck-25 line 56: '[' 22 -gt 1 ']' wrappercheck-25 line 56: '[' /usr/lib/evolution/evolution-source-registry '!=' -- ']' wrappercheck-25 line 57: BACKGROUND[${#BACKGROUND[*]}]=/usr/lib/evolution/evolution-source-registry wrappercheck-25 line 58: shift wrappercheck-25 line 56: '[' 21 -gt 1 ']' wrappercheck-25 line 56: '[' -- '!=' -- ']' wrappercheck-25 line 60: shift wrappercheck-25 line 62: '[' evolution-source-registry.log ']' wrappercheck-25 line 62: '[' '' ']' wrappercheck-25 line 66: set +x *** starting /usr/lib/evolution/evolution-source-registry as background daemon, output to evolution-source-registry.log wrappercheck-25 line 72: BACKGROUND_PID=30 wrappercheck-25 line 73: PIDS+=30 wrappercheck-25 line 75: '[' evolution-source-registry.log ']' wrappercheck-25 line 75: '[' '' ']' wrappercheck-25 line 84: '[' org.gnome.evolution.dataserver.Sources ']' wrappercheck-25 line 85: set +x *** waiting for daemon to connect to D-Bus as 'org.gnome.evolution.dataserver.Sources' wrappercheck-25 line 70: set -x wrappercheck-25 line 70: exec wrappercheck-25 line 93: kill -0 30 wrappercheck-25 line 94: set +e wrappercheck-25 line 95: '[' 5 ']' wrappercheck-25 line 96: set +x *** 'sleep 5' for daemon to settle down wrappercheck-25 line 97: sleep 5 ** (gnome-keyring-daemon:14): WARNING **: asked to register item /org/freedesktop/secrets/collection/default/7, but it's already registered wrappercheck-25 line 99: set -x wrappercheck-25 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::Sync + PS4='wrappercheck-$$ line ${LINENO}: ' wrappercheck-80 line 16: PIDS= wrappercheck-80 line 18: trap '[ "" ] && kill -TERM ' TERM wrappercheck-80 line 19: trap '[ "" ] && kill -INT ' INT wrappercheck-80 line 21: DAEMON_LOG= wrappercheck-80 line 22: WAIT_FOR_DAEMON_OUTPUT= wrappercheck-80 line 23: WAIT_FOR_DBUS_DAEMON= wrappercheck-80 line 25: declare -a BACKGROUND wrappercheck-80 line 26: declare -a ENV wrappercheck-80 line 28: '[' 19 -gt 1 ']' wrappercheck-80 line 28: '[' --daemon-log '!=' -- ']' wrappercheck-80 line 29: case "$1" in wrappercheck-80 line 31: shift wrappercheck-80 line 32: DAEMON_LOG=evolution-addressbook-factory.log wrappercheck-80 line 53: shift wrappercheck-80 line 28: '[' 17 -gt 1 ']' wrappercheck-80 line 28: '[' --wait-for-dbus-daemon '!=' -- ']' wrappercheck-80 line 29: case "$1" in wrappercheck-80 line 35: shift wrappercheck-80 line 36: WAIT_FOR_DBUS_DAEMON=org.gnome.evolution.dataserver.AddressBook wrappercheck-80 line 53: shift wrappercheck-80 line 28: '[' 15 -gt 1 ']' wrappercheck-80 line 28: '[' /usr/lib/evolution/evolution-addressbook-factory '!=' -- ']' wrappercheck-80 line 29: case "$1" in wrappercheck-80 line 50: break wrappercheck-80 line 56: '[' 15 -gt 1 ']' wrappercheck-80 line 56: '[' /usr/lib/evolution/evolution-addressbook-factory '!=' -- ']' wrappercheck-80 line 57: BACKGROUND[${#BACKGROUND[*]}]=/usr/lib/evolution/evolution-addressbook-factory wrappercheck-80 line 58: shift wrappercheck-80 line 56: '[' 14 -gt 1 ']' wrappercheck-80 line 56: '[' --keep-running '!=' -- ']' wrappercheck-80 line 57: BACKGROUND[${#BACKGROUND[*]}]=--keep-running wrappercheck-80 line 58: shift wrappercheck-80 line 56: '[' 13 -gt 1 ']' wrappercheck-80 line 56: '[' -- '!=' -- ']' wrappercheck-80 line 60: shift wrappercheck-80 line 62: '[' evolution-addressbook-factory.log ']' wrappercheck-80 line 62: '[' '' ']' wrappercheck-80 line 66: set +x *** starting /usr/lib/evolution/evolution-addressbook-factory as background daemon, output to evolution-addressbook-factory.log wrappercheck-80 line 72: BACKGROUND_PID=82 wrappercheck-80 line 73: PIDS+=82 wrappercheck-80 line 70: set -x wrappercheck-80 line 75: '[' evolution-addressbook-factory.log ']' wrappercheck-80 line 70: exec wrappercheck-80 line 75: '[' '' ']' wrappercheck-80 line 84: '[' org.gnome.evolution.dataserver.AddressBook ']' wrappercheck-80 line 85: set +x *** waiting for daemon to connect to D-Bus as 'org.gnome.evolution.dataserver.AddressBook' wrappercheck-80 line 93: kill -0 82 wrappercheck-80 line 94: set +e wrappercheck-80 line 95: '[' '' ']' wrappercheck-80 line 99: set -x wrappercheck-80 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::Sync + PS4='wrappercheck-$$ line ${LINENO}: ' wrappercheck-102 line 16: PIDS= wrappercheck-102 line 18: trap '[ "" ] && kill -TERM ' TERM wrappercheck-102 line 19: trap '[ "" ] && kill -INT ' INT wrappercheck-102 line 21: DAEMON_LOG= wrappercheck-102 line 22: WAIT_FOR_DAEMON_OUTPUT= wrappercheck-102 line 23: WAIT_FOR_DBUS_DAEMON= wrappercheck-102 line 25: declare -a BACKGROUND wrappercheck-102 line 26: declare -a ENV wrappercheck-102 line 28: '[' 11 -gt 1 ']' wrappercheck-102 line 28: '[' --daemon-log '!=' -- ']' wrappercheck-102 line 29: case "$1" in wrappercheck-102 line 31: shift wrappercheck-102 line 32: DAEMON_LOG=evolution-calendar-factory.log wrappercheck-102 line 53: shift wrappercheck-102 line 28: '[' 9 -gt 1 ']' wrappercheck-102 line 28: '[' /usr/lib/evolution/evolution-calendar-factory '!=' -- ']' wrappercheck-102 line 29: case "$1" in wrappercheck-102 line 50: break wrappercheck-102 line 56: '[' 9 -gt 1 ']' wrappercheck-102 line 56: '[' /usr/lib/evolution/evolution-calendar-factory '!=' -- ']' wrappercheck-102 line 57: BACKGROUND[${#BACKGROUND[*]}]=/usr/lib/evolution/evolution-calendar-factory wrappercheck-102 line 58: shift wrappercheck-102 line 56: '[' 8 -gt 1 ']' wrappercheck-102 line 56: '[' --keep-running '!=' -- ']' wrappercheck-102 line 57: BACKGROUND[${#BACKGROUND[*]}]=--keep-running wrappercheck-102 line 58: shift wrappercheck-102 line 56: '[' 7 -gt 1 ']' wrappercheck-102 line 56: '[' -- '!=' -- ']' wrappercheck-102 line 60: shift wrappercheck-102 line 62: '[' evolution-calendar-factory.log ']' wrappercheck-102 line 62: '[' '' ']' wrappercheck-102 line 66: set +x *** starting /usr/lib/evolution/evolution-calendar-factory as background daemon, output to evolution-calendar-factory.log wrappercheck-102 line 72: BACKGROUND_PID=104 wrappercheck-102 line 73: PIDS+=104 wrappercheck-102 line 70: set -x wrappercheck-102 line 70: exec wrappercheck-102 line 75: '[' evolution-calendar-factory.log ']' wrappercheck-102 line 75: '[' '' ']' wrappercheck-102 line 84: '[' '' ']' wrappercheck-102 line 93: kill -0 104 wrappercheck-102 line 94: set +e wrappercheck-102 line 95: '[' '' ']' wrappercheck-102 line 99: set -x wrappercheck-102 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::Sync *** 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 --leak-check=yes --suppressions=/home/nightly/testing/gdbus.supp --gen-suppressions=all --log-file=/data/runtests/work/testing-amd64/tests/synthesis/valgrind.p107.c%p.out ./client-test Client::Sync Client::Sync::eds_memo::testDeleteAllRefresh okay Client::Sync::eds_memo::testTwoWaySync okay Client::Sync::eds_memo::testSlowSync okay Client::Sync::eds_memo::testRefreshFromServerSync okay Client::Sync::eds_memo::testRefreshFromClientSync okay Client::Sync::eds_memo::testRefreshFromRemoteSync okay Client::Sync::eds_memo::testRefreshFromLocalSync okay Client::Sync::eds_memo::testTimeout okay Client::Sync::eds_memo::testConversion okay Client::Sync::eds_memo::testRefreshFromServerSemantic okay Client::Sync::eds_memo::testRefreshFromClientSemantic okay Client::Sync::eds_memo::testRefreshStatus okay Client::Sync::eds_memo::testTwoWayRestart okay Client::Sync::eds_memo::testCopy okay Client::Sync::eds_memo::testDelete okay Client::Sync::eds_memo::testAddUpdate okay Client::Sync::eds_memo::testManyItems okay Client::Sync::eds_memo::testManyDeletes okay Client::Sync::eds_memo::testSlowSyncSemantic okay Client::Sync::eds_memo::testComplexRefreshFromServerSemantic okay Client::Sync::eds_memo::testDeleteBothSides okay Client::Sync::eds_memo::testUpdate okay Client::Sync::eds_memo::testMerge okay Client::Sync::eds_memo::testTwinning okay Client::Sync::eds_memo::testItems okay Client::Sync::eds_memo::testItemsXML okay Client::Sync::eds_memo::testMaxMsg okay Client::Sync::eds_memo::testLargeObject okay Client::Sync::eds_memo::testOneWayFromServer okay Client::Sync::eds_memo::testOneWayFromClient okay Client::Sync::eds_memo::testOneWayFromRemote okay Client::Sync::eds_memo::testOneWayFromLocal okay Client::Sync::eds_contact::testDeleteAllRefresh okay Client::Sync::eds_contact::testTwoWaySync okay Client::Sync::eds_contact::testSlowSync okay Client::Sync::eds_contact::testRefreshFromServerSync okay Client::Sync::eds_contact::testRefreshFromClientSync okay Client::Sync::eds_contact::testRefreshFromRemoteSync okay Client::Sync::eds_contact::testRefreshFromLocalSync okay Client::Sync::eds_contact::testConversion okay Client::Sync::eds_contact::testRefreshFromServerSemantic okay Client::Sync::eds_contact::testRefreshFromClientSemantic okay Client::Sync::eds_contact::testRefreshStatus okay Client::Sync::eds_contact::testTwoWayRestart okay Client::Sync::eds_contact::testCopy okay Client::Sync::eds_contact::testDelete okay Client::Sync::eds_contact::testAddUpdate okay Client::Sync::eds_contact::testManyItems okay Client::Sync::eds_contact::testManyDeletes okay Client::Sync::eds_contact::testSlowSyncSemantic okay Client::Sync::eds_contact::testComplexRefreshFromServerSemantic okay Client::Sync::eds_contact::testDeleteBothSides okay Client::Sync::eds_contact::testUpdate okay Client::Sync::eds_contact::testComplexUpdate okay Client::Sync::eds_contact::testMerge okay Client::Sync::eds_contact::testTwinning okay Client::Sync::eds_contact::testItems okay Client::Sync::eds_contact::testItemsXML okay Client::Sync::eds_contact::testExtensions okay Client::Sync::eds_contact::testMaxMsg okay Client::Sync::eds_contact::testLargeObject okay Client::Sync::eds_contact::testOneWayFromServer okay Client::Sync::eds_contact::testOneWayFromClient okay Client::Sync::eds_contact::testOneWayFromRemote okay Client::Sync::eds_contact::testOneWayFromLocal okay Client::Sync::eds_memo_eds_contact::testDeleteAllRefresh okay Client::Sync::eds_memo_eds_contact::testTwoWaySync okay Client::Sync::eds_memo_eds_contact::testSlowSync okay Client::Sync::eds_memo_eds_contact::testRefreshFromServerSync okay Client::Sync::eds_memo_eds_contact::testRefreshFromClientSync okay Client::Sync::eds_memo_eds_contact::testRefreshFromRemoteSync okay Client::Sync::eds_memo_eds_contact::testRefreshFromLocalSync okay Client::Sync::eds_memo_eds_contact::testConversion okay Client::Sync::eds_memo_eds_contact::testRefreshFromServerSemantic okay Client::Sync::eds_memo_eds_contact::testRefreshFromClientSemantic okay Client::Sync::eds_memo_eds_contact::testRefreshStatus okay Client::Sync::eds_memo_eds_contact::testTwoWayRestart okay Client::Sync::eds_memo_eds_contact::testCopy okay Client::Sync::eds_memo_eds_contact::testDelete okay Client::Sync::eds_memo_eds_contact::testAddUpdate okay Client::Sync::eds_memo_eds_contact::testManyItems okay Client::Sync::eds_memo_eds_contact::testManyDeletes okay Client::Sync::eds_memo_eds_contact::testSlowSyncSemantic okay Client::Sync::eds_memo_eds_contact::testComplexRefreshFromServerSemantic okay Client::Sync::eds_memo_eds_contact::testDeleteBothSides okay Client::Sync::eds_memo_eds_contact::testUpdate okay Client::Sync::eds_memo_eds_contact::testMerge okay Client::Sync::eds_memo_eds_contact::testTwinning okay Client::Sync::eds_memo_eds_contact::testItems okay Client::Sync::eds_memo_eds_contact::testItemsXML okay Client::Sync::eds_memo_eds_contact::testMaxMsg okay Client::Sync::eds_memo_eds_contact::testLargeObject okay Client::Sync::eds_memo_eds_contact::testOneWayFromServer okay Client::Sync::eds_memo_eds_contact::testOneWayFromClient okay Client::Sync::eds_memo_eds_contact::testOneWayFromRemote okay Client::Sync::eds_memo_eds_contact::testOneWayFromLocalcouldn't lock 16384 bytes of memory (libgcrypt): Cannot allocate memory ** Message: couldn't allocate secure memory to keep passwords and or keys from being written to the disk okay OKvalgrindcheck (107): './client-test Client::Sync' (113): returned 0 ==10086== Memcheck, a memory error detector ==10086== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==10086== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==10086== Command: ./client-test Client::Sync::eds_memo_eds_contact::testTwoWayRestart ==10086== Parent PID: 113 ==10086== ==10086== ==10086== HEAP SUMMARY: ==10086== in use at exit: 7,085,502 bytes in 58,607 blocks ==10086== total heap usage: 1,688,243 allocs, 1,629,583 frees, 222,661,916 bytes allocated ==10086== ==10086== LEAK SUMMARY: ==10086== definitely lost: 0 bytes in 0 blocks ==10086== indirectly lost: 0 bytes in 0 blocks ==10086== possibly lost: 1,392 bytes in 4 blocks ==10086== still reachable: 6,230,217 bytes in 47,996 blocks ==10086== of which reachable via heuristic: ==10086== length64 : 6,728 bytes in 107 blocks ==10086== newarray : 6,456 bytes in 58 blocks ==10086== suppressed: 739,941 bytes in 9,751 blocks ==10086== Reachable blocks (those to which a pointer was found) are not shown. ==10086== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==10086== ==10086== For counts of detected and suppressed errors, rerun with: -v ==10086== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 70 from 70) ==10251== Memcheck, a memory error detector ==10251== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==10251== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==10251== Command: ./client-test Client::Sync::eds_memo_eds_contact::testCopy ==10251== Parent PID: 113 ==10251== ==10251== ==10251== HEAP SUMMARY: ==10251== in use at exit: 7,085,566 bytes in 58,609 blocks ==10251== total heap usage: 3,078,914 allocs, 3,020,249 frees, 401,016,829 bytes allocated ==10251== ==10251== LEAK SUMMARY: ==10251== definitely lost: 0 bytes in 0 blocks ==10251== indirectly lost: 0 bytes in 0 blocks ==10251== possibly lost: 1,392 bytes in 4 blocks ==10251== still reachable: 6,230,209 bytes in 47,996 blocks ==10251== of which reachable via heuristic: ==10251== length64 : 6,728 bytes in 107 blocks ==10251== newarray : 6,456 bytes in 58 blocks ==10251== suppressed: 740,013 bytes in 9,753 blocks ==10251== Reachable blocks (those to which a pointer was found) are not shown. ==10251== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==10251== ==10251== For counts of detected and suppressed errors, rerun with: -v ==10251== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 70 from 70) ==10551== Memcheck, a memory error detector ==10551== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==10551== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==10551== Command: ./client-test Client::Sync::eds_memo_eds_contact::testCopy ==10551== Parent PID: 10251 ==10551== ==10570== Memcheck, a memory error detector ==10570== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==10570== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==10570== Command: ./client-test Client::Sync::eds_memo_eds_contact::testCopy ==10570== Parent PID: 10251 ==10570== ==10595== Memcheck, a memory error detector ==10595== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==10595== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==10595== Command: ./client-test Client::Sync::eds_memo_eds_contact::testCopy ==10595== Parent PID: 10251 ==10595== ==10614== Memcheck, a memory error detector ==10614== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==10614== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==10614== Command: ./client-test Client::Sync::eds_memo_eds_contact::testCopy ==10614== Parent PID: 10251 ==10614== ==10619== Memcheck, a memory error detector ==10619== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==10619== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==10619== Command: ./client-test Client::Sync::eds_memo_eds_contact::testDelete ==10619== Parent PID: 113 ==10619== ==10619== ==10619== HEAP SUMMARY: ==10619== in use at exit: 7,087,865 bytes in 58,678 blocks ==10619== total heap usage: 3,831,727 allocs, 3,772,991 frees, 510,143,967 bytes allocated ==10619== ==10619== LEAK SUMMARY: ==10619== definitely lost: 0 bytes in 0 blocks ==10619== indirectly lost: 0 bytes in 0 blocks ==10619== possibly lost: 1,392 bytes in 4 blocks ==10619== still reachable: 6,231,321 bytes in 48,007 blocks ==10619== of which reachable via heuristic: ==10619== length64 : 6,728 bytes in 107 blocks ==10619== newarray : 6,456 bytes in 58 blocks ==10619== suppressed: 741,200 bytes in 9,811 blocks ==10619== Reachable blocks (those to which a pointer was found) are not shown. ==10619== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==10619== ==10619== For counts of detected and suppressed errors, rerun with: -v ==10619== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 70 from 70) ==10919== Memcheck, a memory error detector ==10919== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==10919== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==10919== Command: ./client-test Client::Sync::eds_memo_eds_contact::testDelete ==10919== Parent PID: 10619 ==10919== ==10938== Memcheck, a memory error detector ==10938== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==10938== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==10938== Command: ./client-test Client::Sync::eds_memo_eds_contact::testDelete ==10938== Parent PID: 10619 ==10938== ==11023== Memcheck, a memory error detector ==11023== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==11023== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==11023== Command: ./client-test Client::Sync::eds_memo_eds_contact::testAddUpdate ==11023== Parent PID: 113 ==11023== ==11023== ==11023== HEAP SUMMARY: ==11023== in use at exit: 7,090,286 bytes in 58,691 blocks ==11023== total heap usage: 2,903,337 allocs, 2,844,590 frees, 390,755,249 bytes allocated ==11023== ==11023== LEAK SUMMARY: ==11023== definitely lost: 0 bytes in 0 blocks ==11023== indirectly lost: 0 bytes in 0 blocks ==11023== possibly lost: 1,392 bytes in 4 blocks ==11023== still reachable: 6,233,292 bytes in 48,045 blocks ==11023== of which reachable via heuristic: ==11023== length64 : 6,728 bytes in 107 blocks ==11023== newarray : 6,456 bytes in 58 blocks ==11023== suppressed: 741,650 bytes in 9,786 blocks ==11023== Reachable blocks (those to which a pointer was found) are not shown. ==11023== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==11023== ==11023== For counts of detected and suppressed errors, rerun with: -v ==11023== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 70 from 70) ==11289== Memcheck, a memory error detector ==11289== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==11289== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==11289== Command: ./client-test Client::Sync::eds_memo_eds_contact::testAddUpdate ==11289== Parent PID: 11023 ==11289== ==113== Memcheck, a memory error detector ==113== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==113== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==113== Command: ./client-test Client::Sync ==113== Parent PID: 107 ==113== ==113== ==113== HEAP SUMMARY: ==113== in use at exit: 261,776 bytes in 3,725 blocks ==113== total heap usage: 88,463 allocs, 84,738 frees, 14,876,643 bytes allocated ==113== ==113== LEAK SUMMARY: ==113== definitely lost: 0 bytes in 0 blocks ==113== indirectly lost: 0 bytes in 0 blocks ==113== possibly lost: 96 bytes in 1 blocks ==113== still reachable: 44,695 bytes in 277 blocks ==113== of which reachable via heuristic: ==113== newarray : 5,800 bytes in 17 blocks ==113== suppressed: 216,985 bytes in 3,447 blocks ==113== Reachable blocks (those to which a pointer was found) are not shown. ==113== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==113== ==113== For counts of detected and suppressed errors, rerun with: -v ==113== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 61 from 61) ==113== could not unlink /tmp/vgdb-pipe-from-vgdb-to-113-by-nightly-on-syncev ==113== could not unlink /tmp/vgdb-pipe-to-vgdb-from-113-by-nightly-on-syncev ==113== could not unlink /tmp/vgdb-pipe-shared-mem-vgdb-113-by-nightly-on-syncev ==11308== Memcheck, a memory error detector ==11308== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==11308== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==11308== Command: ./client-test Client::Sync::eds_memo_eds_contact::testAddUpdate ==11308== Parent PID: 11023 ==11308== ==11312== Memcheck, a memory error detector ==11312== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==11312== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==11312== Command: ./client-test Client::Sync::eds_memo_eds_contact::testManyItems ==11312== Parent PID: 113 ==11312== ==11312== ==11312== HEAP SUMMARY: ==11312== in use at exit: 7,082,004 bytes in 58,551 blocks ==11312== total heap usage: 3,791,525 allocs, 3,732,918 frees, 497,796,506 bytes allocated ==11312== ==11312== LEAK SUMMARY: ==11312== definitely lost: 0 bytes in 0 blocks ==11312== indirectly lost: 0 bytes in 0 blocks ==11312== possibly lost: 1,392 bytes in 4 blocks ==11312== still reachable: 6,229,877 bytes in 47,998 blocks ==11312== of which reachable via heuristic: ==11312== length64 : 6,728 bytes in 107 blocks ==11312== newarray : 6,456 bytes in 58 blocks ==11312== suppressed: 736,783 bytes in 9,693 blocks ==11312== Reachable blocks (those to which a pointer was found) are not shown. ==11312== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==11312== ==11312== For counts of detected and suppressed errors, rerun with: -v ==11312== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 70 from 70) ==11533== Memcheck, a memory error detector ==11533== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==11533== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==11533== Command: ./client-test Client::Sync::eds_memo_eds_contact::testManyItems ==11533== Parent PID: 11312 ==11533== ==11553== Memcheck, a memory error detector ==11553== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==11553== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==11553== Command: ./client-test Client::Sync::eds_memo_eds_contact::testManyItems ==11553== Parent PID: 11312 ==11553== ==11557== Memcheck, a memory error detector ==11557== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==11557== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==11557== Command: ./client-test Client::Sync::eds_memo_eds_contact::testManyDeletes ==11557== Parent PID: 113 ==11557== ==11557== ==11557== HEAP SUMMARY: ==11557== in use at exit: 7,088,156 bytes in 58,688 blocks ==11557== total heap usage: 5,046,392 allocs, 4,987,646 frees, 617,092,649 bytes allocated ==11557== ==11557== LEAK SUMMARY: ==11557== definitely lost: 0 bytes in 0 blocks ==11557== indirectly lost: 0 bytes in 0 blocks ==11557== possibly lost: 1,392 bytes in 4 blocks ==11557== still reachable: 6,232,137 bytes in 48,014 blocks ==11557== of which reachable via heuristic: ==11557== length64 : 6,728 bytes in 107 blocks ==11557== newarray : 6,456 bytes in 58 blocks ==11557== suppressed: 740,507 bytes in 9,812 blocks ==11557== Reachable blocks (those to which a pointer was found) are not shown. ==11557== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==11557== ==11557== For counts of detected and suppressed errors, rerun with: -v ==11557== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 70 from 70) ==11783== Memcheck, a memory error detector ==11783== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==11783== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==11783== Command: ./client-test Client::Sync::eds_memo_eds_contact::testManyDeletes ==11783== Parent PID: 11557 ==11783== ==1179== Memcheck, a memory error detector ==1179== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1179== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1179== Command: ./client-test Client::Sync::eds_memo::testCopy ==1179== Parent PID: 954 ==1179== ==11801== Memcheck, a memory error detector ==11801== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==11801== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==11801== Command: ./client-test Client::Sync::eds_memo_eds_contact::testManyDeletes ==11801== Parent PID: 11557 ==11801== ==11871== Memcheck, a memory error detector ==11871== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==11871== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==11871== Command: ./client-test Client::Sync::eds_memo_eds_contact::testSlowSyncSemantic ==11871== Parent PID: 113 ==11871== ==11871== ==11871== HEAP SUMMARY: ==11871== in use at exit: 7,091,887 bytes in 58,761 blocks ==11871== total heap usage: 4,834,577 allocs, 4,775,755 frees, 664,450,729 bytes allocated ==11871== ==11871== LEAK SUMMARY: ==11871== definitely lost: 0 bytes in 0 blocks ==11871== indirectly lost: 0 bytes in 0 blocks ==11871== possibly lost: 1,392 bytes in 4 blocks ==11871== still reachable: 6,231,721 bytes in 48,016 blocks ==11871== of which reachable via heuristic: ==11871== length64 : 6,728 bytes in 107 blocks ==11871== newarray : 6,456 bytes in 58 blocks ==11871== suppressed: 744,654 bytes in 9,883 blocks ==11871== Reachable blocks (those to which a pointer was found) are not shown. ==11871== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==11871== ==11871== For counts of detected and suppressed errors, rerun with: -v ==11871== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 70 from 70) ==119== Memcheck, a memory error detector ==119== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==119== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==119== Command: ./client-test Client::Sync::eds_memo::testDeleteAllRefresh ==119== Parent PID: 113 ==119== ==119== ==119== HEAP SUMMARY: ==119== in use at exit: 6,992,206 bytes in 57,736 blocks ==119== total heap usage: 1,480,280 allocs, 1,422,491 frees, 207,870,951 bytes allocated ==119== ==119== LEAK SUMMARY: ==119== definitely lost: 0 bytes in 0 blocks ==119== indirectly lost: 0 bytes in 0 blocks ==119== possibly lost: 960 bytes in 3 blocks ==119== still reachable: 6,228,911 bytes in 47,978 blocks ==119== of which reachable via heuristic: ==119== length64 : 6,024 bytes in 99 blocks ==119== newarray : 6,408 bytes in 55 blocks ==119== suppressed: 674,327 bytes in 9,084 blocks ==119== Reachable blocks (those to which a pointer was found) are not shown. ==119== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==119== ==119== For counts of detected and suppressed errors, rerun with: -v ==119== ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 70 from 70) ==1204== Memcheck, a memory error detector ==1204== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1204== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1204== Command: ./client-test Client::Sync::eds_memo::testCopy ==1204== Parent PID: 954 ==1204== ==1208== Memcheck, a memory error detector ==1208== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1208== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1208== Command: ./client-test Client::Sync::eds_memo::testDelete ==1208== Parent PID: 113 ==1208== ==1208== ==1208== HEAP SUMMARY: ==1208== in use at exit: 6,984,735 bytes in 57,620 blocks ==1208== total heap usage: 3,293,118 allocs, 3,235,440 frees, 474,989,257 bytes allocated ==1208== ==1208== LEAK SUMMARY: ==1208== definitely lost: 0 bytes in 0 blocks ==1208== indirectly lost: 0 bytes in 0 blocks ==1208== possibly lost: 960 bytes in 3 blocks ==1208== still reachable: 6,227,424 bytes in 47,973 blocks ==1208== of which reachable via heuristic: ==1208== length64 : 6,024 bytes in 99 blocks ==1208== newarray : 6,408 bytes in 55 blocks ==1208== suppressed: 668,175 bytes in 8,971 blocks ==1208== Reachable blocks (those to which a pointer was found) are not shown. ==1208== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1208== ==1208== For counts of detected and suppressed errors, rerun with: -v ==1208== ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 70 from 70) ==12171== Memcheck, a memory error detector ==12171== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==12171== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==12171== Command: ./client-test Client::Sync::eds_memo_eds_contact::testSlowSyncSemantic ==12171== Parent PID: 11871 ==12171== ==12190== Memcheck, a memory error detector ==12190== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==12190== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==12190== Command: ./client-test Client::Sync::eds_memo_eds_contact::testSlowSyncSemantic ==12190== Parent PID: 11871 ==12190== ==12310== Memcheck, a memory error detector ==12310== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==12310== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==12310== Command: ./client-test Client::Sync::eds_memo_eds_contact::testComplexRefreshFromServerSemantic ==12310== Parent PID: 113 ==12310== ==12310== ==12310== HEAP SUMMARY: ==12310== in use at exit: 7,078,463 bytes in 58,514 blocks ==12310== total heap usage: 4,238,472 allocs, 4,179,899 frees, 565,889,282 bytes allocated ==12310== ==12310== LEAK SUMMARY: ==12310== definitely lost: 0 bytes in 0 blocks ==12310== indirectly lost: 0 bytes in 0 blocks ==12310== possibly lost: 1,392 bytes in 4 blocks ==12310== still reachable: 6,228,689 bytes in 47,996 blocks ==12310== of which reachable via heuristic: ==12310== length64 : 6,728 bytes in 107 blocks ==12310== newarray : 6,456 bytes in 58 blocks ==12310== suppressed: 734,262 bytes in 9,656 blocks ==12310== Reachable blocks (those to which a pointer was found) are not shown. ==12310== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==12310== ==12310== For counts of detected and suppressed errors, rerun with: -v ==12310== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 70 from 70) ==12609== Memcheck, a memory error detector ==12609== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==12609== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==12609== Command: ./client-test Client::Sync::eds_memo_eds_contact::testComplexRefreshFromServerSemantic ==12609== Parent PID: 12310 ==12609== ==12628== Memcheck, a memory error detector ==12628== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==12628== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==12628== Command: ./client-test Client::Sync::eds_memo_eds_contact::testComplexRefreshFromServerSemantic ==12628== Parent PID: 12310 ==12628== ==12653== Memcheck, a memory error detector ==12653== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==12653== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==12653== Command: ./client-test Client::Sync::eds_memo_eds_contact::testComplexRefreshFromServerSemantic ==12653== Parent PID: 12310 ==12653== ==12671== Memcheck, a memory error detector ==12671== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==12671== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==12671== Command: ./client-test Client::Sync::eds_memo_eds_contact::testComplexRefreshFromServerSemantic ==12671== Parent PID: 12310 ==12671== ==12757== Memcheck, a memory error detector ==12757== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==12757== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==12757== Command: ./client-test Client::Sync::eds_memo_eds_contact::testDeleteBothSides ==12757== Parent PID: 113 ==12757== ==12757== ==12757== HEAP SUMMARY: ==12757== in use at exit: 7,079,830 bytes in 58,547 blocks ==12757== total heap usage: 4,036,562 allocs, 3,977,957 frees, 521,943,940 bytes allocated ==12757== ==12757== LEAK SUMMARY: ==12757== definitely lost: 0 bytes in 0 blocks ==12757== indirectly lost: 0 bytes in 0 blocks ==12757== possibly lost: 1,392 bytes in 4 blocks ==12757== still reachable: 6,228,593 bytes in 47,994 blocks ==12757== of which reachable via heuristic: ==12757== length64 : 6,728 bytes in 107 blocks ==12757== newarray : 6,456 bytes in 58 blocks ==12757== suppressed: 735,893 bytes in 9,693 blocks ==12757== Reachable blocks (those to which a pointer was found) are not shown. ==12757== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==12757== ==12757== For counts of detected and suppressed errors, rerun with: -v ==12757== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 70 from 70) ==13057== Memcheck, a memory error detector ==13057== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13057== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13057== Command: ./client-test Client::Sync::eds_memo_eds_contact::testDeleteBothSides ==13057== Parent PID: 12757 ==13057== ==13075== Memcheck, a memory error detector ==13075== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13075== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13075== Command: ./client-test Client::Sync::eds_memo_eds_contact::testDeleteBothSides ==13075== Parent PID: 12757 ==13075== ==13101== Memcheck, a memory error detector ==13101== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13101== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13101== Command: ./client-test Client::Sync::eds_memo_eds_contact::testDeleteBothSides ==13101== Parent PID: 12757 ==13101== ==13119== Memcheck, a memory error detector ==13119== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13119== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13119== Command: ./client-test Client::Sync::eds_memo_eds_contact::testDeleteBothSides ==13119== Parent PID: 12757 ==13119== ==13253== Memcheck, a memory error detector ==13253== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13253== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13253== Command: ./client-test Client::Sync::eds_memo_eds_contact::testUpdate ==13253== Parent PID: 113 ==13253== ==13253== ==13253== HEAP SUMMARY: ==13253== in use at exit: 7,094,966 bytes in 58,773 blocks ==13253== total heap usage: 3,892,325 allocs, 3,833,494 frees, 513,919,614 bytes allocated ==13253== ==13253== LEAK SUMMARY: ==13253== definitely lost: 0 bytes in 0 blocks ==13253== indirectly lost: 0 bytes in 0 blocks ==13253== possibly lost: 1,392 bytes in 4 blocks ==13253== still reachable: 6,238,861 bytes in 48,139 blocks ==13253== of which reachable via heuristic: ==13253== length64 : 6,728 bytes in 107 blocks ==13253== newarray : 6,456 bytes in 58 blocks ==13253== suppressed: 740,761 bytes in 9,774 blocks ==13253== Reachable blocks (those to which a pointer was found) are not shown. ==13253== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==13253== ==13253== For counts of detected and suppressed errors, rerun with: -v ==13253== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 70 from 70) ==13552== Memcheck, a memory error detector ==13552== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13552== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13552== Command: ./client-test Client::Sync::eds_memo_eds_contact::testUpdate ==13552== Parent PID: 13253 ==13552== ==13571== Memcheck, a memory error detector ==13571== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13571== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13571== Command: ./client-test Client::Sync::eds_memo_eds_contact::testUpdate ==13571== Parent PID: 13253 ==13571== ==13661== Memcheck, a memory error detector ==13661== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13661== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13661== Command: ./client-test Client::Sync::eds_memo_eds_contact::testUpdate ==13661== Parent PID: 13253 ==13661== ==13679== Memcheck, a memory error detector ==13679== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13679== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13679== Command: ./client-test Client::Sync::eds_memo_eds_contact::testUpdate ==13679== Parent PID: 13253 ==13679== ==13685== Memcheck, a memory error detector ==13685== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13685== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13685== Command: ./client-test Client::Sync::eds_memo_eds_contact::testMerge ==13685== Parent PID: 113 ==13685== ==13685== ==13685== HEAP SUMMARY: ==13685== in use at exit: 7,086,832 bytes in 58,635 blocks ==13685== total heap usage: 4,897,562 allocs, 4,838,867 frees, 639,427,164 bytes allocated ==13685== ==13685== LEAK SUMMARY: ==13685== definitely lost: 0 bytes in 0 blocks ==13685== indirectly lost: 0 bytes in 0 blocks ==13685== possibly lost: 1,392 bytes in 4 blocks ==13685== still reachable: 6,230,481 bytes in 47,998 blocks ==13685== of which reachable via heuristic: ==13685== length64 : 6,728 bytes in 107 blocks ==13685== newarray : 6,456 bytes in 58 blocks ==13685== suppressed: 741,007 bytes in 9,777 blocks ==13685== Reachable blocks (those to which a pointer was found) are not shown. ==13685== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==13685== ==13685== For counts of detected and suppressed errors, rerun with: -v ==13685== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 70 from 70) ==13983== Memcheck, a memory error detector ==13983== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13983== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13983== Command: ./client-test Client::Sync::eds_memo_eds_contact::testMerge ==13983== Parent PID: 13685 ==13983== ==14001== Memcheck, a memory error detector ==14001== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14001== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14001== Command: ./client-test Client::Sync::eds_memo_eds_contact::testMerge ==14001== Parent PID: 13685 ==14001== ==14155== Memcheck, a memory error detector ==14155== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14155== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14155== Command: ./client-test Client::Sync::eds_memo_eds_contact::testMerge ==14155== Parent PID: 13685 ==14155== ==14174== Memcheck, a memory error detector ==14174== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14174== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14174== Command: ./client-test Client::Sync::eds_memo_eds_contact::testMerge ==14174== Parent PID: 13685 ==14174== ==14215== Memcheck, a memory error detector ==14215== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14215== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14215== Command: ./client-test Client::Sync::eds_memo_eds_contact::testMerge ==14215== Parent PID: 13685 ==14215== ==14234== Memcheck, a memory error detector ==14234== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14234== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14234== Command: ./client-test Client::Sync::eds_memo_eds_contact::testMerge ==14234== Parent PID: 13685 ==14234== ==14238== Memcheck, a memory error detector ==14238== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14238== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14238== Command: ./client-test Client::Sync::eds_memo_eds_contact::testTwinning ==14238== Parent PID: 113 ==14238== ==14238== ==14238== HEAP SUMMARY: ==14238== in use at exit: 7,086,999 bytes in 58,647 blocks ==14238== total heap usage: 3,550,669 allocs, 3,491,966 frees, 453,138,259 bytes allocated ==14238== ==14238== LEAK SUMMARY: ==14238== definitely lost: 0 bytes in 0 blocks ==14238== indirectly lost: 0 bytes in 0 blocks ==14238== possibly lost: 1,392 bytes in 4 blocks ==14238== still reachable: 6,232,141 bytes in 48,032 blocks ==14238== of which reachable via heuristic: ==14238== length64 : 6,728 bytes in 107 blocks ==14238== newarray : 6,456 bytes in 58 blocks ==14238== suppressed: 739,514 bytes in 9,755 blocks ==14238== Reachable blocks (those to which a pointer was found) are not shown. ==14238== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==14238== ==14238== For counts of detected and suppressed errors, rerun with: -v ==14238== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 70 from 70) ==1432== Memcheck, a memory error detector ==1432== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1432== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1432== Command: ./client-test Client::Sync::eds_memo::testDelete ==1432== Parent PID: 1208 ==1432== ==14404== Memcheck, a memory error detector ==14404== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14404== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14404== Command: ./client-test Client::Sync::eds_memo_eds_contact::testTwinning ==14404== Parent PID: 14238 ==14404== ==14432== Memcheck, a memory error detector ==14432== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14432== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14432== Command: ./client-test Client::Sync::eds_memo_eds_contact::testTwinning ==14432== Parent PID: 14238 ==14432== ==14526== Memcheck, a memory error detector ==14526== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14526== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14526== Command: ./client-test Client::Sync::eds_memo_eds_contact::testTwinning ==14526== Parent PID: 14238 ==14526== ==14544== Memcheck, a memory error detector ==14544== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14544== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14544== Command: ./client-test Client::Sync::eds_memo_eds_contact::testTwinning ==14544== Parent PID: 14238 ==14544== ==14549== Memcheck, a memory error detector ==14549== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14549== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14549== Command: ./client-test Client::Sync::eds_memo_eds_contact::testItems ==14549== Parent PID: 113 ==14549== ==14549== ==14549== HEAP SUMMARY: ==14549== in use at exit: 7,079,430 bytes in 58,537 blocks ==14549== total heap usage: 2,785,303 allocs, 2,726,712 frees, 340,490,095 bytes allocated ==14549== ==14549== LEAK SUMMARY: ==14549== definitely lost: 0 bytes in 0 blocks ==14549== indirectly lost: 0 bytes in 0 blocks ==14549== possibly lost: 1,392 bytes in 4 blocks ==14549== still reachable: 6,229,412 bytes in 48,007 blocks ==14549== of which reachable via heuristic: ==14549== length64 : 6,728 bytes in 107 blocks ==14549== newarray : 6,456 bytes in 58 blocks ==14549== suppressed: 734,506 bytes in 9,668 blocks ==14549== Reachable blocks (those to which a pointer was found) are not shown. ==14549== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==14549== ==14549== For counts of detected and suppressed errors, rerun with: -v ==14549== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 70 from 70) ==14714== Memcheck, a memory error detector ==14714== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14714== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14714== Command: ./client-test Client::Sync::eds_memo_eds_contact::testItems ==14714== Parent PID: 14549 ==14714== ==14742== Memcheck, a memory error detector ==14742== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14742== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14742== Command: ./client-test Client::Sync::eds_memo_eds_contact::testItems ==14742== Parent PID: 14549 ==14742== ==14804== Memcheck, a memory error detector ==14804== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14804== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14804== Command: ./client-test Client::Sync::eds_memo_eds_contact::testItems ==14804== Parent PID: 14549 ==14804== ==14823== Memcheck, a memory error detector ==14823== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14823== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14823== Command: ./client-test Client::Sync::eds_memo_eds_contact::testItems ==14823== Parent PID: 14549 ==14823== ==14827== Memcheck, a memory error detector ==14827== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14827== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14827== Command: ./client-test Client::Sync::eds_memo_eds_contact::testItemsXML ==14827== Parent PID: 113 ==14827== ==14827== ==14827== HEAP SUMMARY: ==14827== in use at exit: 7,089,690 bytes in 58,728 blocks ==14827== total heap usage: 2,810,584 allocs, 2,751,802 frees, 340,211,412 bytes allocated ==14827== ==14827== LEAK SUMMARY: ==14827== definitely lost: 0 bytes in 0 blocks ==14827== indirectly lost: 0 bytes in 0 blocks ==14827== possibly lost: 1,392 bytes in 4 blocks ==14827== still reachable: 6,232,156 bytes in 48,024 blocks ==14827== of which reachable via heuristic: ==14827== length64 : 6,728 bytes in 107 blocks ==14827== newarray : 6,456 bytes in 58 blocks ==14827== suppressed: 742,022 bytes in 9,842 blocks ==14827== Reachable blocks (those to which a pointer was found) are not shown. ==14827== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==14827== ==14827== For counts of detected and suppressed errors, rerun with: -v ==14827== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 70 from 70) ==1498== Memcheck, a memory error detector ==1498== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1498== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1498== Command: ./client-test Client::Sync::eds_memo::testAddUpdate ==1498== Parent PID: 113 ==1498== ==1498== ==1498== HEAP SUMMARY: ==1498== in use at exit: 6,994,549 bytes in 57,779 blocks ==1498== total heap usage: 2,516,450 allocs, 2,458,615 frees, 365,578,749 bytes allocated ==1498== ==1498== LEAK SUMMARY: ==1498== definitely lost: 0 bytes in 0 blocks ==1498== indirectly lost: 0 bytes in 0 blocks ==1498== possibly lost: 960 bytes in 3 blocks ==1498== still reachable: 6,229,769 bytes in 47,986 blocks ==1498== of which reachable via heuristic: ==1498== length64 : 6,024 bytes in 99 blocks ==1498== newarray : 6,408 bytes in 55 blocks ==1498== suppressed: 675,644 bytes in 9,117 blocks ==1498== Reachable blocks (those to which a pointer was found) are not shown. ==1498== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1498== ==1498== For counts of detected and suppressed errors, rerun with: -v ==1498== ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 70 from 70) ==14993== Memcheck, a memory error detector ==14993== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14993== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14993== Command: ./client-test Client::Sync::eds_memo_eds_contact::testItemsXML ==14993== Parent PID: 14827 ==14993== ==15021== Memcheck, a memory error detector ==15021== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==15021== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==15021== Command: ./client-test Client::Sync::eds_memo_eds_contact::testItemsXML ==15021== Parent PID: 14827 ==15021== ==15084== Memcheck, a memory error detector ==15084== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==15084== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==15084== Command: ./client-test Client::Sync::eds_memo_eds_contact::testItemsXML ==15084== Parent PID: 14827 ==15084== ==15102== Memcheck, a memory error detector ==15102== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==15102== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==15102== Command: ./client-test Client::Sync::eds_memo_eds_contact::testItemsXML ==15102== Parent PID: 14827 ==15102== ==15106== Memcheck, a memory error detector ==15106== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==15106== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==15106== Command: ./client-test Client::Sync::eds_memo_eds_contact::testMaxMsg ==15106== Parent PID: 113 ==15106== ==15106== ==15106== HEAP SUMMARY: ==15106== in use at exit: 7,083,993 bytes in 58,590 blocks ==15106== total heap usage: 3,046,814 allocs, 2,988,170 frees, 399,411,723 bytes allocated ==15106== ==15106== LEAK SUMMARY: ==15106== definitely lost: 0 bytes in 0 blocks ==15106== indirectly lost: 0 bytes in 0 blocks ==15106== possibly lost: 1,392 bytes in 4 blocks ==15106== still reachable: 6,231,129 bytes in 48,004 blocks ==15106== of which reachable via heuristic: ==15106== length64 : 6,728 bytes in 107 blocks ==15106== newarray : 6,456 bytes in 58 blocks ==15106== suppressed: 737,352 bytes in 9,724 blocks ==15106== Reachable blocks (those to which a pointer was found) are not shown. ==15106== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==15106== ==15106== For counts of detected and suppressed errors, rerun with: -v ==15106== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 70 from 70) ==15293== Memcheck, a memory error detector ==15293== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==15293== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==15293== Command: ./client-test Client::Sync::eds_memo_eds_contact::testMaxMsg ==15293== Parent PID: 15106 ==15293== ==15312== Memcheck, a memory error detector ==15312== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==15312== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==15312== Command: ./client-test Client::Sync::eds_memo_eds_contact::testMaxMsg ==15312== Parent PID: 15106 ==15312== ==15317== Memcheck, a memory error detector ==15317== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==15317== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==15317== Command: ./client-test Client::Sync::eds_memo_eds_contact::testLargeObject ==15317== Parent PID: 113 ==15317== ==15317== ==15317== HEAP SUMMARY: ==15317== in use at exit: 7,095,351 bytes in 58,791 blocks ==15317== total heap usage: 3,420,028 allocs, 3,361,132 frees, 415,224,502 bytes allocated ==15317== ==15317== LEAK SUMMARY: ==15317== definitely lost: 0 bytes in 0 blocks ==15317== indirectly lost: 0 bytes in 0 blocks ==15317== possibly lost: 1,392 bytes in 4 blocks ==15317== still reachable: 6,238,033 bytes in 48,129 blocks ==15317== of which reachable via heuristic: ==15317== length64 : 6,728 bytes in 107 blocks ==15317== newarray : 6,456 bytes in 58 blocks ==15317== suppressed: 741,806 bytes in 9,800 blocks ==15317== Reachable blocks (those to which a pointer was found) are not shown. ==15317== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==15317== ==15317== For counts of detected and suppressed errors, rerun with: -v ==15317== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 70 from 70) ==15507== Memcheck, a memory error detector ==15507== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==15507== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==15507== Command: ./client-test Client::Sync::eds_memo_eds_contact::testLargeObject ==15507== Parent PID: 15317 ==15507== ==15525== Memcheck, a memory error detector ==15525== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==15525== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==15525== Command: ./client-test Client::Sync::eds_memo_eds_contact::testLargeObject ==15525== Parent PID: 15317 ==15525== ==15529== Memcheck, a memory error detector ==15529== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==15529== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==15529== Command: ./client-test Client::Sync::eds_memo_eds_contact::testOneWayFromServer ==15529== Parent PID: 113 ==15529== ==15529== ==15529== HEAP SUMMARY: ==15529== in use at exit: 7,086,708 bytes in 58,635 blocks ==15529== total heap usage: 4,499,349 allocs, 4,440,656 frees, 571,273,067 bytes allocated ==15529== ==15529== LEAK SUMMARY: ==15529== definitely lost: 0 bytes in 0 blocks ==15529== indirectly lost: 0 bytes in 0 blocks ==15529== possibly lost: 1,392 bytes in 4 blocks ==15529== still reachable: 6,232,450 bytes in 48,023 blocks ==15529== of which reachable via heuristic: ==15529== length64 : 6,728 bytes in 107 blocks ==15529== newarray : 6,456 bytes in 58 blocks ==15529== suppressed: 738,914 bytes in 9,752 blocks ==15529== Reachable blocks (those to which a pointer was found) are not shown. ==15529== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==15529== ==15529== For counts of detected and suppressed errors, rerun with: -v ==15529== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 70 from 70) ==15954== Memcheck, a memory error detector ==15954== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==15954== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==15954== Command: ./client-test Client::Sync::eds_memo_eds_contact::testOneWayFromClient ==15954== Parent PID: 113 ==15954== ==15954== ==15954== HEAP SUMMARY: ==15954== in use at exit: 7,087,813 bytes in 58,675 blocks ==15954== total heap usage: 4,411,462 allocs, 4,352,728 frees, 575,011,687 bytes allocated ==15954== ==15954== LEAK SUMMARY: ==15954== definitely lost: 0 bytes in 0 blocks ==15954== indirectly lost: 0 bytes in 0 blocks ==15954== possibly lost: 1,392 bytes in 4 blocks ==15954== still reachable: 6,231,241 bytes in 48,009 blocks ==15954== of which reachable via heuristic: ==15954== length64 : 6,728 bytes in 107 blocks ==15954== newarray : 6,456 bytes in 58 blocks ==15954== suppressed: 741,060 bytes in 9,804 blocks ==15954== Reachable blocks (those to which a pointer was found) are not shown. ==15954== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==15954== ==15954== For counts of detected and suppressed errors, rerun with: -v ==15954== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 70 from 70) ==16458== Memcheck, a memory error detector ==16458== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==16458== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==16458== Command: ./client-test Client::Sync::eds_memo_eds_contact::testOneWayFromRemote ==16458== Parent PID: 113 ==16458== ==16458== ==16458== HEAP SUMMARY: ==16458== in use at exit: 7,088,565 bytes in 58,663 blocks ==16458== total heap usage: 3,904,617 allocs, 3,845,896 frees, 515,184,886 bytes allocated ==16458== ==16458== LEAK SUMMARY: ==16458== definitely lost: 0 bytes in 0 blocks ==16458== indirectly lost: 0 bytes in 0 blocks ==16458== possibly lost: 1,392 bytes in 4 blocks ==16458== still reachable: 6,231,842 bytes in 48,021 blocks ==16458== of which reachable via heuristic: ==16458== length64 : 6,728 bytes in 107 blocks ==16458== newarray : 6,456 bytes in 58 blocks ==16458== suppressed: 741,379 bytes in 9,782 blocks ==16458== Reachable blocks (those to which a pointer was found) are not shown. ==16458== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==16458== ==16458== For counts of detected and suppressed errors, rerun with: -v ==16458== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 70 from 70) ==16880== Memcheck, a memory error detector ==16880== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==16880== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==16880== Command: ./client-test Client::Sync::eds_memo_eds_contact::testOneWayFromLocal ==16880== Parent PID: 113 ==16880== ==16880== ==16880== HEAP SUMMARY: ==16880== in use at exit: 7,076,334 bytes in 58,463 blocks ==16880== total heap usage: 4,411,349 allocs, 4,352,827 frees, 574,996,902 bytes allocated ==16880== ==16880== LEAK SUMMARY: ==16880== definitely lost: 0 bytes in 0 blocks ==16880== indirectly lost: 0 bytes in 0 blocks ==16880== possibly lost: 1,392 bytes in 4 blocks ==16880== still reachable: 6,228,178 bytes in 47,989 blocks ==16880== of which reachable via heuristic: ==16880== length64 : 6,728 bytes in 107 blocks ==16880== newarray : 6,456 bytes in 58 blocks ==16880== suppressed: 732,644 bytes in 9,612 blocks ==16880== Reachable blocks (those to which a pointer was found) are not shown. ==16880== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==16880== ==16880== For counts of detected and suppressed errors, rerun with: -v ==16880== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 70 from 70) ==1697== Memcheck, a memory error detector ==1697== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1697== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1697== Command: ./client-test Client::Sync::eds_memo::testAddUpdate ==1697== Parent PID: 1498 ==1697== ==1701== Memcheck, a memory error detector ==1701== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1701== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1701== Command: ./client-test Client::Sync::eds_memo::testManyItems ==1701== Parent PID: 113 ==1701== ==1701== ==1701== HEAP SUMMARY: ==1701== in use at exit: 6,995,827 bytes in 57,807 blocks ==1701== total heap usage: 2,804,022 allocs, 2,746,159 frees, 404,343,452 bytes allocated ==1701== ==1701== LEAK SUMMARY: ==1701== definitely lost: 0 bytes in 0 blocks ==1701== indirectly lost: 0 bytes in 0 blocks ==1701== possibly lost: 960 bytes in 3 blocks ==1701== still reachable: 6,230,113 bytes in 47,986 blocks ==1701== of which reachable via heuristic: ==1701== length64 : 6,024 bytes in 99 blocks ==1701== newarray : 6,408 bytes in 55 blocks ==1701== suppressed: 676,746 bytes in 9,147 blocks ==1701== Reachable blocks (those to which a pointer was found) are not shown. ==1701== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1701== ==1701== For counts of detected and suppressed errors, rerun with: -v ==1701== ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 70 from 70) ==1864== Memcheck, a memory error detector ==1864== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1864== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1864== Command: ./client-test Client::Sync::eds_memo::testManyItems ==1864== Parent PID: 1701 ==1864== ==1868== Memcheck, a memory error detector ==1868== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1868== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1868== Command: ./client-test Client::Sync::eds_memo::testManyDeletes ==1868== Parent PID: 113 ==1868== ==1868== ==1868== HEAP SUMMARY: ==1868== in use at exit: 6,994,437 bytes in 57,794 blocks ==1868== total heap usage: 3,674,947 allocs, 3,617,095 frees, 501,532,985 bytes allocated ==1868== ==1868== LEAK SUMMARY: ==1868== definitely lost: 0 bytes in 0 blocks ==1868== indirectly lost: 0 bytes in 0 blocks ==1868== possibly lost: 960 bytes in 3 blocks ==1868== still reachable: 6,230,673 bytes in 47,996 blocks ==1868== of which reachable via heuristic: ==1868== length64 : 6,024 bytes in 99 blocks ==1868== newarray : 6,408 bytes in 55 blocks ==1868== suppressed: 674,628 bytes in 9,122 blocks ==1868== Reachable blocks (those to which a pointer was found) are not shown. ==1868== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1868== ==1868== For counts of detected and suppressed errors, rerun with: -v ==1868== ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 70 from 70) ==2032== Memcheck, a memory error detector ==2032== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2032== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2032== Command: ./client-test Client::Sync::eds_memo::testManyDeletes ==2032== Parent PID: 1868 ==2032== ==2085== Memcheck, a memory error detector ==2085== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2085== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2085== Command: ./client-test Client::Sync::eds_memo::testSlowSyncSemantic ==2085== Parent PID: 113 ==2085== ==2085== ==2085== HEAP SUMMARY: ==2085== in use at exit: 6,996,936 bytes in 57,826 blocks ==2085== total heap usage: 4,244,360 allocs, 4,186,473 frees, 626,512,438 bytes allocated ==2085== ==2085== LEAK SUMMARY: ==2085== definitely lost: 0 bytes in 0 blocks ==2085== indirectly lost: 0 bytes in 0 blocks ==2085== possibly lost: 528 bytes in 2 blocks ==2085== still reachable: 6,230,017 bytes in 47,985 blocks ==2085== of which reachable via heuristic: ==2085== length64 : 6,024 bytes in 99 blocks ==2085== newarray : 6,408 bytes in 55 blocks ==2085== suppressed: 678,215 bytes in 9,166 blocks ==2085== Reachable blocks (those to which a pointer was found) are not shown. ==2085== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==2085== ==2085== For counts of detected and suppressed errors, rerun with: -v ==2085== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 71 from 71) ==2312== Memcheck, a memory error detector ==2312== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2312== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2312== Command: ./client-test Client::Sync::eds_memo::testSlowSyncSemantic ==2312== Parent PID: 2085 ==2312== ==2405== Memcheck, a memory error detector ==2405== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2405== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2405== Command: ./client-test Client::Sync::eds_memo::testComplexRefreshFromServerSemantic ==2405== Parent PID: 113 ==2405== ==2405== ==2405== HEAP SUMMARY: ==2405== in use at exit: 6,988,787 bytes in 57,680 blocks ==2405== total heap usage: 3,643,308 allocs, 3,585,569 frees, 527,443,240 bytes allocated ==2405== ==2405== LEAK SUMMARY: ==2405== definitely lost: 0 bytes in 0 blocks ==2405== indirectly lost: 0 bytes in 0 blocks ==2405== possibly lost: 960 bytes in 3 blocks ==2405== still reachable: 6,228,057 bytes in 47,977 blocks ==2405== of which reachable via heuristic: ==2405== length64 : 6,024 bytes in 99 blocks ==2405== newarray : 6,408 bytes in 55 blocks ==2405== suppressed: 671,762 bytes in 9,029 blocks ==2405== Reachable blocks (those to which a pointer was found) are not shown. ==2405== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==2405== ==2405== For counts of detected and suppressed errors, rerun with: -v ==2405== ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 70 from 70) ==2630== Memcheck, a memory error detector ==2630== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2630== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2630== Command: ./client-test Client::Sync::eds_memo::testComplexRefreshFromServerSemantic ==2630== Parent PID: 2405 ==2630== ==265== Memcheck, a memory error detector ==265== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==265== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==265== Command: ./client-test Client::Sync::eds_memo::testTwoWaySync ==265== Parent PID: 113 ==265== ==265== ==265== HEAP SUMMARY: ==265== in use at exit: 6,992,094 bytes in 57,732 blocks ==265== total heap usage: 641,001 allocs, 583,218 frees, 95,780,257 bytes allocated ==265== ==265== LEAK SUMMARY: ==265== definitely lost: 0 bytes in 0 blocks ==265== indirectly lost: 0 bytes in 0 blocks ==265== possibly lost: 1,824 bytes in 5 blocks ==265== still reachable: 6,330,799 bytes in 48,134 blocks ==265== of which reachable via heuristic: ==265== length64 : 5,984 bytes in 98 blocks ==265== newarray : 6,376 bytes in 53 blocks ==265== suppressed: 571,463 bytes in 8,922 blocks ==265== Reachable blocks (those to which a pointer was found) are not shown. ==265== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==265== ==265== For counts of detected and suppressed errors, rerun with: -v ==265== ERROR SUMMARY: 5 errors from 5 contexts (suppressed: 68 from 68) ==2656== Memcheck, a memory error detector ==2656== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2656== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2656== Command: ./client-test Client::Sync::eds_memo::testComplexRefreshFromServerSemantic ==2656== Parent PID: 2405 ==2656== ==2721== Memcheck, a memory error detector ==2721== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2721== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2721== Command: ./client-test Client::Sync::eds_memo::testDeleteBothSides ==2721== Parent PID: 113 ==2721== ==2721== ==2721== HEAP SUMMARY: ==2721== in use at exit: 6,996,927 bytes in 57,818 blocks ==2721== total heap usage: 3,404,167 allocs, 3,346,291 frees, 481,377,436 bytes allocated ==2721== ==2721== LEAK SUMMARY: ==2721== definitely lost: 0 bytes in 0 blocks ==2721== indirectly lost: 0 bytes in 0 blocks ==2721== possibly lost: 960 bytes in 3 blocks ==2721== still reachable: 6,231,089 bytes in 48,005 blocks ==2721== of which reachable via heuristic: ==2721== length64 : 6,024 bytes in 99 blocks ==2721== newarray : 6,408 bytes in 55 blocks ==2721== suppressed: 676,870 bytes in 9,139 blocks ==2721== Reachable blocks (those to which a pointer was found) are not shown. ==2721== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==2721== ==2721== For counts of detected and suppressed errors, rerun with: -v ==2721== ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 70 from 70) ==286== Memcheck, a memory error detector ==286== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==286== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==286== Command: ./client-test Client::Sync::eds_memo::testSlowSync ==286== Parent PID: 113 ==286== ==286== ==286== HEAP SUMMARY: ==286== in use at exit: 6,994,226 bytes in 57,788 blocks ==286== total heap usage: 640,877 allocs, 583,038 frees, 95,673,550 bytes allocated ==286== ==286== LEAK SUMMARY: ==286== definitely lost: 0 bytes in 0 blocks ==286== indirectly lost: 0 bytes in 0 blocks ==286== possibly lost: 1,824 bytes in 5 blocks ==286== still reachable: 6,332,367 bytes in 48,149 blocks ==286== of which reachable via heuristic: ==286== length64 : 5,984 bytes in 98 blocks ==286== newarray : 6,376 bytes in 53 blocks ==286== suppressed: 571,859 bytes in 8,961 blocks ==286== Reachable blocks (those to which a pointer was found) are not shown. ==286== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==286== ==286== For counts of detected and suppressed errors, rerun with: -v ==286== ERROR SUMMARY: 5 errors from 5 contexts (suppressed: 68 from 68) ==2946== Memcheck, a memory error detector ==2946== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2946== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2946== Command: ./client-test Client::Sync::eds_memo::testDeleteBothSides ==2946== Parent PID: 2721 ==2946== ==2971== Memcheck, a memory error detector ==2971== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2971== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2971== Command: ./client-test Client::Sync::eds_memo::testDeleteBothSides ==2971== Parent PID: 2721 ==2971== ==307== Memcheck, a memory error detector ==307== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==307== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==307== Command: ./client-test Client::Sync::eds_memo::testRefreshFromServerSync ==307== Parent PID: 113 ==307== ==307== ==307== HEAP SUMMARY: ==307== in use at exit: 6,994,218 bytes in 57,788 blocks ==307== total heap usage: 640,947 allocs, 583,108 frees, 95,681,929 bytes allocated ==307== ==307== LEAK SUMMARY: ==307== definitely lost: 0 bytes in 0 blocks ==307== indirectly lost: 0 bytes in 0 blocks ==307== possibly lost: 1,824 bytes in 5 blocks ==307== still reachable: 6,332,367 bytes in 48,149 blocks ==307== of which reachable via heuristic: ==307== length64 : 5,984 bytes in 98 blocks ==307== newarray : 6,376 bytes in 53 blocks ==307== suppressed: 571,851 bytes in 8,961 blocks ==307== Reachable blocks (those to which a pointer was found) are not shown. ==307== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==307== ==307== For counts of detected and suppressed errors, rerun with: -v ==307== ERROR SUMMARY: 5 errors from 5 contexts (suppressed: 68 from 68) ==3073== Memcheck, a memory error detector ==3073== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3073== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3073== Command: ./client-test Client::Sync::eds_memo::testUpdate ==3073== Parent PID: 113 ==3073== ==3073== ==3073== HEAP SUMMARY: ==3073== in use at exit: 6,995,878 bytes in 57,807 blocks ==3073== total heap usage: 3,321,968 allocs, 3,264,103 frees, 476,709,333 bytes allocated ==3073== ==3073== LEAK SUMMARY: ==3073== definitely lost: 0 bytes in 0 blocks ==3073== indirectly lost: 0 bytes in 0 blocks ==3073== possibly lost: 960 bytes in 3 blocks ==3073== still reachable: 6,230,033 bytes in 47,988 blocks ==3073== of which reachable via heuristic: ==3073== length64 : 6,024 bytes in 99 blocks ==3073== newarray : 6,408 bytes in 55 blocks ==3073== suppressed: 676,709 bytes in 9,143 blocks ==3073== Reachable blocks (those to which a pointer was found) are not shown. ==3073== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3073== ==3073== For counts of detected and suppressed errors, rerun with: -v ==3073== ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 70 from 70) ==328== Memcheck, a memory error detector ==328== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==328== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==328== Command: ./client-test Client::Sync::eds_memo::testRefreshFromClientSync ==328== Parent PID: 113 ==328== ==328== ==328== HEAP SUMMARY: ==328== in use at exit: 6,984,525 bytes in 57,614 blocks ==328== total heap usage: 639,598 allocs, 581,933 frees, 94,642,909 bytes allocated ==328== ==328== LEAK SUMMARY: ==328== definitely lost: 0 bytes in 0 blocks ==328== indirectly lost: 0 bytes in 0 blocks ==328== possibly lost: 1,824 bytes in 5 blocks ==328== still reachable: 6,329,279 bytes in 48,129 blocks ==328== of which reachable via heuristic: ==328== length64 : 5,984 bytes in 98 blocks ==328== newarray : 6,376 bytes in 53 blocks ==328== suppressed: 565,246 bytes in 8,807 blocks ==328== Reachable blocks (those to which a pointer was found) are not shown. ==328== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==328== ==328== For counts of detected and suppressed errors, rerun with: -v ==328== ERROR SUMMARY: 5 errors from 5 contexts (suppressed: 68 from 68) ==3298== Memcheck, a memory error detector ==3298== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3298== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3298== Command: ./client-test Client::Sync::eds_memo::testUpdate ==3298== Parent PID: 3073 ==3298== ==3373== Memcheck, a memory error detector ==3373== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3373== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3373== Command: ./client-test Client::Sync::eds_memo::testUpdate ==3373== Parent PID: 3073 ==3373== ==3377== Memcheck, a memory error detector ==3377== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3377== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3377== Command: ./client-test Client::Sync::eds_memo::testMerge ==3377== Parent PID: 113 ==3377== ==3377== ==3377== HEAP SUMMARY: ==3377== in use at exit: 6,994,061 bytes in 57,779 blocks ==3377== total heap usage: 4,123,305 allocs, 4,065,466 frees, 588,155,198 bytes allocated ==3377== ==3377== LEAK SUMMARY: ==3377== definitely lost: 0 bytes in 0 blocks ==3377== indirectly lost: 0 bytes in 0 blocks ==3377== possibly lost: 960 bytes in 3 blocks ==3377== still reachable: 6,230,129 bytes in 47,989 blocks ==3377== of which reachable via heuristic: ==3377== length64 : 6,024 bytes in 99 blocks ==3377== newarray : 6,408 bytes in 55 blocks ==3377== suppressed: 674,796 bytes in 9,114 blocks ==3377== Reachable blocks (those to which a pointer was found) are not shown. ==3377== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3377== ==3377== For counts of detected and suppressed errors, rerun with: -v ==3377== ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 70 from 70) ==348== Memcheck, a memory error detector ==348== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==348== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==348== Command: ./client-test Client::Sync::eds_memo::testRefreshFromRemoteSync ==348== Parent PID: 113 ==348== ==348== ==348== HEAP SUMMARY: ==348== in use at exit: 6,994,226 bytes in 57,788 blocks ==348== total heap usage: 640,717 allocs, 582,878 frees, 95,679,707 bytes allocated ==348== ==348== LEAK SUMMARY: ==348== definitely lost: 0 bytes in 0 blocks ==348== indirectly lost: 0 bytes in 0 blocks ==348== possibly lost: 1,824 bytes in 5 blocks ==348== still reachable: 6,332,207 bytes in 48,146 blocks ==348== of which reachable via heuristic: ==348== length64 : 5,984 bytes in 98 blocks ==348== newarray : 6,376 bytes in 53 blocks ==348== suppressed: 572,019 bytes in 8,964 blocks ==348== Reachable blocks (those to which a pointer was found) are not shown. ==348== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==348== ==348== For counts of detected and suppressed errors, rerun with: -v ==348== ERROR SUMMARY: 5 errors from 5 contexts (suppressed: 68 from 68) ==3602== Memcheck, a memory error detector ==3602== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3602== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3602== Command: ./client-test Client::Sync::eds_memo::testMerge ==3602== Parent PID: 3377 ==3602== ==368== Memcheck, a memory error detector ==368== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==368== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==368== Command: ./client-test Client::Sync::eds_memo::testRefreshFromLocalSync ==368== Parent PID: 113 ==368== ==368== ==368== HEAP SUMMARY: ==368== in use at exit: 6,992,086 bytes in 57,732 blocks ==368== total heap usage: 638,974 allocs, 581,191 frees, 94,622,083 bytes allocated ==368== ==368== LEAK SUMMARY: ==368== definitely lost: 0 bytes in 0 blocks ==368== indirectly lost: 0 bytes in 0 blocks ==368== possibly lost: 1,824 bytes in 5 blocks ==368== still reachable: 6,330,639 bytes in 48,131 blocks ==368== of which reachable via heuristic: ==368== length64 : 5,984 bytes in 98 blocks ==368== newarray : 6,376 bytes in 53 blocks ==368== suppressed: 571,615 bytes in 8,925 blocks ==368== Reachable blocks (those to which a pointer was found) are not shown. ==368== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==368== ==368== For counts of detected and suppressed errors, rerun with: -v ==368== ERROR SUMMARY: 5 errors from 5 contexts (suppressed: 68 from 68) ==3725== Memcheck, a memory error detector ==3725== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3725== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3725== Command: ./client-test Client::Sync::eds_memo::testMerge ==3725== Parent PID: 3377 ==3725== ==3762== Memcheck, a memory error detector ==3762== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3762== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3762== Command: ./client-test Client::Sync::eds_memo::testMerge ==3762== Parent PID: 3377 ==3762== ==3766== Memcheck, a memory error detector ==3766== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3766== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3766== Command: ./client-test Client::Sync::eds_memo::testTwinning ==3766== Parent PID: 113 ==3766== ==3766== ==3766== HEAP SUMMARY: ==3766== in use at exit: 6,995,878 bytes in 57,807 blocks ==3766== total heap usage: 2,591,465 allocs, 2,533,602 frees, 371,603,396 bytes allocated ==3766== ==3766== LEAK SUMMARY: ==3766== definitely lost: 0 bytes in 0 blocks ==3766== indirectly lost: 0 bytes in 0 blocks ==3766== possibly lost: 528 bytes in 2 blocks ==3766== still reachable: 6,229,961 bytes in 47,987 blocks ==3766== of which reachable via heuristic: ==3766== length64 : 6,024 bytes in 99 blocks ==3766== newarray : 6,408 bytes in 55 blocks ==3766== suppressed: 677,213 bytes in 9,145 blocks ==3766== Reachable blocks (those to which a pointer was found) are not shown. ==3766== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3766== ==3766== For counts of detected and suppressed errors, rerun with: -v ==3766== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 71 from 71) ==388== Memcheck, a memory error detector ==388== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==388== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==388== Command: ./client-test Client::Sync::eds_memo::testTimeout ==388== Parent PID: 113 ==388== ==388== ==388== HEAP SUMMARY: ==388== in use at exit: 6,972,505 bytes in 57,466 blocks ==388== total heap usage: 617,751 allocs, 560,285 frees, 91,556,698 bytes allocated ==388== ==388== LEAK SUMMARY: ==388== definitely lost: 0 bytes in 0 blocks ==388== indirectly lost: 0 bytes in 0 blocks ==388== possibly lost: 528 bytes in 2 blocks ==388== still reachable: 6,295,315 bytes in 47,897 blocks ==388== of which reachable via heuristic: ==388== length64 : 5,416 bytes in 91 blocks ==388== newarray : 6,376 bytes in 53 blocks ==388== suppressed: 590,862 bytes in 8,915 blocks ==388== Reachable blocks (those to which a pointer was found) are not shown. ==388== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==388== ==388== For counts of detected and suppressed errors, rerun with: -v ==388== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==3897== Memcheck, a memory error detector ==3897== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3897== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3897== Command: ./client-test Client::Sync::eds_memo::testTwinning ==3897== Parent PID: 3766 ==3897== ==3976== Memcheck, a memory error detector ==3976== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3976== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3976== Command: ./client-test Client::Sync::eds_memo::testTwinning ==3976== Parent PID: 3766 ==3976== ==3980== Memcheck, a memory error detector ==3980== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3980== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3980== Command: ./client-test Client::Sync::eds_memo::testItems ==3980== Parent PID: 113 ==3980== ==3980== ==3980== HEAP SUMMARY: ==3980== in use at exit: 6,994,010 bytes in 57,766 blocks ==3980== total heap usage: 1,923,804 allocs, 1,865,984 frees, 268,067,100 bytes allocated ==3980== ==3980== LEAK SUMMARY: ==3980== definitely lost: 0 bytes in 0 blocks ==3980== indirectly lost: 0 bytes in 0 blocks ==3980== possibly lost: 528 bytes in 2 blocks ==3980== still reachable: 6,229,393 bytes in 47,979 blocks ==3980== of which reachable via heuristic: ==3980== length64 : 6,024 bytes in 99 blocks ==3980== newarray : 6,408 bytes in 55 blocks ==3980== suppressed: 676,081 bytes in 9,114 blocks ==3980== Reachable blocks (those to which a pointer was found) are not shown. ==3980== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3980== ==3980== For counts of detected and suppressed errors, rerun with: -v ==3980== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 71 from 71) ==408== Memcheck, a memory error detector ==408== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==408== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==408== Command: ./client-test Client::Sync::eds_memo::testConversion ==408== Parent PID: 113 ==408== ==408== ==408== HEAP SUMMARY: ==408== in use at exit: 2,898,104 bytes in 30,056 blocks ==408== total heap usage: 280,759 allocs, 250,652 frees, 41,995,284 bytes allocated ==408== ==408== LEAK SUMMARY: ==408== definitely lost: 0 bytes in 0 blocks ==408== indirectly lost: 0 bytes in 0 blocks ==408== possibly lost: 1,824 bytes in 5 blocks ==408== still reachable: 2,318,816 bytes in 21,527 blocks ==408== of which reachable via heuristic: ==408== length64 : 5,096 bytes in 83 blocks ==408== newarray : 6,328 bytes in 50 blocks ==408== suppressed: 504,976 bytes in 7,979 blocks ==408== Reachable blocks (those to which a pointer was found) are not shown. ==408== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==408== ==408== For counts of detected and suppressed errors, rerun with: -v ==408== ERROR SUMMARY: 5 errors from 5 contexts (suppressed: 68 from 68) ==4111== Memcheck, a memory error detector ==4111== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4111== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4111== Command: ./client-test Client::Sync::eds_memo::testItems ==4111== Parent PID: 3980 ==4111== ==4164== Memcheck, a memory error detector ==4164== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4164== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4164== Command: ./client-test Client::Sync::eds_memo::testItems ==4164== Parent PID: 3980 ==4164== ==4168== Memcheck, a memory error detector ==4168== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4168== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4168== Command: ./client-test Client::Sync::eds_memo::testItemsXML ==4168== Parent PID: 113 ==4168== ==4168== ==4168== HEAP SUMMARY: ==4168== in use at exit: 6,993,986 bytes in 57,766 blocks ==4168== total heap usage: 1,939,736 allocs, 1,881,916 frees, 267,425,428 bytes allocated ==4168== ==4168== LEAK SUMMARY: ==4168== definitely lost: 0 bytes in 0 blocks ==4168== indirectly lost: 0 bytes in 0 blocks ==4168== possibly lost: 960 bytes in 3 blocks ==4168== still reachable: 6,229,305 bytes in 47,977 blocks ==4168== of which reachable via heuristic: ==4168== length64 : 6,024 bytes in 99 blocks ==4168== newarray : 6,408 bytes in 55 blocks ==4168== suppressed: 675,713 bytes in 9,115 blocks ==4168== Reachable blocks (those to which a pointer was found) are not shown. ==4168== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4168== ==4168== For counts of detected and suppressed errors, rerun with: -v ==4168== ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 70 from 70) ==426== Memcheck, a memory error detector ==426== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==426== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==426== Command: ./client-test Client::Sync::eds_memo::testConversion ==426== Parent PID: 408 ==426== ==4298== Memcheck, a memory error detector ==4298== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4298== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4298== Command: ./client-test Client::Sync::eds_memo::testItemsXML ==4298== Parent PID: 4168 ==4298== ==430== Memcheck, a memory error detector ==430== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==430== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==430== Command: ./client-test Client::Sync::eds_memo::testRefreshFromServerSemantic ==430== Parent PID: 113 ==430== ==430== ==430== HEAP SUMMARY: ==430== in use at exit: 6,994,435 bytes in 57,794 blocks ==430== total heap usage: 1,777,755 allocs, 1,719,907 frees, 258,192,654 bytes allocated ==430== ==430== LEAK SUMMARY: ==430== definitely lost: 0 bytes in 0 blocks ==430== indirectly lost: 0 bytes in 0 blocks ==430== possibly lost: 960 bytes in 3 blocks ==430== still reachable: 6,230,336 bytes in 47,990 blocks ==430== of which reachable via heuristic: ==430== length64 : 6,024 bytes in 99 blocks ==430== newarray : 6,408 bytes in 55 blocks ==430== suppressed: 674,963 bytes in 9,128 blocks ==430== Reachable blocks (those to which a pointer was found) are not shown. ==430== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==430== ==430== For counts of detected and suppressed errors, rerun with: -v ==430== ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 70 from 70) ==4352== Memcheck, a memory error detector ==4352== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4352== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4352== Command: ./client-test Client::Sync::eds_memo::testItemsXML ==4352== Parent PID: 4168 ==4352== ==4356== Memcheck, a memory error detector ==4356== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4356== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4356== Command: ./client-test Client::Sync::eds_memo::testMaxMsg ==4356== Parent PID: 113 ==4356== ==4356== ==4356== HEAP SUMMARY: ==4356== in use at exit: 6,992,305 bytes in 57,738 blocks ==4356== total heap usage: 2,079,495 allocs, 2,021,703 frees, 309,871,412 bytes allocated ==4356== ==4356== LEAK SUMMARY: ==4356== definitely lost: 0 bytes in 0 blocks ==4356== indirectly lost: 0 bytes in 0 blocks ==4356== possibly lost: 528 bytes in 2 blocks ==4356== still reachable: 6,228,873 bytes in 47,977 blocks ==4356== of which reachable via heuristic: ==4356== length64 : 6,024 bytes in 99 blocks ==4356== newarray : 6,408 bytes in 55 blocks ==4356== suppressed: 674,896 bytes in 9,088 blocks ==4356== Reachable blocks (those to which a pointer was found) are not shown. ==4356== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4356== ==4356== For counts of detected and suppressed errors, rerun with: -v ==4356== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 71 from 71) ==4495== Memcheck, a memory error detector ==4495== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4495== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4495== Command: ./client-test Client::Sync::eds_memo::testMaxMsg ==4495== Parent PID: 4356 ==4495== ==4500== Memcheck, a memory error detector ==4500== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4500== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4500== Command: ./client-test Client::Sync::eds_memo::testLargeObject ==4500== Parent PID: 113 ==4500== ==4500== ==4500== HEAP SUMMARY: ==4500== in use at exit: 6,995,910 bytes in 57,807 blocks ==4500== total heap usage: 2,270,875 allocs, 2,213,014 frees, 307,164,459 bytes allocated ==4500== ==4500== LEAK SUMMARY: ==4500== definitely lost: 0 bytes in 0 blocks ==4500== indirectly lost: 0 bytes in 0 blocks ==4500== possibly lost: 960 bytes in 3 blocks ==4500== still reachable: 6,229,873 bytes in 47,985 blocks ==4500== of which reachable via heuristic: ==4500== length64 : 6,024 bytes in 99 blocks ==4500== newarray : 6,408 bytes in 55 blocks ==4500== suppressed: 676,901 bytes in 9,146 blocks ==4500== Reachable blocks (those to which a pointer was found) are not shown. ==4500== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4500== ==4500== For counts of detected and suppressed errors, rerun with: -v ==4500== ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 70 from 70) ==4637== Memcheck, a memory error detector ==4637== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4637== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4637== Command: ./client-test Client::Sync::eds_memo::testLargeObject ==4637== Parent PID: 4500 ==4637== ==4641== Memcheck, a memory error detector ==4641== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4641== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4641== Command: ./client-test Client::Sync::eds_memo::testOneWayFromServer ==4641== Parent PID: 113 ==4641== ==4641== ==4641== HEAP SUMMARY: ==4641== in use at exit: 6,994,549 bytes in 57,780 blocks ==4641== total heap usage: 3,549,633 allocs, 3,491,795 frees, 497,822,247 bytes allocated ==4641== ==4641== LEAK SUMMARY: ==4641== definitely lost: 0 bytes in 0 blocks ==4641== indirectly lost: 0 bytes in 0 blocks ==4641== possibly lost: 960 bytes in 3 blocks ==4641== still reachable: 6,229,929 bytes in 47,989 blocks ==4641== of which reachable via heuristic: ==4641== length64 : 6,024 bytes in 99 blocks ==4641== newarray : 6,408 bytes in 55 blocks ==4641== suppressed: 675,484 bytes in 9,115 blocks ==4641== Reachable blocks (those to which a pointer was found) are not shown. ==4641== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4641== ==4641== For counts of detected and suppressed errors, rerun with: -v ==4641== ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 70 from 70) ==4955== Memcheck, a memory error detector ==4955== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4955== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4955== Command: ./client-test Client::Sync::eds_memo::testOneWayFromClient ==4955== Parent PID: 113 ==4955== ==4955== ==4955== HEAP SUMMARY: ==4955== in use at exit: 6,991,035 bytes in 57,723 blocks ==4955== total heap usage: 3,742,964 allocs, 3,685,182 frees, 531,739,994 bytes allocated ==4955== ==4955== LEAK SUMMARY: ==4955== definitely lost: 0 bytes in 0 blocks ==4955== indirectly lost: 0 bytes in 0 blocks ==4955== possibly lost: 960 bytes in 3 blocks ==4955== still reachable: 6,229,345 bytes in 47,985 blocks ==4955== of which reachable via heuristic: ==4955== length64 : 6,024 bytes in 99 blocks ==4955== newarray : 6,408 bytes in 55 blocks ==4955== suppressed: 672,554 bytes in 9,062 blocks ==4955== Reachable blocks (those to which a pointer was found) are not shown. ==4955== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4955== ==4955== For counts of detected and suppressed errors, rerun with: -v ==4955== ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 70 from 70) ==5329== Memcheck, a memory error detector ==5329== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5329== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5329== Command: ./client-test Client::Sync::eds_memo::testOneWayFromRemote ==5329== Parent PID: 113 ==5329== ==5329== ==5329== HEAP SUMMARY: ==5329== in use at exit: 6,992,305 bytes in 57,738 blocks ==5329== total heap usage: 3,332,189 allocs, 3,274,393 frees, 477,663,973 bytes allocated ==5329== ==5329== LEAK SUMMARY: ==5329== definitely lost: 0 bytes in 0 blocks ==5329== indirectly lost: 0 bytes in 0 blocks ==5329== possibly lost: 960 bytes in 3 blocks ==5329== still reachable: 6,228,785 bytes in 47,975 blocks ==5329== of which reachable via heuristic: ==5329== length64 : 6,024 bytes in 99 blocks ==5329== newarray : 6,408 bytes in 55 blocks ==5329== suppressed: 674,552 bytes in 9,089 blocks ==5329== Reachable blocks (those to which a pointer was found) are not shown. ==5329== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5329== ==5329== For counts of detected and suppressed errors, rerun with: -v ==5329== ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 70 from 70) ==5643== Memcheck, a memory error detector ==5643== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5643== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5643== Command: ./client-test Client::Sync::eds_memo::testOneWayFromLocal ==5643== Parent PID: 113 ==5643== ==5643== ==5643== HEAP SUMMARY: ==5643== in use at exit: 6,994,397 bytes in 57,792 blocks ==5643== total heap usage: 3,743,360 allocs, 3,685,509 frees, 531,754,885 bytes allocated ==5643== ==5643== LEAK SUMMARY: ==5643== definitely lost: 0 bytes in 0 blocks ==5643== indirectly lost: 0 bytes in 0 blocks ==5643== possibly lost: 960 bytes in 3 blocks ==5643== still reachable: 6,230,513 bytes in 47,993 blocks ==5643== of which reachable via heuristic: ==5643== length64 : 6,024 bytes in 99 blocks ==5643== newarray : 6,408 bytes in 55 blocks ==5643== suppressed: 674,748 bytes in 9,123 blocks ==5643== Reachable blocks (those to which a pointer was found) are not shown. ==5643== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5643== ==5643== For counts of detected and suppressed errors, rerun with: -v ==5643== ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 70 from 70) ==571== Memcheck, a memory error detector ==571== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==571== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==571== Command: ./client-test Client::Sync::eds_memo::testRefreshFromClientSemantic ==571== Parent PID: 113 ==571== ==571== ==571== HEAP SUMMARY: ==571== in use at exit: 6,995,876 bytes in 57,807 blocks ==571== total heap usage: 2,126,817 allocs, 2,068,955 frees, 309,726,443 bytes allocated ==571== ==571== LEAK SUMMARY: ==571== definitely lost: 0 bytes in 0 blocks ==571== indirectly lost: 0 bytes in 0 blocks ==571== possibly lost: 960 bytes in 3 blocks ==571== still reachable: 6,230,176 bytes in 47,991 blocks ==571== of which reachable via heuristic: ==571== length64 : 6,024 bytes in 99 blocks ==571== newarray : 6,408 bytes in 55 blocks ==571== suppressed: 676,564 bytes in 9,140 blocks ==571== Reachable blocks (those to which a pointer was found) are not shown. ==571== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==571== ==571== For counts of detected and suppressed errors, rerun with: -v ==571== ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 70 from 70) ==6016== Memcheck, a memory error detector ==6016== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6016== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6016== Command: ./client-test Client::Sync::eds_contact::testDeleteAllRefresh ==6016== Parent PID: 113 ==6016== ==6016== ==6016== HEAP SUMMARY: ==6016== in use at exit: 7,055,498 bytes in 58,187 blocks ==6016== total heap usage: 1,626,080 allocs, 1,567,840 frees, 224,766,464 bytes allocated ==6016== ==6016== LEAK SUMMARY: ==6016== definitely lost: 0 bytes in 0 blocks ==6016== indirectly lost: 0 bytes in 0 blocks ==6016== possibly lost: 960 bytes in 3 blocks ==6016== still reachable: 6,307,321 bytes in 48,043 blocks ==6016== of which reachable via heuristic: ==6016== length64 : 6,000 bytes in 99 blocks ==6016== newarray : 6,392 bytes in 54 blocks ==6016== suppressed: 639,361 bytes in 9,345 blocks ==6016== Reachable blocks (those to which a pointer was found) are not shown. ==6016== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6016== ==6016== For counts of detected and suppressed errors, rerun with: -v ==6016== ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 70 from 70) ==6079== Memcheck, a memory error detector ==6079== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6079== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6079== Command: ./client-test Client::Sync::eds_contact::testTwoWaySync ==6079== Parent PID: 113 ==6079== ==6079== ==6079== HEAP SUMMARY: ==6079== in use at exit: 6,981,032 bytes in 57,536 blocks ==6079== total heap usage: 653,628 allocs, 596,041 frees, 96,617,800 bytes allocated ==6079== ==6079== LEAK SUMMARY: ==6079== definitely lost: 0 bytes in 0 blocks ==6079== indirectly lost: 0 bytes in 0 blocks ==6079== possibly lost: 960 bytes in 3 blocks ==6079== still reachable: 6,301,305 bytes in 47,979 blocks ==6079== of which reachable via heuristic: ==6079== length64 : 5,960 bytes in 98 blocks ==6079== newarray : 6,392 bytes in 54 blocks ==6079== suppressed: 591,607 bytes in 8,893 blocks ==6079== Reachable blocks (those to which a pointer was found) are not shown. ==6079== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6079== ==6079== For counts of detected and suppressed errors, rerun with: -v ==6079== ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 70 from 70) ==6101== Memcheck, a memory error detector ==6101== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6101== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6101== Command: ./client-test Client::Sync::eds_contact::testSlowSync ==6101== Parent PID: 113 ==6101== ==6101== ==6101== HEAP SUMMARY: ==6101== in use at exit: 6,981,544 bytes in 57,554 blocks ==6101== total heap usage: 653,939 allocs, 596,334 frees, 96,681,033 bytes allocated ==6101== ==6101== LEAK SUMMARY: ==6101== definitely lost: 0 bytes in 0 blocks ==6101== indirectly lost: 0 bytes in 0 blocks ==6101== possibly lost: 960 bytes in 3 blocks ==6101== still reachable: 6,301,713 bytes in 47,987 blocks ==6101== of which reachable via heuristic: ==6101== length64 : 5,960 bytes in 98 blocks ==6101== newarray : 6,392 bytes in 54 blocks ==6101== suppressed: 591,543 bytes in 8,901 blocks ==6101== Reachable blocks (those to which a pointer was found) are not shown. ==6101== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6101== ==6101== For counts of detected and suppressed errors, rerun with: -v ==6101== ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 70 from 70) ==6123== Memcheck, a memory error detector ==6123== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6123== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6123== Command: ./client-test Client::Sync::eds_contact::testRefreshFromServerSync ==6123== Parent PID: 113 ==6123== ==6123== ==6123== HEAP SUMMARY: ==6123== in use at exit: 6,993,144 bytes in 57,746 blocks ==6123== total heap usage: 653,674 allocs, 595,877 frees, 96,668,563 bytes allocated ==6123== ==6123== LEAK SUMMARY: ==6123== definitely lost: 0 bytes in 0 blocks ==6123== indirectly lost: 0 bytes in 0 blocks ==6123== possibly lost: 960 bytes in 3 blocks ==6123== still reachable: 6,304,273 bytes in 47,998 blocks ==6123== of which reachable via heuristic: ==6123== length64 : 5,960 bytes in 98 blocks ==6123== newarray : 6,392 bytes in 54 blocks ==6123== suppressed: 600,583 bytes in 9,082 blocks ==6123== Reachable blocks (those to which a pointer was found) are not shown. ==6123== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6123== ==6123== For counts of detected and suppressed errors, rerun with: -v ==6123== ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 70 from 70) ==6146== Memcheck, a memory error detector ==6146== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6146== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6146== Command: ./client-test Client::Sync::eds_contact::testRefreshFromClientSync ==6146== Parent PID: 113 ==6146== ==6146== ==6146== HEAP SUMMARY: ==6146== in use at exit: 6,991,539 bytes in 57,714 blocks ==6146== total heap usage: 651,625 allocs, 593,860 frees, 95,602,385 bytes allocated ==6146== ==6146== LEAK SUMMARY: ==6146== definitely lost: 0 bytes in 0 blocks ==6146== indirectly lost: 0 bytes in 0 blocks ==6146== possibly lost: 960 bytes in 3 blocks ==6146== still reachable: 6,303,753 bytes in 47,991 blocks ==6146== of which reachable via heuristic: ==6146== length64 : 5,960 bytes in 98 blocks ==6146== newarray : 6,392 bytes in 54 blocks ==6146== suppressed: 599,666 bytes in 9,059 blocks ==6146== Reachable blocks (those to which a pointer was found) are not shown. ==6146== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6146== ==6146== For counts of detected and suppressed errors, rerun with: -v ==6146== ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 70 from 70) ==6168== Memcheck, a memory error detector ==6168== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6168== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6168== Command: ./client-test Client::Sync::eds_contact::testRefreshFromRemoteSync ==6168== Parent PID: 113 ==6168== ==6168== ==6168== HEAP SUMMARY: ==6168== in use at exit: 6,988,331 bytes in 57,671 blocks ==6168== total heap usage: 653,743 allocs, 596,021 frees, 96,672,264 bytes allocated ==6168== ==6168== LEAK SUMMARY: ==6168== definitely lost: 0 bytes in 0 blocks ==6168== indirectly lost: 0 bytes in 0 blocks ==6168== possibly lost: 960 bytes in 3 blocks ==6168== still reachable: 6,303,065 bytes in 47,988 blocks ==6168== of which reachable via heuristic: ==6168== length64 : 5,960 bytes in 98 blocks ==6168== newarray : 6,392 bytes in 54 blocks ==6168== suppressed: 597,146 bytes in 9,019 blocks ==6168== Reachable blocks (those to which a pointer was found) are not shown. ==6168== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6168== ==6168== For counts of detected and suppressed errors, rerun with: -v ==6168== ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 70 from 70) ==6191== Memcheck, a memory error detector ==6191== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6191== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6191== Command: ./client-test Client::Sync::eds_contact::testRefreshFromLocalSync ==6191== Parent PID: 113 ==6191== ==6191== ==6191== HEAP SUMMARY: ==6191== in use at exit: 6,991,275 bytes in 57,711 blocks ==6191== total heap usage: 651,591 allocs, 593,829 frees, 95,601,933 bytes allocated ==6191== ==6191== LEAK SUMMARY: ==6191== definitely lost: 0 bytes in 0 blocks ==6191== indirectly lost: 0 bytes in 0 blocks ==6191== possibly lost: 960 bytes in 3 blocks ==6191== still reachable: 6,303,837 bytes in 47,994 blocks ==6191== of which reachable via heuristic: ==6191== length64 : 5,960 bytes in 98 blocks ==6191== newarray : 6,392 bytes in 54 blocks ==6191== suppressed: 599,318 bytes in 9,053 blocks ==6191== Reachable blocks (those to which a pointer was found) are not shown. ==6191== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6191== ==6191== For counts of detected and suppressed errors, rerun with: -v ==6191== ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 70 from 70) ==6213== Memcheck, a memory error detector ==6213== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6213== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6213== Command: ./client-test Client::Sync::eds_contact::testConversion ==6213== Parent PID: 113 ==6213== ==6213== ==6213== HEAP SUMMARY: ==6213== in use at exit: 2,897,465 bytes in 30,026 blocks ==6213== total heap usage: 334,778 allocs, 304,701 frees, 48,709,428 bytes allocated ==6213== ==6213== LEAK SUMMARY: ==6213== definitely lost: 0 bytes in 0 blocks ==6213== indirectly lost: 0 bytes in 0 blocks ==6213== possibly lost: 960 bytes in 3 blocks ==6213== still reachable: 2,291,590 bytes in 21,384 blocks ==6213== of which reachable via heuristic: ==6213== length64 : 5,072 bytes in 83 blocks ==6213== newarray : 6,312 bytes in 49 blocks ==6213== suppressed: 533,403 bytes in 8,105 blocks ==6213== Reachable blocks (those to which a pointer was found) are not shown. ==6213== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6213== ==6213== For counts of detected and suppressed errors, rerun with: -v ==6213== ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 70 from 70) ==6232== Memcheck, a memory error detector ==6232== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6232== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6232== Command: ./client-test Client::Sync::eds_contact::testConversion ==6232== Parent PID: 6213 ==6232== ==6236== Memcheck, a memory error detector ==6236== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6236== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6236== Command: ./client-test Client::Sync::eds_contact::testRefreshFromServerSemantic ==6236== Parent PID: 113 ==6236== ==6236== ==6236== HEAP SUMMARY: ==6236== in use at exit: 7,048,756 bytes in 58,073 blocks ==6236== total heap usage: 1,755,057 allocs, 1,696,930 frees, 258,370,469 bytes allocated ==6236== ==6236== LEAK SUMMARY: ==6236== definitely lost: 0 bytes in 0 blocks ==6236== indirectly lost: 0 bytes in 0 blocks ==6236== possibly lost: 960 bytes in 3 blocks ==6236== still reachable: 6,303,065 bytes in 47,988 blocks ==6236== of which reachable via heuristic: ==6236== length64 : 6,000 bytes in 99 blocks ==6236== newarray : 6,392 bytes in 54 blocks ==6236== suppressed: 636,875 bytes in 9,286 blocks ==6236== Reachable blocks (those to which a pointer was found) are not shown. ==6236== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6236== ==6236== For counts of detected and suppressed errors, rerun with: -v ==6236== ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 70 from 70) ==6298== Memcheck, a memory error detector ==6298== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6298== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6298== Command: ./client-test Client::Sync::eds_contact::testRefreshFromClientSemantic ==6298== Parent PID: 113 ==6298== ==6298== ==6298== HEAP SUMMARY: ==6298== in use at exit: 7,050,605 bytes in 58,101 blocks ==6298== total heap usage: 2,097,699 allocs, 2,039,543 frees, 309,824,530 bytes allocated ==6298== ==6298== LEAK SUMMARY: ==6298== definitely lost: 0 bytes in 0 blocks ==6298== indirectly lost: 0 bytes in 0 blocks ==6298== possibly lost: 960 bytes in 3 blocks ==6298== still reachable: 6,302,969 bytes in 47,987 blocks ==6298== of which reachable via heuristic: ==6298== length64 : 6,000 bytes in 99 blocks ==6298== newarray : 6,392 bytes in 54 blocks ==6298== suppressed: 638,820 bytes in 9,315 blocks ==6298== Reachable blocks (those to which a pointer was found) are not shown. ==6298== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6298== ==6298== For counts of detected and suppressed errors, rerun with: -v ==6298== ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 70 from 70) ==6369== Memcheck, a memory error detector ==6369== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6369== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6369== Command: ./client-test Client::Sync::eds_contact::testRefreshStatus ==6369== Parent PID: 113 ==6369== ==6369== ==6369== HEAP SUMMARY: ==6369== in use at exit: 7,048,892 bytes in 58,073 blocks ==6369== total heap usage: 1,095,322 allocs, 1,037,197 frees, 154,596,714 bytes allocated ==6369== ==6369== LEAK SUMMARY: ==6369== definitely lost: 0 bytes in 0 blocks ==6369== indirectly lost: 0 bytes in 0 blocks ==6369== possibly lost: 960 bytes in 3 blocks ==6369== still reachable: 6,302,533 bytes in 47,988 blocks ==6369== of which reachable via heuristic: ==6369== length64 : 6,000 bytes in 99 blocks ==6369== newarray : 6,392 bytes in 54 blocks ==6369== suppressed: 637,543 bytes in 9,286 blocks ==6369== Reachable blocks (those to which a pointer was found) are not shown. ==6369== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6369== ==6369== For counts of detected and suppressed errors, rerun with: -v ==6369== ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 70 from 70) ==6421== Memcheck, a memory error detector ==6421== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6421== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6421== Command: ./client-test Client::Sync::eds_contact::testTwoWayRestart ==6421== Parent PID: 113 ==6421== ==6421== ==6421== HEAP SUMMARY: ==6421== in use at exit: 7,056,480 bytes in 58,244 blocks ==6421== total heap usage: 1,442,506 allocs, 1,384,209 frees, 208,255,094 bytes allocated ==6421== ==6421== LEAK SUMMARY: ==6421== definitely lost: 0 bytes in 0 blocks ==6421== indirectly lost: 0 bytes in 0 blocks ==6421== possibly lost: 960 bytes in 3 blocks ==6421== still reachable: 6,304,753 bytes in 48,000 blocks ==6421== of which reachable via heuristic: ==6421== length64 : 6,000 bytes in 99 blocks ==6421== newarray : 6,392 bytes in 54 blocks ==6421== suppressed: 642,911 bytes in 9,445 blocks ==6421== Reachable blocks (those to which a pointer was found) are not shown. ==6421== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6421== ==6421== For counts of detected and suppressed errors, rerun with: -v ==6421== ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 70 from 70) ==6480== Memcheck, a memory error detector ==6480== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6480== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6480== Command: ./client-test Client::Sync::eds_contact::testCopy ==6480== Parent PID: 113 ==6480== ==6480== ==6480== HEAP SUMMARY: ==6480== in use at exit: 7,055,546 bytes in 58,207 blocks ==6480== total heap usage: 2,577,764 allocs, 2,519,501 frees, 371,661,589 bytes allocated ==6480== ==6480== LEAK SUMMARY: ==6480== definitely lost: 0 bytes in 0 blocks ==6480== indirectly lost: 0 bytes in 0 blocks ==6480== possibly lost: 960 bytes in 3 blocks ==6480== still reachable: 6,304,113 bytes in 47,995 blocks ==6480== of which reachable via heuristic: ==6480== length64 : 6,000 bytes in 99 blocks ==6480== newarray : 6,392 bytes in 54 blocks ==6480== suppressed: 642,617 bytes in 9,413 blocks ==6480== Reachable blocks (those to which a pointer was found) are not shown. ==6480== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6480== ==6480== For counts of detected and suppressed errors, rerun with: -v ==6480== ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 70 from 70) ==6584== Memcheck, a memory error detector ==6584== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6584== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6584== Command: ./client-test Client::Sync::eds_contact::testCopy ==6584== Parent PID: 6480 ==6584== ==6602== Memcheck, a memory error detector ==6602== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6602== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6602== Command: ./client-test Client::Sync::eds_contact::testCopy ==6602== Parent PID: 6480 ==6602== ==6607== Memcheck, a memory error detector ==6607== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6607== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6607== Command: ./client-test Client::Sync::eds_contact::testDelete ==6607== Parent PID: 113 ==6607== ==6607== ==6607== HEAP SUMMARY: ==6607== in use at exit: 7,054,596 bytes in 58,197 blocks ==6607== total heap usage: 3,251,204 allocs, 3,192,949 frees, 475,856,172 bytes allocated ==6607== ==6607== LEAK SUMMARY: ==6607== definitely lost: 0 bytes in 0 blocks ==6607== indirectly lost: 0 bytes in 0 blocks ==6607== possibly lost: 960 bytes in 3 blocks ==6607== still reachable: 6,304,529 bytes in 48,002 blocks ==6607== of which reachable via heuristic: ==6607== length64 : 6,000 bytes in 99 blocks ==6607== newarray : 6,392 bytes in 54 blocks ==6607== suppressed: 641,083 bytes in 9,394 blocks ==6607== Reachable blocks (those to which a pointer was found) are not shown. ==6607== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6607== ==6607== For counts of detected and suppressed errors, rerun with: -v ==6607== ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 70 from 70) ==6710== Memcheck, a memory error detector ==6710== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6710== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6710== Command: ./client-test Client::Sync::eds_contact::testDelete ==6710== Parent PID: 6607 ==6710== ==6740== Memcheck, a memory error detector ==6740== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6740== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6740== Command: ./client-test Client::Sync::eds_contact::testAddUpdate ==6740== Parent PID: 113 ==6740== ==6740== ==6740== HEAP SUMMARY: ==6740== in use at exit: 7,055,332 bytes in 58,185 blocks ==6740== total heap usage: 2,490,582 allocs, 2,432,341 frees, 366,449,343 bytes allocated ==6740== ==6740== LEAK SUMMARY: ==6740== definitely lost: 0 bytes in 0 blocks ==6740== indirectly lost: 0 bytes in 0 blocks ==6740== possibly lost: 960 bytes in 3 blocks ==6740== still reachable: 6,305,290 bytes in 48,017 blocks ==6740== of which reachable via heuristic: ==6740== length64 : 6,000 bytes in 99 blocks ==6740== newarray : 6,392 bytes in 54 blocks ==6740== suppressed: 641,226 bytes in 9,369 blocks ==6740== Reachable blocks (those to which a pointer was found) are not shown. ==6740== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6740== ==6740== For counts of detected and suppressed errors, rerun with: -v ==6740== ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 70 from 70) ==6832== Memcheck, a memory error detector ==6832== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6832== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6832== Command: ./client-test Client::Sync::eds_contact::testAddUpdate ==6832== Parent PID: 6740 ==6832== ==6836== Memcheck, a memory error detector ==6836== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6836== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6836== Command: ./client-test Client::Sync::eds_contact::testManyItems ==6836== Parent PID: 113 ==6836== ==6836== ==6836== HEAP SUMMARY: ==6836== in use at exit: 7,056,058 bytes in 58,210 blocks ==6836== total heap usage: 3,081,874 allocs, 3,023,608 frees, 432,400,270 bytes allocated ==6836== ==6836== LEAK SUMMARY: ==6836== definitely lost: 0 bytes in 0 blocks ==6836== indirectly lost: 0 bytes in 0 blocks ==6836== possibly lost: 960 bytes in 3 blocks ==6836== still reachable: 6,304,129 bytes in 47,995 blocks ==6836== of which reachable via heuristic: ==6836== length64 : 6,000 bytes in 99 blocks ==6836== newarray : 6,392 bytes in 54 blocks ==6836== suppressed: 643,113 bytes in 9,416 blocks ==6836== Reachable blocks (those to which a pointer was found) are not shown. ==6836== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6836== ==6836== For counts of detected and suppressed errors, rerun with: -v ==6836== ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 70 from 70) ==6913== Memcheck, a memory error detector ==6913== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6913== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6913== Command: ./client-test Client::Sync::eds_contact::testManyItems ==6913== Parent PID: 6836 ==6913== ==6918== Memcheck, a memory error detector ==6918== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6918== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6918== Command: ./client-test Client::Sync::eds_contact::testManyDeletes ==6918== Parent PID: 113 ==6918== ==6918== ==6918== HEAP SUMMARY: ==6918== in use at exit: 7,057,285 bytes in 58,213 blocks ==6918== total heap usage: 4,049,885 allocs, 3,991,614 frees, 544,993,200 bytes allocated ==6918== ==6918== LEAK SUMMARY: ==6918== definitely lost: 0 bytes in 0 blocks ==6918== indirectly lost: 0 bytes in 0 blocks ==6918== possibly lost: 960 bytes in 3 blocks ==6918== still reachable: 6,307,235 bytes in 48,041 blocks ==6918== of which reachable via heuristic: ==6918== length64 : 6,000 bytes in 99 blocks ==6918== newarray : 6,392 bytes in 54 blocks ==6918== suppressed: 641,234 bytes in 9,373 blocks ==6918== Reachable blocks (those to which a pointer was found) are not shown. ==6918== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6918== ==6918== For counts of detected and suppressed errors, rerun with: -v ==6918== ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 70 from 70) ==6995== Memcheck, a memory error detector ==6995== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6995== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6995== Command: ./client-test Client::Sync::eds_contact::testManyDeletes ==6995== Parent PID: 6918 ==6995== ==7017== Memcheck, a memory error detector ==7017== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7017== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7017== Command: ./client-test Client::Sync::eds_contact::testSlowSyncSemantic ==7017== Parent PID: 113 ==7017== ==7017== ==7017== HEAP SUMMARY: ==7017== in use at exit: 7,052,809 bytes in 58,159 blocks ==7017== total heap usage: 4,198,379 allocs, 4,140,159 frees, 627,151,393 bytes allocated ==7017== ==7017== LEAK SUMMARY: ==7017== definitely lost: 0 bytes in 0 blocks ==7017== indirectly lost: 0 bytes in 0 blocks ==7017== possibly lost: 960 bytes in 3 blocks ==7017== still reachable: 6,304,553 bytes in 48,002 blocks ==7017== of which reachable via heuristic: ==7017== length64 : 6,000 bytes in 99 blocks ==7017== newarray : 6,392 bytes in 54 blocks ==7017== suppressed: 639,272 bytes in 9,356 blocks ==7017== Reachable blocks (those to which a pointer was found) are not shown. ==7017== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7017== ==7017== For counts of detected and suppressed errors, rerun with: -v ==7017== ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 70 from 70) ==7121== Memcheck, a memory error detector ==7121== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7121== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7121== Command: ./client-test Client::Sync::eds_contact::testSlowSyncSemantic ==7121== Parent PID: 7017 ==7121== ==7160== Memcheck, a memory error detector ==7160== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7160== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7160== Command: ./client-test Client::Sync::eds_contact::testComplexRefreshFromServerSemantic ==7160== Parent PID: 113 ==7160== ==7160== ==7160== HEAP SUMMARY: ==7160== in use at exit: 7,043,468 bytes in 57,984 blocks ==7160== total heap usage: 3,598,212 allocs, 3,540,169 frees, 528,301,224 bytes allocated ==7160== ==7160== LEAK SUMMARY: ==7160== definitely lost: 0 bytes in 0 blocks ==7160== indirectly lost: 0 bytes in 0 blocks ==7160== possibly lost: 960 bytes in 3 blocks ==7160== still reachable: 6,301,321 bytes in 47,979 blocks ==7160== of which reachable via heuristic: ==7160== length64 : 6,000 bytes in 99 blocks ==7160== newarray : 6,392 bytes in 54 blocks ==7160== suppressed: 633,331 bytes in 9,206 blocks ==7160== Reachable blocks (those to which a pointer was found) are not shown. ==7160== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7160== ==7160== For counts of detected and suppressed errors, rerun with: -v ==7160== ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 70 from 70) ==7264== Memcheck, a memory error detector ==7264== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7264== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7264== Command: ./client-test Client::Sync::eds_contact::testComplexRefreshFromServerSemantic ==7264== Parent PID: 7160 ==7264== ==7283== Memcheck, a memory error detector ==7283== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7283== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7283== Command: ./client-test Client::Sync::eds_contact::testComplexRefreshFromServerSemantic ==7283== Parent PID: 7160 ==7283== ==7308== Memcheck, a memory error detector ==7308== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7308== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7308== Command: ./client-test Client::Sync::eds_contact::testDeleteBothSides ==7308== Parent PID: 113 ==7308== ==7308== ==7308== HEAP SUMMARY: ==7308== in use at exit: 7,051,830 bytes in 58,131 blocks ==7308== total heap usage: 3,340,170 allocs, 3,281,981 frees, 481,057,423 bytes allocated ==7308== ==7308== LEAK SUMMARY: ==7308== definitely lost: 0 bytes in 0 blocks ==7308== indirectly lost: 0 bytes in 0 blocks ==7308== possibly lost: 960 bytes in 3 blocks ==7308== still reachable: 6,303,949 bytes in 47,995 blocks ==7308== of which reachable via heuristic: ==7308== length64 : 6,000 bytes in 99 blocks ==7308== newarray : 6,392 bytes in 54 blocks ==7308== suppressed: 639,065 bytes in 9,337 blocks ==7308== Reachable blocks (those to which a pointer was found) are not shown. ==7308== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7308== ==7308== For counts of detected and suppressed errors, rerun with: -v ==7308== ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 70 from 70) ==736== Memcheck, a memory error detector ==736== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==736== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==736== Command: ./client-test Client::Sync::eds_memo::testRefreshStatus ==736== Parent PID: 113 ==736== ==736== ==736== HEAP SUMMARY: ==736== in use at exit: 6,992,450 bytes in 57,749 blocks ==736== total heap usage: 1,107,921 allocs, 1,050,120 frees, 154,185,842 bytes allocated ==736== ==736== LEAK SUMMARY: ==736== definitely lost: 0 bytes in 0 blocks ==736== indirectly lost: 0 bytes in 0 blocks ==736== possibly lost: 960 bytes in 3 blocks ==736== still reachable: 6,229,688 bytes in 47,984 blocks ==736== of which reachable via heuristic: ==736== length64 : 6,024 bytes in 99 blocks ==736== newarray : 6,408 bytes in 55 blocks ==736== suppressed: 673,626 bytes in 9,089 blocks ==736== Reachable blocks (those to which a pointer was found) are not shown. ==736== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==736== ==736== For counts of detected and suppressed errors, rerun with: -v ==736== ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 70 from 70) ==7413== Memcheck, a memory error detector ==7413== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7413== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7413== Command: ./client-test Client::Sync::eds_contact::testDeleteBothSides ==7413== Parent PID: 7308 ==7413== ==7431== Memcheck, a memory error detector ==7431== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7431== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7431== Command: ./client-test Client::Sync::eds_contact::testDeleteBothSides ==7431== Parent PID: 7308 ==7431== ==7473== Memcheck, a memory error detector ==7473== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7473== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7473== Command: ./client-test Client::Sync::eds_contact::testUpdate ==7473== Parent PID: 113 ==7473== ==7473== ==7473== HEAP SUMMARY: ==7473== in use at exit: 7,052,905 bytes in 58,145 blocks ==7473== total heap usage: 3,283,619 allocs, 3,225,416 frees, 477,976,514 bytes allocated ==7473== ==7473== LEAK SUMMARY: ==7473== definitely lost: 0 bytes in 0 blocks ==7473== indirectly lost: 0 bytes in 0 blocks ==7473== possibly lost: 960 bytes in 3 blocks ==7473== still reachable: 6,303,809 bytes in 47,995 blocks ==7473== of which reachable via heuristic: ==7473== length64 : 6,000 bytes in 99 blocks ==7473== newarray : 6,392 bytes in 54 blocks ==7473== suppressed: 640,112 bytes in 9,349 blocks ==7473== Reachable blocks (those to which a pointer was found) are not shown. ==7473== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7473== ==7473== For counts of detected and suppressed errors, rerun with: -v ==7473== ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 70 from 70) ==7577== Memcheck, a memory error detector ==7577== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7577== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7577== Command: ./client-test Client::Sync::eds_contact::testUpdate ==7577== Parent PID: 7473 ==7577== ==7616== Memcheck, a memory error detector ==7616== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7616== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7616== Command: ./client-test Client::Sync::eds_contact::testUpdate ==7616== Parent PID: 7473 ==7616== ==7621== Memcheck, a memory error detector ==7621== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7621== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7621== Command: ./client-test Client::Sync::eds_contact::testComplexUpdate ==7621== Parent PID: 113 ==7621== ==7621== ==7621== HEAP SUMMARY: ==7621== in use at exit: 7,058,768 bytes in 58,239 blocks ==7621== total heap usage: 3,298,184 allocs, 3,239,887 frees, 479,384,632 bytes allocated ==7621== ==7621== LEAK SUMMARY: ==7621== definitely lost: 0 bytes in 0 blocks ==7621== indirectly lost: 0 bytes in 0 blocks ==7621== possibly lost: 960 bytes in 3 blocks ==7621== still reachable: 6,308,246 bytes in 48,064 blocks ==7621== of which reachable via heuristic: ==7621== length64 : 6,000 bytes in 99 blocks ==7621== newarray : 6,392 bytes in 54 blocks ==7621== suppressed: 641,706 bytes in 9,376 blocks ==7621== Reachable blocks (those to which a pointer was found) are not shown. ==7621== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7621== ==7621== For counts of detected and suppressed errors, rerun with: -v ==7621== ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 70 from 70) ==7724== Memcheck, a memory error detector ==7724== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7724== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7724== Command: ./client-test Client::Sync::eds_contact::testComplexUpdate ==7724== Parent PID: 7621 ==7724== ==7762== Memcheck, a memory error detector ==7762== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7762== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7762== Command: ./client-test Client::Sync::eds_contact::testComplexUpdate ==7762== Parent PID: 7621 ==7762== ==7766== Memcheck, a memory error detector ==7766== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7766== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7766== Command: ./client-test Client::Sync::eds_contact::testMerge ==7766== Parent PID: 113 ==7766== ==7766== ==7766== HEAP SUMMARY: ==7766== in use at exit: 7,052,286 bytes in 58,129 blocks ==7766== total heap usage: 4,081,048 allocs, 4,022,859 frees, 590,933,040 bytes allocated ==7766== ==7766== LEAK SUMMARY: ==7766== definitely lost: 0 bytes in 0 blocks ==7766== indirectly lost: 0 bytes in 0 blocks ==7766== possibly lost: 960 bytes in 3 blocks ==7766== still reachable: 6,303,589 bytes in 47,992 blocks ==7766== of which reachable via heuristic: ==7766== length64 : 6,000 bytes in 99 blocks ==7766== newarray : 6,392 bytes in 54 blocks ==7766== suppressed: 639,881 bytes in 9,338 blocks ==7766== Reachable blocks (those to which a pointer was found) are not shown. ==7766== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7766== ==7766== For counts of detected and suppressed errors, rerun with: -v ==7766== ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 70 from 70) ==7869== Memcheck, a memory error detector ==7869== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7869== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7869== Command: ./client-test Client::Sync::eds_contact::testMerge ==7869== Parent PID: 7766 ==7869== ==7924== Memcheck, a memory error detector ==7924== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7924== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7924== Command: ./client-test Client::Sync::eds_contact::testMerge ==7924== Parent PID: 7766 ==7924== ==7946== Memcheck, a memory error detector ==7946== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7946== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7946== Command: ./client-test Client::Sync::eds_contact::testMerge ==7946== Parent PID: 7766 ==7946== ==7951== Memcheck, a memory error detector ==7951== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7951== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7951== Command: ./client-test Client::Sync::eds_contact::testTwinning ==7951== Parent PID: 113 ==7951== ==7951== ==7951== HEAP SUMMARY: ==7951== in use at exit: 7,055,807 bytes in 58,195 blocks ==7951== total heap usage: 3,055,677 allocs, 2,997,426 frees, 422,619,623 bytes allocated ==7951== ==7951== LEAK SUMMARY: ==7951== definitely lost: 0 bytes in 0 blocks ==7951== indirectly lost: 0 bytes in 0 blocks ==7951== possibly lost: 960 bytes in 3 blocks ==7951== still reachable: 6,305,493 bytes in 48,027 blocks ==7951== of which reachable via heuristic: ==7951== length64 : 6,000 bytes in 99 blocks ==7951== newarray : 6,392 bytes in 54 blocks ==7951== suppressed: 641,498 bytes in 9,369 blocks ==7951== Reachable blocks (those to which a pointer was found) are not shown. ==7951== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7951== ==7951== For counts of detected and suppressed errors, rerun with: -v ==7951== ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 70 from 70) ==8019== Memcheck, a memory error detector ==8019== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8019== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8019== Command: ./client-test Client::Sync::eds_contact::testTwinning ==8019== Parent PID: 7951 ==8019== ==8058== Memcheck, a memory error detector ==8058== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8058== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8058== Command: ./client-test Client::Sync::eds_contact::testTwinning ==8058== Parent PID: 7951 ==8058== ==8063== Memcheck, a memory error detector ==8063== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8063== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8063== Command: ./client-test Client::Sync::eds_contact::testItems ==8063== Parent PID: 113 ==8063== ==8063== ==8063== HEAP SUMMARY: ==8063== in use at exit: 7,052,777 bytes in 58,141 blocks ==8063== total heap usage: 2,363,946 allocs, 2,305,751 frees, 314,645,827 bytes allocated ==8063== ==8063== LEAK SUMMARY: ==8063== definitely lost: 0 bytes in 0 blocks ==8063== indirectly lost: 0 bytes in 0 blocks ==8063== possibly lost: 960 bytes in 3 blocks ==8063== still reachable: 6,304,304 bytes in 48,003 blocks ==8063== of which reachable via heuristic: ==8063== length64 : 6,000 bytes in 99 blocks ==8063== newarray : 6,392 bytes in 54 blocks ==8063== suppressed: 639,657 bytes in 9,339 blocks ==8063== Reachable blocks (those to which a pointer was found) are not shown. ==8063== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==8063== ==8063== For counts of detected and suppressed errors, rerun with: -v ==8063== ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 70 from 70) ==8125== Memcheck, a memory error detector ==8125== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8125== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8125== Command: ./client-test Client::Sync::eds_contact::testItems ==8125== Parent PID: 8063 ==8125== ==8156== Memcheck, a memory error detector ==8156== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8156== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8156== Command: ./client-test Client::Sync::eds_contact::testItems ==8156== Parent PID: 8063 ==8156== ==8161== Memcheck, a memory error detector ==8161== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8161== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8161== Command: ./client-test Client::Sync::eds_contact::testItemsXML ==8161== Parent PID: 113 ==8161== ==8161== ==8161== HEAP SUMMARY: ==8161== in use at exit: 7,060,471 bytes in 58,290 blocks ==8161== total heap usage: 2,385,290 allocs, 2,326,946 frees, 314,214,107 bytes allocated ==8161== ==8161== LEAK SUMMARY: ==8161== definitely lost: 0 bytes in 0 blocks ==8161== indirectly lost: 0 bytes in 0 blocks ==8161== possibly lost: 960 bytes in 3 blocks ==8161== still reachable: 6,309,025 bytes in 48,077 blocks ==8161== of which reachable via heuristic: ==8161== length64 : 6,000 bytes in 99 blocks ==8161== newarray : 6,392 bytes in 54 blocks ==8161== suppressed: 642,630 bytes in 9,414 blocks ==8161== Reachable blocks (those to which a pointer was found) are not shown. ==8161== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==8161== ==8161== For counts of detected and suppressed errors, rerun with: -v ==8161== ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 70 from 70) ==8223== Memcheck, a memory error detector ==8223== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8223== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8223== Command: ./client-test Client::Sync::eds_contact::testItemsXML ==8223== Parent PID: 8161 ==8223== ==8254== Memcheck, a memory error detector ==8254== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8254== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8254== Command: ./client-test Client::Sync::eds_contact::testItemsXML ==8254== Parent PID: 8161 ==8254== ==8259== Memcheck, a memory error detector ==8259== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8259== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8259== Command: ./client-test Client::Sync::eds_contact::testExtensions ==8259== Parent PID: 113 ==8259== ==8259== ==8259== HEAP SUMMARY: ==8259== in use at exit: 7,052,025 bytes in 58,138 blocks ==8259== total heap usage: 3,370,463 allocs, 3,312,269 frees, 451,247,929 bytes allocated ==8259== ==8259== LEAK SUMMARY: ==8259== definitely lost: 0 bytes in 0 blocks ==8259== indirectly lost: 0 bytes in 0 blocks ==8259== possibly lost: 960 bytes in 3 blocks ==8259== still reachable: 6,304,664 bytes in 48,006 blocks ==8259== of which reachable via heuristic: ==8259== length64 : 6,000 bytes in 99 blocks ==8259== newarray : 6,392 bytes in 54 blocks ==8259== suppressed: 638,545 bytes in 9,333 blocks ==8259== Reachable blocks (those to which a pointer was found) are not shown. ==8259== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==8259== ==8259== For counts of detected and suppressed errors, rerun with: -v ==8259== ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 70 from 70) ==8321== Memcheck, a memory error detector ==8321== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8321== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8321== Command: ./client-test Client::Sync::eds_contact::testExtensions ==8321== Parent PID: 8259 ==8321== ==8361== Memcheck, a memory error detector ==8361== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8361== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8361== Command: ./client-test Client::Sync::eds_contact::testExtensions ==8361== Parent PID: 8259 ==8361== ==8367== Memcheck, a memory error detector ==8367== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8367== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8367== Command: ./client-test Client::Sync::eds_contact::testMaxMsg ==8367== Parent PID: 113 ==8367== ==8367== ==8367== HEAP SUMMARY: ==8367== in use at exit: 7,059,128 bytes in 58,243 blocks ==8367== total heap usage: 2,468,310 allocs, 2,410,013 frees, 349,337,612 bytes allocated ==8367== ==8367== LEAK SUMMARY: ==8367== definitely lost: 0 bytes in 0 blocks ==8367== indirectly lost: 0 bytes in 0 blocks ==8367== possibly lost: 960 bytes in 3 blocks ==8367== still reachable: 6,308,782 bytes in 48,066 blocks ==8367== of which reachable via heuristic: ==8367== length64 : 6,000 bytes in 99 blocks ==8367== newarray : 6,392 bytes in 54 blocks ==8367== suppressed: 641,530 bytes in 9,378 blocks ==8367== Reachable blocks (those to which a pointer was found) are not shown. ==8367== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==8367== ==8367== For counts of detected and suppressed errors, rerun with: -v ==8367== ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 70 from 70) ==841== Memcheck, a memory error detector ==841== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==841== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==841== Command: ./client-test Client::Sync::eds_memo::testTwoWayRestart ==841== Parent PID: 113 ==841== ==841== ==841== HEAP SUMMARY: ==841== in use at exit: 6,994,316 bytes in 57,777 blocks ==841== total heap usage: 1,451,884 allocs, 1,394,054 frees, 207,334,248 bytes allocated ==841== ==841== LEAK SUMMARY: ==841== definitely lost: 0 bytes in 0 blocks ==841== indirectly lost: 0 bytes in 0 blocks ==841== possibly lost: 960 bytes in 3 blocks ==841== still reachable: 6,229,592 bytes in 47,983 blocks ==841== of which reachable via heuristic: ==841== length64 : 6,024 bytes in 99 blocks ==841== newarray : 6,408 bytes in 55 blocks ==841== suppressed: 675,588 bytes in 9,118 blocks ==841== Reachable blocks (those to which a pointer was found) are not shown. ==841== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==841== ==841== For counts of detected and suppressed errors, rerun with: -v ==841== ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 70 from 70) ==8437== Memcheck, a memory error detector ==8437== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8437== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8437== Command: ./client-test Client::Sync::eds_contact::testMaxMsg ==8437== Parent PID: 8367 ==8437== ==8442== Memcheck, a memory error detector ==8442== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8442== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8442== Command: ./client-test Client::Sync::eds_contact::testLargeObject ==8442== Parent PID: 113 ==8442== ==8442== ==8442== HEAP SUMMARY: ==8442== in use at exit: 7,053,763 bytes in 58,157 blocks ==8442== total heap usage: 2,637,062 allocs, 2,578,851 frees, 345,223,125 bytes allocated ==8442== ==8442== LEAK SUMMARY: ==8442== definitely lost: 0 bytes in 0 blocks ==8442== indirectly lost: 0 bytes in 0 blocks ==8442== possibly lost: 960 bytes in 3 blocks ==8442== still reachable: 6,305,898 bytes in 48,019 blocks ==8442== of which reachable via heuristic: ==8442== length64 : 6,000 bytes in 99 blocks ==8442== newarray : 6,392 bytes in 54 blocks ==8442== suppressed: 639,049 bytes in 9,339 blocks ==8442== Reachable blocks (those to which a pointer was found) are not shown. ==8442== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==8442== ==8442== For counts of detected and suppressed errors, rerun with: -v ==8442== ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 70 from 70) ==8511== Memcheck, a memory error detector ==8511== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8511== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8511== Command: ./client-test Client::Sync::eds_contact::testLargeObject ==8511== Parent PID: 8442 ==8511== ==8516== Memcheck, a memory error detector ==8516== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8516== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8516== Command: ./client-test Client::Sync::eds_contact::testOneWayFromServer ==8516== Parent PID: 113 ==8516== ==8516== ==8516== HEAP SUMMARY: ==8516== in use at exit: 7,060,416 bytes in 58,283 blocks ==8516== total heap usage: 3,647,588 allocs, 3,589,247 frees, 513,719,553 bytes allocated ==8516== ==8516== LEAK SUMMARY: ==8516== definitely lost: 0 bytes in 0 blocks ==8516== indirectly lost: 0 bytes in 0 blocks ==8516== possibly lost: 960 bytes in 3 blocks ==8516== still reachable: 6,311,516 bytes in 48,116 blocks ==8516== of which reachable via heuristic: ==8516== length64 : 6,000 bytes in 99 blocks ==8516== newarray : 6,392 bytes in 54 blocks ==8516== suppressed: 639,916 bytes in 9,366 blocks ==8516== Reachable blocks (those to which a pointer was found) are not shown. ==8516== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==8516== ==8516== For counts of detected and suppressed errors, rerun with: -v ==8516== ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 70 from 70) ==8639== Memcheck, a memory error detector ==8639== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8639== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8639== Command: ./client-test Client::Sync::eds_contact::testOneWayFromClient ==8639== Parent PID: 113 ==8639== ==8639== ==8639== HEAP SUMMARY: ==8639== in use at exit: 7,055,228 bytes in 58,185 blocks ==8639== total heap usage: 3,660,721 allocs, 3,602,477 frees, 530,877,696 bytes allocated ==8639== ==8639== LEAK SUMMARY: ==8639== definitely lost: 0 bytes in 0 blocks ==8639== indirectly lost: 0 bytes in 0 blocks ==8639== possibly lost: 960 bytes in 3 blocks ==8639== still reachable: 6,306,979 bytes in 48,044 blocks ==8639== of which reachable via heuristic: ==8639== length64 : 6,000 bytes in 99 blocks ==8639== newarray : 6,392 bytes in 54 blocks ==8639== suppressed: 639,433 bytes in 9,342 blocks ==8639== Reachable blocks (those to which a pointer was found) are not shown. ==8639== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==8639== ==8639== For counts of detected and suppressed errors, rerun with: -v ==8639== ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 70 from 70) ==8785== Memcheck, a memory error detector ==8785== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8785== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8785== Command: ./client-test Client::Sync::eds_contact::testOneWayFromRemote ==8785== Parent PID: 113 ==8785== ==8785== ==8785== HEAP SUMMARY: ==8785== in use at exit: 7,053,623 bytes in 58,157 blocks ==8785== total heap usage: 3,270,188 allocs, 3,211,973 frees, 477,728,194 bytes allocated ==8785== ==8785== LEAK SUMMARY: ==8785== definitely lost: 0 bytes in 0 blocks ==8785== indirectly lost: 0 bytes in 0 blocks ==8785== possibly lost: 960 bytes in 3 blocks ==8785== still reachable: 6,303,769 bytes in 47,991 blocks ==8785== of which reachable via heuristic: ==8785== length64 : 6,000 bytes in 99 blocks ==8785== newarray : 6,392 bytes in 54 blocks ==8785== suppressed: 641,038 bytes in 9,367 blocks ==8785== Reachable blocks (those to which a pointer was found) are not shown. ==8785== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==8785== ==8785== For counts of detected and suppressed errors, rerun with: -v ==8785== ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 70 from 70) ==8908== Memcheck, a memory error detector ==8908== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8908== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8908== Command: ./client-test Client::Sync::eds_contact::testOneWayFromLocal ==8908== Parent PID: 113 ==8908== ==8908== ==8908== HEAP SUMMARY: ==8908== in use at exit: 7,051,830 bytes in 58,131 blocks ==8908== total heap usage: 3,660,997 allocs, 3,602,807 frees, 530,887,917 bytes allocated ==8908== ==8908== LEAK SUMMARY: ==8908== definitely lost: 0 bytes in 0 blocks ==8908== indirectly lost: 0 bytes in 0 blocks ==8908== possibly lost: 960 bytes in 3 blocks ==8908== still reachable: 6,303,865 bytes in 47,992 blocks ==8908== of which reachable via heuristic: ==8908== length64 : 6,000 bytes in 99 blocks ==8908== newarray : 6,392 bytes in 54 blocks ==8908== suppressed: 639,149 bytes in 9,340 blocks ==8908== Reachable blocks (those to which a pointer was found) are not shown. ==8908== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==8908== ==8908== For counts of detected and suppressed errors, rerun with: -v ==8908== ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 70 from 70) ==9053== Memcheck, a memory error detector ==9053== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==9053== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==9053== Command: ./client-test Client::Sync::eds_memo_eds_contact::testDeleteAllRefresh ==9053== Parent PID: 113 ==9053== ==9053== ==9053== HEAP SUMMARY: ==9053== in use at exit: 7,089,941 bytes in 58,693 blocks ==9053== total heap usage: 1,745,996 allocs, 1,687,199 frees, 225,419,186 bytes allocated ==9053== ==9053== LEAK SUMMARY: ==9053== definitely lost: 0 bytes in 0 blocks ==9053== indirectly lost: 0 bytes in 0 blocks ==9053== possibly lost: 1,392 bytes in 4 blocks ==9053== still reachable: 6,233,243 bytes in 48,052 blocks ==9053== of which reachable via heuristic: ==9053== length64 : 6,728 bytes in 107 blocks ==9053== newarray : 6,456 bytes in 58 blocks ==9053== suppressed: 741,354 bytes in 9,781 blocks ==9053== Reachable blocks (those to which a pointer was found) are not shown. ==9053== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==9053== ==9053== For counts of detected and suppressed errors, rerun with: -v ==9053== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 70 from 70) ==9252== Memcheck, a memory error detector ==9252== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==9252== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==9252== Command: ./client-test Client::Sync::eds_memo_eds_contact::testTwoWaySync ==9252== Parent PID: 113 ==9252== ==9252== ==9252== HEAP SUMMARY: ==9252== in use at exit: 7,016,491 bytes in 58,065 blocks ==9252== total heap usage: 683,161 allocs, 625,045 frees, 98,319,894 bytes allocated ==9252== ==9252== LEAK SUMMARY: ==9252== definitely lost: 0 bytes in 0 blocks ==9252== indirectly lost: 0 bytes in 0 blocks ==9252== possibly lost: 1,392 bytes in 4 blocks ==9252== still reachable: 6,302,297 bytes in 47,995 blocks ==9252== of which reachable via heuristic: ==9252== length64 : 6,600 bytes in 105 blocks ==9252== newarray : 6,456 bytes in 58 blocks ==9252== suppressed: 619,546 bytes in 9,345 blocks ==9252== Reachable blocks (those to which a pointer was found) are not shown. ==9252== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==9252== ==9252== For counts of detected and suppressed errors, rerun with: -v ==9252== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 70 from 70) ==9289== Memcheck, a memory error detector ==9289== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==9289== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==9289== Command: ./client-test Client::Sync::eds_memo_eds_contact::testSlowSync ==9289== Parent PID: 113 ==9289== ==9289== ==9289== HEAP SUMMARY: ==9289== in use at exit: 7,023,277 bytes in 58,172 blocks ==9289== total heap usage: 682,897 allocs, 624,674 frees, 98,361,496 bytes allocated ==9289== ==9289== LEAK SUMMARY: ==9289== definitely lost: 0 bytes in 0 blocks ==9289== indirectly lost: 0 bytes in 0 blocks ==9289== possibly lost: 1,392 bytes in 4 blocks ==9289== still reachable: 6,304,945 bytes in 48,013 blocks ==9289== of which reachable via heuristic: ==9289== length64 : 6,600 bytes in 105 blocks ==9289== newarray : 6,456 bytes in 58 blocks ==9289== suppressed: 623,516 bytes in 9,432 blocks ==9289== Reachable blocks (those to which a pointer was found) are not shown. ==9289== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==9289== ==9289== For counts of detected and suppressed errors, rerun with: -v ==9289== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 70 from 70) ==9326== Memcheck, a memory error detector ==9326== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==9326== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==9326== Command: ./client-test Client::Sync::eds_memo_eds_contact::testRefreshFromServerSync ==9326== Parent PID: 113 ==9326== ==9326== ==9326== HEAP SUMMARY: ==9326== in use at exit: 7,025,848 bytes in 58,240 blocks ==9326== total heap usage: 683,079 allocs, 624,788 frees, 98,378,590 bytes allocated ==9326== ==9326== LEAK SUMMARY: ==9326== definitely lost: 0 bytes in 0 blocks ==9326== indirectly lost: 0 bytes in 0 blocks ==9326== possibly lost: 1,392 bytes in 4 blocks ==9326== still reachable: 6,305,529 bytes in 48,018 blocks ==9326== of which reachable via heuristic: ==9326== length64 : 6,600 bytes in 105 blocks ==9326== newarray : 6,456 bytes in 58 blocks ==9326== suppressed: 625,503 bytes in 9,495 blocks ==9326== Reachable blocks (those to which a pointer was found) are not shown. ==9326== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==9326== ==9326== For counts of detected and suppressed errors, rerun with: -v ==9326== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 70 from 70) ==9362== Memcheck, a memory error detector ==9362== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==9362== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==9362== Command: ./client-test Client::Sync::eds_memo_eds_contact::testRefreshFromClientSync ==9362== Parent PID: 113 ==9362== ==9362== ==9362== HEAP SUMMARY: ==9362== in use at exit: 7,025,477 bytes in 58,228 blocks ==9362== total heap usage: 680,276 allocs, 621,997 frees, 97,242,358 bytes allocated ==9362== ==9362== LEAK SUMMARY: ==9362== definitely lost: 0 bytes in 0 blocks ==9362== indirectly lost: 0 bytes in 0 blocks ==9362== possibly lost: 1,392 bytes in 4 blocks ==9362== still reachable: 6,305,225 bytes in 48,012 blocks ==9362== of which reachable via heuristic: ==9362== length64 : 6,600 bytes in 105 blocks ==9362== newarray : 6,456 bytes in 58 blocks ==9362== suppressed: 625,604 bytes in 9,491 blocks ==9362== Reachable blocks (those to which a pointer was found) are not shown. ==9362== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==9362== ==9362== For counts of detected and suppressed errors, rerun with: -v ==9362== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 70 from 70) ==9398== Memcheck, a memory error detector ==9398== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==9398== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==9398== Command: ./client-test Client::Sync::eds_memo_eds_contact::testRefreshFromRemoteSync ==9398== Parent PID: 113 ==9398== ==9398== ==9398== HEAP SUMMARY: ==9398== in use at exit: 7,025,349 bytes in 58,202 blocks ==9398== total heap usage: 682,942 allocs, 624,689 frees, 98,376,117 bytes allocated ==9398== ==9398== LEAK SUMMARY: ==9398== definitely lost: 0 bytes in 0 blocks ==9398== indirectly lost: 0 bytes in 0 blocks ==9398== possibly lost: 1,392 bytes in 4 blocks ==9398== still reachable: 6,304,929 bytes in 48,007 blocks ==9398== of which reachable via heuristic: ==9398== length64 : 6,600 bytes in 105 blocks ==9398== newarray : 6,456 bytes in 58 blocks ==9398== suppressed: 625,772 bytes in 9,470 blocks ==9398== Reachable blocks (those to which a pointer was found) are not shown. ==9398== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==9398== ==9398== For counts of detected and suppressed errors, rerun with: -v ==9398== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 70 from 70) ==9434== Memcheck, a memory error detector ==9434== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==9434== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==9434== Command: ./client-test Client::Sync::eds_memo_eds_contact::testRefreshFromLocalSync ==9434== Parent PID: 113 ==9434== ==9434== ==9434== HEAP SUMMARY: ==9434== in use at exit: 7,028,494 bytes in 58,257 blocks ==9434== total heap usage: 679,915 allocs, 621,607 frees, 97,233,314 bytes allocated ==9434== ==9434== LEAK SUMMARY: ==9434== definitely lost: 0 bytes in 0 blocks ==9434== indirectly lost: 0 bytes in 0 blocks ==9434== possibly lost: 1,392 bytes in 4 blocks ==9434== still reachable: 6,309,126 bytes in 48,081 blocks ==9434== of which reachable via heuristic: ==9434== length64 : 6,600 bytes in 105 blocks ==9434== newarray : 6,456 bytes in 58 blocks ==9434== suppressed: 624,552 bytes in 9,449 blocks ==9434== Reachable blocks (those to which a pointer was found) are not shown. ==9434== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==9434== ==9434== For counts of detected and suppressed errors, rerun with: -v ==9434== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 70 from 70) ==9471== Memcheck, a memory error detector ==9471== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==9471== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==9471== Command: ./client-test Client::Sync::eds_memo_eds_contact::testConversion ==9471== Parent PID: 113 ==9471== ==9471== ==9471== HEAP SUMMARY: ==9471== in use at exit: 2,910,049 bytes in 30,203 blocks ==9471== total heap usage: 363,406 allocs, 333,152 frees, 50,565,322 bytes allocated ==9471== ==9471== LEAK SUMMARY: ==9471== definitely lost: 0 bytes in 0 blocks ==9471== indirectly lost: 0 bytes in 0 blocks ==9471== possibly lost: 1,392 bytes in 4 blocks ==9471== still reachable: 2,289,019 bytes in 21,349 blocks ==9471== of which reachable via heuristic: ==9471== length64 : 5,472 bytes in 87 blocks ==9471== newarray : 6,360 bytes in 52 blocks ==9471== suppressed: 543,646 bytes in 8,274 blocks ==9471== Reachable blocks (those to which a pointer was found) are not shown. ==9471== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==9471== ==9471== For counts of detected and suppressed errors, rerun with: -v ==9471== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 70 from 70) ==9502== Memcheck, a memory error detector ==9502== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==9502== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==9502== Command: ./client-test Client::Sync::eds_memo_eds_contact::testConversion ==9502== Parent PID: 9471 ==9502== ==9506== Memcheck, a memory error detector ==9506== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==9506== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==9506== Command: ./client-test Client::Sync::eds_memo_eds_contact::testConversion ==9506== Parent PID: 9471 ==9506== ==9510== Memcheck, a memory error detector ==9510== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==9510== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==9510== Command: ./client-test Client::Sync::eds_memo_eds_contact::testRefreshFromServerSemantic ==9510== Parent PID: 113 ==9510== ==9510== ==9510== HEAP SUMMARY: ==9510== in use at exit: 7,086,009 bytes in 58,637 blocks ==9510== total heap usage: 2,030,326 allocs, 1,971,635 frees, 274,309,836 bytes allocated ==9510== ==9510== LEAK SUMMARY: ==9510== definitely lost: 0 bytes in 0 blocks ==9510== indirectly lost: 0 bytes in 0 blocks ==9510== possibly lost: 1,392 bytes in 4 blocks ==9510== still reachable: 6,231,265 bytes in 48,009 blocks ==9510== of which reachable via heuristic: ==9510== length64 : 6,728 bytes in 107 blocks ==9510== newarray : 6,456 bytes in 58 blocks ==9510== suppressed: 739,232 bytes in 9,766 blocks ==9510== Reachable blocks (those to which a pointer was found) are not shown. ==9510== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==9510== ==9510== For counts of detected and suppressed errors, rerun with: -v ==9510== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 70 from 70) ==954== Memcheck, a memory error detector ==954== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==954== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==954== Command: ./client-test Client::Sync::eds_memo::testCopy ==954== Parent PID: 113 ==954== ==954== ==954== HEAP SUMMARY: ==954== in use at exit: 6,994,428 bytes in 57,794 blocks ==954== total heap usage: 2,614,792 allocs, 2,556,942 frees, 371,277,502 bytes allocated ==954== ==954== LEAK SUMMARY: ==954== definitely lost: 0 bytes in 0 blocks ==954== indirectly lost: 0 bytes in 0 blocks ==954== possibly lost: 960 bytes in 3 blocks ==954== still reachable: 6,230,496 bytes in 47,993 blocks ==954== of which reachable via heuristic: ==954== length64 : 6,024 bytes in 99 blocks ==954== newarray : 6,408 bytes in 55 blocks ==954== suppressed: 674,796 bytes in 9,125 blocks ==954== Reachable blocks (those to which a pointer was found) are not shown. ==954== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==954== ==954== For counts of detected and suppressed errors, rerun with: -v ==954== ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 70 from 70) ==9707== Memcheck, a memory error detector ==9707== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==9707== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==9707== Command: ./client-test Client::Sync::eds_memo_eds_contact::testRefreshFromClientSemantic ==9707== Parent PID: 113 ==9707== ==9707== ==9707== HEAP SUMMARY: ==9707== in use at exit: 7,088,572 bytes in 58,663 blocks ==9707== total heap usage: 2,425,323 allocs, 2,366,605 frees, 328,880,300 bytes allocated ==9707== ==9707== LEAK SUMMARY: ==9707== definitely lost: 0 bytes in 0 blocks ==9707== indirectly lost: 0 bytes in 0 blocks ==9707== possibly lost: 1,392 bytes in 4 blocks ==9707== still reachable: 6,231,842 bytes in 48,021 blocks ==9707== of which reachable via heuristic: ==9707== length64 : 6,728 bytes in 107 blocks ==9707== newarray : 6,456 bytes in 58 blocks ==9707== suppressed: 741,386 bytes in 9,782 blocks ==9707== Reachable blocks (those to which a pointer was found) are not shown. ==9707== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==9707== ==9707== For counts of detected and suppressed errors, rerun with: -v ==9707== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 70 from 70) ==9938== Memcheck, a memory error detector ==9938== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==9938== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==9938== Command: ./client-test Client::Sync::eds_memo_eds_contact::testRefreshStatus ==9938== Parent PID: 113 ==9938== ==9938== ==9938== HEAP SUMMARY: ==9938== in use at exit: 7,086,169 bytes in 58,637 blocks ==9938== total heap usage: 1,295,039 allocs, 1,236,350 frees, 166,313,325 bytes allocated ==9938== ==9938== LEAK SUMMARY: ==9938== definitely lost: 0 bytes in 0 blocks ==9938== indirectly lost: 0 bytes in 0 blocks ==9938== possibly lost: 1,392 bytes in 4 blocks ==9938== still reachable: 6,231,097 bytes in 48,003 blocks ==9938== of which reachable via heuristic: ==9938== length64 : 6,728 bytes in 107 blocks ==9938== newarray : 6,456 bytes in 58 blocks ==9938== suppressed: 739,560 bytes in 9,772 blocks ==9938== Reachable blocks (those to which a pointer was found) are not shown. ==9938== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==9938== ==9938== For counts of detected and suppressed errors, rerun with: -v ==9938== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 70 from 70) valgrindcheck: ./client-test Client::Sync: final result 0 wrappercheck-102 line 100: RET=0 wrappercheck-102 line 101: set -e wrappercheck-102 line 107: set +x *** killing and waiting for /usr/lib/evolution/evolution-calendar-factory wrappercheck-102 line 108: kill -INT -104 wrappercheck-102 line 108: kill -TERM -104 wrappercheck-102 line 108: kill -TERM 104 wrappercheck-102 line 110: KILL_PID=20007 wrappercheck-102 line 115: set +e wrappercheck-102 line 116: wait 104 wrappercheck-102 line 117: SUBRET=143 wrappercheck-102 line 118: case $SUBRET in wrappercheck-102 line 118: SUBRET=0 wrappercheck-102 line 120: SUBRET=0 wrappercheck-102 line 121: '[' 20007 ']' wrappercheck-102 line 109: perl -e 'sleep(60); kill(9, -104);' wwrappercheck-102 line 122: LC_ALL=C wwrappercheck-102 line 122: kill -KILL 20007 wrappercheck-102 line 122: msg= wrappercheck-102 line 123: echo '' wrappercheck-102 line 123: grep -q 'No such process' /data/runtests/work/sources/syncevolution/test/wrappercheck.sh: line 130: 20007 Killed perl -e "sleep(60); kill(9, -$BACKGROUND_PID);" wrappercheck-102 line 127: echo '' wrappercheck-102 line 129: wait 20007 wrappercheck-102 line 131: set -e wrappercheck-102 line 132: '[' 0 = 0 ']' wrappercheck-102 line 133: RET=0 wrappercheck-102 line 136: exit 0 wrappercheck-80 line 100: RET=0 wrappercheck-80 line 101: set -e wrappercheck-80 line 107: set +x *** killing and waiting for /usr/lib/evolution/evolution-addressbook-factory wrappercheck-80 line 108: kill -INT -82 wrappercheck-80 line 108: kill -TERM -82 wrappercheck-80 line 108: kill -TERM 82 wrappercheck-80 line 110: KILL_PID=20012 wrappercheck-80 line 115: set +e wrappercheck-80 line 109: perl -e 'sleep(60); kill(9, -82);' wrappercheck-80 line 116: wait 82 wrappercheck-80 line 117: SUBRET=143 wrappercheck-80 line 118: case $SUBRET in wrappercheck-80 line 118: SUBRET=0 wrappercheck-80 line 120: SUBRET=0 wrappercheck-80 line 121: '[' 20012 ']' wwrappercheck-80 line 122: LC_ALL=C wwrappercheck-80 line 122: kill -KILL 20012 wrappercheck-80 line 122: msg= wrappercheck-80 line 123: echo '' wrappercheck-80 line 123: grep -q 'No such process' /data/runtests/work/sources/syncevolution/test/wrappercheck.sh: line 130: 20012 Killed perl -e "sleep(60); kill(9, -$BACKGROUND_PID);" wrappercheck-80 line 127: echo '' wrappercheck-80 line 129: wait 20012 wrappercheck-80 line 131: set -e wrappercheck-80 line 132: '[' 0 = 0 ']' wrappercheck-80 line 133: RET=0 wrappercheck-80 line 136: exit 0 wrappercheck-25 line 100: RET=0 wrappercheck-25 line 101: set -e wrappercheck-25 line 107: set +x *** killing and waiting for /usr/lib/evolution/evolution-source-registry wrappercheck-25 line 108: kill -INT -30 wrappercheck-25 line 108: kill -TERM -30 wrappercheck-25 line 108: kill -TERM 30 wrappercheck-25 line 110: KILL_PID=20017 wrappercheck-25 line 115: set +e wrappercheck-25 line 109: perl -e 'sleep(60); kill(9, -30);' wrappercheck-25 line 116: wait 30 wrappercheck-25 line 117: SUBRET=143 wrappercheck-25 line 118: case $SUBRET in wrappercheck-25 line 118: SUBRET=0 wrappercheck-25 line 120: SUBRET=0 wrappercheck-25 line 121: '[' 20017 ']' wwrappercheck-25 line 122: LC_ALL=C wwrappercheck-25 line 122: kill -KILL 20017 wrappercheck-25 line 122: msg= wrappercheck-25 line 123: grep -q 'No such process' wrappercheck-25 line 123: echo '' /data/runtests/work/sources/syncevolution/test/wrappercheck.sh: line 130: 20017 Killed perl -e "sleep(60); kill(9, -$BACKGROUND_PID);" wrappercheck-25 line 127: echo '' wrappercheck-25 line 129: wait 20017 wrappercheck-25 line 131: set -e wrappercheck-25 line 132: '[' 0 = 0 ']' wrappercheck-25 line 133: RET=0 wrappercheck-25 line 136: exit 0 wrappercheck-18 line 100: RET=0 wrappercheck-18 line 101: set -e wrappercheck-18 line 107: set +x *** killing and waiting for dbus-monitor wrappercheck-18 line 108: kill -INT -22 wrappercheck-18 line 108: kill -TERM -22 wrappercheck-18 line 108: kill -TERM 22 wrappercheck-18 line 110: KILL_PID=20022 wrappercheck-18 line 115: set +e wrappercheck-18 line 116: wait 22 wrappercheck-18 line 117: SUBRET=143 wrappercheck-18 line 118: case $SUBRET in wrappercheck-18 line 118: SUBRET=0 wrappercheck-18 line 120: SUBRET=0 wrappercheck-18 line 121: '[' 20022 ']' wrappercheck-18 line 109: perl -e 'sleep(60); kill(9, -22);' wwrappercheck-18 line 122: LC_ALL=C wwrappercheck-18 line 122: kill -KILL 20022 wrappercheck-18 line 122: msg= wrappercheck-18 line 123: echo '' wrappercheck-18 line 123: grep -q 'No such process' /data/runtests/work/sources/syncevolution/test/wrappercheck.sh: line 130: 20022 Killed perl -e "sleep(60); kill(9, -$BACKGROUND_PID);" wrappercheck-18 line 127: echo '' wrappercheck-18 line 129: wait 20022 wrappercheck-18 line 131: set -e wrappercheck-18 line 132: '[' 0 = 0 ']' wrappercheck-18 line 133: RET=0 wrappercheck-18 line 136: exit 0 dbus-session.sh: program returned 0 dbus-session.sh: final result 0 dbus-session.sh 1: killing keyring pid 14 dbus-session.sh 1: killing system bus daemon 4 dbus-session.sh 1: killing session bus daemon 8 dbus-session.sh 1: removing XDG_RUNTIME_DIR=/tmp/tmp.fg0Kp0Lbog Fri Jan 5 18:13:39 2018 UTC (+ 6882.1s / 8219.8s) === cleaning up ===