runtests.py-17073 Fri Jan 5 15:56:19 2018 UTC (+ 1.0s / 1633.0s) target /data/schroot/2018-01-05-07-10-all-testing-amd64/data/runtests/work/testing-amd64/home/eds/.config/akonadi/akonadiserverrc: [%General] Driver=QSQLITE3 [QSQLITE3] Name=/data/runtests/work/testing-amd64/home/eds/data/akonadi/akonadi.db [Debug] Tracer=null runtests.py-17073 Fri Jan 5 15:56:20 2018 UTC (+ 0.3s / 1633.2s) target /data/schroot/2018-01-05-07-10-all-testing-amd64/data/runtests/work/testing-amd64/home/eds/.local/share/akonadi/akonadi.db: PRAGMA foreign_keys=OFF; BEGIN TRANSACTION; CREATE TABLE SchemaVersionTable (version INTEGER NOT NULL DEFAULT 0); INSERT INTO "SchemaVersionTable" VALUES(20); CREATE TABLE ResourceTable (id INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, name TEXT UNIQUE NOT NULL, isVirtual BOOL DEFAULT false); INSERT INTO "ResourceTable" VALUES(1,'akonadi_search_resource',1); INSERT INTO "ResourceTable" VALUES(2,'akonadi_ical_resource_0','false'); INSERT INTO "ResourceTable" VALUES(3,'akonadi_ical_resource_1','false'); INSERT INTO "ResourceTable" VALUES(4,'akonadi_ical_resource_2','false'); INSERT INTO "ResourceTable" VALUES(5,'akonadi_contacts_resource_0','false'); INSERT INTO "ResourceTable" VALUES(6,'akonadi_contacts_resource_1','false'); INSERT INTO "ResourceTable" VALUES(7,'akonadi_contacts_resource_2','false'); INSERT INTO "ResourceTable" VALUES(8,'akonadi_notes_resource_0','false'); INSERT INTO "ResourceTable" VALUES(9,'akonadi_notes_resource_1','false'); INSERT INTO "ResourceTable" VALUES(10,'akonadi_notes_resource_2','false'); CREATE TABLE CollectionTable (id INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, remoteId TEXT, remoteRevision TEXT, name TEXT NOT NULL, parentId BIGINT, resourceId BIGINT NOT NULL, subscribed BOOL NOT NULL DEFAULT true, cachePolicyInherit BOOL NOT NULL DEFAULT true, cachePolicyCheckInterval INTEGER NOT NULL DEFAULT -1, cachePolicyCacheTimeout INTEGER NOT NULL DEFAULT -1, cachePolicySyncOnDemand BOOL NOT NULL DEFAULT false, cachePolicyLocalParts TEXT, queryString TEXT, queryLanguage TEXT); INSERT INTO "CollectionTable" VALUES(1,NULL,NULL,'Search',NULL,1,'true','true',-1,-1,'false',NULL,NULL,NULL); INSERT INTO "CollectionTable" VALUES(2,'file:///data/runtests/work/testing-amd64/home/eds/data/akonadi/ical_resource_0.ics','','akonadi_ical_resource_0',NULL,2,'true','true',-1,-1,'false',NULL,NULL,NULL); INSERT INTO "CollectionTable" VALUES(3,'file:///data/runtests/work/testing-amd64/home/eds/data/akonadi/ical_resource_1.ics','','akonadi_ical_resource_1',NULL,3,'true','true',-1,-1,'false',NULL,NULL,NULL); INSERT INTO "CollectionTable" VALUES(4,'file:///data/runtests/work/testing-amd64/home/eds/data/akonadi/ical_resource_2.ics','','akonadi_ical_resource_2',NULL,4,'true','true',-1,-1,'false',NULL,NULL,NULL); INSERT INTO "CollectionTable" VALUES(5,'/data/runtests/work/testing-amd64/home/eds/data/akonadi/contacts_0','','Personal_Contacts_0',NULL,5,'true','true',-1,-1,'false',NULL,NULL,NULL); INSERT INTO "CollectionTable" VALUES(6,'/data/runtests/work/testing-amd64/home/eds/data/akonadi/contacts_1','','Personal_Contacts_1',NULL,6,'true','true',-1,-1,'false',NULL,NULL,NULL); INSERT INTO "CollectionTable" VALUES(8,'/data/runtests/work/testing-amd64/home/eds/data/akonadi/contacts_2','','Personal_Contacts_2',NULL,7,'true','true',-1,-1,'false',NULL,NULL,NULL); INSERT INTO "CollectionTable" VALUES(9,'file:///data/runtests/work/testing-amd64/home/eds/data/akonadi/notes_resource_0.ics','','akonadi_notes_resource_0',NULL,8,'true','true',-1,-1,'false',NULL,NULL,NULL); INSERT INTO "CollectionTable" VALUES(10,'file:///data/runtests/work/testing-amd64/home/eds/data/akonadi/notes_resource_0.ics','','akonadi_notes_resource_1',NULL,9,'true','true',-1,-1,'false',NULL,NULL,NULL); INSERT INTO "CollectionTable" VALUES(11,'file:///data/runtests/work/testing-amd64/home/eds/data/akonadi/notes_resource_1.ics','','akonadi_notes_resource_2',NULL,10,'true','true',-1,-1,'false',NULL,NULL,NULL); CREATE TABLE MimeTypeTable (id INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, name TEXT UNIQUE NOT NULL); INSERT INTO "MimeTypeTable" VALUES(1,'application/octet-stream'); INSERT INTO "MimeTypeTable" VALUES(2,'message/rfc822'); INSERT INTO "MimeTypeTable" VALUES(3,'text/calendar'); INSERT INTO "MimeTypeTable" VALUES(4,'text/vcard'); INSERT INTO "MimeTypeTable" VALUES(5,'inode/directory'); INSERT INTO "MimeTypeTable" VALUES(6,'application/x-vnd.akonadi.calendar.event'); INSERT INTO "MimeTypeTable" VALUES(7,'application/x-vnd.akonadi.calendar.todo'); INSERT INTO "MimeTypeTable" VALUES(8,'application/x-vnd.akonadi.calendar.journal'); INSERT INTO "MimeTypeTable" VALUES(9,'application/x-vnd.akonadi.calendar.freebusy'); INSERT INTO "MimeTypeTable" VALUES(10,'text/directory'); INSERT INTO "MimeTypeTable" VALUES(11,'application/x-vnd.kde.contactgroup'); INSERT INTO "MimeTypeTable" VALUES(12,'application/x-vnd.kde.notes'); CREATE TABLE PimItemTable (id INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, rev INTEGER NOT NULL DEFAULT 0, remoteId TEXT, remoteRevision TEXT, collectionId BIGINT, mimeTypeId BIGINT, datetime TIMESTAMP DEFAULT CURRENT_TIMESTAMP, atime TIMESTAMP, dirty BOOL, size BIGINT NOT NULL DEFAULT 0); CREATE TABLE FlagTable (id INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, name TEXT UNIQUE NOT NULL); INSERT INTO "FlagTable" VALUES(1,'important'); INSERT INTO "FlagTable" VALUES(2,'has_attachment'); INSERT INTO "FlagTable" VALUES(3,'spam'); INSERT INTO "FlagTable" VALUES(4,'\ANSWERED'); INSERT INTO "FlagTable" VALUES(5,'\FLAGGED'); INSERT INTO "FlagTable" VALUES(6,'\DELETED'); INSERT INTO "FlagTable" VALUES(7,'\SEEN'); INSERT INTO "FlagTable" VALUES(8,'\DRAFT'); CREATE TABLE PartTable (id INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, pimItemId BIGINT NOT NULL, name TEXT NOT NULL, data LONGBLOB, datasize BIGINT NOT NULL, version INTEGER DEFAULT 0, external BOOL DEFAULT false); CREATE TABLE CollectionAttributeTable (id INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, collectionId BIGINT NOT NULL, type LONGBLOB NOT NULL, value LONGBLOB); INSERT INTO "CollectionAttributeTable" VALUES(1,2,X'454E54495459444953504C4159',X'28226963616C5F7265736F757263655F302E6963732220226F66666963652D63616C656E6461722220222220282929'); INSERT INTO "CollectionAttributeTable" VALUES(2,2,X'416363657373526967687473',X'77636457'); INSERT INTO "CollectionAttributeTable" VALUES(3,3,X'454E54495459444953504C4159',X'28226963616C5F7265736F757263655F302E6963732028436C6F6E65292220226F66666963652D63616C656E6461722220222220282929'); INSERT INTO "CollectionAttributeTable" VALUES(4,3,X'416363657373526967687473',X'77636457'); INSERT INTO "CollectionAttributeTable" VALUES(5,4,X'454E54495459444953504C4159',X'28226963616C5F7265736F757263655F322E6963732220226F66666963652D63616C656E6461722220222220282929'); INSERT INTO "CollectionAttributeTable" VALUES(6,4,X'416363657373526967687473',X'77636457'); INSERT INTO "CollectionAttributeTable" VALUES(7,5,X'416363657373526967687473',X'61'); INSERT INTO "CollectionAttributeTable" VALUES(8,6,X'416363657373526967687473',X'61'); INSERT INTO "CollectionAttributeTable" VALUES(10,8,X'416363657373526967687473',X'61'); INSERT INTO "CollectionAttributeTable" VALUES(11,9,X'454E54495459444953504C4159',X'28226E6F7465735F7265736F757263655F302E6963732220226B6E6F7465732220222220282929'); INSERT INTO "CollectionAttributeTable" VALUES(12,9,X'416363657373526967687473',X'77636457'); INSERT INTO "CollectionAttributeTable" VALUES(13,10,X'454E54495459444953504C4159',X'28226E6F7465735F7265736F757263655F302E6963732028436C6F6E65292220226B6E6F7465732220222220282929'); INSERT INTO "CollectionAttributeTable" VALUES(14,10,X'416363657373526967687473',X'77636457'); INSERT INTO "CollectionAttributeTable" VALUES(15,11,X'454E54495459444953504C4159',X'28226E6F7465735F7265736F757263655F302E6963732028436C6F6E65292028436C6F6E65292220226B6E6F7465732220222220282929'); INSERT INTO "CollectionAttributeTable" VALUES(16,11,X'416363657373526967687473',X'77636457'); CREATE TABLE PimItemFlagRelation (PimItem_id INTEGER REFERENCES PimItemTable(id), Flag_id INTEGER REFERENCES FlagTable(id), PRIMARY KEY (PimItem_id, Flag_id)); CREATE TABLE CollectionMimeTypeRelation (Collection_id INTEGER REFERENCES CollectionTable(id), MimeType_id INTEGER REFERENCES MimeTypeTable(id), PRIMARY KEY (Collection_id, MimeType_id)); INSERT INTO "CollectionMimeTypeRelation" VALUES(2,3); INSERT INTO "CollectionMimeTypeRelation" VALUES(2,6); INSERT INTO "CollectionMimeTypeRelation" VALUES(2,7); INSERT INTO "CollectionMimeTypeRelation" VALUES(2,8); INSERT INTO "CollectionMimeTypeRelation" VALUES(2,9); INSERT INTO "CollectionMimeTypeRelation" VALUES(3,6); INSERT INTO "CollectionMimeTypeRelation" VALUES(3,9); INSERT INTO "CollectionMimeTypeRelation" VALUES(3,8); INSERT INTO "CollectionMimeTypeRelation" VALUES(3,7); INSERT INTO "CollectionMimeTypeRelation" VALUES(3,3); INSERT INTO "CollectionMimeTypeRelation" VALUES(4,6); INSERT INTO "CollectionMimeTypeRelation" VALUES(4,9); INSERT INTO "CollectionMimeTypeRelation" VALUES(4,8); INSERT INTO "CollectionMimeTypeRelation" VALUES(4,7); INSERT INTO "CollectionMimeTypeRelation" VALUES(4,3); INSERT INTO "CollectionMimeTypeRelation" VALUES(5,5); INSERT INTO "CollectionMimeTypeRelation" VALUES(5,10); INSERT INTO "CollectionMimeTypeRelation" VALUES(5,11); INSERT INTO "CollectionMimeTypeRelation" VALUES(6,11); INSERT INTO "CollectionMimeTypeRelation" VALUES(6,5); INSERT INTO "CollectionMimeTypeRelation" VALUES(6,10); INSERT INTO "CollectionMimeTypeRelation" VALUES(8,11); INSERT INTO "CollectionMimeTypeRelation" VALUES(8,5); INSERT INTO "CollectionMimeTypeRelation" VALUES(8,10); INSERT INTO "CollectionMimeTypeRelation" VALUES(9,12); INSERT INTO "CollectionMimeTypeRelation" VALUES(10,12); INSERT INTO "CollectionMimeTypeRelation" VALUES(11,12); CREATE TABLE CollectionPimItemRelation (Collection_id INTEGER REFERENCES CollectionTable(id), PimItem_id INTEGER REFERENCES PimItemTable(id), PRIMARY KEY (Collection_id, PimItem_id)); DELETE FROM sqlite_sequence; INSERT INTO "sqlite_sequence" VALUES('ResourceTable',10); INSERT INTO "sqlite_sequence" VALUES('CollectionTable',11); INSERT INTO "sqlite_sequence" VALUES('MimeTypeTable',12); INSERT INTO "sqlite_sequence" VALUES('FlagTable',8); INSERT INTO "sqlite_sequence" VALUES('CollectionAttributeTable',16); CREATE UNIQUE INDEX CollectionTable_parentAndNameIndex ON CollectionTable (parentId,name); CREATE INDEX PimItemTable_collectionIndex ON PimItemTable (collectionId); CREATE UNIQUE INDEX PartTable_pimItemIdNameIndex ON PartTable (pimItemId,name); CREATE INDEX PartTable_pimItemNameIndex ON PartTable (name); CREATE INDEX CollectionAttributeTable_collectionIndex ON CollectionAttributeTable (collectionId); COMMIT; old /data/schroot/2018-01-05-07-10-all-testing-amd64/data/runtests/work/testing-amd64/home/eds/.cache new /data/schroot/2018-01-05-07-10-all-testing-amd64/data/runtests/work/testing-amd64/home/eds/cache old /data/schroot/2018-01-05-07-10-all-testing-amd64/data/runtests/work/testing-amd64/home/eds/.config new /data/schroot/2018-01-05-07-10-all-testing-amd64/data/runtests/work/testing-amd64/home/eds/config old /data/schroot/2018-01-05-07-10-all-testing-amd64/data/runtests/work/testing-amd64/home/eds/.local/share new /data/schroot/2018-01-05-07-10-all-testing-amd64/data/runtests/work/testing-amd64/home/eds/data runtests.py-17073 Fri Jan 5 15:56:20 2018 UTC (+ 0.0s / 1633.2s) === starting eds === runtests.py-17073 Fri Jan 5 15:56:20 2018 UTC (+ 0.0s / 1633.2s) result dir: /data/schroot/2018-01-05-07-10-all-testing-amd64/home/nightly/results/2018-01-05-07-10_all/testing-amd64/7-eds, /proc/self/cwd -> /data/schroot/2018-01-05-07-10-all-testing-amd64/home/nightly/results/2018-01-05-07-10_all/testing-amd64/7-eds runtests.py-17073 Fri Jan 5 15:56:20 2018 UTC (+ 0.0s / 1633.3s) changing into directory /data/schroot/2018-01-05-07-10-all-testing-amd64/data/runtests/work/testing-amd64/tests/eds (= /data/schroot/2018-01-05-07-10-all-testing-amd64/data/runtests/work/testing-amd64/tests/eds) runtests.py-17073 Fri Jan 5 15:56:20 2018 UTC (+ 0.0s / 1633.3s) *** ( cd /data/schroot/2018-01-05-07-10-all-testing-amd64/data/runtests/work/testing-amd64/tests/eds; export 'PATH=/home/nightly/bin:/home/nightly/testing:/usr/sbin:/sbin:/home/nightly/testing:/usr/sbin:/sbin:/home/nightly/bin:/usr/local/bin:/usr/bin:/bin:/usr/games:/usr/lib/mit/bin:/usr/lib/mit/sbin' 'HOME=/data/runtests/work/testing-amd64/home/eds' 'XDG_CONFIG_HOME=/data/runtests/work/testing-amd64/home/eds/config' 'XDG_DATA_HOME=/data/runtests/work/testing-amd64/home/eds/data' 'XDG_CACHE_HOME=/data/runtests/work/testing-amd64/home/eds/cache'; unset LD_LIBRARY_PATH; /data/runtests/work/sources/syncevolution/test/resources.py -j 1 -r eds -- env CLIENT_TEST_FAILURES= CLIENT_TEST_SKIP= SYNCEVOLUTION_DATA_DIR=/data/runtests/work/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/eds -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 eds ./syncevolution ) Fri Jan 5 15:56:20 2018 UTC (+ 0.0s / 0.0s) === locking resource(s) ['eds'] === Fri Jan 5 15:56:20 2018 UTC (+ 0.0s / 0.0s) property changed: status = acquired Fri Jan 5 15:56:20 2018 UTC (+ 0.0s / 0.0s) using jobserver Fri Jan 5 15:56:20 2018 UTC (+ 0.0s / 0.0s) === allocating 1 job slot(s) === Fri Jan 5 16:15:23 2018 UTC (+ 1143.3s / 1143.3s) === 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 eds ./syncevolution” gnome-keyring-daemon: insufficient process capabilities, unsecure memory might get used + 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 '!=' -- ']' ** Message: couldn't access control socket: /tmp/tmp.fUy749K6wt/keyring/control: No such file or directory 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=18 wrappercheck-15 line 73: PIDS+=18 wrappercheck-15 line 75: '[' dbus-monitor.log ']' wrappercheck-15 line 70: set -x wrappercheck-15 line 75: '[' '' ']' wrappercheck-15 line 70: exec wrappercheck-15 line 84: '[' '' ']' wrappercheck-15 line 93: kill -0 18 wrappercheck-15 line 94: set +e wrappercheck-15 line 95: '[' '' ']' wrappercheck-15 line 99: set -x wrappercheck-15 line 99: /data/runtests/work/sources/syncevolution/test/wrappercheck.sh --daemon-log evolution-source-registry.log --daemon-sleep 5 --wait-for-dbus-daemon org.gnome.evolution.dataserver.Sources /usr/lib/evolution/evolution-source-registry -- /data/runtests/work/sources/syncevolution/test/wrappercheck.sh --daemon-log evolution-addressbook-factory.log --wait-for-dbus-daemon org.gnome.evolution.dataserver.AddressBook /usr/lib/evolution/evolution-addressbook-factory --keep-running -- /data/runtests/work/sources/syncevolution/test/wrappercheck.sh --daemon-log evolution-calendar-factory.log /usr/lib/evolution/evolution-calendar-factory --keep-running -- env /home/nightly/testing/setup-syncevolution.sh eds ./syncevolution + PS4='wrappercheck-$$ line ${LINENO}: ' wrappercheck-22 line 16: PIDS= wrappercheck-22 line 18: trap '[ "" ] && kill -TERM ' TERM wrappercheck-22 line 19: trap '[ "" ] && kill -INT ' INT wrappercheck-22 line 21: DAEMON_LOG= wrappercheck-22 line 22: WAIT_FOR_DAEMON_OUTPUT= wrappercheck-22 line 23: WAIT_FOR_DBUS_DAEMON= wrappercheck-22 line 25: declare -a BACKGROUND wrappercheck-22 line 26: declare -a ENV wrappercheck-22 line 28: '[' 26 -gt 1 ']' wrappercheck-22 line 28: '[' --daemon-log '!=' -- ']' wrappercheck-22 line 29: case "$1" in wrappercheck-22 line 31: shift wrappercheck-22 line 32: DAEMON_LOG=evolution-source-registry.log wrappercheck-22 line 53: shift wrappercheck-22 line 28: '[' 24 -gt 1 ']' wrappercheck-22 line 28: '[' --daemon-sleep '!=' -- ']' wrappercheck-22 line 29: case "$1" in wrappercheck-22 line 43: shift wrappercheck-22 line 44: DAEMON_SLEEP=5 wrappercheck-22 line 53: shift wrappercheck-22 line 28: '[' 22 -gt 1 ']' wrappercheck-22 line 28: '[' --wait-for-dbus-daemon '!=' -- ']' wrappercheck-22 line 29: case "$1" in wrappercheck-22 line 35: shift wrappercheck-22 line 36: WAIT_FOR_DBUS_DAEMON=org.gnome.evolution.dataserver.Sources wrappercheck-22 line 53: shift wrappercheck-22 line 28: '[' 20 -gt 1 ']' wrappercheck-22 line 28: '[' /usr/lib/evolution/evolution-source-registry '!=' -- ']' wrappercheck-22 line 29: case "$1" in wrappercheck-22 line 50: break wrappercheck-22 line 56: '[' 20 -gt 1 ']' wrappercheck-22 line 56: '[' /usr/lib/evolution/evolution-source-registry '!=' -- ']' wrappercheck-22 line 57: BACKGROUND[${#BACKGROUND[*]}]=/usr/lib/evolution/evolution-source-registry wrappercheck-22 line 58: shift wrappercheck-22 line 56: '[' 19 -gt 1 ']' wrappercheck-22 line 56: '[' -- '!=' -- ']' wrappercheck-22 line 60: shift wrappercheck-22 line 62: '[' evolution-source-registry.log ']' wrappercheck-22 line 62: '[' '' ']' wrappercheck-22 line 66: set +x *** starting /usr/lib/evolution/evolution-source-registry as background daemon, output to evolution-source-registry.log wrappercheck-22 line 72: BACKGROUND_PID=26 wrappercheck-22 line 73: PIDS+=26 wrappercheck-22 line 75: '[' evolution-source-registry.log ']' wrappercheck-22 line 75: '[' '' ']' wrappercheck-22 line 70: set -x wrappercheck-22 line 84: '[' org.gnome.evolution.dataserver.Sources ']' wrappercheck-22 line 70: exec wrappercheck-22 line 85: set +x *** waiting for daemon to connect to D-Bus as 'org.gnome.evolution.dataserver.Sources' wrappercheck-22 line 93: kill -0 26 wrappercheck-22 line 94: set +e wrappercheck-22 line 95: '[' 5 ']' wrappercheck-22 line 96: set +x *** 'sleep 5' for daemon to settle down wrappercheck-22 line 97: sleep 5 wrappercheck-22 line 99: set -x wrappercheck-22 line 99: /data/runtests/work/sources/syncevolution/test/wrappercheck.sh --daemon-log evolution-addressbook-factory.log --wait-for-dbus-daemon org.gnome.evolution.dataserver.AddressBook /usr/lib/evolution/evolution-addressbook-factory --keep-running -- /data/runtests/work/sources/syncevolution/test/wrappercheck.sh --daemon-log evolution-calendar-factory.log /usr/lib/evolution/evolution-calendar-factory --keep-running -- env /home/nightly/testing/setup-syncevolution.sh eds ./syncevolution + PS4='wrappercheck-$$ line ${LINENO}: ' wrappercheck-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 70: exec wrappercheck-79 line 75: '[' evolution-addressbook-factory.log ']' wrappercheck-79 line 75: '[' '' ']' 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 eds ./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 70: set -x wrappercheck-99 line 75: '[' evolution-calendar-factory.log ']' wrappercheck-99 line 75: '[' '' ']' wrappercheck-99 line 70: exec wrappercheck-99 line 84: '[' '' ']' wrappercheck-99 line 93: kill -0 101 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 eds ./syncevolution + case $TEST in + case $TEST in + for i in evolution-contacts=eds_contact evolution-calendar=eds_event evolution-tasks=eds_task evolution-memos=eds_memo ++ echo evolution-contacts=eds_contact ++ sed -e 's/=.*//' + backend=evolution-contacts ++ echo evolution-contacts=eds_contact ++ sed -e 's/.*=//' + name=eds_contact + for i in 1 2 + databasename=Test_eds_contact_1 + grep Test_eds_contact_1 + ./syncevolution --daemon=no --print-databases backend=evolution-contacts 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 + grep Test_eds_event_2 + ./syncevolution --daemon=no --print-databases backend=evolution-calendar Test_eds_event_2 (1303827982.6946.28@mob-sync2) + echo evolution-calendar: Test_eds_event_2 exists evolution-calendar: Test_eds_event_2 exists + for i in evolution-contacts=eds_contact evolution-calendar=eds_event evolution-tasks=eds_task evolution-memos=eds_memo ++ echo evolution-tasks=eds_task ++ sed -e 's/=.*//' + backend=evolution-tasks ++ echo evolution-tasks=eds_task ++ sed -e 's/.*=//' + name=eds_task + for i in 1 2 + databasename=Test_eds_task_1 + ./syncevolution --daemon=no --print-databases backend=evolution-tasks + grep Test_eds_task_1 Test_eds_task_1 (1303829357.6946.35@mob-sync2) + echo evolution-tasks: Test_eds_task_1 exists evolution-tasks: Test_eds_task_1 exists + for i in 1 2 + databasename=Test_eds_task_2 + grep Test_eds_task_2 + ./syncevolution --daemon=no --print-databases backend=evolution-tasks Test_eds_task_2 (1303829493.6946.36@mob-sync2) + echo evolution-tasks: Test_eds_task_2 exists evolution-tasks: Test_eds_task_2 exists + for i in evolution-contacts=eds_contact evolution-calendar=eds_event evolution-tasks=eds_task evolution-memos=eds_memo ++ echo evolution-memos=eds_memo ++ sed -e 's/=.*//' + backend=evolution-memos ++ echo evolution-memos=eds_memo ++ sed -e 's/.*=//' + name=eds_memo + for i in 1 2 + databasename=Test_eds_memo_1 + grep Test_eds_memo_1 + ./syncevolution --daemon=no --print-databases backend=evolution-memos Test_eds_memo_1 (1303828148.6946.31@mob-sync2) + echo evolution-memos: Test_eds_memo_1 exists evolution-memos: Test_eds_memo_1 exists + for i in 1 2 + databasename=Test_eds_memo_2 + grep Test_eds_memo_2 + ./syncevolution --daemon=no --print-databases backend=evolution-memos Test_eds_memo_2 (1303828749.6946.32@mob-sync2) + echo evolution-memos: Test_eds_memo_2 exists evolution-memos: Test_eds_memo_2 exists wrappercheck-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=185 wrappercheck-99 line 115: set +e wrappercheck-99 line 109: perl -e 'sleep(60); kill(9, -101);' 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: '[' 185 ']' wwrappercheck-99 line 122: LC_ALL=C wwrappercheck-99 line 122: kill -KILL 185 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: 185 Killed perl -e "sleep(60); kill(9, -$BACKGROUND_PID);" wrappercheck-99 line 127: echo '' wrappercheck-99 line 129: wait 185 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=190 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: '[' 190 ']' wrappercheck-79 line 109: perl -e 'sleep(60); kill(9, -81);' wwrappercheck-79 line 122: LC_ALL=C wwrappercheck-79 line 122: kill -KILL 190 wrappercheck-79 line 122: msg= wrappercheck-79 line 123: grep -q 'No such process' wrappercheck-79 line 123: echo '' /data/runtests/work/sources/syncevolution/test/wrappercheck.sh: line 130: 190 Killed perl -e "sleep(60); kill(9, -$BACKGROUND_PID);" wrappercheck-79 line 127: echo '' wrappercheck-79 line 129: wait 190 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-22 line 100: RET=0 wrappercheck-22 line 101: set -e wrappercheck-22 line 107: set +x *** killing and waiting for /usr/lib/evolution/evolution-source-registry wrappercheck-22 line 108: kill -INT -26 wrappercheck-22 line 108: kill -TERM -26 wrappercheck-22 line 108: kill -TERM 26 wrappercheck-22 line 110: KILL_PID=195 wrappercheck-22 line 115: set +e wrappercheck-22 line 116: wait 26 wrappercheck-22 line 109: perl -e 'sleep(60); kill(9, -26);' wrappercheck-22 line 117: SUBRET=143 wrappercheck-22 line 118: case $SUBRET in wrappercheck-22 line 118: SUBRET=0 wrappercheck-22 line 120: SUBRET=0 wrappercheck-22 line 121: '[' 195 ']' wwrappercheck-22 line 122: LC_ALL=C wwrappercheck-22 line 122: kill -KILL 195 wrappercheck-22 line 122: msg= wrappercheck-22 line 123: echo '' wrappercheck-22 line 123: grep -q 'No such process' /data/runtests/work/sources/syncevolution/test/wrappercheck.sh: line 130: 195 Killed perl -e "sleep(60); kill(9, -$BACKGROUND_PID);" wrappercheck-22 line 127: echo '' wrappercheck-22 line 129: wait 195 wrappercheck-22 line 131: set -e wrappercheck-22 line 132: '[' 0 = 0 ']' wrappercheck-22 line 133: RET=0 wrappercheck-22 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 -18 wrappercheck-15 line 108: kill -TERM -18 wrappercheck-15 line 108: kill -TERM 18 wrappercheck-15 line 110: KILL_PID=200 wrappercheck-15 line 115: set +e wrappercheck-15 line 116: wait 18 wrappercheck-15 line 109: perl -e 'sleep(60); kill(9, -18);' 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: '[' 200 ']' wwrappercheck-15 line 122: LC_ALL=C wwrappercheck-15 line 122: kill -KILL 200 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: 200 Killed perl -e "sleep(60); kill(9, -$BACKGROUND_PID);" wrappercheck-15 line 127: echo '' wrappercheck-15 line 129: wait 200 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.fUy749K6wt Fri Jan 5 16:15:31 2018 UTC (+ 7.8s / 1151.1s) === cleaning up === runtests.py-17073 Fri Jan 5 16:15:31 2018 UTC (+ 1151.2s / 2784.4s) *** ( cd /data/schroot/2018-01-05-07-10-all-testing-amd64/data/runtests/work/testing-amd64/tests/eds; export 'PATH=/home/nightly/bin:/home/nightly/testing:/usr/sbin:/sbin:/home/nightly/testing:/usr/sbin:/sbin:/home/nightly/bin:/usr/local/bin:/usr/bin:/bin:/usr/games:/usr/lib/mit/bin:/usr/lib/mit/sbin' 'HOME=/data/runtests/work/testing-amd64/home/eds' 'XDG_CONFIG_HOME=/data/runtests/work/testing-amd64/home/eds/config' 'XDG_DATA_HOME=/data/runtests/work/testing-amd64/home/eds/data' 'XDG_CACHE_HOME=/data/runtests/work/testing-amd64/home/eds/cache'; unset LD_LIBRARY_PATH; /data/runtests/work/sources/syncevolution/test/resources.py -j 1 -r eds -- env VALGRIND_LEAK_CHECK_SKIP=akonadi_control,.bin.sh.-c. VALGRIND_LEAK_CHECK_ONLY_FIRST=1 'VALGRIND_ARGS=--show-possibly-lost=no --suppressions=/data/runtests/work/sources/syncevolution/test/sys.supp --suppressions=/data/runtests/work/sources/syncevolution/test/evo.supp --num-callers=30 --trace-children=yes --trace-children-skip=*synclog2html,*synccompare*,*akonadi_*resource,*akonadi_*agent,*akonadi_*feeder,*akonadiserver*,/bin/ls,/bin/sed,/bin/cp,/bin/rm,/usr/bin/kdeinit4,/usr/bin/perl,*/modify-remote,*/modify-local,*/mktemp,*/nslookup,*/host,*/adnshost,*/grep --suppressions=/data/runtests/work/sources/activesyncd/sys.supp --leak-check=yes --suppressions=/home/nightly/testing/gdbus.supp' VALGRIND_LOG= http_proxy= CLIENT_TEST_SERVER=eds CLIENT_TEST_SOURCES= SYNC_EVOLUTION_EVO_CALENDAR_DELAY=1 CLIENT_TEST_ALARM=1200 CLIENT_TEST_FAILURES= CLIENT_TEST_SKIP= SYNCEVOLUTION_DATA_DIR=/data/runtests/work/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/eds -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::Source::eds_contact Client::Source::eds_event Client::Source::eds_task Client::Source::eds_memo ) Fri Jan 5 16:15:31 2018 UTC (+ 0.0s / 0.0s) === locking resource(s) ['eds'] === Fri Jan 5 16:15:31 2018 UTC (+ 0.0s / 0.0s) property changed: status = acquired Fri Jan 5 16:15:31 2018 UTC (+ 0.0s / 0.0s) using jobserver Fri Jan 5 16:15:31 2018 UTC (+ 0.0s / 0.0s) === allocating 1 job slot(s) === Fri Jan 5 16:28:10 2018 UTC (+ 758.6s / 758.6s) === allocated 1 job slot(s) === W: line 4 [2018-01-05-07-10-all-release-eas-testing-amd64] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. W: line 4 [2018-01-05-07-10-all-release-eas-stretch-amd64] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. W: line 4 [2018-01-05-07-10-all-prebuilt-xenial-amd64] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. W: line 4 [2018-01-05-07-10-all-prebuilt-testing-amd64] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. W: line 4 [2018-01-05-07-10-all-clang-amd64] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. W: line 4 [2018-01-05-07-10-all-xenial-amd64] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. W: line 4 [2018-01-05-07-10-all-downstream-xenial-amd64] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. W: line 4 [2018-01-05-07-10-all-testing-amd64] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. W: line 4 [2018-01-05-07-10-all-release-eas-stretch-i386] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. W: line 4 [2018-01-05-07-10-all-prebuilt-testing-i386] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. W: line 4 [2018-01-05-07-10-all-xenial-i386] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. W: line 4 [2018-01-05-07-10-all-downstream-unstable] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. W: line 4 [2018-01-05-07-10-all-downstream-testing] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. W: line 4 [2018-01-05-07-10-all-release-eas-testing-i386] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. I: [2018-01-05-07-10-all-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::Source::eds_contact Client::Source::eds_event Client::Source::eds_task Client::Source::eds_memo” gnome-keyring-daemon: insufficient process capabilities, unsecure memory might get used ** Message: couldn't access control socket: /tmp/tmp.OTXyHJDtT2/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: '[' 37 -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: '[' 35 -gt 1 ']' wrappercheck-18 line 28: '[' dbus-monitor '!=' -- ']' wrappercheck-18 line 29: case "$1" in wrappercheck-18 line 50: break wrappercheck-18 line 56: '[' 35 -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: '[' 34 -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: '[' 33 -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 70: set -x wrappercheck-18 line 70: exec 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 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::Source::eds_contact Client::Source::eds_event Client::Source::eds_task Client::Source::eds_memo + 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: '[' 31 -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: '[' 29 -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: '[' 27 -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: '[' 25 -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: '[' 25 -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: '[' 24 -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 ** (gnome-keyring-daemon:14): WARNING **: asked to register item /org/freedesktop/secrets/collection/default/7, but it's already registered 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 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::Source::eds_contact Client::Source::eds_event Client::Source::eds_task Client::Source::eds_memo + PS4='wrappercheck-$$ line ${LINENO}: ' wrappercheck-86 line 16: PIDS= wrappercheck-86 line 18: trap '[ "" ] && kill -TERM ' TERM wrappercheck-86 line 19: trap '[ "" ] && kill -INT ' INT wrappercheck-86 line 21: DAEMON_LOG= wrappercheck-86 line 22: WAIT_FOR_DAEMON_OUTPUT= wrappercheck-86 line 23: WAIT_FOR_DBUS_DAEMON= wrappercheck-86 line 25: declare -a BACKGROUND wrappercheck-86 line 26: declare -a ENV wrappercheck-86 line 28: '[' 22 -gt 1 ']' wrappercheck-86 line 28: '[' --daemon-log '!=' -- ']' wrappercheck-86 line 29: case "$1" in wrappercheck-86 line 31: shift wrappercheck-86 line 32: DAEMON_LOG=evolution-addressbook-factory.log wrappercheck-86 line 53: shift wrappercheck-86 line 28: '[' 20 -gt 1 ']' wrappercheck-86 line 28: '[' --wait-for-dbus-daemon '!=' -- ']' wrappercheck-86 line 29: case "$1" in wrappercheck-86 line 35: shift wrappercheck-86 line 36: WAIT_FOR_DBUS_DAEMON=org.gnome.evolution.dataserver.AddressBook wrappercheck-86 line 53: shift wrappercheck-86 line 28: '[' 18 -gt 1 ']' wrappercheck-86 line 28: '[' /usr/lib/evolution/evolution-addressbook-factory '!=' -- ']' wrappercheck-86 line 29: case "$1" in wrappercheck-86 line 50: break wrappercheck-86 line 56: '[' 18 -gt 1 ']' wrappercheck-86 line 56: '[' /usr/lib/evolution/evolution-addressbook-factory '!=' -- ']' wrappercheck-86 line 57: BACKGROUND[${#BACKGROUND[*]}]=/usr/lib/evolution/evolution-addressbook-factory wrappercheck-86 line 58: shift wrappercheck-86 line 56: '[' 17 -gt 1 ']' wrappercheck-86 line 56: '[' --keep-running '!=' -- ']' wrappercheck-86 line 57: BACKGROUND[${#BACKGROUND[*]}]=--keep-running wrappercheck-86 line 58: shift wrappercheck-86 line 56: '[' 16 -gt 1 ']' wrappercheck-86 line 56: '[' -- '!=' -- ']' wrappercheck-86 line 60: shift wrappercheck-86 line 62: '[' evolution-addressbook-factory.log ']' wrappercheck-86 line 62: '[' '' ']' wrappercheck-86 line 66: set +x *** starting /usr/lib/evolution/evolution-addressbook-factory as background daemon, output to evolution-addressbook-factory.log wrappercheck-86 line 72: BACKGROUND_PID=88 wrappercheck-86 line 73: PIDS+=88 wrappercheck-86 line 75: '[' evolution-addressbook-factory.log ']' wrappercheck-86 line 75: '[' '' ']' wrappercheck-86 line 70: set -x wrappercheck-86 line 84: '[' org.gnome.evolution.dataserver.AddressBook ']' wrappercheck-86 line 70: exec wrappercheck-86 line 85: set +x *** waiting for daemon to connect to D-Bus as 'org.gnome.evolution.dataserver.AddressBook' wrappercheck-86 line 93: kill -0 88 wrappercheck-86 line 94: set +e wrappercheck-86 line 95: '[' '' ']' wrappercheck-86 line 99: set -x wrappercheck-86 line 99: /data/runtests/work/sources/syncevolution/test/wrappercheck.sh --daemon-log evolution-calendar-factory.log /usr/lib/evolution/evolution-calendar-factory --keep-running -- env LD_LIBRARY_PATH=build-synthesis/src/.libs:.libs:syncevo/.libs:gdbus/.libs:gdbusxx/.libs: PATH=backends/webdav:.:/home/nightly/bin:/home/nightly/testing:/usr/sbin:/sbin:/home/nightly/testing:/usr/sbin:/sbin:/home/nightly/bin:/usr/local/bin:/usr/bin:/bin:/usr/games:/usr/lib/mit/bin:/usr/lib/mit/sbin: /data/runtests/work/sources/syncevolution/test/valgrindcheck.sh ./client-test Client::Source::eds_contact Client::Source::eds_event Client::Source::eds_task Client::Source::eds_memo + PS4='wrappercheck-$$ line ${LINENO}: ' wrappercheck-106 line 16: PIDS= wrappercheck-106 line 18: trap '[ "" ] && kill -TERM ' TERM wrappercheck-106 line 19: trap '[ "" ] && kill -INT ' INT wrappercheck-106 line 21: DAEMON_LOG= wrappercheck-106 line 22: WAIT_FOR_DAEMON_OUTPUT= wrappercheck-106 line 23: WAIT_FOR_DBUS_DAEMON= wrappercheck-106 line 25: declare -a BACKGROUND wrappercheck-106 line 26: declare -a ENV wrappercheck-106 line 28: '[' 14 -gt 1 ']' wrappercheck-106 line 28: '[' --daemon-log '!=' -- ']' wrappercheck-106 line 29: case "$1" in wrappercheck-106 line 31: shift wrappercheck-106 line 32: DAEMON_LOG=evolution-calendar-factory.log wrappercheck-106 line 53: shift wrappercheck-106 line 28: '[' 12 -gt 1 ']' wrappercheck-106 line 28: '[' /usr/lib/evolution/evolution-calendar-factory '!=' -- ']' wrappercheck-106 line 29: case "$1" in wrappercheck-106 line 50: break wrappercheck-106 line 56: '[' 12 -gt 1 ']' wrappercheck-106 line 56: '[' /usr/lib/evolution/evolution-calendar-factory '!=' -- ']' wrappercheck-106 line 57: BACKGROUND[${#BACKGROUND[*]}]=/usr/lib/evolution/evolution-calendar-factory wrappercheck-106 line 58: shift wrappercheck-106 line 56: '[' 11 -gt 1 ']' wrappercheck-106 line 56: '[' --keep-running '!=' -- ']' wrappercheck-106 line 57: BACKGROUND[${#BACKGROUND[*]}]=--keep-running wrappercheck-106 line 58: shift wrappercheck-106 line 56: '[' 10 -gt 1 ']' wrappercheck-106 line 56: '[' -- '!=' -- ']' wrappercheck-106 line 60: shift wrappercheck-106 line 62: '[' evolution-calendar-factory.log ']' wrappercheck-106 line 62: '[' '' ']' wrappercheck-106 line 66: set +x *** starting /usr/lib/evolution/evolution-calendar-factory as background daemon, output to evolution-calendar-factory.log wrappercheck-106 line 72: BACKGROUND_PID=108 wrappercheck-106 line 73: PIDS+=108 wrappercheck-106 line 70: set -x wrappercheck-106 line 75: '[' evolution-calendar-factory.log ']' wrappercheck-106 line 70: exec wrappercheck-106 line 75: '[' '' ']' wrappercheck-106 line 84: '[' '' ']' wrappercheck-106 line 93: kill -0 108 wrappercheck-106 line 94: set +e wrappercheck-106 line 95: '[' '' ']' wrappercheck-106 line 99: set -x wrappercheck-106 line 99: env LD_LIBRARY_PATH=build-synthesis/src/.libs:.libs:syncevo/.libs:gdbus/.libs:gdbusxx/.libs: PATH=backends/webdav:.:/home/nightly/bin:/home/nightly/testing:/usr/sbin:/sbin:/home/nightly/testing:/usr/sbin:/sbin:/home/nightly/bin:/usr/local/bin:/usr/bin:/bin:/usr/games:/usr/lib/mit/bin:/usr/lib/mit/sbin: /data/runtests/work/sources/syncevolution/test/valgrindcheck.sh ./client-test Client::Source::eds_contact Client::Source::eds_event Client::Source::eds_task Client::Source::eds_memo *** starting ./client-test under valgrind, output to stdout + [ ] + exec env GLIBCXX_FORCE_NEW=1 G_SLICE=always-malloc G_DEBUG=gc-friendly valgrind --show-possibly-lost=no --suppressions=/data/runtests/work/sources/syncevolution/test/sys.supp --suppressions=/data/runtests/work/sources/syncevolution/test/evo.supp --num-callers=30 --trace-children=yes --trace-children-skip=*synclog2html,*synccompare*,*akonadi_*resource,*akonadi_*agent,*akonadi_*feeder,*akonadiserver*,/bin/ls,/bin/sed,/bin/cp,/bin/rm,/usr/bin/kdeinit4,/usr/bin/perl,*/modify-remote,*/modify-local,*/mktemp,*/nslookup,*/host,*/adnshost,*/grep --suppressions=/data/runtests/work/sources/activesyncd/sys.supp --leak-check=yes --suppressions=/home/nightly/testing/gdbus.supp --gen-suppressions=all --log-file=/data/runtests/work/testing-amd64/tests/eds/valgrind.p111.c%p.out ./client-test Client::Source::eds_contact Client::Source::eds_event Client::Source::eds_task Client::Source::eds_memo Client::Source::eds_event::testOpen okay Client::Source::eds_event::testIterateTwice okay Client::Source::eds_event::testDelete404 okay Client::Source::eds_event::testReadItem404 okay Client::Source::eds_event::testSimpleInsert okay Client::Source::eds_event::testLocalDeleteAll okay Client::Source::eds_event::testComplexInsert okay Client::Source::eds_event::testInsertTwice okay Client::Source::eds_event::testLocalUpdate okay Client::Source::eds_event::testChanges okay Client::Source::eds_event::testChangesMultiCycles okay Client::Source::eds_event::testImport okay Client::Source::eds_event::testImportDelete okay Client::Source::eds_event::testRemoveProperties okay Client::Source::eds_event::testManyChanges okay Client::Source::eds_event::LinkedItemsDefault::testLinkedItemsParent okay Client::Source::eds_event::LinkedItemsDefault::testLinkedItemsChild okay Client::Source::eds_event::LinkedItemsDefault::testLinkedItemsParentChild okay Client::Source::eds_event::LinkedItemsDefault::testLinkedItemsInsertBothUpdateChildNoIDs okay Client::Source::eds_event::LinkedItemsDefault::testLinkedItemsChildParent okay Client::Source::eds_event::LinkedItemsDefault::testLinkedItemsChildChangesParent okay Client::Source::eds_event::LinkedItemsDefault::testLinkedItemsRemoveParentFirst okay Client::Source::eds_event::LinkedItemsDefault::testLinkedItemsRemoveNormal okay Client::Source::eds_event::LinkedItemsDefault::testLinkedItemsInsertParentTwice okay Client::Source::eds_event::LinkedItemsDefault::testLinkedItemsInsertChildTwice okay Client::Source::eds_event::LinkedItemsDefault::testLinkedItemsParentUpdate okay Client::Source::eds_event::LinkedItemsDefault::testLinkedItemsUpdateChild okay Client::Source::eds_event::LinkedItemsDefault::testLinkedItemsUpdateChildNoIDs okay Client::Source::eds_event::LinkedItemsDefault::testLinkedItemsInsertBothUpdateChild okay Client::Source::eds_event::LinkedItemsDefault::testLinkedItemsInsertBothUpdateParent okay Client::Source::eds_event::LinkedItemsDefault::testLinkedItemsSingle404 okay Client::Source::eds_event::LinkedItemsDefault::testLinkedItemsMany404 okay Client::Source::eds_event::LinkedItemsWithVALARM::testLinkedItemsParent okay Client::Source::eds_event::LinkedItemsWithVALARM::testLinkedItemsChild okay Client::Source::eds_event::LinkedItemsWithVALARM::testLinkedItemsParentChild okay Client::Source::eds_event::LinkedItemsWithVALARM::testLinkedItemsInsertBothUpdateChildNoIDs okay Client::Source::eds_event::LinkedItemsWithVALARM::testLinkedItemsChildParent okay Client::Source::eds_event::LinkedItemsWithVALARM::testLinkedItemsChildChangesParent okay Client::Source::eds_event::LinkedItemsWithVALARM::testLinkedItemsRemoveParentFirst okay Client::Source::eds_event::LinkedItemsWithVALARM::testLinkedItemsRemoveNormal okay Client::Source::eds_event::LinkedItemsWithVALARM::testLinkedItemsInsertParentTwice okay Client::Source::eds_event::LinkedItemsWithVALARM::testLinkedItemsInsertChildTwice okay Client::Source::eds_event::LinkedItemsWithVALARM::testLinkedItemsParentUpdate okay Client::Source::eds_event::LinkedItemsWithVALARM::testLinkedItemsUpdateChild okay Client::Source::eds_event::LinkedItemsWithVALARM::testLinkedItemsUpdateChildNoIDs okay Client::Source::eds_event::LinkedItemsWithVALARM::testLinkedItemsInsertBothUpdateChild okay Client::Source::eds_event::LinkedItemsWithVALARM::testLinkedItemsInsertBothUpdateParent okay Client::Source::eds_event::LinkedItemsAllDay::testLinkedItemsParent okay Client::Source::eds_event::LinkedItemsAllDay::testLinkedItemsChild okay Client::Source::eds_event::LinkedItemsAllDay::testLinkedItemsParentChild okay Client::Source::eds_event::LinkedItemsAllDay::testLinkedItemsInsertBothUpdateChildNoIDs okay Client::Source::eds_event::LinkedItemsAllDay::testLinkedItemsChildParent okay Client::Source::eds_event::LinkedItemsAllDay::testLinkedItemsChildChangesParent okay Client::Source::eds_event::LinkedItemsAllDay::testLinkedItemsRemoveParentFirst okay Client::Source::eds_event::LinkedItemsAllDay::testLinkedItemsRemoveNormal okay Client::Source::eds_event::LinkedItemsAllDay::testLinkedItemsInsertParentTwice okay Client::Source::eds_event::LinkedItemsAllDay::testLinkedItemsInsertChildTwice okay Client::Source::eds_event::LinkedItemsAllDay::testLinkedItemsParentUpdate okay Client::Source::eds_event::LinkedItemsAllDay::testLinkedItemsUpdateChild okay Client::Source::eds_event::LinkedItemsAllDay::testLinkedItemsUpdateChildNoIDs okay Client::Source::eds_event::LinkedItemsAllDay::testLinkedItemsInsertBothUpdateChild okay Client::Source::eds_event::LinkedItemsAllDay::testLinkedItemsInsertBothUpdateParent okay Client::Source::eds_event::LinkedItemsNoTZ::testLinkedItemsParent okay Client::Source::eds_event::LinkedItemsNoTZ::testLinkedItemsChild okay Client::Source::eds_event::LinkedItemsNoTZ::testLinkedItemsParentChild okay Client::Source::eds_event::LinkedItemsNoTZ::testLinkedItemsInsertBothUpdateChildNoIDs okay Client::Source::eds_event::LinkedItemsNoTZ::testLinkedItemsChildParent okay Client::Source::eds_event::LinkedItemsNoTZ::testLinkedItemsChildChangesParent okay Client::Source::eds_event::LinkedItemsNoTZ::testLinkedItemsRemoveParentFirst okay Client::Source::eds_event::LinkedItemsNoTZ::testLinkedItemsRemoveNormal okay Client::Source::eds_event::LinkedItemsNoTZ::testLinkedItemsInsertParentTwice okay Client::Source::eds_event::LinkedItemsNoTZ::testLinkedItemsInsertChildTwice okay Client::Source::eds_event::LinkedItemsNoTZ::testLinkedItemsParentUpdate okay Client::Source::eds_event::LinkedItemsNoTZ::testLinkedItemsUpdateChild okay Client::Source::eds_event::LinkedItemsNoTZ::testLinkedItemsUpdateChildNoIDs okay Client::Source::eds_event::LinkedItemsNoTZ::testLinkedItemsInsertBothUpdateChild okay Client::Source::eds_event::LinkedItemsNoTZ::testLinkedItemsInsertBothUpdateParent okay Client::Source::eds_task::testOpen okay Client::Source::eds_task::testIterateTwice okay Client::Source::eds_task::testDelete404 okay Client::Source::eds_task::testReadItem404 okay Client::Source::eds_task::testSimpleInsert okay Client::Source::eds_task::testLocalDeleteAll okay Client::Source::eds_task::testComplexInsert okay Client::Source::eds_task::testInsertTwice okay Client::Source::eds_task::testLocalUpdate okay Client::Source::eds_task::testChanges okay Client::Source::eds_task::testChangesMultiCycles okay Client::Source::eds_task::testImport okay Client::Source::eds_task::testImportDelete okay Client::Source::eds_task::testRemoveProperties okay Client::Source::eds_task::testManyChanges okay Client::Source::eds_contact::testOpen okay Client::Source::eds_contact::testIterateTwice okay Client::Source::eds_contact::testDelete404 okay Client::Source::eds_contact::testReadItem404 okay Client::Source::eds_contact::testSimpleInsert okay Client::Source::eds_contact::testLocalDeleteAll okay Client::Source::eds_contact::testComplexInsert okay Client::Source::eds_contact::testLocalUpdate okay Client::Source::eds_contact::testChanges okay Client::Source::eds_contact::testChangesMultiCycles okay Client::Source::eds_contact::testImport okay Client::Source::eds_contact::testImportDelete okay Client::Source::eds_contact::testRemoveProperties okay Client::Source::eds_contact::testManyChanges okay Client::Source::eds_memo::testOpen okay Client::Source::eds_memo::testIterateTwice okay Client::Source::eds_memo::testDelete404 okay Client::Source::eds_memo::testReadItem404 okay Client::Source::eds_memo::testSimpleInsert okay Client::Source::eds_memo::testLocalDeleteAll okay Client::Source::eds_memo::testComplexInsert okay Client::Source::eds_memo::testLocalUpdate okay Client::Source::eds_memo::testChanges okay Client::Source::eds_memo::testChangesMultiCycles okay Client::Source::eds_memo::testImport okay Client::Source::eds_memo::testImportDelete okay Client::Source::eds_memo::testRemoveProperties okay Client::Source::eds_memo::testManyChanges okay OKvalgrindcheck (111): './client-test Client::Source::eds_contact Client::Source::eds_event Client::Source::eds_task Client::Source::eds_memo' (117): returned 0 ==1009== Memcheck, a memory error detector ==1009== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1009== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1009== Command: ./client-test Client::Source::eds_event::LinkedItemsDefault::testLinkedItemsChild ==1009== Parent PID: 966 ==1009== ==1029== Memcheck, a memory error detector ==1029== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1029== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1029== Command: ./client-test Client::Source::eds_event::LinkedItemsDefault::testLinkedItemsParentChild ==1029== Parent PID: 117 ==1029== ==1029== ==1029== HEAP SUMMARY: ==1029== in use at exit: 943,567 bytes in 11,821 blocks ==1029== total heap usage: 381,510 allocs, 369,689 frees, 31,900,234 bytes allocated ==1029== ==1029== LEAK SUMMARY: ==1029== definitely lost: 0 bytes in 0 blocks ==1029== indirectly lost: 0 bytes in 0 blocks ==1029== possibly lost: 528 bytes in 2 blocks ==1029== still reachable: 267,000 bytes in 2,875 blocks ==1029== of which reachable via heuristic: ==1029== length64 : 4,688 bytes in 74 blocks ==1029== newarray : 6,312 bytes in 49 blocks ==1029== suppressed: 606,967 bytes in 8,417 blocks ==1029== Reachable blocks (those to which a pointer was found) are not shown. ==1029== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1029== ==1029== For counts of detected and suppressed errors, rerun with: -v ==1029== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==1080== Memcheck, a memory error detector ==1080== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1080== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1080== Command: ./client-test Client::Source::eds_event::LinkedItemsDefault::testLinkedItemsParentChild ==1080== Parent PID: 1029 ==1080== ==1100== Memcheck, a memory error detector ==1100== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1100== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1100== Command: ./client-test Client::Source::eds_event::LinkedItemsDefault::testLinkedItemsInsertBothUpdateChildNoIDs ==1100== Parent PID: 117 ==1100== ==1100== ==1100== HEAP SUMMARY: ==1100== in use at exit: 947,026 bytes in 11,890 blocks ==1100== total heap usage: 323,202 allocs, 311,312 frees, 29,035,925 bytes allocated ==1100== ==1100== LEAK SUMMARY: ==1100== definitely lost: 0 bytes in 0 blocks ==1100== indirectly lost: 0 bytes in 0 blocks ==1100== possibly lost: 528 bytes in 2 blocks ==1100== still reachable: 269,768 bytes in 2,927 blocks ==1100== of which reachable via heuristic: ==1100== length64 : 4,688 bytes in 74 blocks ==1100== newarray : 6,312 bytes in 49 blocks ==1100== suppressed: 607,490 bytes in 8,432 blocks ==1100== Reachable blocks (those to which a pointer was found) are not shown. ==1100== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1100== ==1100== For counts of detected and suppressed errors, rerun with: -v ==1100== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==1151== Memcheck, a memory error detector ==1151== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1151== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1151== Command: ./client-test Client::Source::eds_event::LinkedItemsDefault::testLinkedItemsInsertBothUpdateChildNoIDs ==1151== Parent PID: 1100 ==1151== ==1159== Memcheck, a memory error detector ==1159== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1159== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1159== Command: ./client-test Client::Source::eds_event::LinkedItemsDefault::testLinkedItemsChildParent ==1159== Parent PID: 117 ==1159== ==1159== ==1159== HEAP SUMMARY: ==1159== in use at exit: 940,018 bytes in 11,765 blocks ==1159== total heap usage: 364,727 allocs, 352,962 frees, 30,913,953 bytes allocated ==1159== ==1159== LEAK SUMMARY: ==1159== definitely lost: 0 bytes in 0 blocks ==1159== indirectly lost: 0 bytes in 0 blocks ==1159== possibly lost: 528 bytes in 2 blocks ==1159== still reachable: 265,668 bytes in 2,853 blocks ==1159== of which reachable via heuristic: ==1159== length64 : 4,688 bytes in 74 blocks ==1159== newarray : 6,312 bytes in 49 blocks ==1159== suppressed: 604,750 bytes in 8,383 blocks ==1159== Reachable blocks (those to which a pointer was found) are not shown. ==1159== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1159== ==1159== For counts of detected and suppressed errors, rerun with: -v ==1159== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==117== Memcheck, a memory error detector ==117== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==117== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==117== Command: ./client-test Client::Source::eds_contact Client::Source::eds_event Client::Source::eds_task Client::Source::eds_memo ==117== Parent PID: 111 ==117== ==117== ==117== HEAP SUMMARY: ==117== in use at exit: 261,408 bytes in 3,723 blocks ==117== total heap usage: 98,861 allocs, 95,138 frees, 17,500,940 bytes allocated ==117== ==117== LEAK SUMMARY: ==117== definitely lost: 0 bytes in 0 blocks ==117== indirectly lost: 0 bytes in 0 blocks ==117== possibly lost: 96 bytes in 1 blocks ==117== still reachable: 44,695 bytes in 277 blocks ==117== of which reachable via heuristic: ==117== newarray : 5,800 bytes in 17 blocks ==117== suppressed: 216,617 bytes in 3,445 blocks ==117== Reachable blocks (those to which a pointer was found) are not shown. ==117== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==117== ==117== For counts of detected and suppressed errors, rerun with: -v ==117== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 61 from 61) ==1207== Memcheck, a memory error detector ==1207== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1207== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1207== Command: ./client-test Client::Source::eds_event::LinkedItemsDefault::testLinkedItemsChildParent ==1207== Parent PID: 1159 ==1207== ==1227== Memcheck, a memory error detector ==1227== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1227== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1227== Command: ./client-test Client::Source::eds_event::LinkedItemsDefault::testLinkedItemsChildChangesParent ==1227== Parent PID: 117 ==1227== ==1227== ==1227== HEAP SUMMARY: ==1227== in use at exit: 940,138 bytes in 11,769 blocks ==1227== total heap usage: 390,982 allocs, 379,213 frees, 33,130,482 bytes allocated ==1227== ==1227== LEAK SUMMARY: ==1227== definitely lost: 0 bytes in 0 blocks ==1227== indirectly lost: 0 bytes in 0 blocks ==1227== possibly lost: 528 bytes in 2 blocks ==1227== still reachable: 265,668 bytes in 2,853 blocks ==1227== of which reachable via heuristic: ==1227== length64 : 4,688 bytes in 74 blocks ==1227== newarray : 6,312 bytes in 49 blocks ==1227== suppressed: 604,870 bytes in 8,387 blocks ==1227== Reachable blocks (those to which a pointer was found) are not shown. ==1227== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1227== ==1227== For counts of detected and suppressed errors, rerun with: -v ==1227== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==123== Memcheck, a memory error detector ==123== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==123== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==123== Command: ./client-test Client::Source::eds_event::testOpen ==123== Parent PID: 117 ==123== ==123== ==123== HEAP SUMMARY: ==123== in use at exit: 778,509 bytes in 9,175 blocks ==123== total heap usage: 140,552 allocs, 131,377 frees, 14,934,186 bytes allocated ==123== ==123== LEAK SUMMARY: ==123== definitely lost: 0 bytes in 0 blocks ==123== indirectly lost: 0 bytes in 0 blocks ==123== possibly lost: 528 bytes in 2 blocks ==123== still reachable: 115,208 bytes in 477 blocks ==123== of which reachable via heuristic: ==123== length64 : 4,448 bytes in 71 blocks ==123== newarray : 6,296 bytes in 48 blocks ==123== suppressed: 595,317 bytes in 8,187 blocks ==123== Reachable blocks (those to which a pointer was found) are not shown. ==123== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==123== ==123== For counts of detected and suppressed errors, rerun with: -v ==123== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==1270== Memcheck, a memory error detector ==1270== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1270== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1270== Command: ./client-test Client::Source::eds_event::LinkedItemsDefault::testLinkedItemsChildChangesParent ==1270== Parent PID: 1227 ==1270== ==1288== Memcheck, a memory error detector ==1288== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1288== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1288== Command: ./client-test Client::Source::eds_event::LinkedItemsDefault::testLinkedItemsChildChangesParent ==1288== Parent PID: 1227 ==1288== ==1308== Memcheck, a memory error detector ==1308== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1308== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1308== Command: ./client-test Client::Source::eds_event::LinkedItemsDefault::testLinkedItemsRemoveParentFirst ==1308== Parent PID: 117 ==1308== ==1308== ==1308== HEAP SUMMARY: ==1308== in use at exit: 943,565 bytes in 11,823 blocks ==1308== total heap usage: 412,357 allocs, 400,534 frees, 34,379,212 bytes allocated ==1308== ==1308== LEAK SUMMARY: ==1308== definitely lost: 0 bytes in 0 blocks ==1308== indirectly lost: 0 bytes in 0 blocks ==1308== possibly lost: 528 bytes in 2 blocks ==1308== still reachable: 268,454 bytes in 2,897 blocks ==1308== of which reachable via heuristic: ==1308== length64 : 4,688 bytes in 74 blocks ==1308== newarray : 6,312 bytes in 49 blocks ==1308== suppressed: 605,511 bytes in 8,397 blocks ==1308== Reachable blocks (those to which a pointer was found) are not shown. ==1308== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1308== ==1308== For counts of detected and suppressed errors, rerun with: -v ==1308== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==1359== Memcheck, a memory error detector ==1359== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1359== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1359== Command: ./client-test Client::Source::eds_event::LinkedItemsDefault::testLinkedItemsRemoveParentFirst ==1359== Parent PID: 1308 ==1359== ==1377== Memcheck, a memory error detector ==1377== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1377== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1377== Command: ./client-test Client::Source::eds_event::LinkedItemsDefault::testLinkedItemsRemoveParentFirst ==1377== Parent PID: 1308 ==1377== ==1393== Memcheck, a memory error detector ==1393== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1393== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1393== Command: ./client-test Client::Source::eds_event::LinkedItemsDefault::testLinkedItemsRemoveNormal ==1393== Parent PID: 117 ==1393== ==1393== ==1393== HEAP SUMMARY: ==1393== in use at exit: 941,996 bytes in 11,797 blocks ==1393== total heap usage: 432,546 allocs, 420,749 frees, 35,577,453 bytes allocated ==1393== ==1393== LEAK SUMMARY: ==1393== definitely lost: 0 bytes in 0 blocks ==1393== indirectly lost: 0 bytes in 0 blocks ==1393== possibly lost: 528 bytes in 2 blocks ==1393== still reachable: 265,412 bytes in 2,849 blocks ==1393== of which reachable via heuristic: ==1393== length64 : 4,688 bytes in 74 blocks ==1393== newarray : 6,312 bytes in 49 blocks ==1393== suppressed: 606,984 bytes in 8,419 blocks ==1393== Reachable blocks (those to which a pointer was found) are not shown. ==1393== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1393== ==1393== For counts of detected and suppressed errors, rerun with: -v ==1393== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==1444== Memcheck, a memory error detector ==1444== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1444== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1444== Command: ./client-test Client::Source::eds_event::LinkedItemsDefault::testLinkedItemsRemoveNormal ==1444== Parent PID: 1393 ==1444== ==146== Memcheck, a memory error detector ==146== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==146== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==146== Command: ./client-test Client::Source::eds_event::testIterateTwice ==146== Parent PID: 117 ==146== ==146== ==146== HEAP SUMMARY: ==146== in use at exit: 785,481 bytes in 9,297 blocks ==146== total heap usage: 143,805 allocs, 134,508 frees, 15,200,212 bytes allocated ==146== ==146== LEAK SUMMARY: ==146== definitely lost: 0 bytes in 0 blocks ==146== indirectly lost: 0 bytes in 0 blocks ==146== possibly lost: 528 bytes in 2 blocks ==146== still reachable: 110,797 bytes in 379 blocks ==146== of which reachable via heuristic: ==146== length64 : 4,688 bytes in 74 blocks ==146== newarray : 6,312 bytes in 49 blocks ==146== suppressed: 605,084 bytes in 8,389 blocks ==146== Reachable blocks (those to which a pointer was found) are not shown. ==146== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==146== ==146== For counts of detected and suppressed errors, rerun with: -v ==146== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==1462== Memcheck, a memory error detector ==1462== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1462== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1462== Command: ./client-test Client::Source::eds_event::LinkedItemsDefault::testLinkedItemsRemoveNormal ==1462== Parent PID: 1393 ==1462== ==1483== Memcheck, a memory error detector ==1483== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1483== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1483== Command: ./client-test Client::Source::eds_event::LinkedItemsDefault::testLinkedItemsInsertParentTwice ==1483== Parent PID: 117 ==1483== ==1483== ==1483== HEAP SUMMARY: ==1483== in use at exit: 943,637 bytes in 11,825 blocks ==1483== total heap usage: 390,803 allocs, 378,978 frees, 33,128,717 bytes allocated ==1483== ==1483== LEAK SUMMARY: ==1483== definitely lost: 0 bytes in 0 blocks ==1483== indirectly lost: 0 bytes in 0 blocks ==1483== possibly lost: 528 bytes in 2 blocks ==1483== still reachable: 268,574 bytes in 2,900 blocks ==1483== of which reachable via heuristic: ==1483== length64 : 4,688 bytes in 74 blocks ==1483== newarray : 6,312 bytes in 49 blocks ==1483== suppressed: 605,463 bytes in 8,396 blocks ==1483== Reachable blocks (those to which a pointer was found) are not shown. ==1483== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1483== ==1483== For counts of detected and suppressed errors, rerun with: -v ==1483== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==1526== Memcheck, a memory error detector ==1526== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1526== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1526== Command: ./client-test Client::Source::eds_event::LinkedItemsDefault::testLinkedItemsInsertParentTwice ==1526== Parent PID: 1483 ==1526== ==1548== Memcheck, a memory error detector ==1548== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1548== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1548== Command: ./client-test Client::Source::eds_event::LinkedItemsDefault::testLinkedItemsInsertParentTwice ==1548== Parent PID: 1483 ==1548== ==1564== Memcheck, a memory error detector ==1564== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1564== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1564== Command: ./client-test Client::Source::eds_event::LinkedItemsDefault::testLinkedItemsInsertChildTwice ==1564== Parent PID: 117 ==1564== ==1564== ==1564== HEAP SUMMARY: ==1564== in use at exit: 941,916 bytes in 11,795 blocks ==1564== total heap usage: 390,903 allocs, 379,108 frees, 33,095,109 bytes allocated ==1564== ==1564== LEAK SUMMARY: ==1564== definitely lost: 0 bytes in 0 blocks ==1564== indirectly lost: 0 bytes in 0 blocks ==1564== possibly lost: 528 bytes in 2 blocks ==1564== still reachable: 265,572 bytes in 2,852 blocks ==1564== of which reachable via heuristic: ==1564== length64 : 4,688 bytes in 74 blocks ==1564== newarray : 6,312 bytes in 49 blocks ==1564== suppressed: 606,744 bytes in 8,414 blocks ==1564== Reachable blocks (those to which a pointer was found) are not shown. ==1564== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1564== ==1564== For counts of detected and suppressed errors, rerun with: -v ==1564== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==1607== Memcheck, a memory error detector ==1607== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1607== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1607== Command: ./client-test Client::Source::eds_event::LinkedItemsDefault::testLinkedItemsInsertChildTwice ==1607== Parent PID: 1564 ==1607== ==1629== Memcheck, a memory error detector ==1629== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1629== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1629== Command: ./client-test Client::Source::eds_event::LinkedItemsDefault::testLinkedItemsInsertChildTwice ==1629== Parent PID: 1564 ==1629== ==1645== Memcheck, a memory error detector ==1645== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1645== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1645== Command: ./client-test Client::Source::eds_event::LinkedItemsDefault::testLinkedItemsParentUpdate ==1645== Parent PID: 117 ==1645== ==1645== ==1645== HEAP SUMMARY: ==1645== in use at exit: 943,680 bytes in 11,825 blocks ==1645== total heap usage: 364,699 allocs, 352,874 frees, 30,947,649 bytes allocated ==1645== ==1645== LEAK SUMMARY: ==1645== definitely lost: 0 bytes in 0 blocks ==1645== indirectly lost: 0 bytes in 0 blocks ==1645== possibly lost: 528 bytes in 2 blocks ==1645== still reachable: 266,960 bytes in 2,875 blocks ==1645== of which reachable via heuristic: ==1645== length64 : 4,688 bytes in 74 blocks ==1645== newarray : 6,312 bytes in 49 blocks ==1645== suppressed: 607,120 bytes in 8,421 blocks ==1645== Reachable blocks (those to which a pointer was found) are not shown. ==1645== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1645== ==1645== For counts of detected and suppressed errors, rerun with: -v ==1645== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==167== Memcheck, a memory error detector ==167== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==167== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==167== Command: ./client-test Client::Source::eds_event::testDelete404 ==167== Parent PID: 117 ==167== ==167== ==167== HEAP SUMMARY: ==167== in use at exit: 783,855 bytes in 9,270 blocks ==167== total heap usage: 144,358 allocs, 135,088 frees, 15,221,949 bytes allocated ==167== ==167== LEAK SUMMARY: ==167== definitely lost: 0 bytes in 0 blocks ==167== indirectly lost: 0 bytes in 0 blocks ==167== possibly lost: 528 bytes in 2 blocks ==167== still reachable: 109,347 bytes in 355 blocks ==167== of which reachable via heuristic: ==167== length64 : 4,688 bytes in 74 blocks ==167== newarray : 6,312 bytes in 49 blocks ==167== suppressed: 604,908 bytes in 8,386 blocks ==167== Reachable blocks (those to which a pointer was found) are not shown. ==167== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==167== ==167== For counts of detected and suppressed errors, rerun with: -v ==167== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==1689== Memcheck, a memory error detector ==1689== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1689== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1689== Command: ./client-test Client::Source::eds_event::LinkedItemsDefault::testLinkedItemsParentUpdate ==1689== Parent PID: 1645 ==1689== ==1707== Memcheck, a memory error detector ==1707== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1707== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1707== Command: ./client-test Client::Source::eds_event::LinkedItemsDefault::testLinkedItemsParentUpdate ==1707== Parent PID: 1645 ==1707== ==1723== Memcheck, a memory error detector ==1723== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1723== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1723== Command: ./client-test Client::Source::eds_event::LinkedItemsDefault::testLinkedItemsUpdateChild ==1723== Parent PID: 117 ==1723== ==1723== ==1723== HEAP SUMMARY: ==1723== in use at exit: 940,971 bytes in 11,794 blocks ==1723== total heap usage: 365,203 allocs, 353,409 frees, 30,930,895 bytes allocated ==1723== ==1723== LEAK SUMMARY: ==1723== definitely lost: 0 bytes in 0 blocks ==1723== indirectly lost: 0 bytes in 0 blocks ==1723== possibly lost: 528 bytes in 2 blocks ==1723== still reachable: 263,989 bytes in 2,828 blocks ==1723== of which reachable via heuristic: ==1723== length64 : 4,688 bytes in 74 blocks ==1723== newarray : 6,312 bytes in 49 blocks ==1723== suppressed: 607,382 bytes in 8,437 blocks ==1723== Reachable blocks (those to which a pointer was found) are not shown. ==1723== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1723== ==1723== For counts of detected and suppressed errors, rerun with: -v ==1723== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==1766== Memcheck, a memory error detector ==1766== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1766== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1766== Command: ./client-test Client::Source::eds_event::LinkedItemsDefault::testLinkedItemsUpdateChild ==1766== Parent PID: 1723 ==1766== ==1784== Memcheck, a memory error detector ==1784== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1784== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1784== Command: ./client-test Client::Source::eds_event::LinkedItemsDefault::testLinkedItemsUpdateChild ==1784== Parent PID: 1723 ==1784== ==1800== Memcheck, a memory error detector ==1800== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1800== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1800== Command: ./client-test Client::Source::eds_event::LinkedItemsDefault::testLinkedItemsUpdateChildNoIDs ==1800== Parent PID: 117 ==1800== ==1800== ==1800== HEAP SUMMARY: ==1800== in use at exit: 941,972 bytes in 11,797 blocks ==1800== total heap usage: 271,788 allocs, 259,991 frees, 24,714,241 bytes allocated ==1800== ==1800== LEAK SUMMARY: ==1800== definitely lost: 0 bytes in 0 blocks ==1800== indirectly lost: 0 bytes in 0 blocks ==1800== possibly lost: 528 bytes in 2 blocks ==1800== still reachable: 265,508 bytes in 2,851 blocks ==1800== of which reachable via heuristic: ==1800== length64 : 4,688 bytes in 74 blocks ==1800== newarray : 6,312 bytes in 49 blocks ==1800== suppressed: 606,864 bytes in 8,417 blocks ==1800== Reachable blocks (those to which a pointer was found) are not shown. ==1800== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1800== ==1800== For counts of detected and suppressed errors, rerun with: -v ==1800== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==1843== Memcheck, a memory error detector ==1843== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1843== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1843== Command: ./client-test Client::Source::eds_event::LinkedItemsDefault::testLinkedItemsUpdateChildNoIDs ==1843== Parent PID: 1800 ==1843== ==1852== Memcheck, a memory error detector ==1852== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1852== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1852== Command: ./client-test Client::Source::eds_event::LinkedItemsDefault::testLinkedItemsInsertBothUpdateChild ==1852== Parent PID: 117 ==1852== ==1852== ==1852== HEAP SUMMARY: ==1852== in use at exit: 940,257 bytes in 11,769 blocks ==1852== total heap usage: 445,074 allocs, 433,305 frees, 37,602,217 bytes allocated ==1852== ==1852== LEAK SUMMARY: ==1852== definitely lost: 0 bytes in 0 blocks ==1852== indirectly lost: 0 bytes in 0 blocks ==1852== possibly lost: 528 bytes in 2 blocks ==1852== still reachable: 264,137 bytes in 2,829 blocks ==1852== of which reachable via heuristic: ==1852== length64 : 4,688 bytes in 74 blocks ==1852== newarray : 6,312 bytes in 49 blocks ==1852== suppressed: 606,520 bytes in 8,411 blocks ==1852== Reachable blocks (those to which a pointer was found) are not shown. ==1852== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1852== ==1852== For counts of detected and suppressed errors, rerun with: -v ==1852== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==187== Memcheck, a memory error detector ==187== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==187== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==187== Command: ./client-test Client::Source::eds_event::testReadItem404 ==187== Parent PID: 117 ==187== ==187== ==187== HEAP SUMMARY: ==187== in use at exit: 783,120 bytes in 9,255 blocks ==187== total heap usage: 144,877 allocs, 135,622 frees, 15,239,325 bytes allocated ==187== ==187== LEAK SUMMARY: ==187== definitely lost: 0 bytes in 0 blocks ==187== indirectly lost: 0 bytes in 0 blocks ==187== possibly lost: 528 bytes in 2 blocks ==187== still reachable: 107,773 bytes in 332 blocks ==187== of which reachable via heuristic: ==187== length64 : 4,688 bytes in 74 blocks ==187== newarray : 6,312 bytes in 49 blocks ==187== suppressed: 605,579 bytes in 8,392 blocks ==187== Reachable blocks (those to which a pointer was found) are not shown. ==187== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==187== ==187== For counts of detected and suppressed errors, rerun with: -v ==187== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==1904== Memcheck, a memory error detector ==1904== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1904== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1904== Command: ./client-test Client::Source::eds_event::LinkedItemsDefault::testLinkedItemsInsertBothUpdateChild ==1904== Parent PID: 1852 ==1904== ==1922== Memcheck, a memory error detector ==1922== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1922== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1922== Command: ./client-test Client::Source::eds_event::LinkedItemsDefault::testLinkedItemsInsertBothUpdateChild ==1922== Parent PID: 1852 ==1922== ==1942== Memcheck, a memory error detector ==1942== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1942== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1942== Command: ./client-test Client::Source::eds_event::LinkedItemsDefault::testLinkedItemsInsertBothUpdateParent ==1942== Parent PID: 117 ==1942== ==1942== ==1942== HEAP SUMMARY: ==1942== in use at exit: 945,398 bytes in 11,851 blocks ==1942== total heap usage: 444,890 allocs, 433,039 frees, 37,621,523 bytes allocated ==1942== ==1942== LEAK SUMMARY: ==1942== definitely lost: 0 bytes in 0 blocks ==1942== indirectly lost: 0 bytes in 0 blocks ==1942== possibly lost: 528 bytes in 2 blocks ==1942== still reachable: 268,542 bytes in 2,900 blocks ==1942== of which reachable via heuristic: ==1942== length64 : 4,688 bytes in 74 blocks ==1942== newarray : 6,312 bytes in 49 blocks ==1942== suppressed: 607,256 bytes in 8,422 blocks ==1942== Reachable blocks (those to which a pointer was found) are not shown. ==1942== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1942== ==1942== For counts of detected and suppressed errors, rerun with: -v ==1942== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==1993== Memcheck, a memory error detector ==1993== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1993== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1993== Command: ./client-test Client::Source::eds_event::LinkedItemsDefault::testLinkedItemsInsertBothUpdateParent ==1993== Parent PID: 1942 ==1993== ==2011== Memcheck, a memory error detector ==2011== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2011== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2011== Command: ./client-test Client::Source::eds_event::LinkedItemsDefault::testLinkedItemsInsertBothUpdateParent ==2011== Parent PID: 1942 ==2011== ==2031== Memcheck, a memory error detector ==2031== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2031== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2031== Command: ./client-test Client::Source::eds_event::LinkedItemsDefault::testLinkedItemsSingle404 ==2031== Parent PID: 117 ==2031== ==2031== ==2031== HEAP SUMMARY: ==2031== in use at exit: 943,624 bytes in 11,823 blocks ==2031== total heap usage: 236,956 allocs, 225,133 frees, 21,388,834 bytes allocated ==2031== ==2031== LEAK SUMMARY: ==2031== definitely lost: 0 bytes in 0 blocks ==2031== indirectly lost: 0 bytes in 0 blocks ==2031== possibly lost: 528 bytes in 2 blocks ==2031== still reachable: 266,928 bytes in 2,874 blocks ==2031== of which reachable via heuristic: ==2031== length64 : 4,688 bytes in 74 blocks ==2031== newarray : 6,312 bytes in 49 blocks ==2031== suppressed: 607,096 bytes in 8,420 blocks ==2031== Reachable blocks (those to which a pointer was found) are not shown. ==2031== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==2031== ==2031== For counts of detected and suppressed errors, rerun with: -v ==2031== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==2068== Memcheck, a memory error detector ==2068== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2068== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2068== Command: ./client-test Client::Source::eds_event::LinkedItemsDefault::testLinkedItemsMany404 ==2068== Parent PID: 117 ==2068== ==2068== ==2068== HEAP SUMMARY: ==2068== in use at exit: 943,597 bytes in 11,823 blocks ==2068== total heap usage: 286,629 allocs, 274,806 frees, 24,996,524 bytes allocated ==2068== ==2068== LEAK SUMMARY: ==2068== definitely lost: 0 bytes in 0 blocks ==2068== indirectly lost: 0 bytes in 0 blocks ==2068== possibly lost: 528 bytes in 2 blocks ==2068== still reachable: 268,574 bytes in 2,900 blocks ==2068== of which reachable via heuristic: ==2068== length64 : 4,688 bytes in 74 blocks ==2068== newarray : 6,312 bytes in 49 blocks ==2068== suppressed: 605,423 bytes in 8,394 blocks ==2068== Reachable blocks (those to which a pointer was found) are not shown. ==2068== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==2068== ==2068== For counts of detected and suppressed errors, rerun with: -v ==2068== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==207== Memcheck, a memory error detector ==207== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==207== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==207== Command: ./client-test Client::Source::eds_event::testSimpleInsert ==207== Parent PID: 117 ==207== ==207== ==207== HEAP SUMMARY: ==207== in use at exit: 782,597 bytes in 9,257 blocks ==207== total heap usage: 166,381 allocs, 157,124 frees, 16,554,321 bytes allocated ==207== ==207== LEAK SUMMARY: ==207== definitely lost: 0 bytes in 0 blocks ==207== indirectly lost: 0 bytes in 0 blocks ==207== possibly lost: 528 bytes in 2 blocks ==207== still reachable: 108,253 bytes in 334 blocks ==207== of which reachable via heuristic: ==207== length64 : 4,688 bytes in 74 blocks ==207== newarray : 6,312 bytes in 49 blocks ==207== suppressed: 604,744 bytes in 8,394 blocks ==207== Reachable blocks (those to which a pointer was found) are not shown. ==207== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==207== ==207== For counts of detected and suppressed errors, rerun with: -v ==207== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==2113== Memcheck, a memory error detector ==2113== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2113== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2113== Command: ./client-test Client::Source::eds_event::LinkedItemsWithVALARM::testLinkedItemsParent ==2113== Parent PID: 117 ==2113== ==2113== ==2113== HEAP SUMMARY: ==2113== in use at exit: 946,653 bytes in 11,878 blocks ==2113== total heap usage: 332,144 allocs, 320,266 frees, 27,716,005 bytes allocated ==2113== ==2113== LEAK SUMMARY: ==2113== definitely lost: 0 bytes in 0 blocks ==2113== indirectly lost: 0 bytes in 0 blocks ==2113== possibly lost: 528 bytes in 2 blocks ==2113== still reachable: 269,505 bytes in 2,921 blocks ==2113== of which reachable via heuristic: ==2113== length64 : 4,688 bytes in 74 blocks ==2113== newarray : 6,312 bytes in 49 blocks ==2113== suppressed: 607,548 bytes in 8,428 blocks ==2113== Reachable blocks (those to which a pointer was found) are not shown. ==2113== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==2113== ==2113== For counts of detected and suppressed errors, rerun with: -v ==2113== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==2156== Memcheck, a memory error detector ==2156== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2156== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2156== Command: ./client-test Client::Source::eds_event::LinkedItemsWithVALARM::testLinkedItemsParent ==2156== Parent PID: 2113 ==2156== ==2176== Memcheck, a memory error detector ==2176== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2176== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2176== Command: ./client-test Client::Source::eds_event::LinkedItemsWithVALARM::testLinkedItemsChild ==2176== Parent PID: 117 ==2176== ==2176== ==2176== HEAP SUMMARY: ==2176== in use at exit: 935,434 bytes in 11,686 blocks ==2176== total heap usage: 329,991 allocs, 318,305 frees, 27,550,703 bytes allocated ==2176== ==2176== LEAK SUMMARY: ==2176== definitely lost: 0 bytes in 0 blocks ==2176== indirectly lost: 0 bytes in 0 blocks ==2176== possibly lost: 528 bytes in 2 blocks ==2176== still reachable: 263,301 bytes in 2,822 blocks ==2176== of which reachable via heuristic: ==2176== length64 : 4,688 bytes in 74 blocks ==2176== newarray : 6,312 bytes in 49 blocks ==2176== suppressed: 602,533 bytes in 8,335 blocks ==2176== Reachable blocks (those to which a pointer was found) are not shown. ==2176== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==2176== ==2176== For counts of detected and suppressed errors, rerun with: -v ==2176== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==2220== Memcheck, a memory error detector ==2220== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2220== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2220== Command: ./client-test Client::Source::eds_event::LinkedItemsWithVALARM::testLinkedItemsChild ==2220== Parent PID: 2176 ==2220== ==2240== Memcheck, a memory error detector ==2240== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2240== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2240== Command: ./client-test Client::Source::eds_event::LinkedItemsWithVALARM::testLinkedItemsParentChild ==2240== Parent PID: 117 ==2240== ==2240== ==2240== HEAP SUMMARY: ==2240== in use at exit: 943,684 bytes in 11,826 blocks ==2240== total heap usage: 382,665 allocs, 370,839 frees, 31,993,419 bytes allocated ==2240== ==2240== LEAK SUMMARY: ==2240== definitely lost: 0 bytes in 0 blocks ==2240== indirectly lost: 0 bytes in 0 blocks ==2240== possibly lost: 528 bytes in 2 blocks ==2240== still reachable: 266,960 bytes in 2,875 blocks ==2240== of which reachable via heuristic: ==2240== length64 : 4,688 bytes in 74 blocks ==2240== newarray : 6,312 bytes in 49 blocks ==2240== suppressed: 607,124 bytes in 8,422 blocks ==2240== Reachable blocks (those to which a pointer was found) are not shown. ==2240== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==2240== ==2240== For counts of detected and suppressed errors, rerun with: -v ==2240== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==2292== Memcheck, a memory error detector ==2292== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2292== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2292== Command: ./client-test Client::Source::eds_event::LinkedItemsWithVALARM::testLinkedItemsParentChild ==2292== Parent PID: 2240 ==2292== ==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::Source::eds_event::LinkedItemsWithVALARM::testLinkedItemsInsertBothUpdateChildNoIDs ==2312== Parent PID: 117 ==2312== ==2312== ==2312== HEAP SUMMARY: ==2312== in use at exit: 941,736 bytes in 11,795 blocks ==2312== total heap usage: 324,400 allocs, 312,605 frees, 29,143,625 bytes allocated ==2312== ==2312== LEAK SUMMARY: ==2312== definitely lost: 0 bytes in 0 blocks ==2312== indirectly lost: 0 bytes in 0 blocks ==2312== possibly lost: 528 bytes in 2 blocks ==2312== still reachable: 265,500 bytes in 2,851 blocks ==2312== of which reachable via heuristic: ==2312== length64 : 4,688 bytes in 74 blocks ==2312== newarray : 6,312 bytes in 49 blocks ==2312== suppressed: 606,636 bytes in 8,415 blocks ==2312== Reachable blocks (those to which a pointer was found) are not shown. ==2312== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==2312== ==2312== For counts of detected and suppressed errors, rerun with: -v ==2312== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==232== Memcheck, a memory error detector ==232== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==232== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==232== Command: ./client-test Client::Source::eds_event::testLocalDeleteAll ==232== Parent PID: 117 ==232== ==232== ==232== HEAP SUMMARY: ==232== in use at exit: 783,998 bytes in 9,272 blocks ==232== total heap usage: 210,657 allocs, 201,385 frees, 19,189,570 bytes allocated ==232== ==232== LEAK SUMMARY: ==232== definitely lost: 0 bytes in 0 blocks ==232== indirectly lost: 0 bytes in 0 blocks ==232== possibly lost: 528 bytes in 2 blocks ==232== still reachable: 107,857 bytes in 332 blocks ==232== of which reachable via heuristic: ==232== length64 : 4,688 bytes in 74 blocks ==232== newarray : 6,312 bytes in 49 blocks ==232== suppressed: 606,541 bytes in 8,411 blocks ==232== Reachable blocks (those to which a pointer was found) are not shown. ==232== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==232== ==232== For counts of detected and suppressed errors, rerun with: -v ==232== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==2363== Memcheck, a memory error detector ==2363== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2363== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2363== Command: ./client-test Client::Source::eds_event::LinkedItemsWithVALARM::testLinkedItemsInsertBothUpdateChildNoIDs ==2363== Parent PID: 2312 ==2363== ==2371== Memcheck, a memory error detector ==2371== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2371== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2371== Command: ./client-test Client::Source::eds_event::LinkedItemsWithVALARM::testLinkedItemsChildParent ==2371== Parent PID: 117 ==2371== ==2371== ==2371== HEAP SUMMARY: ==2371== in use at exit: 943,636 bytes in 11,824 blocks ==2371== total heap usage: 365,978 allocs, 354,154 frees, 31,025,321 bytes allocated ==2371== ==2371== LEAK SUMMARY: ==2371== definitely lost: 0 bytes in 0 blocks ==2371== indirectly lost: 0 bytes in 0 blocks ==2371== possibly lost: 528 bytes in 2 blocks ==2371== still reachable: 267,024 bytes in 2,876 blocks ==2371== of which reachable via heuristic: ==2371== length64 : 4,688 bytes in 74 blocks ==2371== newarray : 6,312 bytes in 49 blocks ==2371== suppressed: 607,012 bytes in 8,419 blocks ==2371== Reachable blocks (those to which a pointer was found) are not shown. ==2371== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==2371== ==2371== For counts of detected and suppressed errors, rerun with: -v ==2371== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==2418== Memcheck, a memory error detector ==2418== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2418== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2418== Command: ./client-test Client::Source::eds_event::LinkedItemsWithVALARM::testLinkedItemsChildParent ==2418== Parent PID: 2371 ==2418== ==2438== Memcheck, a memory error detector ==2438== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2438== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2438== Command: ./client-test Client::Source::eds_event::LinkedItemsWithVALARM::testLinkedItemsChildChangesParent ==2438== Parent PID: 117 ==2438== ==2438== ==2438== HEAP SUMMARY: ==2438== in use at exit: 940,095 bytes in 11,768 blocks ==2438== total heap usage: 392,481 allocs, 380,713 frees, 33,251,708 bytes allocated ==2438== ==2438== LEAK SUMMARY: ==2438== definitely lost: 0 bytes in 0 blocks ==2438== indirectly lost: 0 bytes in 0 blocks ==2438== possibly lost: 528 bytes in 2 blocks ==2438== still reachable: 265,668 bytes in 2,853 blocks ==2438== of which reachable via heuristic: ==2438== length64 : 4,688 bytes in 74 blocks ==2438== newarray : 6,312 bytes in 49 blocks ==2438== suppressed: 604,827 bytes in 8,386 blocks ==2438== Reachable blocks (those to which a pointer was found) are not shown. ==2438== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==2438== ==2438== For counts of detected and suppressed errors, rerun with: -v ==2438== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==2482== Memcheck, a memory error detector ==2482== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2482== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2482== Command: ./client-test Client::Source::eds_event::LinkedItemsWithVALARM::testLinkedItemsChildChangesParent ==2482== Parent PID: 2438 ==2482== ==2500== Memcheck, a memory error detector ==2500== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2500== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2500== Command: ./client-test Client::Source::eds_event::LinkedItemsWithVALARM::testLinkedItemsChildChangesParent ==2500== Parent PID: 2438 ==2500== ==2521== Memcheck, a memory error detector ==2521== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2521== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2521== Command: ./client-test Client::Source::eds_event::LinkedItemsWithVALARM::testLinkedItemsRemoveParentFirst ==2521== Parent PID: 117 ==2521== ==2521== ==2521== HEAP SUMMARY: ==2521== in use at exit: 938,436 bytes in 11,742 blocks ==2521== total heap usage: 413,639 allocs, 401,897 frees, 34,492,926 bytes allocated ==2521== ==2521== LEAK SUMMARY: ==2521== definitely lost: 0 bytes in 0 blocks ==2521== indirectly lost: 0 bytes in 0 blocks ==2521== possibly lost: 528 bytes in 2 blocks ==2521== still reachable: 264,073 bytes in 2,827 blocks ==2521== of which reachable via heuristic: ==2521== length64 : 4,688 bytes in 74 blocks ==2521== newarray : 6,312 bytes in 49 blocks ==2521== suppressed: 604,763 bytes in 8,386 blocks ==2521== Reachable blocks (those to which a pointer was found) are not shown. ==2521== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==2521== ==2521== For counts of detected and suppressed errors, rerun with: -v ==2521== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==2572== Memcheck, a memory error detector ==2572== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2572== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2572== Command: ./client-test Client::Source::eds_event::LinkedItemsWithVALARM::testLinkedItemsRemoveParentFirst ==2572== Parent PID: 2521 ==2572== ==2590== Memcheck, a memory error detector ==2590== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2590== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2590== Command: ./client-test Client::Source::eds_event::LinkedItemsWithVALARM::testLinkedItemsRemoveParentFirst ==2590== Parent PID: 2521 ==2590== ==2606== Memcheck, a memory error detector ==2606== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2606== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2606== Command: ./client-test Client::Source::eds_event::LinkedItemsWithVALARM::testLinkedItemsRemoveNormal ==2606== Parent PID: 117 ==2606== ==2606== ==2606== HEAP SUMMARY: ==2606== in use at exit: 941,875 bytes in 11,798 blocks ==2606== total heap usage: 433,770 allocs, 421,972 frees, 35,686,020 bytes allocated ==2606== ==2606== LEAK SUMMARY: ==2606== definitely lost: 0 bytes in 0 blocks ==2606== indirectly lost: 0 bytes in 0 blocks ==2606== possibly lost: 528 bytes in 2 blocks ==2606== still reachable: 267,120 bytes in 2,877 blocks ==2606== of which reachable via heuristic: ==2606== length64 : 4,688 bytes in 74 blocks ==2606== newarray : 6,312 bytes in 49 blocks ==2606== suppressed: 605,155 bytes in 8,392 blocks ==2606== Reachable blocks (those to which a pointer was found) are not shown. ==2606== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==2606== ==2606== For counts of detected and suppressed errors, rerun with: -v ==2606== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==2658== Memcheck, a memory error detector ==2658== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2658== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2658== Command: ./client-test Client::Source::eds_event::LinkedItemsWithVALARM::testLinkedItemsRemoveNormal ==2658== Parent PID: 2606 ==2658== ==266== Memcheck, a memory error detector ==266== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==266== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==266== Command: ./client-test Client::Source::eds_event::testComplexInsert ==266== Parent PID: 117 ==266== ==266== ==266== HEAP SUMMARY: ==266== in use at exit: 789,134 bytes in 9,354 blocks ==266== total heap usage: 228,997 allocs, 219,643 frees, 20,270,653 bytes allocated ==266== ==266== LEAK SUMMARY: ==266== definitely lost: 0 bytes in 0 blocks ==266== indirectly lost: 0 bytes in 0 blocks ==266== possibly lost: 528 bytes in 2 blocks ==266== still reachable: 112,233 bytes in 402 blocks ==266== of which reachable via heuristic: ==266== length64 : 4,688 bytes in 74 blocks ==266== newarray : 6,312 bytes in 49 blocks ==266== suppressed: 607,301 bytes in 8,423 blocks ==266== Reachable blocks (those to which a pointer was found) are not shown. ==266== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==266== ==266== For counts of detected and suppressed errors, rerun with: -v ==266== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==2676== Memcheck, a memory error detector ==2676== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2676== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2676== Command: ./client-test Client::Source::eds_event::LinkedItemsWithVALARM::testLinkedItemsRemoveNormal ==2676== Parent PID: 2606 ==2676== ==2696== Memcheck, a memory error detector ==2696== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2696== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2696== Command: ./client-test Client::Source::eds_event::LinkedItemsWithVALARM::testLinkedItemsInsertParentTwice ==2696== Parent PID: 117 ==2696== ==2696== ==2696== HEAP SUMMARY: ==2696== in use at exit: 940,221 bytes in 11,768 blocks ==2696== total heap usage: 391,852 allocs, 380,084 frees, 33,217,908 bytes allocated ==2696== ==2696== LEAK SUMMARY: ==2696== definitely lost: 0 bytes in 0 blocks ==2696== indirectly lost: 0 bytes in 0 blocks ==2696== possibly lost: 528 bytes in 2 blocks ==2696== still reachable: 263,977 bytes in 2,826 blocks ==2696== of which reachable via heuristic: ==2696== length64 : 4,688 bytes in 74 blocks ==2696== newarray : 6,312 bytes in 49 blocks ==2696== suppressed: 606,644 bytes in 8,413 blocks ==2696== Reachable blocks (those to which a pointer was found) are not shown. ==2696== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==2696== ==2696== For counts of detected and suppressed errors, rerun with: -v ==2696== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==2739== Memcheck, a memory error detector ==2739== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2739== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2739== Command: ./client-test Client::Source::eds_event::LinkedItemsWithVALARM::testLinkedItemsInsertParentTwice ==2739== Parent PID: 2696 ==2739== ==2761== Memcheck, a memory error detector ==2761== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2761== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2761== Command: ./client-test Client::Source::eds_event::LinkedItemsWithVALARM::testLinkedItemsInsertParentTwice ==2761== Parent PID: 2696 ==2761== ==2778== Memcheck, a memory error detector ==2778== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2778== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2778== Command: ./client-test Client::Source::eds_event::LinkedItemsWithVALARM::testLinkedItemsInsertChildTwice ==2778== Parent PID: 117 ==2778== ==2778== ==2778== HEAP SUMMARY: ==2778== in use at exit: 941,920 bytes in 11,796 blocks ==2778== total heap usage: 391,856 allocs, 380,060 frees, 33,178,581 bytes allocated ==2778== ==2778== LEAK SUMMARY: ==2778== definitely lost: 0 bytes in 0 blocks ==2778== indirectly lost: 0 bytes in 0 blocks ==2778== possibly lost: 528 bytes in 2 blocks ==2778== still reachable: 265,508 bytes in 2,851 blocks ==2778== of which reachable via heuristic: ==2778== length64 : 4,688 bytes in 74 blocks ==2778== newarray : 6,312 bytes in 49 blocks ==2778== suppressed: 606,812 bytes in 8,416 blocks ==2778== Reachable blocks (those to which a pointer was found) are not shown. ==2778== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==2778== ==2778== For counts of detected and suppressed errors, rerun with: -v ==2778== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==2821== Memcheck, a memory error detector ==2821== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2821== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2821== Command: ./client-test Client::Source::eds_event::LinkedItemsWithVALARM::testLinkedItemsInsertChildTwice ==2821== Parent PID: 2778 ==2821== ==2843== Memcheck, a memory error detector ==2843== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2843== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2843== Command: ./client-test Client::Source::eds_event::LinkedItemsWithVALARM::testLinkedItemsInsertChildTwice ==2843== Parent PID: 2778 ==2843== ==2859== Memcheck, a memory error detector ==2859== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2859== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2859== Command: ./client-test Client::Source::eds_event::LinkedItemsWithVALARM::testLinkedItemsParentUpdate ==2859== Parent PID: 117 ==2859== ==2859== ==2859== HEAP SUMMARY: ==2859== in use at exit: 940,087 bytes in 11,768 blocks ==2859== total heap usage: 365,740 allocs, 353,972 frees, 31,033,872 bytes allocated ==2859== ==2859== LEAK SUMMARY: ==2859== definitely lost: 0 bytes in 0 blocks ==2859== indirectly lost: 0 bytes in 0 blocks ==2859== possibly lost: 528 bytes in 2 blocks ==2859== still reachable: 265,668 bytes in 2,853 blocks ==2859== of which reachable via heuristic: ==2859== length64 : 4,688 bytes in 74 blocks ==2859== newarray : 6,312 bytes in 49 blocks ==2859== suppressed: 604,819 bytes in 8,386 blocks ==2859== Reachable blocks (those to which a pointer was found) are not shown. ==2859== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==2859== ==2859== For counts of detected and suppressed errors, rerun with: -v ==2859== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==2902== Memcheck, a memory error detector ==2902== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2902== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2902== Command: ./client-test Client::Source::eds_event::LinkedItemsWithVALARM::testLinkedItemsParentUpdate ==2902== Parent PID: 2859 ==2902== ==2920== Memcheck, a memory error detector ==2920== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2920== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2920== Command: ./client-test Client::Source::eds_event::LinkedItemsWithVALARM::testLinkedItemsParentUpdate ==2920== Parent PID: 2859 ==2920== ==2936== Memcheck, a memory error detector ==2936== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2936== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2936== Command: ./client-test Client::Source::eds_event::LinkedItemsWithVALARM::testLinkedItemsUpdateChild ==2936== Parent PID: 117 ==2936== ==2936== ==2936== HEAP SUMMARY: ==2936== in use at exit: 940,031 bytes in 11,766 blocks ==2936== total heap usage: 365,365 allocs, 353,599 frees, 30,983,217 bytes allocated ==2936== ==2936== LEAK SUMMARY: ==2936== definitely lost: 0 bytes in 0 blocks ==2936== indirectly lost: 0 bytes in 0 blocks ==2936== possibly lost: 528 bytes in 2 blocks ==2936== still reachable: 265,604 bytes in 2,852 blocks ==2936== of which reachable via heuristic: ==2936== length64 : 4,688 bytes in 74 blocks ==2936== newarray : 6,312 bytes in 49 blocks ==2936== suppressed: 604,827 bytes in 8,385 blocks ==2936== Reachable blocks (those to which a pointer was found) are not shown. ==2936== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==2936== ==2936== For counts of detected and suppressed errors, rerun with: -v ==2936== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==2979== Memcheck, a memory error detector ==2979== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2979== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2979== Command: ./client-test Client::Source::eds_event::LinkedItemsWithVALARM::testLinkedItemsUpdateChild ==2979== Parent PID: 2936 ==2979== ==2997== Memcheck, a memory error detector ==2997== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2997== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2997== Command: ./client-test Client::Source::eds_event::LinkedItemsWithVALARM::testLinkedItemsUpdateChild ==2997== Parent PID: 2936 ==2997== ==3013== Memcheck, a memory error detector ==3013== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3013== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3013== Command: ./client-test Client::Source::eds_event::LinkedItemsWithVALARM::testLinkedItemsUpdateChildNoIDs ==3013== Parent PID: 117 ==3013== ==3013== ==3013== HEAP SUMMARY: ==3013== in use at exit: 941,920 bytes in 11,796 blocks ==3013== total heap usage: 272,462 allocs, 260,666 frees, 24,771,688 bytes allocated ==3013== ==3013== LEAK SUMMARY: ==3013== definitely lost: 0 bytes in 0 blocks ==3013== indirectly lost: 0 bytes in 0 blocks ==3013== possibly lost: 528 bytes in 2 blocks ==3013== still reachable: 265,508 bytes in 2,851 blocks ==3013== of which reachable via heuristic: ==3013== length64 : 4,688 bytes in 74 blocks ==3013== newarray : 6,312 bytes in 49 blocks ==3013== suppressed: 606,812 bytes in 8,416 blocks ==3013== Reachable blocks (those to which a pointer was found) are not shown. ==3013== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3013== ==3013== For counts of detected and suppressed errors, rerun with: -v ==3013== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==304== Memcheck, a memory error detector ==304== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==304== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==304== Command: ./client-test Client::Source::eds_event::testInsertTwice ==304== Parent PID: 117 ==304== ==304== ==304== HEAP SUMMARY: ==304== in use at exit: 781,639 bytes in 9,232 blocks ==304== total heap usage: 189,059 allocs, 179,827 frees, 17,920,795 bytes allocated ==304== ==304== LEAK SUMMARY: ==304== definitely lost: 0 bytes in 0 blocks ==304== indirectly lost: 0 bytes in 0 blocks ==304== possibly lost: 528 bytes in 2 blocks ==304== still reachable: 107,293 bytes in 331 blocks ==304== of which reachable via heuristic: ==304== length64 : 4,688 bytes in 74 blocks ==304== newarray : 6,312 bytes in 49 blocks ==304== suppressed: 604,578 bytes in 8,370 blocks ==304== Reachable blocks (those to which a pointer was found) are not shown. ==304== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==304== ==304== For counts of detected and suppressed errors, rerun with: -v ==304== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==3056== Memcheck, a memory error detector ==3056== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3056== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3056== Command: ./client-test Client::Source::eds_event::LinkedItemsWithVALARM::testLinkedItemsUpdateChildNoIDs ==3056== Parent PID: 3013 ==3056== ==3064== Memcheck, a memory error detector ==3064== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3064== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3064== Command: ./client-test Client::Source::eds_event::LinkedItemsWithVALARM::testLinkedItemsInsertBothUpdateChild ==3064== Parent PID: 117 ==3064== ==3064== ==3064== HEAP SUMMARY: ==3064== in use at exit: 940,839 bytes in 11,791 blocks ==3064== total heap usage: 446,558 allocs, 434,767 frees, 37,754,881 bytes allocated ==3064== ==3064== LEAK SUMMARY: ==3064== definitely lost: 0 bytes in 0 blocks ==3064== indirectly lost: 0 bytes in 0 blocks ==3064== possibly lost: 528 bytes in 2 blocks ==3064== still reachable: 264,073 bytes in 2,831 blocks ==3064== of which reachable via heuristic: ==3064== length64 : 4,688 bytes in 74 blocks ==3064== newarray : 6,312 bytes in 49 blocks ==3064== suppressed: 607,166 bytes in 8,431 blocks ==3064== Reachable blocks (those to which a pointer was found) are not shown. ==3064== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3064== ==3064== For counts of detected and suppressed errors, rerun with: -v ==3064== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==3116== Memcheck, a memory error detector ==3116== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3116== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3116== Command: ./client-test Client::Source::eds_event::LinkedItemsWithVALARM::testLinkedItemsInsertBothUpdateChild ==3116== Parent PID: 3064 ==3116== ==3134== Memcheck, a memory error detector ==3134== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3134== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3134== Command: ./client-test Client::Source::eds_event::LinkedItemsWithVALARM::testLinkedItemsInsertBothUpdateChild ==3134== Parent PID: 3064 ==3134== ==3154== Memcheck, a memory error detector ==3154== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3154== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3154== Command: ./client-test Client::Source::eds_event::LinkedItemsWithVALARM::testLinkedItemsInsertBothUpdateParent ==3154== Parent PID: 117 ==3154== ==3154== ==3154== HEAP SUMMARY: ==3154== in use at exit: 938,844 bytes in 11,738 blocks ==3154== total heap usage: 447,558 allocs, 435,820 frees, 37,822,733 bytes allocated ==3154== ==3154== LEAK SUMMARY: ==3154== definitely lost: 0 bytes in 0 blocks ==3154== indirectly lost: 0 bytes in 0 blocks ==3154== possibly lost: 528 bytes in 2 blocks ==3154== still reachable: 263,809 bytes in 2,826 blocks ==3154== of which reachable via heuristic: ==3154== length64 : 4,688 bytes in 74 blocks ==3154== newarray : 6,312 bytes in 49 blocks ==3154== suppressed: 605,435 bytes in 8,383 blocks ==3154== Reachable blocks (those to which a pointer was found) are not shown. ==3154== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3154== ==3154== For counts of detected and suppressed errors, rerun with: -v ==3154== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==3205== Memcheck, a memory error detector ==3205== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3205== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3205== Command: ./client-test Client::Source::eds_event::LinkedItemsWithVALARM::testLinkedItemsInsertBothUpdateParent ==3205== Parent PID: 3154 ==3205== ==3223== Memcheck, a memory error detector ==3223== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3223== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3223== Command: ./client-test Client::Source::eds_event::LinkedItemsWithVALARM::testLinkedItemsInsertBothUpdateParent ==3223== Parent PID: 3154 ==3223== ==3243== Memcheck, a memory error detector ==3243== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3243== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3243== Command: ./client-test Client::Source::eds_event::LinkedItemsAllDay::testLinkedItemsParent ==3243== Parent PID: 117 ==3243== ==3243== ==3243== HEAP SUMMARY: ==3243== in use at exit: 779,244 bytes in 9,188 blocks ==3243== total heap usage: 317,682 allocs, 308,494 frees, 25,564,079 bytes allocated ==3243== ==3243== LEAK SUMMARY: ==3243== definitely lost: 0 bytes in 0 blocks ==3243== indirectly lost: 0 bytes in 0 blocks ==3243== possibly lost: 528 bytes in 2 blocks ==3243== still reachable: 106,473 bytes in 324 blocks ==3243== of which reachable via heuristic: ==3243== length64 : 4,688 bytes in 74 blocks ==3243== newarray : 6,312 bytes in 49 blocks ==3243== suppressed: 603,171 bytes in 8,335 blocks ==3243== Reachable blocks (those to which a pointer was found) are not shown. ==3243== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3243== ==3243== For counts of detected and suppressed errors, rerun with: -v ==3243== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==3286== Memcheck, a memory error detector ==3286== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3286== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3286== Command: ./client-test Client::Source::eds_event::LinkedItemsAllDay::testLinkedItemsParent ==3286== Parent PID: 3243 ==3286== ==3306== Memcheck, a memory error detector ==3306== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3306== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3306== Command: ./client-test Client::Source::eds_event::LinkedItemsAllDay::testLinkedItemsChild ==3306== Parent PID: 117 ==3306== ==3306== ==3306== HEAP SUMMARY: ==3306== in use at exit: 784,015 bytes in 9,274 blocks ==3306== total heap usage: 317,238 allocs, 307,964 frees, 25,525,227 bytes allocated ==3306== ==3306== LEAK SUMMARY: ==3306== definitely lost: 0 bytes in 0 blocks ==3306== indirectly lost: 0 bytes in 0 blocks ==3306== possibly lost: 528 bytes in 2 blocks ==3306== still reachable: 107,861 bytes in 333 blocks ==3306== of which reachable via heuristic: ==3306== length64 : 4,688 bytes in 74 blocks ==3306== newarray : 6,312 bytes in 49 blocks ==3306== suppressed: 606,554 bytes in 8,412 blocks ==3306== Reachable blocks (those to which a pointer was found) are not shown. ==3306== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3306== ==3306== For counts of detected and suppressed errors, rerun with: -v ==3306== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==332== Memcheck, a memory error detector ==332== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==332== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==332== Command: ./client-test Client::Source::eds_event::testLocalUpdate ==332== Parent PID: 117 ==332== ==332== ==332== HEAP SUMMARY: ==332== in use at exit: 787,406 bytes in 9,359 blocks ==332== total heap usage: 253,788 allocs, 244,429 frees, 21,755,896 bytes allocated ==332== ==332== LEAK SUMMARY: ==332== definitely lost: 0 bytes in 0 blocks ==332== indirectly lost: 0 bytes in 0 blocks ==332== possibly lost: 528 bytes in 2 blocks ==332== still reachable: 108,725 bytes in 341 blocks ==332== of which reachable via heuristic: ==332== length64 : 4,688 bytes in 74 blocks ==332== newarray : 6,312 bytes in 49 blocks ==332== suppressed: 608,913 bytes in 8,487 blocks ==332== Reachable blocks (those to which a pointer was found) are not shown. ==332== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==332== ==332== For counts of detected and suppressed errors, rerun with: -v ==332== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==3349== Memcheck, a memory error detector ==3349== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3349== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3349== Command: ./client-test Client::Source::eds_event::LinkedItemsAllDay::testLinkedItemsChild ==3349== Parent PID: 3306 ==3349== ==3369== Memcheck, a memory error detector ==3369== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3369== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3369== Command: ./client-test Client::Source::eds_event::LinkedItemsAllDay::testLinkedItemsParentChild ==3369== Parent PID: 117 ==3369== ==3369== ==3369== HEAP SUMMARY: ==3369== in use at exit: 785,754 bytes in 9,302 blocks ==3369== total heap usage: 363,425 allocs, 354,123 frees, 28,315,897 bytes allocated ==3369== ==3369== LEAK SUMMARY: ==3369== definitely lost: 0 bytes in 0 blocks ==3369== indirectly lost: 0 bytes in 0 blocks ==3369== possibly lost: 528 bytes in 2 blocks ==3369== still reachable: 109,200 bytes in 354 blocks ==3369== of which reachable via heuristic: ==3369== length64 : 4,688 bytes in 74 blocks ==3369== newarray : 6,312 bytes in 49 blocks ==3369== suppressed: 606,954 bytes in 8,419 blocks ==3369== Reachable blocks (those to which a pointer was found) are not shown. ==3369== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3369== ==3369== For counts of detected and suppressed errors, rerun with: -v ==3369== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==3420== Memcheck, a memory error detector ==3420== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3420== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3420== Command: ./client-test Client::Source::eds_event::LinkedItemsAllDay::testLinkedItemsParentChild ==3420== Parent PID: 3369 ==3420== ==3440== Memcheck, a memory error detector ==3440== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3440== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3440== Command: ./client-test Client::Source::eds_event::LinkedItemsAllDay::testLinkedItemsInsertBothUpdateChildNoIDs ==3440== Parent PID: 117 ==3440== ==3440== ==3440== HEAP SUMMARY: ==3440== in use at exit: 789,204 bytes in 9,358 blocks ==3440== total heap usage: 300,321 allocs, 290,963 frees, 24,529,112 bytes allocated ==3440== ==3440== LEAK SUMMARY: ==3440== definitely lost: 0 bytes in 0 blocks ==3440== indirectly lost: 0 bytes in 0 blocks ==3440== possibly lost: 528 bytes in 2 blocks ==3440== still reachable: 112,306 bytes in 404 blocks ==3440== of which reachable via heuristic: ==3440== length64 : 4,688 bytes in 74 blocks ==3440== newarray : 6,312 bytes in 49 blocks ==3440== suppressed: 607,298 bytes in 8,425 blocks ==3440== Reachable blocks (those to which a pointer was found) are not shown. ==3440== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3440== ==3440== For counts of detected and suppressed errors, rerun with: -v ==3440== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==3491== Memcheck, a memory error detector ==3491== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3491== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3491== Command: ./client-test Client::Source::eds_event::LinkedItemsAllDay::testLinkedItemsInsertBothUpdateChildNoIDs ==3491== Parent PID: 3440 ==3491== ==3499== Memcheck, a memory error detector ==3499== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3499== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3499== Command: ./client-test Client::Source::eds_event::LinkedItemsAllDay::testLinkedItemsChildParent ==3499== Parent PID: 117 ==3499== ==3499== ==3499== HEAP SUMMARY: ==3499== in use at exit: 789,204 bytes in 9,358 blocks ==3499== total heap usage: 346,434 allocs, 337,076 frees, 27,320,835 bytes allocated ==3499== ==3499== LEAK SUMMARY: ==3499== definitely lost: 0 bytes in 0 blocks ==3499== indirectly lost: 0 bytes in 0 blocks ==3499== possibly lost: 528 bytes in 2 blocks ==3499== still reachable: 112,306 bytes in 404 blocks ==3499== of which reachable via heuristic: ==3499== length64 : 4,688 bytes in 74 blocks ==3499== newarray : 6,312 bytes in 49 blocks ==3499== suppressed: 607,298 bytes in 8,425 blocks ==3499== Reachable blocks (those to which a pointer was found) are not shown. ==3499== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3499== ==3499== For counts of detected and suppressed errors, rerun with: -v ==3499== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==3546== Memcheck, a memory error detector ==3546== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3546== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3546== Command: ./client-test Client::Source::eds_event::LinkedItemsAllDay::testLinkedItemsChildParent ==3546== Parent PID: 3499 ==3546== ==3567== Memcheck, a memory error detector ==3567== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3567== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3567== Command: ./client-test Client::Source::eds_event::LinkedItemsAllDay::testLinkedItemsChildChangesParent ==3567== Parent PID: 117 ==3567== ==3567== ==3567== HEAP SUMMARY: ==3567== in use at exit: 783,041 bytes in 9,259 blocks ==3567== total heap usage: 369,208 allocs, 359,949 frees, 28,703,620 bytes allocated ==3567== ==3567== LEAK SUMMARY: ==3567== definitely lost: 0 bytes in 0 blocks ==3567== indirectly lost: 0 bytes in 0 blocks ==3567== possibly lost: 528 bytes in 2 blocks ==3567== still reachable: 107,809 bytes in 334 blocks ==3567== of which reachable via heuristic: ==3567== length64 : 4,688 bytes in 74 blocks ==3567== newarray : 6,312 bytes in 49 blocks ==3567== suppressed: 605,464 bytes in 8,394 blocks ==3567== Reachable blocks (those to which a pointer was found) are not shown. ==3567== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3567== ==3567== For counts of detected and suppressed errors, rerun with: -v ==3567== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==3610== Memcheck, a memory error detector ==3610== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3610== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3610== Command: ./client-test Client::Source::eds_event::LinkedItemsAllDay::testLinkedItemsChildChangesParent ==3610== Parent PID: 3567 ==3610== ==3628== Memcheck, a memory error detector ==3628== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3628== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3628== Command: ./client-test Client::Source::eds_event::LinkedItemsAllDay::testLinkedItemsChildChangesParent ==3628== Parent PID: 3567 ==3628== ==3648== Memcheck, a memory error detector ==3648== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3648== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3648== Command: ./client-test Client::Source::eds_event::LinkedItemsAllDay::testLinkedItemsRemoveParentFirst ==3648== Parent PID: 117 ==3648== ==3648== ==3648== HEAP SUMMARY: ==3648== in use at exit: 785,589 bytes in 9,302 blocks ==3648== total heap usage: 390,023 allocs, 380,721 frees, 29,925,659 bytes allocated ==3648== ==3648== LEAK SUMMARY: ==3648== definitely lost: 0 bytes in 0 blocks ==3648== indirectly lost: 0 bytes in 0 blocks ==3648== possibly lost: 528 bytes in 2 blocks ==3648== still reachable: 110,748 bytes in 379 blocks ==3648== of which reachable via heuristic: ==3648== length64 : 4,688 bytes in 74 blocks ==3648== newarray : 6,312 bytes in 49 blocks ==3648== suppressed: 605,241 bytes in 8,394 blocks ==3648== Reachable blocks (those to which a pointer was found) are not shown. ==3648== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3648== ==3648== For counts of detected and suppressed errors, rerun with: -v ==3648== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==3699== Memcheck, a memory error detector ==3699== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3699== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3699== Command: ./client-test Client::Source::eds_event::LinkedItemsAllDay::testLinkedItemsRemoveParentFirst ==3699== Parent PID: 3648 ==3699== ==3717== Memcheck, a memory error detector ==3717== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3717== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3717== Command: ./client-test Client::Source::eds_event::LinkedItemsAllDay::testLinkedItemsRemoveParentFirst ==3717== Parent PID: 3648 ==3717== ==373== Memcheck, a memory error detector ==373== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==373== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==373== Command: ./client-test Client::Source::eds_event::testChanges ==373== Parent PID: 117 ==373== ==373== ==373== HEAP SUMMARY: ==373== in use at exit: 782,237 bytes in 9,246 blocks ==373== total heap usage: 938,565 allocs, 929,319 frees, 62,592,078 bytes allocated ==373== ==373== LEAK SUMMARY: ==373== definitely lost: 0 bytes in 0 blocks ==373== indirectly lost: 0 bytes in 0 blocks ==373== possibly lost: 528 bytes in 2 blocks ==373== still reachable: 108,017 bytes in 334 blocks ==373== of which reachable via heuristic: ==373== length64 : 4,688 bytes in 74 blocks ==373== newarray : 6,312 bytes in 49 blocks ==373== suppressed: 604,620 bytes in 8,383 blocks ==373== Reachable blocks (those to which a pointer was found) are not shown. ==373== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==373== ==373== For counts of detected and suppressed errors, rerun with: -v ==373== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==3733== Memcheck, a memory error detector ==3733== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3733== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3733== Command: ./client-test Client::Source::eds_event::LinkedItemsAllDay::testLinkedItemsRemoveNormal ==3733== Parent PID: 117 ==3733== ==3733== ==3733== HEAP SUMMARY: ==3733== in use at exit: 781,005 bytes in 9,218 blocks ==3733== total heap usage: 410,404 allocs, 401,186 frees, 31,138,419 bytes allocated ==3733== ==3733== LEAK SUMMARY: ==3733== definitely lost: 0 bytes in 0 blocks ==3733== indirectly lost: 0 bytes in 0 blocks ==3733== possibly lost: 528 bytes in 2 blocks ==3733== still reachable: 106,981 bytes in 327 blocks ==3733== of which reachable via heuristic: ==3733== length64 : 4,688 bytes in 74 blocks ==3733== newarray : 6,312 bytes in 49 blocks ==3733== suppressed: 604,424 bytes in 8,362 blocks ==3733== Reachable blocks (those to which a pointer was found) are not shown. ==3733== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3733== ==3733== For counts of detected and suppressed errors, rerun with: -v ==3733== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==3784== Memcheck, a memory error detector ==3784== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3784== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3784== Command: ./client-test Client::Source::eds_event::LinkedItemsAllDay::testLinkedItemsRemoveNormal ==3784== Parent PID: 3733 ==3784== ==3802== Memcheck, a memory error detector ==3802== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3802== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3802== Command: ./client-test Client::Source::eds_event::LinkedItemsAllDay::testLinkedItemsRemoveNormal ==3802== Parent PID: 3733 ==3802== ==3822== Memcheck, a memory error detector ==3822== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3822== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3822== Command: ./client-test Client::Source::eds_event::LinkedItemsAllDay::testLinkedItemsInsertParentTwice ==3822== Parent PID: 117 ==3822== ==3822== ==3822== HEAP SUMMARY: ==3822== in use at exit: 785,714 bytes in 9,302 blocks ==3822== total heap usage: 365,464 allocs, 356,162 frees, 28,477,587 bytes allocated ==3822== ==3822== LEAK SUMMARY: ==3822== definitely lost: 0 bytes in 0 blocks ==3822== indirectly lost: 0 bytes in 0 blocks ==3822== possibly lost: 528 bytes in 2 blocks ==3822== still reachable: 109,360 bytes in 357 blocks ==3822== of which reachable via heuristic: ==3822== length64 : 4,688 bytes in 74 blocks ==3822== newarray : 6,312 bytes in 49 blocks ==3822== suppressed: 606,754 bytes in 8,416 blocks ==3822== Reachable blocks (those to which a pointer was found) are not shown. ==3822== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3822== ==3822== For counts of detected and suppressed errors, rerun with: -v ==3822== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==3866== Memcheck, a memory error detector ==3866== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3866== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3866== Command: ./client-test Client::Source::eds_event::LinkedItemsAllDay::testLinkedItemsInsertParentTwice ==3866== Parent PID: 3822 ==3866== ==3888== Memcheck, a memory error detector ==3888== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3888== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3888== Command: ./client-test Client::Source::eds_event::LinkedItemsAllDay::testLinkedItemsInsertParentTwice ==3888== Parent PID: 3822 ==3888== ==3904== Memcheck, a memory error detector ==3904== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3904== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3904== Command: ./client-test Client::Source::eds_event::LinkedItemsAllDay::testLinkedItemsInsertChildTwice ==3904== Parent PID: 117 ==3904== ==3904== ==3904== HEAP SUMMARY: ==3904== in use at exit: 789,220 bytes in 9,358 blocks ==3904== total heap usage: 365,428 allocs, 356,070 frees, 28,433,607 bytes allocated ==3904== ==3904== LEAK SUMMARY: ==3904== definitely lost: 0 bytes in 0 blocks ==3904== indirectly lost: 0 bytes in 0 blocks ==3904== possibly lost: 528 bytes in 2 blocks ==3904== still reachable: 112,242 bytes in 403 blocks ==3904== of which reachable via heuristic: ==3904== length64 : 4,688 bytes in 74 blocks ==3904== newarray : 6,312 bytes in 49 blocks ==3904== suppressed: 607,378 bytes in 8,426 blocks ==3904== Reachable blocks (those to which a pointer was found) are not shown. ==3904== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3904== ==3904== For counts of detected and suppressed errors, rerun with: -v ==3904== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==3947== Memcheck, a memory error detector ==3947== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3947== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3947== Command: ./client-test Client::Source::eds_event::LinkedItemsAllDay::testLinkedItemsInsertChildTwice ==3947== Parent PID: 3904 ==3947== ==3969== Memcheck, a memory error detector ==3969== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3969== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3969== Command: ./client-test Client::Source::eds_event::LinkedItemsAllDay::testLinkedItemsInsertChildTwice ==3969== Parent PID: 3904 ==3969== ==3985== Memcheck, a memory error detector ==3985== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3985== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3985== Command: ./client-test Client::Source::eds_event::LinkedItemsAllDay::testLinkedItemsParentUpdate ==3985== Parent PID: 117 ==3985== ==3985== ==3985== HEAP SUMMARY: ==3985== in use at exit: 787,261 bytes in 9,357 blocks ==3985== total heap usage: 344,344 allocs, 334,987 frees, 27,216,607 bytes allocated ==3985== ==3985== LEAK SUMMARY: ==3985== definitely lost: 0 bytes in 0 blocks ==3985== indirectly lost: 0 bytes in 0 blocks ==3985== possibly lost: 528 bytes in 2 blocks ==3985== still reachable: 108,665 bytes in 344 blocks ==3985== of which reachable via heuristic: ==3985== length64 : 4,688 bytes in 74 blocks ==3985== newarray : 6,312 bytes in 49 blocks ==3985== suppressed: 608,828 bytes in 8,482 blocks ==3985== Reachable blocks (those to which a pointer was found) are not shown. ==3985== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3985== ==3985== For counts of detected and suppressed errors, rerun with: -v ==3985== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==4028== Memcheck, a memory error detector ==4028== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4028== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4028== Command: ./client-test Client::Source::eds_event::LinkedItemsAllDay::testLinkedItemsParentUpdate ==4028== Parent PID: 3985 ==4028== ==4046== Memcheck, a memory error detector ==4046== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4046== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4046== Command: ./client-test Client::Source::eds_event::LinkedItemsAllDay::testLinkedItemsParentUpdate ==4046== Parent PID: 3985 ==4046== ==4063== Memcheck, a memory error detector ==4063== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4063== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4063== Command: ./client-test Client::Source::eds_event::LinkedItemsAllDay::testLinkedItemsUpdateChild ==4063== Parent PID: 117 ==4063== ==4063== ==4063== HEAP SUMMARY: ==4063== in use at exit: 782,654 bytes in 9,246 blocks ==4063== total heap usage: 344,395 allocs, 335,149 frees, 27,177,866 bytes allocated ==4063== ==4063== LEAK SUMMARY: ==4063== definitely lost: 0 bytes in 0 blocks ==4063== indirectly lost: 0 bytes in 0 blocks ==4063== possibly lost: 528 bytes in 2 blocks ==4063== still reachable: 107,501 bytes in 329 blocks ==4063== of which reachable via heuristic: ==4063== length64 : 4,688 bytes in 74 blocks ==4063== newarray : 6,312 bytes in 49 blocks ==4063== suppressed: 605,553 bytes in 8,388 blocks ==4063== Reachable blocks (those to which a pointer was found) are not shown. ==4063== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4063== ==4063== For counts of detected and suppressed errors, rerun with: -v ==4063== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==4106== Memcheck, a memory error detector ==4106== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4106== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4106== Command: ./client-test Client::Source::eds_event::LinkedItemsAllDay::testLinkedItemsUpdateChild ==4106== Parent PID: 4063 ==4106== ==4124== Memcheck, a memory error detector ==4124== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4124== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4124== Command: ./client-test Client::Source::eds_event::LinkedItemsAllDay::testLinkedItemsUpdateChild ==4124== Parent PID: 4063 ==4124== ==4140== Memcheck, a memory error detector ==4140== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4140== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4140== Command: ./client-test Client::Source::eds_event::LinkedItemsAllDay::testLinkedItemsUpdateChildNoIDs ==4140== Parent PID: 117 ==4140== ==4140== ==4140== HEAP SUMMARY: ==4140== in use at exit: 787,355 bytes in 9,330 blocks ==4140== total heap usage: 255,315 allocs, 245,985 frees, 21,828,595 bytes allocated ==4140== ==4140== LEAK SUMMARY: ==4140== definitely lost: 0 bytes in 0 blocks ==4140== indirectly lost: 0 bytes in 0 blocks ==4140== possibly lost: 528 bytes in 2 blocks ==4140== still reachable: 112,338 bytes in 404 blocks ==4140== of which reachable via heuristic: ==4140== length64 : 4,688 bytes in 74 blocks ==4140== newarray : 6,312 bytes in 49 blocks ==4140== suppressed: 605,417 bytes in 8,397 blocks ==4140== Reachable blocks (those to which a pointer was found) are not shown. ==4140== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4140== ==4140== For counts of detected and suppressed errors, rerun with: -v ==4140== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==4184== Memcheck, a memory error detector ==4184== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4184== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4184== Command: ./client-test Client::Source::eds_event::LinkedItemsAllDay::testLinkedItemsUpdateChildNoIDs ==4184== Parent PID: 4140 ==4184== ==4192== Memcheck, a memory error detector ==4192== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4192== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4192== Command: ./client-test Client::Source::eds_event::LinkedItemsAllDay::testLinkedItemsInsertBothUpdateChild ==4192== Parent PID: 117 ==4192== ==4192== ==4192== HEAP SUMMARY: ==4192== in use at exit: 787,430 bytes in 9,330 blocks ==4192== total heap usage: 415,389 allocs, 406,059 frees, 31,490,636 bytes allocated ==4192== ==4192== LEAK SUMMARY: ==4192== definitely lost: 0 bytes in 0 blocks ==4192== indirectly lost: 0 bytes in 0 blocks ==4192== possibly lost: 528 bytes in 2 blocks ==4192== still reachable: 110,724 bytes in 379 blocks ==4192== of which reachable via heuristic: ==4192== length64 : 4,688 bytes in 74 blocks ==4192== newarray : 6,312 bytes in 49 blocks ==4192== suppressed: 607,106 bytes in 8,422 blocks ==4192== Reachable blocks (those to which a pointer was found) are not shown. ==4192== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4192== ==4192== For counts of detected and suppressed errors, rerun with: -v ==4192== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==4243== Memcheck, a memory error detector ==4243== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4243== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4243== Command: ./client-test Client::Source::eds_event::LinkedItemsAllDay::testLinkedItemsInsertBothUpdateChild ==4243== Parent PID: 4192 ==4243== ==4261== Memcheck, a memory error detector ==4261== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4261== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4261== Command: ./client-test Client::Source::eds_event::LinkedItemsAllDay::testLinkedItemsInsertBothUpdateChild ==4261== Parent PID: 4192 ==4261== ==4281== Memcheck, a memory error detector ==4281== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4281== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4281== Command: ./client-test Client::Source::eds_event::LinkedItemsAllDay::testLinkedItemsInsertBothUpdateParent ==4281== Parent PID: 117 ==4281== ==4281== ==4281== HEAP SUMMARY: ==4281== in use at exit: 785,412 bytes in 9,329 blocks ==4281== total heap usage: 416,408 allocs, 407,079 frees, 31,545,824 bytes allocated ==4281== ==4281== LEAK SUMMARY: ==4281== definitely lost: 0 bytes in 0 blocks ==4281== indirectly lost: 0 bytes in 0 blocks ==4281== possibly lost: 528 bytes in 2 blocks ==4281== still reachable: 108,761 bytes in 345 blocks ==4281== of which reachable via heuristic: ==4281== length64 : 4,688 bytes in 74 blocks ==4281== newarray : 6,312 bytes in 49 blocks ==4281== suppressed: 606,883 bytes in 8,453 blocks ==4281== Reachable blocks (those to which a pointer was found) are not shown. ==4281== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4281== ==4281== For counts of detected and suppressed errors, rerun with: -v ==4281== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==4332== Memcheck, a memory error detector ==4332== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4332== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4332== Command: ./client-test Client::Source::eds_event::LinkedItemsAllDay::testLinkedItemsInsertBothUpdateParent ==4332== Parent PID: 4281 ==4332== ==4350== Memcheck, a memory error detector ==4350== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4350== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4350== Command: ./client-test Client::Source::eds_event::LinkedItemsAllDay::testLinkedItemsInsertBothUpdateParent ==4350== Parent PID: 4281 ==4350== ==4370== Memcheck, a memory error detector ==4370== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4370== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4370== Command: ./client-test Client::Source::eds_event::LinkedItemsNoTZ::testLinkedItemsParent ==4370== Parent PID: 117 ==4370== ==4370== ==4370== HEAP SUMMARY: ==4370== in use at exit: 783,361 bytes in 9,274 blocks ==4370== total heap usage: 317,633 allocs, 308,359 frees, 25,557,709 bytes allocated ==4370== ==4370== LEAK SUMMARY: ==4370== definitely lost: 0 bytes in 0 blocks ==4370== indirectly lost: 0 bytes in 0 blocks ==4370== possibly lost: 528 bytes in 2 blocks ==4370== still reachable: 108,557 bytes in 340 blocks ==4370== of which reachable via heuristic: ==4370== length64 : 4,688 bytes in 74 blocks ==4370== newarray : 6,312 bytes in 49 blocks ==4370== suppressed: 605,036 bytes in 8,403 blocks ==4370== Reachable blocks (those to which a pointer was found) are not shown. ==4370== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4370== ==4370== For counts of detected and suppressed errors, rerun with: -v ==4370== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==4413== Memcheck, a memory error detector ==4413== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4413== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4413== Command: ./client-test Client::Source::eds_event::LinkedItemsNoTZ::testLinkedItemsParent ==4413== Parent PID: 4370 ==4413== ==4433== Memcheck, a memory error detector ==4433== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4433== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4433== Command: ./client-test Client::Source::eds_event::LinkedItemsNoTZ::testLinkedItemsChild ==4433== Parent PID: 117 ==4433== ==4433== ==4433== HEAP SUMMARY: ==4433== in use at exit: 785,786 bytes in 9,302 blocks ==4433== total heap usage: 317,319 allocs, 308,017 frees, 25,522,959 bytes allocated ==4433== ==4433== LEAK SUMMARY: ==4433== definitely lost: 0 bytes in 0 blocks ==4433== indirectly lost: 0 bytes in 0 blocks ==4433== possibly lost: 528 bytes in 2 blocks ==4433== still reachable: 109,292 bytes in 355 blocks ==4433== of which reachable via heuristic: ==4433== length64 : 4,688 bytes in 74 blocks ==4433== newarray : 6,312 bytes in 49 blocks ==4433== suppressed: 606,894 bytes in 8,418 blocks ==4433== Reachable blocks (those to which a pointer was found) are not shown. ==4433== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4433== ==4433== For counts of detected and suppressed errors, rerun with: -v ==4433== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==4476== Memcheck, a memory error detector ==4476== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4476== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4476== Command: ./client-test Client::Source::eds_event::LinkedItemsNoTZ::testLinkedItemsChild ==4476== Parent PID: 4433 ==4476== ==4496== Memcheck, a memory error detector ==4496== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4496== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4496== Command: ./client-test Client::Source::eds_event::LinkedItemsNoTZ::testLinkedItemsParentChild ==4496== Parent PID: 117 ==4496== ==4496== ==4496== HEAP SUMMARY: ==4496== in use at exit: 787,486 bytes in 9,330 blocks ==4496== total heap usage: 362,937 allocs, 353,607 frees, 28,286,916 bytes allocated ==4496== ==4496== LEAK SUMMARY: ==4496== definitely lost: 0 bytes in 0 blocks ==4496== indirectly lost: 0 bytes in 0 blocks ==4496== possibly lost: 528 bytes in 2 blocks ==4496== still reachable: 110,808 bytes in 380 blocks ==4496== of which reachable via heuristic: ==4496== length64 : 4,688 bytes in 74 blocks ==4496== newarray : 6,312 bytes in 49 blocks ==4496== suppressed: 607,078 bytes in 8,421 blocks ==4496== Reachable blocks (those to which a pointer was found) are not shown. ==4496== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4496== ==4496== For counts of detected and suppressed errors, rerun with: -v ==4496== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==4547== Memcheck, a memory error detector ==4547== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4547== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4547== Command: ./client-test Client::Source::eds_event::LinkedItemsNoTZ::testLinkedItemsParentChild ==4547== Parent PID: 4496 ==4547== ==4567== Memcheck, a memory error detector ==4567== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4567== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4567== Command: ./client-test Client::Source::eds_event::LinkedItemsNoTZ::testLinkedItemsInsertBothUpdateChildNoIDs ==4567== Parent PID: 117 ==4567== ==4567== ==4567== HEAP SUMMARY: ==4567== in use at exit: 789,195 bytes in 9,371 blocks ==4567== total heap usage: 299,934 allocs, 290,563 frees, 24,504,252 bytes allocated ==4567== ==4567== LEAK SUMMARY: ==4567== definitely lost: 0 bytes in 0 blocks ==4567== indirectly lost: 0 bytes in 0 blocks ==4567== possibly lost: 528 bytes in 2 blocks ==4567== still reachable: 113,843 bytes in 436 blocks ==4567== of which reachable via heuristic: ==4567== length64 : 4,688 bytes in 74 blocks ==4567== newarray : 6,312 bytes in 49 blocks ==4567== suppressed: 605,584 bytes in 8,404 blocks ==4567== Reachable blocks (those to which a pointer was found) are not shown. ==4567== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4567== ==4567== For counts of detected and suppressed errors, rerun with: -v ==4567== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==4618== Memcheck, a memory error detector ==4618== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4618== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4618== Command: ./client-test Client::Source::eds_event::LinkedItemsNoTZ::testLinkedItemsInsertBothUpdateChildNoIDs ==4618== Parent PID: 4567 ==4618== ==4627== Memcheck, a memory error detector ==4627== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4627== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4627== Command: ./client-test Client::Source::eds_event::LinkedItemsNoTZ::testLinkedItemsChildParent ==4627== Parent PID: 117 ==4627== ==4627== ==4627== HEAP SUMMARY: ==4627== in use at exit: 779,284 bytes in 9,188 blocks ==4627== total heap usage: 346,831 allocs, 337,643 frees, 27,320,750 bytes allocated ==4627== ==4627== LEAK SUMMARY: ==4627== definitely lost: 0 bytes in 0 blocks ==4627== indirectly lost: 0 bytes in 0 blocks ==4627== possibly lost: 528 bytes in 2 blocks ==4627== still reachable: 106,469 bytes in 323 blocks ==4627== of which reachable via heuristic: ==4627== length64 : 4,688 bytes in 74 blocks ==4627== newarray : 6,312 bytes in 49 blocks ==4627== suppressed: 603,215 bytes in 8,336 blocks ==4627== Reachable blocks (those to which a pointer was found) are not shown. ==4627== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4627== ==4627== For counts of detected and suppressed errors, rerun with: -v ==4627== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==4674== Memcheck, a memory error detector ==4674== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4674== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4674== Command: ./client-test Client::Source::eds_event::LinkedItemsNoTZ::testLinkedItemsChildParent ==4674== Parent PID: 4627 ==4674== ==4694== Memcheck, a memory error detector ==4694== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4694== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4694== Command: ./client-test Client::Source::eds_event::LinkedItemsNoTZ::testLinkedItemsChildChangesParent ==4694== Parent PID: 117 ==4694== ==4694== ==4694== HEAP SUMMARY: ==4694== in use at exit: 783,289 bytes in 9,260 blocks ==4694== total heap usage: 369,178 allocs, 359,918 frees, 28,685,038 bytes allocated ==4694== ==4694== LEAK SUMMARY: ==4694== definitely lost: 0 bytes in 0 blocks ==4694== indirectly lost: 0 bytes in 0 blocks ==4694== possibly lost: 528 bytes in 2 blocks ==4694== still reachable: 107,813 bytes in 333 blocks ==4694== of which reachable via heuristic: ==4694== length64 : 4,688 bytes in 74 blocks ==4694== newarray : 6,312 bytes in 49 blocks ==4694== suppressed: 605,708 bytes in 8,396 blocks ==4694== Reachable blocks (those to which a pointer was found) are not shown. ==4694== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4694== ==4694== For counts of detected and suppressed errors, rerun with: -v ==4694== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==4737== Memcheck, a memory error detector ==4737== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4737== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4737== Command: ./client-test Client::Source::eds_event::LinkedItemsNoTZ::testLinkedItemsChildChangesParent ==4737== Parent PID: 4694 ==4737== ==4755== Memcheck, a memory error detector ==4755== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4755== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4755== Command: ./client-test Client::Source::eds_event::LinkedItemsNoTZ::testLinkedItemsChildChangesParent ==4755== Parent PID: 4694 ==4755== ==4775== Memcheck, a memory error detector ==4775== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4775== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4775== Command: ./client-test Client::Source::eds_event::LinkedItemsNoTZ::testLinkedItemsRemoveParentFirst ==4775== Parent PID: 117 ==4775== ==4775== ==4775== HEAP SUMMARY: ==4775== in use at exit: 785,706 bytes in 9,300 blocks ==4775== total heap usage: 389,803 allocs, 380,503 frees, 29,904,934 bytes allocated ==4775== ==4775== LEAK SUMMARY: ==4775== definitely lost: 0 bytes in 0 blocks ==4775== indirectly lost: 0 bytes in 0 blocks ==4775== possibly lost: 528 bytes in 2 blocks ==4775== still reachable: 109,292 bytes in 355 blocks ==4775== of which reachable via heuristic: ==4775== length64 : 4,688 bytes in 74 blocks ==4775== newarray : 6,312 bytes in 49 blocks ==4775== suppressed: 606,814 bytes in 8,416 blocks ==4775== Reachable blocks (those to which a pointer was found) are not shown. ==4775== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4775== ==4775== For counts of detected and suppressed errors, rerun with: -v ==4775== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==4826== Memcheck, a memory error detector ==4826== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4826== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4826== Command: ./client-test Client::Source::eds_event::LinkedItemsNoTZ::testLinkedItemsRemoveParentFirst ==4826== Parent PID: 4775 ==4826== ==4844== Memcheck, a memory error detector ==4844== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4844== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4844== Command: ./client-test Client::Source::eds_event::LinkedItemsNoTZ::testLinkedItemsRemoveParentFirst ==4844== Parent PID: 4775 ==4844== ==4860== Memcheck, a memory error detector ==4860== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4860== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4860== Command: ./client-test Client::Source::eds_event::LinkedItemsNoTZ::testLinkedItemsRemoveNormal ==4860== Parent PID: 117 ==4860== ==4860== ==4860== HEAP SUMMARY: ==4860== in use at exit: 787,347 bytes in 9,328 blocks ==4860== total heap usage: 409,848 allocs, 400,520 frees, 31,107,400 bytes allocated ==4860== ==4860== LEAK SUMMARY: ==4860== definitely lost: 0 bytes in 0 blocks ==4860== indirectly lost: 0 bytes in 0 blocks ==4860== possibly lost: 528 bytes in 2 blocks ==4860== still reachable: 112,334 bytes in 403 blocks ==4860== of which reachable via heuristic: ==4860== length64 : 4,688 bytes in 74 blocks ==4860== newarray : 6,312 bytes in 49 blocks ==4860== suppressed: 605,413 bytes in 8,396 blocks ==4860== Reachable blocks (those to which a pointer was found) are not shown. ==4860== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4860== ==4860== For counts of detected and suppressed errors, rerun with: -v ==4860== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==4911== Memcheck, a memory error detector ==4911== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4911== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4911== Command: ./client-test Client::Source::eds_event::LinkedItemsNoTZ::testLinkedItemsRemoveNormal ==4911== Parent PID: 4860 ==4911== ==4929== Memcheck, a memory error detector ==4929== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4929== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4929== Command: ./client-test Client::Source::eds_event::LinkedItemsNoTZ::testLinkedItemsRemoveNormal ==4929== Parent PID: 4860 ==4929== ==4949== Memcheck, a memory error detector ==4949== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4949== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4949== Command: ./client-test Client::Source::eds_event::LinkedItemsNoTZ::testLinkedItemsInsertParentTwice ==4949== Parent PID: 117 ==4949== ==4949== ==4949== HEAP SUMMARY: ==4949== in use at exit: 790,383 bytes in 9,380 blocks ==4949== total heap usage: 364,956 allocs, 355,576 frees, 28,450,212 bytes allocated ==4949== ==4949== LEAK SUMMARY: ==4949== definitely lost: 0 bytes in 0 blocks ==4949== indirectly lost: 0 bytes in 0 blocks ==4949== possibly lost: 528 bytes in 2 blocks ==4949== still reachable: 113,129 bytes in 422 blocks ==4949== of which reachable via heuristic: ==4949== length64 : 4,688 bytes in 74 blocks ==4949== newarray : 6,312 bytes in 49 blocks ==4949== suppressed: 607,654 bytes in 8,429 blocks ==4949== Reachable blocks (those to which a pointer was found) are not shown. ==4949== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4949== ==4949== For counts of detected and suppressed errors, rerun with: -v ==4949== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==4993== Memcheck, a memory error detector ==4993== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4993== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4993== Command: ./client-test Client::Source::eds_event::LinkedItemsNoTZ::testLinkedItemsInsertParentTwice ==4993== Parent PID: 4949 ==4993== ==5015== Memcheck, a memory error detector ==5015== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5015== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5015== Command: ./client-test Client::Source::eds_event::LinkedItemsNoTZ::testLinkedItemsInsertParentTwice ==5015== Parent PID: 4949 ==5015== ==5031== Memcheck, a memory error detector ==5031== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5031== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5031== Command: ./client-test Client::Source::eds_event::LinkedItemsNoTZ::testLinkedItemsInsertChildTwice ==5031== Parent PID: 117 ==5031== ==5031== ==5031== HEAP SUMMARY: ==5031== in use at exit: 788,566 bytes in 9,352 blocks ==5031== total heap usage: 364,876 allocs, 355,524 frees, 28,402,866 bytes allocated ==5031== ==5031== LEAK SUMMARY: ==5031== definitely lost: 0 bytes in 0 blocks ==5031== indirectly lost: 0 bytes in 0 blocks ==5031== possibly lost: 528 bytes in 2 blocks ==5031== still reachable: 113,321 bytes in 425 blocks ==5031== of which reachable via heuristic: ==5031== length64 : 4,688 bytes in 74 blocks ==5031== newarray : 6,312 bytes in 49 blocks ==5031== suppressed: 605,645 bytes in 8,398 blocks ==5031== Reachable blocks (those to which a pointer was found) are not shown. ==5031== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5031== ==5031== For counts of detected and suppressed errors, rerun with: -v ==5031== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==5074== Memcheck, a memory error detector ==5074== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5074== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5074== Command: ./client-test Client::Source::eds_event::LinkedItemsNoTZ::testLinkedItemsInsertChildTwice ==5074== Parent PID: 5031 ==5074== ==5096== Memcheck, a memory error detector ==5096== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5096== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5096== Command: ./client-test Client::Source::eds_event::LinkedItemsNoTZ::testLinkedItemsInsertChildTwice ==5096== Parent PID: 5031 ==5096== ==5112== Memcheck, a memory error detector ==5112== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5112== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5112== Command: ./client-test Client::Source::eds_event::LinkedItemsNoTZ::testLinkedItemsParentUpdate ==5112== Parent PID: 117 ==5112== ==5112== ==5112== HEAP SUMMARY: ==5112== in use at exit: 789,847 bytes in 9,372 blocks ==5112== total heap usage: 343,930 allocs, 334,558 frees, 27,194,687 bytes allocated ==5112== ==5112== LEAK SUMMARY: ==5112== definitely lost: 0 bytes in 0 blocks ==5112== indirectly lost: 0 bytes in 0 blocks ==5112== possibly lost: 528 bytes in 2 blocks ==5112== still reachable: 112,470 bytes in 407 blocks ==5112== of which reachable via heuristic: ==5112== length64 : 4,688 bytes in 74 blocks ==5112== newarray : 6,312 bytes in 49 blocks ==5112== suppressed: 607,609 bytes in 8,434 blocks ==5112== Reachable blocks (those to which a pointer was found) are not shown. ==5112== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5112== ==5112== For counts of detected and suppressed errors, rerun with: -v ==5112== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==5155== Memcheck, a memory error detector ==5155== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5155== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5155== Command: ./client-test Client::Source::eds_event::LinkedItemsNoTZ::testLinkedItemsParentUpdate ==5155== Parent PID: 5112 ==5155== ==5173== Memcheck, a memory error detector ==5173== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5173== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5173== Command: ./client-test Client::Source::eds_event::LinkedItemsNoTZ::testLinkedItemsParentUpdate ==5173== Parent PID: 5112 ==5173== ==5189== Memcheck, a memory error detector ==5189== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5189== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5189== Command: ./client-test Client::Source::eds_event::LinkedItemsNoTZ::testLinkedItemsUpdateChild ==5189== Parent PID: 117 ==5189== ==5189== ==5189== HEAP SUMMARY: ==5189== in use at exit: 787,379 bytes in 9,328 blocks ==5189== total heap usage: 344,148 allocs, 334,820 frees, 27,157,692 bytes allocated ==5189== ==5189== LEAK SUMMARY: ==5189== definitely lost: 0 bytes in 0 blocks ==5189== indirectly lost: 0 bytes in 0 blocks ==5189== possibly lost: 528 bytes in 2 blocks ==5189== still reachable: 112,334 bytes in 403 blocks ==5189== of which reachable via heuristic: ==5189== length64 : 4,688 bytes in 74 blocks ==5189== newarray : 6,312 bytes in 49 blocks ==5189== suppressed: 605,445 bytes in 8,396 blocks ==5189== Reachable blocks (those to which a pointer was found) are not shown. ==5189== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5189== ==5189== For counts of detected and suppressed errors, rerun with: -v ==5189== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==5232== Memcheck, a memory error detector ==5232== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5232== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5232== Command: ./client-test Client::Source::eds_event::LinkedItemsNoTZ::testLinkedItemsUpdateChild ==5232== Parent PID: 5189 ==5232== ==5250== Memcheck, a memory error detector ==5250== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5250== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5250== Command: ./client-test Client::Source::eds_event::LinkedItemsNoTZ::testLinkedItemsUpdateChild ==5250== Parent PID: 5189 ==5250== ==5267== Memcheck, a memory error detector ==5267== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5267== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5267== Command: ./client-test Client::Source::eds_event::LinkedItemsNoTZ::testLinkedItemsUpdateChildNoIDs ==5267== Parent PID: 117 ==5267== ==5267== ==5267== HEAP SUMMARY: ==5267== in use at exit: 792,220 bytes in 9,418 blocks ==5267== total heap usage: 255,201 allocs, 245,783 frees, 21,815,954 bytes allocated ==5267== ==5267== LEAK SUMMARY: ==5267== definitely lost: 0 bytes in 0 blocks ==5267== indirectly lost: 0 bytes in 0 blocks ==5267== possibly lost: 528 bytes in 2 blocks ==5267== still reachable: 114,193 bytes in 436 blocks ==5267== of which reachable via heuristic: ==5267== length64 : 4,688 bytes in 74 blocks ==5267== newarray : 6,312 bytes in 49 blocks ==5267== suppressed: 608,259 bytes in 8,451 blocks ==5267== Reachable blocks (those to which a pointer was found) are not shown. ==5267== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5267== ==5267== For counts of detected and suppressed errors, rerun with: -v ==5267== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==5310== Memcheck, a memory error detector ==5310== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5310== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5310== Command: ./client-test Client::Source::eds_event::LinkedItemsNoTZ::testLinkedItemsUpdateChildNoIDs ==5310== Parent PID: 5267 ==5310== ==5318== Memcheck, a memory error detector ==5318== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5318== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5318== Command: ./client-test Client::Source::eds_event::LinkedItemsNoTZ::testLinkedItemsInsertBothUpdateChild ==5318== Parent PID: 117 ==5318== ==5318== ==5318== HEAP SUMMARY: ==5318== in use at exit: 787,366 bytes in 9,326 blocks ==5318== total heap usage: 415,165 allocs, 405,839 frees, 31,463,433 bytes allocated ==5318== ==5318== LEAK SUMMARY: ==5318== definitely lost: 0 bytes in 0 blocks ==5318== indirectly lost: 0 bytes in 0 blocks ==5318== possibly lost: 528 bytes in 2 blocks ==5318== still reachable: 110,624 bytes in 376 blocks ==5318== of which reachable via heuristic: ==5318== length64 : 4,688 bytes in 74 blocks ==5318== newarray : 6,312 bytes in 49 blocks ==5318== suppressed: 607,142 bytes in 8,421 blocks ==5318== Reachable blocks (those to which a pointer was found) are not shown. ==5318== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5318== ==5318== For counts of detected and suppressed errors, rerun with: -v ==5318== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==5370== Memcheck, a memory error detector ==5370== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5370== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5370== Command: ./client-test Client::Source::eds_event::LinkedItemsNoTZ::testLinkedItemsInsertBothUpdateChild ==5370== Parent PID: 5318 ==5370== ==5388== Memcheck, a memory error detector ==5388== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5388== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5388== Command: ./client-test Client::Source::eds_event::LinkedItemsNoTZ::testLinkedItemsInsertBothUpdateChild ==5388== Parent PID: 5318 ==5388== ==5408== Memcheck, a memory error detector ==5408== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5408== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5408== Command: ./client-test Client::Source::eds_event::LinkedItemsNoTZ::testLinkedItemsInsertBothUpdateParent ==5408== Parent PID: 117 ==5408== ==5408== ==5408== HEAP SUMMARY: ==5408== in use at exit: 783,833 bytes in 9,270 blocks ==5408== total heap usage: 415,912 allocs, 406,642 frees, 31,507,417 bytes allocated ==5408== ==5408== LEAK SUMMARY: ==5408== definitely lost: 0 bytes in 0 blocks ==5408== indirectly lost: 0 bytes in 0 blocks ==5408== possibly lost: 528 bytes in 2 blocks ==5408== still reachable: 109,452 bytes in 357 blocks ==5408== of which reachable via heuristic: ==5408== length64 : 4,688 bytes in 74 blocks ==5408== newarray : 6,312 bytes in 49 blocks ==5408== suppressed: 604,781 bytes in 8,384 blocks ==5408== Reachable blocks (those to which a pointer was found) are not shown. ==5408== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5408== ==5408== For counts of detected and suppressed errors, rerun with: -v ==5408== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==542== Memcheck, a memory error detector ==542== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==542== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==542== Command: ./client-test Client::Source::eds_event::testChangesMultiCycles ==542== Parent PID: 117 ==542== ==542== ==542== HEAP SUMMARY: ==542== in use at exit: 781,487 bytes in 9,232 blocks ==542== total heap usage: 835,986 allocs, 826,754 frees, 53,284,082 bytes allocated ==542== ==542== LEAK SUMMARY: ==542== definitely lost: 0 bytes in 0 blocks ==542== indirectly lost: 0 bytes in 0 blocks ==542== possibly lost: 528 bytes in 2 blocks ==542== still reachable: 107,909 bytes in 334 blocks ==542== of which reachable via heuristic: ==542== length64 : 4,688 bytes in 74 blocks ==542== newarray : 6,312 bytes in 49 blocks ==542== suppressed: 603,810 bytes in 8,367 blocks ==542== Reachable blocks (those to which a pointer was found) are not shown. ==542== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==542== ==542== For counts of detected and suppressed errors, rerun with: -v ==542== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==5460== Memcheck, a memory error detector ==5460== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5460== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5460== Command: ./client-test Client::Source::eds_event::LinkedItemsNoTZ::testLinkedItemsInsertBothUpdateParent ==5460== Parent PID: 5408 ==5460== ==5478== Memcheck, a memory error detector ==5478== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5478== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5478== Command: ./client-test Client::Source::eds_event::LinkedItemsNoTZ::testLinkedItemsInsertBothUpdateParent ==5478== Parent PID: 5408 ==5478== ==5499== Memcheck, a memory error detector ==5499== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5499== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5499== Command: ./client-test Client::Source::eds_task::testOpen ==5499== Parent PID: 117 ==5499== ==5499== ==5499== HEAP SUMMARY: ==5499== in use at exit: 774,420 bytes in 9,103 blocks ==5499== total heap usage: 122,974 allocs, 113,871 frees, 13,979,699 bytes allocated ==5499== ==5499== LEAK SUMMARY: ==5499== definitely lost: 0 bytes in 0 blocks ==5499== indirectly lost: 0 bytes in 0 blocks ==5499== possibly lost: 528 bytes in 2 blocks ==5499== still reachable: 111,949 bytes in 431 blocks ==5499== of which reachable via heuristic: ==5499== length64 : 4,448 bytes in 71 blocks ==5499== newarray : 6,296 bytes in 48 blocks ==5499== suppressed: 594,487 bytes in 8,161 blocks ==5499== Reachable blocks (those to which a pointer was found) are not shown. ==5499== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5499== ==5499== For counts of detected and suppressed errors, rerun with: -v ==5499== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==5516== Memcheck, a memory error detector ==5516== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5516== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5516== Command: ./client-test Client::Source::eds_task::testIterateTwice ==5516== Parent PID: 117 ==5516== ==5516== ==5516== HEAP SUMMARY: ==5516== in use at exit: 782,945 bytes in 9,269 blocks ==5516== total heap usage: 126,805 allocs, 117,536 frees, 14,164,961 bytes allocated ==5516== ==5516== LEAK SUMMARY: ==5516== definitely lost: 0 bytes in 0 blocks ==5516== indirectly lost: 0 bytes in 0 blocks ==5516== possibly lost: 528 bytes in 2 blocks ==5516== still reachable: 108,533 bytes in 339 blocks ==5516== of which reachable via heuristic: ==5516== length64 : 4,688 bytes in 74 blocks ==5516== newarray : 6,312 bytes in 49 blocks ==5516== suppressed: 604,644 bytes in 8,399 blocks ==5516== Reachable blocks (those to which a pointer was found) are not shown. ==5516== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5516== ==5516== For counts of detected and suppressed errors, rerun with: -v ==5516== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==5534== Memcheck, a memory error detector ==5534== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5534== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5534== Command: ./client-test Client::Source::eds_task::testDelete404 ==5534== Parent PID: 117 ==5534== ==5534== ==5534== HEAP SUMMARY: ==5534== in use at exit: 782,864 bytes in 9,271 blocks ==5534== total heap usage: 127,231 allocs, 117,960 frees, 14,175,831 bytes allocated ==5534== ==5534== LEAK SUMMARY: ==5534== definitely lost: 0 bytes in 0 blocks ==5534== indirectly lost: 0 bytes in 0 blocks ==5534== possibly lost: 528 bytes in 2 blocks ==5534== still reachable: 107,165 bytes in 328 blocks ==5534== of which reachable via heuristic: ==5534== length64 : 4,688 bytes in 74 blocks ==5534== newarray : 6,312 bytes in 49 blocks ==5534== suppressed: 606,099 bytes in 8,414 blocks ==5534== Reachable blocks (those to which a pointer was found) are not shown. ==5534== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5534== ==5534== For counts of detected and suppressed errors, rerun with: -v ==5534== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==5552== Memcheck, a memory error detector ==5552== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5552== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5552== Command: ./client-test Client::Source::eds_task::testReadItem404 ==5552== Parent PID: 117 ==5552== ==5552== ==5552== HEAP SUMMARY: ==5552== in use at exit: 782,294 bytes in 9,241 blocks ==5552== total heap usage: 126,975 allocs, 117,734 frees, 14,161,948 bytes allocated ==5552== ==5552== LEAK SUMMARY: ==5552== definitely lost: 0 bytes in 0 blocks ==5552== indirectly lost: 0 bytes in 0 blocks ==5552== possibly lost: 528 bytes in 2 blocks ==5552== still reachable: 107,569 bytes in 329 blocks ==5552== of which reachable via heuristic: ==5552== length64 : 4,688 bytes in 74 blocks ==5552== newarray : 6,312 bytes in 49 blocks ==5552== suppressed: 605,125 bytes in 8,383 blocks ==5552== Reachable blocks (those to which a pointer was found) are not shown. ==5552== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5552== ==5552== For counts of detected and suppressed errors, rerun with: -v ==5552== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==5570== Memcheck, a memory error detector ==5570== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5570== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5570== Command: ./client-test Client::Source::eds_task::testSimpleInsert ==5570== Parent PID: 117 ==5570== ==5570== ==5570== HEAP SUMMARY: ==5570== in use at exit: 783,193 bytes in 9,266 blocks ==5570== total heap usage: 150,695 allocs, 141,429 frees, 15,533,192 bytes allocated ==5570== ==5570== LEAK SUMMARY: ==5570== definitely lost: 0 bytes in 0 blocks ==5570== indirectly lost: 0 bytes in 0 blocks ==5570== possibly lost: 528 bytes in 2 blocks ==5570== still reachable: 109,404 bytes in 356 blocks ==5570== of which reachable via heuristic: ==5570== length64 : 4,688 bytes in 74 blocks ==5570== newarray : 6,312 bytes in 49 blocks ==5570== suppressed: 604,189 bytes in 8,381 blocks ==5570== Reachable blocks (those to which a pointer was found) are not shown. ==5570== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5570== ==5570== For counts of detected and suppressed errors, rerun with: -v ==5570== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==5600== Memcheck, a memory error detector ==5600== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5600== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5600== Command: ./client-test Client::Source::eds_task::testLocalDeleteAll ==5600== Parent PID: 117 ==5600== ==5600== ==5600== HEAP SUMMARY: ==5600== in use at exit: 782,414 bytes in 9,244 blocks ==5600== total heap usage: 199,032 allocs, 189,788 frees, 18,273,508 bytes allocated ==5600== ==5600== LEAK SUMMARY: ==5600== definitely lost: 0 bytes in 0 blocks ==5600== indirectly lost: 0 bytes in 0 blocks ==5600== possibly lost: 528 bytes in 2 blocks ==5600== still reachable: 107,525 bytes in 327 blocks ==5600== of which reachable via heuristic: ==5600== length64 : 4,688 bytes in 74 blocks ==5600== newarray : 6,312 bytes in 49 blocks ==5600== suppressed: 605,289 bytes in 8,388 blocks ==5600== Reachable blocks (those to which a pointer was found) are not shown. ==5600== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5600== ==5600== For counts of detected and suppressed errors, rerun with: -v ==5600== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==5654== Memcheck, a memory error detector ==5654== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5654== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5654== Command: ./client-test Client::Source::eds_task::testComplexInsert ==5654== Parent PID: 117 ==5654== ==5654== ==5654== HEAP SUMMARY: ==5654== in use at exit: 783,281 bytes in 9,274 blocks ==5654== total heap usage: 219,956 allocs, 210,682 frees, 19,436,933 bytes allocated ==5654== ==5654== LEAK SUMMARY: ==5654== definitely lost: 0 bytes in 0 blocks ==5654== indirectly lost: 0 bytes in 0 blocks ==5654== possibly lost: 528 bytes in 2 blocks ==5654== still reachable: 108,733 bytes in 340 blocks ==5654== of which reachable via heuristic: ==5654== length64 : 4,688 bytes in 74 blocks ==5654== newarray : 6,312 bytes in 49 blocks ==5654== suppressed: 604,780 bytes in 8,403 blocks ==5654== Reachable blocks (those to which a pointer was found) are not shown. ==5654== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5654== ==5654== For counts of detected and suppressed errors, rerun with: -v ==5654== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==5720== Memcheck, a memory error detector ==5720== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5720== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5720== Command: ./client-test Client::Source::eds_task::testInsertTwice ==5720== Parent PID: 117 ==5720== ==5720== ==5720== HEAP SUMMARY: ==5720== in use at exit: 783,641 bytes in 9,272 blocks ==5720== total heap usage: 175,143 allocs, 165,871 frees, 16,924,482 bytes allocated ==5720== ==5720== LEAK SUMMARY: ==5720== definitely lost: 0 bytes in 0 blocks ==5720== indirectly lost: 0 bytes in 0 blocks ==5720== possibly lost: 528 bytes in 2 blocks ==5720== still reachable: 109,404 bytes in 356 blocks ==5720== of which reachable via heuristic: ==5720== length64 : 4,688 bytes in 74 blocks ==5720== newarray : 6,312 bytes in 49 blocks ==5720== suppressed: 604,637 bytes in 8,387 blocks ==5720== Reachable blocks (those to which a pointer was found) are not shown. ==5720== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5720== ==5720== For counts of detected and suppressed errors, rerun with: -v ==5720== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==5762== Memcheck, a memory error detector ==5762== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5762== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5762== Command: ./client-test Client::Source::eds_task::testLocalUpdate ==5762== Parent PID: 117 ==5762== ==5762== ==5762== HEAP SUMMARY: ==5762== in use at exit: 782,985 bytes in 9,257 blocks ==5762== total heap usage: 245,517 allocs, 236,260 frees, 20,926,602 bytes allocated ==5762== ==5762== LEAK SUMMARY: ==5762== definitely lost: 0 bytes in 0 blocks ==5762== indirectly lost: 0 bytes in 0 blocks ==5762== possibly lost: 528 bytes in 2 blocks ==5762== still reachable: 107,829 bytes in 333 blocks ==5762== of which reachable via heuristic: ==5762== length64 : 4,688 bytes in 74 blocks ==5762== newarray : 6,312 bytes in 49 blocks ==5762== suppressed: 605,388 bytes in 8,393 blocks ==5762== Reachable blocks (those to which a pointer was found) are not shown. ==5762== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5762== ==5762== For counts of detected and suppressed errors, rerun with: -v ==5762== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==5840== Memcheck, a memory error detector ==5840== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5840== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5840== Command: ./client-test Client::Source::eds_task::testChanges ==5840== Parent PID: 117 ==5840== ==5840== ==5840== HEAP SUMMARY: ==5840== in use at exit: 782,214 bytes in 9,243 blocks ==5840== total heap usage: 994,781 allocs, 985,538 frees, 63,505,780 bytes allocated ==5840== ==5840== LEAK SUMMARY: ==5840== definitely lost: 0 bytes in 0 blocks ==5840== indirectly lost: 0 bytes in 0 blocks ==5840== possibly lost: 528 bytes in 2 blocks ==5840== still reachable: 107,525 bytes in 327 blocks ==5840== of which reachable via heuristic: ==5840== length64 : 4,688 bytes in 74 blocks ==5840== newarray : 6,312 bytes in 49 blocks ==5840== suppressed: 605,089 bytes in 8,387 blocks ==5840== Reachable blocks (those to which a pointer was found) are not shown. ==5840== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5840== ==5840== For counts of detected and suppressed errors, rerun with: -v ==5840== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==6303== Memcheck, a memory error detector ==6303== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6303== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6303== Command: ./client-test Client::Source::eds_task::testChangesMultiCycles ==6303== Parent PID: 117 ==6303== ==6303== ==6303== HEAP SUMMARY: ==6303== in use at exit: 782,745 bytes in 9,255 blocks ==6303== total heap usage: 895,828 allocs, 886,573 frees, 54,491,834 bytes allocated ==6303== ==6303== LEAK SUMMARY: ==6303== definitely lost: 0 bytes in 0 blocks ==6303== indirectly lost: 0 bytes in 0 blocks ==6303== possibly lost: 528 bytes in 2 blocks ==6303== still reachable: 107,829 bytes in 333 blocks ==6303== of which reachable via heuristic: ==6303== length64 : 4,688 bytes in 74 blocks ==6303== newarray : 6,312 bytes in 49 blocks ==6303== suppressed: 605,148 bytes in 8,391 blocks ==6303== Reachable blocks (those to which a pointer was found) are not shown. ==6303== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6303== ==6303== For counts of detected and suppressed errors, rerun with: -v ==6303== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==6766== Memcheck, a memory error detector ==6766== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6766== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6766== Command: ./client-test Client::Source::eds_task::testImport ==6766== Parent PID: 117 ==6766== ==6766== ==6766== HEAP SUMMARY: ==6766== in use at exit: 964,229 bytes in 12,154 blocks ==6766== total heap usage: 218,359 allocs, 206,205 frees, 21,048,831 bytes allocated ==6766== ==6766== LEAK SUMMARY: ==6766== definitely lost: 0 bytes in 0 blocks ==6766== indirectly lost: 0 bytes in 0 blocks ==6766== possibly lost: 528 bytes in 2 blocks ==6766== still reachable: 289,002 bytes in 3,228 blocks ==6766== of which reachable via heuristic: ==6766== length64 : 4,688 bytes in 74 blocks ==6766== newarray : 6,312 bytes in 49 blocks ==6766== suppressed: 605,459 bytes in 8,395 blocks ==6766== Reachable blocks (those to which a pointer was found) are not shown. ==6766== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6766== ==6766== For counts of detected and suppressed errors, rerun with: -v ==6766== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==6822== Memcheck, a memory error detector ==6822== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6822== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6822== Command: ./client-test Client::Source::eds_task::testImport ==6822== Parent PID: 6766 ==6822== ==6830== Memcheck, a memory error detector ==6830== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6830== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6830== Command: ./client-test Client::Source::eds_task::testImportDelete ==6830== Parent PID: 117 ==6830== ==6830== ==6830== HEAP SUMMARY: ==6830== in use at exit: 964,907 bytes in 12,166 blocks ==6830== total heap usage: 264,968 allocs, 252,802 frees, 23,686,868 bytes allocated ==6830== ==6830== LEAK SUMMARY: ==6830== definitely lost: 0 bytes in 0 blocks ==6830== indirectly lost: 0 bytes in 0 blocks ==6830== possibly lost: 528 bytes in 2 blocks ==6830== still reachable: 288,962 bytes in 3,224 blocks ==6830== of which reachable via heuristic: ==6830== length64 : 4,688 bytes in 74 blocks ==6830== newarray : 6,312 bytes in 49 blocks ==6830== suppressed: 606,345 bytes in 8,413 blocks ==6830== Reachable blocks (those to which a pointer was found) are not shown. ==6830== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6830== ==6830== For counts of detected and suppressed errors, rerun with: -v ==6830== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==6887== Memcheck, a memory error detector ==6887== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6887== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6887== Command: ./client-test Client::Source::eds_task::testImportDelete ==6887== Parent PID: 6830 ==6887== ==6919== Memcheck, a memory error detector ==6919== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6919== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6919== Command: ./client-test Client::Source::eds_task::testRemoveProperties ==6919== Parent PID: 117 ==6919== ==6919== ==6919== HEAP SUMMARY: ==6919== in use at exit: 962,076 bytes in 12,121 blocks ==6919== total heap usage: 249,216 allocs, 237,095 frees, 23,828,965 bytes allocated ==6919== ==6919== LEAK SUMMARY: ==6919== definitely lost: 0 bytes in 0 blocks ==6919== indirectly lost: 0 bytes in 0 blocks ==6919== possibly lost: 528 bytes in 2 blocks ==6919== still reachable: 289,098 bytes in 3,229 blocks ==6919== of which reachable via heuristic: ==6919== length64 : 4,688 bytes in 74 blocks ==6919== newarray : 6,312 bytes in 49 blocks ==6919== suppressed: 603,210 bytes in 8,361 blocks ==6919== Reachable blocks (those to which a pointer was found) are not shown. ==6919== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6919== ==6919== For counts of detected and suppressed errors, rerun with: -v ==6919== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==6988== Memcheck, a memory error detector ==6988== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6988== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6988== Command: ./client-test Client::Source::eds_task::testRemoveProperties ==6988== Parent PID: 6919 ==6988== ==6996== Memcheck, a memory error detector ==6996== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6996== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6996== Command: ./client-test Client::Source::eds_task::testManyChanges ==6996== Parent PID: 117 ==6996== ==6996== ==6996== HEAP SUMMARY: ==6996== in use at exit: 782,918 bytes in 9,241 blocks ==6996== total heap usage: 592,230 allocs, 582,989 frees, 47,571,034 bytes allocated ==6996== ==6996== LEAK SUMMARY: ==6996== definitely lost: 0 bytes in 0 blocks ==6996== indirectly lost: 0 bytes in 0 blocks ==6996== possibly lost: 528 bytes in 2 blocks ==6996== still reachable: 108,549 bytes in 328 blocks ==6996== of which reachable via heuristic: ==6996== length64 : 4,688 bytes in 74 blocks ==6996== newarray : 6,312 bytes in 49 blocks ==6996== suppressed: 604,769 bytes in 8,384 blocks ==6996== Reachable blocks (those to which a pointer was found) are not shown. ==6996== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6996== ==6996== For counts of detected and suppressed errors, rerun with: -v ==6996== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==7098== Memcheck, a memory error detector ==7098== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7098== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7098== Command: ./client-test Client::Source::eds_contact::testOpen ==7098== Parent PID: 117 ==7098== ==7098== ==7098== HEAP SUMMARY: ==7098== in use at exit: 683,166 bytes in 8,511 blocks ==7098== total heap usage: 133,345 allocs, 124,834 frees, 14,700,325 bytes allocated ==7098== ==7098== LEAK SUMMARY: ==7098== definitely lost: 0 bytes in 0 blocks ==7098== indirectly lost: 0 bytes in 0 blocks ==7098== possibly lost: 528 bytes in 2 blocks ==7098== still reachable: 108,933 bytes in 375 blocks ==7098== of which reachable via heuristic: ==7098== length64 : 4,424 bytes in 71 blocks ==7098== newarray : 6,280 bytes in 47 blocks ==7098== suppressed: 507,225 bytes in 7,636 blocks ==7098== Reachable blocks (those to which a pointer was found) are not shown. ==7098== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7098== ==7098== For counts of detected and suppressed errors, rerun with: -v ==7098== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==711== Memcheck, a memory error detector ==711== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==711== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==711== Command: ./client-test Client::Source::eds_event::testImport ==711== Parent PID: 117 ==711== ==711== ==711== HEAP SUMMARY: ==711== in use at exit: 943,434 bytes in 11,823 blocks ==711== total heap usage: 287,200 allocs, 275,377 frees, 27,391,205 bytes allocated ==711== ==711== LEAK SUMMARY: ==711== definitely lost: 0 bytes in 0 blocks ==711== indirectly lost: 0 bytes in 0 blocks ==711== possibly lost: 528 bytes in 2 blocks ==711== still reachable: 266,959 bytes in 2,875 blocks ==711== of which reachable via heuristic: ==711== length64 : 4,688 bytes in 74 blocks ==711== newarray : 6,312 bytes in 49 blocks ==711== suppressed: 606,875 bytes in 8,419 blocks ==711== Reachable blocks (those to which a pointer was found) are not shown. ==711== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==711== ==711== For counts of detected and suppressed errors, rerun with: -v ==711== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==7117== Memcheck, a memory error detector ==7117== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7117== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7117== Command: ./client-test Client::Source::eds_contact::testIterateTwice ==7117== Parent PID: 117 ==7117== ==7117== ==7117== HEAP SUMMARY: ==7117== in use at exit: 704,387 bytes in 8,849 blocks ==7117== total heap usage: 137,524 allocs, 128,675 frees, 14,897,058 bytes allocated ==7117== ==7117== LEAK SUMMARY: ==7117== definitely lost: 0 bytes in 0 blocks ==7117== indirectly lost: 0 bytes in 0 blocks ==7117== possibly lost: 528 bytes in 2 blocks ==7117== still reachable: 112,647 bytes in 410 blocks ==7117== of which reachable via heuristic: ==7117== length64 : 4,664 bytes in 74 blocks ==7117== newarray : 6,296 bytes in 48 blocks ==7117== suppressed: 522,988 bytes in 7,920 blocks ==7117== Reachable blocks (those to which a pointer was found) are not shown. ==7117== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7117== ==7117== For counts of detected and suppressed errors, rerun with: -v ==7117== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==7138== Memcheck, a memory error detector ==7138== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7138== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7138== Command: ./client-test Client::Source::eds_contact::testDelete404 ==7138== Parent PID: 117 ==7138== ==7138== ==7138== HEAP SUMMARY: ==7138== in use at exit: 701,288 bytes in 8,820 blocks ==7138== total heap usage: 138,205 allocs, 129,385 frees, 14,920,616 bytes allocated ==7138== ==7138== LEAK SUMMARY: ==7138== definitely lost: 0 bytes in 0 blocks ==7138== indirectly lost: 0 bytes in 0 blocks ==7138== possibly lost: 528 bytes in 2 blocks ==7138== still reachable: 108,285 bytes in 339 blocks ==7138== of which reachable via heuristic: ==7138== length64 : 4,664 bytes in 74 blocks ==7138== newarray : 6,296 bytes in 48 blocks ==7138== suppressed: 524,251 bytes in 7,962 blocks ==7138== Reachable blocks (those to which a pointer was found) are not shown. ==7138== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7138== ==7138== For counts of detected and suppressed errors, rerun with: -v ==7138== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==7159== Memcheck, a memory error detector ==7159== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7159== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7159== Command: ./client-test Client::Source::eds_contact::testReadItem404 ==7159== Parent PID: 117 ==7159== ==7159== ==7159== HEAP SUMMARY: ==7159== in use at exit: 697,372 bytes in 8,737 blocks ==7159== total heap usage: 138,206 allocs, 129,469 frees, 14,921,143 bytes allocated ==7159== ==7159== LEAK SUMMARY: ==7159== definitely lost: 0 bytes in 0 blocks ==7159== indirectly lost: 0 bytes in 0 blocks ==7159== possibly lost: 528 bytes in 2 blocks ==7159== still reachable: 108,181 bytes in 336 blocks ==7159== of which reachable via heuristic: ==7159== length64 : 4,664 bytes in 74 blocks ==7159== newarray : 6,296 bytes in 48 blocks ==7159== suppressed: 520,439 bytes in 7,882 blocks ==7159== Reachable blocks (those to which a pointer was found) are not shown. ==7159== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7159== ==7159== For counts of detected and suppressed errors, rerun with: -v ==7159== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==7180== Memcheck, a memory error detector ==7180== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7180== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7180== Command: ./client-test Client::Source::eds_contact::testSimpleInsert ==7180== Parent PID: 117 ==7180== ==7180== ==7180== HEAP SUMMARY: ==7180== in use at exit: 755,098 bytes in 9,255 blocks ==7180== total heap usage: 158,657 allocs, 149,402 frees, 16,223,893 bytes allocated ==7180== ==7180== LEAK SUMMARY: ==7180== definitely lost: 0 bytes in 0 blocks ==7180== indirectly lost: 0 bytes in 0 blocks ==7180== possibly lost: 960 bytes in 3 blocks ==7180== still reachable: 110,697 bytes in 348 blocks ==7180== of which reachable via heuristic: ==7180== length64 : 4,664 bytes in 74 blocks ==7180== newarray : 6,296 bytes in 48 blocks ==7180== suppressed: 554,353 bytes in 8,250 blocks ==7180== Reachable blocks (those to which a pointer was found) are not shown. ==7180== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7180== ==7180== For counts of detected and suppressed errors, rerun with: -v ==7180== ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 70 from 70) ==7206== Memcheck, a memory error detector ==7206== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7206== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7206== Command: ./client-test Client::Source::eds_contact::testLocalDeleteAll ==7206== Parent PID: 117 ==7206== ==7206== ==7206== HEAP SUMMARY: ==7206== in use at exit: 752,486 bytes in 9,213 blocks ==7206== total heap usage: 197,012 allocs, 187,799 frees, 18,595,352 bytes allocated ==7206== ==7206== LEAK SUMMARY: ==7206== definitely lost: 0 bytes in 0 blocks ==7206== indirectly lost: 0 bytes in 0 blocks ==7206== possibly lost: 960 bytes in 3 blocks ==7206== still reachable: 110,265 bytes in 342 blocks ==7206== of which reachable via heuristic: ==7206== length64 : 4,664 bytes in 74 blocks ==7206== newarray : 6,296 bytes in 48 blocks ==7206== suppressed: 552,341 bytes in 8,216 blocks ==7206== Reachable blocks (those to which a pointer was found) are not shown. ==7206== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7206== ==7206== For counts of detected and suppressed errors, rerun with: -v ==7206== ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 70 from 70) ==7241== Memcheck, a memory error detector ==7241== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7241== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7241== Command: ./client-test Client::Source::eds_contact::testComplexInsert ==7241== Parent PID: 117 ==7241== ==7241== ==7241== HEAP SUMMARY: ==7241== in use at exit: 757,057 bytes in 9,272 blocks ==7241== total heap usage: 213,121 allocs, 203,849 frees, 19,611,843 bytes allocated ==7241== ==7241== LEAK SUMMARY: ==7241== definitely lost: 0 bytes in 0 blocks ==7241== indirectly lost: 0 bytes in 0 blocks ==7241== possibly lost: 960 bytes in 3 blocks ==7241== still reachable: 113,273 bytes in 390 blocks ==7241== of which reachable via heuristic: ==7241== length64 : 4,664 bytes in 74 blocks ==7241== newarray : 6,296 bytes in 48 blocks ==7241== suppressed: 553,904 bytes in 8,227 blocks ==7241== Reachable blocks (those to which a pointer was found) are not shown. ==7241== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7241== ==7241== For counts of detected and suppressed errors, rerun with: -v ==7241== ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 70 from 70) ==7281== Memcheck, a memory error detector ==7281== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7281== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7281== Command: ./client-test Client::Source::eds_contact::testLocalUpdate ==7281== Parent PID: 117 ==7281== ==7281== ==7281== HEAP SUMMARY: ==7281== in use at exit: 758,787 bytes in 9,298 blocks ==7281== total heap usage: 234,217 allocs, 224,919 frees, 20,937,795 bytes allocated ==7281== ==7281== LEAK SUMMARY: ==7281== definitely lost: 0 bytes in 0 blocks ==7281== indirectly lost: 0 bytes in 0 blocks ==7281== possibly lost: 960 bytes in 3 blocks ==7281== still reachable: 114,771 bytes in 413 blocks ==7281== of which reachable via heuristic: ==7281== length64 : 4,664 bytes in 74 blocks ==7281== newarray : 6,296 bytes in 48 blocks ==7281== suppressed: 554,136 bytes in 8,230 blocks ==7281== Reachable blocks (those to which a pointer was found) are not shown. ==7281== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7281== ==7281== For counts of detected and suppressed errors, rerun with: -v ==7281== ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 70 from 70) ==7325== Memcheck, a memory error detector ==7325== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7325== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7325== Command: ./client-test Client::Source::eds_contact::testChanges ==7325== Parent PID: 117 ==7325== ==7325== ==7325== HEAP SUMMARY: ==7325== in use at exit: 755,418 bytes in 9,246 blocks ==7325== total heap usage: 839,889 allocs, 830,643 frees, 58,484,440 bytes allocated ==7325== ==7325== LEAK SUMMARY: ==7325== definitely lost: 0 bytes in 0 blocks ==7325== indirectly lost: 0 bytes in 0 blocks ==7325== possibly lost: 960 bytes in 3 blocks ==7325== still reachable: 111,818 bytes in 366 blocks ==7325== of which reachable via heuristic: ==7325== length64 : 4,664 bytes in 74 blocks ==7325== newarray : 6,296 bytes in 48 blocks ==7325== suppressed: 553,720 bytes in 8,225 blocks ==7325== Reachable blocks (those to which a pointer was found) are not shown. ==7325== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7325== ==7325== For counts of detected and suppressed errors, rerun with: -v ==7325== ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 70 from 70) ==747== Memcheck, a memory error detector ==747== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==747== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==747== Command: ./client-test Client::Source::eds_event::testImport ==747== Parent PID: 711 ==747== ==7510== Memcheck, a memory error detector ==7510== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7510== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7510== Command: ./client-test Client::Source::eds_contact::testChangesMultiCycles ==7510== Parent PID: 117 ==7510== ==7510== ==7510== HEAP SUMMARY: ==7510== in use at exit: 754,466 bytes in 9,256 blocks ==7510== total heap usage: 735,782 allocs, 726,526 frees, 49,317,489 bytes allocated ==7510== ==7510== LEAK SUMMARY: ==7510== definitely lost: 0 bytes in 0 blocks ==7510== indirectly lost: 0 bytes in 0 blocks ==7510== possibly lost: 960 bytes in 3 blocks ==7510== still reachable: 110,833 bytes in 350 blocks ==7510== of which reachable via heuristic: ==7510== length64 : 4,664 bytes in 74 blocks ==7510== newarray : 6,296 bytes in 48 blocks ==7510== suppressed: 553,585 bytes in 8,249 blocks ==7510== Reachable blocks (those to which a pointer was found) are not shown. ==7510== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7510== ==7510== For counts of detected and suppressed errors, rerun with: -v ==7510== ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 70 from 70) ==755== Memcheck, a memory error detector ==755== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==755== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==755== Command: ./client-test Client::Source::eds_event::testImportDelete ==755== Parent PID: 117 ==755== ==755== ==755== HEAP SUMMARY: ==755== in use at exit: 942,231 bytes in 11,821 blocks ==755== total heap usage: 377,603 allocs, 365,782 frees, 32,801,522 bytes allocated ==755== ==755== LEAK SUMMARY: ==755== definitely lost: 0 bytes in 0 blocks ==755== indirectly lost: 0 bytes in 0 blocks ==755== possibly lost: 528 bytes in 2 blocks ==755== still reachable: 264,093 bytes in 2,827 blocks ==755== of which reachable via heuristic: ==755== length64 : 4,688 bytes in 74 blocks ==755== newarray : 6,312 bytes in 49 blocks ==755== suppressed: 608,538 bytes in 8,465 blocks ==755== Reachable blocks (those to which a pointer was found) are not shown. ==755== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==755== ==755== For counts of detected and suppressed errors, rerun with: -v ==755== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==7695== Memcheck, a memory error detector ==7695== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7695== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7695== Command: ./client-test Client::Source::eds_contact::testImport ==7695== Parent PID: 117 ==7695== ==7695== ==7695== HEAP SUMMARY: ==7695== in use at exit: 743,069 bytes in 9,050 blocks ==7695== total heap usage: 260,115 allocs, 251,065 frees, 24,758,459 bytes allocated ==7695== ==7695== LEAK SUMMARY: ==7695== definitely lost: 0 bytes in 0 blocks ==7695== indirectly lost: 0 bytes in 0 blocks ==7695== possibly lost: 960 bytes in 3 blocks ==7695== still reachable: 108,196 bytes in 341 blocks ==7695== of which reachable via heuristic: ==7695== length64 : 4,664 bytes in 74 blocks ==7695== newarray : 6,296 bytes in 48 blocks ==7695== suppressed: 544,825 bytes in 8,052 blocks ==7695== Reachable blocks (those to which a pointer was found) are not shown. ==7695== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7695== ==7695== For counts of detected and suppressed errors, rerun with: -v ==7695== ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 70 from 70) ==7732== Memcheck, a memory error detector ==7732== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7732== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7732== Command: ./client-test Client::Source::eds_contact::testImport ==7732== Parent PID: 7695 ==7732== ==7741== Memcheck, a memory error detector ==7741== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7741== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7741== Command: ./client-test Client::Source::eds_contact::testImportDelete ==7741== Parent PID: 117 ==7741== ==7741== ==7741== HEAP SUMMARY: ==7741== in use at exit: 757,582 bytes in 9,284 blocks ==7741== total heap usage: 319,745 allocs, 310,461 frees, 28,687,143 bytes allocated ==7741== ==7741== LEAK SUMMARY: ==7741== definitely lost: 0 bytes in 0 blocks ==7741== indirectly lost: 0 bytes in 0 blocks ==7741== possibly lost: 960 bytes in 3 blocks ==7741== still reachable: 113,990 bytes in 401 blocks ==7741== of which reachable via heuristic: ==7741== length64 : 4,664 bytes in 74 blocks ==7741== newarray : 6,296 bytes in 48 blocks ==7741== suppressed: 553,712 bytes in 8,228 blocks ==7741== Reachable blocks (those to which a pointer was found) are not shown. ==7741== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7741== ==7741== For counts of detected and suppressed errors, rerun with: -v ==7741== ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 70 from 70) ==7778== Memcheck, a memory error detector ==7778== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7778== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7778== Command: ./client-test Client::Source::eds_contact::testImportDelete ==7778== Parent PID: 7741 ==7778== ==7796== Memcheck, a memory error detector ==7796== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7796== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7796== Command: ./client-test Client::Source::eds_contact::testRemoveProperties ==7796== Parent PID: 117 ==7796== ==7796== ==7796== HEAP SUMMARY: ==7796== in use at exit: 755,146 bytes in 9,243 blocks ==7796== total heap usage: 325,297 allocs, 316,054 frees, 31,227,086 bytes allocated ==7796== ==7796== LEAK SUMMARY: ==7796== definitely lost: 0 bytes in 0 blocks ==7796== indirectly lost: 0 bytes in 0 blocks ==7796== possibly lost: 960 bytes in 3 blocks ==7796== still reachable: 111,818 bytes in 366 blocks ==7796== of which reachable via heuristic: ==7796== length64 : 4,664 bytes in 74 blocks ==7796== newarray : 6,296 bytes in 48 blocks ==7796== suppressed: 553,448 bytes in 8,222 blocks ==7796== Reachable blocks (those to which a pointer was found) are not shown. ==7796== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7796== ==7796== For counts of detected and suppressed errors, rerun with: -v ==7796== ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 70 from 70) ==7837== Memcheck, a memory error detector ==7837== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7837== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7837== Command: ./client-test Client::Source::eds_contact::testRemoveProperties ==7837== Parent PID: 7796 ==7837== ==7846== Memcheck, a memory error detector ==7846== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7846== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7846== Command: ./client-test Client::Source::eds_contact::testManyChanges ==7846== Parent PID: 117 ==7846== ==7846== ==7846== HEAP SUMMARY: ==7846== in use at exit: 755,305 bytes in 9,216 blocks ==7846== total heap usage: 544,622 allocs, 535,406 frees, 47,602,080 bytes allocated ==7846== ==7846== LEAK SUMMARY: ==7846== definitely lost: 0 bytes in 0 blocks ==7846== indirectly lost: 0 bytes in 0 blocks ==7846== possibly lost: 960 bytes in 3 blocks ==7846== still reachable: 113,962 bytes in 368 blocks ==7846== of which reachable via heuristic: ==7846== length64 : 4,664 bytes in 74 blocks ==7846== newarray : 6,296 bytes in 48 blocks ==7846== suppressed: 551,463 bytes in 8,193 blocks ==7846== Reachable blocks (those to which a pointer was found) are not shown. ==7846== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7846== ==7846== For counts of detected and suppressed errors, rerun with: -v ==7846== ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 70 from 70) ==7898== Memcheck, a memory error detector ==7898== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7898== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7898== Command: ./client-test Client::Source::eds_memo::testOpen ==7898== Parent PID: 117 ==7898== ==7898== ==7898== HEAP SUMMARY: ==7898== in use at exit: 777,719 bytes in 9,153 blocks ==7898== total heap usage: 123,192 allocs, 114,039 frees, 13,987,133 bytes allocated ==7898== ==7898== LEAK SUMMARY: ==7898== definitely lost: 0 bytes in 0 blocks ==7898== indirectly lost: 0 bytes in 0 blocks ==7898== possibly lost: 528 bytes in 2 blocks ==7898== still reachable: 113,048 bytes in 436 blocks ==7898== of which reachable via heuristic: ==7898== length64 : 4,448 bytes in 71 blocks ==7898== newarray : 6,296 bytes in 48 blocks ==7898== suppressed: 596,687 bytes in 8,206 blocks ==7898== Reachable blocks (those to which a pointer was found) are not shown. ==7898== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7898== ==7898== For counts of detected and suppressed errors, rerun with: -v ==7898== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==790== Memcheck, a memory error detector ==790== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==790== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==790== Command: ./client-test Client::Source::eds_event::testImportDelete ==790== Parent PID: 755 ==790== ==7915== Memcheck, a memory error detector ==7915== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7915== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7915== Command: ./client-test Client::Source::eds_memo::testIterateTwice ==7915== Parent PID: 117 ==7915== ==7915== ==7915== HEAP SUMMARY: ==7915== in use at exit: 782,913 bytes in 9,255 blocks ==7915== total heap usage: 127,087 allocs, 117,832 frees, 14,177,607 bytes allocated ==7915== ==7915== LEAK SUMMARY: ==7915== definitely lost: 0 bytes in 0 blocks ==7915== indirectly lost: 0 bytes in 0 blocks ==7915== possibly lost: 528 bytes in 2 blocks ==7915== still reachable: 107,821 bytes in 332 blocks ==7915== of which reachable via heuristic: ==7915== length64 : 4,688 bytes in 74 blocks ==7915== newarray : 6,312 bytes in 49 blocks ==7915== suppressed: 605,324 bytes in 8,392 blocks ==7915== Reachable blocks (those to which a pointer was found) are not shown. ==7915== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7915== ==7915== For counts of detected and suppressed errors, rerun with: -v ==7915== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==7933== Memcheck, a memory error detector ==7933== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7933== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7933== Command: ./client-test Client::Source::eds_memo::testDelete404 ==7933== Parent PID: 117 ==7933== ==7933== ==7933== HEAP SUMMARY: ==7933== in use at exit: 783,767 bytes in 9,270 blocks ==7933== total heap usage: 127,171 allocs, 117,901 frees, 14,172,350 bytes allocated ==7933== ==7933== LEAK SUMMARY: ==7933== definitely lost: 0 bytes in 0 blocks ==7933== indirectly lost: 0 bytes in 0 blocks ==7933== possibly lost: 528 bytes in 2 blocks ==7933== still reachable: 107,781 bytes in 328 blocks ==7933== of which reachable via heuristic: ==7933== length64 : 4,688 bytes in 74 blocks ==7933== newarray : 6,312 bytes in 49 blocks ==7933== suppressed: 606,386 bytes in 8,413 blocks ==7933== Reachable blocks (those to which a pointer was found) are not shown. ==7933== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7933== ==7933== For counts of detected and suppressed errors, rerun with: -v ==7933== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==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::Source::eds_memo::testReadItem404 ==7951== Parent PID: 117 ==7951== ==7951== ==7951== HEAP SUMMARY: ==7951== in use at exit: 783,615 bytes in 9,267 blocks ==7951== total heap usage: 127,039 allocs, 117,772 frees, 14,166,324 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: 528 bytes in 2 blocks ==7951== still reachable: 107,781 bytes in 328 blocks ==7951== of which reachable via heuristic: ==7951== length64 : 4,688 bytes in 74 blocks ==7951== newarray : 6,312 bytes in 49 blocks ==7951== suppressed: 606,234 bytes in 8,410 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: 2 errors from 2 contexts (suppressed: 70 from 70) ==7969== Memcheck, a memory error detector ==7969== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7969== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7969== Command: ./client-test Client::Source::eds_memo::testSimpleInsert ==7969== Parent PID: 117 ==7969== ==7969== ==7969== HEAP SUMMARY: ==7969== in use at exit: 784,194 bytes in 9,282 blocks ==7969== total heap usage: 151,129 allocs, 141,847 frees, 15,542,499 bytes allocated ==7969== ==7969== LEAK SUMMARY: ==7969== definitely lost: 0 bytes in 0 blocks ==7969== indirectly lost: 0 bytes in 0 blocks ==7969== possibly lost: 528 bytes in 2 blocks ==7969== still reachable: 108,125 bytes in 335 blocks ==7969== of which reachable via heuristic: ==7969== length64 : 4,688 bytes in 74 blocks ==7969== newarray : 6,312 bytes in 49 blocks ==7969== suppressed: 606,301 bytes in 8,416 blocks ==7969== Reachable blocks (those to which a pointer was found) are not shown. ==7969== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7969== ==7969== For counts of detected and suppressed errors, rerun with: -v ==7969== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==7999== Memcheck, a memory error detector ==7999== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7999== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7999== Command: ./client-test Client::Source::eds_memo::testLocalDeleteAll ==7999== Parent PID: 117 ==7999== ==7999== ==7999== HEAP SUMMARY: ==7999== in use at exit: 781,958 bytes in 9,244 blocks ==7999== total heap usage: 198,813 allocs, 189,569 frees, 18,253,391 bytes allocated ==7999== ==7999== LEAK SUMMARY: ==7999== definitely lost: 0 bytes in 0 blocks ==7999== indirectly lost: 0 bytes in 0 blocks ==7999== possibly lost: 528 bytes in 2 blocks ==7999== still reachable: 108,001 bytes in 333 blocks ==7999== of which reachable via heuristic: ==7999== length64 : 4,688 bytes in 74 blocks ==7999== newarray : 6,312 bytes in 49 blocks ==7999== suppressed: 604,357 bytes in 8,382 blocks ==7999== Reachable blocks (those to which a pointer was found) are not shown. ==7999== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7999== ==7999== For counts of detected and suppressed errors, rerun with: -v ==7999== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==8055== Memcheck, a memory error detector ==8055== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8055== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8055== Command: ./client-test Client::Source::eds_memo::testComplexInsert ==8055== Parent PID: 117 ==8055== ==8055== ==8055== HEAP SUMMARY: ==8055== in use at exit: 784,194 bytes in 9,282 blocks ==8055== total heap usage: 219,696 allocs, 210,414 frees, 19,417,026 bytes allocated ==8055== ==8055== LEAK SUMMARY: ==8055== definitely lost: 0 bytes in 0 blocks ==8055== indirectly lost: 0 bytes in 0 blocks ==8055== possibly lost: 528 bytes in 2 blocks ==8055== still reachable: 108,125 bytes in 335 blocks ==8055== of which reachable via heuristic: ==8055== length64 : 4,688 bytes in 74 blocks ==8055== newarray : 6,312 bytes in 49 blocks ==8055== suppressed: 606,301 bytes in 8,416 blocks ==8055== Reachable blocks (those to which a pointer was found) are not shown. ==8055== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==8055== ==8055== For counts of detected and suppressed errors, rerun with: -v ==8055== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==806== Memcheck, a memory error detector ==806== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==806== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==806== Command: ./client-test Client::Source::eds_event::testRemoveProperties ==806== Parent PID: 117 ==806== ==806== ==806== HEAP SUMMARY: ==806== in use at exit: 941,903 bytes in 11,794 blocks ==806== total heap usage: 372,152 allocs, 360,358 frees, 36,048,231 bytes allocated ==806== ==806== LEAK SUMMARY: ==806== definitely lost: 0 bytes in 0 blocks ==806== indirectly lost: 0 bytes in 0 blocks ==806== possibly lost: 528 bytes in 2 blocks ==806== still reachable: 265,572 bytes in 2,852 blocks ==806== of which reachable via heuristic: ==806== length64 : 4,688 bytes in 74 blocks ==806== newarray : 6,312 bytes in 49 blocks ==806== suppressed: 606,731 bytes in 8,413 blocks ==806== Reachable blocks (those to which a pointer was found) are not shown. ==806== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==806== ==806== For counts of detected and suppressed errors, rerun with: -v ==806== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==8121== Memcheck, a memory error detector ==8121== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8121== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8121== Command: ./client-test Client::Source::eds_memo::testLocalUpdate ==8121== Parent PID: 117 ==8121== ==8121== ==8121== HEAP SUMMARY: ==8121== in use at exit: 784,426 bytes in 9,287 blocks ==8121== total heap usage: 244,385 allocs, 235,098 frees, 20,859,858 bytes allocated ==8121== ==8121== LEAK SUMMARY: ==8121== definitely lost: 0 bytes in 0 blocks ==8121== indirectly lost: 0 bytes in 0 blocks ==8121== possibly lost: 528 bytes in 2 blocks ==8121== still reachable: 108,125 bytes in 335 blocks ==8121== of which reachable via heuristic: ==8121== length64 : 4,688 bytes in 74 blocks ==8121== newarray : 6,312 bytes in 49 blocks ==8121== suppressed: 606,533 bytes in 8,421 blocks ==8121== Reachable blocks (those to which a pointer was found) are not shown. ==8121== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==8121== ==8121== For counts of detected and suppressed errors, rerun with: -v ==8121== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==8199== Memcheck, a memory error detector ==8199== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8199== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8199== Command: ./client-test Client::Source::eds_memo::testChanges ==8199== Parent PID: 117 ==8199== ==8199== ==8199== HEAP SUMMARY: ==8199== in use at exit: 782,752 bytes in 9,267 blocks ==8199== total heap usage: 991,767 allocs, 982,500 frees, 63,267,870 bytes allocated ==8199== ==8199== LEAK SUMMARY: ==8199== definitely lost: 0 bytes in 0 blocks ==8199== indirectly lost: 0 bytes in 0 blocks ==8199== possibly lost: 528 bytes in 2 blocks ==8199== still reachable: 107,237 bytes in 329 blocks ==8199== of which reachable via heuristic: ==8199== length64 : 4,688 bytes in 74 blocks ==8199== newarray : 6,312 bytes in 49 blocks ==8199== suppressed: 605,915 bytes in 8,409 blocks ==8199== Reachable blocks (those to which a pointer was found) are not shown. ==8199== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==8199== ==8199== For counts of detected and suppressed errors, rerun with: -v ==8199== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==845== Memcheck, a memory error detector ==845== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==845== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==845== Command: ./client-test Client::Source::eds_event::testRemoveProperties ==845== Parent PID: 806 ==845== ==853== Memcheck, a memory error detector ==853== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==853== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==853== Command: ./client-test Client::Source::eds_event::testManyChanges ==853== Parent PID: 117 ==853== ==853== ==853== HEAP SUMMARY: ==853== in use at exit: 775,147 bytes in 9,097 blocks ==853== total heap usage: 640,120 allocs, 631,023 frees, 52,919,338 bytes allocated ==853== ==853== LEAK SUMMARY: ==853== definitely lost: 0 bytes in 0 blocks ==853== indirectly lost: 0 bytes in 0 blocks ==853== possibly lost: 528 bytes in 2 blocks ==853== still reachable: 107,121 bytes in 314 blocks ==853== of which reachable via heuristic: ==853== length64 : 4,688 bytes in 74 blocks ==853== newarray : 6,312 bytes in 49 blocks ==853== suppressed: 598,426 bytes in 8,254 blocks ==853== Reachable blocks (those to which a pointer was found) are not shown. ==853== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==853== ==853== For counts of detected and suppressed errors, rerun with: -v ==853== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==8662== Memcheck, a memory error detector ==8662== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8662== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8662== Command: ./client-test Client::Source::eds_memo::testChangesMultiCycles ==8662== Parent PID: 117 ==8662== ==8662== ==8662== HEAP SUMMARY: ==8662== in use at exit: 780,509 bytes in 9,213 blocks ==8662== total heap usage: 889,718 allocs, 880,505 frees, 54,187,913 bytes allocated ==8662== ==8662== LEAK SUMMARY: ==8662== definitely lost: 0 bytes in 0 blocks ==8662== indirectly lost: 0 bytes in 0 blocks ==8662== possibly lost: 528 bytes in 2 blocks ==8662== still reachable: 107,037 bytes in 325 blocks ==8662== of which reachable via heuristic: ==8662== length64 : 4,688 bytes in 74 blocks ==8662== newarray : 6,312 bytes in 49 blocks ==8662== suppressed: 603,872 bytes in 8,359 blocks ==8662== Reachable blocks (those to which a pointer was found) are not shown. ==8662== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==8662== ==8662== For counts of detected and suppressed errors, rerun with: -v ==8662== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==902== Memcheck, a memory error detector ==902== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==902== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==902== Command: ./client-test Client::Source::eds_event::LinkedItemsDefault::testLinkedItemsParent ==902== Parent PID: 117 ==902== ==902== ==902== HEAP SUMMARY: ==902== in use at exit: 943,928 bytes in 11,853 blocks ==902== total heap usage: 329,488 allocs, 317,635 frees, 27,522,569 bytes allocated ==902== ==902== LEAK SUMMARY: ==902== definitely lost: 0 bytes in 0 blocks ==902== indirectly lost: 0 bytes in 0 blocks ==902== possibly lost: 528 bytes in 2 blocks ==902== still reachable: 264,877 bytes in 2,838 blocks ==902== of which reachable via heuristic: ==902== length64 : 4,688 bytes in 74 blocks ==902== newarray : 6,312 bytes in 49 blocks ==902== suppressed: 609,283 bytes in 8,484 blocks ==902== Reachable blocks (those to which a pointer was found) are not shown. ==902== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==902== ==902== For counts of detected and suppressed errors, rerun with: -v ==902== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==9125== Memcheck, a memory error detector ==9125== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==9125== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==9125== Command: ./client-test Client::Source::eds_memo::testImport ==9125== Parent PID: 117 ==9125== ==9125== ==9125== HEAP SUMMARY: ==9125== in use at exit: 780,597 bytes in 9,216 blocks ==9125== total heap usage: 208,302 allocs, 199,086 frees, 19,004,646 bytes allocated ==9125== ==9125== LEAK SUMMARY: ==9125== definitely lost: 0 bytes in 0 blocks ==9125== indirectly lost: 0 bytes in 0 blocks ==9125== possibly lost: 528 bytes in 2 blocks ==9125== still reachable: 107,653 bytes in 328 blocks ==9125== of which reachable via heuristic: ==9125== length64 : 4,688 bytes in 74 blocks ==9125== newarray : 6,312 bytes in 49 blocks ==9125== suppressed: 603,344 bytes in 8,359 blocks ==9125== Reachable blocks (those to which a pointer was found) are not shown. ==9125== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==9125== ==9125== For counts of detected and suppressed errors, rerun with: -v ==9125== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==9181== Memcheck, a memory error detector ==9181== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==9181== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==9181== Command: ./client-test Client::Source::eds_memo::testImport ==9181== Parent PID: 9125 ==9181== ==9189== Memcheck, a memory error detector ==9189== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==9189== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==9189== Command: ./client-test Client::Source::eds_memo::testImportDelete ==9189== Parent PID: 117 ==9189== ==9189== ==9189== HEAP SUMMARY: ==9189== in use at exit: 783,017 bytes in 9,257 blocks ==9189== total heap usage: 260,959 allocs, 251,702 frees, 21,980,799 bytes allocated ==9189== ==9189== LEAK SUMMARY: ==9189== definitely lost: 0 bytes in 0 blocks ==9189== indirectly lost: 0 bytes in 0 blocks ==9189== possibly lost: 528 bytes in 2 blocks ==9189== still reachable: 107,861 bytes in 333 blocks ==9189== of which reachable via heuristic: ==9189== length64 : 4,688 bytes in 74 blocks ==9189== newarray : 6,312 bytes in 49 blocks ==9189== suppressed: 605,388 bytes in 8,393 blocks ==9189== Reachable blocks (those to which a pointer was found) are not shown. ==9189== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==9189== ==9189== For counts of detected and suppressed errors, rerun with: -v ==9189== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==9246== Memcheck, a memory error detector ==9246== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==9246== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==9246== Command: ./client-test Client::Source::eds_memo::testImportDelete ==9246== Parent PID: 9189 ==9246== ==9278== Memcheck, a memory error detector ==9278== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==9278== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==9278== Command: ./client-test Client::Source::eds_memo::testRemoveProperties ==9278== Parent PID: 117 ==9278== ==9278== ==9278== HEAP SUMMARY: ==9278== in use at exit: 782,712 bytes in 9,271 blocks ==9278== total heap usage: 238,884 allocs, 229,613 frees, 21,110,702 bytes allocated ==9278== ==9278== LEAK SUMMARY: ==9278== definitely lost: 0 bytes in 0 blocks ==9278== indirectly lost: 0 bytes in 0 blocks ==9278== possibly lost: 528 bytes in 2 blocks ==9278== still reachable: 107,853 bytes in 332 blocks ==9278== of which reachable via heuristic: ==9278== length64 : 4,688 bytes in 74 blocks ==9278== newarray : 6,312 bytes in 49 blocks ==9278== suppressed: 605,259 bytes in 8,410 blocks ==9278== Reachable blocks (those to which a pointer was found) are not shown. ==9278== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==9278== ==9278== For counts of detected and suppressed errors, rerun with: -v ==9278== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==9346== Memcheck, a memory error detector ==9346== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==9346== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==9346== Command: ./client-test Client::Source::eds_memo::testRemoveProperties ==9346== Parent PID: 9278 ==9346== ==9354== Memcheck, a memory error detector ==9354== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==9354== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==9354== Command: ./client-test Client::Source::eds_memo::testManyChanges ==9354== Parent PID: 117 ==9354== ==9354== ==9354== HEAP SUMMARY: ==9354== in use at exit: 781,437 bytes in 9,218 blocks ==9354== total heap usage: 546,076 allocs, 536,858 frees, 44,203,899 bytes allocated ==9354== ==9354== LEAK SUMMARY: ==9354== definitely lost: 0 bytes in 0 blocks ==9354== indirectly lost: 0 bytes in 0 blocks ==9354== possibly lost: 528 bytes in 2 blocks ==9354== still reachable: 108,677 bytes in 329 blocks ==9354== of which reachable via heuristic: ==9354== length64 : 4,688 bytes in 74 blocks ==9354== newarray : 6,312 bytes in 49 blocks ==9354== suppressed: 603,160 bytes in 8,360 blocks ==9354== Reachable blocks (those to which a pointer was found) are not shown. ==9354== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==9354== ==9354== For counts of detected and suppressed errors, rerun with: -v ==9354== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) ==946== Memcheck, a memory error detector ==946== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==946== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==946== Command: ./client-test Client::Source::eds_event::LinkedItemsDefault::testLinkedItemsParent ==946== Parent PID: 902 ==946== ==966== Memcheck, a memory error detector ==966== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==966== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==966== Command: ./client-test Client::Source::eds_event::LinkedItemsDefault::testLinkedItemsChild ==966== Parent PID: 117 ==966== ==966== ==966== HEAP SUMMARY: ==966== in use at exit: 943,574 bytes in 11,821 blocks ==966== total heap usage: 328,667 allocs, 316,846 frees, 27,475,438 bytes allocated ==966== ==966== LEAK SUMMARY: ==966== definitely lost: 0 bytes in 0 blocks ==966== indirectly lost: 0 bytes in 0 blocks ==966== possibly lost: 528 bytes in 2 blocks ==966== still reachable: 266,959 bytes in 2,875 blocks ==966== of which reachable via heuristic: ==966== length64 : 4,688 bytes in 74 blocks ==966== newarray : 6,312 bytes in 49 blocks ==966== suppressed: 607,015 bytes in 8,417 blocks ==966== Reachable blocks (those to which a pointer was found) are not shown. ==966== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==966== ==966== For counts of detected and suppressed errors, rerun with: -v ==966== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 70 from 70) valgrindcheck: ./client-test Client::Source::eds_contact Client::Source::eds_event Client::Source::eds_task Client::Source::eds_memo: final result 0 wrappercheck-106 line 100: RET=0 wrappercheck-106 line 101: set -e wrappercheck-106 line 107: set +x *** killing and waiting for /usr/lib/evolution/evolution-calendar-factory wrappercheck-106 line 108: kill -INT -108 wrappercheck-106 line 108: kill -TERM -108 wrappercheck-106 line 108: kill -TERM 108 wrappercheck-106 line 110: KILL_PID=12445 wrappercheck-106 line 109: perl -e 'sleep(60); kill(9, -108);' wrappercheck-106 line 115: set +e wrappercheck-106 line 116: wait 108 wrappercheck-106 line 117: SUBRET=143 wrappercheck-106 line 118: case $SUBRET in wrappercheck-106 line 118: SUBRET=0 wrappercheck-106 line 120: SUBRET=0 wrappercheck-106 line 121: '[' 12445 ']' wwrappercheck-106 line 122: LC_ALL=C wwrappercheck-106 line 122: kill -KILL 12445 wrappercheck-106 line 122: msg= wrappercheck-106 line 123: echo '' wrappercheck-106 line 123: grep -q 'No such process' /data/runtests/work/sources/syncevolution/test/wrappercheck.sh: line 130: 12445 Killed perl -e "sleep(60); kill(9, -$BACKGROUND_PID);" wrappercheck-106 line 127: echo '' wrappercheck-106 line 129: wait 12445 wrappercheck-106 line 131: set -e wrappercheck-106 line 132: '[' 0 = 0 ']' wrappercheck-106 line 133: RET=0 wrappercheck-106 line 136: exit 0 wrappercheck-86 line 100: RET=0 wrappercheck-86 line 101: set -e wrappercheck-86 line 107: set +x *** killing and waiting for /usr/lib/evolution/evolution-addressbook-factory wrappercheck-86 line 108: kill -INT -88 wrappercheck-86 line 108: kill -TERM -88 wrappercheck-86 line 108: kill -TERM 88 wrappercheck-86 line 110: KILL_PID=12450 wrappercheck-86 line 115: set +e wrappercheck-86 line 109: perl -e 'sleep(60); kill(9, -88);' wrappercheck-86 line 116: wait 88 wrappercheck-86 line 117: SUBRET=143 wrappercheck-86 line 118: case $SUBRET in wrappercheck-86 line 118: SUBRET=0 wrappercheck-86 line 120: SUBRET=0 wrappercheck-86 line 121: '[' 12450 ']' wwrappercheck-86 line 122: LC_ALL=C wwrappercheck-86 line 122: kill -KILL 12450 wrappercheck-86 line 122: msg= wrappercheck-86 line 123: echo '' wrappercheck-86 line 123: grep -q 'No such process' /data/runtests/work/sources/syncevolution/test/wrappercheck.sh: line 130: 12450 Killed perl -e "sleep(60); kill(9, -$BACKGROUND_PID);" wrappercheck-86 line 127: echo '' wrappercheck-86 line 129: wait 12450 wrappercheck-86 line 131: set -e wrappercheck-86 line 132: '[' 0 = 0 ']' wrappercheck-86 line 133: RET=0 wrappercheck-86 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=12455 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: '[' 12455 ']' wwrappercheck-25 line 122: LC_ALL=C wwrappercheck-25 line 122: kill -KILL 12455 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: 12455 Killed perl -e "sleep(60); kill(9, -$BACKGROUND_PID);" wrappercheck-25 line 127: echo '' wrappercheck-25 line 129: wait 12455 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=12460 wrappercheck-18 line 115: set +e wrappercheck-18 line 109: perl -e 'sleep(60); kill(9, -22);' 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: '[' 12460 ']' wwrappercheck-18 line 122: LC_ALL=C wwrappercheck-18 line 122: kill -KILL 12460 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: 12460 Killed perl -e "sleep(60); kill(9, -$BACKGROUND_PID);" wrappercheck-18 line 127: echo '' wrappercheck-18 line 129: wait 12460 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.OTXyHJDtT2 Fri Jan 5 17:07:30 2018 UTC (+ 2360.9s / 3119.5s) === cleaning up ===