runtests.py-17080 Fri Jan 5 15:56:20 2018 UTC (+ 1.7s / 1633.6s) target /data/schroot/2018-01-05-07-10-all-testing-amd64/data/runtests/work/testing-amd64/home/davical/.config/akonadi/akonadiserverrc: [%General] Driver=QSQLITE3 [QSQLITE3] Name=/data/runtests/work/testing-amd64/home/davical/data/akonadi/akonadi.db [Debug] Tracer=null runtests.py-17080 Fri Jan 5 15:56:20 2018 UTC (+ 0.1s / 1633.6s) target /data/schroot/2018-01-05-07-10-all-testing-amd64/data/runtests/work/testing-amd64/home/davical/.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/davical/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/davical/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/davical/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/davical/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/davical/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/davical/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/davical/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/davical/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/davical/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/davical/.cache new /data/schroot/2018-01-05-07-10-all-testing-amd64/data/runtests/work/testing-amd64/home/davical/cache old /data/schroot/2018-01-05-07-10-all-testing-amd64/data/runtests/work/testing-amd64/home/davical/.config new /data/schroot/2018-01-05-07-10-all-testing-amd64/data/runtests/work/testing-amd64/home/davical/config old /data/schroot/2018-01-05-07-10-all-testing-amd64/data/runtests/work/testing-amd64/home/davical/.local/share new /data/schroot/2018-01-05-07-10-all-testing-amd64/data/runtests/work/testing-amd64/home/davical/data runtests.py-17080 Fri Jan 5 15:56:20 2018 UTC (+ 0.0s / 1633.6s) === starting davical === runtests.py-17080 Fri Jan 5 15:56:20 2018 UTC (+ 0.0s / 1633.6s) result dir: /data/schroot/2018-01-05-07-10-all-testing-amd64/home/nightly/results/2018-01-05-07-10_all/testing-amd64/19-davical, /proc/self/cwd -> /data/schroot/2018-01-05-07-10-all-testing-amd64/home/nightly/results/2018-01-05-07-10_all/testing-amd64/19-davical runtests.py-17080 Fri Jan 5 15:56:20 2018 UTC (+ 0.0s / 1633.6s) changing into directory /data/schroot/2018-01-05-07-10-all-testing-amd64/data/runtests/work/testing-amd64/tests/davical (= /data/schroot/2018-01-05-07-10-all-testing-amd64/data/runtests/work/testing-amd64/tests/davical) runtests.py-17080 Fri Jan 5 15:56:20 2018 UTC (+ 0.0s / 1633.6s) *** ( cd /data/schroot/2018-01-05-07-10-all-testing-amd64/data/runtests/work/testing-amd64/tests/davical; 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/davical' 'XDG_CONFIG_HOME=/data/runtests/work/testing-amd64/home/davical/config' 'XDG_DATA_HOME=/data/runtests/work/testing-amd64/home/davical/data' 'XDG_CACHE_HOME=/data/runtests/work/testing-amd64/home/davical/cache'; unset LD_LIBRARY_PATH; /data/runtests/work/sources/syncevolution/test/resources.py -j 1 -r davical -- env 'CLIENT_TEST_WEBDAV=davical caldav caldavtodo carddav' CLIENT_TEST_NUM_ITEMS=10 CLIENT_TEST_SIMPLE_UID=1 CLIENT_TEST_MODE=server 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/davical -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 davical ./syncevolution ) Fri Jan 5 15:56:20 2018 UTC (+ 0.0s / 0.0s) === locking resource(s) ['davical'] === Fri Jan 5 16:32:24 2018 UTC (+ 2163.7s / 2163.7s) property changed: status = acquired Fri Jan 5 16:32:24 2018 UTC (+ 0.0s / 2163.7s) using jobserver Fri Jan 5 16:32:24 2018 UTC (+ 0.0s / 2163.7s) === allocating 1 job slot(s) === Fri Jan 5 17:08:08 2018 UTC (+ 2144.2s / 4307.9s) === allocated 1 job slot(s) === W: line 4 [2018-01-05-07-10-all-release-eas-testing-amd64] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. W: line 4 [2018-01-05-07-10-all-release-eas-stretch-amd64] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. W: line 4 [2018-01-05-07-10-all-prebuilt-xenial-amd64] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. W: line 4 [2018-01-05-07-10-all-prebuilt-testing-amd64] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. W: line 4 [2018-01-05-07-10-all-clang-amd64] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. W: line 4 [2018-01-05-07-10-all-xenial-amd64] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. W: line 4 [2018-01-05-07-10-all-downstream-xenial-amd64] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. W: line 4 [2018-01-05-07-10-all-testing-amd64] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. W: line 4 [2018-01-05-07-10-all-release-eas-stretch-i386] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. W: line 4 [2018-01-05-07-10-all-prebuilt-testing-i386] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. W: line 4 [2018-01-05-07-10-all-xenial-i386] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. W: line 4 [2018-01-05-07-10-all-downstream-unstable] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. W: line 4 [2018-01-05-07-10-all-downstream-testing] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. W: line 4 [2018-01-05-07-10-all-release-eas-testing-i386] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. I: [2018-01-05-07-10-all-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 davical ./syncevolution” + PS4='wrappercheck-$$ line ${LINENO}: ' wrappercheck-15 line 16: PIDS= wrappercheck-15 line 18: trap '[ "" ] && kill -TERM ' TERM wrappercheck-15 line 19: trap '[ "" ] && kill -INT ' INT wrappercheck-15 line 21: DAEMON_LOG= wrappercheck-15 line 22: WAIT_FOR_DAEMON_OUTPUT= wrappercheck-15 line 23: WAIT_FOR_DBUS_DAEMON= wrappercheck-15 line 25: declare -a BACKGROUND wrappercheck-15 line 26: declare -a ENV wrappercheck-15 line 28: '[' 32 -gt 1 ']' wrappercheck-15 line 28: '[' --daemon-log '!=' -- ']' wrappercheck-15 line 29: case "$1" in wrappercheck-15 line 31: shift wrappercheck-15 line 32: DAEMON_LOG=dbus-monitor.log wrappercheck-15 line 53: shift wrappercheck-15 line 28: '[' 30 -gt 1 ']' wrappercheck-15 line 28: '[' dbus-monitor '!=' -- ']' wrappercheck-15 line 29: case "$1" in wrappercheck-15 line 50: break wrappercheck-15 line 56: '[' 30 -gt 1 ']' wrappercheck-15 line 56: '[' dbus-monitor '!=' -- ']' wrappercheck-15 line 57: BACKGROUND[${#BACKGROUND[*]}]=dbus-monitor wrappercheck-15 line 58: shift wrappercheck-15 line 56: '[' 29 -gt 1 ']' wrappercheck-15 line 56: '[' interface=org.freedesktop.DBus '!=' -- ']' wrappercheck-15 line 57: BACKGROUND[${#BACKGROUND[*]}]=interface=org.freedesktop.DBus wrappercheck-15 line 58: shift wrappercheck-15 line 56: '[' 28 -gt 1 ']' wrappercheck-15 line 56: '[' -- '!=' -- ']' wrappercheck-15 line 60: shift wrappercheck-15 line 62: '[' dbus-monitor.log ']' wrappercheck-15 line 62: '[' '' ']' wrappercheck-15 line 66: set +x gnome-keyring-daemon: insufficient process capabilities, unsecure memory might get used *** starting dbus-monitor as background daemon, output to dbus-monitor.log wrappercheck-15 line 72: BACKGROUND_PID=17 wrappercheck-15 line 73: PIDS+=17 wrappercheck-15 line 70: set -x wrappercheck-15 line 70: exec wrappercheck-15 line 75: '[' dbus-monitor.log ']' wrappercheck-15 line 75: '[' '' ']' wrappercheck-15 line 84: '[' '' ']' wrappercheck-15 line 93: kill -0 17 wrappercheck-15 line 94: set +e wrappercheck-15 line 95: '[' '' ']' ** Message: couldn't access control socket: /tmp/tmp.VkvhN6Vc04/keyring/control: No such file or directory 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 davical ./syncevolution + PS4='wrappercheck-$$ line ${LINENO}: ' wrappercheck-21 line 16: PIDS= wrappercheck-21 line 18: trap '[ "" ] && kill -TERM ' TERM wrappercheck-21 line 19: trap '[ "" ] && kill -INT ' INT wrappercheck-21 line 21: DAEMON_LOG= wrappercheck-21 line 22: WAIT_FOR_DAEMON_OUTPUT= wrappercheck-21 line 23: WAIT_FOR_DBUS_DAEMON= wrappercheck-21 line 25: declare -a BACKGROUND wrappercheck-21 line 26: declare -a ENV wrappercheck-21 line 28: '[' 26 -gt 1 ']' wrappercheck-21 line 28: '[' --daemon-log '!=' -- ']' wrappercheck-21 line 29: case "$1" in wrappercheck-21 line 31: shift wrappercheck-21 line 32: DAEMON_LOG=evolution-source-registry.log wrappercheck-21 line 53: shift wrappercheck-21 line 28: '[' 24 -gt 1 ']' wrappercheck-21 line 28: '[' --daemon-sleep '!=' -- ']' wrappercheck-21 line 29: case "$1" in wrappercheck-21 line 43: shift wrappercheck-21 line 44: DAEMON_SLEEP=5 wrappercheck-21 line 53: shift wrappercheck-21 line 28: '[' 22 -gt 1 ']' wrappercheck-21 line 28: '[' --wait-for-dbus-daemon '!=' -- ']' wrappercheck-21 line 29: case "$1" in wrappercheck-21 line 35: shift wrappercheck-21 line 36: WAIT_FOR_DBUS_DAEMON=org.gnome.evolution.dataserver.Sources wrappercheck-21 line 53: shift wrappercheck-21 line 28: '[' 20 -gt 1 ']' wrappercheck-21 line 28: '[' /usr/lib/evolution/evolution-source-registry '!=' -- ']' wrappercheck-21 line 29: case "$1" in wrappercheck-21 line 50: break wrappercheck-21 line 56: '[' 20 -gt 1 ']' wrappercheck-21 line 56: '[' /usr/lib/evolution/evolution-source-registry '!=' -- ']' wrappercheck-21 line 57: BACKGROUND[${#BACKGROUND[*]}]=/usr/lib/evolution/evolution-source-registry wrappercheck-21 line 58: shift wrappercheck-21 line 56: '[' 19 -gt 1 ']' wrappercheck-21 line 56: '[' -- '!=' -- ']' wrappercheck-21 line 60: shift wrappercheck-21 line 62: '[' evolution-source-registry.log ']' wrappercheck-21 line 62: '[' '' ']' wrappercheck-21 line 66: set +x *** starting /usr/lib/evolution/evolution-source-registry as background daemon, output to evolution-source-registry.log wrappercheck-21 line 72: BACKGROUND_PID=26 wrappercheck-21 line 70: set -x wrappercheck-21 line 73: PIDS+=26 wrappercheck-21 line 70: exec wrappercheck-21 line 75: '[' evolution-source-registry.log ']' wrappercheck-21 line 75: '[' '' ']' wrappercheck-21 line 84: '[' org.gnome.evolution.dataserver.Sources ']' wrappercheck-21 line 85: set +x *** waiting for daemon to connect to D-Bus as 'org.gnome.evolution.dataserver.Sources' ** (gnome-keyring-daemon:14): WARNING **: asked to register item /org/freedesktop/secrets/collection/default/7, but it's already registered wrappercheck-21 line 93: kill -0 26 wrappercheck-21 line 94: set +e wrappercheck-21 line 95: '[' 5 ']' wrappercheck-21 line 96: set +x *** 'sleep 5' for daemon to settle down wrappercheck-21 line 97: sleep 5 wrappercheck-21 line 99: set -x wrappercheck-21 line 99: /data/runtests/work/sources/syncevolution/test/wrappercheck.sh --daemon-log evolution-addressbook-factory.log --wait-for-dbus-daemon org.gnome.evolution.dataserver.AddressBook /usr/lib/evolution/evolution-addressbook-factory --keep-running -- /data/runtests/work/sources/syncevolution/test/wrappercheck.sh --daemon-log evolution-calendar-factory.log /usr/lib/evolution/evolution-calendar-factory --keep-running -- env /home/nightly/testing/setup-syncevolution.sh davical ./syncevolution + PS4='wrappercheck-$$ line ${LINENO}: ' wrappercheck-79 line 16: PIDS= wrappercheck-79 line 18: trap '[ "" ] && kill -TERM ' TERM wrappercheck-79 line 19: trap '[ "" ] && kill -INT ' INT wrappercheck-79 line 21: DAEMON_LOG= wrappercheck-79 line 22: WAIT_FOR_DAEMON_OUTPUT= wrappercheck-79 line 23: WAIT_FOR_DBUS_DAEMON= wrappercheck-79 line 25: declare -a BACKGROUND wrappercheck-79 line 26: declare -a ENV wrappercheck-79 line 28: '[' 17 -gt 1 ']' wrappercheck-79 line 28: '[' --daemon-log '!=' -- ']' wrappercheck-79 line 29: case "$1" in wrappercheck-79 line 31: shift wrappercheck-79 line 32: DAEMON_LOG=evolution-addressbook-factory.log wrappercheck-79 line 53: shift wrappercheck-79 line 28: '[' 15 -gt 1 ']' wrappercheck-79 line 28: '[' --wait-for-dbus-daemon '!=' -- ']' wrappercheck-79 line 29: case "$1" in wrappercheck-79 line 35: shift wrappercheck-79 line 36: WAIT_FOR_DBUS_DAEMON=org.gnome.evolution.dataserver.AddressBook wrappercheck-79 line 53: shift wrappercheck-79 line 28: '[' 13 -gt 1 ']' wrappercheck-79 line 28: '[' /usr/lib/evolution/evolution-addressbook-factory '!=' -- ']' wrappercheck-79 line 29: case "$1" in wrappercheck-79 line 50: break wrappercheck-79 line 56: '[' 13 -gt 1 ']' wrappercheck-79 line 56: '[' /usr/lib/evolution/evolution-addressbook-factory '!=' -- ']' wrappercheck-79 line 57: BACKGROUND[${#BACKGROUND[*]}]=/usr/lib/evolution/evolution-addressbook-factory wrappercheck-79 line 58: shift wrappercheck-79 line 56: '[' 12 -gt 1 ']' wrappercheck-79 line 56: '[' --keep-running '!=' -- ']' wrappercheck-79 line 57: BACKGROUND[${#BACKGROUND[*]}]=--keep-running wrappercheck-79 line 58: shift wrappercheck-79 line 56: '[' 11 -gt 1 ']' wrappercheck-79 line 56: '[' -- '!=' -- ']' wrappercheck-79 line 60: shift wrappercheck-79 line 62: '[' evolution-addressbook-factory.log ']' wrappercheck-79 line 62: '[' '' ']' wrappercheck-79 line 66: set +x *** starting /usr/lib/evolution/evolution-addressbook-factory as background daemon, output to evolution-addressbook-factory.log wrappercheck-79 line 72: BACKGROUND_PID=81 wrappercheck-79 line 73: PIDS+=81 wrappercheck-79 line 70: set -x wrappercheck-79 line 75: '[' evolution-addressbook-factory.log ']' wrappercheck-79 line 75: '[' '' ']' wrappercheck-79 line 70: exec wrappercheck-79 line 84: '[' org.gnome.evolution.dataserver.AddressBook ']' wrappercheck-79 line 85: set +x *** waiting for daemon to connect to D-Bus as 'org.gnome.evolution.dataserver.AddressBook' wrappercheck-79 line 93: kill -0 81 wrappercheck-79 line 94: set +e wrappercheck-79 line 95: '[' '' ']' wrappercheck-79 line 99: set -x wrappercheck-79 line 99: /data/runtests/work/sources/syncevolution/test/wrappercheck.sh --daemon-log evolution-calendar-factory.log /usr/lib/evolution/evolution-calendar-factory --keep-running -- env /home/nightly/testing/setup-syncevolution.sh davical ./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 70: exec wrappercheck-99 line 75: '[' '' ']' 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 davical ./syncevolution + case $TEST in + rm -rf '/data/runtests/work/testing-amd64/home/davical/.sync4j/evolution/davical_[12]' '/data/runtests/work/testing-amd64/home/davical/config/syncevolution/davical_[12]' '/data/runtests/work/testing-amd64/home/davical/config/syncevolution/client-test-[12]/peers/davical_[12]' '/data/runtests/work/testing-amd64/home/davical/config/syncevolution/client-test-davical-[12]' + for client in 1 2 + ./syncevolution --version + grep -q -e '[+ ]1.[0-9]' + config=davical_1@client-test-davical-1 ++ credentials davical_1 ++ case "$SCHROOT_CHROOT_NAME" in ++ case $1 in ++ echo '--template SyncEvolution_Client username= password= syncURL=local://@client-test-davical retryDuration=30s calendar/uri=caldav todo/uri=caldavtodo addressbook/uri=carddav' + ./syncevolution --daemon=no --configure --template davical --template SyncEvolution_Client username= password= syncURL=local://@client-test-davical retryDuration=30s calendar/uri=caldav todo/uri=caldavtodo addressbook/uri=carddav --sync-property proxyHost=http://proxy.vlan13.01.org:3128 --sync-property useProxy=0 --sync-property logLevel=4 davical_1@client-test-davical-1 [INFO] addressbook: checking usability... [INFO] addressbook: configuring datastore with sync mode 'two-way' [INFO] calendar: checking usability... [INFO] calendar: configuring datastore with sync mode 'two-way' [INFO] memo: checking usability... [INFO] memo: configuring datastore with sync mode 'two-way' [INFO] todo: checking usability... [INFO] todo: configuring datastore with sync mode 'two-way' + sources=/data/runtests/work/testing-amd64/home/davical/config/syncevolution/client-test-davical-1/peers/davical_1/sources + copy_source /data/runtests/work/testing-amd64/home/davical/config/syncevolution/client-test-davical-1/peers/davical_1/sources addressbook eds_contact + path=/data/runtests/work/testing-amd64/home/davical/config/syncevolution/client-test-davical-1/peers/davical_1/sources + shift + source=addressbook + shift + '[' -d /data/runtests/work/testing-amd64/home/davical/config/syncevolution/client-test-davical-1/peers/davical_1/sources/addressbook ']' + for i in $@ + cp -r /data/runtests/work/testing-amd64/home/davical/config/syncevolution/client-test-davical-1/peers/davical_1/sources/addressbook /data/runtests/work/testing-amd64/home/davical/config/syncevolution/client-test-davical-1/peers/davical_1/sources/eds_contact + copy_source /data/runtests/work/testing-amd64/home/davical/config/syncevolution/client-test-davical-1/peers/davical_1/sources calendar eds_event + path=/data/runtests/work/testing-amd64/home/davical/config/syncevolution/client-test-davical-1/peers/davical_1/sources + shift + source=calendar + shift + '[' -d /data/runtests/work/testing-amd64/home/davical/config/syncevolution/client-test-davical-1/peers/davical_1/sources/calendar ']' + for i in $@ + cp -r /data/runtests/work/testing-amd64/home/davical/config/syncevolution/client-test-davical-1/peers/davical_1/sources/calendar /data/runtests/work/testing-amd64/home/davical/config/syncevolution/client-test-davical-1/peers/davical_1/sources/eds_event + copy_source /data/runtests/work/testing-amd64/home/davical/config/syncevolution/client-test-davical-1/peers/davical_1/sources todo eds_task + path=/data/runtests/work/testing-amd64/home/davical/config/syncevolution/client-test-davical-1/peers/davical_1/sources + shift + source=todo + shift + '[' -d /data/runtests/work/testing-amd64/home/davical/config/syncevolution/client-test-davical-1/peers/davical_1/sources/todo ']' + for i in $@ + cp -r /data/runtests/work/testing-amd64/home/davical/config/syncevolution/client-test-davical-1/peers/davical_1/sources/todo /data/runtests/work/testing-amd64/home/davical/config/syncevolution/client-test-davical-1/peers/davical_1/sources/eds_task + copy_source /data/runtests/work/testing-amd64/home/davical/config/syncevolution/client-test-davical-1/peers/davical_1/sources memo eds_memo + path=/data/runtests/work/testing-amd64/home/davical/config/syncevolution/client-test-davical-1/peers/davical_1/sources + shift + source=memo + shift + '[' -d /data/runtests/work/testing-amd64/home/davical/config/syncevolution/client-test-davical-1/peers/davical_1/sources/memo ']' + for i in $@ + cp -r /data/runtests/work/testing-amd64/home/davical/config/syncevolution/client-test-davical-1/peers/davical_1/sources/memo /data/runtests/work/testing-amd64/home/davical/config/syncevolution/client-test-davical-1/peers/davical_1/sources/eds_memo + for i in eds_contact eds_event eds_task eds_memo + ./syncevolution --daemon=no --configure database=Test_eds_contact_1 davical_1@client-test-davical-1 eds_contact + for i in eds_contact eds_event eds_task eds_memo + ./syncevolution --daemon=no --configure database=Test_eds_event_1 davical_1@client-test-davical-1 eds_event + for i in eds_contact eds_event eds_task eds_memo + ./syncevolution --daemon=no --configure database=Test_eds_task_1 davical_1@client-test-davical-1 eds_task + for i in eds_contact eds_event eds_task eds_memo + ./syncevolution --daemon=no --configure database=Test_eds_memo_1 davical_1@client-test-davical-1 eds_memo + case $TEST in + case $TEST in + case $TEST in + ./syncevolution --configure --daemon=no databaseUser=tester2 databasePassword=testing2 davical_caldav/database=http://localhost:9009/davical/caldav.php/tester2/Test_davical_caldav_1/ davical_caldavtodo/database=http://localhost:9009/davical/caldav.php/tester2/Test_davical_caldav_1/ davical_carddav/database=http://localhost:9009/davical/caldav.php/tester2/Test_davical_carddav_1/ davical_caldav/backend=caldav davical_caldavtodo/backend=caldavtodo davical_carddav/backend=carddav davical_1@client-test-davical-1 davical_caldav davical_caldavtodo davical_carddav + for client in 1 2 + ./syncevolution --version + grep -q -e '[+ ]1.[0-9]' + config=davical_2@client-test-davical-2 ++ credentials davical_2 ++ case "$SCHROOT_CHROOT_NAME" in ++ case $1 in ++ echo '--template SyncEvolution_Client username= password= syncURL=local://@client-test-davical retryDuration=30s calendar/uri=caldav todo/uri=caldavtodo addressbook/uri=carddav' + ./syncevolution --daemon=no --configure --template davical --template SyncEvolution_Client username= password= syncURL=local://@client-test-davical retryDuration=30s calendar/uri=caldav todo/uri=caldavtodo addressbook/uri=carddav --sync-property proxyHost=http://proxy.vlan13.01.org:3128 --sync-property useProxy=0 --sync-property logLevel=4 davical_2@client-test-davical-2 [INFO] addressbook: checking usability... [INFO] addressbook: configuring datastore with sync mode 'two-way' [INFO] calendar: checking usability... [INFO] calendar: configuring datastore with sync mode 'two-way' [INFO] memo: checking usability... [INFO] memo: configuring datastore with sync mode 'two-way' [INFO] todo: checking usability... [INFO] todo: configuring datastore with sync mode 'two-way' + sources=/data/runtests/work/testing-amd64/home/davical/config/syncevolution/client-test-davical-2/peers/davical_2/sources + copy_source /data/runtests/work/testing-amd64/home/davical/config/syncevolution/client-test-davical-2/peers/davical_2/sources addressbook eds_contact + path=/data/runtests/work/testing-amd64/home/davical/config/syncevolution/client-test-davical-2/peers/davical_2/sources + shift + source=addressbook + shift + '[' -d /data/runtests/work/testing-amd64/home/davical/config/syncevolution/client-test-davical-2/peers/davical_2/sources/addressbook ']' + for i in $@ + cp -r /data/runtests/work/testing-amd64/home/davical/config/syncevolution/client-test-davical-2/peers/davical_2/sources/addressbook /data/runtests/work/testing-amd64/home/davical/config/syncevolution/client-test-davical-2/peers/davical_2/sources/eds_contact + copy_source /data/runtests/work/testing-amd64/home/davical/config/syncevolution/client-test-davical-2/peers/davical_2/sources calendar eds_event + path=/data/runtests/work/testing-amd64/home/davical/config/syncevolution/client-test-davical-2/peers/davical_2/sources + shift + source=calendar + shift + '[' -d /data/runtests/work/testing-amd64/home/davical/config/syncevolution/client-test-davical-2/peers/davical_2/sources/calendar ']' + for i in $@ + cp -r /data/runtests/work/testing-amd64/home/davical/config/syncevolution/client-test-davical-2/peers/davical_2/sources/calendar /data/runtests/work/testing-amd64/home/davical/config/syncevolution/client-test-davical-2/peers/davical_2/sources/eds_event + copy_source /data/runtests/work/testing-amd64/home/davical/config/syncevolution/client-test-davical-2/peers/davical_2/sources todo eds_task + path=/data/runtests/work/testing-amd64/home/davical/config/syncevolution/client-test-davical-2/peers/davical_2/sources + shift + source=todo + shift + '[' -d /data/runtests/work/testing-amd64/home/davical/config/syncevolution/client-test-davical-2/peers/davical_2/sources/todo ']' + for i in $@ + cp -r /data/runtests/work/testing-amd64/home/davical/config/syncevolution/client-test-davical-2/peers/davical_2/sources/todo /data/runtests/work/testing-amd64/home/davical/config/syncevolution/client-test-davical-2/peers/davical_2/sources/eds_task + copy_source /data/runtests/work/testing-amd64/home/davical/config/syncevolution/client-test-davical-2/peers/davical_2/sources memo eds_memo + path=/data/runtests/work/testing-amd64/home/davical/config/syncevolution/client-test-davical-2/peers/davical_2/sources + shift + source=memo + shift + '[' -d /data/runtests/work/testing-amd64/home/davical/config/syncevolution/client-test-davical-2/peers/davical_2/sources/memo ']' + for i in $@ + cp -r /data/runtests/work/testing-amd64/home/davical/config/syncevolution/client-test-davical-2/peers/davical_2/sources/memo /data/runtests/work/testing-amd64/home/davical/config/syncevolution/client-test-davical-2/peers/davical_2/sources/eds_memo + for i in eds_contact eds_event eds_task eds_memo + ./syncevolution --daemon=no --configure database=Test_eds_contact_2 davical_2@client-test-davical-2 eds_contact + for i in eds_contact eds_event eds_task eds_memo + ./syncevolution --daemon=no --configure database=Test_eds_event_2 davical_2@client-test-davical-2 eds_event + for i in eds_contact eds_event eds_task eds_memo + ./syncevolution --daemon=no --configure database=Test_eds_task_2 davical_2@client-test-davical-2 eds_task + for i in eds_contact eds_event eds_task eds_memo + ./syncevolution --daemon=no --configure database=Test_eds_memo_2 davical_2@client-test-davical-2 eds_memo + case $TEST in + case $TEST in + case $TEST in + ./syncevolution --configure --daemon=no databaseUser=tester2 databasePassword=testing2 davical_caldav/database=http://localhost:9009/davical/caldav.php/tester2/Test_davical_caldav_2/ davical_caldavtodo/database=http://localhost:9009/davical/caldav.php/tester2/Test_davical_caldav_2/ davical_carddav/database=http://localhost:9009/davical/caldav.php/tester2/Test_davical_carddav_2/ davical_caldav/backend=caldav davical_caldavtodo/backend=caldavtodo davical_carddav/backend=carddav davical_2@client-test-davical-2 davical_caldav davical_caldavtodo davical_carddav + case $TEST in + rm -rf /data/runtests/work/testing-amd64/home/davical/config/syncevolution/client-test-davical + ./syncevolution --configure --daemon=no proxyHost=http://proxy.vlan13.01.org:3128 useProxy=0 loglevel=4 syncURL=http://localhost:9009/davical/caldav.php retryDuration=2m username=test password=testing printChanges=0 dumpData=0 caldav/backend=caldav caldavtodo/backend=caldavtodo carddav/backend=carddav target-config@client-test-davical caldav caldavtodo carddav [INFO] caldav: configuring datastore with sync mode 'two-way' [INFO] caldavtodo: configuring datastore with sync mode 'two-way' [INFO] carddav: configuring datastore with sync mode 'two-way' + for i in evolution-contacts=eds_contact evolution-calendar=eds_event evolution-tasks=eds_task evolution-memos=eds_memo ++ echo evolution-contacts=eds_contact ++ sed -e 's/=.*//' + backend=evolution-contacts ++ echo evolution-contacts=eds_contact ++ sed -e 's/.*=//' + name=eds_contact + for i in 1 2 + databasename=Test_eds_contact_1 + ./syncevolution --daemon=no --print-databases backend=evolution-contacts + grep Test_eds_contact_1 Test_eds_contact_1 (1303826927.6946.21@mob-sync2) + echo evolution-contacts: Test_eds_contact_1 exists evolution-contacts: Test_eds_contact_1 exists + for i in 1 2 + databasename=Test_eds_contact_2 + ./syncevolution --daemon=no --print-databases backend=evolution-contacts + grep Test_eds_contact_2 Test_eds_contact_2 (1303827279.6946.22@mob-sync2) + echo evolution-contacts: Test_eds_contact_2 exists evolution-contacts: Test_eds_contact_2 exists + for i in evolution-contacts=eds_contact evolution-calendar=eds_event evolution-tasks=eds_task evolution-memos=eds_memo ++ echo evolution-calendar=eds_event ++ sed -e 's/=.*//' + backend=evolution-calendar ++ echo evolution-calendar=eds_event ++ sed -e 's/.*=//' + name=eds_event + for i in 1 2 + databasename=Test_eds_event_1 + ./syncevolution --daemon=no --print-databases backend=evolution-calendar + grep Test_eds_event_1 Test_eds_event_1 (1303827939.6946.27@mob-sync2) + echo evolution-calendar: Test_eds_event_1 exists evolution-calendar: Test_eds_event_1 exists + for i in 1 2 + databasename=Test_eds_event_2 + 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 + ./syncevolution --daemon=no --print-databases backend=evolution-tasks + grep Test_eds_task_2 Test_eds_task_2 (1303829493.6946.36@mob-sync2) + echo evolution-tasks: Test_eds_task_2 exists evolution-tasks: Test_eds_task_2 exists + for i in evolution-contacts=eds_contact evolution-calendar=eds_event evolution-tasks=eds_task evolution-memos=eds_memo ++ echo evolution-memos=eds_memo ++ sed -e 's/=.*//' + backend=evolution-memos ++ echo evolution-memos=eds_memo ++ sed -e 's/.*=//' + name=eds_memo + for i in 1 2 + databasename=Test_eds_memo_1 + ./syncevolution --daemon=no --print-databases backend=evolution-memos + grep Test_eds_memo_1 Test_eds_memo_1 (1303828148.6946.31@mob-sync2) + echo evolution-memos: Test_eds_memo_1 exists evolution-memos: Test_eds_memo_1 exists + for i in 1 2 + databasename=Test_eds_memo_2 + ./syncevolution --daemon=no --print-databases backend=evolution-memos + grep Test_eds_memo_2 Test_eds_memo_2 (1303828749.6946.32@mob-sync2) + echo evolution-memos: Test_eds_memo_2 exists evolution-memos: Test_eds_memo_2 exists wrappercheck-99 line 100: RET=0 wrappercheck-99 line 101: set -e wrappercheck-99 line 107: set +x *** killing and waiting for /usr/lib/evolution/evolution-calendar-factory wrappercheck-99 line 108: kill -INT -101 wrappercheck-99 line 108: kill -TERM -101 wrappercheck-99 line 108: kill -TERM 101 wrappercheck-99 line 110: KILL_PID=341 wrappercheck-99 line 109: perl -e 'sleep(60); kill(9, -101);' wrappercheck-99 line 115: set +e wrappercheck-99 line 116: wait 101 wrappercheck-99 line 117: SUBRET=143 wrappercheck-99 line 118: case $SUBRET in wrappercheck-99 line 118: SUBRET=0 wrappercheck-99 line 120: SUBRET=0 wrappercheck-99 line 121: '[' 341 ']' wwrappercheck-99 line 122: LC_ALL=C wwrappercheck-99 line 122: kill -KILL 341 wrappercheck-99 line 122: msg= wrappercheck-99 line 123: grep -q 'No such process' wrappercheck-99 line 123: echo '' /data/runtests/work/sources/syncevolution/test/wrappercheck.sh: line 130: 341 Killed perl -e "sleep(60); kill(9, -$BACKGROUND_PID);" wrappercheck-99 line 127: echo '' wrappercheck-99 line 129: wait 341 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=346 wrappercheck-79 line 109: perl -e 'sleep(60); kill(9, -81);' 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: '[' 346 ']' wwrappercheck-79 line 122: LC_ALL=C wwrappercheck-79 line 122: kill -KILL 346 wrappercheck-79 line 122: msg= wrappercheck-79 line 123: echo '' wrappercheck-79 line 123: grep -q 'No such process' /data/runtests/work/sources/syncevolution/test/wrappercheck.sh: line 130: 346 Killed perl -e "sleep(60); kill(9, -$BACKGROUND_PID);" wrappercheck-79 line 127: echo '' wrappercheck-79 line 129: wait 346 wrappercheck-79 line 131: set -e wrappercheck-79 line 132: '[' 0 = 0 ']' wrappercheck-79 line 133: RET=0 wrappercheck-79 line 136: exit 0 wrappercheck-21 line 100: RET=0 wrappercheck-21 line 101: set -e wrappercheck-21 line 107: set +x *** killing and waiting for /usr/lib/evolution/evolution-source-registry wrappercheck-21 line 108: kill -INT -26 wrappercheck-21 line 108: kill -TERM -26 wrappercheck-21 line 108: kill -TERM 26 wrappercheck-21 line 110: KILL_PID=351 wrappercheck-21 line 115: set +e wrappercheck-21 line 116: wait 26 wrappercheck-21 line 109: perl -e 'sleep(60); kill(9, -26);' wrappercheck-21 line 117: SUBRET=143 wrappercheck-21 line 118: case $SUBRET in wrappercheck-21 line 118: SUBRET=0 wrappercheck-21 line 120: SUBRET=0 wrappercheck-21 line 121: '[' 351 ']' wwrappercheck-21 line 122: LC_ALL=C wwrappercheck-21 line 122: kill -KILL 351 wrappercheck-21 line 122: msg= wrappercheck-21 line 123: grep -q 'No such process' wrappercheck-21 line 123: echo '' /data/runtests/work/sources/syncevolution/test/wrappercheck.sh: line 130: 351 Killed perl -e "sleep(60); kill(9, -$BACKGROUND_PID);" wrappercheck-21 line 127: echo '' wrappercheck-21 line 129: wait 351 wrappercheck-21 line 131: set -e wrappercheck-21 line 132: '[' 0 = 0 ']' wrappercheck-21 line 133: RET=0 wrappercheck-21 line 136: exit 0 wrappercheck-15 line 100: RET=0 wrappercheck-15 line 101: set -e wrappercheck-15 line 107: set +x *** killing and waiting for dbus-monitor wrappercheck-15 line 108: kill -INT -17 wrappercheck-15 line 108: kill -TERM -17 wrappercheck-15 line 108: kill -TERM 17 wrappercheck-15 line 110: KILL_PID=356 wrappercheck-15 line 109: perl -e 'sleep(60); kill(9, -17);' wrappercheck-15 line 115: set +e wrappercheck-15 line 116: wait 17 wrappercheck-15 line 117: SUBRET=143 wrappercheck-15 line 118: case $SUBRET in wrappercheck-15 line 118: SUBRET=0 wrappercheck-15 line 120: SUBRET=0 wrappercheck-15 line 121: '[' 356 ']' wwrappercheck-15 line 122: LC_ALL=C wwrappercheck-15 line 122: kill -KILL 356 wrappercheck-15 line 122: msg= wrappercheck-15 line 123: echo '' wrappercheck-15 line 123: grep -q 'No such process' /data/runtests/work/sources/syncevolution/test/wrappercheck.sh: line 130: 356 Killed perl -e "sleep(60); kill(9, -$BACKGROUND_PID);" wrappercheck-15 line 127: echo '' wrappercheck-15 line 129: wait 356 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.VkvhN6Vc04 Fri Jan 5 17:08:17 2018 UTC (+ 9.5s / 4317.3s) === cleaning up === runtests.py-17080 Fri Jan 5 17:08:17 2018 UTC (+ 4317.4s / 5951.0s) *** ( cd /data/schroot/2018-01-05-07-10-all-testing-amd64/data/runtests/work/testing-amd64/tests/davical; 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/davical' 'XDG_CONFIG_HOME=/data/runtests/work/testing-amd64/home/davical/config' 'XDG_DATA_HOME=/data/runtests/work/testing-amd64/home/davical/data' 'XDG_CACHE_HOME=/data/runtests/work/testing-amd64/home/davical/cache'; unset LD_LIBRARY_PATH; /data/runtests/work/sources/syncevolution/test/resources.py -j 1 -r davical -- 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=davical CLIENT_TEST_SOURCES=davical_caldav,davical_caldavtodo,davical_carddav,eds_event,eds_task,eds_contact SYNC_EVOLUTION_EVO_CALENDAR_DELAY=1 CLIENT_TEST_ALARM=1200 'CLIENT_TEST_WEBDAV=davical caldav caldavtodo carddav' CLIENT_TEST_NUM_ITEMS=10 CLIENT_TEST_SIMPLE_UID=1 CLIENT_TEST_MODE=server 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/davical -r -p -c 2018-01-05-07-10-all-testing-amd64 -- env PKG_CONFIG_PATH=/data/runtests/install/stable-amd64/libwbxml/lib/pkgconfig DBUS_SESSION_SH_SYSTEM_BUS=1 /unshare --pid --mount-proc --fork -- /data/runtests/work/sources/syncevolution/test/dbus-session.sh /data/runtests/work/sources/syncevolution/test/wrappercheck.sh --daemon-log dbus-monitor.log dbus-monitor interface=org.freedesktop.DBus -- /data/runtests/work/sources/syncevolution/test/wrappercheck.sh --daemon-log evolution-source-registry.log --daemon-sleep 5 --wait-for-dbus-daemon org.gnome.evolution.dataserver.Sources /usr/lib/evolution/evolution-source-registry -- /data/runtests/work/sources/syncevolution/test/wrappercheck.sh --daemon-log evolution-addressbook-factory.log --wait-for-dbus-daemon org.gnome.evolution.dataserver.AddressBook /usr/lib/evolution/evolution-addressbook-factory --keep-running -- /data/runtests/work/sources/syncevolution/test/wrappercheck.sh --daemon-log evolution-calendar-factory.log /usr/lib/evolution/evolution-calendar-factory --keep-running -- env LD_LIBRARY_PATH=build-synthesis/src/.libs:.libs:syncevo/.libs:gdbus/.libs:gdbusxx/.libs: PATH=backends/webdav:.:$PATH: /data/runtests/work/sources/syncevolution/test/valgrindcheck.sh ./client-test Client::Sync::eds_contact Client::Sync::eds_event Client::Sync::eds_task Client::Source::davical_caldav Client::Source::davical_caldavtodo Client::Source::davical_carddav ) Fri Jan 5 17:08:18 2018 UTC (+ 0.0s / 0.0s) === locking resource(s) ['davical'] === Fri Jan 5 17:19:13 2018 UTC (+ 655.9s / 656.0s) property changed: status = acquired Fri Jan 5 17:19:13 2018 UTC (+ 0.0s / 656.0s) using jobserver Fri Jan 5 17:19:13 2018 UTC (+ 0.0s / 656.0s) === allocating 1 job slot(s) === Fri Jan 5 17:19:13 2018 UTC (+ 0.0s / 656.0s) === allocated 1 job slot(s) === W: line 4 [2018-01-05-07-10-all-release-eas-testing-amd64] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. W: line 4 [2018-01-05-07-10-all-release-eas-stretch-amd64] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. W: line 4 [2018-01-05-07-10-all-prebuilt-xenial-amd64] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. W: line 4 [2018-01-05-07-10-all-prebuilt-testing-amd64] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. W: line 4 [2018-01-05-07-10-all-clang-amd64] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. W: line 4 [2018-01-05-07-10-all-xenial-amd64] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. W: line 4 [2018-01-05-07-10-all-downstream-xenial-amd64] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. W: line 4 [2018-01-05-07-10-all-testing-amd64] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. W: line 4 [2018-01-05-07-10-all-release-eas-stretch-i386] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. W: line 4 [2018-01-05-07-10-all-prebuilt-testing-i386] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. W: line 4 [2018-01-05-07-10-all-xenial-i386] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. W: line 4 [2018-01-05-07-10-all-downstream-unstable] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. W: line 4 [2018-01-05-07-10-all-downstream-testing] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. W: line 4 [2018-01-05-07-10-all-release-eas-testing-i386] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. I: [2018-01-05-07-10-all-testing-amd64 chroot] Running command: “env PKG_CONFIG_PATH=/data/runtests/install/stable-amd64/libwbxml/lib/pkgconfig DBUS_SESSION_SH_SYSTEM_BUS=1 /unshare --pid --mount-proc --fork -- /data/runtests/work/sources/syncevolution/test/dbus-session.sh /data/runtests/work/sources/syncevolution/test/wrappercheck.sh --daemon-log dbus-monitor.log dbus-monitor interface=org.freedesktop.DBus -- /data/runtests/work/sources/syncevolution/test/wrappercheck.sh --daemon-log evolution-source-registry.log --daemon-sleep 5 --wait-for-dbus-daemon org.gnome.evolution.dataserver.Sources /usr/lib/evolution/evolution-source-registry -- /data/runtests/work/sources/syncevolution/test/wrappercheck.sh --daemon-log evolution-addressbook-factory.log --wait-for-dbus-daemon org.gnome.evolution.dataserver.AddressBook /usr/lib/evolution/evolution-addressbook-factory --keep-running -- /data/runtests/work/sources/syncevolution/test/wrappercheck.sh --daemon-log evolution-calendar-factory.log /usr/lib/evolution/evolution-calendar-factory --keep-running -- env LD_LIBRARY_PATH=build-synthesis/src/.libs:.libs:syncevo/.libs:gdbus/.libs:gdbusxx/.libs: PATH=backends/webdav:.:/home/nightly/bin:/home/nightly/testing:/usr/sbin:/sbin:/home/nightly/testing:/usr/sbin:/sbin:/home/nightly/bin:/usr/local/bin:/usr/bin:/bin:/usr/games:/usr/lib/mit/bin:/usr/lib/mit/sbin: /data/runtests/work/sources/syncevolution/test/valgrindcheck.sh ./client-test Client::Sync::eds_contact Client::Sync::eds_event Client::Sync::eds_task Client::Source::davical_caldav Client::Source::davical_caldavtodo Client::Source::davical_carddav” gnome-keyring-daemon: insufficient process capabilities, unsecure memory might get used ** Message: couldn't access control socket: /tmp/tmp.20Bcob3U83/keyring/control: No such file or directory + PS4='wrappercheck-$$ line ${LINENO}: ' wrappercheck-19 line 16: PIDS= wrappercheck-19 line 18: trap '[ "" ] && kill -TERM ' TERM wrappercheck-19 line 19: trap '[ "" ] && kill -INT ' INT wrappercheck-19 line 21: DAEMON_LOG= wrappercheck-19 line 22: WAIT_FOR_DAEMON_OUTPUT= wrappercheck-19 line 23: WAIT_FOR_DBUS_DAEMON= wrappercheck-19 line 25: declare -a BACKGROUND wrappercheck-19 line 26: declare -a ENV wrappercheck-19 line 28: '[' 39 -gt 1 ']' wrappercheck-19 line 28: '[' --daemon-log '!=' -- ']' wrappercheck-19 line 29: case "$1" in wrappercheck-19 line 31: shift wrappercheck-19 line 32: DAEMON_LOG=dbus-monitor.log wrappercheck-19 line 53: shift wrappercheck-19 line 28: '[' 37 -gt 1 ']' wrappercheck-19 line 28: '[' dbus-monitor '!=' -- ']' wrappercheck-19 line 29: case "$1" in wrappercheck-19 line 50: break wrappercheck-19 line 56: '[' 37 -gt 1 ']' wrappercheck-19 line 56: '[' dbus-monitor '!=' -- ']' wrappercheck-19 line 57: BACKGROUND[${#BACKGROUND[*]}]=dbus-monitor wrappercheck-19 line 58: shift wrappercheck-19 line 56: '[' 36 -gt 1 ']' wrappercheck-19 line 56: '[' interface=org.freedesktop.DBus '!=' -- ']' wrappercheck-19 line 57: BACKGROUND[${#BACKGROUND[*]}]=interface=org.freedesktop.DBus wrappercheck-19 line 58: shift wrappercheck-19 line 56: '[' 35 -gt 1 ']' wrappercheck-19 line 56: '[' -- '!=' -- ']' wrappercheck-19 line 60: shift wrappercheck-19 line 62: '[' dbus-monitor.log ']' wrappercheck-19 line 62: '[' '' ']' wrappercheck-19 line 66: set +x *** starting dbus-monitor as background daemon, output to dbus-monitor.log wrappercheck-19 line 72: BACKGROUND_PID=23 wrappercheck-19 line 73: PIDS+=23 wrappercheck-19 line 75: '[' dbus-monitor.log ']' wrappercheck-19 line 75: '[' '' ']' wrappercheck-19 line 84: '[' '' ']' wrappercheck-19 line 93: kill -0 23 wrappercheck-19 line 94: set +e wrappercheck-19 line 95: '[' '' ']' wrappercheck-19 line 99: set -x wrappercheck-19 line 70: set -x wrappercheck-19 line 70: exec wrappercheck-19 line 99: /data/runtests/work/sources/syncevolution/test/wrappercheck.sh --daemon-log evolution-source-registry.log --daemon-sleep 5 --wait-for-dbus-daemon org.gnome.evolution.dataserver.Sources /usr/lib/evolution/evolution-source-registry -- /data/runtests/work/sources/syncevolution/test/wrappercheck.sh --daemon-log evolution-addressbook-factory.log --wait-for-dbus-daemon org.gnome.evolution.dataserver.AddressBook /usr/lib/evolution/evolution-addressbook-factory --keep-running -- /data/runtests/work/sources/syncevolution/test/wrappercheck.sh --daemon-log evolution-calendar-factory.log /usr/lib/evolution/evolution-calendar-factory --keep-running -- env LD_LIBRARY_PATH=build-synthesis/src/.libs:.libs:syncevo/.libs:gdbus/.libs:gdbusxx/.libs: PATH=backends/webdav:.:/home/nightly/bin:/home/nightly/testing:/usr/sbin:/sbin:/home/nightly/testing:/usr/sbin:/sbin:/home/nightly/bin:/usr/local/bin:/usr/bin:/bin:/usr/games:/usr/lib/mit/bin:/usr/lib/mit/sbin: /data/runtests/work/sources/syncevolution/test/valgrindcheck.sh ./client-test Client::Sync::eds_contact Client::Sync::eds_event Client::Sync::eds_task Client::Source::davical_caldav Client::Source::davical_caldavtodo Client::Source::davical_carddav + 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: '[' 33 -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: '[' 31 -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: '[' 29 -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: '[' 27 -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: '[' 27 -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: '[' 26 -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=28 wrappercheck-25 line 73: PIDS+=28 wrappercheck-25 line 70: set -x wrappercheck-25 line 75: '[' evolution-source-registry.log ']' wrappercheck-25 line 70: exec 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 93: kill -0 28 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::Sync::eds_contact Client::Sync::eds_event Client::Sync::eds_task Client::Source::davical_caldav Client::Source::davical_caldavtodo Client::Source::davical_carddav + PS4='wrappercheck-$$ line ${LINENO}: ' wrappercheck-82 line 16: PIDS= wrappercheck-82 line 18: trap '[ "" ] && kill -TERM ' TERM wrappercheck-82 line 19: trap '[ "" ] && kill -INT ' INT wrappercheck-82 line 21: DAEMON_LOG= wrappercheck-82 line 22: WAIT_FOR_DAEMON_OUTPUT= wrappercheck-82 line 23: WAIT_FOR_DBUS_DAEMON= wrappercheck-82 line 25: declare -a BACKGROUND wrappercheck-82 line 26: declare -a ENV wrappercheck-82 line 28: '[' 24 -gt 1 ']' wrappercheck-82 line 28: '[' --daemon-log '!=' -- ']' wrappercheck-82 line 29: case "$1" in wrappercheck-82 line 31: shift wrappercheck-82 line 32: DAEMON_LOG=evolution-addressbook-factory.log wrappercheck-82 line 53: shift wrappercheck-82 line 28: '[' 22 -gt 1 ']' wrappercheck-82 line 28: '[' --wait-for-dbus-daemon '!=' -- ']' wrappercheck-82 line 29: case "$1" in wrappercheck-82 line 35: shift wrappercheck-82 line 36: WAIT_FOR_DBUS_DAEMON=org.gnome.evolution.dataserver.AddressBook wrappercheck-82 line 53: shift wrappercheck-82 line 28: '[' 20 -gt 1 ']' wrappercheck-82 line 28: '[' /usr/lib/evolution/evolution-addressbook-factory '!=' -- ']' wrappercheck-82 line 29: case "$1" in wrappercheck-82 line 50: break wrappercheck-82 line 56: '[' 20 -gt 1 ']' wrappercheck-82 line 56: '[' /usr/lib/evolution/evolution-addressbook-factory '!=' -- ']' wrappercheck-82 line 57: BACKGROUND[${#BACKGROUND[*]}]=/usr/lib/evolution/evolution-addressbook-factory wrappercheck-82 line 58: shift wrappercheck-82 line 56: '[' 19 -gt 1 ']' wrappercheck-82 line 56: '[' --keep-running '!=' -- ']' wrappercheck-82 line 57: BACKGROUND[${#BACKGROUND[*]}]=--keep-running wrappercheck-82 line 58: shift wrappercheck-82 line 56: '[' 18 -gt 1 ']' wrappercheck-82 line 56: '[' -- '!=' -- ']' wrappercheck-82 line 60: shift wrappercheck-82 line 62: '[' evolution-addressbook-factory.log ']' wrappercheck-82 line 62: '[' '' ']' wrappercheck-82 line 66: set +x *** starting /usr/lib/evolution/evolution-addressbook-factory as background daemon, output to evolution-addressbook-factory.log wrappercheck-82 line 72: BACKGROUND_PID=84 wrappercheck-82 line 73: PIDS+=84 wrappercheck-82 line 70: set -x wrappercheck-82 line 75: '[' evolution-addressbook-factory.log ']' wrappercheck-82 line 75: '[' '' ']' wrappercheck-82 line 70: exec wrappercheck-82 line 84: '[' org.gnome.evolution.dataserver.AddressBook ']' wrappercheck-82 line 85: set +x *** waiting for daemon to connect to D-Bus as 'org.gnome.evolution.dataserver.AddressBook' wrappercheck-82 line 93: kill -0 84 wrappercheck-82 line 94: set +e wrappercheck-82 line 95: '[' '' ']' wrappercheck-82 line 99: set -x wrappercheck-82 line 99: /data/runtests/work/sources/syncevolution/test/wrappercheck.sh --daemon-log evolution-calendar-factory.log /usr/lib/evolution/evolution-calendar-factory --keep-running -- env LD_LIBRARY_PATH=build-synthesis/src/.libs:.libs:syncevo/.libs:gdbus/.libs:gdbusxx/.libs: PATH=backends/webdav:.:/home/nightly/bin:/home/nightly/testing:/usr/sbin:/sbin:/home/nightly/testing:/usr/sbin:/sbin:/home/nightly/bin:/usr/local/bin:/usr/bin:/bin:/usr/games:/usr/lib/mit/bin:/usr/lib/mit/sbin: /data/runtests/work/sources/syncevolution/test/valgrindcheck.sh ./client-test Client::Sync::eds_contact Client::Sync::eds_event Client::Sync::eds_task Client::Source::davical_caldav Client::Source::davical_caldavtodo Client::Source::davical_carddav + PS4='wrappercheck-$$ line ${LINENO}: ' wrappercheck-102 line 16: PIDS= wrappercheck-102 line 18: trap '[ "" ] && kill -TERM ' TERM wrappercheck-102 line 19: trap '[ "" ] && kill -INT ' INT wrappercheck-102 line 21: DAEMON_LOG= wrappercheck-102 line 22: WAIT_FOR_DAEMON_OUTPUT= wrappercheck-102 line 23: WAIT_FOR_DBUS_DAEMON= wrappercheck-102 line 25: declare -a BACKGROUND wrappercheck-102 line 26: declare -a ENV wrappercheck-102 line 28: '[' 16 -gt 1 ']' wrappercheck-102 line 28: '[' --daemon-log '!=' -- ']' wrappercheck-102 line 29: case "$1" in wrappercheck-102 line 31: shift wrappercheck-102 line 32: DAEMON_LOG=evolution-calendar-factory.log wrappercheck-102 line 53: shift wrappercheck-102 line 28: '[' 14 -gt 1 ']' wrappercheck-102 line 28: '[' /usr/lib/evolution/evolution-calendar-factory '!=' -- ']' wrappercheck-102 line 29: case "$1" in wrappercheck-102 line 50: break wrappercheck-102 line 56: '[' 14 -gt 1 ']' wrappercheck-102 line 56: '[' /usr/lib/evolution/evolution-calendar-factory '!=' -- ']' wrappercheck-102 line 57: BACKGROUND[${#BACKGROUND[*]}]=/usr/lib/evolution/evolution-calendar-factory wrappercheck-102 line 58: shift wrappercheck-102 line 56: '[' 13 -gt 1 ']' wrappercheck-102 line 56: '[' --keep-running '!=' -- ']' wrappercheck-102 line 57: BACKGROUND[${#BACKGROUND[*]}]=--keep-running wrappercheck-102 line 58: shift wrappercheck-102 line 56: '[' 12 -gt 1 ']' wrappercheck-102 line 56: '[' -- '!=' -- ']' wrappercheck-102 line 60: shift wrappercheck-102 line 62: '[' evolution-calendar-factory.log ']' wrappercheck-102 line 62: '[' '' ']' wrappercheck-102 line 66: set +x *** starting /usr/lib/evolution/evolution-calendar-factory as background daemon, output to evolution-calendar-factory.log wrappercheck-102 line 72: BACKGROUND_PID=104 wrappercheck-102 line 73: PIDS+=104 wrappercheck-102 line 70: set -x wrappercheck-102 line 75: '[' evolution-calendar-factory.log ']' wrappercheck-102 line 70: exec wrappercheck-102 line 75: '[' '' ']' wrappercheck-102 line 84: '[' '' ']' wrappercheck-102 line 93: kill -0 104 wrappercheck-102 line 94: set +e wrappercheck-102 line 95: '[' '' ']' wrappercheck-102 line 99: set -x wrappercheck-102 line 99: env LD_LIBRARY_PATH=build-synthesis/src/.libs:.libs:syncevo/.libs:gdbus/.libs:gdbusxx/.libs: PATH=backends/webdav:.:/home/nightly/bin:/home/nightly/testing:/usr/sbin:/sbin:/home/nightly/testing:/usr/sbin:/sbin:/home/nightly/bin:/usr/local/bin:/usr/bin:/bin:/usr/games:/usr/lib/mit/bin:/usr/lib/mit/sbin: /data/runtests/work/sources/syncevolution/test/valgrindcheck.sh ./client-test Client::Sync::eds_contact Client::Sync::eds_event Client::Sync::eds_task Client::Source::davical_caldav Client::Source::davical_caldavtodo Client::Source::davical_carddav *** 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/davical/valgrind.p107.c%p.out ./client-test Client::Sync::eds_contact Client::Sync::eds_event Client::Sync::eds_task Client::Source::davical_caldav Client::Source::davical_caldavtodo Client::Source::davical_carddav Client::Source::davical_caldav::testOpen okay Client::Source::davical_caldav::testIterateTwice okay sess: Destroying session. Client::Source::davical_caldav::testDelete404 okay sess: Destroying session. Client::Source::davical_caldav::testReadItem404 okay sess: Destroying session. Client::Source::davical_caldav::testSimpleInsert okay sess: Destroying session. Client::Source::davical_caldav::testLocalDeleteAll okay sess: Destroying session. Client::Source::davical_caldav::testComplexInsert okay sess: Destroying session. Client::Source::davical_caldav::testInsertTwice okay sess: Destroying session. Client::Source::davical_caldav::testLocalUpdate okay sess: Destroying session. Client::Source::davical_caldav::testChanges okay sess: Destroying session. Client::Source::davical_caldav::testChangesMultiCycles okay sess: Destroying session. Client::Source::davical_caldav::testLinkedSources okay sess: Destroying session. Client::Source::davical_caldav::testImport okay sess: Destroying session. Client::Source::davical_caldav::testImportDelete okay sess: Destroying session. Client::Source::davical_caldav::testRemoveProperties okay sess: Destroying session. Client::Source::davical_caldav::testManyChanges okay sess: Destroying session. Client::Source::davical_caldav::LinkedItemsDefault::testLinkedItemsParent okay sess: Destroying session. Client::Source::davical_caldav::LinkedItemsDefault::testLinkedItemsChild okay sess: Destroying session. Client::Source::davical_caldav::LinkedItemsDefault::testLinkedItemsParentChild okay sess: Destroying session. Client::Source::davical_caldav::LinkedItemsDefault::testLinkedItemsInsertBothUpdateChildNoIDs okay sess: Destroying session. Client::Source::davical_caldav::LinkedItemsDefault::testLinkedItemsChildParent okay sess: Destroying session. Client::Source::davical_caldav::LinkedItemsDefault::testLinkedItemsChildChangesParent okay sess: Destroying session. Client::Source::davical_caldav::LinkedItemsDefault::testLinkedItemsRemoveParentFirst okay sess: Destroying session. Client::Source::davical_caldav::LinkedItemsDefault::testLinkedItemsRemoveNormal okay sess: Destroying session. Client::Source::davical_caldav::LinkedItemsDefault::testLinkedItemsInsertParentTwice okay sess: Destroying session. Client::Source::davical_caldav::LinkedItemsDefault::testLinkedItemsInsertChildTwice okay sess: Destroying session. Client::Source::davical_caldav::LinkedItemsDefault::testLinkedItemsParentUpdate okay sess: Destroying session. Client::Source::davical_caldav::LinkedItemsDefault::testLinkedItemsUpdateChild okay sess: Destroying session. Client::Source::davical_caldav::LinkedItemsDefault::testLinkedItemsUpdateChildNoIDs okay sess: Destroying session. Client::Source::davical_caldav::LinkedItemsDefault::testLinkedItemsInsertBothUpdateChild okay sess: Destroying session. Client::Source::davical_caldav::LinkedItemsDefault::testLinkedItemsInsertBothUpdateParent okay sess: Destroying session. Client::Source::davical_caldav::LinkedItemsDefault::testLinkedItemsSingle404 okay sess: Destroying session. Client::Source::davical_caldav::LinkedItemsDefault::testLinkedItemsMany404 okay sess: Destroying session. Client::Source::davical_caldav::LinkedItemsWithVALARM::testLinkedItemsParent okay sess: Destroying session. Client::Source::davical_caldav::LinkedItemsWithVALARM::testLinkedItemsChild okay sess: Destroying session. Client::Source::davical_caldav::LinkedItemsWithVALARM::testLinkedItemsParentChild okay sess: Destroying session. Client::Source::davical_caldav::LinkedItemsWithVALARM::testLinkedItemsInsertBothUpdateChildNoIDs okay sess: Destroying session. Client::Source::davical_caldav::LinkedItemsWithVALARM::testLinkedItemsChildParent okay sess: Destroying session. Client::Source::davical_caldav::LinkedItemsWithVALARM::testLinkedItemsChildChangesParent okay sess: Destroying session. Client::Source::davical_caldav::LinkedItemsWithVALARM::testLinkedItemsRemoveParentFirst okay sess: Destroying session. Client::Source::davical_caldav::LinkedItemsWithVALARM::testLinkedItemsRemoveNormal okay sess: Destroying session. Client::Source::davical_caldav::LinkedItemsWithVALARM::testLinkedItemsInsertParentTwice okay sess: Destroying session. Client::Source::davical_caldav::LinkedItemsWithVALARM::testLinkedItemsInsertChildTwice okay sess: Destroying session. Client::Source::davical_caldav::LinkedItemsWithVALARM::testLinkedItemsParentUpdate okay sess: Destroying session. Client::Source::davical_caldav::LinkedItemsWithVALARM::testLinkedItemsUpdateChild okay sess: Destroying session. Client::Source::davical_caldav::LinkedItemsWithVALARM::testLinkedItemsUpdateChildNoIDs okay sess: Destroying session. Client::Source::davical_caldav::LinkedItemsWithVALARM::testLinkedItemsInsertBothUpdateChild okay sess: Destroying session. Client::Source::davical_caldav::LinkedItemsWithVALARM::testLinkedItemsInsertBothUpdateParent okay sess: Destroying session. Client::Source::davical_caldav::LinkedItemsAllDay::testLinkedItemsParent okay sess: Destroying session. Client::Source::davical_caldav::LinkedItemsAllDay::testLinkedItemsChild okay sess: Destroying session. Client::Source::davical_caldav::LinkedItemsAllDay::testLinkedItemsParentChild okay sess: Destroying session. Client::Source::davical_caldav::LinkedItemsAllDay::testLinkedItemsInsertBothUpdateChildNoIDs okay sess: Destroying session. Client::Source::davical_caldav::LinkedItemsAllDay::testLinkedItemsChildParent okay sess: Destroying session. Client::Source::davical_caldav::LinkedItemsAllDay::testLinkedItemsChildChangesParent okay sess: Destroying session. Client::Source::davical_caldav::LinkedItemsAllDay::testLinkedItemsRemoveParentFirst okay sess: Destroying session. Client::Source::davical_caldav::LinkedItemsAllDay::testLinkedItemsRemoveNormal okay sess: Destroying session. Client::Source::davical_caldav::LinkedItemsAllDay::testLinkedItemsInsertParentTwice okay sess: Destroying session. Client::Source::davical_caldav::LinkedItemsAllDay::testLinkedItemsInsertChildTwice okay sess: Destroying session. Client::Source::davical_caldav::LinkedItemsAllDay::testLinkedItemsParentUpdate okay sess: Destroying session. Client::Source::davical_caldav::LinkedItemsAllDay::testLinkedItemsUpdateChild okay sess: Destroying session. Client::Source::davical_caldav::LinkedItemsAllDay::testLinkedItemsUpdateChildNoIDs okay sess: Destroying session. Client::Source::davical_caldav::LinkedItemsAllDay::testLinkedItemsInsertBothUpdateChild okay sess: Destroying session. Client::Source::davical_caldav::LinkedItemsAllDay::testLinkedItemsInsertBothUpdateParent okay sess: Destroying session. Client::Source::davical_caldav::LinkedItemsNoTZ::testLinkedItemsParent okay sess: Destroying session. Client::Source::davical_caldav::LinkedItemsNoTZ::testLinkedItemsChild okay sess: Destroying session. Client::Source::davical_caldav::LinkedItemsNoTZ::testLinkedItemsParentChild okay sess: Destroying session. Client::Source::davical_caldav::LinkedItemsNoTZ::testLinkedItemsInsertBothUpdateChildNoIDs okay sess: Destroying session. Client::Source::davical_caldav::LinkedItemsNoTZ::testLinkedItemsChildParent okay sess: Destroying session. Client::Source::davical_caldav::LinkedItemsNoTZ::testLinkedItemsChildChangesParent okay sess: Destroying session. Client::Source::davical_caldav::LinkedItemsNoTZ::testLinkedItemsRemoveParentFirst okay sess: Destroying session. Client::Source::davical_caldav::LinkedItemsNoTZ::testLinkedItemsRemoveNormal okay sess: Destroying session. Client::Source::davical_caldav::LinkedItemsNoTZ::testLinkedItemsInsertParentTwice okay sess: Destroying session. Client::Source::davical_caldav::LinkedItemsNoTZ::testLinkedItemsInsertChildTwice okay sess: Destroying session. Client::Source::davical_caldav::LinkedItemsNoTZ::testLinkedItemsParentUpdate okay sess: Destroying session. Client::Source::davical_caldav::LinkedItemsNoTZ::testLinkedItemsUpdateChild okay sess: Destroying session. Client::Source::davical_caldav::LinkedItemsNoTZ::testLinkedItemsUpdateChildNoIDs okay sess: Destroying session. Client::Source::davical_caldav::LinkedItemsNoTZ::testLinkedItemsInsertBothUpdateChild okay sess: Destroying session. Client::Source::davical_caldav::LinkedItemsNoTZ::testLinkedItemsInsertBothUpdateParent okay sess: Destroying session. Client::Source::davical_caldavtodo::testOpen okay Client::Source::davical_caldavtodo::testIterateTwice okay sess: Destroying session. Client::Source::davical_caldavtodo::testDelete404 okay sess: Destroying session. Client::Source::davical_caldavtodo::testReadItem404 okay sess: Destroying session. Client::Source::davical_caldavtodo::testSimpleInsert okay sess: Destroying session. Client::Source::davical_caldavtodo::testLocalDeleteAll okay sess: Destroying session. Client::Source::davical_caldavtodo::testComplexInsert okay sess: Destroying session. Client::Source::davical_caldavtodo::testInsertTwice *** failed *** ClientTest.cpp:1248:Assertion Test name: Client::Source::davical_caldavtodo::testInsertTwice assertion failed - Expression: second.m_state == ITEM_NEEDS_MERGE || second.m_state == ITEM_REPL ACED || second.m_state == ITEM_MERGED - ClientTest.cpp:1248 Failures !!! Run: 0 Failure total: 1 Failures: 1 Errors: 0 sess: Destroying session. Client::Source::davical_caldavtodo::testInsertTwice (1254): failed with return code 1Client::Source::davical_caldavtodo::testLocalUpdate okay sess: Destroying session. Client::Source::davical_caldavtodo::testChanges okay sess: Destroying session. Client::Source::davical_caldavtodo::testChangesMultiCycles okay sess: Destroying session. Client::Source::davical_caldavtodo::testImport okay sess: Destroying session. Client::Source::davical_caldavtodo::testImportDelete okay sess: Destroying session. Client::Source::davical_caldavtodo::testRemoveProperties okay sess: Destroying session. Client::Source::davical_caldavtodo::testManyChanges okay sess: Destroying session. Client::Source::davical_carddav::testOpen okay Client::Source::davical_carddav::testIterateTwice okay sess: Destroying session. Client::Source::davical_carddav::testDelete404 okay sess: Destroying session. couldn't lock 16384 bytes of memory (libgcrypt): Cannot allocate memory ** Message: couldn't allocate secure memory to keep passwords and or keys from being written to the disk Client::Source::davical_carddav::testReadItem404 okay sess: Destroying session. Client::Source::davical_carddav::testSimpleInsert okay sess: Destroying session. Client::Source::davical_carddav::testLocalDeleteAll okay sess: Destroying session. Client::Source::davical_carddav::testComplexInsert okay sess: Destroying session. Client::Source::davical_carddav::testLocalUpdate okay sess: Destroying session. Client::Source::davical_carddav::testChanges okay sess: Destroying session. Client::Source::davical_carddav::testChangesMultiCycles okay sess: Destroying session. Client::Source::davical_carddav::testImport okay sess: Destroying session. Client::Source::davical_carddav::testImportDelete okay sess: Destroying session. Client::Source::davical_carddav::testRemoveProperties okay sess: Destroying session. Client::Source::davical_carddav::testManyChanges okay sess: Destroying session. Client::Sync::eds_event::testDeleteAllRefresh okay Client::Sync::eds_event::testTwoWaySync okay Client::Sync::eds_event::testSlowSync okay Client::Sync::eds_event::testRefreshFromServerSync okay Client::Sync::eds_event::testRefreshFromClientSync okay Client::Sync::eds_event::testRefreshFromRemoteSync okay Client::Sync::eds_event::testRefreshFromLocalSync okay Client::Sync::eds_event::testRefreshFromServerSemantic okay Client::Sync::eds_event::testRefreshFromClientSemantic okay Client::Sync::eds_event::testRefreshStatus okay Client::Sync::eds_event::testTwoWayRestart okay Client::Sync::eds_event::testCopy okay Client::Sync::eds_event::testDelete okay Client::Sync::eds_event::testAddUpdate okay Client::Sync::eds_event::testManyItems okay Client::Sync::eds_event::testManyDeletes okay Client::Sync::eds_event::testSlowSyncSemantic okay Client::Sync::eds_event::testComplexRefreshFromServerSemantic okay Client::Sync::eds_event::testDeleteBothSides okay Client::Sync::eds_event::testAddBothSides okay Client::Sync::eds_event::testAddBothSidesRefresh okay Client::Sync::eds_event::testLinkedItemsParentChild okay Client::Sync::eds_event::testLinkedItemsChild okay Client::Sync::eds_event::testLinkedItemsChildParent okay Client::Sync::eds_event::testUpdate okay Client::Sync::eds_event::testMerge okay Client::Sync::eds_event::testTwinning okay Client::Sync::eds_event::testItems okay Client::Sync::eds_event::testItemsXML okay Client::Sync::eds_event::testMaxMsg okay Client::Sync::eds_event::testLargeObject okay Client::Sync::eds_event::testOneWayFromServer okay Client::Sync::eds_event::testOneWayFromClient okay Client::Sync::eds_event::testOneWayFromRemote okay Client::Sync::eds_event::testOneWayFromLocal okay Client::Sync::eds_task::testDeleteAllRefresh okay Client::Sync::eds_task::testTwoWaySync okay Client::Sync::eds_task::testSlowSync okay Client::Sync::eds_task::testRefreshFromServerSync okay Client::Sync::eds_task::testRefreshFromClientSync okay Client::Sync::eds_task::testRefreshFromRemoteSync okay Client::Sync::eds_task::testRefreshFromLocalSync okay Client::Sync::eds_task::testRefreshFromServerSemantic okay Client::Sync::eds_task::testRefreshFromClientSemantic okay Client::Sync::eds_task::testRefreshStatus okay Client::Sync::eds_task::testTwoWayRestart okay Client::Sync::eds_task::testCopy okay Client::Sync::eds_task::testDelete okay Client::Sync::eds_task::testAddUpdate okay Client::Sync::eds_task::testManyItems okay Client::Sync::eds_task::testManyDeletes okay Client::Sync::eds_task::testSlowSyncSemantic okay Client::Sync::eds_task::testComplexRefreshFromServerSemantic okay Client::Sync::eds_task::testDeleteBothSides okay Client::Sync::eds_task::testAddBothSides okay Client::Sync::eds_task::testAddBothSidesRefresh okay Client::Sync::eds_task::testUpdate okay Client::Sync::eds_task::testMerge okay Client::Sync::eds_task::testTwinning okay Client::Sync::eds_task::testItems okay Client::Sync::eds_task::testItemsXML okay Client::Sync::eds_task::testMaxMsg okay Client::Sync::eds_task::testLargeObject okay Client::Sync::eds_task::testOneWayFromServer okay Client::Sync::eds_task::testOneWayFromClient okay Client::Sync::eds_task::testOneWayFromRemote okay Client::Sync::eds_task::testOneWayFromLocal okay Client::Sync::eds_contact::testDeleteAllRefresh okay Client::Sync::eds_contact::testTwoWaySync okay Client::Sync::eds_contact::testSlowSync okay Client::Sync::eds_contact::testRefreshFromServerSync okay Client::Sync::eds_contact::testRefreshFromClientSync okay Client::Sync::eds_contact::testRefreshFromRemoteSync okay Client::Sync::eds_contact::testRefreshFromLocalSync okay Client::Sync::eds_contact::testRefreshFromServerSemantic okay Client::Sync::eds_contact::testRefreshFromClientSemantic okay Client::Sync::eds_contact::testRefreshStatus okay Client::Sync::eds_contact::testTwoWayRestart okay Client::Sync::eds_contact::testCopy okay Client::Sync::eds_contact::testDelete okay Client::Sync::eds_contact::testAddUpdate okay Client::Sync::eds_contact::testManyItems okay Client::Sync::eds_contact::testManyDeletes okay Client::Sync::eds_contact::testSlowSyncSemantic okay Client::Sync::eds_contact::testComplexRefreshFromServerSemantic okay Client::Sync::eds_contact::testDeleteBothSides okay Client::Sync::eds_contact::testUpdate okay Client::Sync::eds_contact::testComplexUpdate okay Client::Sync::eds_contact::testMerge okay Client::Sync::eds_contact::testTwinning okay Client::Sync::eds_contact::testItems okay Client::Sync::eds_contact::testItemsXML okay Client::Sync::eds_contact::testExtensions okay Client::Sync::eds_contact::testMaxMsg okay Client::Sync::eds_contact::testLargeObject okay Client::Sync::eds_contact::testOneWayFromServer okay Client::Sync::eds_contact::testOneWayFromClient okay Client::Sync::eds_contact::testOneWayFromRemote okay Client::Sync::eds_contact::testOneWayFromLocal okay FAILEDvalgrindcheck (107): './client-test Client::Sync::eds_contact Client::Sync::eds_event Client::Sync::eds_task Client::Source::davical_caldav Client::Source::davical_caldavtodo Client::Source::davical_carddav' (111): returned 1 ==10013== Memcheck, a memory error detector ==10013== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==10013== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==10013== Command: ./syncevo-local-sync ==10013== Parent PID: 9851 ==10013== ==10013== ==10013== HEAP SUMMARY: ==10013== in use at exit: 2,491,336 bytes in 25,307 blocks ==10013== total heap usage: 178,010 allocs, 152,703 frees, 34,066,087 bytes allocated ==10013== ==10013== LEAK SUMMARY: ==10013== definitely lost: 0 bytes in 0 blocks ==10013== indirectly lost: 0 bytes in 0 blocks ==10013== possibly lost: 528 bytes in 2 blocks ==10013== still reachable: 2,229,759 bytes in 21,272 blocks ==10013== of which reachable via heuristic: ==10013== length64 : 592 bytes in 10 blocks ==10013== newarray : 5,976 bytes in 28 blocks ==10013== suppressed: 253,937 bytes in 3,977 blocks ==10013== Reachable blocks (those to which a pointer was found) are not shown. ==10013== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==10013== ==10013== For counts of detected and suppressed errors, rerun with: -v ==10013== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1002== Memcheck, a memory error detector ==1002== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1002== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1002== Command: ./client-test Client::Source::davical_caldav::LinkedItemsNoTZ::testLinkedItemsParentChild ==1002== Parent PID: 998 ==1002== ==10029== Memcheck, a memory error detector ==10029== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==10029== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==10029== Command: ./syncevo-local-sync ==10029== Parent PID: 9851 ==10029== ==10029== ==10029== HEAP SUMMARY: ==10029== in use at exit: 2,491,312 bytes in 25,307 blocks ==10029== total heap usage: 177,922 allocs, 152,615 frees, 34,049,458 bytes allocated ==10029== ==10029== LEAK SUMMARY: ==10029== definitely lost: 0 bytes in 0 blocks ==10029== indirectly lost: 0 bytes in 0 blocks ==10029== possibly lost: 528 bytes in 2 blocks ==10029== still reachable: 2,229,759 bytes in 21,272 blocks ==10029== of which reachable via heuristic: ==10029== length64 : 592 bytes in 10 blocks ==10029== newarray : 5,976 bytes in 28 blocks ==10029== suppressed: 253,913 bytes in 3,977 blocks ==10029== Reachable blocks (those to which a pointer was found) are not shown. ==10029== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==10029== ==10029== For counts of detected and suppressed errors, rerun with: -v ==10029== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==10045== Memcheck, a memory error detector ==10045== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==10045== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==10045== Command: ./syncevo-local-sync ==10045== Parent PID: 9851 ==10045== ==10045== ==10045== HEAP SUMMARY: ==10045== in use at exit: 2,491,312 bytes in 25,307 blocks ==10045== total heap usage: 177,130 allocs, 151,823 frees, 33,961,389 bytes allocated ==10045== ==10045== LEAK SUMMARY: ==10045== definitely lost: 0 bytes in 0 blocks ==10045== indirectly lost: 0 bytes in 0 blocks ==10045== possibly lost: 528 bytes in 2 blocks ==10045== still reachable: 2,229,759 bytes in 21,272 blocks ==10045== of which reachable via heuristic: ==10045== length64 : 592 bytes in 10 blocks ==10045== newarray : 5,976 bytes in 28 blocks ==10045== suppressed: 253,913 bytes in 3,977 blocks ==10045== Reachable blocks (those to which a pointer was found) are not shown. ==10045== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==10045== ==10045== For counts of detected and suppressed errors, rerun with: -v ==10045== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==10082== Memcheck, a memory error detector ==10082== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==10082== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==10082== Command: ./client-test Client::Sync::eds_task::testTwinning ==10082== Parent PID: 9851 ==10082== ==10086== Memcheck, a memory error detector ==10086== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==10086== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==10086== Command: ./client-test Client::Sync::eds_task::testItems ==10086== Parent PID: 111 ==10086== ==10086== ==10086== HEAP SUMMARY: ==10086== in use at exit: 2,886,590 bytes in 29,909 blocks ==10086== total heap usage: 1,093,857 allocs, 1,063,891 frees, 151,321,998 bytes allocated ==10086== ==10086== LEAK SUMMARY: ==10086== definitely lost: 0 bytes in 0 blocks ==10086== indirectly lost: 0 bytes in 0 blocks ==10086== possibly lost: 1,392 bytes in 4 blocks ==10086== still reachable: 2,237,645 bytes in 21,414 blocks ==10086== of which reachable via heuristic: ==10086== length64 : 5,120 bytes in 80 blocks ==10086== newarray : 6,312 bytes in 49 blocks ==10086== suppressed: 577,457 bytes in 7,959 blocks ==10086== Reachable blocks (those to which a pointer was found) are not shown. ==10086== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==10086== ==10086== For counts of detected and suppressed errors, rerun with: -v ==10086== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==1010== Memcheck, a memory error detector ==1010== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1010== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1010== Command: ./client-test Client::Source::davical_caldav::LinkedItemsNoTZ::testLinkedItemsInsertBothUpdateChildNoIDs ==1010== Parent PID: 111 ==1010== ==1010== ==1010== HEAP SUMMARY: ==1010== in use at exit: 465,635 bytes in 5,393 blocks ==1010== total heap usage: 176,430 allocs, 170,976 frees, 21,546,810 bytes allocated ==1010== ==1010== LEAK SUMMARY: ==1010== definitely lost: 0 bytes in 0 blocks ==1010== indirectly lost: 0 bytes in 0 blocks ==1010== possibly lost: 1,392 bytes in 4 blocks ==1010== still reachable: 180,888 bytes in 1,022 blocks ==1010== of which reachable via heuristic: ==1010== length64 : 1,032 bytes in 18 blocks ==1010== newarray : 5,976 bytes in 28 blocks ==1010== suppressed: 271,835 bytes in 4,283 blocks ==1010== Reachable blocks (those to which a pointer was found) are not shown. ==1010== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1010== ==1010== For counts of detected and suppressed errors, rerun with: -v ==1010== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==10118== Memcheck, a memory error detector ==10118== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==10118== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==10118== Command: ./syncevo-local-sync ==10118== Parent PID: 10086 ==10118== ==10118== ==10118== HEAP SUMMARY: ==10118== in use at exit: 2,491,336 bytes in 25,307 blocks ==10118== total heap usage: 177,134 allocs, 151,827 frees, 33,941,643 bytes allocated ==10118== ==10118== LEAK SUMMARY: ==10118== definitely lost: 0 bytes in 0 blocks ==10118== indirectly lost: 0 bytes in 0 blocks ==10118== possibly lost: 528 bytes in 2 blocks ==10118== still reachable: 2,229,759 bytes in 21,272 blocks ==10118== of which reachable via heuristic: ==10118== length64 : 592 bytes in 10 blocks ==10118== newarray : 5,976 bytes in 28 blocks ==10118== suppressed: 253,937 bytes in 3,977 blocks ==10118== Reachable blocks (those to which a pointer was found) are not shown. ==10118== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==10118== ==10118== For counts of detected and suppressed errors, rerun with: -v ==10118== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1014== Memcheck, a memory error detector ==1014== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1014== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1014== Command: ./client-test Client::Source::davical_caldav::LinkedItemsNoTZ::testLinkedItemsInsertBothUpdateChildNoIDs ==1014== Parent PID: 1010 ==1014== ==10158== Memcheck, a memory error detector ==10158== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==10158== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==10158== Command: ./syncevo-local-sync ==10158== Parent PID: 10086 ==10158== ==10158== ==10158== HEAP SUMMARY: ==10158== in use at exit: 2,491,328 bytes in 25,307 blocks ==10158== total heap usage: 174,608 allocs, 149,301 frees, 33,739,564 bytes allocated ==10158== ==10158== LEAK SUMMARY: ==10158== definitely lost: 0 bytes in 0 blocks ==10158== indirectly lost: 0 bytes in 0 blocks ==10158== possibly lost: 528 bytes in 2 blocks ==10158== still reachable: 2,229,759 bytes in 21,272 blocks ==10158== of which reachable via heuristic: ==10158== length64 : 592 bytes in 10 blocks ==10158== newarray : 5,976 bytes in 28 blocks ==10158== suppressed: 253,929 bytes in 3,977 blocks ==10158== Reachable blocks (those to which a pointer was found) are not shown. ==10158== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==10158== ==10158== For counts of detected and suppressed errors, rerun with: -v ==10158== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1022== Memcheck, a memory error detector ==1022== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1022== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1022== Command: ./client-test Client::Source::davical_caldav::LinkedItemsNoTZ::testLinkedItemsChildParent ==1022== Parent PID: 111 ==1022== ==1022== ==1022== HEAP SUMMARY: ==1022== in use at exit: 471,787 bytes in 5,417 blocks ==1022== total heap usage: 197,165 allocs, 191,685 frees, 24,253,928 bytes allocated ==1022== ==1022== LEAK SUMMARY: ==1022== definitely lost: 0 bytes in 0 blocks ==1022== indirectly lost: 0 bytes in 0 blocks ==1022== possibly lost: 1,392 bytes in 4 blocks ==1022== still reachable: 187,032 bytes in 1,046 blocks ==1022== of which reachable via heuristic: ==1022== length64 : 1,032 bytes in 18 blocks ==1022== newarray : 5,976 bytes in 28 blocks ==1022== suppressed: 271,843 bytes in 4,283 blocks ==1022== Reachable blocks (those to which a pointer was found) are not shown. ==1022== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1022== ==1022== For counts of detected and suppressed errors, rerun with: -v ==1022== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==10224== Memcheck, a memory error detector ==10224== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==10224== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==10224== Command: ./client-test Client::Sync::eds_task::testItems ==10224== Parent PID: 10086 ==10224== ==10232== Memcheck, a memory error detector ==10232== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==10232== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==10232== Command: ./syncevo-local-sync ==10232== Parent PID: 10086 ==10232== ==10232== ==10232== HEAP SUMMARY: ==10232== in use at exit: 2,491,320 bytes in 25,307 blocks ==10232== total heap usage: 179,648 allocs, 154,341 frees, 34,272,659 bytes allocated ==10232== ==10232== LEAK SUMMARY: ==10232== definitely lost: 0 bytes in 0 blocks ==10232== indirectly lost: 0 bytes in 0 blocks ==10232== possibly lost: 528 bytes in 2 blocks ==10232== still reachable: 2,229,759 bytes in 21,272 blocks ==10232== of which reachable via heuristic: ==10232== length64 : 592 bytes in 10 blocks ==10232== newarray : 5,976 bytes in 28 blocks ==10232== suppressed: 253,921 bytes in 3,977 blocks ==10232== Reachable blocks (those to which a pointer was found) are not shown. ==10232== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==10232== ==10232== For counts of detected and suppressed errors, rerun with: -v ==10232== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==10248== Memcheck, a memory error detector ==10248== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==10248== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==10248== Command: ./syncevo-local-sync ==10248== Parent PID: 10086 ==10248== ==10248== ==10248== HEAP SUMMARY: ==10248== in use at exit: 2,491,336 bytes in 25,307 blocks ==10248== total heap usage: 177,993 allocs, 152,686 frees, 34,074,174 bytes allocated ==10248== ==10248== LEAK SUMMARY: ==10248== definitely lost: 0 bytes in 0 blocks ==10248== indirectly lost: 0 bytes in 0 blocks ==10248== possibly lost: 528 bytes in 2 blocks ==10248== still reachable: 2,229,759 bytes in 21,272 blocks ==10248== of which reachable via heuristic: ==10248== length64 : 592 bytes in 10 blocks ==10248== newarray : 5,976 bytes in 28 blocks ==10248== suppressed: 253,937 bytes in 3,977 blocks ==10248== Reachable blocks (those to which a pointer was found) are not shown. ==10248== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==10248== ==10248== For counts of detected and suppressed errors, rerun with: -v ==10248== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1026== Memcheck, a memory error detector ==1026== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1026== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1026== Command: ./client-test Client::Source::davical_caldav::LinkedItemsNoTZ::testLinkedItemsChildParent ==1026== Parent PID: 1022 ==1026== ==10285== Memcheck, a memory error detector ==10285== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==10285== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==10285== Command: ./client-test Client::Sync::eds_task::testItems ==10285== Parent PID: 10086 ==10285== ==10289== Memcheck, a memory error detector ==10289== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==10289== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==10289== Command: ./client-test Client::Sync::eds_task::testItemsXML ==10289== Parent PID: 111 ==10289== ==10289== ==10289== HEAP SUMMARY: ==10289== in use at exit: 2,885,448 bytes in 29,898 blocks ==10289== total heap usage: 1,093,331 allocs, 1,063,376 frees, 151,316,161 bytes allocated ==10289== ==10289== LEAK SUMMARY: ==10289== definitely lost: 0 bytes in 0 blocks ==10289== indirectly lost: 0 bytes in 0 blocks ==10289== possibly lost: 1,392 bytes in 4 blocks ==10289== still reachable: 2,238,045 bytes in 21,421 blocks ==10289== of which reachable via heuristic: ==10289== length64 : 5,120 bytes in 80 blocks ==10289== newarray : 6,312 bytes in 49 blocks ==10289== suppressed: 575,747 bytes in 7,939 blocks ==10289== Reachable blocks (those to which a pointer was found) are not shown. ==10289== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==10289== ==10289== For counts of detected and suppressed errors, rerun with: -v ==10289== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==10320== Memcheck, a memory error detector ==10320== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==10320== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==10320== Command: ./syncevo-local-sync ==10320== Parent PID: 10289 ==10320== ==10320== ==10320== HEAP SUMMARY: ==10320== in use at exit: 2,491,328 bytes in 25,307 blocks ==10320== total heap usage: 177,188 allocs, 151,881 frees, 33,966,195 bytes allocated ==10320== ==10320== LEAK SUMMARY: ==10320== definitely lost: 0 bytes in 0 blocks ==10320== indirectly lost: 0 bytes in 0 blocks ==10320== possibly lost: 528 bytes in 2 blocks ==10320== still reachable: 2,229,759 bytes in 21,272 blocks ==10320== of which reachable via heuristic: ==10320== length64 : 592 bytes in 10 blocks ==10320== newarray : 5,976 bytes in 28 blocks ==10320== suppressed: 253,929 bytes in 3,977 blocks ==10320== Reachable blocks (those to which a pointer was found) are not shown. ==10320== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==10320== ==10320== For counts of detected and suppressed errors, rerun with: -v ==10320== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1034== Memcheck, a memory error detector ==1034== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1034== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1034== Command: ./client-test Client::Source::davical_caldav::LinkedItemsNoTZ::testLinkedItemsChildChangesParent ==1034== Parent PID: 111 ==1034== ==1034== ==1034== HEAP SUMMARY: ==1034== in use at exit: 468,715 bytes in 5,405 blocks ==1034== total heap usage: 208,725 allocs, 203,256 frees, 25,088,031 bytes allocated ==1034== ==1034== LEAK SUMMARY: ==1034== definitely lost: 0 bytes in 0 blocks ==1034== indirectly lost: 0 bytes in 0 blocks ==1034== possibly lost: 1,392 bytes in 4 blocks ==1034== still reachable: 183,960 bytes in 1,034 blocks ==1034== of which reachable via heuristic: ==1034== length64 : 1,032 bytes in 18 blocks ==1034== newarray : 5,976 bytes in 28 blocks ==1034== suppressed: 271,843 bytes in 4,283 blocks ==1034== Reachable blocks (those to which a pointer was found) are not shown. ==1034== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1034== ==1034== For counts of detected and suppressed errors, rerun with: -v ==1034== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==10360== Memcheck, a memory error detector ==10360== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==10360== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==10360== Command: ./syncevo-local-sync ==10360== Parent PID: 10289 ==10360== ==10360== ==10360== HEAP SUMMARY: ==10360== in use at exit: 2,491,304 bytes in 25,307 blocks ==10360== total heap usage: 174,509 allocs, 149,202 frees, 33,733,240 bytes allocated ==10360== ==10360== LEAK SUMMARY: ==10360== definitely lost: 0 bytes in 0 blocks ==10360== indirectly lost: 0 bytes in 0 blocks ==10360== possibly lost: 528 bytes in 2 blocks ==10360== still reachable: 2,229,759 bytes in 21,272 blocks ==10360== of which reachable via heuristic: ==10360== length64 : 592 bytes in 10 blocks ==10360== newarray : 5,976 bytes in 28 blocks ==10360== suppressed: 253,905 bytes in 3,977 blocks ==10360== Reachable blocks (those to which a pointer was found) are not shown. ==10360== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==10360== ==10360== For counts of detected and suppressed errors, rerun with: -v ==10360== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1038== Memcheck, a memory error detector ==1038== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1038== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1038== Command: ./client-test Client::Source::davical_caldav::LinkedItemsNoTZ::testLinkedItemsChildChangesParent ==1038== Parent PID: 1034 ==1038== ==10426== Memcheck, a memory error detector ==10426== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==10426== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==10426== Command: ./client-test Client::Sync::eds_task::testItemsXML ==10426== Parent PID: 10289 ==10426== ==10434== Memcheck, a memory error detector ==10434== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==10434== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==10434== Command: ./syncevo-local-sync ==10434== Parent PID: 10289 ==10434== ==10434== ==10434== HEAP SUMMARY: ==10434== in use at exit: 2,491,328 bytes in 25,307 blocks ==10434== total heap usage: 179,634 allocs, 154,327 frees, 34,271,792 bytes allocated ==10434== ==10434== LEAK SUMMARY: ==10434== definitely lost: 0 bytes in 0 blocks ==10434== indirectly lost: 0 bytes in 0 blocks ==10434== possibly lost: 528 bytes in 2 blocks ==10434== still reachable: 2,229,759 bytes in 21,272 blocks ==10434== of which reachable via heuristic: ==10434== length64 : 592 bytes in 10 blocks ==10434== newarray : 5,976 bytes in 28 blocks ==10434== suppressed: 253,929 bytes in 3,977 blocks ==10434== Reachable blocks (those to which a pointer was found) are not shown. ==10434== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==10434== ==10434== For counts of detected and suppressed errors, rerun with: -v ==10434== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==10450== Memcheck, a memory error detector ==10450== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==10450== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==10450== Command: ./syncevo-local-sync ==10450== Parent PID: 10289 ==10450== ==10450== ==10450== HEAP SUMMARY: ==10450== in use at exit: 2,491,304 bytes in 25,307 blocks ==10450== total heap usage: 177,984 allocs, 152,677 frees, 34,073,966 bytes allocated ==10450== ==10450== LEAK SUMMARY: ==10450== definitely lost: 0 bytes in 0 blocks ==10450== indirectly lost: 0 bytes in 0 blocks ==10450== possibly lost: 528 bytes in 2 blocks ==10450== still reachable: 2,229,759 bytes in 21,272 blocks ==10450== of which reachable via heuristic: ==10450== length64 : 592 bytes in 10 blocks ==10450== newarray : 5,976 bytes in 28 blocks ==10450== suppressed: 253,905 bytes in 3,977 blocks ==10450== Reachable blocks (those to which a pointer was found) are not shown. ==10450== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==10450== ==10450== For counts of detected and suppressed errors, rerun with: -v ==10450== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1046== Memcheck, a memory error detector ==1046== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1046== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1046== Command: ./client-test Client::Source::davical_caldav::LinkedItemsNoTZ::testLinkedItemsChildChangesParent ==1046== Parent PID: 1034 ==1046== ==10488== Memcheck, a memory error detector ==10488== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==10488== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==10488== Command: ./client-test Client::Sync::eds_task::testItemsXML ==10488== Parent PID: 10289 ==10488== ==10492== Memcheck, a memory error detector ==10492== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==10492== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==10492== Command: ./client-test Client::Sync::eds_task::testMaxMsg ==10492== Parent PID: 111 ==10492== ==10492== ==10492== HEAP SUMMARY: ==10492== in use at exit: 2,889,284 bytes in 29,978 blocks ==10492== total heap usage: 1,368,470 allocs, 1,338,435 frees, 201,929,279 bytes allocated ==10492== ==10492== LEAK SUMMARY: ==10492== definitely lost: 0 bytes in 0 blocks ==10492== indirectly lost: 0 bytes in 0 blocks ==10492== possibly lost: 1,392 bytes in 4 blocks ==10492== still reachable: 2,238,469 bytes in 21,427 blocks ==10492== of which reachable via heuristic: ==10492== length64 : 5,120 bytes in 80 blocks ==10492== newarray : 6,312 bytes in 49 blocks ==10492== suppressed: 579,159 bytes in 8,013 blocks ==10492== Reachable blocks (those to which a pointer was found) are not shown. ==10492== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==10492== ==10492== For counts of detected and suppressed errors, rerun with: -v ==10492== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==10523== Memcheck, a memory error detector ==10523== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==10523== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==10523== Command: ./syncevo-local-sync ==10523== Parent PID: 10492 ==10523== ==10523== ==10523== HEAP SUMMARY: ==10523== in use at exit: 2,491,312 bytes in 25,307 blocks ==10523== total heap usage: 177,149 allocs, 151,842 frees, 33,963,341 bytes allocated ==10523== ==10523== LEAK SUMMARY: ==10523== definitely lost: 0 bytes in 0 blocks ==10523== indirectly lost: 0 bytes in 0 blocks ==10523== possibly lost: 528 bytes in 2 blocks ==10523== still reachable: 2,229,759 bytes in 21,272 blocks ==10523== of which reachable via heuristic: ==10523== length64 : 592 bytes in 10 blocks ==10523== newarray : 5,976 bytes in 28 blocks ==10523== suppressed: 253,913 bytes in 3,977 blocks ==10523== Reachable blocks (those to which a pointer was found) are not shown. ==10523== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==10523== ==10523== For counts of detected and suppressed errors, rerun with: -v ==10523== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1054== Memcheck, a memory error detector ==1054== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1054== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1054== Command: ./client-test Client::Source::davical_caldav::LinkedItemsNoTZ::testLinkedItemsRemoveParentFirst ==1054== Parent PID: 111 ==1054== ==1054== ==1054== HEAP SUMMARY: ==1054== in use at exit: 474,907 bytes in 5,431 blocks ==1054== total heap usage: 219,698 allocs, 214,202 frees, 26,285,661 bytes allocated ==1054== ==1054== LEAK SUMMARY: ==1054== definitely lost: 0 bytes in 0 blocks ==1054== indirectly lost: 0 bytes in 0 blocks ==1054== possibly lost: 1,392 bytes in 4 blocks ==1054== still reachable: 190,104 bytes in 1,058 blocks ==1054== of which reachable via heuristic: ==1054== length64 : 1,032 bytes in 18 blocks ==1054== newarray : 5,976 bytes in 28 blocks ==1054== suppressed: 271,891 bytes in 4,285 blocks ==1054== Reachable blocks (those to which a pointer was found) are not shown. ==1054== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1054== ==1054== For counts of detected and suppressed errors, rerun with: -v ==1054== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==10563== Memcheck, a memory error detector ==10563== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==10563== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==10563== Command: ./syncevo-local-sync ==10563== Parent PID: 10492 ==10563== ==10563== ==10563== HEAP SUMMARY: ==10563== in use at exit: 2,491,312 bytes in 25,307 blocks ==10563== total heap usage: 174,597 allocs, 149,290 frees, 33,739,130 bytes allocated ==10563== ==10563== LEAK SUMMARY: ==10563== definitely lost: 0 bytes in 0 blocks ==10563== indirectly lost: 0 bytes in 0 blocks ==10563== possibly lost: 528 bytes in 2 blocks ==10563== still reachable: 2,229,759 bytes in 21,272 blocks ==10563== of which reachable via heuristic: ==10563== length64 : 592 bytes in 10 blocks ==10563== newarray : 5,976 bytes in 28 blocks ==10563== suppressed: 253,913 bytes in 3,977 blocks ==10563== Reachable blocks (those to which a pointer was found) are not shown. ==10563== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==10563== ==10563== For counts of detected and suppressed errors, rerun with: -v ==10563== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1058== Memcheck, a memory error detector ==1058== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1058== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1058== Command: ./client-test Client::Source::davical_caldav::LinkedItemsNoTZ::testLinkedItemsRemoveParentFirst ==1058== Parent PID: 1054 ==1058== ==10591== Memcheck, a memory error detector ==10591== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==10591== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==10591== Command: ./syncevo-local-sync ==10591== Parent PID: 10492 ==10591== ==10591== ==10591== HEAP SUMMARY: ==10591== in use at exit: 2,491,296 bytes in 25,305 blocks ==10591== total heap usage: 315,854 allocs, 290,549 frees, 50,251,591 bytes allocated ==10591== ==10591== LEAK SUMMARY: ==10591== definitely lost: 0 bytes in 0 blocks ==10591== indirectly lost: 0 bytes in 0 blocks ==10591== possibly lost: 528 bytes in 2 blocks ==10591== still reachable: 2,229,759 bytes in 21,272 blocks ==10591== of which reachable via heuristic: ==10591== length64 : 592 bytes in 10 blocks ==10591== newarray : 5,976 bytes in 28 blocks ==10591== suppressed: 253,897 bytes in 3,975 blocks ==10591== Reachable blocks (those to which a pointer was found) are not shown. ==10591== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==10591== ==10591== For counts of detected and suppressed errors, rerun with: -v ==10591== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==10607== Memcheck, a memory error detector ==10607== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==10607== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==10607== Command: ./syncevo-local-sync ==10607== Parent PID: 10492 ==10607== ==10607== ==10607== HEAP SUMMARY: ==10607== in use at exit: 2,491,328 bytes in 25,307 blocks ==10607== total heap usage: 272,139 allocs, 246,832 frees, 62,064,821 bytes allocated ==10607== ==10607== LEAK SUMMARY: ==10607== definitely lost: 0 bytes in 0 blocks ==10607== indirectly lost: 0 bytes in 0 blocks ==10607== possibly lost: 528 bytes in 2 blocks ==10607== still reachable: 2,229,759 bytes in 21,272 blocks ==10607== of which reachable via heuristic: ==10607== length64 : 592 bytes in 10 blocks ==10607== newarray : 5,976 bytes in 28 blocks ==10607== suppressed: 253,929 bytes in 3,977 blocks ==10607== Reachable blocks (those to which a pointer was found) are not shown. ==10607== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==10607== ==10607== For counts of detected and suppressed errors, rerun with: -v ==10607== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==10645== Memcheck, a memory error detector ==10645== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==10645== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==10645== Command: ./client-test Client::Sync::eds_task::testMaxMsg ==10645== Parent PID: 10492 ==10645== ==10649== Memcheck, a memory error detector ==10649== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==10649== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==10649== Command: ./client-test Client::Sync::eds_task::testLargeObject ==10649== Parent PID: 111 ==10649== ==10649== ==10649== HEAP SUMMARY: ==10649== in use at exit: 2,886,894 bytes in 29,911 blocks ==10649== total heap usage: 1,656,003 allocs, 1,626,035 frees, 212,205,815 bytes allocated ==10649== ==10649== LEAK SUMMARY: ==10649== definitely lost: 0 bytes in 0 blocks ==10649== indirectly lost: 0 bytes in 0 blocks ==10649== possibly lost: 1,392 bytes in 4 blocks ==10649== still reachable: 2,237,645 bytes in 21,414 blocks ==10649== of which reachable via heuristic: ==10649== length64 : 5,120 bytes in 80 blocks ==10649== newarray : 6,312 bytes in 49 blocks ==10649== suppressed: 577,761 bytes in 7,961 blocks ==10649== Reachable blocks (those to which a pointer was found) are not shown. ==10649== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==10649== ==10649== For counts of detected and suppressed errors, rerun with: -v ==10649== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==1066== Memcheck, a memory error detector ==1066== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1066== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1066== Command: ./client-test Client::Source::davical_caldav::LinkedItemsNoTZ::testLinkedItemsRemoveParentFirst ==1066== Parent PID: 1054 ==1066== ==10681== Memcheck, a memory error detector ==10681== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==10681== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==10681== Command: ./syncevo-local-sync ==10681== Parent PID: 10649 ==10681== ==10681== ==10681== HEAP SUMMARY: ==10681== in use at exit: 2,491,304 bytes in 25,307 blocks ==10681== total heap usage: 271,502 allocs, 246,195 frees, 44,753,345 bytes allocated ==10681== ==10681== LEAK SUMMARY: ==10681== definitely lost: 0 bytes in 0 blocks ==10681== indirectly lost: 0 bytes in 0 blocks ==10681== possibly lost: 528 bytes in 2 blocks ==10681== still reachable: 2,229,759 bytes in 21,272 blocks ==10681== of which reachable via heuristic: ==10681== length64 : 592 bytes in 10 blocks ==10681== newarray : 5,976 bytes in 28 blocks ==10681== suppressed: 253,905 bytes in 3,977 blocks ==10681== Reachable blocks (those to which a pointer was found) are not shown. ==10681== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==10681== ==10681== For counts of detected and suppressed errors, rerun with: -v ==10681== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==10722== Memcheck, a memory error detector ==10722== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==10722== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==10722== Command: ./syncevo-local-sync ==10722== Parent PID: 10649 ==10722== ==10722== ==10722== HEAP SUMMARY: ==10722== in use at exit: 2,491,328 bytes in 25,307 blocks ==10722== total heap usage: 205,124 allocs, 179,817 frees, 37,351,299 bytes allocated ==10722== ==10722== LEAK SUMMARY: ==10722== definitely lost: 0 bytes in 0 blocks ==10722== indirectly lost: 0 bytes in 0 blocks ==10722== possibly lost: 528 bytes in 2 blocks ==10722== still reachable: 2,229,759 bytes in 21,272 blocks ==10722== of which reachable via heuristic: ==10722== length64 : 592 bytes in 10 blocks ==10722== newarray : 5,976 bytes in 28 blocks ==10722== suppressed: 253,929 bytes in 3,977 blocks ==10722== Reachable blocks (those to which a pointer was found) are not shown. ==10722== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==10722== ==10722== For counts of detected and suppressed errors, rerun with: -v ==10722== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1074== Memcheck, a memory error detector ==1074== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1074== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1074== Command: ./client-test Client::Source::davical_caldav::LinkedItemsNoTZ::testLinkedItemsRemoveNormal ==1074== Parent PID: 111 ==1074== ==1074== ==1074== HEAP SUMMARY: ==1074== in use at exit: 474,923 bytes in 5,431 blocks ==1074== total heap usage: 229,520 allocs, 224,023 frees, 27,285,134 bytes allocated ==1074== ==1074== LEAK SUMMARY: ==1074== definitely lost: 0 bytes in 0 blocks ==1074== indirectly lost: 0 bytes in 0 blocks ==1074== possibly lost: 1,392 bytes in 4 blocks ==1074== still reachable: 190,104 bytes in 1,058 blocks ==1074== of which reachable via heuristic: ==1074== length64 : 1,032 bytes in 18 blocks ==1074== newarray : 5,976 bytes in 28 blocks ==1074== suppressed: 271,907 bytes in 4,285 blocks ==1074== Reachable blocks (those to which a pointer was found) are not shown. ==1074== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1074== ==1074== For counts of detected and suppressed errors, rerun with: -v ==1074== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==10750== Memcheck, a memory error detector ==10750== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==10750== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==10750== Command: ./syncevo-local-sync ==10750== Parent PID: 10649 ==10750== ==10750== ==10750== HEAP SUMMARY: ==10750== in use at exit: 2,491,320 bytes in 25,307 blocks ==10750== total heap usage: 315,842 allocs, 290,535 frees, 50,251,358 bytes allocated ==10750== ==10750== LEAK SUMMARY: ==10750== definitely lost: 0 bytes in 0 blocks ==10750== indirectly lost: 0 bytes in 0 blocks ==10750== possibly lost: 528 bytes in 2 blocks ==10750== still reachable: 2,229,759 bytes in 21,272 blocks ==10750== of which reachable via heuristic: ==10750== length64 : 592 bytes in 10 blocks ==10750== newarray : 5,976 bytes in 28 blocks ==10750== suppressed: 253,921 bytes in 3,977 blocks ==10750== Reachable blocks (those to which a pointer was found) are not shown. ==10750== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==10750== ==10750== For counts of detected and suppressed errors, rerun with: -v ==10750== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==10766== Memcheck, a memory error detector ==10766== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==10766== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==10766== Command: ./syncevo-local-sync ==10766== Parent PID: 10649 ==10766== ==10766== ==10766== HEAP SUMMARY: ==10766== in use at exit: 2,491,328 bytes in 25,307 blocks ==10766== total heap usage: 285,651 allocs, 260,344 frees, 43,228,006 bytes allocated ==10766== ==10766== LEAK SUMMARY: ==10766== definitely lost: 0 bytes in 0 blocks ==10766== indirectly lost: 0 bytes in 0 blocks ==10766== possibly lost: 528 bytes in 2 blocks ==10766== still reachable: 2,229,759 bytes in 21,272 blocks ==10766== of which reachable via heuristic: ==10766== length64 : 592 bytes in 10 blocks ==10766== newarray : 5,976 bytes in 28 blocks ==10766== suppressed: 253,929 bytes in 3,977 blocks ==10766== Reachable blocks (those to which a pointer was found) are not shown. ==10766== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==10766== ==10766== For counts of detected and suppressed errors, rerun with: -v ==10766== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1078== Memcheck, a memory error detector ==1078== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1078== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1078== Command: ./client-test Client::Source::davical_caldav::LinkedItemsNoTZ::testLinkedItemsRemoveNormal ==1078== Parent PID: 1074 ==1078== ==10804== Memcheck, a memory error detector ==10804== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==10804== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==10804== Command: ./client-test Client::Sync::eds_task::testLargeObject ==10804== Parent PID: 10649 ==10804== ==10808== Memcheck, a memory error detector ==10808== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==10808== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==10808== Command: ./client-test Client::Sync::eds_task::testOneWayFromServer ==10808== Parent PID: 111 ==10808== ==10808== ==10808== HEAP SUMMARY: ==10808== in use at exit: 2,887,376 bytes in 29,928 blocks ==10808== total heap usage: 2,183,437 allocs, 2,153,448 frees, 299,173,020 bytes allocated ==10808== ==10808== LEAK SUMMARY: ==10808== definitely lost: 0 bytes in 0 blocks ==10808== indirectly lost: 0 bytes in 0 blocks ==10808== possibly lost: 1,392 bytes in 4 blocks ==10808== still reachable: 2,238,029 bytes in 21,418 blocks ==10808== of which reachable via heuristic: ==10808== length64 : 5,120 bytes in 80 blocks ==10808== newarray : 6,312 bytes in 49 blocks ==10808== suppressed: 577,859 bytes in 7,974 blocks ==10808== Reachable blocks (those to which a pointer was found) are not shown. ==10808== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==10808== ==10808== For counts of detected and suppressed errors, rerun with: -v ==10808== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==10839== Memcheck, a memory error detector ==10839== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==10839== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==10839== Command: ./syncevo-local-sync ==10839== Parent PID: 10808 ==10839== ==10839== ==10839== HEAP SUMMARY: ==10839== in use at exit: 2,491,328 bytes in 25,307 blocks ==10839== total heap usage: 271,522 allocs, 246,215 frees, 44,749,999 bytes allocated ==10839== ==10839== LEAK SUMMARY: ==10839== definitely lost: 0 bytes in 0 blocks ==10839== indirectly lost: 0 bytes in 0 blocks ==10839== possibly lost: 528 bytes in 2 blocks ==10839== still reachable: 2,229,759 bytes in 21,272 blocks ==10839== of which reachable via heuristic: ==10839== length64 : 592 bytes in 10 blocks ==10839== newarray : 5,976 bytes in 28 blocks ==10839== suppressed: 253,929 bytes in 3,977 blocks ==10839== Reachable blocks (those to which a pointer was found) are not shown. ==10839== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==10839== ==10839== For counts of detected and suppressed errors, rerun with: -v ==10839== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1086== Memcheck, a memory error detector ==1086== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1086== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1086== Command: ./client-test Client::Source::davical_caldav::LinkedItemsNoTZ::testLinkedItemsRemoveNormal ==1086== Parent PID: 1074 ==1086== ==10881== Memcheck, a memory error detector ==10881== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==10881== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==10881== Command: ./syncevo-local-sync ==10881== Parent PID: 10808 ==10881== ==10881== ==10881== HEAP SUMMARY: ==10881== in use at exit: 2,491,336 bytes in 25,307 blocks ==10881== total heap usage: 205,132 allocs, 179,825 frees, 37,353,140 bytes allocated ==10881== ==10881== LEAK SUMMARY: ==10881== definitely lost: 0 bytes in 0 blocks ==10881== indirectly lost: 0 bytes in 0 blocks ==10881== possibly lost: 528 bytes in 2 blocks ==10881== still reachable: 2,229,759 bytes in 21,272 blocks ==10881== of which reachable via heuristic: ==10881== length64 : 592 bytes in 10 blocks ==10881== newarray : 5,976 bytes in 28 blocks ==10881== suppressed: 253,937 bytes in 3,977 blocks ==10881== Reachable blocks (those to which a pointer was found) are not shown. ==10881== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==10881== ==10881== For counts of detected and suppressed errors, rerun with: -v ==10881== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==10897== Memcheck, a memory error detector ==10897== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==10897== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==10897== Command: ./syncevo-local-sync ==10897== Parent PID: 10808 ==10897== ==10897== ==10897== HEAP SUMMARY: ==10897== in use at exit: 2,491,320 bytes in 25,307 blocks ==10897== total heap usage: 174,017 allocs, 148,710 frees, 33,638,572 bytes allocated ==10897== ==10897== LEAK SUMMARY: ==10897== definitely lost: 0 bytes in 0 blocks ==10897== indirectly lost: 0 bytes in 0 blocks ==10897== possibly lost: 528 bytes in 2 blocks ==10897== still reachable: 2,229,759 bytes in 21,272 blocks ==10897== of which reachable via heuristic: ==10897== length64 : 592 bytes in 10 blocks ==10897== newarray : 5,976 bytes in 28 blocks ==10897== suppressed: 253,921 bytes in 3,977 blocks ==10897== Reachable blocks (those to which a pointer was found) are not shown. ==10897== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==10897== ==10897== For counts of detected and suppressed errors, rerun with: -v ==10897== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1094== Memcheck, a memory error detector ==1094== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1094== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1094== Command: ./client-test Client::Source::davical_caldav::LinkedItemsNoTZ::testLinkedItemsInsertParentTwice ==1094== Parent PID: 111 ==1094== ==1094== ==1094== HEAP SUMMARY: ==1094== in use at exit: 465,691 bytes in 5,395 blocks ==1094== total heap usage: 208,616 allocs, 203,157 frees, 24,685,202 bytes allocated ==1094== ==1094== LEAK SUMMARY: ==1094== definitely lost: 0 bytes in 0 blocks ==1094== indirectly lost: 0 bytes in 0 blocks ==1094== possibly lost: 1,392 bytes in 4 blocks ==1094== still reachable: 180,888 bytes in 1,022 blocks ==1094== of which reachable via heuristic: ==1094== length64 : 1,032 bytes in 18 blocks ==1094== newarray : 5,976 bytes in 28 blocks ==1094== suppressed: 271,891 bytes in 4,285 blocks ==1094== Reachable blocks (those to which a pointer was found) are not shown. ==1094== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1094== ==1094== For counts of detected and suppressed errors, rerun with: -v ==1094== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==10950== Memcheck, a memory error detector ==10950== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==10950== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==10950== Command: ./syncevo-local-sync ==10950== Parent PID: 10808 ==10950== ==10950== ==10950== HEAP SUMMARY: ==10950== in use at exit: 2,491,312 bytes in 25,307 blocks ==10950== total heap usage: 178,945 allocs, 153,638 frees, 34,164,931 bytes allocated ==10950== ==10950== LEAK SUMMARY: ==10950== definitely lost: 0 bytes in 0 blocks ==10950== indirectly lost: 0 bytes in 0 blocks ==10950== possibly lost: 528 bytes in 2 blocks ==10950== still reachable: 2,229,759 bytes in 21,272 blocks ==10950== of which reachable via heuristic: ==10950== length64 : 592 bytes in 10 blocks ==10950== newarray : 5,976 bytes in 28 blocks ==10950== suppressed: 253,913 bytes in 3,977 blocks ==10950== Reachable blocks (those to which a pointer was found) are not shown. ==10950== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==10950== ==10950== For counts of detected and suppressed errors, rerun with: -v ==10950== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1098== Memcheck, a memory error detector ==1098== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1098== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1098== Command: ./client-test Client::Source::davical_caldav::LinkedItemsNoTZ::testLinkedItemsInsertParentTwice ==1098== Parent PID: 1094 ==1098== ==11003== Memcheck, a memory error detector ==11003== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==11003== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==11003== Command: ./syncevo-local-sync ==11003== Parent PID: 10808 ==11003== ==11003== ==11003== HEAP SUMMARY: ==11003== in use at exit: 2,491,328 bytes in 25,307 blocks ==11003== total heap usage: 177,913 allocs, 152,606 frees, 34,061,214 bytes allocated ==11003== ==11003== LEAK SUMMARY: ==11003== definitely lost: 0 bytes in 0 blocks ==11003== indirectly lost: 0 bytes in 0 blocks ==11003== possibly lost: 528 bytes in 2 blocks ==11003== still reachable: 2,229,759 bytes in 21,272 blocks ==11003== of which reachable via heuristic: ==11003== length64 : 592 bytes in 10 blocks ==11003== newarray : 5,976 bytes in 28 blocks ==11003== suppressed: 253,929 bytes in 3,977 blocks ==11003== Reachable blocks (those to which a pointer was found) are not shown. ==11003== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==11003== ==11003== For counts of detected and suppressed errors, rerun with: -v ==11003== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==11031== Memcheck, a memory error detector ==11031== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==11031== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==11031== Command: ./syncevo-local-sync ==11031== Parent PID: 10808 ==11031== ==11031== ==11031== HEAP SUMMARY: ==11031== in use at exit: 3,217,163 bytes in 27,631 blocks ==11031== total heap usage: 171,389 allocs, 143,758 frees, 32,576,340 bytes allocated ==11031== ==11031== LEAK SUMMARY: ==11031== definitely lost: 0 bytes in 0 blocks ==11031== indirectly lost: 0 bytes in 0 blocks ==11031== possibly lost: 528 bytes in 2 blocks ==11031== still reachable: 2,955,594 bytes in 23,596 blocks ==11031== of which reachable via heuristic: ==11031== length64 : 592 bytes in 10 blocks ==11031== newarray : 12,912 bytes in 223 blocks ==11031== suppressed: 253,929 bytes in 3,977 blocks ==11031== Reachable blocks (those to which a pointer was found) are not shown. ==11031== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==11031== ==11031== For counts of detected and suppressed errors, rerun with: -v ==11031== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1106== Memcheck, a memory error detector ==1106== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1106== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1106== Command: ./client-test Client::Source::davical_caldav::LinkedItemsNoTZ::testLinkedItemsInsertParentTwice ==1106== Parent PID: 1094 ==1106== ==11095== Memcheck, a memory error detector ==11095== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==11095== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==11095== Command: ./syncevo-local-sync ==11095== Parent PID: 10808 ==11095== ==11095== ==11095== HEAP SUMMARY: ==11095== in use at exit: 2,491,336 bytes in 25,307 blocks ==11095== total heap usage: 174,505 allocs, 149,198 frees, 33,712,815 bytes allocated ==11095== ==11095== LEAK SUMMARY: ==11095== definitely lost: 0 bytes in 0 blocks ==11095== indirectly lost: 0 bytes in 0 blocks ==11095== possibly lost: 528 bytes in 2 blocks ==11095== still reachable: 2,229,759 bytes in 21,272 blocks ==11095== of which reachable via heuristic: ==11095== length64 : 592 bytes in 10 blocks ==11095== newarray : 5,976 bytes in 28 blocks ==11095== suppressed: 253,937 bytes in 3,977 blocks ==11095== Reachable blocks (those to which a pointer was found) are not shown. ==11095== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==11095== ==11095== For counts of detected and suppressed errors, rerun with: -v ==11095== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==111== Memcheck, a memory error detector ==111== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==111== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==111== Command: ./client-test Client::Sync::eds_contact Client::Sync::eds_event Client::Sync::eds_task Client::Source::davical_caldav Client::Source::davical_caldavtodo Client::Source::davical_carddav ==111== Parent PID: 107 ==111== ==111== ==111== HEAP SUMMARY: ==111== in use at exit: 351,649 bytes in 4,900 blocks ==111== total heap usage: 114,323 allocs, 109,370 frees, 18,156,361 bytes allocated ==111== ==111== LEAK SUMMARY: ==111== definitely lost: 0 bytes in 0 blocks ==111== indirectly lost: 0 bytes in 0 blocks ==111== possibly lost: 960 bytes in 3 blocks ==111== still reachable: 67,303 bytes in 533 blocks ==111== of which reachable via heuristic: ==111== length64 : 1,032 bytes in 18 blocks ==111== newarray : 5,976 bytes in 28 blocks ==111== suppressed: 271,866 bytes in 4,280 blocks ==111== Reachable blocks (those to which a pointer was found) are not shown. ==111== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==111== ==111== For counts of detected and suppressed errors, rerun with: -v ==111== ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 67 from 67) ==11123== Memcheck, a memory error detector ==11123== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==11123== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==11123== Command: ./syncevo-local-sync ==11123== Parent PID: 10808 ==11123== ==11123== ==11123== HEAP SUMMARY: ==11123== in use at exit: 2,491,320 bytes in 25,307 blocks ==11123== total heap usage: 174,259 allocs, 148,952 frees, 33,687,964 bytes allocated ==11123== ==11123== LEAK SUMMARY: ==11123== definitely lost: 0 bytes in 0 blocks ==11123== indirectly lost: 0 bytes in 0 blocks ==11123== possibly lost: 528 bytes in 2 blocks ==11123== still reachable: 2,229,759 bytes in 21,272 blocks ==11123== of which reachable via heuristic: ==11123== length64 : 592 bytes in 10 blocks ==11123== newarray : 5,976 bytes in 28 blocks ==11123== suppressed: 253,921 bytes in 3,977 blocks ==11123== Reachable blocks (those to which a pointer was found) are not shown. ==11123== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==11123== ==11123== For counts of detected and suppressed errors, rerun with: -v ==11123== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1114== Memcheck, a memory error detector ==1114== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1114== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1114== Command: ./client-test Client::Source::davical_caldav::LinkedItemsNoTZ::testLinkedItemsInsertChildTwice ==1114== Parent PID: 111 ==1114== ==1114== ==1114== HEAP SUMMARY: ==1114== in use at exit: 465,715 bytes in 5,395 blocks ==1114== total heap usage: 208,558 allocs, 203,099 frees, 24,675,698 bytes allocated ==1114== ==1114== LEAK SUMMARY: ==1114== definitely lost: 0 bytes in 0 blocks ==1114== indirectly lost: 0 bytes in 0 blocks ==1114== possibly lost: 1,392 bytes in 4 blocks ==1114== still reachable: 180,888 bytes in 1,022 blocks ==1114== of which reachable via heuristic: ==1114== length64 : 1,032 bytes in 18 blocks ==1114== newarray : 5,976 bytes in 28 blocks ==1114== suppressed: 271,915 bytes in 4,285 blocks ==1114== Reachable blocks (those to which a pointer was found) are not shown. ==1114== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1114== ==1114== For counts of detected and suppressed errors, rerun with: -v ==1114== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==11151== Memcheck, a memory error detector ==11151== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==11151== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==11151== Command: ./client-test Client::Sync::eds_task::testOneWayFromClient ==11151== Parent PID: 111 ==11151== ==11151== ==11151== HEAP SUMMARY: ==11151== in use at exit: 2,886,710 bytes in 29,913 blocks ==11151== total heap usage: 2,150,359 allocs, 2,120,384 frees, 304,361,090 bytes allocated ==11151== ==11151== LEAK SUMMARY: ==11151== definitely lost: 0 bytes in 0 blocks ==11151== indirectly lost: 0 bytes in 0 blocks ==11151== possibly lost: 1,392 bytes in 4 blocks ==11151== still reachable: 2,237,645 bytes in 21,414 blocks ==11151== of which reachable via heuristic: ==11151== length64 : 5,120 bytes in 80 blocks ==11151== newarray : 6,312 bytes in 49 blocks ==11151== suppressed: 577,577 bytes in 7,963 blocks ==11151== Reachable blocks (those to which a pointer was found) are not shown. ==11151== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==11151== ==11151== For counts of detected and suppressed errors, rerun with: -v ==11151== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==1118== Memcheck, a memory error detector ==1118== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1118== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1118== Command: ./client-test Client::Source::davical_caldav::LinkedItemsNoTZ::testLinkedItemsInsertChildTwice ==1118== Parent PID: 1114 ==1118== ==11182== Memcheck, a memory error detector ==11182== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==11182== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==11182== Command: ./syncevo-local-sync ==11182== Parent PID: 11151 ==11182== ==11182== ==11182== HEAP SUMMARY: ==11182== in use at exit: 2,491,312 bytes in 25,307 blocks ==11182== total heap usage: 172,397 allocs, 147,090 frees, 33,463,505 bytes allocated ==11182== ==11182== LEAK SUMMARY: ==11182== definitely lost: 0 bytes in 0 blocks ==11182== indirectly lost: 0 bytes in 0 blocks ==11182== possibly lost: 528 bytes in 2 blocks ==11182== still reachable: 2,229,759 bytes in 21,272 blocks ==11182== of which reachable via heuristic: ==11182== length64 : 592 bytes in 10 blocks ==11182== newarray : 5,976 bytes in 28 blocks ==11182== suppressed: 253,913 bytes in 3,977 blocks ==11182== Reachable blocks (those to which a pointer was found) are not shown. ==11182== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==11182== ==11182== For counts of detected and suppressed errors, rerun with: -v ==11182== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==11221== Memcheck, a memory error detector ==11221== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==11221== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==11221== Command: ./syncevo-local-sync ==11221== Parent PID: 11151 ==11221== ==11221== ==11221== HEAP SUMMARY: ==11221== in use at exit: 3,214,249 bytes in 27,624 blocks ==11221== total heap usage: 171,056 allocs, 143,432 frees, 32,534,117 bytes allocated ==11221== ==11221== LEAK SUMMARY: ==11221== definitely lost: 0 bytes in 0 blocks ==11221== indirectly lost: 0 bytes in 0 blocks ==11221== possibly lost: 528 bytes in 2 blocks ==11221== still reachable: 2,952,696 bytes in 23,589 blocks ==11221== of which reachable via heuristic: ==11221== length64 : 592 bytes in 10 blocks ==11221== newarray : 12,912 bytes in 223 blocks ==11221== suppressed: 253,913 bytes in 3,977 blocks ==11221== Reachable blocks (those to which a pointer was found) are not shown. ==11221== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==11221== ==11221== For counts of detected and suppressed errors, rerun with: -v ==11221== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1126== Memcheck, a memory error detector ==1126== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1126== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1126== Command: ./client-test Client::Source::davical_caldav::LinkedItemsNoTZ::testLinkedItemsInsertChildTwice ==1126== Parent PID: 1114 ==1126== ==11261== Memcheck, a memory error detector ==11261== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==11261== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==11261== Command: ./syncevo-local-sync ==11261== Parent PID: 11151 ==11261== ==11261== ==11261== HEAP SUMMARY: ==11261== in use at exit: 2,491,320 bytes in 25,307 blocks ==11261== total heap usage: 172,421 allocs, 147,114 frees, 33,464,944 bytes allocated ==11261== ==11261== LEAK SUMMARY: ==11261== definitely lost: 0 bytes in 0 blocks ==11261== indirectly lost: 0 bytes in 0 blocks ==11261== possibly lost: 528 bytes in 2 blocks ==11261== still reachable: 2,229,759 bytes in 21,272 blocks ==11261== of which reachable via heuristic: ==11261== length64 : 592 bytes in 10 blocks ==11261== newarray : 5,976 bytes in 28 blocks ==11261== suppressed: 253,921 bytes in 3,977 blocks ==11261== Reachable blocks (those to which a pointer was found) are not shown. ==11261== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==11261== ==11261== For counts of detected and suppressed errors, rerun with: -v ==11261== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==11301== Memcheck, a memory error detector ==11301== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==11301== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==11301== Command: ./syncevo-local-sync ==11301== Parent PID: 11151 ==11301== ==11301== ==11301== HEAP SUMMARY: ==11301== in use at exit: 3,214,257 bytes in 27,624 blocks ==11301== total heap usage: 171,041 allocs, 143,417 frees, 32,532,956 bytes allocated ==11301== ==11301== LEAK SUMMARY: ==11301== definitely lost: 0 bytes in 0 blocks ==11301== indirectly lost: 0 bytes in 0 blocks ==11301== possibly lost: 528 bytes in 2 blocks ==11301== still reachable: 2,952,696 bytes in 23,589 blocks ==11301== of which reachable via heuristic: ==11301== length64 : 592 bytes in 10 blocks ==11301== newarray : 12,912 bytes in 223 blocks ==11301== suppressed: 253,921 bytes in 3,977 blocks ==11301== Reachable blocks (those to which a pointer was found) are not shown. ==11301== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==11301== ==11301== For counts of detected and suppressed errors, rerun with: -v ==11301== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1134== Memcheck, a memory error detector ==1134== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1134== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1134== Command: ./client-test Client::Source::davical_caldav::LinkedItemsNoTZ::testLinkedItemsParentUpdate ==1134== Parent PID: 111 ==1134== ==1134== ==1134== HEAP SUMMARY: ==1134== in use at exit: 465,699 bytes in 5,395 blocks ==1134== total heap usage: 198,638 allocs, 193,180 frees, 23,756,400 bytes allocated ==1134== ==1134== LEAK SUMMARY: ==1134== definitely lost: 0 bytes in 0 blocks ==1134== indirectly lost: 0 bytes in 0 blocks ==1134== possibly lost: 1,392 bytes in 4 blocks ==1134== still reachable: 180,888 bytes in 1,022 blocks ==1134== of which reachable via heuristic: ==1134== length64 : 1,032 bytes in 18 blocks ==1134== newarray : 5,976 bytes in 28 blocks ==1134== suppressed: 271,899 bytes in 4,285 blocks ==1134== Reachable blocks (those to which a pointer was found) are not shown. ==1134== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1134== ==1134== For counts of detected and suppressed errors, rerun with: -v ==1134== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==11353== Memcheck, a memory error detector ==11353== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==11353== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==11353== Command: ./syncevo-local-sync ==11353== Parent PID: 11151 ==11353== ==11353== ==11353== HEAP SUMMARY: ==11353== in use at exit: 2,491,304 bytes in 25,307 blocks ==11353== total heap usage: 178,960 allocs, 153,653 frees, 34,165,714 bytes allocated ==11353== ==11353== LEAK SUMMARY: ==11353== definitely lost: 0 bytes in 0 blocks ==11353== indirectly lost: 0 bytes in 0 blocks ==11353== possibly lost: 528 bytes in 2 blocks ==11353== still reachable: 2,229,759 bytes in 21,272 blocks ==11353== of which reachable via heuristic: ==11353== length64 : 592 bytes in 10 blocks ==11353== newarray : 5,976 bytes in 28 blocks ==11353== suppressed: 253,905 bytes in 3,977 blocks ==11353== Reachable blocks (those to which a pointer was found) are not shown. ==11353== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==11353== ==11353== For counts of detected and suppressed errors, rerun with: -v ==11353== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1138== Memcheck, a memory error detector ==1138== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1138== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1138== Command: ./client-test Client::Source::davical_caldav::LinkedItemsNoTZ::testLinkedItemsParentUpdate ==1138== Parent PID: 1134 ==1138== ==11405== Memcheck, a memory error detector ==11405== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==11405== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==11405== Command: ./syncevo-local-sync ==11405== Parent PID: 11151 ==11405== ==11405== ==11405== HEAP SUMMARY: ==11405== in use at exit: 2,491,320 bytes in 25,307 blocks ==11405== total heap usage: 180,057 allocs, 154,750 frees, 34,304,526 bytes allocated ==11405== ==11405== LEAK SUMMARY: ==11405== definitely lost: 0 bytes in 0 blocks ==11405== indirectly lost: 0 bytes in 0 blocks ==11405== possibly lost: 528 bytes in 2 blocks ==11405== still reachable: 2,229,759 bytes in 21,272 blocks ==11405== of which reachable via heuristic: ==11405== length64 : 592 bytes in 10 blocks ==11405== newarray : 5,976 bytes in 28 blocks ==11405== suppressed: 253,921 bytes in 3,977 blocks ==11405== Reachable blocks (those to which a pointer was found) are not shown. ==11405== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==11405== ==11405== For counts of detected and suppressed errors, rerun with: -v ==11405== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==11434== Memcheck, a memory error detector ==11434== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==11434== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==11434== Command: ./syncevo-local-sync ==11434== Parent PID: 11151 ==11434== ==11434== ==11434== HEAP SUMMARY: ==11434== in use at exit: 2,491,312 bytes in 25,307 blocks ==11434== total heap usage: 178,128 allocs, 152,821 frees, 34,064,839 bytes allocated ==11434== ==11434== LEAK SUMMARY: ==11434== definitely lost: 0 bytes in 0 blocks ==11434== indirectly lost: 0 bytes in 0 blocks ==11434== possibly lost: 528 bytes in 2 blocks ==11434== still reachable: 2,229,759 bytes in 21,272 blocks ==11434== of which reachable via heuristic: ==11434== length64 : 592 bytes in 10 blocks ==11434== newarray : 5,976 bytes in 28 blocks ==11434== suppressed: 253,913 bytes in 3,977 blocks ==11434== Reachable blocks (those to which a pointer was found) are not shown. ==11434== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==11434== ==11434== For counts of detected and suppressed errors, rerun with: -v ==11434== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1146== Memcheck, a memory error detector ==1146== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1146== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1146== Command: ./client-test Client::Source::davical_caldav::LinkedItemsNoTZ::testLinkedItemsParentUpdate ==1146== Parent PID: 1134 ==1146== ==11499== Memcheck, a memory error detector ==11499== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==11499== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==11499== Command: ./syncevo-local-sync ==11499== Parent PID: 11151 ==11499== ==11499== ==11499== HEAP SUMMARY: ==11499== in use at exit: 2,491,264 bytes in 25,305 blocks ==11499== total heap usage: 174,669 allocs, 149,364 frees, 33,722,205 bytes allocated ==11499== ==11499== LEAK SUMMARY: ==11499== definitely lost: 0 bytes in 0 blocks ==11499== indirectly lost: 0 bytes in 0 blocks ==11499== possibly lost: 528 bytes in 2 blocks ==11499== still reachable: 2,229,759 bytes in 21,272 blocks ==11499== of which reachable via heuristic: ==11499== length64 : 592 bytes in 10 blocks ==11499== newarray : 5,976 bytes in 28 blocks ==11499== suppressed: 253,865 bytes in 3,975 blocks ==11499== Reachable blocks (those to which a pointer was found) are not shown. ==11499== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==11499== ==11499== For counts of detected and suppressed errors, rerun with: -v ==11499== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==11527== Memcheck, a memory error detector ==11527== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==11527== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==11527== Command: ./syncevo-local-sync ==11527== Parent PID: 11151 ==11527== ==11527== ==11527== HEAP SUMMARY: ==11527== in use at exit: 2,491,328 bytes in 25,307 blocks ==11527== total heap usage: 174,715 allocs, 149,408 frees, 33,720,935 bytes allocated ==11527== ==11527== LEAK SUMMARY: ==11527== definitely lost: 0 bytes in 0 blocks ==11527== indirectly lost: 0 bytes in 0 blocks ==11527== possibly lost: 528 bytes in 2 blocks ==11527== still reachable: 2,229,759 bytes in 21,272 blocks ==11527== of which reachable via heuristic: ==11527== length64 : 592 bytes in 10 blocks ==11527== newarray : 5,976 bytes in 28 blocks ==11527== suppressed: 253,929 bytes in 3,977 blocks ==11527== Reachable blocks (those to which a pointer was found) are not shown. ==11527== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==11527== ==11527== For counts of detected and suppressed errors, rerun with: -v ==11527== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1154== Memcheck, a memory error detector ==1154== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1154== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1154== Command: ./client-test Client::Source::davical_caldav::LinkedItemsNoTZ::testLinkedItemsUpdateChild ==1154== Parent PID: 111 ==1154== ==1154== ==1154== HEAP SUMMARY: ==1154== in use at exit: 465,715 bytes in 5,395 blocks ==1154== total heap usage: 198,714 allocs, 193,256 frees, 23,757,606 bytes allocated ==1154== ==1154== LEAK SUMMARY: ==1154== definitely lost: 0 bytes in 0 blocks ==1154== indirectly lost: 0 bytes in 0 blocks ==1154== possibly lost: 1,392 bytes in 4 blocks ==1154== still reachable: 180,888 bytes in 1,022 blocks ==1154== of which reachable via heuristic: ==1154== length64 : 1,032 bytes in 18 blocks ==1154== newarray : 5,976 bytes in 28 blocks ==1154== suppressed: 271,915 bytes in 4,285 blocks ==1154== Reachable blocks (those to which a pointer was found) are not shown. ==1154== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1154== ==1154== For counts of detected and suppressed errors, rerun with: -v ==1154== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==11555== Memcheck, a memory error detector ==11555== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==11555== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==11555== Command: ./client-test Client::Sync::eds_task::testOneWayFromRemote ==11555== Parent PID: 111 ==11555== ==11555== ==11555== HEAP SUMMARY: ==11555== in use at exit: 2,885,477 bytes in 29,901 blocks ==11555== total heap usage: 1,897,398 allocs, 1,867,436 frees, 271,220,616 bytes allocated ==11555== ==11555== LEAK SUMMARY: ==11555== definitely lost: 0 bytes in 0 blocks ==11555== indirectly lost: 0 bytes in 0 blocks ==11555== possibly lost: 1,392 bytes in 4 blocks ==11555== still reachable: 2,238,125 bytes in 21,419 blocks ==11555== of which reachable via heuristic: ==11555== length64 : 5,120 bytes in 80 blocks ==11555== newarray : 6,312 bytes in 49 blocks ==11555== suppressed: 575,864 bytes in 7,946 blocks ==11555== Reachable blocks (those to which a pointer was found) are not shown. ==11555== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==11555== ==11555== For counts of detected and suppressed errors, rerun with: -v ==11555== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==1158== Memcheck, a memory error detector ==1158== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1158== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1158== Command: ./client-test Client::Source::davical_caldav::LinkedItemsNoTZ::testLinkedItemsUpdateChild ==1158== Parent PID: 1154 ==1158== ==11587== Memcheck, a memory error detector ==11587== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==11587== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==11587== Command: ./syncevo-local-sync ==11587== Parent PID: 11555 ==11587== ==11587== ==11587== HEAP SUMMARY: ==11587== in use at exit: 2,491,256 bytes in 25,305 blocks ==11587== total heap usage: 176,435 allocs, 151,130 frees, 33,880,200 bytes allocated ==11587== ==11587== LEAK SUMMARY: ==11587== definitely lost: 0 bytes in 0 blocks ==11587== indirectly lost: 0 bytes in 0 blocks ==11587== possibly lost: 528 bytes in 2 blocks ==11587== still reachable: 2,229,759 bytes in 21,272 blocks ==11587== of which reachable via heuristic: ==11587== length64 : 592 bytes in 10 blocks ==11587== newarray : 5,976 bytes in 28 blocks ==11587== suppressed: 253,857 bytes in 3,975 blocks ==11587== Reachable blocks (those to which a pointer was found) are not shown. ==11587== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==11587== ==11587== For counts of detected and suppressed errors, rerun with: -v ==11587== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==11627== Memcheck, a memory error detector ==11627== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==11627== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==11627== Command: ./syncevo-local-sync ==11627== Parent PID: 11555 ==11627== ==11627== ==11627== HEAP SUMMARY: ==11627== in use at exit: 2,491,336 bytes in 25,307 blocks ==11627== total heap usage: 174,567 allocs, 149,260 frees, 33,738,493 bytes allocated ==11627== ==11627== LEAK SUMMARY: ==11627== definitely lost: 0 bytes in 0 blocks ==11627== indirectly lost: 0 bytes in 0 blocks ==11627== possibly lost: 528 bytes in 2 blocks ==11627== still reachable: 2,229,759 bytes in 21,272 blocks ==11627== of which reachable via heuristic: ==11627== length64 : 592 bytes in 10 blocks ==11627== newarray : 5,976 bytes in 28 blocks ==11627== suppressed: 253,937 bytes in 3,977 blocks ==11627== Reachable blocks (those to which a pointer was found) are not shown. ==11627== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==11627== ==11627== For counts of detected and suppressed errors, rerun with: -v ==11627== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==11643== Memcheck, a memory error detector ==11643== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==11643== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==11643== Command: ./syncevo-local-sync ==11643== Parent PID: 11555 ==11643== ==11643== ==11643== HEAP SUMMARY: ==11643== in use at exit: 2,491,312 bytes in 25,307 blocks ==11643== total heap usage: 173,105 allocs, 147,798 frees, 33,577,202 bytes allocated ==11643== ==11643== LEAK SUMMARY: ==11643== definitely lost: 0 bytes in 0 blocks ==11643== indirectly lost: 0 bytes in 0 blocks ==11643== possibly lost: 528 bytes in 2 blocks ==11643== still reachable: 2,229,759 bytes in 21,272 blocks ==11643== of which reachable via heuristic: ==11643== length64 : 592 bytes in 10 blocks ==11643== newarray : 5,976 bytes in 28 blocks ==11643== suppressed: 253,913 bytes in 3,977 blocks ==11643== Reachable blocks (those to which a pointer was found) are not shown. ==11643== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==11643== ==11643== For counts of detected and suppressed errors, rerun with: -v ==11643== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1166== Memcheck, a memory error detector ==1166== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1166== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1166== Command: ./client-test Client::Source::davical_caldav::LinkedItemsNoTZ::testLinkedItemsUpdateChild ==1166== Parent PID: 1154 ==1166== ==11695== Memcheck, a memory error detector ==11695== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==11695== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==11695== Command: ./syncevo-local-sync ==11695== Parent PID: 11555 ==11695== ==11695== ==11695== HEAP SUMMARY: ==11695== in use at exit: 2,491,328 bytes in 25,307 blocks ==11695== total heap usage: 178,942 allocs, 153,635 frees, 34,164,654 bytes allocated ==11695== ==11695== LEAK SUMMARY: ==11695== definitely lost: 0 bytes in 0 blocks ==11695== indirectly lost: 0 bytes in 0 blocks ==11695== possibly lost: 528 bytes in 2 blocks ==11695== still reachable: 2,229,759 bytes in 21,272 blocks ==11695== of which reachable via heuristic: ==11695== length64 : 592 bytes in 10 blocks ==11695== newarray : 5,976 bytes in 28 blocks ==11695== suppressed: 253,929 bytes in 3,977 blocks ==11695== Reachable blocks (those to which a pointer was found) are not shown. ==11695== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==11695== ==11695== For counts of detected and suppressed errors, rerun with: -v ==11695== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1174== Memcheck, a memory error detector ==1174== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1174== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1174== Command: ./client-test Client::Source::davical_caldav::LinkedItemsNoTZ::testLinkedItemsUpdateChildNoIDs ==1174== Parent PID: 111 ==1174== ==1174== ==1174== HEAP SUMMARY: ==1174== in use at exit: 459,555 bytes in 5,371 blocks ==1174== total heap usage: 155,771 allocs, 150,341 frees, 19,384,734 bytes allocated ==1174== ==1174== LEAK SUMMARY: ==1174== definitely lost: 0 bytes in 0 blocks ==1174== indirectly lost: 0 bytes in 0 blocks ==1174== possibly lost: 1,392 bytes in 4 blocks ==1174== still reachable: 174,744 bytes in 998 blocks ==1174== of which reachable via heuristic: ==1174== length64 : 1,032 bytes in 18 blocks ==1174== newarray : 5,976 bytes in 28 blocks ==1174== suppressed: 271,899 bytes in 4,285 blocks ==1174== Reachable blocks (those to which a pointer was found) are not shown. ==1174== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1174== ==1174== For counts of detected and suppressed errors, rerun with: -v ==1174== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==11748== Memcheck, a memory error detector ==11748== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==11748== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==11748== Command: ./syncevo-local-sync ==11748== Parent PID: 11555 ==11748== ==11748== ==11748== HEAP SUMMARY: ==11748== in use at exit: 2,491,336 bytes in 25,307 blocks ==11748== total heap usage: 177,907 allocs, 152,600 frees, 34,060,713 bytes allocated ==11748== ==11748== LEAK SUMMARY: ==11748== definitely lost: 0 bytes in 0 blocks ==11748== indirectly lost: 0 bytes in 0 blocks ==11748== possibly lost: 528 bytes in 2 blocks ==11748== still reachable: 2,229,759 bytes in 21,272 blocks ==11748== of which reachable via heuristic: ==11748== length64 : 592 bytes in 10 blocks ==11748== newarray : 5,976 bytes in 28 blocks ==11748== suppressed: 253,937 bytes in 3,977 blocks ==11748== Reachable blocks (those to which a pointer was found) are not shown. ==11748== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==11748== ==11748== For counts of detected and suppressed errors, rerun with: -v ==11748== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==11777== Memcheck, a memory error detector ==11777== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==11777== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==11777== Command: ./syncevo-local-sync ==11777== Parent PID: 11555 ==11777== ==11777== ==11777== HEAP SUMMARY: ==11777== in use at exit: 3,217,155 bytes in 27,631 blocks ==11777== total heap usage: 171,413 allocs, 143,782 frees, 32,577,709 bytes allocated ==11777== ==11777== LEAK SUMMARY: ==11777== definitely lost: 0 bytes in 0 blocks ==11777== indirectly lost: 0 bytes in 0 blocks ==11777== possibly lost: 528 bytes in 2 blocks ==11777== still reachable: 2,955,594 bytes in 23,596 blocks ==11777== of which reachable via heuristic: ==11777== length64 : 592 bytes in 10 blocks ==11777== newarray : 12,912 bytes in 223 blocks ==11777== suppressed: 253,921 bytes in 3,977 blocks ==11777== Reachable blocks (those to which a pointer was found) are not shown. ==11777== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==11777== ==11777== For counts of detected and suppressed errors, rerun with: -v ==11777== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1178== Memcheck, a memory error detector ==1178== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1178== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1178== Command: ./client-test Client::Source::davical_caldav::LinkedItemsNoTZ::testLinkedItemsUpdateChildNoIDs ==1178== Parent PID: 1174 ==1178== ==11841== Memcheck, a memory error detector ==11841== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==11841== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==11841== Command: ./syncevo-local-sync ==11841== Parent PID: 11555 ==11841== ==11841== ==11841== HEAP SUMMARY: ==11841== in use at exit: 2,491,336 bytes in 25,307 blocks ==11841== total heap usage: 174,543 allocs, 149,236 frees, 33,715,584 bytes allocated ==11841== ==11841== LEAK SUMMARY: ==11841== definitely lost: 0 bytes in 0 blocks ==11841== indirectly lost: 0 bytes in 0 blocks ==11841== possibly lost: 528 bytes in 2 blocks ==11841== still reachable: 2,229,759 bytes in 21,272 blocks ==11841== of which reachable via heuristic: ==11841== length64 : 592 bytes in 10 blocks ==11841== newarray : 5,976 bytes in 28 blocks ==11841== suppressed: 253,937 bytes in 3,977 blocks ==11841== Reachable blocks (those to which a pointer was found) are not shown. ==11841== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==11841== ==11841== For counts of detected and suppressed errors, rerun with: -v ==11841== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1186== Memcheck, a memory error detector ==1186== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1186== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1186== Command: ./client-test Client::Source::davical_caldav::LinkedItemsNoTZ::testLinkedItemsInsertBothUpdateChild ==1186== Parent PID: 111 ==1186== ==1186== ==1186== HEAP SUMMARY: ==1186== in use at exit: 487,227 bytes in 5,479 blocks ==1186== total heap usage: 232,231 allocs, 226,686 frees, 27,825,728 bytes allocated ==1186== ==1186== LEAK SUMMARY: ==1186== definitely lost: 0 bytes in 0 blocks ==1186== indirectly lost: 0 bytes in 0 blocks ==1186== possibly lost: 1,392 bytes in 4 blocks ==1186== still reachable: 202,392 bytes in 1,106 blocks ==1186== of which reachable via heuristic: ==1186== length64 : 1,032 bytes in 18 blocks ==1186== newarray : 5,976 bytes in 28 blocks ==1186== suppressed: 271,923 bytes in 4,285 blocks ==1186== Reachable blocks (those to which a pointer was found) are not shown. ==1186== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1186== ==1186== For counts of detected and suppressed errors, rerun with: -v ==1186== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==11869== Memcheck, a memory error detector ==11869== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==11869== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==11869== Command: ./syncevo-local-sync ==11869== Parent PID: 11555 ==11869== ==11869== ==11869== HEAP SUMMARY: ==11869== in use at exit: 2,491,320 bytes in 25,307 blocks ==11869== total heap usage: 174,258 allocs, 148,951 frees, 33,687,683 bytes allocated ==11869== ==11869== LEAK SUMMARY: ==11869== definitely lost: 0 bytes in 0 blocks ==11869== indirectly lost: 0 bytes in 0 blocks ==11869== possibly lost: 528 bytes in 2 blocks ==11869== still reachable: 2,229,759 bytes in 21,272 blocks ==11869== of which reachable via heuristic: ==11869== length64 : 592 bytes in 10 blocks ==11869== newarray : 5,976 bytes in 28 blocks ==11869== suppressed: 253,921 bytes in 3,977 blocks ==11869== Reachable blocks (those to which a pointer was found) are not shown. ==11869== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==11869== ==11869== For counts of detected and suppressed errors, rerun with: -v ==11869== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==11897== Memcheck, a memory error detector ==11897== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==11897== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==11897== Command: ./client-test Client::Sync::eds_task::testOneWayFromLocal ==11897== Parent PID: 111 ==11897== ==11897== ==11897== HEAP SUMMARY: ==11897== in use at exit: 2,887,281 bytes in 29,926 blocks ==11897== total heap usage: 2,151,985 allocs, 2,121,997 frees, 304,417,538 bytes allocated ==11897== ==11897== LEAK SUMMARY: ==11897== definitely lost: 0 bytes in 0 blocks ==11897== indirectly lost: 0 bytes in 0 blocks ==11897== possibly lost: 1,392 bytes in 4 blocks ==11897== still reachable: 2,237,949 bytes in 21,420 blocks ==11897== of which reachable via heuristic: ==11897== length64 : 5,120 bytes in 80 blocks ==11897== newarray : 6,312 bytes in 49 blocks ==11897== suppressed: 577,676 bytes in 7,968 blocks ==11897== Reachable blocks (those to which a pointer was found) are not shown. ==11897== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==11897== ==11897== For counts of detected and suppressed errors, rerun with: -v ==11897== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==1190== Memcheck, a memory error detector ==1190== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1190== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1190== Command: ./client-test Client::Source::davical_caldav::LinkedItemsNoTZ::testLinkedItemsInsertBothUpdateChild ==1190== Parent PID: 1186 ==1190== ==11928== Memcheck, a memory error detector ==11928== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==11928== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==11928== Command: ./syncevo-local-sync ==11928== Parent PID: 11897 ==11928== ==11928== ==11928== HEAP SUMMARY: ==11928== in use at exit: 2,491,336 bytes in 25,307 blocks ==11928== total heap usage: 172,434 allocs, 147,127 frees, 33,465,654 bytes allocated ==11928== ==11928== LEAK SUMMARY: ==11928== definitely lost: 0 bytes in 0 blocks ==11928== indirectly lost: 0 bytes in 0 blocks ==11928== possibly lost: 528 bytes in 2 blocks ==11928== still reachable: 2,229,759 bytes in 21,272 blocks ==11928== of which reachable via heuristic: ==11928== length64 : 592 bytes in 10 blocks ==11928== newarray : 5,976 bytes in 28 blocks ==11928== suppressed: 253,937 bytes in 3,977 blocks ==11928== Reachable blocks (those to which a pointer was found) are not shown. ==11928== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==11928== ==11928== For counts of detected and suppressed errors, rerun with: -v ==11928== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==11968== Memcheck, a memory error detector ==11968== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==11968== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==11968== Command: ./syncevo-local-sync ==11968== Parent PID: 11897 ==11968== ==11968== ==11968== HEAP SUMMARY: ==11968== in use at exit: 3,214,253 bytes in 27,624 blocks ==11968== total heap usage: 171,046 allocs, 143,422 frees, 32,533,305 bytes allocated ==11968== ==11968== LEAK SUMMARY: ==11968== definitely lost: 0 bytes in 0 blocks ==11968== indirectly lost: 0 bytes in 0 blocks ==11968== possibly lost: 528 bytes in 2 blocks ==11968== still reachable: 2,952,692 bytes in 23,589 blocks ==11968== of which reachable via heuristic: ==11968== length64 : 592 bytes in 10 blocks ==11968== newarray : 12,912 bytes in 223 blocks ==11968== suppressed: 253,921 bytes in 3,977 blocks ==11968== Reachable blocks (those to which a pointer was found) are not shown. ==11968== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==11968== ==11968== For counts of detected and suppressed errors, rerun with: -v ==11968== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1198== Memcheck, a memory error detector ==1198== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1198== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1198== Command: ./client-test Client::Source::davical_caldav::LinkedItemsNoTZ::testLinkedItemsInsertBothUpdateChild ==1198== Parent PID: 1186 ==1198== ==12008== Memcheck, a memory error detector ==12008== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==12008== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==12008== Command: ./syncevo-local-sync ==12008== Parent PID: 11897 ==12008== ==12008== ==12008== HEAP SUMMARY: ==12008== in use at exit: 2,491,328 bytes in 25,307 blocks ==12008== total heap usage: 172,392 allocs, 147,085 frees, 33,462,873 bytes allocated ==12008== ==12008== LEAK SUMMARY: ==12008== definitely lost: 0 bytes in 0 blocks ==12008== indirectly lost: 0 bytes in 0 blocks ==12008== possibly lost: 528 bytes in 2 blocks ==12008== still reachable: 2,229,759 bytes in 21,272 blocks ==12008== of which reachable via heuristic: ==12008== length64 : 592 bytes in 10 blocks ==12008== newarray : 5,976 bytes in 28 blocks ==12008== suppressed: 253,929 bytes in 3,977 blocks ==12008== Reachable blocks (those to which a pointer was found) are not shown. ==12008== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==12008== ==12008== For counts of detected and suppressed errors, rerun with: -v ==12008== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==12048== Memcheck, a memory error detector ==12048== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==12048== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==12048== Command: ./syncevo-local-sync ==12048== Parent PID: 11897 ==12048== ==12048== ==12048== HEAP SUMMARY: ==12048== in use at exit: 3,214,277 bytes in 27,624 blocks ==12048== total heap usage: 171,081 allocs, 143,457 frees, 32,535,747 bytes allocated ==12048== ==12048== LEAK SUMMARY: ==12048== definitely lost: 0 bytes in 0 blocks ==12048== indirectly lost: 0 bytes in 0 blocks ==12048== possibly lost: 528 bytes in 2 blocks ==12048== still reachable: 2,952,692 bytes in 23,589 blocks ==12048== of which reachable via heuristic: ==12048== length64 : 592 bytes in 10 blocks ==12048== newarray : 12,912 bytes in 223 blocks ==12048== suppressed: 253,945 bytes in 3,977 blocks ==12048== Reachable blocks (those to which a pointer was found) are not shown. ==12048== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==12048== ==12048== For counts of detected and suppressed errors, rerun with: -v ==12048== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1206== Memcheck, a memory error detector ==1206== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1206== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1206== Command: ./client-test Client::Source::davical_caldav::LinkedItemsNoTZ::testLinkedItemsInsertBothUpdateParent ==1206== Parent PID: 111 ==1206== ==1206== ==1206== HEAP SUMMARY: ==1206== in use at exit: 484,075 bytes in 5,465 blocks ==1206== total heap usage: 231,189 allocs, 225,658 frees, 27,650,481 bytes allocated ==1206== ==1206== LEAK SUMMARY: ==1206== definitely lost: 0 bytes in 0 blocks ==1206== indirectly lost: 0 bytes in 0 blocks ==1206== possibly lost: 1,392 bytes in 4 blocks ==1206== still reachable: 199,320 bytes in 1,094 blocks ==1206== of which reachable via heuristic: ==1206== length64 : 1,032 bytes in 18 blocks ==1206== newarray : 5,976 bytes in 28 blocks ==1206== suppressed: 271,843 bytes in 4,283 blocks ==1206== Reachable blocks (those to which a pointer was found) are not shown. ==1206== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1206== ==1206== For counts of detected and suppressed errors, rerun with: -v ==1206== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==1210== Memcheck, a memory error detector ==1210== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1210== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1210== Command: ./client-test Client::Source::davical_caldav::LinkedItemsNoTZ::testLinkedItemsInsertBothUpdateParent ==1210== Parent PID: 1206 ==1210== ==12102== Memcheck, a memory error detector ==12102== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==12102== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==12102== Command: ./syncevo-local-sync ==12102== Parent PID: 11897 ==12102== ==12102== ==12102== HEAP SUMMARY: ==12102== in use at exit: 2,491,312 bytes in 25,307 blocks ==12102== total heap usage: 178,950 allocs, 153,643 frees, 34,165,138 bytes allocated ==12102== ==12102== LEAK SUMMARY: ==12102== definitely lost: 0 bytes in 0 blocks ==12102== indirectly lost: 0 bytes in 0 blocks ==12102== possibly lost: 528 bytes in 2 blocks ==12102== still reachable: 2,229,759 bytes in 21,272 blocks ==12102== of which reachable via heuristic: ==12102== length64 : 592 bytes in 10 blocks ==12102== newarray : 5,976 bytes in 28 blocks ==12102== suppressed: 253,913 bytes in 3,977 blocks ==12102== Reachable blocks (those to which a pointer was found) are not shown. ==12102== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==12102== ==12102== For counts of detected and suppressed errors, rerun with: -v ==12102== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==12155== Memcheck, a memory error detector ==12155== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==12155== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==12155== Command: ./syncevo-local-sync ==12155== Parent PID: 11897 ==12155== ==12155== ==12155== HEAP SUMMARY: ==12155== in use at exit: 2,491,328 bytes in 25,307 blocks ==12155== total heap usage: 180,033 allocs, 154,726 frees, 34,302,984 bytes allocated ==12155== ==12155== LEAK SUMMARY: ==12155== definitely lost: 0 bytes in 0 blocks ==12155== indirectly lost: 0 bytes in 0 blocks ==12155== possibly lost: 528 bytes in 2 blocks ==12155== still reachable: 2,229,759 bytes in 21,272 blocks ==12155== of which reachable via heuristic: ==12155== length64 : 592 bytes in 10 blocks ==12155== newarray : 5,976 bytes in 28 blocks ==12155== suppressed: 253,929 bytes in 3,977 blocks ==12155== Reachable blocks (those to which a pointer was found) are not shown. ==12155== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==12155== ==12155== For counts of detected and suppressed errors, rerun with: -v ==12155== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1218== Memcheck, a memory error detector ==1218== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1218== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1218== Command: ./client-test Client::Source::davical_caldav::LinkedItemsNoTZ::testLinkedItemsInsertBothUpdateParent ==1218== Parent PID: 1206 ==1218== ==12183== Memcheck, a memory error detector ==12183== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==12183== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==12183== Command: ./syncevo-local-sync ==12183== Parent PID: 11897 ==12183== ==12183== ==12183== HEAP SUMMARY: ==12183== in use at exit: 2,491,328 bytes in 25,307 blocks ==12183== total heap usage: 178,132 allocs, 152,825 frees, 34,065,185 bytes allocated ==12183== ==12183== LEAK SUMMARY: ==12183== definitely lost: 0 bytes in 0 blocks ==12183== indirectly lost: 0 bytes in 0 blocks ==12183== possibly lost: 528 bytes in 2 blocks ==12183== still reachable: 2,229,759 bytes in 21,272 blocks ==12183== of which reachable via heuristic: ==12183== length64 : 592 bytes in 10 blocks ==12183== newarray : 5,976 bytes in 28 blocks ==12183== suppressed: 253,929 bytes in 3,977 blocks ==12183== Reachable blocks (those to which a pointer was found) are not shown. ==12183== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==12183== ==12183== For counts of detected and suppressed errors, rerun with: -v ==12183== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==122== Memcheck, a memory error detector ==122== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==122== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==122== Command: ./client-test Client::Source::davical_caldav::testOpen ==122== Parent PID: 111 ==122== ==122== ==122== HEAP SUMMARY: ==122== in use at exit: 354,265 bytes in 4,906 blocks ==122== total heap usage: 100,993 allocs, 96,033 frees, 13,861,791 bytes allocated ==122== ==122== LEAK SUMMARY: ==122== definitely lost: 0 bytes in 0 blocks ==122== indirectly lost: 0 bytes in 0 blocks ==122== possibly lost: 1,392 bytes in 4 blocks ==122== still reachable: 69,455 bytes in 536 blocks ==122== of which reachable via heuristic: ==122== length64 : 1,032 bytes in 18 blocks ==122== newarray : 5,976 bytes in 28 blocks ==122== suppressed: 271,898 bytes in 4,282 blocks ==122== Reachable blocks (those to which a pointer was found) are not shown. ==122== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==122== ==122== For counts of detected and suppressed errors, rerun with: -v ==122== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==12247== Memcheck, a memory error detector ==12247== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==12247== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==12247== Command: ./syncevo-local-sync ==12247== Parent PID: 11897 ==12247== ==12247== ==12247== HEAP SUMMARY: ==12247== in use at exit: 2,491,312 bytes in 25,307 blocks ==12247== total heap usage: 174,622 allocs, 149,315 frees, 33,718,569 bytes allocated ==12247== ==12247== LEAK SUMMARY: ==12247== definitely lost: 0 bytes in 0 blocks ==12247== indirectly lost: 0 bytes in 0 blocks ==12247== possibly lost: 528 bytes in 2 blocks ==12247== still reachable: 2,229,759 bytes in 21,272 blocks ==12247== of which reachable via heuristic: ==12247== length64 : 592 bytes in 10 blocks ==12247== newarray : 5,976 bytes in 28 blocks ==12247== suppressed: 253,913 bytes in 3,977 blocks ==12247== Reachable blocks (those to which a pointer was found) are not shown. ==12247== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==12247== ==12247== For counts of detected and suppressed errors, rerun with: -v ==12247== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1226== Memcheck, a memory error detector ==1226== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1226== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1226== Command: ./client-test Client::Source::davical_caldavtodo::testOpen ==1226== Parent PID: 111 ==1226== ==1226== ==1226== HEAP SUMMARY: ==1226== in use at exit: 354,267 bytes in 4,906 blocks ==1226== total heap usage: 100,750 allocs, 95,790 frees, 13,879,676 bytes allocated ==1226== ==1226== LEAK SUMMARY: ==1226== definitely lost: 0 bytes in 0 blocks ==1226== indirectly lost: 0 bytes in 0 blocks ==1226== possibly lost: 1,392 bytes in 4 blocks ==1226== still reachable: 69,392 bytes in 535 blocks ==1226== of which reachable via heuristic: ==1226== length64 : 1,032 bytes in 18 blocks ==1226== newarray : 5,976 bytes in 28 blocks ==1226== suppressed: 271,963 bytes in 4,283 blocks ==1226== Reachable blocks (those to which a pointer was found) are not shown. ==1226== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1226== ==1226== For counts of detected and suppressed errors, rerun with: -v ==1226== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==12275== Memcheck, a memory error detector ==12275== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==12275== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==12275== Command: ./syncevo-local-sync ==12275== Parent PID: 11897 ==12275== ==12275== ==12275== HEAP SUMMARY: ==12275== in use at exit: 2,491,304 bytes in 25,307 blocks ==12275== total heap usage: 174,704 allocs, 149,397 frees, 33,720,019 bytes allocated ==12275== ==12275== LEAK SUMMARY: ==12275== definitely lost: 0 bytes in 0 blocks ==12275== indirectly lost: 0 bytes in 0 blocks ==12275== possibly lost: 528 bytes in 2 blocks ==12275== still reachable: 2,229,759 bytes in 21,272 blocks ==12275== of which reachable via heuristic: ==12275== length64 : 592 bytes in 10 blocks ==12275== newarray : 5,976 bytes in 28 blocks ==12275== suppressed: 253,905 bytes in 3,977 blocks ==12275== Reachable blocks (those to which a pointer was found) are not shown. ==12275== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==12275== ==12275== For counts of detected and suppressed errors, rerun with: -v ==12275== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1230== Memcheck, a memory error detector ==1230== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1230== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1230== Command: ./client-test Client::Source::davical_caldavtodo::testIterateTwice ==1230== Parent PID: 111 ==1230== ==1230== ==1230== HEAP SUMMARY: ==1230== in use at exit: 355,497 bytes in 4,929 blocks ==1230== total heap usage: 103,296 allocs, 98,313 frees, 14,286,424 bytes allocated ==1230== ==1230== LEAK SUMMARY: ==1230== definitely lost: 0 bytes in 0 blocks ==1230== indirectly lost: 0 bytes in 0 blocks ==1230== possibly lost: 1,392 bytes in 4 blocks ==1230== still reachable: 70,662 bytes in 557 blocks ==1230== of which reachable via heuristic: ==1230== length64 : 1,032 bytes in 18 blocks ==1230== newarray : 5,976 bytes in 28 blocks ==1230== suppressed: 271,923 bytes in 4,284 blocks ==1230== Reachable blocks (those to which a pointer was found) are not shown. ==1230== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1230== ==1230== For counts of detected and suppressed errors, rerun with: -v ==1230== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==12303== Memcheck, a memory error detector ==12303== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==12303== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==12303== Command: ./client-test Client::Sync::eds_contact::testDeleteAllRefresh ==12303== Parent PID: 111 ==12303== ==12303== ==12303== HEAP SUMMARY: ==12303== in use at exit: 2,937,776 bytes in 30,344 blocks ==12303== total heap usage: 1,095,594 allocs, 1,065,194 frees, 144,054,923 bytes allocated ==12303== ==12303== LEAK SUMMARY: ==12303== definitely lost: 0 bytes in 0 blocks ==12303== indirectly lost: 0 bytes in 0 blocks ==12303== possibly lost: 1,392 bytes in 4 blocks ==12303== still reachable: 2,312,789 bytes in 21,433 blocks ==12303== of which reachable via heuristic: ==12303== length64 : 5,096 bytes in 80 blocks ==12303== newarray : 6,296 bytes in 48 blocks ==12303== suppressed: 533,483 bytes in 8,248 blocks ==12303== Reachable blocks (those to which a pointer was found) are not shown. ==12303== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==12303== ==12303== For counts of detected and suppressed errors, rerun with: -v ==12303== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==12338== Memcheck, a memory error detector ==12338== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==12338== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==12338== Command: ./syncevo-local-sync ==12338== Parent PID: 12303 ==12338== ==12338== ==12338== HEAP SUMMARY: ==12338== in use at exit: 2,491,328 bytes in 25,307 blocks ==12338== total heap usage: 512,158 allocs, 486,851 frees, 67,577,328 bytes allocated ==12338== ==12338== LEAK SUMMARY: ==12338== definitely lost: 0 bytes in 0 blocks ==12338== indirectly lost: 0 bytes in 0 blocks ==12338== possibly lost: 528 bytes in 2 blocks ==12338== still reachable: 2,229,759 bytes in 21,272 blocks ==12338== of which reachable via heuristic: ==12338== length64 : 592 bytes in 10 blocks ==12338== newarray : 5,976 bytes in 28 blocks ==12338== suppressed: 253,929 bytes in 3,977 blocks ==12338== Reachable blocks (those to which a pointer was found) are not shown. ==12338== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==12338== ==12338== For counts of detected and suppressed errors, rerun with: -v ==12338== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1234== Memcheck, a memory error detector ==1234== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1234== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1234== Command: ./client-test Client::Source::davical_caldavtodo::testDelete404 ==1234== Parent PID: 111 ==1234== ==1234== ==1234== HEAP SUMMARY: ==1234== in use at exit: 355,569 bytes in 4,931 blocks ==1234== total heap usage: 103,719 allocs, 98,734 frees, 14,358,065 bytes allocated ==1234== ==1234== LEAK SUMMARY: ==1234== definitely lost: 0 bytes in 0 blocks ==1234== indirectly lost: 0 bytes in 0 blocks ==1234== possibly lost: 1,392 bytes in 4 blocks ==1234== still reachable: 70,662 bytes in 557 blocks ==1234== of which reachable via heuristic: ==1234== length64 : 1,032 bytes in 18 blocks ==1234== newarray : 5,976 bytes in 28 blocks ==1234== suppressed: 271,995 bytes in 4,286 blocks ==1234== Reachable blocks (those to which a pointer was found) are not shown. ==1234== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1234== ==1234== For counts of detected and suppressed errors, rerun with: -v ==1234== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==12357== Memcheck, a memory error detector ==12357== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==12357== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==12357== Command: ./syncevo-local-sync ==12357== Parent PID: 12303 ==12357== ==12357== ==12357== HEAP SUMMARY: ==12357== in use at exit: 2,491,320 bytes in 25,307 blocks ==12357== total heap usage: 191,346 allocs, 166,039 frees, 35,621,930 bytes allocated ==12357== ==12357== LEAK SUMMARY: ==12357== definitely lost: 0 bytes in 0 blocks ==12357== indirectly lost: 0 bytes in 0 blocks ==12357== possibly lost: 528 bytes in 2 blocks ==12357== still reachable: 2,229,759 bytes in 21,272 blocks ==12357== of which reachable via heuristic: ==12357== length64 : 592 bytes in 10 blocks ==12357== newarray : 5,976 bytes in 28 blocks ==12357== suppressed: 253,921 bytes in 3,977 blocks ==12357== Reachable blocks (those to which a pointer was found) are not shown. ==12357== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==12357== ==12357== For counts of detected and suppressed errors, rerun with: -v ==12357== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==12368== Memcheck, a memory error detector ==12368== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==12368== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==12368== Command: ./syncevo-local-sync ==12368== Parent PID: 12303 ==12368== ==12368== ==12368== HEAP SUMMARY: ==12368== in use at exit: 2,491,312 bytes in 25,307 blocks ==12368== total heap usage: 175,377 allocs, 150,070 frees, 33,921,628 bytes allocated ==12368== ==12368== LEAK SUMMARY: ==12368== definitely lost: 0 bytes in 0 blocks ==12368== indirectly lost: 0 bytes in 0 blocks ==12368== possibly lost: 528 bytes in 2 blocks ==12368== still reachable: 2,229,759 bytes in 21,272 blocks ==12368== of which reachable via heuristic: ==12368== length64 : 592 bytes in 10 blocks ==12368== newarray : 5,976 bytes in 28 blocks ==12368== suppressed: 253,913 bytes in 3,977 blocks ==12368== Reachable blocks (those to which a pointer was found) are not shown. ==12368== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==12368== ==12368== For counts of detected and suppressed errors, rerun with: -v ==12368== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1238== Memcheck, a memory error detector ==1238== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1238== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1238== Command: ./client-test Client::Source::davical_caldavtodo::testReadItem404 ==1238== Parent PID: 111 ==1238== ==1238== ==1238== HEAP SUMMARY: ==1238== in use at exit: 355,545 bytes in 4,931 blocks ==1238== total heap usage: 103,696 allocs, 98,711 frees, 14,318,450 bytes allocated ==1238== ==1238== LEAK SUMMARY: ==1238== definitely lost: 0 bytes in 0 blocks ==1238== indirectly lost: 0 bytes in 0 blocks ==1238== possibly lost: 1,392 bytes in 4 blocks ==1238== still reachable: 70,662 bytes in 557 blocks ==1238== of which reachable via heuristic: ==1238== length64 : 1,032 bytes in 18 blocks ==1238== newarray : 5,976 bytes in 28 blocks ==1238== suppressed: 271,971 bytes in 4,286 blocks ==1238== Reachable blocks (those to which a pointer was found) are not shown. ==1238== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1238== ==1238== For counts of detected and suppressed errors, rerun with: -v ==1238== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==12380== Memcheck, a memory error detector ==12380== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==12380== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==12380== Command: ./client-test Client::Sync::eds_contact::testTwoWaySync ==12380== Parent PID: 111 ==12380== ==12380== ==12380== HEAP SUMMARY: ==12380== in use at exit: 2,886,085 bytes in 29,887 blocks ==12380== total heap usage: 338,200 allocs, 308,259 frees, 50,903,671 bytes allocated ==12380== ==12380== LEAK SUMMARY: ==12380== definitely lost: 0 bytes in 0 blocks ==12380== indirectly lost: 0 bytes in 0 blocks ==12380== possibly lost: 1,392 bytes in 4 blocks ==12380== still reachable: 2,316,201 bytes in 21,496 blocks ==12380== of which reachable via heuristic: ==12380== length64 : 5,056 bytes in 79 blocks ==12380== newarray : 6,296 bytes in 48 blocks ==12380== suppressed: 499,244 bytes in 7,865 blocks ==12380== Reachable blocks (those to which a pointer was found) are not shown. ==12380== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==12380== ==12380== For counts of detected and suppressed errors, rerun with: -v ==12380== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==12398== Memcheck, a memory error detector ==12398== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==12398== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==12398== Command: ./syncevo-local-sync ==12398== Parent PID: 12380 ==12398== ==12398== ==12398== HEAP SUMMARY: ==12398== in use at exit: 3,278,888 bytes in 27,729 blocks ==12398== total heap usage: 174,060 allocs, 146,331 frees, 32,991,766 bytes allocated ==12398== ==12398== LEAK SUMMARY: ==12398== definitely lost: 0 bytes in 0 blocks ==12398== indirectly lost: 0 bytes in 0 blocks ==12398== possibly lost: 528 bytes in 2 blocks ==12398== still reachable: 3,017,311 bytes in 23,694 blocks ==12398== of which reachable via heuristic: ==12398== length64 : 592 bytes in 10 blocks ==12398== newarray : 12,912 bytes in 223 blocks ==12398== suppressed: 253,937 bytes in 3,977 blocks ==12398== Reachable blocks (those to which a pointer was found) are not shown. ==12398== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==12398== ==12398== For counts of detected and suppressed errors, rerun with: -v ==12398== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==12405== Memcheck, a memory error detector ==12405== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==12405== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==12405== Command: ./client-test Client::Sync::eds_contact::testSlowSync ==12405== Parent PID: 111 ==12405== ==12405== ==12405== HEAP SUMMARY: ==12405== in use at exit: 2,889,190 bytes in 29,941 blocks ==12405== total heap usage: 338,342 allocs, 308,347 frees, 50,984,625 bytes allocated ==12405== ==12405== LEAK SUMMARY: ==12405== definitely lost: 0 bytes in 0 blocks ==12405== indirectly lost: 0 bytes in 0 blocks ==12405== possibly lost: 1,392 bytes in 4 blocks ==12405== still reachable: 2,317,097 bytes in 21,517 blocks ==12405== of which reachable via heuristic: ==12405== length64 : 5,056 bytes in 79 blocks ==12405== newarray : 6,296 bytes in 48 blocks ==12405== suppressed: 501,453 bytes in 7,898 blocks ==12405== Reachable blocks (those to which a pointer was found) are not shown. ==12405== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==12405== ==12405== For counts of detected and suppressed errors, rerun with: -v ==12405== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==1242== Memcheck, a memory error detector ==1242== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1242== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1242== Command: ./client-test Client::Source::davical_caldavtodo::testSimpleInsert ==1242== Parent PID: 111 ==1242== ==1242== ==1242== HEAP SUMMARY: ==1242== in use at exit: 355,641 bytes in 4,929 blocks ==1242== total heap usage: 113,803 allocs, 108,819 frees, 15,358,063 bytes allocated ==1242== ==1242== LEAK SUMMARY: ==1242== definitely lost: 0 bytes in 0 blocks ==1242== indirectly lost: 0 bytes in 0 blocks ==1242== possibly lost: 1,392 bytes in 4 blocks ==1242== still reachable: 70,886 bytes in 558 blocks ==1242== of which reachable via heuristic: ==1242== length64 : 1,032 bytes in 18 blocks ==1242== newarray : 5,976 bytes in 28 blocks ==1242== suppressed: 271,843 bytes in 4,283 blocks ==1242== Reachable blocks (those to which a pointer was found) are not shown. ==1242== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1242== ==1242== For counts of detected and suppressed errors, rerun with: -v ==1242== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==12423== Memcheck, a memory error detector ==12423== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==12423== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==12423== Command: ./syncevo-local-sync ==12423== Parent PID: 12405 ==12423== ==12423== ==12423== HEAP SUMMARY: ==12423== in use at exit: 2,491,320 bytes in 25,307 blocks ==12423== total heap usage: 175,310 allocs, 150,003 frees, 33,915,548 bytes allocated ==12423== ==12423== LEAK SUMMARY: ==12423== definitely lost: 0 bytes in 0 blocks ==12423== indirectly lost: 0 bytes in 0 blocks ==12423== possibly lost: 528 bytes in 2 blocks ==12423== still reachable: 2,229,759 bytes in 21,272 blocks ==12423== of which reachable via heuristic: ==12423== length64 : 592 bytes in 10 blocks ==12423== newarray : 5,976 bytes in 28 blocks ==12423== suppressed: 253,921 bytes in 3,977 blocks ==12423== Reachable blocks (those to which a pointer was found) are not shown. ==12423== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==12423== ==12423== For counts of detected and suppressed errors, rerun with: -v ==12423== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==12430== Memcheck, a memory error detector ==12430== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==12430== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==12430== Command: ./client-test Client::Sync::eds_contact::testRefreshFromServerSync ==12430== Parent PID: 111 ==12430== ==12430== ==12430== HEAP SUMMARY: ==12430== in use at exit: 2,884,171 bytes in 29,870 blocks ==12430== total heap usage: 339,166 allocs, 309,242 frees, 51,016,406 bytes allocated ==12430== ==12430== LEAK SUMMARY: ==12430== definitely lost: 0 bytes in 0 blocks ==12430== indirectly lost: 0 bytes in 0 blocks ==12430== possibly lost: 1,392 bytes in 4 blocks ==12430== still reachable: 2,312,029 bytes in 21,430 blocks ==12430== of which reachable via heuristic: ==12430== length64 : 5,056 bytes in 79 blocks ==12430== newarray : 6,296 bytes in 48 blocks ==12430== suppressed: 501,334 bytes in 7,912 blocks ==12430== Reachable blocks (those to which a pointer was found) are not shown. ==12430== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==12430== ==12430== For counts of detected and suppressed errors, rerun with: -v ==12430== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==12448== Memcheck, a memory error detector ==12448== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==12448== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==12448== Command: ./syncevo-local-sync ==12448== Parent PID: 12430 ==12448== ==12448== ==12448== HEAP SUMMARY: ==12448== in use at exit: 2,491,336 bytes in 25,307 blocks ==12448== total heap usage: 175,579 allocs, 150,272 frees, 33,929,394 bytes allocated ==12448== ==12448== LEAK SUMMARY: ==12448== definitely lost: 0 bytes in 0 blocks ==12448== indirectly lost: 0 bytes in 0 blocks ==12448== possibly lost: 528 bytes in 2 blocks ==12448== still reachable: 2,229,759 bytes in 21,272 blocks ==12448== of which reachable via heuristic: ==12448== length64 : 592 bytes in 10 blocks ==12448== newarray : 5,976 bytes in 28 blocks ==12448== suppressed: 253,937 bytes in 3,977 blocks ==12448== Reachable blocks (those to which a pointer was found) are not shown. ==12448== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==12448== ==12448== For counts of detected and suppressed errors, rerun with: -v ==12448== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==12455== Memcheck, a memory error detector ==12455== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==12455== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==12455== Command: ./client-test Client::Sync::eds_contact::testRefreshFromClientSync ==12455== Parent PID: 111 ==12455== ==12455== ==12455== HEAP SUMMARY: ==12455== in use at exit: 2,887,918 bytes in 29,915 blocks ==12455== total heap usage: 338,602 allocs, 308,633 frees, 50,999,766 bytes allocated ==12455== ==12455== LEAK SUMMARY: ==12455== definitely lost: 0 bytes in 0 blocks ==12455== indirectly lost: 0 bytes in 0 blocks ==12455== possibly lost: 1,392 bytes in 4 blocks ==12455== still reachable: 2,316,105 bytes in 21,495 blocks ==12455== of which reachable via heuristic: ==12455== length64 : 5,056 bytes in 79 blocks ==12455== newarray : 6,296 bytes in 48 blocks ==12455== suppressed: 501,173 bytes in 7,894 blocks ==12455== Reachable blocks (those to which a pointer was found) are not shown. ==12455== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==12455== ==12455== For counts of detected and suppressed errors, rerun with: -v ==12455== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==1246== Memcheck, a memory error detector ==1246== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1246== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1246== Command: ./client-test Client::Source::davical_caldavtodo::testLocalDeleteAll ==1246== Parent PID: 111 ==1246== ==1246== ==1246== HEAP SUMMARY: ==1246== in use at exit: 355,697 bytes in 4,931 blocks ==1246== total heap usage: 133,355 allocs, 128,367 frees, 17,253,096 bytes allocated ==1246== ==1246== LEAK SUMMARY: ==1246== definitely lost: 0 bytes in 0 blocks ==1246== indirectly lost: 0 bytes in 0 blocks ==1246== possibly lost: 1,392 bytes in 4 blocks ==1246== still reachable: 70,886 bytes in 558 blocks ==1246== of which reachable via heuristic: ==1246== length64 : 1,032 bytes in 18 blocks ==1246== newarray : 5,976 bytes in 28 blocks ==1246== suppressed: 271,899 bytes in 4,285 blocks ==1246== Reachable blocks (those to which a pointer was found) are not shown. ==1246== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1246== ==1246== For counts of detected and suppressed errors, rerun with: -v ==1246== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==12473== Memcheck, a memory error detector ==12473== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==12473== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==12473== Command: ./syncevo-local-sync ==12473== Parent PID: 12455 ==12473== ==12473== ==12473== HEAP SUMMARY: ==12473== in use at exit: 2,491,304 bytes in 25,307 blocks ==12473== total heap usage: 176,073 allocs, 150,766 frees, 33,993,461 bytes allocated ==12473== ==12473== LEAK SUMMARY: ==12473== definitely lost: 0 bytes in 0 blocks ==12473== indirectly lost: 0 bytes in 0 blocks ==12473== possibly lost: 528 bytes in 2 blocks ==12473== still reachable: 2,229,759 bytes in 21,272 blocks ==12473== of which reachable via heuristic: ==12473== length64 : 592 bytes in 10 blocks ==12473== newarray : 5,976 bytes in 28 blocks ==12473== suppressed: 253,905 bytes in 3,977 blocks ==12473== Reachable blocks (those to which a pointer was found) are not shown. ==12473== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==12473== ==12473== For counts of detected and suppressed errors, rerun with: -v ==12473== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==12481== Memcheck, a memory error detector ==12481== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==12481== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==12481== Command: ./client-test Client::Sync::eds_contact::testRefreshFromRemoteSync ==12481== Parent PID: 111 ==12481== ==12481== ==12481== HEAP SUMMARY: ==12481== in use at exit: 2,886,171 bytes in 29,887 blocks ==12481== total heap usage: 338,475 allocs, 308,534 frees, 50,992,513 bytes allocated ==12481== ==12481== LEAK SUMMARY: ==12481== definitely lost: 0 bytes in 0 blocks ==12481== indirectly lost: 0 bytes in 0 blocks ==12481== possibly lost: 1,392 bytes in 4 blocks ==12481== still reachable: 2,314,606 bytes in 21,472 blocks ==12481== of which reachable via heuristic: ==12481== length64 : 5,056 bytes in 79 blocks ==12481== newarray : 6,296 bytes in 48 blocks ==12481== suppressed: 500,925 bytes in 7,889 blocks ==12481== Reachable blocks (those to which a pointer was found) are not shown. ==12481== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==12481== ==12481== For counts of detected and suppressed errors, rerun with: -v ==12481== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==12499== Memcheck, a memory error detector ==12499== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==12499== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==12499== Command: ./syncevo-local-sync ==12499== Parent PID: 12481 ==12499== ==12499== ==12499== HEAP SUMMARY: ==12499== in use at exit: 2,491,312 bytes in 25,307 blocks ==12499== total heap usage: 176,046 allocs, 150,739 frees, 33,991,400 bytes allocated ==12499== ==12499== LEAK SUMMARY: ==12499== definitely lost: 0 bytes in 0 blocks ==12499== indirectly lost: 0 bytes in 0 blocks ==12499== possibly lost: 528 bytes in 2 blocks ==12499== still reachable: 2,229,759 bytes in 21,272 blocks ==12499== of which reachable via heuristic: ==12499== length64 : 592 bytes in 10 blocks ==12499== newarray : 5,976 bytes in 28 blocks ==12499== suppressed: 253,913 bytes in 3,977 blocks ==12499== Reachable blocks (those to which a pointer was found) are not shown. ==12499== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==12499== ==12499== For counts of detected and suppressed errors, rerun with: -v ==12499== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1250== Memcheck, a memory error detector ==1250== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1250== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1250== Command: ./client-test Client::Source::davical_caldavtodo::testComplexInsert ==1250== Parent PID: 111 ==1250== ==1250== ==1250== HEAP SUMMARY: ==1250== in use at exit: 355,697 bytes in 4,931 blocks ==1250== total heap usage: 141,088 allocs, 136,099 frees, 17,851,506 bytes allocated ==1250== ==1250== LEAK SUMMARY: ==1250== definitely lost: 0 bytes in 0 blocks ==1250== indirectly lost: 0 bytes in 0 blocks ==1250== possibly lost: 1,392 bytes in 4 blocks ==1250== still reachable: 70,822 bytes in 557 blocks ==1250== of which reachable via heuristic: ==1250== length64 : 1,032 bytes in 18 blocks ==1250== newarray : 5,976 bytes in 28 blocks ==1250== suppressed: 271,963 bytes in 4,286 blocks ==1250== Reachable blocks (those to which a pointer was found) are not shown. ==1250== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1250== ==1250== For counts of detected and suppressed errors, rerun with: -v ==1250== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==12506== Memcheck, a memory error detector ==12506== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==12506== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==12506== Command: ./client-test Client::Sync::eds_contact::testRefreshFromLocalSync ==12506== Parent PID: 111 ==12506== ==12506== ==12506== HEAP SUMMARY: ==12506== in use at exit: 2,878,019 bytes in 29,747 blocks ==12506== total heap usage: 338,797 allocs, 308,996 frees, 51,002,179 bytes allocated ==12506== ==12506== LEAK SUMMARY: ==12506== definitely lost: 0 bytes in 0 blocks ==12506== indirectly lost: 0 bytes in 0 blocks ==12506== possibly lost: 1,392 bytes in 4 blocks ==12506== still reachable: 2,310,409 bytes in 21,419 blocks ==12506== of which reachable via heuristic: ==12506== length64 : 5,056 bytes in 79 blocks ==12506== newarray : 6,296 bytes in 48 blocks ==12506== suppressed: 496,970 bytes in 7,802 blocks ==12506== Reachable blocks (those to which a pointer was found) are not shown. ==12506== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==12506== ==12506== For counts of detected and suppressed errors, rerun with: -v ==12506== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==12524== Memcheck, a memory error detector ==12524== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==12524== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==12524== Command: ./syncevo-local-sync ==12524== Parent PID: 12506 ==12524== ==12524== ==12524== HEAP SUMMARY: ==12524== in use at exit: 2,491,336 bytes in 25,307 blocks ==12524== total heap usage: 175,557 allocs, 150,250 frees, 33,928,019 bytes allocated ==12524== ==12524== LEAK SUMMARY: ==12524== definitely lost: 0 bytes in 0 blocks ==12524== indirectly lost: 0 bytes in 0 blocks ==12524== possibly lost: 528 bytes in 2 blocks ==12524== still reachable: 2,229,759 bytes in 21,272 blocks ==12524== of which reachable via heuristic: ==12524== length64 : 592 bytes in 10 blocks ==12524== newarray : 5,976 bytes in 28 blocks ==12524== suppressed: 253,937 bytes in 3,977 blocks ==12524== Reachable blocks (those to which a pointer was found) are not shown. ==12524== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==12524== ==12524== For counts of detected and suppressed errors, rerun with: -v ==12524== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==12531== Memcheck, a memory error detector ==12531== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==12531== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==12531== Command: ./client-test Client::Sync::eds_contact::testRefreshFromServerSemantic ==12531== Parent PID: 111 ==12531== ==12531== ==12531== HEAP SUMMARY: ==12531== in use at exit: 2,926,970 bytes in 30,149 blocks ==12531== total heap usage: 960,279 allocs, 930,073 frees, 143,720,986 bytes allocated ==12531== ==12531== LEAK SUMMARY: ==12531== definitely lost: 0 bytes in 0 blocks ==12531== indirectly lost: 0 bytes in 0 blocks ==12531== possibly lost: 1,392 bytes in 4 blocks ==12531== still reachable: 2,309,589 bytes in 21,418 blocks ==12531== of which reachable via heuristic: ==12531== length64 : 5,096 bytes in 80 blocks ==12531== newarray : 6,296 bytes in 48 blocks ==12531== suppressed: 525,877 bytes in 8,068 blocks ==12531== Reachable blocks (those to which a pointer was found) are not shown. ==12531== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==12531== ==12531== For counts of detected and suppressed errors, rerun with: -v ==12531== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==1254== Memcheck, a memory error detector ==1254== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1254== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1254== Command: ./client-test Client::Source::davical_caldavtodo::testInsertTwice ==1254== Parent PID: 111 ==1254== ==1254== ==1254== HEAP SUMMARY: ==1254== in use at exit: 355,585 bytes in 4,927 blocks ==1254== total heap usage: 123,438 allocs, 118,455 frees, 16,299,114 bytes allocated ==1254== ==1254== LEAK SUMMARY: ==1254== definitely lost: 0 bytes in 0 blocks ==1254== indirectly lost: 0 bytes in 0 blocks ==1254== possibly lost: 1,392 bytes in 4 blocks ==1254== still reachable: 70,886 bytes in 558 blocks ==1254== of which reachable via heuristic: ==1254== length64 : 1,032 bytes in 18 blocks ==1254== newarray : 5,976 bytes in 28 blocks ==1254== suppressed: 271,787 bytes in 4,281 blocks ==1254== Reachable blocks (those to which a pointer was found) are not shown. ==1254== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1254== ==1254== For counts of detected and suppressed errors, rerun with: -v ==1254== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==12557== Memcheck, a memory error detector ==12557== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==12557== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==12557== Command: ./syncevo-local-sync ==12557== Parent PID: 12531 ==12557== ==12557== ==12557== HEAP SUMMARY: ==12557== in use at exit: 2,491,336 bytes in 25,307 blocks ==12557== total heap usage: 175,355 allocs, 150,048 frees, 33,922,210 bytes allocated ==12557== ==12557== LEAK SUMMARY: ==12557== definitely lost: 0 bytes in 0 blocks ==12557== indirectly lost: 0 bytes in 0 blocks ==12557== possibly lost: 528 bytes in 2 blocks ==12557== still reachable: 2,229,759 bytes in 21,272 blocks ==12557== of which reachable via heuristic: ==12557== length64 : 592 bytes in 10 blocks ==12557== newarray : 5,976 bytes in 28 blocks ==12557== suppressed: 253,937 bytes in 3,977 blocks ==12557== Reachable blocks (those to which a pointer was found) are not shown. ==12557== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==12557== ==12557== For counts of detected and suppressed errors, rerun with: -v ==12557== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==12572== Memcheck, a memory error detector ==12572== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==12572== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==12572== Command: ./syncevo-local-sync ==12572== Parent PID: 12531 ==12572== ==12572== ==12572== HEAP SUMMARY: ==12572== in use at exit: 3,279,052 bytes in 27,729 blocks ==12572== total heap usage: 174,058 allocs, 146,329 frees, 32,994,867 bytes allocated ==12572== ==12572== LEAK SUMMARY: ==12572== definitely lost: 0 bytes in 0 blocks ==12572== indirectly lost: 0 bytes in 0 blocks ==12572== possibly lost: 528 bytes in 2 blocks ==12572== still reachable: 3,017,499 bytes in 23,694 blocks ==12572== of which reachable via heuristic: ==12572== length64 : 592 bytes in 10 blocks ==12572== newarray : 12,912 bytes in 223 blocks ==12572== suppressed: 253,913 bytes in 3,977 blocks ==12572== Reachable blocks (those to which a pointer was found) are not shown. ==12572== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==12572== ==12572== For counts of detected and suppressed errors, rerun with: -v ==12572== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1258== Memcheck, a memory error detector ==1258== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1258== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1258== Command: ./client-test Client::Source::davical_caldavtodo::testLocalUpdate ==1258== Parent PID: 111 ==1258== ==1258== ==1258== HEAP SUMMARY: ==1258== in use at exit: 355,697 bytes in 4,931 blocks ==1258== total heap usage: 152,406 allocs, 147,416 frees, 19,515,074 bytes allocated ==1258== ==1258== LEAK SUMMARY: ==1258== definitely lost: 0 bytes in 0 blocks ==1258== indirectly lost: 0 bytes in 0 blocks ==1258== possibly lost: 1,392 bytes in 4 blocks ==1258== still reachable: 70,886 bytes in 558 blocks ==1258== of which reachable via heuristic: ==1258== length64 : 1,032 bytes in 18 blocks ==1258== newarray : 5,976 bytes in 28 blocks ==1258== suppressed: 271,899 bytes in 4,285 blocks ==1258== Reachable blocks (those to which a pointer was found) are not shown. ==1258== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1258== ==1258== For counts of detected and suppressed errors, rerun with: -v ==1258== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==12590== Memcheck, a memory error detector ==12590== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==12590== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==12590== Command: ./syncevo-local-sync ==12590== Parent PID: 12531 ==12590== ==12590== ==12590== HEAP SUMMARY: ==12590== in use at exit: 2,491,336 bytes in 25,307 blocks ==12590== total heap usage: 176,047 allocs, 150,740 frees, 33,992,907 bytes allocated ==12590== ==12590== LEAK SUMMARY: ==12590== definitely lost: 0 bytes in 0 blocks ==12590== indirectly lost: 0 bytes in 0 blocks ==12590== possibly lost: 528 bytes in 2 blocks ==12590== still reachable: 2,229,759 bytes in 21,272 blocks ==12590== of which reachable via heuristic: ==12590== length64 : 592 bytes in 10 blocks ==12590== newarray : 5,976 bytes in 28 blocks ==12590== suppressed: 253,937 bytes in 3,977 blocks ==12590== Reachable blocks (those to which a pointer was found) are not shown. ==12590== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==12590== ==12590== For counts of detected and suppressed errors, rerun with: -v ==12590== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==126== Memcheck, a memory error detector ==126== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==126== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==126== Command: ./client-test Client::Source::davical_caldav::testIterateTwice ==126== Parent PID: 111 ==126== ==126== ==126== HEAP SUMMARY: ==126== in use at exit: 515,461 bytes in 5,591 blocks ==126== total heap usage: 109,688 allocs, 104,043 frees, 17,889,422 bytes allocated ==126== ==126== LEAK SUMMARY: ==126== definitely lost: 0 bytes in 0 blocks ==126== indirectly lost: 0 bytes in 0 blocks ==126== possibly lost: 1,392 bytes in 4 blocks ==126== still reachable: 230,587 bytes in 1,217 blocks ==126== of which reachable via heuristic: ==126== length64 : 1,032 bytes in 18 blocks ==126== newarray : 5,976 bytes in 28 blocks ==126== suppressed: 271,962 bytes in 4,286 blocks ==126== Reachable blocks (those to which a pointer was found) are not shown. ==126== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==126== ==126== For counts of detected and suppressed errors, rerun with: -v ==126== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==12601== Memcheck, a memory error detector ==12601== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==12601== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==12601== Command: ./syncevo-local-sync ==12601== Parent PID: 12531 ==12601== ==12601== ==12601== HEAP SUMMARY: ==12601== in use at exit: 3,279,032 bytes in 27,729 blocks ==12601== total heap usage: 174,097 allocs, 146,368 frees, 32,996,661 bytes allocated ==12601== ==12601== LEAK SUMMARY: ==12601== definitely lost: 0 bytes in 0 blocks ==12601== indirectly lost: 0 bytes in 0 blocks ==12601== possibly lost: 528 bytes in 2 blocks ==12601== still reachable: 3,017,463 bytes in 23,694 blocks ==12601== of which reachable via heuristic: ==12601== length64 : 592 bytes in 10 blocks ==12601== newarray : 12,912 bytes in 223 blocks ==12601== suppressed: 253,929 bytes in 3,977 blocks ==12601== Reachable blocks (those to which a pointer was found) are not shown. ==12601== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==12601== ==12601== For counts of detected and suppressed errors, rerun with: -v ==12601== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==12608== Memcheck, a memory error detector ==12608== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==12608== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==12608== Command: ./client-test Client::Sync::eds_contact::testRefreshFromClientSemantic ==12608== Parent PID: 111 ==12608== ==12608== ==12608== HEAP SUMMARY: ==12608== in use at exit: 2,934,706 bytes in 30,276 blocks ==12608== total heap usage: 1,145,123 allocs, 1,114,789 frees, 173,343,991 bytes allocated ==12608== ==12608== LEAK SUMMARY: ==12608== definitely lost: 0 bytes in 0 blocks ==12608== indirectly lost: 0 bytes in 0 blocks ==12608== possibly lost: 1,392 bytes in 4 blocks ==12608== still reachable: 2,311,705 bytes in 21,425 blocks ==12608== of which reachable via heuristic: ==12608== length64 : 5,096 bytes in 80 blocks ==12608== newarray : 6,296 bytes in 48 blocks ==12608== suppressed: 531,665 bytes in 8,190 blocks ==12608== Reachable blocks (those to which a pointer was found) are not shown. ==12608== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==12608== ==12608== For counts of detected and suppressed errors, rerun with: -v ==12608== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==1262== Memcheck, a memory error detector ==1262== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1262== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1262== Command: ./client-test Client::Source::davical_caldavtodo::testChanges ==1262== Parent PID: 111 ==1262== ==1262== ==1262== HEAP SUMMARY: ==1262== in use at exit: 353,129 bytes in 4,926 blocks ==1262== total heap usage: 463,470 allocs, 458,453 frees, 49,368,986 bytes allocated ==1262== ==1262== LEAK SUMMARY: ==1262== definitely lost: 0 bytes in 0 blocks ==1262== indirectly lost: 0 bytes in 0 blocks ==1262== possibly lost: 960 bytes in 3 blocks ==1262== still reachable: 68,782 bytes in 556 blocks ==1262== of which reachable via heuristic: ==1262== length64 : 1,032 bytes in 18 blocks ==1262== newarray : 5,976 bytes in 28 blocks ==1262== suppressed: 271,867 bytes in 4,283 blocks ==1262== Reachable blocks (those to which a pointer was found) are not shown. ==1262== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1262== ==1262== For counts of detected and suppressed errors, rerun with: -v ==1262== ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 67 from 67) ==12634== Memcheck, a memory error detector ==12634== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==12634== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==12634== Command: ./syncevo-local-sync ==12634== Parent PID: 12608 ==12634== ==12634== ==12634== HEAP SUMMARY: ==12634== in use at exit: 2,491,320 bytes in 25,307 blocks ==12634== total heap usage: 175,320 allocs, 150,013 frees, 33,919,653 bytes allocated ==12634== ==12634== LEAK SUMMARY: ==12634== definitely lost: 0 bytes in 0 blocks ==12634== indirectly lost: 0 bytes in 0 blocks ==12634== possibly lost: 528 bytes in 2 blocks ==12634== still reachable: 2,229,759 bytes in 21,272 blocks ==12634== of which reachable via heuristic: ==12634== length64 : 592 bytes in 10 blocks ==12634== newarray : 5,976 bytes in 28 blocks ==12634== suppressed: 253,921 bytes in 3,977 blocks ==12634== Reachable blocks (those to which a pointer was found) are not shown. ==12634== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==12634== ==12634== For counts of detected and suppressed errors, rerun with: -v ==12634== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==12649== Memcheck, a memory error detector ==12649== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==12649== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==12649== Command: ./syncevo-local-sync ==12649== Parent PID: 12608 ==12649== ==12649== ==12649== HEAP SUMMARY: ==12649== in use at exit: 3,279,068 bytes in 27,729 blocks ==12649== total heap usage: 174,065 allocs, 146,336 frees, 32,995,277 bytes allocated ==12649== ==12649== LEAK SUMMARY: ==12649== definitely lost: 0 bytes in 0 blocks ==12649== indirectly lost: 0 bytes in 0 blocks ==12649== possibly lost: 528 bytes in 2 blocks ==12649== still reachable: 3,017,499 bytes in 23,694 blocks ==12649== of which reachable via heuristic: ==12649== length64 : 592 bytes in 10 blocks ==12649== newarray : 12,912 bytes in 223 blocks ==12649== suppressed: 253,929 bytes in 3,977 blocks ==12649== Reachable blocks (those to which a pointer was found) are not shown. ==12649== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==12649== ==12649== For counts of detected and suppressed errors, rerun with: -v ==12649== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1266== Memcheck, a memory error detector ==1266== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1266== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1266== Command: ./client-test Client::Source::davical_caldavtodo::testChangesMultiCycles ==1266== Parent PID: 111 ==1266== ==1266== ==1266== HEAP SUMMARY: ==1266== in use at exit: 353,161 bytes in 4,926 blocks ==1266== total heap usage: 371,876 allocs, 366,872 frees, 42,400,675 bytes allocated ==1266== ==1266== LEAK SUMMARY: ==1266== definitely lost: 0 bytes in 0 blocks ==1266== indirectly lost: 0 bytes in 0 blocks ==1266== possibly lost: 960 bytes in 3 blocks ==1266== still reachable: 68,782 bytes in 556 blocks ==1266== of which reachable via heuristic: ==1266== length64 : 1,032 bytes in 18 blocks ==1266== newarray : 5,976 bytes in 28 blocks ==1266== suppressed: 271,899 bytes in 4,283 blocks ==1266== Reachable blocks (those to which a pointer was found) are not shown. ==1266== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1266== ==1266== For counts of detected and suppressed errors, rerun with: -v ==1266== ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 67 from 67) ==12667== Memcheck, a memory error detector ==12667== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==12667== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==12667== Command: ./syncevo-local-sync ==12667== Parent PID: 12608 ==12667== ==12667== ==12667== HEAP SUMMARY: ==12667== in use at exit: 2,491,312 bytes in 25,307 blocks ==12667== total heap usage: 186,106 allocs, 160,799 frees, 35,037,364 bytes allocated ==12667== ==12667== LEAK SUMMARY: ==12667== definitely lost: 0 bytes in 0 blocks ==12667== indirectly lost: 0 bytes in 0 blocks ==12667== possibly lost: 528 bytes in 2 blocks ==12667== still reachable: 2,229,759 bytes in 21,272 blocks ==12667== of which reachable via heuristic: ==12667== length64 : 592 bytes in 10 blocks ==12667== newarray : 5,976 bytes in 28 blocks ==12667== suppressed: 253,913 bytes in 3,977 blocks ==12667== Reachable blocks (those to which a pointer was found) are not shown. ==12667== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==12667== ==12667== For counts of detected and suppressed errors, rerun with: -v ==12667== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==12684== Memcheck, a memory error detector ==12684== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==12684== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==12684== Command: ./syncevo-local-sync ==12684== Parent PID: 12608 ==12684== ==12684== ==12684== HEAP SUMMARY: ==12684== in use at exit: 2,491,320 bytes in 25,307 blocks ==12684== total heap usage: 176,536 allocs, 151,229 frees, 34,044,244 bytes allocated ==12684== ==12684== LEAK SUMMARY: ==12684== definitely lost: 0 bytes in 0 blocks ==12684== indirectly lost: 0 bytes in 0 blocks ==12684== possibly lost: 528 bytes in 2 blocks ==12684== still reachable: 2,229,759 bytes in 21,272 blocks ==12684== of which reachable via heuristic: ==12684== length64 : 592 bytes in 10 blocks ==12684== newarray : 5,976 bytes in 28 blocks ==12684== suppressed: 253,921 bytes in 3,977 blocks ==12684== Reachable blocks (those to which a pointer was found) are not shown. ==12684== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==12684== ==12684== For counts of detected and suppressed errors, rerun with: -v ==12684== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==12691== Memcheck, a memory error detector ==12691== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==12691== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==12691== Command: ./syncevo-local-sync ==12691== Parent PID: 12608 ==12691== ==12691== ==12691== HEAP SUMMARY: ==12691== in use at exit: 2,491,336 bytes in 25,307 blocks ==12691== total heap usage: 176,017 allocs, 150,710 frees, 33,990,722 bytes allocated ==12691== ==12691== LEAK SUMMARY: ==12691== definitely lost: 0 bytes in 0 blocks ==12691== indirectly lost: 0 bytes in 0 blocks ==12691== possibly lost: 528 bytes in 2 blocks ==12691== still reachable: 2,229,759 bytes in 21,272 blocks ==12691== of which reachable via heuristic: ==12691== length64 : 592 bytes in 10 blocks ==12691== newarray : 5,976 bytes in 28 blocks ==12691== suppressed: 253,937 bytes in 3,977 blocks ==12691== Reachable blocks (those to which a pointer was found) are not shown. ==12691== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==12691== ==12691== For counts of detected and suppressed errors, rerun with: -v ==12691== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==12699== Memcheck, a memory error detector ==12699== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==12699== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==12699== Command: ./client-test Client::Sync::eds_contact::testRefreshStatus ==12699== Parent PID: 111 ==12699== ==12699== ==12699== HEAP SUMMARY: ==12699== in use at exit: 2,934,582 bytes in 30,276 blocks ==12699== total heap usage: 625,546 allocs, 595,215 frees, 87,357,081 bytes allocated ==12699== ==12699== LEAK SUMMARY: ==12699== definitely lost: 0 bytes in 0 blocks ==12699== indirectly lost: 0 bytes in 0 blocks ==12699== possibly lost: 1,392 bytes in 4 blocks ==12699== still reachable: 2,313,246 bytes in 21,449 blocks ==12699== of which reachable via heuristic: ==12699== length64 : 5,096 bytes in 80 blocks ==12699== newarray : 6,296 bytes in 48 blocks ==12699== suppressed: 530,000 bytes in 8,166 blocks ==12699== Reachable blocks (those to which a pointer was found) are not shown. ==12699== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==12699== ==12699== For counts of detected and suppressed errors, rerun with: -v ==12699== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==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::davical_caldavtodo::testImport ==1270== Parent PID: 111 ==1270== ==1270== ==1270== HEAP SUMMARY: ==1270== in use at exit: 355,641 bytes in 4,929 blocks ==1270== total heap usage: 136,070 allocs, 131,084 frees, 18,070,475 bytes allocated ==1270== ==1270== LEAK SUMMARY: ==1270== definitely lost: 0 bytes in 0 blocks ==1270== indirectly lost: 0 bytes in 0 blocks ==1270== possibly lost: 1,392 bytes in 4 blocks ==1270== still reachable: 70,886 bytes in 558 blocks ==1270== of which reachable via heuristic: ==1270== length64 : 1,032 bytes in 18 blocks ==1270== newarray : 5,976 bytes in 28 blocks ==1270== suppressed: 271,843 bytes in 4,283 blocks ==1270== Reachable blocks (those to which a pointer was found) are not shown. ==1270== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1270== ==1270== For counts of detected and suppressed errors, rerun with: -v ==1270== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==1274== Memcheck, a memory error detector ==1274== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1274== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1274== Command: ./client-test Client::Source::davical_caldavtodo::testImport ==1274== Parent PID: 1270 ==1274== ==12743== Memcheck, a memory error detector ==12743== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==12743== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==12743== Command: ./syncevo-local-sync ==12743== Parent PID: 12699 ==12743== ==12743== ==12743== HEAP SUMMARY: ==12743== in use at exit: 2,491,376 bytes in 25,308 blocks ==12743== total heap usage: 185,708 allocs, 160,400 frees, 34,977,186 bytes allocated ==12743== ==12743== LEAK SUMMARY: ==12743== definitely lost: 0 bytes in 0 blocks ==12743== indirectly lost: 0 bytes in 0 blocks ==12743== possibly lost: 528 bytes in 2 blocks ==12743== still reachable: 2,229,759 bytes in 21,272 blocks ==12743== of which reachable via heuristic: ==12743== length64 : 632 bytes in 11 blocks ==12743== newarray : 5,976 bytes in 28 blocks ==12743== suppressed: 253,977 bytes in 3,978 blocks ==12743== Reachable blocks (those to which a pointer was found) are not shown. ==12743== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==12743== ==12743== For counts of detected and suppressed errors, rerun with: -v ==12743== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==12752== Memcheck, a memory error detector ==12752== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==12752== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==12752== Command: ./syncevo-local-sync ==12752== Parent PID: 12699 ==12752== ==12752== ==12752== HEAP SUMMARY: ==12752== in use at exit: 3,281,906 bytes in 27,736 blocks ==12752== total heap usage: 174,555 allocs, 146,819 frees, 33,060,651 bytes allocated ==12752== ==12752== LEAK SUMMARY: ==12752== definitely lost: 0 bytes in 0 blocks ==12752== indirectly lost: 0 bytes in 0 blocks ==12752== possibly lost: 528 bytes in 2 blocks ==12752== still reachable: 3,020,337 bytes in 23,701 blocks ==12752== of which reachable via heuristic: ==12752== length64 : 592 bytes in 10 blocks ==12752== newarray : 12,912 bytes in 223 blocks ==12752== suppressed: 253,929 bytes in 3,977 blocks ==12752== Reachable blocks (those to which a pointer was found) are not shown. ==12752== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==12752== ==12752== For counts of detected and suppressed errors, rerun with: -v ==12752== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==12760== Memcheck, a memory error detector ==12760== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==12760== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==12760== Command: ./client-test Client::Sync::eds_contact::testTwoWayRestart ==12760== Parent PID: 111 ==12760== ==12760== ==12760== HEAP SUMMARY: ==12760== in use at exit: 2,936,966 bytes in 30,280 blocks ==12760== total heap usage: 808,670 allocs, 778,334 frees, 116,751,164 bytes allocated ==12760== ==12760== LEAK SUMMARY: ==12760== definitely lost: 0 bytes in 0 blocks ==12760== indirectly lost: 0 bytes in 0 blocks ==12760== possibly lost: 1,824 bytes in 5 blocks ==12760== still reachable: 2,315,350 bytes in 21,451 blocks ==12760== of which reachable via heuristic: ==12760== length64 : 5,096 bytes in 80 blocks ==12760== newarray : 6,296 bytes in 48 blocks ==12760== suppressed: 529,848 bytes in 8,167 blocks ==12760== Reachable blocks (those to which a pointer was found) are not shown. ==12760== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==12760== ==12760== For counts of detected and suppressed errors, rerun with: -v ==12760== ERROR SUMMARY: 5 errors from 5 contexts (suppressed: 68 from 68) ==12786== Memcheck, a memory error detector ==12786== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==12786== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==12786== Command: ./syncevo-local-sync ==12786== Parent PID: 12760 ==12786== ==12786== ==12786== HEAP SUMMARY: ==12786== in use at exit: 2,491,304 bytes in 25,307 blocks ==12786== total heap usage: 182,229 allocs, 156,922 frees, 34,653,642 bytes allocated ==12786== ==12786== LEAK SUMMARY: ==12786== definitely lost: 0 bytes in 0 blocks ==12786== indirectly lost: 0 bytes in 0 blocks ==12786== possibly lost: 528 bytes in 2 blocks ==12786== still reachable: 2,229,759 bytes in 21,272 blocks ==12786== of which reachable via heuristic: ==12786== length64 : 592 bytes in 10 blocks ==12786== newarray : 5,976 bytes in 28 blocks ==12786== suppressed: 253,905 bytes in 3,977 blocks ==12786== Reachable blocks (those to which a pointer was found) are not shown. ==12786== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==12786== ==12786== For counts of detected and suppressed errors, rerun with: -v ==12786== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==12803== Memcheck, a memory error detector ==12803== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==12803== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==12803== Command: ./syncevo-local-sync ==12803== Parent PID: 12760 ==12803== ==12803== ==12803== HEAP SUMMARY: ==12803== in use at exit: 2,491,336 bytes in 25,307 blocks ==12803== total heap usage: 177,782 allocs, 152,475 frees, 34,204,527 bytes allocated ==12803== ==12803== LEAK SUMMARY: ==12803== definitely lost: 0 bytes in 0 blocks ==12803== indirectly lost: 0 bytes in 0 blocks ==12803== possibly lost: 528 bytes in 2 blocks ==12803== still reachable: 2,229,759 bytes in 21,272 blocks ==12803== of which reachable via heuristic: ==12803== length64 : 592 bytes in 10 blocks ==12803== newarray : 5,976 bytes in 28 blocks ==12803== suppressed: 253,937 bytes in 3,977 blocks ==12803== Reachable blocks (those to which a pointer was found) are not shown. ==12803== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==12803== ==12803== For counts of detected and suppressed errors, rerun with: -v ==12803== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==12810== Memcheck, a memory error detector ==12810== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==12810== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==12810== Command: ./syncevo-local-sync ==12810== Parent PID: 12760 ==12810== ==12810== ==12810== HEAP SUMMARY: ==12810== in use at exit: 3,278,952 bytes in 27,729 blocks ==12810== total heap usage: 174,099 allocs, 146,370 frees, 33,015,482 bytes allocated ==12810== ==12810== LEAK SUMMARY: ==12810== definitely lost: 0 bytes in 0 blocks ==12810== indirectly lost: 0 bytes in 0 blocks ==12810== possibly lost: 528 bytes in 2 blocks ==12810== still reachable: 3,017,399 bytes in 23,694 blocks ==12810== of which reachable via heuristic: ==12810== length64 : 592 bytes in 10 blocks ==12810== newarray : 12,912 bytes in 223 blocks ==12810== suppressed: 253,913 bytes in 3,977 blocks ==12810== Reachable blocks (those to which a pointer was found) are not shown. ==12810== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==12810== ==12810== For counts of detected and suppressed errors, rerun with: -v ==12810== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1282== Memcheck, a memory error detector ==1282== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1282== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1282== Command: ./client-test Client::Source::davical_caldavtodo::testImportDelete ==1282== Parent PID: 111 ==1282== ==1282== ==1282== HEAP SUMMARY: ==1282== in use at exit: 355,705 bytes in 4,931 blocks ==1282== total heap usage: 155,102 allocs, 150,112 frees, 20,292,534 bytes allocated ==1282== ==1282== LEAK SUMMARY: ==1282== definitely lost: 0 bytes in 0 blocks ==1282== indirectly lost: 0 bytes in 0 blocks ==1282== possibly lost: 1,392 bytes in 4 blocks ==1282== still reachable: 70,886 bytes in 558 blocks ==1282== of which reachable via heuristic: ==1282== length64 : 1,032 bytes in 18 blocks ==1282== newarray : 5,976 bytes in 28 blocks ==1282== suppressed: 271,907 bytes in 4,285 blocks ==1282== Reachable blocks (those to which a pointer was found) are not shown. ==1282== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1282== ==1282== For counts of detected and suppressed errors, rerun with: -v ==1282== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==12832== Memcheck, a memory error detector ==12832== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==12832== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==12832== Command: ./client-test Client::Sync::eds_contact::testCopy ==12832== Parent PID: 111 ==12832== ==12832== ==12832== HEAP SUMMARY: ==12832== in use at exit: 2,937,076 bytes in 30,269 blocks ==12832== total heap usage: 1,458,872 allocs, 1,428,544 frees, 211,049,634 bytes allocated ==12832== ==12832== LEAK SUMMARY: ==12832== definitely lost: 0 bytes in 0 blocks ==12832== indirectly lost: 0 bytes in 0 blocks ==12832== possibly lost: 1,824 bytes in 5 blocks ==12832== still reachable: 2,314,413 bytes in 21,431 blocks ==12832== of which reachable via heuristic: ==12832== length64 : 5,096 bytes in 80 blocks ==12832== newarray : 6,296 bytes in 48 blocks ==12832== suppressed: 530,727 bytes in 8,174 blocks ==12832== Reachable blocks (those to which a pointer was found) are not shown. ==12832== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==12832== ==12832== For counts of detected and suppressed errors, rerun with: -v ==12832== ERROR SUMMARY: 5 errors from 5 contexts (suppressed: 68 from 68) ==12858== Memcheck, a memory error detector ==12858== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==12858== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==12858== Command: ./syncevo-local-sync ==12858== Parent PID: 12832 ==12858== ==12858== ==12858== HEAP SUMMARY: ==12858== in use at exit: 2,491,344 bytes in 25,307 blocks ==12858== total heap usage: 175,318 allocs, 150,011 frees, 33,917,791 bytes allocated ==12858== ==12858== LEAK SUMMARY: ==12858== definitely lost: 0 bytes in 0 blocks ==12858== indirectly lost: 0 bytes in 0 blocks ==12858== possibly lost: 528 bytes in 2 blocks ==12858== still reachable: 2,229,759 bytes in 21,272 blocks ==12858== of which reachable via heuristic: ==12858== length64 : 592 bytes in 10 blocks ==12858== newarray : 5,976 bytes in 28 blocks ==12858== suppressed: 253,945 bytes in 3,977 blocks ==12858== Reachable blocks (those to which a pointer was found) are not shown. ==12858== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==12858== ==12858== For counts of detected and suppressed errors, rerun with: -v ==12858== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1286== Memcheck, a memory error detector ==1286== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1286== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1286== Command: ./client-test Client::Source::davical_caldavtodo::testImportDelete ==1286== Parent PID: 1282 ==1286== ==12873== Memcheck, a memory error detector ==12873== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==12873== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==12873== Command: ./syncevo-local-sync ==12873== Parent PID: 12832 ==12873== ==12873== ==12873== HEAP SUMMARY: ==12873== in use at exit: 3,279,020 bytes in 27,729 blocks ==12873== total heap usage: 174,026 allocs, 146,297 frees, 32,991,086 bytes allocated ==12873== ==12873== LEAK SUMMARY: ==12873== definitely lost: 0 bytes in 0 blocks ==12873== indirectly lost: 0 bytes in 0 blocks ==12873== possibly lost: 528 bytes in 2 blocks ==12873== still reachable: 3,017,435 bytes in 23,694 blocks ==12873== of which reachable via heuristic: ==12873== length64 : 592 bytes in 10 blocks ==12873== newarray : 12,912 bytes in 223 blocks ==12873== suppressed: 253,945 bytes in 3,977 blocks ==12873== Reachable blocks (those to which a pointer was found) are not shown. ==12873== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==12873== ==12873== For counts of detected and suppressed errors, rerun with: -v ==12873== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==12891== Memcheck, a memory error detector ==12891== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==12891== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==12891== Command: ./syncevo-local-sync ==12891== Parent PID: 12832 ==12891== ==12891== ==12891== HEAP SUMMARY: ==12891== in use at exit: 2,491,312 bytes in 25,307 blocks ==12891== total heap usage: 175,333 allocs, 150,026 frees, 33,924,023 bytes allocated ==12891== ==12891== LEAK SUMMARY: ==12891== definitely lost: 0 bytes in 0 blocks ==12891== indirectly lost: 0 bytes in 0 blocks ==12891== possibly lost: 528 bytes in 2 blocks ==12891== still reachable: 2,229,759 bytes in 21,272 blocks ==12891== of which reachable via heuristic: ==12891== length64 : 592 bytes in 10 blocks ==12891== newarray : 5,976 bytes in 28 blocks ==12891== suppressed: 253,913 bytes in 3,977 blocks ==12891== Reachable blocks (those to which a pointer was found) are not shown. ==12891== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==12891== ==12891== For counts of detected and suppressed errors, rerun with: -v ==12891== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==12906== Memcheck, a memory error detector ==12906== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==12906== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==12906== Command: ./syncevo-local-sync ==12906== Parent PID: 12832 ==12906== ==12906== ==12906== HEAP SUMMARY: ==12906== in use at exit: 3,278,984 bytes in 27,729 blocks ==12906== total heap usage: 174,058 allocs, 146,329 frees, 32,992,739 bytes allocated ==12906== ==12906== LEAK SUMMARY: ==12906== definitely lost: 0 bytes in 0 blocks ==12906== indirectly lost: 0 bytes in 0 blocks ==12906== possibly lost: 528 bytes in 2 blocks ==12906== still reachable: 3,017,415 bytes in 23,694 blocks ==12906== of which reachable via heuristic: ==12906== length64 : 592 bytes in 10 blocks ==12906== newarray : 12,912 bytes in 223 blocks ==12906== suppressed: 253,929 bytes in 3,977 blocks ==12906== Reachable blocks (those to which a pointer was found) are not shown. ==12906== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==12906== ==12906== For counts of detected and suppressed errors, rerun with: -v ==12906== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==12924== Memcheck, a memory error detector ==12924== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==12924== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==12924== Command: ./syncevo-local-sync ==12924== Parent PID: 12832 ==12924== ==12924== ==12924== HEAP SUMMARY: ==12924== in use at exit: 2,491,320 bytes in 25,307 blocks ==12924== total heap usage: 186,126 allocs, 160,819 frees, 35,036,540 bytes allocated ==12924== ==12924== LEAK SUMMARY: ==12924== definitely lost: 0 bytes in 0 blocks ==12924== indirectly lost: 0 bytes in 0 blocks ==12924== possibly lost: 528 bytes in 2 blocks ==12924== still reachable: 2,229,759 bytes in 21,272 blocks ==12924== of which reachable via heuristic: ==12924== length64 : 592 bytes in 10 blocks ==12924== newarray : 5,976 bytes in 28 blocks ==12924== suppressed: 253,921 bytes in 3,977 blocks ==12924== Reachable blocks (those to which a pointer was found) are not shown. ==12924== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==12924== ==12924== For counts of detected and suppressed errors, rerun with: -v ==12924== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==12932== Memcheck, a memory error detector ==12932== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==12932== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==12932== Command: ./syncevo-local-sync ==12932== Parent PID: 12832 ==12932== ==12932== ==12932== HEAP SUMMARY: ==12932== in use at exit: 2,491,336 bytes in 25,307 blocks ==12932== total heap usage: 183,878 allocs, 158,571 frees, 34,840,673 bytes allocated ==12932== ==12932== LEAK SUMMARY: ==12932== definitely lost: 0 bytes in 0 blocks ==12932== indirectly lost: 0 bytes in 0 blocks ==12932== possibly lost: 528 bytes in 2 blocks ==12932== still reachable: 2,229,759 bytes in 21,272 blocks ==12932== of which reachable via heuristic: ==12932== length64 : 592 bytes in 10 blocks ==12932== newarray : 5,976 bytes in 28 blocks ==12932== suppressed: 253,937 bytes in 3,977 blocks ==12932== Reachable blocks (those to which a pointer was found) are not shown. ==12932== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==12932== ==12932== For counts of detected and suppressed errors, rerun with: -v ==12932== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1294== Memcheck, a memory error detector ==1294== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1294== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1294== Command: ./client-test Client::Source::davical_caldavtodo::testRemoveProperties ==1294== Parent PID: 111 ==1294== ==1294== ==1294== HEAP SUMMARY: ==1294== in use at exit: 355,705 bytes in 4,931 blocks ==1294== total heap usage: 148,258 allocs, 143,269 frees, 19,510,798 bytes allocated ==1294== ==1294== LEAK SUMMARY: ==1294== definitely lost: 0 bytes in 0 blocks ==1294== indirectly lost: 0 bytes in 0 blocks ==1294== possibly lost: 1,392 bytes in 4 blocks ==1294== still reachable: 70,886 bytes in 558 blocks ==1294== of which reachable via heuristic: ==1294== length64 : 1,032 bytes in 18 blocks ==1294== newarray : 5,976 bytes in 28 blocks ==1294== suppressed: 271,907 bytes in 4,285 blocks ==1294== Reachable blocks (those to which a pointer was found) are not shown. ==1294== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1294== ==1294== For counts of detected and suppressed errors, rerun with: -v ==1294== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==12955== Memcheck, a memory error detector ==12955== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==12955== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==12955== Command: ./client-test Client::Sync::eds_contact::testCopy ==12955== Parent PID: 12832 ==12955== ==12973== Memcheck, a memory error detector ==12973== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==12973== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==12973== Command: ./client-test Client::Sync::eds_contact::testCopy ==12973== Parent PID: 12832 ==12973== ==12978== Memcheck, a memory error detector ==12978== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==12978== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==12978== Command: ./client-test Client::Sync::eds_contact::testDelete ==12978== Parent PID: 111 ==12978== ==12978== ==12978== HEAP SUMMARY: ==12978== in use at exit: 2,928,541 bytes in 30,133 blocks ==12978== total heap usage: 1,807,203 allocs, 1,777,009 frees, 269,127,887 bytes allocated ==12978== ==12978== LEAK SUMMARY: ==12978== definitely lost: 0 bytes in 0 blocks ==12978== indirectly lost: 0 bytes in 0 blocks ==12978== possibly lost: 1,824 bytes in 5 blocks ==12978== still reachable: 2,312,341 bytes in 21,422 blocks ==12978== of which reachable via heuristic: ==12978== length64 : 5,096 bytes in 80 blocks ==12978== newarray : 6,296 bytes in 48 blocks ==12978== suppressed: 524,264 bytes in 8,047 blocks ==12978== Reachable blocks (those to which a pointer was found) are not shown. ==12978== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==12978== ==12978== For counts of detected and suppressed errors, rerun with: -v ==12978== ERROR SUMMARY: 5 errors from 5 contexts (suppressed: 68 from 68) ==1298== Memcheck, a memory error detector ==1298== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1298== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1298== Command: ./client-test Client::Source::davical_caldavtodo::testRemoveProperties ==1298== Parent PID: 1294 ==1298== ==130== Memcheck, a memory error detector ==130== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==130== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==130== Command: ./client-test Client::Source::davical_caldav::testDelete404 ==130== Parent PID: 111 ==130== ==130== ==130== HEAP SUMMARY: ==130== in use at exit: 515,405 bytes in 5,589 blocks ==130== total heap usage: 110,573 allocs, 104,930 frees, 17,969,462 bytes allocated ==130== ==130== LEAK SUMMARY: ==130== definitely lost: 0 bytes in 0 blocks ==130== indirectly lost: 0 bytes in 0 blocks ==130== possibly lost: 1,392 bytes in 4 blocks ==130== still reachable: 230,587 bytes in 1,217 blocks ==130== of which reachable via heuristic: ==130== length64 : 1,032 bytes in 18 blocks ==130== newarray : 5,976 bytes in 28 blocks ==130== suppressed: 271,906 bytes in 4,284 blocks ==130== Reachable blocks (those to which a pointer was found) are not shown. ==130== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==130== ==130== For counts of detected and suppressed errors, rerun with: -v ==130== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==13004== Memcheck, a memory error detector ==13004== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13004== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13004== Command: ./syncevo-local-sync ==13004== Parent PID: 12978 ==13004== ==13004== ==13004== HEAP SUMMARY: ==13004== in use at exit: 2,491,312 bytes in 25,307 blocks ==13004== total heap usage: 182,265 allocs, 156,958 frees, 34,655,886 bytes allocated ==13004== ==13004== LEAK SUMMARY: ==13004== definitely lost: 0 bytes in 0 blocks ==13004== indirectly lost: 0 bytes in 0 blocks ==13004== possibly lost: 528 bytes in 2 blocks ==13004== still reachable: 2,229,759 bytes in 21,272 blocks ==13004== of which reachable via heuristic: ==13004== length64 : 592 bytes in 10 blocks ==13004== newarray : 5,976 bytes in 28 blocks ==13004== suppressed: 253,913 bytes in 3,977 blocks ==13004== Reachable blocks (those to which a pointer was found) are not shown. ==13004== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==13004== ==13004== For counts of detected and suppressed errors, rerun with: -v ==13004== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==13021== Memcheck, a memory error detector ==13021== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13021== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13021== Command: ./syncevo-local-sync ==13021== Parent PID: 12978 ==13021== ==13021== ==13021== HEAP SUMMARY: ==13021== in use at exit: 2,491,336 bytes in 25,307 blocks ==13021== total heap usage: 177,756 allocs, 152,449 frees, 34,202,943 bytes allocated ==13021== ==13021== LEAK SUMMARY: ==13021== definitely lost: 0 bytes in 0 blocks ==13021== indirectly lost: 0 bytes in 0 blocks ==13021== possibly lost: 528 bytes in 2 blocks ==13021== still reachable: 2,229,759 bytes in 21,272 blocks ==13021== of which reachable via heuristic: ==13021== length64 : 592 bytes in 10 blocks ==13021== newarray : 5,976 bytes in 28 blocks ==13021== suppressed: 253,937 bytes in 3,977 blocks ==13021== Reachable blocks (those to which a pointer was found) are not shown. ==13021== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==13021== ==13021== For counts of detected and suppressed errors, rerun with: -v ==13021== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==13038== Memcheck, a memory error detector ==13038== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13038== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13038== Command: ./syncevo-local-sync ==13038== Parent PID: 12978 ==13038== ==13038== ==13038== HEAP SUMMARY: ==13038== in use at exit: 2,491,320 bytes in 25,307 blocks ==13038== total heap usage: 175,454 allocs, 150,147 frees, 33,966,280 bytes allocated ==13038== ==13038== LEAK SUMMARY: ==13038== definitely lost: 0 bytes in 0 blocks ==13038== indirectly lost: 0 bytes in 0 blocks ==13038== possibly lost: 528 bytes in 2 blocks ==13038== still reachable: 2,229,759 bytes in 21,272 blocks ==13038== of which reachable via heuristic: ==13038== length64 : 592 bytes in 10 blocks ==13038== newarray : 5,976 bytes in 28 blocks ==13038== suppressed: 253,921 bytes in 3,977 blocks ==13038== Reachable blocks (those to which a pointer was found) are not shown. ==13038== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==13038== ==13038== For counts of detected and suppressed errors, rerun with: -v ==13038== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==13053== Memcheck, a memory error detector ==13053== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13053== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13053== Command: ./syncevo-local-sync ==13053== Parent PID: 12978 ==13053== ==13053== ==13053== HEAP SUMMARY: ==13053== in use at exit: 3,278,976 bytes in 27,729 blocks ==13053== total heap usage: 174,065 allocs, 146,336 frees, 32,993,596 bytes allocated ==13053== ==13053== LEAK SUMMARY: ==13053== definitely lost: 0 bytes in 0 blocks ==13053== indirectly lost: 0 bytes in 0 blocks ==13053== possibly lost: 528 bytes in 2 blocks ==13053== still reachable: 3,017,423 bytes in 23,694 blocks ==13053== of which reachable via heuristic: ==13053== length64 : 592 bytes in 10 blocks ==13053== newarray : 12,912 bytes in 223 blocks ==13053== suppressed: 253,913 bytes in 3,977 blocks ==13053== Reachable blocks (those to which a pointer was found) are not shown. ==13053== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==13053== ==13053== For counts of detected and suppressed errors, rerun with: -v ==13053== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1306== Memcheck, a memory error detector ==1306== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1306== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1306== Command: ./client-test Client::Source::davical_caldavtodo::testManyChanges ==1306== Parent PID: 111 ==1306== ==1306== ==1306== HEAP SUMMARY: ==1306== in use at exit: 355,697 bytes in 4,931 blocks ==1306== total heap usage: 184,789 allocs, 179,797 frees, 24,945,187 bytes allocated ==1306== ==1306== LEAK SUMMARY: ==1306== definitely lost: 0 bytes in 0 blocks ==1306== indirectly lost: 0 bytes in 0 blocks ==1306== possibly lost: 1,392 bytes in 4 blocks ==1306== still reachable: 70,886 bytes in 558 blocks ==1306== of which reachable via heuristic: ==1306== length64 : 1,032 bytes in 18 blocks ==1306== newarray : 5,976 bytes in 28 blocks ==1306== suppressed: 271,899 bytes in 4,285 blocks ==1306== Reachable blocks (those to which a pointer was found) are not shown. ==1306== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1306== ==1306== For counts of detected and suppressed errors, rerun with: -v ==1306== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==13071== Memcheck, a memory error detector ==13071== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13071== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13071== Command: ./syncevo-local-sync ==13071== Parent PID: 12978 ==13071== ==13071== ==13071== HEAP SUMMARY: ==13071== in use at exit: 2,491,336 bytes in 25,307 blocks ==13071== total heap usage: 186,126 allocs, 160,819 frees, 35,037,056 bytes allocated ==13071== ==13071== LEAK SUMMARY: ==13071== definitely lost: 0 bytes in 0 blocks ==13071== indirectly lost: 0 bytes in 0 blocks ==13071== possibly lost: 528 bytes in 2 blocks ==13071== still reachable: 2,229,759 bytes in 21,272 blocks ==13071== of which reachable via heuristic: ==13071== length64 : 592 bytes in 10 blocks ==13071== newarray : 5,976 bytes in 28 blocks ==13071== suppressed: 253,937 bytes in 3,977 blocks ==13071== Reachable blocks (those to which a pointer was found) are not shown. ==13071== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==13071== ==13071== For counts of detected and suppressed errors, rerun with: -v ==13071== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==13079== Memcheck, a memory error detector ==13079== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13079== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13079== Command: ./syncevo-local-sync ==13079== Parent PID: 12978 ==13079== ==13079== ==13079== HEAP SUMMARY: ==13079== in use at exit: 2,491,320 bytes in 25,307 blocks ==13079== total heap usage: 183,833 allocs, 158,526 frees, 34,838,270 bytes allocated ==13079== ==13079== LEAK SUMMARY: ==13079== definitely lost: 0 bytes in 0 blocks ==13079== indirectly lost: 0 bytes in 0 blocks ==13079== possibly lost: 528 bytes in 2 blocks ==13079== still reachable: 2,229,759 bytes in 21,272 blocks ==13079== of which reachable via heuristic: ==13079== length64 : 592 bytes in 10 blocks ==13079== newarray : 5,976 bytes in 28 blocks ==13079== suppressed: 253,921 bytes in 3,977 blocks ==13079== Reachable blocks (those to which a pointer was found) are not shown. ==13079== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==13079== ==13079== For counts of detected and suppressed errors, rerun with: -v ==13079== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1310== Memcheck, a memory error detector ==1310== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1310== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1310== Command: ./client-test Client::Source::davical_carddav::testOpen ==1310== Parent PID: 111 ==1310== ==1310== ==1310== HEAP SUMMARY: ==1310== in use at exit: 354,299 bytes in 4,906 blocks ==1310== total heap usage: 100,732 allocs, 95,772 frees, 13,869,791 bytes allocated ==1310== ==1310== LEAK SUMMARY: ==1310== definitely lost: 0 bytes in 0 blocks ==1310== indirectly lost: 0 bytes in 0 blocks ==1310== possibly lost: 1,392 bytes in 4 blocks ==1310== still reachable: 69,456 bytes in 536 blocks ==1310== of which reachable via heuristic: ==1310== length64 : 1,032 bytes in 18 blocks ==1310== newarray : 5,976 bytes in 28 blocks ==1310== suppressed: 271,931 bytes in 4,282 blocks ==1310== Reachable blocks (those to which a pointer was found) are not shown. ==1310== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1310== ==1310== For counts of detected and suppressed errors, rerun with: -v ==1310== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==13102== Memcheck, a memory error detector ==13102== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13102== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13102== Command: ./client-test Client::Sync::eds_contact::testDelete ==13102== Parent PID: 12978 ==13102== ==13115== Memcheck, a memory error detector ==13115== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13115== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13115== Command: ./syncevo-local-sync ==13115== Parent PID: 12978 ==13115== ==13115== ==13115== HEAP SUMMARY: ==13115== in use at exit: 2,491,312 bytes in 25,307 blocks ==13115== total heap usage: 177,715 allocs, 152,408 frees, 34,178,365 bytes allocated ==13115== ==13115== LEAK SUMMARY: ==13115== definitely lost: 0 bytes in 0 blocks ==13115== indirectly lost: 0 bytes in 0 blocks ==13115== possibly lost: 528 bytes in 2 blocks ==13115== still reachable: 2,229,759 bytes in 21,272 blocks ==13115== of which reachable via heuristic: ==13115== length64 : 592 bytes in 10 blocks ==13115== newarray : 5,976 bytes in 28 blocks ==13115== suppressed: 253,913 bytes in 3,977 blocks ==13115== Reachable blocks (those to which a pointer was found) are not shown. ==13115== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==13115== ==13115== For counts of detected and suppressed errors, rerun with: -v ==13115== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==13122== Memcheck, a memory error detector ==13122== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13122== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13122== Command: ./syncevo-local-sync ==13122== Parent PID: 12978 ==13122== ==13122== ==13122== HEAP SUMMARY: ==13122== in use at exit: 2,491,336 bytes in 25,307 blocks ==13122== total heap usage: 177,248 allocs, 151,941 frees, 34,145,095 bytes allocated ==13122== ==13122== LEAK SUMMARY: ==13122== definitely lost: 0 bytes in 0 blocks ==13122== indirectly lost: 0 bytes in 0 blocks ==13122== possibly lost: 528 bytes in 2 blocks ==13122== still reachable: 2,229,759 bytes in 21,272 blocks ==13122== of which reachable via heuristic: ==13122== length64 : 592 bytes in 10 blocks ==13122== newarray : 5,976 bytes in 28 blocks ==13122== suppressed: 253,937 bytes in 3,977 blocks ==13122== Reachable blocks (those to which a pointer was found) are not shown. ==13122== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==13122== ==13122== For counts of detected and suppressed errors, rerun with: -v ==13122== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==13136== Memcheck, a memory error detector ==13136== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13136== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13136== Command: ./client-test Client::Sync::eds_contact::testAddUpdate ==13136== Parent PID: 111 ==13136== ==13136== ==13136== HEAP SUMMARY: ==13136== in use at exit: 2,941,647 bytes in 30,377 blocks ==13136== total heap usage: 1,373,203 allocs, 1,342,767 frees, 205,830,313 bytes allocated ==13136== ==13136== LEAK SUMMARY: ==13136== definitely lost: 0 bytes in 0 blocks ==13136== indirectly lost: 0 bytes in 0 blocks ==13136== possibly lost: 1,824 bytes in 5 blocks ==13136== still reachable: 2,314,949 bytes in 21,435 blocks ==13136== of which reachable via heuristic: ==13136== length64 : 5,096 bytes in 80 blocks ==13136== newarray : 6,296 bytes in 48 blocks ==13136== suppressed: 534,930 bytes in 8,280 blocks ==13136== Reachable blocks (those to which a pointer was found) are not shown. ==13136== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==13136== ==13136== For counts of detected and suppressed errors, rerun with: -v ==13136== ERROR SUMMARY: 5 errors from 5 contexts (suppressed: 68 from 68) ==1314== Memcheck, a memory error detector ==1314== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1314== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1314== Command: ./client-test Client::Source::davical_carddav::testIterateTwice ==1314== Parent PID: 111 ==1314== ==1314== ==1314== HEAP SUMMARY: ==1314== in use at exit: 355,481 bytes in 4,929 blocks ==1314== total heap usage: 105,504 allocs, 100,521 frees, 15,110,414 bytes allocated ==1314== ==1314== LEAK SUMMARY: ==1314== definitely lost: 0 bytes in 0 blocks ==1314== indirectly lost: 0 bytes in 0 blocks ==1314== possibly lost: 1,392 bytes in 4 blocks ==1314== still reachable: 70,598 bytes in 556 blocks ==1314== of which reachable via heuristic: ==1314== length64 : 1,032 bytes in 18 blocks ==1314== newarray : 5,976 bytes in 28 blocks ==1314== suppressed: 271,971 bytes in 4,285 blocks ==1314== Reachable blocks (those to which a pointer was found) are not shown. ==1314== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1314== ==1314== For counts of detected and suppressed errors, rerun with: -v ==1314== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==13162== Memcheck, a memory error detector ==13162== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13162== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13162== Command: ./syncevo-local-sync ==13162== Parent PID: 13136 ==13162== ==13162== ==13162== HEAP SUMMARY: ==13162== in use at exit: 2,491,336 bytes in 25,307 blocks ==13162== total heap usage: 175,348 allocs, 150,041 frees, 33,919,776 bytes allocated ==13162== ==13162== LEAK SUMMARY: ==13162== definitely lost: 0 bytes in 0 blocks ==13162== indirectly lost: 0 bytes in 0 blocks ==13162== possibly lost: 528 bytes in 2 blocks ==13162== still reachable: 2,229,759 bytes in 21,272 blocks ==13162== of which reachable via heuristic: ==13162== length64 : 592 bytes in 10 blocks ==13162== newarray : 5,976 bytes in 28 blocks ==13162== suppressed: 253,937 bytes in 3,977 blocks ==13162== Reachable blocks (those to which a pointer was found) are not shown. ==13162== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==13162== ==13162== For counts of detected and suppressed errors, rerun with: -v ==13162== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==13177== Memcheck, a memory error detector ==13177== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13177== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13177== Command: ./syncevo-local-sync ==13177== Parent PID: 13136 ==13177== ==13177== ==13177== HEAP SUMMARY: ==13177== in use at exit: 3,279,028 bytes in 27,729 blocks ==13177== total heap usage: 174,063 allocs, 146,334 frees, 32,993,776 bytes allocated ==13177== ==13177== LEAK SUMMARY: ==13177== definitely lost: 0 bytes in 0 blocks ==13177== indirectly lost: 0 bytes in 0 blocks ==13177== possibly lost: 528 bytes in 2 blocks ==13177== still reachable: 3,017,435 bytes in 23,694 blocks ==13177== of which reachable via heuristic: ==13177== length64 : 592 bytes in 10 blocks ==13177== newarray : 12,912 bytes in 223 blocks ==13177== suppressed: 253,953 bytes in 3,977 blocks ==13177== Reachable blocks (those to which a pointer was found) are not shown. ==13177== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==13177== ==13177== For counts of detected and suppressed errors, rerun with: -v ==13177== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1318== Memcheck, a memory error detector ==1318== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1318== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1318== Command: ./client-test Client::Source::davical_carddav::testDelete404 ==1318== Parent PID: 111 ==1318== ==1318== ==1318== HEAP SUMMARY: ==1318== in use at exit: 355,489 bytes in 4,929 blocks ==1318== total heap usage: 106,413 allocs, 101,430 frees, 15,238,924 bytes allocated ==1318== ==1318== LEAK SUMMARY: ==1318== definitely lost: 0 bytes in 0 blocks ==1318== indirectly lost: 0 bytes in 0 blocks ==1318== possibly lost: 1,392 bytes in 4 blocks ==1318== still reachable: 70,662 bytes in 557 blocks ==1318== of which reachable via heuristic: ==1318== length64 : 1,032 bytes in 18 blocks ==1318== newarray : 5,976 bytes in 28 blocks ==1318== suppressed: 271,915 bytes in 4,284 blocks ==1318== Reachable blocks (those to which a pointer was found) are not shown. ==1318== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1318== ==1318== For counts of detected and suppressed errors, rerun with: -v ==1318== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==13185== Memcheck, a memory error detector ==13185== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13185== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13185== Command: ./syncevo-local-sync ==13185== Parent PID: 13136 ==13185== ==13185== ==13185== HEAP SUMMARY: ==13185== in use at exit: 2,491,336 bytes in 25,307 blocks ==13185== total heap usage: 176,047 allocs, 150,740 frees, 33,991,152 bytes allocated ==13185== ==13185== LEAK SUMMARY: ==13185== definitely lost: 0 bytes in 0 blocks ==13185== indirectly lost: 0 bytes in 0 blocks ==13185== possibly lost: 528 bytes in 2 blocks ==13185== still reachable: 2,229,759 bytes in 21,272 blocks ==13185== of which reachable via heuristic: ==13185== length64 : 592 bytes in 10 blocks ==13185== newarray : 5,976 bytes in 28 blocks ==13185== suppressed: 253,937 bytes in 3,977 blocks ==13185== Reachable blocks (those to which a pointer was found) are not shown. ==13185== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==13185== ==13185== For counts of detected and suppressed errors, rerun with: -v ==13185== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==13204== Memcheck, a memory error detector ==13204== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13204== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13204== Command: ./syncevo-local-sync ==13204== Parent PID: 13136 ==13204== ==13204== ==13204== HEAP SUMMARY: ==13204== in use at exit: 2,491,344 bytes in 25,307 blocks ==13204== total heap usage: 186,138 allocs, 160,831 frees, 35,037,725 bytes allocated ==13204== ==13204== LEAK SUMMARY: ==13204== definitely lost: 0 bytes in 0 blocks ==13204== indirectly lost: 0 bytes in 0 blocks ==13204== possibly lost: 528 bytes in 2 blocks ==13204== still reachable: 2,229,759 bytes in 21,272 blocks ==13204== of which reachable via heuristic: ==13204== length64 : 592 bytes in 10 blocks ==13204== newarray : 5,976 bytes in 28 blocks ==13204== suppressed: 253,945 bytes in 3,977 blocks ==13204== Reachable blocks (those to which a pointer was found) are not shown. ==13204== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==13204== ==13204== For counts of detected and suppressed errors, rerun with: -v ==13204== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1322== Memcheck, a memory error detector ==1322== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1322== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1322== Command: ./client-test Client::Source::davical_carddav::testReadItem404 ==1322== Parent PID: 111 ==1322== ==1322== ==1322== HEAP SUMMARY: ==1322== in use at exit: 355,553 bytes in 4,931 blocks ==1322== total heap usage: 106,366 allocs, 101,381 frees, 15,200,986 bytes allocated ==1322== ==1322== LEAK SUMMARY: ==1322== definitely lost: 0 bytes in 0 blocks ==1322== indirectly lost: 0 bytes in 0 blocks ==1322== possibly lost: 1,392 bytes in 4 blocks ==1322== still reachable: 70,662 bytes in 557 blocks ==1322== of which reachable via heuristic: ==1322== length64 : 1,032 bytes in 18 blocks ==1322== newarray : 5,976 bytes in 28 blocks ==1322== suppressed: 271,979 bytes in 4,286 blocks ==1322== Reachable blocks (those to which a pointer was found) are not shown. ==1322== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1322== ==1322== For counts of detected and suppressed errors, rerun with: -v ==1322== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==13221== Memcheck, a memory error detector ==13221== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13221== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13221== Command: ./syncevo-local-sync ==13221== Parent PID: 13136 ==13221== ==13221== ==13221== HEAP SUMMARY: ==13221== in use at exit: 2,491,312 bytes in 25,307 blocks ==13221== total heap usage: 190,838 allocs, 165,531 frees, 35,557,804 bytes allocated ==13221== ==13221== LEAK SUMMARY: ==13221== definitely lost: 0 bytes in 0 blocks ==13221== indirectly lost: 0 bytes in 0 blocks ==13221== possibly lost: 528 bytes in 2 blocks ==13221== still reachable: 2,229,759 bytes in 21,272 blocks ==13221== of which reachable via heuristic: ==13221== length64 : 592 bytes in 10 blocks ==13221== newarray : 5,976 bytes in 28 blocks ==13221== suppressed: 253,913 bytes in 3,977 blocks ==13221== Reachable blocks (those to which a pointer was found) are not shown. ==13221== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==13221== ==13221== For counts of detected and suppressed errors, rerun with: -v ==13221== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==13229== Memcheck, a memory error detector ==13229== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13229== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13229== Command: ./syncevo-local-sync ==13229== Parent PID: 13136 ==13229== ==13229== ==13229== HEAP SUMMARY: ==13229== in use at exit: 2,491,328 bytes in 25,307 blocks ==13229== total heap usage: 183,817 allocs, 158,510 frees, 34,816,968 bytes allocated ==13229== ==13229== LEAK SUMMARY: ==13229== definitely lost: 0 bytes in 0 blocks ==13229== indirectly lost: 0 bytes in 0 blocks ==13229== possibly lost: 528 bytes in 2 blocks ==13229== still reachable: 2,229,759 bytes in 21,272 blocks ==13229== of which reachable via heuristic: ==13229== length64 : 592 bytes in 10 blocks ==13229== newarray : 5,976 bytes in 28 blocks ==13229== suppressed: 253,929 bytes in 3,977 blocks ==13229== Reachable blocks (those to which a pointer was found) are not shown. ==13229== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==13229== ==13229== For counts of detected and suppressed errors, rerun with: -v ==13229== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==13252== Memcheck, a memory error detector ==13252== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13252== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13252== Command: ./client-test Client::Sync::eds_contact::testAddUpdate ==13252== Parent PID: 13136 ==13252== ==13256== Memcheck, a memory error detector ==13256== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13256== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13256== Command: ./client-test Client::Sync::eds_contact::testManyItems ==13256== Parent PID: 111 ==13256== ==13256== ==13256== HEAP SUMMARY: ==13256== in use at exit: 2,939,559 bytes in 30,311 blocks ==13256== total heap usage: 1,661,886 allocs, 1,631,516 frees, 239,661,249 bytes allocated ==13256== ==13256== LEAK SUMMARY: ==13256== definitely lost: 0 bytes in 0 blocks ==13256== indirectly lost: 0 bytes in 0 blocks ==13256== possibly lost: 1,824 bytes in 5 blocks ==13256== still reachable: 2,315,910 bytes in 21,453 blocks ==13256== of which reachable via heuristic: ==13256== length64 : 5,096 bytes in 80 blocks ==13256== newarray : 6,296 bytes in 48 blocks ==13256== suppressed: 531,881 bytes in 8,196 blocks ==13256== Reachable blocks (those to which a pointer was found) are not shown. ==13256== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==13256== ==13256== For counts of detected and suppressed errors, rerun with: -v ==13256== ERROR SUMMARY: 5 errors from 5 contexts (suppressed: 68 from 68) ==1326== Memcheck, a memory error detector ==1326== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1326== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1326== Command: ./client-test Client::Source::davical_carddav::testSimpleInsert ==1326== Parent PID: 111 ==1326== ==1326== ==1326== HEAP SUMMARY: ==1326== in use at exit: 355,642 bytes in 4,929 blocks ==1326== total heap usage: 117,800 allocs, 112,816 frees, 16,585,425 bytes allocated ==1326== ==1326== LEAK SUMMARY: ==1326== definitely lost: 0 bytes in 0 blocks ==1326== indirectly lost: 0 bytes in 0 blocks ==1326== possibly lost: 1,392 bytes in 4 blocks ==1326== still reachable: 70,887 bytes in 558 blocks ==1326== of which reachable via heuristic: ==1326== length64 : 1,032 bytes in 18 blocks ==1326== newarray : 5,976 bytes in 28 blocks ==1326== suppressed: 271,843 bytes in 4,283 blocks ==1326== Reachable blocks (those to which a pointer was found) are not shown. ==1326== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1326== ==1326== For counts of detected and suppressed errors, rerun with: -v ==1326== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==13282== Memcheck, a memory error detector ==13282== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13282== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13282== Command: ./syncevo-local-sync ==13282== Parent PID: 13256 ==13282== ==13282== ==13282== HEAP SUMMARY: ==13282== in use at exit: 2,491,312 bytes in 25,307 blocks ==13282== total heap usage: 182,234 allocs, 156,927 frees, 34,653,943 bytes allocated ==13282== ==13282== LEAK SUMMARY: ==13282== definitely lost: 0 bytes in 0 blocks ==13282== indirectly lost: 0 bytes in 0 blocks ==13282== possibly lost: 528 bytes in 2 blocks ==13282== still reachable: 2,229,759 bytes in 21,272 blocks ==13282== of which reachable via heuristic: ==13282== length64 : 592 bytes in 10 blocks ==13282== newarray : 5,976 bytes in 28 blocks ==13282== suppressed: 253,913 bytes in 3,977 blocks ==13282== Reachable blocks (those to which a pointer was found) are not shown. ==13282== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==13282== ==13282== For counts of detected and suppressed errors, rerun with: -v ==13282== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==13299== Memcheck, a memory error detector ==13299== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13299== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13299== Command: ./syncevo-local-sync ==13299== Parent PID: 13256 ==13299== ==13299== ==13299== HEAP SUMMARY: ==13299== in use at exit: 2,490,613 bytes in 25,288 blocks ==13299== total heap usage: 177,762 allocs, 152,474 frees, 34,204,102 bytes allocated ==13299== ==13299== LEAK SUMMARY: ==13299== definitely lost: 0 bytes in 0 blocks ==13299== indirectly lost: 0 bytes in 0 blocks ==13299== possibly lost: 528 bytes in 2 blocks ==13299== still reachable: 2,229,271 bytes in 21,262 blocks ==13299== of which reachable via heuristic: ==13299== length64 : 592 bytes in 10 blocks ==13299== newarray : 5,976 bytes in 28 blocks ==13299== suppressed: 253,950 bytes in 3,971 blocks ==13299== Reachable blocks (those to which a pointer was found) are not shown. ==13299== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==13299== ==13299== For counts of detected and suppressed errors, rerun with: -v ==13299== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1330== Memcheck, a memory error detector ==1330== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1330== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1330== Command: ./client-test Client::Source::davical_carddav::testLocalDeleteAll ==1330== Parent PID: 111 ==1330== ==1330== ==1330== HEAP SUMMARY: ==1330== in use at exit: 355,722 bytes in 4,931 blocks ==1330== total heap usage: 145,446 allocs, 140,458 frees, 20,337,181 bytes allocated ==1330== ==1330== LEAK SUMMARY: ==1330== definitely lost: 0 bytes in 0 blocks ==1330== indirectly lost: 0 bytes in 0 blocks ==1330== possibly lost: 1,392 bytes in 4 blocks ==1330== still reachable: 70,887 bytes in 558 blocks ==1330== of which reachable via heuristic: ==1330== length64 : 1,032 bytes in 18 blocks ==1330== newarray : 5,976 bytes in 28 blocks ==1330== suppressed: 271,923 bytes in 4,285 blocks ==1330== Reachable blocks (those to which a pointer was found) are not shown. ==1330== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1330== ==1330== For counts of detected and suppressed errors, rerun with: -v ==1330== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==13312== Memcheck, a memory error detector ==13312== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13312== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13312== Command: ./syncevo-local-sync ==13312== Parent PID: 13256 ==13312== ==13312== ==13312== HEAP SUMMARY: ==13312== in use at exit: 2,491,336 bytes in 25,307 blocks ==13312== total heap usage: 275,644 allocs, 250,337 frees, 44,828,770 bytes allocated ==13312== ==13312== LEAK SUMMARY: ==13312== definitely lost: 0 bytes in 0 blocks ==13312== indirectly lost: 0 bytes in 0 blocks ==13312== possibly lost: 528 bytes in 2 blocks ==13312== still reachable: 2,229,759 bytes in 21,272 blocks ==13312== of which reachable via heuristic: ==13312== length64 : 592 bytes in 10 blocks ==13312== newarray : 5,976 bytes in 28 blocks ==13312== suppressed: 253,937 bytes in 3,977 blocks ==13312== Reachable blocks (those to which a pointer was found) are not shown. ==13312== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==13312== ==13312== For counts of detected and suppressed errors, rerun with: -v ==13312== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==13321== Memcheck, a memory error detector ==13321== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13321== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13321== Command: ./syncevo-local-sync ==13321== Parent PID: 13256 ==13321== ==13321== ==13321== HEAP SUMMARY: ==13321== in use at exit: 2,491,320 bytes in 25,307 blocks ==13321== total heap usage: 239,989 allocs, 214,682 frees, 41,051,259 bytes allocated ==13321== ==13321== LEAK SUMMARY: ==13321== definitely lost: 0 bytes in 0 blocks ==13321== indirectly lost: 0 bytes in 0 blocks ==13321== possibly lost: 528 bytes in 2 blocks ==13321== still reachable: 2,229,759 bytes in 21,272 blocks ==13321== of which reachable via heuristic: ==13321== length64 : 592 bytes in 10 blocks ==13321== newarray : 5,976 bytes in 28 blocks ==13321== suppressed: 253,921 bytes in 3,977 blocks ==13321== Reachable blocks (those to which a pointer was found) are not shown. ==13321== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==13321== ==13321== For counts of detected and suppressed errors, rerun with: -v ==13321== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==13330== Memcheck, a memory error detector ==13330== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13330== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13330== Command: ./syncevo-local-sync ==13330== Parent PID: 13256 ==13330== ==13330== ==13330== HEAP SUMMARY: ==13330== in use at exit: 2,491,328 bytes in 25,307 blocks ==13330== total heap usage: 239,616 allocs, 214,309 frees, 41,020,136 bytes allocated ==13330== ==13330== LEAK SUMMARY: ==13330== definitely lost: 0 bytes in 0 blocks ==13330== indirectly lost: 0 bytes in 0 blocks ==13330== possibly lost: 528 bytes in 2 blocks ==13330== still reachable: 2,229,759 bytes in 21,272 blocks ==13330== of which reachable via heuristic: ==13330== length64 : 592 bytes in 10 blocks ==13330== newarray : 5,976 bytes in 28 blocks ==13330== suppressed: 253,929 bytes in 3,977 blocks ==13330== Reachable blocks (those to which a pointer was found) are not shown. ==13330== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==13330== ==13330== For counts of detected and suppressed errors, rerun with: -v ==13330== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==13339== Memcheck, a memory error detector ==13339== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13339== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13339== Command: ./syncevo-local-sync ==13339== Parent PID: 13256 ==13339== ==13339== ==13339== HEAP SUMMARY: ==13339== in use at exit: 2,491,344 bytes in 25,307 blocks ==13339== total heap usage: 237,903 allocs, 212,596 frees, 40,882,594 bytes allocated ==13339== ==13339== LEAK SUMMARY: ==13339== definitely lost: 0 bytes in 0 blocks ==13339== indirectly lost: 0 bytes in 0 blocks ==13339== possibly lost: 528 bytes in 2 blocks ==13339== still reachable: 2,229,759 bytes in 21,272 blocks ==13339== of which reachable via heuristic: ==13339== length64 : 592 bytes in 10 blocks ==13339== newarray : 5,976 bytes in 28 blocks ==13339== suppressed: 253,945 bytes in 3,977 blocks ==13339== Reachable blocks (those to which a pointer was found) are not shown. ==13339== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==13339== ==13339== For counts of detected and suppressed errors, rerun with: -v ==13339== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1334== Memcheck, a memory error detector ==1334== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1334== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1334== Command: ./client-test Client::Source::davical_carddav::testComplexInsert ==1334== Parent PID: 111 ==1334== ==1334== ==1334== HEAP SUMMARY: ==1334== in use at exit: 355,642 bytes in 4,929 blocks ==1334== total heap usage: 141,864 allocs, 136,877 frees, 17,950,343 bytes allocated ==1334== ==1334== LEAK SUMMARY: ==1334== definitely lost: 0 bytes in 0 blocks ==1334== indirectly lost: 0 bytes in 0 blocks ==1334== possibly lost: 1,392 bytes in 4 blocks ==1334== still reachable: 70,887 bytes in 558 blocks ==1334== of which reachable via heuristic: ==1334== length64 : 1,032 bytes in 18 blocks ==1334== newarray : 5,976 bytes in 28 blocks ==1334== suppressed: 271,843 bytes in 4,283 blocks ==1334== Reachable blocks (those to which a pointer was found) are not shown. ==1334== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1334== ==1334== For counts of detected and suppressed errors, rerun with: -v ==1334== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==13362== Memcheck, a memory error detector ==13362== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13362== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13362== Command: ./client-test Client::Sync::eds_contact::testManyItems ==13362== Parent PID: 13256 ==13362== ==13366== Memcheck, a memory error detector ==13366== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13366== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13366== Command: ./client-test Client::Sync::eds_contact::testManyDeletes ==13366== Parent PID: 111 ==13366== ==13366== ==13366== HEAP SUMMARY: ==13366== in use at exit: 2,933,849 bytes in 30,248 blocks ==13366== total heap usage: 2,167,042 allocs, 2,136,733 frees, 299,069,422 bytes allocated ==13366== ==13366== LEAK SUMMARY: ==13366== definitely lost: 0 bytes in 0 blocks ==13366== indirectly lost: 0 bytes in 0 blocks ==13366== possibly lost: 1,392 bytes in 4 blocks ==13366== still reachable: 2,312,021 bytes in 21,423 blocks ==13366== of which reachable via heuristic: ==13366== length64 : 5,096 bytes in 80 blocks ==13366== newarray : 6,296 bytes in 48 blocks ==13366== suppressed: 530,492 bytes in 8,164 blocks ==13366== Reachable blocks (those to which a pointer was found) are not shown. ==13366== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==13366== ==13366== For counts of detected and suppressed errors, rerun with: -v ==13366== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==1338== Memcheck, a memory error detector ==1338== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1338== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1338== Command: ./client-test Client::Source::davical_carddav::testLocalUpdate ==1338== Parent PID: 111 ==1338== ==1338== ==1338== HEAP SUMMARY: ==1338== in use at exit: 355,706 bytes in 4,931 blocks ==1338== total heap usage: 153,146 allocs, 148,156 frees, 19,176,176 bytes allocated ==1338== ==1338== LEAK SUMMARY: ==1338== definitely lost: 0 bytes in 0 blocks ==1338== indirectly lost: 0 bytes in 0 blocks ==1338== possibly lost: 1,392 bytes in 4 blocks ==1338== still reachable: 70,887 bytes in 558 blocks ==1338== of which reachable via heuristic: ==1338== length64 : 1,032 bytes in 18 blocks ==1338== newarray : 5,976 bytes in 28 blocks ==1338== suppressed: 271,907 bytes in 4,285 blocks ==1338== Reachable blocks (those to which a pointer was found) are not shown. ==1338== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1338== ==1338== For counts of detected and suppressed errors, rerun with: -v ==1338== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==13392== Memcheck, a memory error detector ==13392== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13392== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13392== Command: ./syncevo-local-sync ==13392== Parent PID: 13366 ==13392== ==13392== ==13392== HEAP SUMMARY: ==13392== in use at exit: 2,491,328 bytes in 25,307 blocks ==13392== total heap usage: 237,891 allocs, 212,584 frees, 40,862,295 bytes allocated ==13392== ==13392== LEAK SUMMARY: ==13392== definitely lost: 0 bytes in 0 blocks ==13392== indirectly lost: 0 bytes in 0 blocks ==13392== possibly lost: 528 bytes in 2 blocks ==13392== still reachable: 2,229,759 bytes in 21,272 blocks ==13392== of which reachable via heuristic: ==13392== length64 : 592 bytes in 10 blocks ==13392== newarray : 5,976 bytes in 28 blocks ==13392== suppressed: 253,929 bytes in 3,977 blocks ==13392== Reachable blocks (those to which a pointer was found) are not shown. ==13392== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==13392== ==13392== For counts of detected and suppressed errors, rerun with: -v ==13392== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==134== Memcheck, a memory error detector ==134== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==134== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==134== Command: ./client-test Client::Source::davical_caldav::testReadItem404 ==134== Parent PID: 111 ==134== ==134== ==134== HEAP SUMMARY: ==134== in use at exit: 515,469 bytes in 5,591 blocks ==134== total heap usage: 110,554 allocs, 104,909 frees, 17,967,134 bytes allocated ==134== ==134== LEAK SUMMARY: ==134== definitely lost: 0 bytes in 0 blocks ==134== indirectly lost: 0 bytes in 0 blocks ==134== possibly lost: 1,392 bytes in 4 blocks ==134== still reachable: 230,587 bytes in 1,217 blocks ==134== of which reachable via heuristic: ==134== length64 : 1,032 bytes in 18 blocks ==134== newarray : 5,976 bytes in 28 blocks ==134== suppressed: 271,970 bytes in 4,286 blocks ==134== Reachable blocks (those to which a pointer was found) are not shown. ==134== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==134== ==134== For counts of detected and suppressed errors, rerun with: -v ==134== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==13410== Memcheck, a memory error detector ==13410== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13410== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13410== Command: ./syncevo-local-sync ==13410== Parent PID: 13366 ==13410== ==13410== ==13410== HEAP SUMMARY: ==13410== in use at exit: 2,491,328 bytes in 25,307 blocks ==13410== total heap usage: 189,354 allocs, 164,047 frees, 35,416,621 bytes allocated ==13410== ==13410== LEAK SUMMARY: ==13410== definitely lost: 0 bytes in 0 blocks ==13410== indirectly lost: 0 bytes in 0 blocks ==13410== possibly lost: 528 bytes in 2 blocks ==13410== still reachable: 2,229,759 bytes in 21,272 blocks ==13410== of which reachable via heuristic: ==13410== length64 : 592 bytes in 10 blocks ==13410== newarray : 5,976 bytes in 28 blocks ==13410== suppressed: 253,929 bytes in 3,977 blocks ==13410== Reachable blocks (those to which a pointer was found) are not shown. ==13410== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==13410== ==13410== For counts of detected and suppressed errors, rerun with: -v ==13410== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1342== Memcheck, a memory error detector ==1342== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1342== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1342== Command: ./client-test Client::Source::davical_carddav::testChanges ==1342== Parent PID: 111 ==1342== ==1342== ==1342== HEAP SUMMARY: ==1342== in use at exit: 353,138 bytes in 4,926 blocks ==1342== total heap usage: 469,340 allocs, 464,323 frees, 50,217,688 bytes allocated ==1342== ==1342== LEAK SUMMARY: ==1342== definitely lost: 0 bytes in 0 blocks ==1342== indirectly lost: 0 bytes in 0 blocks ==1342== possibly lost: 960 bytes in 3 blocks ==1342== still reachable: 68,783 bytes in 556 blocks ==1342== of which reachable via heuristic: ==1342== length64 : 1,032 bytes in 18 blocks ==1342== newarray : 5,976 bytes in 28 blocks ==1342== suppressed: 271,875 bytes in 4,283 blocks ==1342== Reachable blocks (those to which a pointer was found) are not shown. ==1342== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1342== ==1342== For counts of detected and suppressed errors, rerun with: -v ==1342== ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 67 from 67) ==13423== Memcheck, a memory error detector ==13423== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13423== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13423== Command: ./syncevo-local-sync ==13423== Parent PID: 13366 ==13423== ==13423== ==13423== HEAP SUMMARY: ==13423== in use at exit: 2,491,336 bytes in 25,307 blocks ==13423== total heap usage: 267,753 allocs, 242,446 frees, 41,706,622 bytes allocated ==13423== ==13423== LEAK SUMMARY: ==13423== definitely lost: 0 bytes in 0 blocks ==13423== indirectly lost: 0 bytes in 0 blocks ==13423== possibly lost: 528 bytes in 2 blocks ==13423== still reachable: 2,229,759 bytes in 21,272 blocks ==13423== of which reachable via heuristic: ==13423== length64 : 592 bytes in 10 blocks ==13423== newarray : 5,976 bytes in 28 blocks ==13423== suppressed: 253,937 bytes in 3,977 blocks ==13423== Reachable blocks (those to which a pointer was found) are not shown. ==13423== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==13423== ==13423== For counts of detected and suppressed errors, rerun with: -v ==13423== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==13432== Memcheck, a memory error detector ==13432== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13432== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13432== Command: ./syncevo-local-sync ==13432== Parent PID: 13366 ==13432== ==13432== ==13432== HEAP SUMMARY: ==13432== in use at exit: 2,491,328 bytes in 25,307 blocks ==13432== total heap usage: 238,705 allocs, 213,398 frees, 40,442,714 bytes allocated ==13432== ==13432== LEAK SUMMARY: ==13432== definitely lost: 0 bytes in 0 blocks ==13432== indirectly lost: 0 bytes in 0 blocks ==13432== possibly lost: 528 bytes in 2 blocks ==13432== still reachable: 2,229,759 bytes in 21,272 blocks ==13432== of which reachable via heuristic: ==13432== length64 : 592 bytes in 10 blocks ==13432== newarray : 5,976 bytes in 28 blocks ==13432== suppressed: 253,929 bytes in 3,977 blocks ==13432== Reachable blocks (those to which a pointer was found) are not shown. ==13432== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==13432== ==13432== For counts of detected and suppressed errors, rerun with: -v ==13432== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==13441== Memcheck, a memory error detector ==13441== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13441== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13441== Command: ./syncevo-local-sync ==13441== Parent PID: 13366 ==13441== ==13441== ==13441== HEAP SUMMARY: ==13441== in use at exit: 2,491,336 bytes in 25,307 blocks ==13441== total heap usage: 238,728 allocs, 213,421 frees, 40,438,405 bytes allocated ==13441== ==13441== LEAK SUMMARY: ==13441== definitely lost: 0 bytes in 0 blocks ==13441== indirectly lost: 0 bytes in 0 blocks ==13441== possibly lost: 528 bytes in 2 blocks ==13441== still reachable: 2,229,759 bytes in 21,272 blocks ==13441== of which reachable via heuristic: ==13441== length64 : 592 bytes in 10 blocks ==13441== newarray : 5,976 bytes in 28 blocks ==13441== suppressed: 253,937 bytes in 3,977 blocks ==13441== Reachable blocks (those to which a pointer was found) are not shown. ==13441== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==13441== ==13441== For counts of detected and suppressed errors, rerun with: -v ==13441== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==13450== Memcheck, a memory error detector ==13450== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13450== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13450== Command: ./syncevo-local-sync ==13450== Parent PID: 13366 ==13450== ==13450== ==13450== HEAP SUMMARY: ==13450== in use at exit: 2,491,344 bytes in 25,307 blocks ==13450== total heap usage: 236,651 allocs, 211,344 frees, 38,637,514 bytes allocated ==13450== ==13450== LEAK SUMMARY: ==13450== definitely lost: 0 bytes in 0 blocks ==13450== indirectly lost: 0 bytes in 0 blocks ==13450== possibly lost: 528 bytes in 2 blocks ==13450== still reachable: 2,229,759 bytes in 21,272 blocks ==13450== of which reachable via heuristic: ==13450== length64 : 592 bytes in 10 blocks ==13450== newarray : 5,976 bytes in 28 blocks ==13450== suppressed: 253,945 bytes in 3,977 blocks ==13450== Reachable blocks (those to which a pointer was found) are not shown. ==13450== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==13450== ==13450== For counts of detected and suppressed errors, rerun with: -v ==13450== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1346== Memcheck, a memory error detector ==1346== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1346== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1346== Command: ./client-test Client::Source::davical_carddav::testChangesMultiCycles ==1346== Parent PID: 111 ==1346== ==1346== ==1346== HEAP SUMMARY: ==1346== in use at exit: 353,138 bytes in 4,926 blocks ==1346== total heap usage: 377,850 allocs, 372,846 frees, 43,275,138 bytes allocated ==1346== ==1346== LEAK SUMMARY: ==1346== definitely lost: 0 bytes in 0 blocks ==1346== indirectly lost: 0 bytes in 0 blocks ==1346== possibly lost: 960 bytes in 3 blocks ==1346== still reachable: 68,783 bytes in 556 blocks ==1346== of which reachable via heuristic: ==1346== length64 : 1,032 bytes in 18 blocks ==1346== newarray : 5,976 bytes in 28 blocks ==1346== suppressed: 271,875 bytes in 4,283 blocks ==1346== Reachable blocks (those to which a pointer was found) are not shown. ==1346== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1346== ==1346== For counts of detected and suppressed errors, rerun with: -v ==1346== ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 67 from 67) ==13473== Memcheck, a memory error detector ==13473== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13473== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13473== Command: ./client-test Client::Sync::eds_contact::testManyDeletes ==13473== Parent PID: 13366 ==13473== ==13486== Memcheck, a memory error detector ==13486== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13486== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13486== Command: ./syncevo-local-sync ==13486== Parent PID: 13366 ==13486== ==13486== ==13486== HEAP SUMMARY: ==13486== in use at exit: 2,491,312 bytes in 25,307 blocks ==13486== total heap usage: 189,362 allocs, 164,055 frees, 32,404,008 bytes allocated ==13486== ==13486== LEAK SUMMARY: ==13486== definitely lost: 0 bytes in 0 blocks ==13486== indirectly lost: 0 bytes in 0 blocks ==13486== possibly lost: 528 bytes in 2 blocks ==13486== still reachable: 2,229,759 bytes in 21,272 blocks ==13486== of which reachable via heuristic: ==13486== length64 : 592 bytes in 10 blocks ==13486== newarray : 5,976 bytes in 28 blocks ==13486== suppressed: 253,913 bytes in 3,977 blocks ==13486== Reachable blocks (those to which a pointer was found) are not shown. ==13486== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==13486== ==13486== For counts of detected and suppressed errors, rerun with: -v ==13486== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==13493== Memcheck, a memory error detector ==13493== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13493== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13493== Command: ./syncevo-local-sync ==13493== Parent PID: 13366 ==13493== ==13493== ==13493== HEAP SUMMARY: ==13493== in use at exit: 2,491,312 bytes in 25,307 blocks ==13493== total heap usage: 176,426 allocs, 151,119 frees, 31,039,486 bytes allocated ==13493== ==13493== LEAK SUMMARY: ==13493== definitely lost: 0 bytes in 0 blocks ==13493== indirectly lost: 0 bytes in 0 blocks ==13493== possibly lost: 528 bytes in 2 blocks ==13493== still reachable: 2,229,759 bytes in 21,272 blocks ==13493== of which reachable via heuristic: ==13493== length64 : 592 bytes in 10 blocks ==13493== newarray : 5,976 bytes in 28 blocks ==13493== suppressed: 253,913 bytes in 3,977 blocks ==13493== Reachable blocks (those to which a pointer was found) are not shown. ==13493== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==13493== ==13493== For counts of detected and suppressed errors, rerun with: -v ==13493== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1350== Memcheck, a memory error detector ==1350== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1350== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1350== Command: ./client-test Client::Source::davical_carddav::testImport ==1350== Parent PID: 111 ==1350== ==1350== ==1350== HEAP SUMMARY: ==1350== in use at exit: 355,642 bytes in 4,929 blocks ==1350== total heap usage: 181,486 allocs, 176,500 frees, 29,561,548 bytes allocated ==1350== ==1350== LEAK SUMMARY: ==1350== definitely lost: 0 bytes in 0 blocks ==1350== indirectly lost: 0 bytes in 0 blocks ==1350== possibly lost: 1,392 bytes in 4 blocks ==1350== still reachable: 70,887 bytes in 558 blocks ==1350== of which reachable via heuristic: ==1350== length64 : 1,032 bytes in 18 blocks ==1350== newarray : 5,976 bytes in 28 blocks ==1350== suppressed: 271,843 bytes in 4,283 blocks ==1350== Reachable blocks (those to which a pointer was found) are not shown. ==1350== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1350== ==1350== For counts of detected and suppressed errors, rerun with: -v ==1350== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==13501== Memcheck, a memory error detector ==13501== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13501== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13501== Command: ./client-test Client::Sync::eds_contact::testSlowSyncSemantic ==13501== Parent PID: 111 ==13501== ==13501== ==13501== HEAP SUMMARY: ==13501== in use at exit: 2,937,858 bytes in 30,283 blocks ==13501== total heap usage: 2,268,235 allocs, 2,237,888 frees, 350,949,885 bytes allocated ==13501== ==13501== LEAK SUMMARY: ==13501== definitely lost: 0 bytes in 0 blocks ==13501== indirectly lost: 0 bytes in 0 blocks ==13501== possibly lost: 1,824 bytes in 5 blocks ==13501== still reachable: 2,314,473 bytes in 21,430 blocks ==13501== of which reachable via heuristic: ==13501== length64 : 5,096 bytes in 80 blocks ==13501== newarray : 6,296 bytes in 48 blocks ==13501== suppressed: 531,617 bytes in 8,191 blocks ==13501== Reachable blocks (those to which a pointer was found) are not shown. ==13501== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==13501== ==13501== For counts of detected and suppressed errors, rerun with: -v ==13501== ERROR SUMMARY: 5 errors from 5 contexts (suppressed: 68 from 68) ==13527== Memcheck, a memory error detector ==13527== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13527== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13527== Command: ./syncevo-local-sync ==13527== Parent PID: 13501 ==13527== ==13527== ==13527== HEAP SUMMARY: ==13527== in use at exit: 2,491,312 bytes in 25,307 blocks ==13527== total heap usage: 175,385 allocs, 150,078 frees, 33,943,800 bytes allocated ==13527== ==13527== LEAK SUMMARY: ==13527== definitely lost: 0 bytes in 0 blocks ==13527== indirectly lost: 0 bytes in 0 blocks ==13527== possibly lost: 528 bytes in 2 blocks ==13527== still reachable: 2,229,759 bytes in 21,272 blocks ==13527== of which reachable via heuristic: ==13527== length64 : 592 bytes in 10 blocks ==13527== newarray : 5,976 bytes in 28 blocks ==13527== suppressed: 253,913 bytes in 3,977 blocks ==13527== Reachable blocks (those to which a pointer was found) are not shown. ==13527== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==13527== ==13527== For counts of detected and suppressed errors, rerun with: -v ==13527== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1354== Memcheck, a memory error detector ==1354== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1354== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1354== Command: ./client-test Client::Source::davical_carddav::testImport ==1354== Parent PID: 1350 ==1354== ==13542== Memcheck, a memory error detector ==13542== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13542== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13542== Command: ./syncevo-local-sync ==13542== Parent PID: 13501 ==13542== ==13542== ==13542== HEAP SUMMARY: ==13542== in use at exit: 3,279,036 bytes in 27,729 blocks ==13542== total heap usage: 174,056 allocs, 146,327 frees, 32,994,060 bytes allocated ==13542== ==13542== LEAK SUMMARY: ==13542== definitely lost: 0 bytes in 0 blocks ==13542== indirectly lost: 0 bytes in 0 blocks ==13542== possibly lost: 528 bytes in 2 blocks ==13542== still reachable: 3,017,483 bytes in 23,694 blocks ==13542== of which reachable via heuristic: ==13542== length64 : 592 bytes in 10 blocks ==13542== newarray : 12,912 bytes in 223 blocks ==13542== suppressed: 253,913 bytes in 3,977 blocks ==13542== Reachable blocks (those to which a pointer was found) are not shown. ==13542== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==13542== ==13542== For counts of detected and suppressed errors, rerun with: -v ==13542== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==13560== Memcheck, a memory error detector ==13560== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13560== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13560== Command: ./syncevo-local-sync ==13560== Parent PID: 13501 ==13560== ==13560== ==13560== HEAP SUMMARY: ==13560== in use at exit: 2,491,312 bytes in 25,307 blocks ==13560== total heap usage: 175,348 allocs, 150,041 frees, 33,920,444 bytes allocated ==13560== ==13560== LEAK SUMMARY: ==13560== definitely lost: 0 bytes in 0 blocks ==13560== indirectly lost: 0 bytes in 0 blocks ==13560== possibly lost: 528 bytes in 2 blocks ==13560== still reachable: 2,229,759 bytes in 21,272 blocks ==13560== of which reachable via heuristic: ==13560== length64 : 592 bytes in 10 blocks ==13560== newarray : 5,976 bytes in 28 blocks ==13560== suppressed: 253,913 bytes in 3,977 blocks ==13560== Reachable blocks (those to which a pointer was found) are not shown. ==13560== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==13560== ==13560== For counts of detected and suppressed errors, rerun with: -v ==13560== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==13575== Memcheck, a memory error detector ==13575== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13575== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13575== Command: ./syncevo-local-sync ==13575== Parent PID: 13501 ==13575== ==13575== ==13575== HEAP SUMMARY: ==13575== in use at exit: 3,279,016 bytes in 27,729 blocks ==13575== total heap usage: 174,058 allocs, 146,329 frees, 32,993,543 bytes allocated ==13575== ==13575== LEAK SUMMARY: ==13575== definitely lost: 0 bytes in 0 blocks ==13575== indirectly lost: 0 bytes in 0 blocks ==13575== possibly lost: 528 bytes in 2 blocks ==13575== still reachable: 3,017,463 bytes in 23,694 blocks ==13575== of which reachable via heuristic: ==13575== length64 : 592 bytes in 10 blocks ==13575== newarray : 12,912 bytes in 223 blocks ==13575== suppressed: 253,913 bytes in 3,977 blocks ==13575== Reachable blocks (those to which a pointer was found) are not shown. ==13575== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==13575== ==13575== For counts of detected and suppressed errors, rerun with: -v ==13575== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==13593== Memcheck, a memory error detector ==13593== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13593== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13593== Command: ./syncevo-local-sync ==13593== Parent PID: 13501 ==13593== ==13593== ==13593== HEAP SUMMARY: ==13593== in use at exit: 2,491,320 bytes in 25,307 blocks ==13593== total heap usage: 186,157 allocs, 160,850 frees, 35,039,857 bytes allocated ==13593== ==13593== LEAK SUMMARY: ==13593== definitely lost: 0 bytes in 0 blocks ==13593== indirectly lost: 0 bytes in 0 blocks ==13593== possibly lost: 528 bytes in 2 blocks ==13593== still reachable: 2,229,759 bytes in 21,272 blocks ==13593== of which reachable via heuristic: ==13593== length64 : 592 bytes in 10 blocks ==13593== newarray : 5,976 bytes in 28 blocks ==13593== suppressed: 253,921 bytes in 3,977 blocks ==13593== Reachable blocks (those to which a pointer was found) are not shown. ==13593== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==13593== ==13593== For counts of detected and suppressed errors, rerun with: -v ==13593== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==13601== Memcheck, a memory error detector ==13601== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13601== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13601== Command: ./syncevo-local-sync ==13601== Parent PID: 13501 ==13601== ==13601== ==13601== HEAP SUMMARY: ==13601== in use at exit: 2,491,328 bytes in 25,307 blocks ==13601== total heap usage: 183,823 allocs, 158,516 frees, 34,838,087 bytes allocated ==13601== ==13601== LEAK SUMMARY: ==13601== definitely lost: 0 bytes in 0 blocks ==13601== indirectly lost: 0 bytes in 0 blocks ==13601== possibly lost: 528 bytes in 2 blocks ==13601== still reachable: 2,229,759 bytes in 21,272 blocks ==13601== of which reachable via heuristic: ==13601== length64 : 592 bytes in 10 blocks ==13601== newarray : 5,976 bytes in 28 blocks ==13601== suppressed: 253,929 bytes in 3,977 blocks ==13601== Reachable blocks (those to which a pointer was found) are not shown. ==13601== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==13601== ==13601== For counts of detected and suppressed errors, rerun with: -v ==13601== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1362== Memcheck, a memory error detector ==1362== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1362== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1362== Command: ./client-test Client::Source::davical_carddav::testImportDelete ==1362== Parent PID: 111 ==1362== ==1362== ==1362== HEAP SUMMARY: ==1362== in use at exit: 355,642 bytes in 4,929 blocks ==1362== total heap usage: 217,887 allocs, 212,899 frees, 39,146,737 bytes allocated ==1362== ==1362== LEAK SUMMARY: ==1362== definitely lost: 0 bytes in 0 blocks ==1362== indirectly lost: 0 bytes in 0 blocks ==1362== possibly lost: 1,392 bytes in 4 blocks ==1362== still reachable: 70,887 bytes in 558 blocks ==1362== of which reachable via heuristic: ==1362== length64 : 1,032 bytes in 18 blocks ==1362== newarray : 5,976 bytes in 28 blocks ==1362== suppressed: 271,843 bytes in 4,283 blocks ==1362== Reachable blocks (those to which a pointer was found) are not shown. ==1362== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1362== ==1362== For counts of detected and suppressed errors, rerun with: -v ==1362== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==13624== Memcheck, a memory error detector ==13624== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13624== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13624== Command: ./client-test Client::Sync::eds_contact::testSlowSyncSemantic ==13624== Parent PID: 13501 ==13624== ==13628== Memcheck, a memory error detector ==13628== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13628== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13628== Command: ./syncevo-local-sync ==13628== Parent PID: 13501 ==13628== ==13628== ==13628== HEAP SUMMARY: ==13628== in use at exit: 2,491,328 bytes in 25,307 blocks ==13628== total heap usage: 182,241 allocs, 156,934 frees, 34,653,556 bytes allocated ==13628== ==13628== LEAK SUMMARY: ==13628== definitely lost: 0 bytes in 0 blocks ==13628== indirectly lost: 0 bytes in 0 blocks ==13628== possibly lost: 528 bytes in 2 blocks ==13628== still reachable: 2,229,759 bytes in 21,272 blocks ==13628== of which reachable via heuristic: ==13628== length64 : 592 bytes in 10 blocks ==13628== newarray : 5,976 bytes in 28 blocks ==13628== suppressed: 253,929 bytes in 3,977 blocks ==13628== Reachable blocks (those to which a pointer was found) are not shown. ==13628== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==13628== ==13628== For counts of detected and suppressed errors, rerun with: -v ==13628== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==13636== Memcheck, a memory error detector ==13636== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13636== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13636== Command: ./syncevo-local-sync ==13636== Parent PID: 13501 ==13636== ==13636== ==13636== HEAP SUMMARY: ==13636== in use at exit: 3,281,934 bytes in 27,736 blocks ==13636== total heap usage: 174,599 allocs, 146,863 frees, 33,064,587 bytes allocated ==13636== ==13636== LEAK SUMMARY: ==13636== definitely lost: 0 bytes in 0 blocks ==13636== indirectly lost: 0 bytes in 0 blocks ==13636== possibly lost: 528 bytes in 2 blocks ==13636== still reachable: 3,020,349 bytes in 23,701 blocks ==13636== of which reachable via heuristic: ==13636== length64 : 592 bytes in 10 blocks ==13636== newarray : 12,912 bytes in 223 blocks ==13636== suppressed: 253,945 bytes in 3,977 blocks ==13636== Reachable blocks (those to which a pointer was found) are not shown. ==13636== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==13636== ==13636== For counts of detected and suppressed errors, rerun with: -v ==13636== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==13653== Memcheck, a memory error detector ==13653== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13653== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13653== Command: ./syncevo-local-sync ==13653== Parent PID: 13501 ==13653== ==13653== ==13653== HEAP SUMMARY: ==13653== in use at exit: 2,491,328 bytes in 25,307 blocks ==13653== total heap usage: 177,712 allocs, 152,405 frees, 34,179,413 bytes allocated ==13653== ==13653== LEAK SUMMARY: ==13653== definitely lost: 0 bytes in 0 blocks ==13653== indirectly lost: 0 bytes in 0 blocks ==13653== possibly lost: 528 bytes in 2 blocks ==13653== still reachable: 2,229,759 bytes in 21,272 blocks ==13653== of which reachable via heuristic: ==13653== length64 : 592 bytes in 10 blocks ==13653== newarray : 5,976 bytes in 28 blocks ==13653== suppressed: 253,929 bytes in 3,977 blocks ==13653== Reachable blocks (those to which a pointer was found) are not shown. ==13653== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==13653== ==13653== For counts of detected and suppressed errors, rerun with: -v ==13653== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1366== Memcheck, a memory error detector ==1366== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1366== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1366== Command: ./client-test Client::Source::davical_carddav::testImportDelete ==1366== Parent PID: 1362 ==1366== ==13660== Memcheck, a memory error detector ==13660== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13660== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13660== Command: ./syncevo-local-sync ==13660== Parent PID: 13501 ==13660== ==13660== ==13660== HEAP SUMMARY: ==13660== in use at exit: 2,491,312 bytes in 25,307 blocks ==13660== total heap usage: 176,050 allocs, 150,743 frees, 34,012,190 bytes allocated ==13660== ==13660== LEAK SUMMARY: ==13660== definitely lost: 0 bytes in 0 blocks ==13660== indirectly lost: 0 bytes in 0 blocks ==13660== possibly lost: 528 bytes in 2 blocks ==13660== still reachable: 2,229,759 bytes in 21,272 blocks ==13660== of which reachable via heuristic: ==13660== length64 : 592 bytes in 10 blocks ==13660== newarray : 5,976 bytes in 28 blocks ==13660== suppressed: 253,913 bytes in 3,977 blocks ==13660== Reachable blocks (those to which a pointer was found) are not shown. ==13660== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==13660== ==13660== For counts of detected and suppressed errors, rerun with: -v ==13660== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==13668== Memcheck, a memory error detector ==13668== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13668== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13668== Command: ./syncevo-local-sync ==13668== Parent PID: 13501 ==13668== ==13668== ==13668== HEAP SUMMARY: ==13668== in use at exit: 2,491,336 bytes in 25,307 blocks ==13668== total heap usage: 177,191 allocs, 151,884 frees, 34,121,808 bytes allocated ==13668== ==13668== LEAK SUMMARY: ==13668== definitely lost: 0 bytes in 0 blocks ==13668== indirectly lost: 0 bytes in 0 blocks ==13668== possibly lost: 528 bytes in 2 blocks ==13668== still reachable: 2,229,759 bytes in 21,272 blocks ==13668== of which reachable via heuristic: ==13668== length64 : 592 bytes in 10 blocks ==13668== newarray : 5,976 bytes in 28 blocks ==13668== suppressed: 253,937 bytes in 3,977 blocks ==13668== Reachable blocks (those to which a pointer was found) are not shown. ==13668== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==13668== ==13668== For counts of detected and suppressed errors, rerun with: -v ==13668== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==13678== Memcheck, a memory error detector ==13678== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13678== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13678== Command: ./client-test Client::Sync::eds_contact::testComplexRefreshFromServerSemantic ==13678== Parent PID: 111 ==13678== ==13678== ==13678== HEAP SUMMARY: ==13678== in use at exit: 2,935,154 bytes in 30,274 blocks ==13678== total heap usage: 1,994,926 allocs, 1,964,590 frees, 298,476,428 bytes allocated ==13678== ==13678== LEAK SUMMARY: ==13678== definitely lost: 0 bytes in 0 blocks ==13678== indirectly lost: 0 bytes in 0 blocks ==13678== possibly lost: 1,392 bytes in 4 blocks ==13678== still reachable: 2,312,285 bytes in 21,425 blocks ==13678== of which reachable via heuristic: ==13678== length64 : 5,096 bytes in 80 blocks ==13678== newarray : 6,296 bytes in 48 blocks ==13678== suppressed: 531,533 bytes in 8,188 blocks ==13678== Reachable blocks (those to which a pointer was found) are not shown. ==13678== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==13678== ==13678== For counts of detected and suppressed errors, rerun with: -v ==13678== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==13704== Memcheck, a memory error detector ==13704== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13704== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13704== Command: ./syncevo-local-sync ==13704== Parent PID: 13678 ==13704== ==13704== ==13704== HEAP SUMMARY: ==13704== in use at exit: 2,491,320 bytes in 25,307 blocks ==13704== total heap usage: 175,357 allocs, 150,050 frees, 33,923,784 bytes allocated ==13704== ==13704== LEAK SUMMARY: ==13704== definitely lost: 0 bytes in 0 blocks ==13704== indirectly lost: 0 bytes in 0 blocks ==13704== possibly lost: 528 bytes in 2 blocks ==13704== still reachable: 2,229,759 bytes in 21,272 blocks ==13704== of which reachable via heuristic: ==13704== length64 : 592 bytes in 10 blocks ==13704== newarray : 5,976 bytes in 28 blocks ==13704== suppressed: 253,921 bytes in 3,977 blocks ==13704== Reachable blocks (those to which a pointer was found) are not shown. ==13704== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==13704== ==13704== For counts of detected and suppressed errors, rerun with: -v ==13704== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==13719== Memcheck, a memory error detector ==13719== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13719== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13719== Command: ./syncevo-local-sync ==13719== Parent PID: 13678 ==13719== ==13719== ==13719== HEAP SUMMARY: ==13719== in use at exit: 3,279,100 bytes in 27,729 blocks ==13719== total heap usage: 174,063 allocs, 146,334 frees, 32,996,444 bytes allocated ==13719== ==13719== LEAK SUMMARY: ==13719== definitely lost: 0 bytes in 0 blocks ==13719== indirectly lost: 0 bytes in 0 blocks ==13719== possibly lost: 528 bytes in 2 blocks ==13719== still reachable: 3,017,547 bytes in 23,694 blocks ==13719== of which reachable via heuristic: ==13719== length64 : 592 bytes in 10 blocks ==13719== newarray : 12,912 bytes in 223 blocks ==13719== suppressed: 253,913 bytes in 3,977 blocks ==13719== Reachable blocks (those to which a pointer was found) are not shown. ==13719== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==13719== ==13719== For counts of detected and suppressed errors, rerun with: -v ==13719== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==13737== Memcheck, a memory error detector ==13737== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13737== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13737== Command: ./syncevo-local-sync ==13737== Parent PID: 13678 ==13737== ==13737== ==13737== HEAP SUMMARY: ==13737== in use at exit: 2,491,304 bytes in 25,307 blocks ==13737== total heap usage: 175,335 allocs, 150,028 frees, 33,921,486 bytes allocated ==13737== ==13737== LEAK SUMMARY: ==13737== definitely lost: 0 bytes in 0 blocks ==13737== indirectly lost: 0 bytes in 0 blocks ==13737== possibly lost: 528 bytes in 2 blocks ==13737== still reachable: 2,229,759 bytes in 21,272 blocks ==13737== of which reachable via heuristic: ==13737== length64 : 592 bytes in 10 blocks ==13737== newarray : 5,976 bytes in 28 blocks ==13737== suppressed: 253,905 bytes in 3,977 blocks ==13737== Reachable blocks (those to which a pointer was found) are not shown. ==13737== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==13737== ==13737== For counts of detected and suppressed errors, rerun with: -v ==13737== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1374== Memcheck, a memory error detector ==1374== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1374== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1374== Command: ./client-test Client::Source::davical_carddav::testRemoveProperties ==1374== Parent PID: 111 ==1374== ==1374== ==1374== HEAP SUMMARY: ==1374== in use at exit: 355,642 bytes in 4,929 blocks ==1374== total heap usage: 239,800 allocs, 234,813 frees, 41,646,472 bytes allocated ==1374== ==1374== LEAK SUMMARY: ==1374== definitely lost: 0 bytes in 0 blocks ==1374== indirectly lost: 0 bytes in 0 blocks ==1374== possibly lost: 1,392 bytes in 4 blocks ==1374== still reachable: 70,887 bytes in 558 blocks ==1374== of which reachable via heuristic: ==1374== length64 : 1,032 bytes in 18 blocks ==1374== newarray : 5,976 bytes in 28 blocks ==1374== suppressed: 271,843 bytes in 4,283 blocks ==1374== Reachable blocks (those to which a pointer was found) are not shown. ==1374== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1374== ==1374== For counts of detected and suppressed errors, rerun with: -v ==1374== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==13752== Memcheck, a memory error detector ==13752== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13752== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13752== Command: ./syncevo-local-sync ==13752== Parent PID: 13678 ==13752== ==13752== ==13752== HEAP SUMMARY: ==13752== in use at exit: 3,279,088 bytes in 27,729 blocks ==13752== total heap usage: 174,055 allocs, 146,326 frees, 32,995,716 bytes allocated ==13752== ==13752== LEAK SUMMARY: ==13752== definitely lost: 0 bytes in 0 blocks ==13752== indirectly lost: 0 bytes in 0 blocks ==13752== possibly lost: 528 bytes in 2 blocks ==13752== still reachable: 3,017,527 bytes in 23,694 blocks ==13752== of which reachable via heuristic: ==13752== length64 : 592 bytes in 10 blocks ==13752== newarray : 12,912 bytes in 223 blocks ==13752== suppressed: 253,921 bytes in 3,977 blocks ==13752== Reachable blocks (those to which a pointer was found) are not shown. ==13752== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==13752== ==13752== For counts of detected and suppressed errors, rerun with: -v ==13752== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==13770== Memcheck, a memory error detector ==13770== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13770== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13770== Command: ./syncevo-local-sync ==13770== Parent PID: 13678 ==13770== ==13770== ==13770== HEAP SUMMARY: ==13770== in use at exit: 2,491,304 bytes in 25,307 blocks ==13770== total heap usage: 186,128 allocs, 160,821 frees, 35,039,649 bytes allocated ==13770== ==13770== LEAK SUMMARY: ==13770== definitely lost: 0 bytes in 0 blocks ==13770== indirectly lost: 0 bytes in 0 blocks ==13770== possibly lost: 528 bytes in 2 blocks ==13770== still reachable: 2,229,759 bytes in 21,272 blocks ==13770== of which reachable via heuristic: ==13770== length64 : 592 bytes in 10 blocks ==13770== newarray : 5,976 bytes in 28 blocks ==13770== suppressed: 253,905 bytes in 3,977 blocks ==13770== Reachable blocks (those to which a pointer was found) are not shown. ==13770== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==13770== ==13770== For counts of detected and suppressed errors, rerun with: -v ==13770== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==13778== Memcheck, a memory error detector ==13778== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13778== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13778== Command: ./syncevo-local-sync ==13778== Parent PID: 13678 ==13778== ==13778== ==13778== HEAP SUMMARY: ==13778== in use at exit: 2,491,336 bytes in 25,307 blocks ==13778== total heap usage: 183,849 allocs, 158,542 frees, 34,841,695 bytes allocated ==13778== ==13778== LEAK SUMMARY: ==13778== definitely lost: 0 bytes in 0 blocks ==13778== indirectly lost: 0 bytes in 0 blocks ==13778== possibly lost: 528 bytes in 2 blocks ==13778== still reachable: 2,229,759 bytes in 21,272 blocks ==13778== of which reachable via heuristic: ==13778== length64 : 592 bytes in 10 blocks ==13778== newarray : 5,976 bytes in 28 blocks ==13778== suppressed: 253,937 bytes in 3,977 blocks ==13778== Reachable blocks (those to which a pointer was found) are not shown. ==13778== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==13778== ==13778== For counts of detected and suppressed errors, rerun with: -v ==13778== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1378== Memcheck, a memory error detector ==1378== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1378== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1378== Command: ./client-test Client::Source::davical_carddav::testRemoveProperties ==1378== Parent PID: 1374 ==1378== ==138== Memcheck, a memory error detector ==138== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==138== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==138== Command: ./client-test Client::Source::davical_caldav::testSimpleInsert ==138== Parent PID: 111 ==138== ==138== ==138== HEAP SUMMARY: ==138== in use at exit: 515,405 bytes in 5,589 blocks ==138== total heap usage: 122,465 allocs, 116,821 frees, 19,380,862 bytes allocated ==138== ==138== LEAK SUMMARY: ==138== definitely lost: 0 bytes in 0 blocks ==138== indirectly lost: 0 bytes in 0 blocks ==138== possibly lost: 1,392 bytes in 4 blocks ==138== still reachable: 230,587 bytes in 1,217 blocks ==138== of which reachable via heuristic: ==138== length64 : 1,032 bytes in 18 blocks ==138== newarray : 5,976 bytes in 28 blocks ==138== suppressed: 271,906 bytes in 4,284 blocks ==138== Reachable blocks (those to which a pointer was found) are not shown. ==138== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==138== ==138== For counts of detected and suppressed errors, rerun with: -v ==138== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==13801== Memcheck, a memory error detector ==13801== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13801== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13801== Command: ./client-test Client::Sync::eds_contact::testComplexRefreshFromServerSemantic ==13801== Parent PID: 13678 ==13801== ==13819== Memcheck, a memory error detector ==13819== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13819== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13819== Command: ./client-test Client::Sync::eds_contact::testComplexRefreshFromServerSemantic ==13819== Parent PID: 13678 ==13819== ==13823== Memcheck, a memory error detector ==13823== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13823== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13823== Command: ./syncevo-local-sync ==13823== Parent PID: 13678 ==13823== ==13823== ==13823== HEAP SUMMARY: ==13823== in use at exit: 2,491,336 bytes in 25,307 blocks ==13823== total heap usage: 183,198 allocs, 157,891 frees, 34,738,496 bytes allocated ==13823== ==13823== LEAK SUMMARY: ==13823== definitely lost: 0 bytes in 0 blocks ==13823== indirectly lost: 0 bytes in 0 blocks ==13823== possibly lost: 528 bytes in 2 blocks ==13823== still reachable: 2,229,759 bytes in 21,272 blocks ==13823== of which reachable via heuristic: ==13823== length64 : 592 bytes in 10 blocks ==13823== newarray : 5,976 bytes in 28 blocks ==13823== suppressed: 253,937 bytes in 3,977 blocks ==13823== Reachable blocks (those to which a pointer was found) are not shown. ==13823== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==13823== ==13823== For counts of detected and suppressed errors, rerun with: -v ==13823== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==13840== Memcheck, a memory error detector ==13840== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13840== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13840== Command: ./syncevo-local-sync ==13840== Parent PID: 13678 ==13840== ==13840== ==13840== HEAP SUMMARY: ==13840== in use at exit: 2,491,336 bytes in 25,307 blocks ==13840== total heap usage: 177,715 allocs, 152,408 frees, 34,181,547 bytes allocated ==13840== ==13840== LEAK SUMMARY: ==13840== definitely lost: 0 bytes in 0 blocks ==13840== indirectly lost: 0 bytes in 0 blocks ==13840== possibly lost: 528 bytes in 2 blocks ==13840== still reachable: 2,229,759 bytes in 21,272 blocks ==13840== of which reachable via heuristic: ==13840== length64 : 592 bytes in 10 blocks ==13840== newarray : 5,976 bytes in 28 blocks ==13840== suppressed: 253,937 bytes in 3,977 blocks ==13840== Reachable blocks (those to which a pointer was found) are not shown. ==13840== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==13840== ==13840== For counts of detected and suppressed errors, rerun with: -v ==13840== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==13847== Memcheck, a memory error detector ==13847== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13847== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13847== Command: ./syncevo-local-sync ==13847== Parent PID: 13678 ==13847== ==13847== ==13847== HEAP SUMMARY: ==13847== in use at exit: 2,491,344 bytes in 25,307 blocks ==13847== total heap usage: 176,111 allocs, 150,804 frees, 34,038,140 bytes allocated ==13847== ==13847== LEAK SUMMARY: ==13847== definitely lost: 0 bytes in 0 blocks ==13847== indirectly lost: 0 bytes in 0 blocks ==13847== possibly lost: 528 bytes in 2 blocks ==13847== still reachable: 2,229,759 bytes in 21,272 blocks ==13847== of which reachable via heuristic: ==13847== length64 : 592 bytes in 10 blocks ==13847== newarray : 5,976 bytes in 28 blocks ==13847== suppressed: 253,945 bytes in 3,977 blocks ==13847== Reachable blocks (those to which a pointer was found) are not shown. ==13847== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==13847== ==13847== For counts of detected and suppressed errors, rerun with: -v ==13847== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==13855== Memcheck, a memory error detector ==13855== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13855== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13855== Command: ./client-test Client::Sync::eds_contact::testDeleteBothSides ==13855== Parent PID: 111 ==13855== ==13855== ==13855== HEAP SUMMARY: ==13855== in use at exit: 2,938,641 bytes in 30,332 blocks ==13855== total heap usage: 1,899,583 allocs, 1,869,190 frees, 274,667,827 bytes allocated ==13855== ==13855== LEAK SUMMARY: ==13855== definitely lost: 0 bytes in 0 blocks ==13855== indirectly lost: 0 bytes in 0 blocks ==13855== possibly lost: 1,392 bytes in 4 blocks ==13855== still reachable: 2,315,240 bytes in 21,474 blocks ==13855== of which reachable via heuristic: ==13855== length64 : 5,096 bytes in 80 blocks ==13855== newarray : 6,296 bytes in 48 blocks ==13855== suppressed: 532,065 bytes in 8,197 blocks ==13855== Reachable blocks (those to which a pointer was found) are not shown. ==13855== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==13855== ==13855== For counts of detected and suppressed errors, rerun with: -v ==13855== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==1386== Memcheck, a memory error detector ==1386== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1386== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1386== Command: ./client-test Client::Source::davical_carddav::testManyChanges ==1386== Parent PID: 111 ==1386== ==1386== ==1386== HEAP SUMMARY: ==1386== in use at exit: 355,642 bytes in 4,929 blocks ==1386== total heap usage: 200,961 allocs, 195,971 frees, 28,298,768 bytes allocated ==1386== ==1386== LEAK SUMMARY: ==1386== definitely lost: 0 bytes in 0 blocks ==1386== indirectly lost: 0 bytes in 0 blocks ==1386== possibly lost: 1,392 bytes in 4 blocks ==1386== still reachable: 70,887 bytes in 558 blocks ==1386== of which reachable via heuristic: ==1386== length64 : 1,032 bytes in 18 blocks ==1386== newarray : 5,976 bytes in 28 blocks ==1386== suppressed: 271,843 bytes in 4,283 blocks ==1386== Reachable blocks (those to which a pointer was found) are not shown. ==1386== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1386== ==1386== For counts of detected and suppressed errors, rerun with: -v ==1386== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==13881== Memcheck, a memory error detector ==13881== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13881== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13881== Command: ./syncevo-local-sync ==13881== Parent PID: 13855 ==13881== ==13881== ==13881== HEAP SUMMARY: ==13881== in use at exit: 2,491,336 bytes in 25,307 blocks ==13881== total heap usage: 175,318 allocs, 150,011 frees, 33,918,907 bytes allocated ==13881== ==13881== LEAK SUMMARY: ==13881== definitely lost: 0 bytes in 0 blocks ==13881== indirectly lost: 0 bytes in 0 blocks ==13881== possibly lost: 528 bytes in 2 blocks ==13881== still reachable: 2,229,759 bytes in 21,272 blocks ==13881== of which reachable via heuristic: ==13881== length64 : 592 bytes in 10 blocks ==13881== newarray : 5,976 bytes in 28 blocks ==13881== suppressed: 253,937 bytes in 3,977 blocks ==13881== Reachable blocks (those to which a pointer was found) are not shown. ==13881== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==13881== ==13881== For counts of detected and suppressed errors, rerun with: -v ==13881== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==13896== Memcheck, a memory error detector ==13896== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13896== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13896== Command: ./syncevo-local-sync ==13896== Parent PID: 13855 ==13896== ==13896== ==13896== HEAP SUMMARY: ==13896== in use at exit: 3,279,032 bytes in 27,729 blocks ==13896== total heap usage: 174,058 allocs, 146,329 frees, 32,994,342 bytes allocated ==13896== ==13896== LEAK SUMMARY: ==13896== definitely lost: 0 bytes in 0 blocks ==13896== indirectly lost: 0 bytes in 0 blocks ==13896== possibly lost: 528 bytes in 2 blocks ==13896== still reachable: 3,017,479 bytes in 23,694 blocks ==13896== of which reachable via heuristic: ==13896== length64 : 592 bytes in 10 blocks ==13896== newarray : 12,912 bytes in 223 blocks ==13896== suppressed: 253,913 bytes in 3,977 blocks ==13896== Reachable blocks (those to which a pointer was found) are not shown. ==13896== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==13896== ==13896== For counts of detected and suppressed errors, rerun with: -v ==13896== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1390== Memcheck, a memory error detector ==1390== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1390== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1390== Command: ./client-test Client::Sync::eds_event::testDeleteAllRefresh ==1390== Parent PID: 111 ==1390== ==1390== ==1390== HEAP SUMMARY: ==1390== in use at exit: 2,888,358 bytes in 29,953 blocks ==1390== total heap usage: 1,035,744 allocs, 1,005,735 frees, 135,060,630 bytes allocated ==1390== ==1390== LEAK SUMMARY: ==1390== definitely lost: 0 bytes in 0 blocks ==1390== indirectly lost: 0 bytes in 0 blocks ==1390== possibly lost: 1,392 bytes in 4 blocks ==1390== still reachable: 2,238,141 bytes in 21,425 blocks ==1390== of which reachable via heuristic: ==1390== length64 : 5,120 bytes in 80 blocks ==1390== newarray : 6,312 bytes in 49 blocks ==1390== suppressed: 578,561 bytes in 7,990 blocks ==1390== Reachable blocks (those to which a pointer was found) are not shown. ==1390== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1390== ==1390== For counts of detected and suppressed errors, rerun with: -v ==1390== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==13914== Memcheck, a memory error detector ==13914== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13914== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13914== Command: ./syncevo-local-sync ==13914== Parent PID: 13855 ==13914== ==13914== ==13914== HEAP SUMMARY: ==13914== in use at exit: 2,491,328 bytes in 25,307 blocks ==13914== total heap usage: 175,350 allocs, 150,043 frees, 33,920,654 bytes allocated ==13914== ==13914== LEAK SUMMARY: ==13914== definitely lost: 0 bytes in 0 blocks ==13914== indirectly lost: 0 bytes in 0 blocks ==13914== possibly lost: 528 bytes in 2 blocks ==13914== still reachable: 2,229,759 bytes in 21,272 blocks ==13914== of which reachable via heuristic: ==13914== length64 : 592 bytes in 10 blocks ==13914== newarray : 5,976 bytes in 28 blocks ==13914== suppressed: 253,929 bytes in 3,977 blocks ==13914== Reachable blocks (those to which a pointer was found) are not shown. ==13914== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==13914== ==13914== For counts of detected and suppressed errors, rerun with: -v ==13914== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==13929== Memcheck, a memory error detector ==13929== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13929== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13929== Command: ./syncevo-local-sync ==13929== Parent PID: 13855 ==13929== ==13929== ==13929== HEAP SUMMARY: ==13929== in use at exit: 3,279,020 bytes in 27,729 blocks ==13929== total heap usage: 174,062 allocs, 146,333 frees, 32,994,138 bytes allocated ==13929== ==13929== LEAK SUMMARY: ==13929== definitely lost: 0 bytes in 0 blocks ==13929== indirectly lost: 0 bytes in 0 blocks ==13929== possibly lost: 528 bytes in 2 blocks ==13929== still reachable: 3,017,459 bytes in 23,694 blocks ==13929== of which reachable via heuristic: ==13929== length64 : 592 bytes in 10 blocks ==13929== newarray : 12,912 bytes in 223 blocks ==13929== suppressed: 253,921 bytes in 3,977 blocks ==13929== Reachable blocks (those to which a pointer was found) are not shown. ==13929== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==13929== ==13929== For counts of detected and suppressed errors, rerun with: -v ==13929== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==13947== Memcheck, a memory error detector ==13947== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13947== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13947== Command: ./syncevo-local-sync ==13947== Parent PID: 13855 ==13947== ==13947== ==13947== HEAP SUMMARY: ==13947== in use at exit: 2,491,320 bytes in 25,307 blocks ==13947== total heap usage: 186,157 allocs, 160,850 frees, 35,040,041 bytes allocated ==13947== ==13947== LEAK SUMMARY: ==13947== definitely lost: 0 bytes in 0 blocks ==13947== indirectly lost: 0 bytes in 0 blocks ==13947== possibly lost: 528 bytes in 2 blocks ==13947== still reachable: 2,229,759 bytes in 21,272 blocks ==13947== of which reachable via heuristic: ==13947== length64 : 592 bytes in 10 blocks ==13947== newarray : 5,976 bytes in 28 blocks ==13947== suppressed: 253,921 bytes in 3,977 blocks ==13947== Reachable blocks (those to which a pointer was found) are not shown. ==13947== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==13947== ==13947== For counts of detected and suppressed errors, rerun with: -v ==13947== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==13955== Memcheck, a memory error detector ==13955== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13955== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13955== Command: ./syncevo-local-sync ==13955== Parent PID: 13855 ==13955== ==13955== ==13955== HEAP SUMMARY: ==13955== in use at exit: 2,491,320 bytes in 25,307 blocks ==13955== total heap usage: 183,910 allocs, 158,603 frees, 34,843,876 bytes allocated ==13955== ==13955== LEAK SUMMARY: ==13955== definitely lost: 0 bytes in 0 blocks ==13955== indirectly lost: 0 bytes in 0 blocks ==13955== possibly lost: 528 bytes in 2 blocks ==13955== still reachable: 2,229,759 bytes in 21,272 blocks ==13955== of which reachable via heuristic: ==13955== length64 : 592 bytes in 10 blocks ==13955== newarray : 5,976 bytes in 28 blocks ==13955== suppressed: 253,921 bytes in 3,977 blocks ==13955== Reachable blocks (those to which a pointer was found) are not shown. ==13955== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==13955== ==13955== For counts of detected and suppressed errors, rerun with: -v ==13955== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==13978== Memcheck, a memory error detector ==13978== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13978== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13978== Command: ./client-test Client::Sync::eds_contact::testDeleteBothSides ==13978== Parent PID: 13855 ==13978== ==13996== Memcheck, a memory error detector ==13996== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13996== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13996== Command: ./client-test Client::Sync::eds_contact::testDeleteBothSides ==13996== Parent PID: 13855 ==13996== ==14018== Memcheck, a memory error detector ==14018== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14018== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14018== Command: ./syncevo-local-sync ==14018== Parent PID: 13855 ==14018== ==14018== ==14018== HEAP SUMMARY: ==14018== in use at exit: 2,491,328 bytes in 25,307 blocks ==14018== total heap usage: 177,742 allocs, 152,435 frees, 34,181,885 bytes allocated ==14018== ==14018== LEAK SUMMARY: ==14018== definitely lost: 0 bytes in 0 blocks ==14018== indirectly lost: 0 bytes in 0 blocks ==14018== possibly lost: 528 bytes in 2 blocks ==14018== still reachable: 2,229,759 bytes in 21,272 blocks ==14018== of which reachable via heuristic: ==14018== length64 : 592 bytes in 10 blocks ==14018== newarray : 5,976 bytes in 28 blocks ==14018== suppressed: 253,929 bytes in 3,977 blocks ==14018== Reachable blocks (those to which a pointer was found) are not shown. ==14018== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==14018== ==14018== For counts of detected and suppressed errors, rerun with: -v ==14018== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==14029== Memcheck, a memory error detector ==14029== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14029== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14029== Command: ./syncevo-local-sync ==14029== Parent PID: 13855 ==14029== ==14029== ==14029== HEAP SUMMARY: ==14029== in use at exit: 2,491,352 bytes in 25,308 blocks ==14029== total heap usage: 177,231 allocs, 151,923 frees, 34,145,874 bytes allocated ==14029== ==14029== LEAK SUMMARY: ==14029== definitely lost: 0 bytes in 0 blocks ==14029== indirectly lost: 0 bytes in 0 blocks ==14029== possibly lost: 528 bytes in 2 blocks ==14029== still reachable: 2,229,759 bytes in 21,272 blocks ==14029== of which reachable via heuristic: ==14029== length64 : 632 bytes in 11 blocks ==14029== newarray : 5,976 bytes in 28 blocks ==14029== suppressed: 253,953 bytes in 3,978 blocks ==14029== Reachable blocks (those to which a pointer was found) are not shown. ==14029== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==14029== ==14029== For counts of detected and suppressed errors, rerun with: -v ==14029== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==14042== Memcheck, a memory error detector ==14042== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14042== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14042== Command: ./client-test Client::Sync::eds_contact::testUpdate ==14042== Parent PID: 111 ==14042== ==14042== ==14042== HEAP SUMMARY: ==14042== in use at exit: 2,937,810 bytes in 30,281 blocks ==14042== total heap usage: 1,838,755 allocs, 1,808,413 frees, 271,170,030 bytes allocated ==14042== ==14042== LEAK SUMMARY: ==14042== definitely lost: 0 bytes in 0 blocks ==14042== indirectly lost: 0 bytes in 0 blocks ==14042== possibly lost: 1,824 bytes in 5 blocks ==14042== still reachable: 2,314,389 bytes in 21,427 blocks ==14042== of which reachable via heuristic: ==14042== length64 : 5,096 bytes in 80 blocks ==14042== newarray : 6,296 bytes in 48 blocks ==14042== suppressed: 531,653 bytes in 8,192 blocks ==14042== Reachable blocks (those to which a pointer was found) are not shown. ==14042== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==14042== ==14042== For counts of detected and suppressed errors, rerun with: -v ==14042== ERROR SUMMARY: 5 errors from 5 contexts (suppressed: 68 from 68) ==14068== Memcheck, a memory error detector ==14068== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14068== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14068== Command: ./syncevo-local-sync ==14068== Parent PID: 14042 ==14068== ==14068== ==14068== HEAP SUMMARY: ==14068== in use at exit: 2,491,328 bytes in 25,307 blocks ==14068== total heap usage: 175,322 allocs, 150,015 frees, 33,918,563 bytes allocated ==14068== ==14068== LEAK SUMMARY: ==14068== definitely lost: 0 bytes in 0 blocks ==14068== indirectly lost: 0 bytes in 0 blocks ==14068== possibly lost: 528 bytes in 2 blocks ==14068== still reachable: 2,229,759 bytes in 21,272 blocks ==14068== of which reachable via heuristic: ==14068== length64 : 592 bytes in 10 blocks ==14068== newarray : 5,976 bytes in 28 blocks ==14068== suppressed: 253,929 bytes in 3,977 blocks ==14068== Reachable blocks (those to which a pointer was found) are not shown. ==14068== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==14068== ==14068== For counts of detected and suppressed errors, rerun with: -v ==14068== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==14083== Memcheck, a memory error detector ==14083== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14083== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14083== Command: ./syncevo-local-sync ==14083== Parent PID: 14042 ==14083== ==14083== ==14083== HEAP SUMMARY: ==14083== in use at exit: 3,278,980 bytes in 27,727 blocks ==14083== total heap usage: 174,060 allocs, 146,333 frees, 32,993,754 bytes allocated ==14083== ==14083== LEAK SUMMARY: ==14083== definitely lost: 0 bytes in 0 blocks ==14083== indirectly lost: 0 bytes in 0 blocks ==14083== possibly lost: 528 bytes in 2 blocks ==14083== still reachable: 3,017,443 bytes in 23,694 blocks ==14083== of which reachable via heuristic: ==14083== length64 : 592 bytes in 10 blocks ==14083== newarray : 12,912 bytes in 223 blocks ==14083== suppressed: 253,897 bytes in 3,975 blocks ==14083== Reachable blocks (those to which a pointer was found) are not shown. ==14083== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==14083== ==14083== For counts of detected and suppressed errors, rerun with: -v ==14083== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==14101== Memcheck, a memory error detector ==14101== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14101== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14101== Command: ./syncevo-local-sync ==14101== Parent PID: 14042 ==14101== ==14101== ==14101== HEAP SUMMARY: ==14101== in use at exit: 2,491,320 bytes in 25,307 blocks ==14101== total heap usage: 175,330 allocs, 150,023 frees, 33,918,151 bytes allocated ==14101== ==14101== LEAK SUMMARY: ==14101== definitely lost: 0 bytes in 0 blocks ==14101== indirectly lost: 0 bytes in 0 blocks ==14101== possibly lost: 528 bytes in 2 blocks ==14101== still reachable: 2,229,759 bytes in 21,272 blocks ==14101== of which reachable via heuristic: ==14101== length64 : 592 bytes in 10 blocks ==14101== newarray : 5,976 bytes in 28 blocks ==14101== suppressed: 253,921 bytes in 3,977 blocks ==14101== Reachable blocks (those to which a pointer was found) are not shown. ==14101== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==14101== ==14101== For counts of detected and suppressed errors, rerun with: -v ==14101== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==14116== Memcheck, a memory error detector ==14116== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14116== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14116== Command: ./syncevo-local-sync ==14116== Parent PID: 14042 ==14116== ==14116== ==14116== HEAP SUMMARY: ==14116== in use at exit: 3,278,984 bytes in 27,729 blocks ==14116== total heap usage: 174,069 allocs, 146,340 frees, 32,993,766 bytes allocated ==14116== ==14116== LEAK SUMMARY: ==14116== definitely lost: 0 bytes in 0 blocks ==14116== indirectly lost: 0 bytes in 0 blocks ==14116== possibly lost: 528 bytes in 2 blocks ==14116== still reachable: 3,017,423 bytes in 23,694 blocks ==14116== of which reachable via heuristic: ==14116== length64 : 592 bytes in 10 blocks ==14116== newarray : 12,912 bytes in 223 blocks ==14116== suppressed: 253,921 bytes in 3,977 blocks ==14116== Reachable blocks (those to which a pointer was found) are not shown. ==14116== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==14116== ==14116== For counts of detected and suppressed errors, rerun with: -v ==14116== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==14134== Memcheck, a memory error detector ==14134== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14134== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14134== Command: ./syncevo-local-sync ==14134== Parent PID: 14042 ==14134== ==14134== ==14134== HEAP SUMMARY: ==14134== in use at exit: 2,491,312 bytes in 25,307 blocks ==14134== total heap usage: 186,127 allocs, 160,820 frees, 35,037,070 bytes allocated ==14134== ==14134== LEAK SUMMARY: ==14134== definitely lost: 0 bytes in 0 blocks ==14134== indirectly lost: 0 bytes in 0 blocks ==14134== possibly lost: 528 bytes in 2 blocks ==14134== still reachable: 2,229,759 bytes in 21,272 blocks ==14134== of which reachable via heuristic: ==14134== length64 : 592 bytes in 10 blocks ==14134== newarray : 5,976 bytes in 28 blocks ==14134== suppressed: 253,913 bytes in 3,977 blocks ==14134== Reachable blocks (those to which a pointer was found) are not shown. ==14134== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==14134== ==14134== For counts of detected and suppressed errors, rerun with: -v ==14134== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==14142== Memcheck, a memory error detector ==14142== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14142== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14142== Command: ./syncevo-local-sync ==14142== Parent PID: 14042 ==14142== ==14142== ==14142== HEAP SUMMARY: ==14142== in use at exit: 2,491,304 bytes in 25,307 blocks ==14142== total heap usage: 183,816 allocs, 158,509 frees, 34,836,754 bytes allocated ==14142== ==14142== LEAK SUMMARY: ==14142== definitely lost: 0 bytes in 0 blocks ==14142== indirectly lost: 0 bytes in 0 blocks ==14142== possibly lost: 528 bytes in 2 blocks ==14142== still reachable: 2,229,759 bytes in 21,272 blocks ==14142== of which reachable via heuristic: ==14142== length64 : 592 bytes in 10 blocks ==14142== newarray : 5,976 bytes in 28 blocks ==14142== suppressed: 253,905 bytes in 3,977 blocks ==14142== Reachable blocks (those to which a pointer was found) are not shown. ==14142== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==14142== ==14142== For counts of detected and suppressed errors, rerun with: -v ==14142== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==14165== Memcheck, a memory error detector ==14165== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14165== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14165== Command: ./client-test Client::Sync::eds_contact::testUpdate ==14165== Parent PID: 14042 ==14165== ==14178== Memcheck, a memory error detector ==14178== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14178== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14178== Command: ./syncevo-local-sync ==14178== Parent PID: 14042 ==14178== ==14178== ==14178== HEAP SUMMARY: ==14178== in use at exit: 2,491,312 bytes in 25,307 blocks ==14178== total heap usage: 190,778 allocs, 165,471 frees, 35,532,879 bytes allocated ==14178== ==14178== LEAK SUMMARY: ==14178== definitely lost: 0 bytes in 0 blocks ==14178== indirectly lost: 0 bytes in 0 blocks ==14178== possibly lost: 528 bytes in 2 blocks ==14178== still reachable: 2,229,759 bytes in 21,272 blocks ==14178== of which reachable via heuristic: ==14178== length64 : 592 bytes in 10 blocks ==14178== newarray : 5,976 bytes in 28 blocks ==14178== suppressed: 253,913 bytes in 3,977 blocks ==14178== Reachable blocks (those to which a pointer was found) are not shown. ==14178== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==14178== ==14178== For counts of detected and suppressed errors, rerun with: -v ==14178== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==14186== Memcheck, a memory error detector ==14186== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14186== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14186== Command: ./syncevo-local-sync ==14186== Parent PID: 14042 ==14186== ==14186== ==14186== HEAP SUMMARY: ==14186== in use at exit: 2,491,336 bytes in 25,307 blocks ==14186== total heap usage: 183,879 allocs, 158,572 frees, 34,820,275 bytes allocated ==14186== ==14186== LEAK SUMMARY: ==14186== definitely lost: 0 bytes in 0 blocks ==14186== indirectly lost: 0 bytes in 0 blocks ==14186== possibly lost: 528 bytes in 2 blocks ==14186== still reachable: 2,229,759 bytes in 21,272 blocks ==14186== of which reachable via heuristic: ==14186== length64 : 592 bytes in 10 blocks ==14186== newarray : 5,976 bytes in 28 blocks ==14186== suppressed: 253,937 bytes in 3,977 blocks ==14186== Reachable blocks (those to which a pointer was found) are not shown. ==14186== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==14186== ==14186== For counts of detected and suppressed errors, rerun with: -v ==14186== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==142== Memcheck, a memory error detector ==142== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==142== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==142== Command: ./client-test Client::Source::davical_caldav::testLocalDeleteAll ==142== Parent PID: 111 ==142== ==142== ==142== HEAP SUMMARY: ==142== in use at exit: 518,701 bytes in 5,603 blocks ==142== total heap usage: 149,986 allocs, 144,326 frees, 22,836,066 bytes allocated ==142== ==142== LEAK SUMMARY: ==142== definitely lost: 0 bytes in 0 blocks ==142== indirectly lost: 0 bytes in 0 blocks ==142== possibly lost: 1,392 bytes in 4 blocks ==142== still reachable: 233,883 bytes in 1,230 blocks ==142== of which reachable via heuristic: ==142== length64 : 1,032 bytes in 18 blocks ==142== newarray : 5,976 bytes in 28 blocks ==142== suppressed: 271,906 bytes in 4,285 blocks ==142== Reachable blocks (those to which a pointer was found) are not shown. ==142== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==142== ==142== For counts of detected and suppressed errors, rerun with: -v ==142== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==14209== Memcheck, a memory error detector ==14209== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14209== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14209== Command: ./client-test Client::Sync::eds_contact::testUpdate ==14209== Parent PID: 14042 ==14209== ==14215== Memcheck, a memory error detector ==14215== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14215== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14215== Command: ./client-test Client::Sync::eds_contact::testComplexUpdate ==14215== Parent PID: 111 ==14215== ==14215== ==14215== HEAP SUMMARY: ==14215== in use at exit: 2,936,625 bytes in 30,271 blocks ==14215== total heap usage: 1,854,587 allocs, 1,824,255 frees, 272,706,736 bytes allocated ==14215== ==14215== LEAK SUMMARY: ==14215== definitely lost: 0 bytes in 0 blocks ==14215== indirectly lost: 0 bytes in 0 blocks ==14215== possibly lost: 1,824 bytes in 5 blocks ==14215== still reachable: 2,314,869 bytes in 21,432 blocks ==14215== of which reachable via heuristic: ==14215== length64 : 5,096 bytes in 80 blocks ==14215== newarray : 6,296 bytes in 48 blocks ==14215== suppressed: 529,988 bytes in 8,177 blocks ==14215== Reachable blocks (those to which a pointer was found) are not shown. ==14215== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==14215== ==14215== For counts of detected and suppressed errors, rerun with: -v ==14215== ERROR SUMMARY: 5 errors from 5 contexts (suppressed: 68 from 68) ==14241== Memcheck, a memory error detector ==14241== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14241== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14241== Command: ./syncevo-local-sync ==14241== Parent PID: 14215 ==14241== ==14241== ==14241== HEAP SUMMARY: ==14241== in use at exit: 2,491,264 bytes in 25,305 blocks ==14241== total heap usage: 182,205 allocs, 156,900 frees, 34,652,978 bytes allocated ==14241== ==14241== LEAK SUMMARY: ==14241== definitely lost: 0 bytes in 0 blocks ==14241== indirectly lost: 0 bytes in 0 blocks ==14241== possibly lost: 528 bytes in 2 blocks ==14241== still reachable: 2,229,759 bytes in 21,272 blocks ==14241== of which reachable via heuristic: ==14241== length64 : 592 bytes in 10 blocks ==14241== newarray : 5,976 bytes in 28 blocks ==14241== suppressed: 253,865 bytes in 3,975 blocks ==14241== Reachable blocks (those to which a pointer was found) are not shown. ==14241== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==14241== ==14241== For counts of detected and suppressed errors, rerun with: -v ==14241== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==14258== Memcheck, a memory error detector ==14258== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14258== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14258== Command: ./syncevo-local-sync ==14258== Parent PID: 14215 ==14258== ==14258== ==14258== HEAP SUMMARY: ==14258== in use at exit: 2,491,304 bytes in 25,307 blocks ==14258== total heap usage: 177,782 allocs, 152,475 frees, 34,205,410 bytes allocated ==14258== ==14258== LEAK SUMMARY: ==14258== definitely lost: 0 bytes in 0 blocks ==14258== indirectly lost: 0 bytes in 0 blocks ==14258== possibly lost: 528 bytes in 2 blocks ==14258== still reachable: 2,229,759 bytes in 21,272 blocks ==14258== of which reachable via heuristic: ==14258== length64 : 592 bytes in 10 blocks ==14258== newarray : 5,976 bytes in 28 blocks ==14258== suppressed: 253,905 bytes in 3,977 blocks ==14258== Reachable blocks (those to which a pointer was found) are not shown. ==14258== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==14258== ==14258== For counts of detected and suppressed errors, rerun with: -v ==14258== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==14275== Memcheck, a memory error detector ==14275== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14275== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14275== Command: ./syncevo-local-sync ==14275== Parent PID: 14215 ==14275== ==14275== ==14275== HEAP SUMMARY: ==14275== in use at exit: 2,491,328 bytes in 25,307 blocks ==14275== total heap usage: 175,448 allocs, 150,141 frees, 33,966,755 bytes allocated ==14275== ==14275== LEAK SUMMARY: ==14275== definitely lost: 0 bytes in 0 blocks ==14275== indirectly lost: 0 bytes in 0 blocks ==14275== possibly lost: 528 bytes in 2 blocks ==14275== still reachable: 2,229,759 bytes in 21,272 blocks ==14275== of which reachable via heuristic: ==14275== length64 : 592 bytes in 10 blocks ==14275== newarray : 5,976 bytes in 28 blocks ==14275== suppressed: 253,929 bytes in 3,977 blocks ==14275== Reachable blocks (those to which a pointer was found) are not shown. ==14275== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==14275== ==14275== For counts of detected and suppressed errors, rerun with: -v ==14275== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1428== Memcheck, a memory error detector ==1428== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1428== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1428== Command: ./syncevo-local-sync ==1428== Parent PID: 1390 ==1428== ==1428== ==1428== HEAP SUMMARY: ==1428== in use at exit: 2,570,480 bytes in 25,539 blocks ==1428== total heap usage: 256,581 allocs, 231,042 frees, 42,325,182 bytes allocated ==1428== ==1428== LEAK SUMMARY: ==1428== definitely lost: 0 bytes in 0 blocks ==1428== indirectly lost: 0 bytes in 0 blocks ==1428== possibly lost: 528 bytes in 2 blocks ==1428== still reachable: 2,308,903 bytes in 21,504 blocks ==1428== of which reachable via heuristic: ==1428== length64 : 592 bytes in 10 blocks ==1428== newarray : 5,976 bytes in 28 blocks ==1428== suppressed: 253,937 bytes in 3,977 blocks ==1428== Reachable blocks (those to which a pointer was found) are not shown. ==1428== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1428== ==1428== For counts of detected and suppressed errors, rerun with: -v ==1428== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==14290== Memcheck, a memory error detector ==14290== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14290== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14290== Command: ./syncevo-local-sync ==14290== Parent PID: 14215 ==14290== ==14290== ==14290== HEAP SUMMARY: ==14290== in use at exit: 3,279,020 bytes in 27,729 blocks ==14290== total heap usage: 174,062 allocs, 146,333 frees, 32,993,820 bytes allocated ==14290== ==14290== LEAK SUMMARY: ==14290== definitely lost: 0 bytes in 0 blocks ==14290== indirectly lost: 0 bytes in 0 blocks ==14290== possibly lost: 528 bytes in 2 blocks ==14290== still reachable: 3,017,451 bytes in 23,694 blocks ==14290== of which reachable via heuristic: ==14290== length64 : 592 bytes in 10 blocks ==14290== newarray : 12,912 bytes in 223 blocks ==14290== suppressed: 253,929 bytes in 3,977 blocks ==14290== Reachable blocks (those to which a pointer was found) are not shown. ==14290== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==14290== ==14290== For counts of detected and suppressed errors, rerun with: -v ==14290== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==14308== Memcheck, a memory error detector ==14308== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14308== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14308== Command: ./syncevo-local-sync ==14308== Parent PID: 14215 ==14308== ==14308== ==14308== HEAP SUMMARY: ==14308== in use at exit: 2,491,336 bytes in 25,307 blocks ==14308== total heap usage: 186,154 allocs, 160,847 frees, 35,039,746 bytes allocated ==14308== ==14308== LEAK SUMMARY: ==14308== definitely lost: 0 bytes in 0 blocks ==14308== indirectly lost: 0 bytes in 0 blocks ==14308== possibly lost: 528 bytes in 2 blocks ==14308== still reachable: 2,229,759 bytes in 21,272 blocks ==14308== of which reachable via heuristic: ==14308== length64 : 592 bytes in 10 blocks ==14308== newarray : 5,976 bytes in 28 blocks ==14308== suppressed: 253,937 bytes in 3,977 blocks ==14308== Reachable blocks (those to which a pointer was found) are not shown. ==14308== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==14308== ==14308== For counts of detected and suppressed errors, rerun with: -v ==14308== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==14316== Memcheck, a memory error detector ==14316== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14316== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14316== Command: ./syncevo-local-sync ==14316== Parent PID: 14215 ==14316== ==14316== ==14316== HEAP SUMMARY: ==14316== in use at exit: 2,491,320 bytes in 25,307 blocks ==14316== total heap usage: 183,888 allocs, 158,581 frees, 34,842,336 bytes allocated ==14316== ==14316== LEAK SUMMARY: ==14316== definitely lost: 0 bytes in 0 blocks ==14316== indirectly lost: 0 bytes in 0 blocks ==14316== possibly lost: 528 bytes in 2 blocks ==14316== still reachable: 2,229,759 bytes in 21,272 blocks ==14316== of which reachable via heuristic: ==14316== length64 : 592 bytes in 10 blocks ==14316== newarray : 5,976 bytes in 28 blocks ==14316== suppressed: 253,921 bytes in 3,977 blocks ==14316== Reachable blocks (those to which a pointer was found) are not shown. ==14316== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==14316== ==14316== For counts of detected and suppressed errors, rerun with: -v ==14316== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==14339== Memcheck, a memory error detector ==14339== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14339== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14339== Command: ./client-test Client::Sync::eds_contact::testComplexUpdate ==14339== Parent PID: 14215 ==14339== ==14352== Memcheck, a memory error detector ==14352== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14352== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14352== Command: ./syncevo-local-sync ==14352== Parent PID: 14215 ==14352== ==14352== ==14352== HEAP SUMMARY: ==14352== in use at exit: 2,491,320 bytes in 25,307 blocks ==14352== total heap usage: 191,084 allocs, 165,777 frees, 35,559,886 bytes allocated ==14352== ==14352== LEAK SUMMARY: ==14352== definitely lost: 0 bytes in 0 blocks ==14352== indirectly lost: 0 bytes in 0 blocks ==14352== possibly lost: 528 bytes in 2 blocks ==14352== still reachable: 2,229,759 bytes in 21,272 blocks ==14352== of which reachable via heuristic: ==14352== length64 : 592 bytes in 10 blocks ==14352== newarray : 5,976 bytes in 28 blocks ==14352== suppressed: 253,921 bytes in 3,977 blocks ==14352== Reachable blocks (those to which a pointer was found) are not shown. ==14352== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==14352== ==14352== For counts of detected and suppressed errors, rerun with: -v ==14352== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==14360== Memcheck, a memory error detector ==14360== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14360== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14360== Command: ./syncevo-local-sync ==14360== Parent PID: 14215 ==14360== ==14360== ==14360== HEAP SUMMARY: ==14360== in use at exit: 2,491,304 bytes in 25,307 blocks ==14360== total heap usage: 183,947 allocs, 158,640 frees, 34,827,028 bytes allocated ==14360== ==14360== LEAK SUMMARY: ==14360== definitely lost: 0 bytes in 0 blocks ==14360== indirectly lost: 0 bytes in 0 blocks ==14360== possibly lost: 528 bytes in 2 blocks ==14360== still reachable: 2,229,759 bytes in 21,272 blocks ==14360== of which reachable via heuristic: ==14360== length64 : 592 bytes in 10 blocks ==14360== newarray : 5,976 bytes in 28 blocks ==14360== suppressed: 253,905 bytes in 3,977 blocks ==14360== Reachable blocks (those to which a pointer was found) are not shown. ==14360== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==14360== ==14360== For counts of detected and suppressed errors, rerun with: -v ==14360== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==14383== Memcheck, a memory error detector ==14383== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14383== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14383== Command: ./client-test Client::Sync::eds_contact::testComplexUpdate ==14383== Parent PID: 14215 ==14383== ==14389== Memcheck, a memory error detector ==14389== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14389== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14389== Command: ./client-test Client::Sync::eds_contact::testMerge ==14389== Parent PID: 111 ==14389== ==14389== ==14389== HEAP SUMMARY: ==14389== in use at exit: 2,940,775 bytes in 30,354 blocks ==14389== total heap usage: 2,335,394 allocs, 2,304,977 frees, 340,030,639 bytes allocated ==14389== ==14389== LEAK SUMMARY: ==14389== definitely lost: 0 bytes in 0 blocks ==14389== indirectly lost: 0 bytes in 0 blocks ==14389== possibly lost: 1,824 bytes in 5 blocks ==14389== still reachable: 2,315,133 bytes in 21,435 blocks ==14389== of which reachable via heuristic: ==14389== length64 : 5,096 bytes in 80 blocks ==14389== newarray : 6,296 bytes in 48 blocks ==14389== suppressed: 533,874 bytes in 8,257 blocks ==14389== Reachable blocks (those to which a pointer was found) are not shown. ==14389== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==14389== ==14389== For counts of detected and suppressed errors, rerun with: -v ==14389== ERROR SUMMARY: 5 errors from 5 contexts (suppressed: 68 from 68) ==14415== Memcheck, a memory error detector ==14415== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14415== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14415== Command: ./syncevo-local-sync ==14415== Parent PID: 14389 ==14415== ==14415== ==14415== HEAP SUMMARY: ==14415== in use at exit: 2,491,336 bytes in 25,307 blocks ==14415== total heap usage: 182,276 allocs, 156,969 frees, 34,657,852 bytes allocated ==14415== ==14415== LEAK SUMMARY: ==14415== definitely lost: 0 bytes in 0 blocks ==14415== indirectly lost: 0 bytes in 0 blocks ==14415== possibly lost: 528 bytes in 2 blocks ==14415== still reachable: 2,229,759 bytes in 21,272 blocks ==14415== of which reachable via heuristic: ==14415== length64 : 592 bytes in 10 blocks ==14415== newarray : 5,976 bytes in 28 blocks ==14415== suppressed: 253,937 bytes in 3,977 blocks ==14415== Reachable blocks (those to which a pointer was found) are not shown. ==14415== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==14415== ==14415== For counts of detected and suppressed errors, rerun with: -v ==14415== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==14432== Memcheck, a memory error detector ==14432== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14432== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14432== Command: ./syncevo-local-sync ==14432== Parent PID: 14389 ==14432== ==14432== ==14432== HEAP SUMMARY: ==14432== in use at exit: 2,491,312 bytes in 25,307 blocks ==14432== total heap usage: 177,750 allocs, 152,443 frees, 34,202,575 bytes allocated ==14432== ==14432== LEAK SUMMARY: ==14432== definitely lost: 0 bytes in 0 blocks ==14432== indirectly lost: 0 bytes in 0 blocks ==14432== possibly lost: 528 bytes in 2 blocks ==14432== still reachable: 2,229,759 bytes in 21,272 blocks ==14432== of which reachable via heuristic: ==14432== length64 : 592 bytes in 10 blocks ==14432== newarray : 5,976 bytes in 28 blocks ==14432== suppressed: 253,913 bytes in 3,977 blocks ==14432== Reachable blocks (those to which a pointer was found) are not shown. ==14432== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==14432== ==14432== For counts of detected and suppressed errors, rerun with: -v ==14432== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==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: ./syncevo-local-sync ==1444== Parent PID: 1390 ==1444== ==1444== ==1444== HEAP SUMMARY: ==1444== in use at exit: 2,573,552 bytes in 25,551 blocks ==1444== total heap usage: 192,382 allocs, 166,831 frees, 35,224,752 bytes allocated ==1444== ==1444== LEAK SUMMARY: ==1444== definitely lost: 0 bytes in 0 blocks ==1444== indirectly lost: 0 bytes in 0 blocks ==1444== possibly lost: 528 bytes in 2 blocks ==1444== still reachable: 2,311,975 bytes in 21,516 blocks ==1444== of which reachable via heuristic: ==1444== length64 : 592 bytes in 10 blocks ==1444== newarray : 5,976 bytes in 28 blocks ==1444== suppressed: 253,937 bytes in 3,977 blocks ==1444== Reachable blocks (those to which a pointer was found) are not shown. ==1444== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1444== ==1444== For counts of detected and suppressed errors, rerun with: -v ==1444== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==14449== Memcheck, a memory error detector ==14449== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14449== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14449== Command: ./syncevo-local-sync ==14449== Parent PID: 14389 ==14449== ==14449== ==14449== HEAP SUMMARY: ==14449== in use at exit: 2,491,304 bytes in 25,307 blocks ==14449== total heap usage: 175,408 allocs, 150,101 frees, 33,963,183 bytes allocated ==14449== ==14449== LEAK SUMMARY: ==14449== definitely lost: 0 bytes in 0 blocks ==14449== indirectly lost: 0 bytes in 0 blocks ==14449== possibly lost: 528 bytes in 2 blocks ==14449== still reachable: 2,229,759 bytes in 21,272 blocks ==14449== of which reachable via heuristic: ==14449== length64 : 592 bytes in 10 blocks ==14449== newarray : 5,976 bytes in 28 blocks ==14449== suppressed: 253,905 bytes in 3,977 blocks ==14449== Reachable blocks (those to which a pointer was found) are not shown. ==14449== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==14449== ==14449== For counts of detected and suppressed errors, rerun with: -v ==14449== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==14464== Memcheck, a memory error detector ==14464== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14464== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14464== Command: ./syncevo-local-sync ==14464== Parent PID: 14389 ==14464== ==14464== ==14464== HEAP SUMMARY: ==14464== in use at exit: 3,279,004 bytes in 27,729 blocks ==14464== total heap usage: 174,056 allocs, 146,327 frees, 32,992,467 bytes allocated ==14464== ==14464== LEAK SUMMARY: ==14464== definitely lost: 0 bytes in 0 blocks ==14464== indirectly lost: 0 bytes in 0 blocks ==14464== possibly lost: 528 bytes in 2 blocks ==14464== still reachable: 3,017,419 bytes in 23,694 blocks ==14464== of which reachable via heuristic: ==14464== length64 : 592 bytes in 10 blocks ==14464== newarray : 12,912 bytes in 223 blocks ==14464== suppressed: 253,945 bytes in 3,977 blocks ==14464== Reachable blocks (those to which a pointer was found) are not shown. ==14464== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==14464== ==14464== For counts of detected and suppressed errors, rerun with: -v ==14464== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==14482== Memcheck, a memory error detector ==14482== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14482== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14482== Command: ./syncevo-local-sync ==14482== Parent PID: 14389 ==14482== ==14482== ==14482== HEAP SUMMARY: ==14482== in use at exit: 2,491,304 bytes in 25,307 blocks ==14482== total heap usage: 186,191 allocs, 160,884 frees, 35,041,417 bytes allocated ==14482== ==14482== LEAK SUMMARY: ==14482== definitely lost: 0 bytes in 0 blocks ==14482== indirectly lost: 0 bytes in 0 blocks ==14482== possibly lost: 528 bytes in 2 blocks ==14482== still reachable: 2,229,759 bytes in 21,272 blocks ==14482== of which reachable via heuristic: ==14482== length64 : 592 bytes in 10 blocks ==14482== newarray : 5,976 bytes in 28 blocks ==14482== suppressed: 253,905 bytes in 3,977 blocks ==14482== Reachable blocks (those to which a pointer was found) are not shown. ==14482== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==14482== ==14482== For counts of detected and suppressed errors, rerun with: -v ==14482== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==14490== Memcheck, a memory error detector ==14490== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14490== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14490== Command: ./syncevo-local-sync ==14490== Parent PID: 14389 ==14490== ==14490== ==14490== HEAP SUMMARY: ==14490== in use at exit: 2,491,264 bytes in 25,305 blocks ==14490== total heap usage: 183,905 allocs, 158,600 frees, 34,842,737 bytes allocated ==14490== ==14490== LEAK SUMMARY: ==14490== definitely lost: 0 bytes in 0 blocks ==14490== indirectly lost: 0 bytes in 0 blocks ==14490== possibly lost: 528 bytes in 2 blocks ==14490== still reachable: 2,229,759 bytes in 21,272 blocks ==14490== of which reachable via heuristic: ==14490== length64 : 592 bytes in 10 blocks ==14490== newarray : 5,976 bytes in 28 blocks ==14490== suppressed: 253,865 bytes in 3,975 blocks ==14490== Reachable blocks (those to which a pointer was found) are not shown. ==14490== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==14490== ==14490== For counts of detected and suppressed errors, rerun with: -v ==14490== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==14513== Memcheck, a memory error detector ==14513== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14513== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14513== Command: ./client-test Client::Sync::eds_contact::testMerge ==14513== Parent PID: 14389 ==14513== ==14535== Memcheck, a memory error detector ==14535== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14535== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14535== Command: ./syncevo-local-sync ==14535== Parent PID: 14389 ==14535== ==14535== ==14535== HEAP SUMMARY: ==14535== in use at exit: 2,491,320 bytes in 25,307 blocks ==14535== total heap usage: 192,376 allocs, 167,069 frees, 35,670,243 bytes allocated ==14535== ==14535== LEAK SUMMARY: ==14535== definitely lost: 0 bytes in 0 blocks ==14535== indirectly lost: 0 bytes in 0 blocks ==14535== possibly lost: 528 bytes in 2 blocks ==14535== still reachable: 2,229,759 bytes in 21,272 blocks ==14535== of which reachable via heuristic: ==14535== length64 : 592 bytes in 10 blocks ==14535== newarray : 5,976 bytes in 28 blocks ==14535== suppressed: 253,921 bytes in 3,977 blocks ==14535== Reachable blocks (those to which a pointer was found) are not shown. ==14535== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==14535== ==14535== For counts of detected and suppressed errors, rerun with: -v ==14535== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==14543== Memcheck, a memory error detector ==14543== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14543== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14543== Command: ./syncevo-local-sync ==14543== Parent PID: 14389 ==14543== ==14543== ==14543== HEAP SUMMARY: ==14543== in use at exit: 2,491,320 bytes in 25,307 blocks ==14543== total heap usage: 218,406 allocs, 193,099 frees, 38,184,759 bytes allocated ==14543== ==14543== LEAK SUMMARY: ==14543== definitely lost: 0 bytes in 0 blocks ==14543== indirectly lost: 0 bytes in 0 blocks ==14543== possibly lost: 528 bytes in 2 blocks ==14543== still reachable: 2,229,759 bytes in 21,272 blocks ==14543== of which reachable via heuristic: ==14543== length64 : 592 bytes in 10 blocks ==14543== newarray : 5,976 bytes in 28 blocks ==14543== suppressed: 253,921 bytes in 3,977 blocks ==14543== Reachable blocks (those to which a pointer was found) are not shown. ==14543== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==14543== ==14543== For counts of detected and suppressed errors, rerun with: -v ==14543== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==14556== Memcheck, a memory error detector ==14556== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14556== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14556== Command: ./syncevo-local-sync ==14556== Parent PID: 14389 ==14556== ==14556== ==14556== HEAP SUMMARY: ==14556== in use at exit: 2,491,312 bytes in 25,307 blocks ==14556== total heap usage: 195,926 allocs, 170,619 frees, 35,960,598 bytes allocated ==14556== ==14556== LEAK SUMMARY: ==14556== definitely lost: 0 bytes in 0 blocks ==14556== indirectly lost: 0 bytes in 0 blocks ==14556== possibly lost: 528 bytes in 2 blocks ==14556== still reachable: 2,229,759 bytes in 21,272 blocks ==14556== of which reachable via heuristic: ==14556== length64 : 592 bytes in 10 blocks ==14556== newarray : 5,976 bytes in 28 blocks ==14556== suppressed: 253,913 bytes in 3,977 blocks ==14556== Reachable blocks (those to which a pointer was found) are not shown. ==14556== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==14556== ==14556== For counts of detected and suppressed errors, rerun with: -v ==14556== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1456== Memcheck, a memory error detector ==1456== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1456== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1456== Command: ./syncevo-local-sync ==1456== Parent PID: 1390 ==1456== ==1456== ==1456== HEAP SUMMARY: ==1456== in use at exit: 2,491,312 bytes in 25,307 blocks ==1456== total heap usage: 171,837 allocs, 146,530 frees, 33,394,062 bytes allocated ==1456== ==1456== LEAK SUMMARY: ==1456== definitely lost: 0 bytes in 0 blocks ==1456== indirectly lost: 0 bytes in 0 blocks ==1456== possibly lost: 528 bytes in 2 blocks ==1456== still reachable: 2,229,759 bytes in 21,272 blocks ==1456== of which reachable via heuristic: ==1456== length64 : 592 bytes in 10 blocks ==1456== newarray : 5,976 bytes in 28 blocks ==1456== suppressed: 253,913 bytes in 3,977 blocks ==1456== Reachable blocks (those to which a pointer was found) are not shown. ==1456== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1456== ==1456== For counts of detected and suppressed errors, rerun with: -v ==1456== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==14578== Memcheck, a memory error detector ==14578== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14578== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14578== Command: ./client-test Client::Sync::eds_contact::testMerge ==14578== Parent PID: 14389 ==14578== ==14582== Memcheck, a memory error detector ==14582== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14582== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14582== Command: ./syncevo-local-sync ==14582== Parent PID: 14389 ==14582== ==14582== ==14582== HEAP SUMMARY: ==14582== in use at exit: 2,491,328 bytes in 25,307 blocks ==14582== total heap usage: 195,258 allocs, 169,951 frees, 35,876,124 bytes allocated ==14582== ==14582== LEAK SUMMARY: ==14582== definitely lost: 0 bytes in 0 blocks ==14582== indirectly lost: 0 bytes in 0 blocks ==14582== possibly lost: 528 bytes in 2 blocks ==14582== still reachable: 2,229,759 bytes in 21,272 blocks ==14582== of which reachable via heuristic: ==14582== length64 : 592 bytes in 10 blocks ==14582== newarray : 5,976 bytes in 28 blocks ==14582== suppressed: 253,929 bytes in 3,977 blocks ==14582== Reachable blocks (those to which a pointer was found) are not shown. ==14582== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==14582== ==14582== For counts of detected and suppressed errors, rerun with: -v ==14582== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==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::davical_caldav::testComplexInsert ==146== Parent PID: 111 ==146== ==146== ==146== HEAP SUMMARY: ==146== in use at exit: 436,441 bytes in 5,356 blocks ==146== total heap usage: 143,541 allocs, 138,127 frees, 18,053,038 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: 1,392 bytes in 4 blocks ==146== still reachable: 151,663 bytes in 985 blocks ==146== of which reachable via heuristic: ==146== length64 : 1,032 bytes in 18 blocks ==146== newarray : 5,976 bytes in 28 blocks ==146== suppressed: 271,866 bytes in 4,283 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: 4 errors from 4 contexts (suppressed: 67 from 67) ==14604== Memcheck, a memory error detector ==14604== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14604== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14604== Command: ./client-test Client::Sync::eds_contact::testMerge ==14604== Parent PID: 14389 ==14604== ==14609== Memcheck, a memory error detector ==14609== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14609== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14609== Command: ./client-test Client::Sync::eds_contact::testTwinning ==14609== Parent PID: 111 ==14609== ==14609== ==14609== HEAP SUMMARY: ==14609== in use at exit: 2,941,676 bytes in 30,347 blocks ==14609== total heap usage: 1,994,818 allocs, 1,964,412 frees, 268,906,762 bytes allocated ==14609== ==14609== LEAK SUMMARY: ==14609== definitely lost: 0 bytes in 0 blocks ==14609== indirectly lost: 0 bytes in 0 blocks ==14609== possibly lost: 1,824 bytes in 5 blocks ==14609== still reachable: 2,318,083 bytes in 21,488 blocks ==14609== of which reachable via heuristic: ==14609== length64 : 5,096 bytes in 80 blocks ==14609== newarray : 6,296 bytes in 48 blocks ==14609== suppressed: 531,825 bytes in 8,197 blocks ==14609== Reachable blocks (those to which a pointer was found) are not shown. ==14609== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==14609== ==14609== For counts of detected and suppressed errors, rerun with: -v ==14609== ERROR SUMMARY: 5 errors from 5 contexts (suppressed: 68 from 68) ==14635== Memcheck, a memory error detector ==14635== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14635== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14635== Command: ./syncevo-local-sync ==14635== Parent PID: 14609 ==14635== ==14635== ==14635== HEAP SUMMARY: ==14635== in use at exit: 2,491,328 bytes in 25,307 blocks ==14635== total heap usage: 194,274 allocs, 168,967 frees, 35,793,349 bytes allocated ==14635== ==14635== LEAK SUMMARY: ==14635== definitely lost: 0 bytes in 0 blocks ==14635== indirectly lost: 0 bytes in 0 blocks ==14635== possibly lost: 528 bytes in 2 blocks ==14635== still reachable: 2,229,759 bytes in 21,272 blocks ==14635== of which reachable via heuristic: ==14635== length64 : 592 bytes in 10 blocks ==14635== newarray : 5,976 bytes in 28 blocks ==14635== suppressed: 253,929 bytes in 3,977 blocks ==14635== Reachable blocks (those to which a pointer was found) are not shown. ==14635== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==14635== ==14635== For counts of detected and suppressed errors, rerun with: -v ==14635== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==14652== Memcheck, a memory error detector ==14652== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14652== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14652== Command: ./syncevo-local-sync ==14652== Parent PID: 14609 ==14652== ==14652== ==14652== HEAP SUMMARY: ==14652== in use at exit: 2,491,304 bytes in 25,307 blocks ==14652== total heap usage: 177,780 allocs, 152,473 frees, 34,204,391 bytes allocated ==14652== ==14652== LEAK SUMMARY: ==14652== definitely lost: 0 bytes in 0 blocks ==14652== indirectly lost: 0 bytes in 0 blocks ==14652== possibly lost: 528 bytes in 2 blocks ==14652== still reachable: 2,229,759 bytes in 21,272 blocks ==14652== of which reachable via heuristic: ==14652== length64 : 592 bytes in 10 blocks ==14652== newarray : 5,976 bytes in 28 blocks ==14652== suppressed: 253,905 bytes in 3,977 blocks ==14652== Reachable blocks (those to which a pointer was found) are not shown. ==14652== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==14652== ==14652== For counts of detected and suppressed errors, rerun with: -v ==14652== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1468== Memcheck, a memory error detector ==1468== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1468== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1468== Command: ./client-test Client::Sync::eds_event::testTwoWaySync ==1468== Parent PID: 111 ==1468== ==1468== ==1468== HEAP SUMMARY: ==1468== in use at exit: 2,888,119 bytes in 29,934 blocks ==1468== total heap usage: 341,774 allocs, 311,786 frees, 50,930,128 bytes allocated ==1468== ==1468== LEAK SUMMARY: ==1468== definitely lost: 0 bytes in 0 blocks ==1468== indirectly lost: 0 bytes in 0 blocks ==1468== possibly lost: 1,392 bytes in 4 blocks ==1468== still reachable: 2,239,275 bytes in 21,443 blocks ==1468== of which reachable via heuristic: ==1468== length64 : 5,080 bytes in 79 blocks ==1468== newarray : 6,312 bytes in 49 blocks ==1468== suppressed: 577,356 bytes in 7,955 blocks ==1468== Reachable blocks (those to which a pointer was found) are not shown. ==1468== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1468== ==1468== For counts of detected and suppressed errors, rerun with: -v ==1468== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==14681== Memcheck, a memory error detector ==14681== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14681== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14681== Command: ./client-test Client::Sync::eds_contact::testTwinning ==14681== Parent PID: 14609 ==14681== ==14689== Memcheck, a memory error detector ==14689== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14689== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14689== Command: ./syncevo-local-sync ==14689== Parent PID: 14609 ==14689== ==14689== ==14689== HEAP SUMMARY: ==14689== in use at exit: 2,491,312 bytes in 25,307 blocks ==14689== total heap usage: 357,212 allocs, 331,905 frees, 52,992,576 bytes allocated ==14689== ==14689== LEAK SUMMARY: ==14689== definitely lost: 0 bytes in 0 blocks ==14689== indirectly lost: 0 bytes in 0 blocks ==14689== possibly lost: 528 bytes in 2 blocks ==14689== still reachable: 2,229,759 bytes in 21,272 blocks ==14689== of which reachable via heuristic: ==14689== length64 : 592 bytes in 10 blocks ==14689== newarray : 5,976 bytes in 28 blocks ==14689== suppressed: 253,913 bytes in 3,977 blocks ==14689== Reachable blocks (those to which a pointer was found) are not shown. ==14689== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==14689== ==14689== For counts of detected and suppressed errors, rerun with: -v ==14689== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==14698== Memcheck, a memory error detector ==14698== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14698== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14698== Command: ./syncevo-local-sync ==14698== Parent PID: 14609 ==14698== ==14698== ==14698== HEAP SUMMARY: ==14698== in use at exit: 2,491,264 bytes in 25,305 blocks ==14698== total heap usage: 378,368 allocs, 353,063 frees, 54,522,461 bytes allocated ==14698== ==14698== LEAK SUMMARY: ==14698== definitely lost: 0 bytes in 0 blocks ==14698== indirectly lost: 0 bytes in 0 blocks ==14698== possibly lost: 528 bytes in 2 blocks ==14698== still reachable: 2,229,759 bytes in 21,272 blocks ==14698== of which reachable via heuristic: ==14698== length64 : 592 bytes in 10 blocks ==14698== newarray : 5,976 bytes in 28 blocks ==14698== suppressed: 253,865 bytes in 3,975 blocks ==14698== Reachable blocks (those to which a pointer was found) are not shown. ==14698== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==14698== ==14698== For counts of detected and suppressed errors, rerun with: -v ==14698== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==14707== Memcheck, a memory error detector ==14707== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14707== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14707== Command: ./syncevo-local-sync ==14707== Parent PID: 14609 ==14707== ==14707== ==14707== HEAP SUMMARY: ==14707== in use at exit: 2,491,304 bytes in 25,307 blocks ==14707== total heap usage: 377,746 allocs, 352,439 frees, 54,476,819 bytes allocated ==14707== ==14707== LEAK SUMMARY: ==14707== definitely lost: 0 bytes in 0 blocks ==14707== indirectly lost: 0 bytes in 0 blocks ==14707== possibly lost: 528 bytes in 2 blocks ==14707== still reachable: 2,229,759 bytes in 21,272 blocks ==14707== of which reachable via heuristic: ==14707== length64 : 592 bytes in 10 blocks ==14707== newarray : 5,976 bytes in 28 blocks ==14707== suppressed: 253,905 bytes in 3,977 blocks ==14707== Reachable blocks (those to which a pointer was found) are not shown. ==14707== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==14707== ==14707== For counts of detected and suppressed errors, rerun with: -v ==14707== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==14717== Memcheck, a memory error detector ==14717== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14717== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14717== Command: ./syncevo-local-sync ==14717== Parent PID: 14609 ==14717== ==14717== ==14717== HEAP SUMMARY: ==14717== in use at exit: 2,491,312 bytes in 25,307 blocks ==14717== total heap usage: 375,502 allocs, 350,195 frees, 54,311,433 bytes allocated ==14717== ==14717== LEAK SUMMARY: ==14717== definitely lost: 0 bytes in 0 blocks ==14717== indirectly lost: 0 bytes in 0 blocks ==14717== possibly lost: 528 bytes in 2 blocks ==14717== still reachable: 2,229,759 bytes in 21,272 blocks ==14717== of which reachable via heuristic: ==14717== length64 : 592 bytes in 10 blocks ==14717== newarray : 5,976 bytes in 28 blocks ==14717== suppressed: 253,913 bytes in 3,977 blocks ==14717== Reachable blocks (those to which a pointer was found) are not shown. ==14717== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==14717== ==14717== For counts of detected and suppressed errors, rerun with: -v ==14717== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==14740== Memcheck, a memory error detector ==14740== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14740== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14740== Command: ./client-test Client::Sync::eds_contact::testTwinning ==14740== Parent PID: 14609 ==14740== ==14746== Memcheck, a memory error detector ==14746== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14746== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14746== Command: ./client-test Client::Sync::eds_contact::testItems ==14746== Parent PID: 111 ==14746== ==14746== ==14746== HEAP SUMMARY: ==14746== in use at exit: 2,940,793 bytes in 30,359 blocks ==14746== total heap usage: 1,570,802 allocs, 1,540,386 frees, 201,921,622 bytes allocated ==14746== ==14746== LEAK SUMMARY: ==14746== definitely lost: 0 bytes in 0 blocks ==14746== indirectly lost: 0 bytes in 0 blocks ==14746== possibly lost: 1,824 bytes in 5 blocks ==14746== still reachable: 2,315,400 bytes in 21,444 blocks ==14746== of which reachable via heuristic: ==14746== length64 : 5,096 bytes in 80 blocks ==14746== newarray : 6,296 bytes in 48 blocks ==14746== suppressed: 533,625 bytes in 8,253 blocks ==14746== Reachable blocks (those to which a pointer was found) are not shown. ==14746== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==14746== ==14746== For counts of detected and suppressed errors, rerun with: -v ==14746== ERROR SUMMARY: 5 errors from 5 contexts (suppressed: 68 from 68) ==14772== Memcheck, a memory error detector ==14772== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14772== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14772== Command: ./syncevo-local-sync ==14772== Parent PID: 14746 ==14772== ==14772== ==14772== HEAP SUMMARY: ==14772== in use at exit: 2,491,328 bytes in 25,307 blocks ==14772== total heap usage: 375,435 allocs, 350,128 frees, 54,287,006 bytes allocated ==14772== ==14772== LEAK SUMMARY: ==14772== definitely lost: 0 bytes in 0 blocks ==14772== indirectly lost: 0 bytes in 0 blocks ==14772== possibly lost: 528 bytes in 2 blocks ==14772== still reachable: 2,229,759 bytes in 21,272 blocks ==14772== of which reachable via heuristic: ==14772== length64 : 592 bytes in 10 blocks ==14772== newarray : 5,976 bytes in 28 blocks ==14772== suppressed: 253,929 bytes in 3,977 blocks ==14772== Reachable blocks (those to which a pointer was found) are not shown. ==14772== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==14772== ==14772== For counts of detected and suppressed errors, rerun with: -v ==14772== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==14790== Memcheck, a memory error detector ==14790== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14790== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14790== Command: ./syncevo-local-sync ==14790== Parent PID: 14746 ==14790== ==14790== ==14790== HEAP SUMMARY: ==14790== in use at exit: 2,491,312 bytes in 25,307 blocks ==14790== total heap usage: 198,564 allocs, 173,257 frees, 36,382,349 bytes allocated ==14790== ==14790== LEAK SUMMARY: ==14790== definitely lost: 0 bytes in 0 blocks ==14790== indirectly lost: 0 bytes in 0 blocks ==14790== possibly lost: 528 bytes in 2 blocks ==14790== still reachable: 2,229,759 bytes in 21,272 blocks ==14790== of which reachable via heuristic: ==14790== length64 : 592 bytes in 10 blocks ==14790== newarray : 5,976 bytes in 28 blocks ==14790== suppressed: 253,913 bytes in 3,977 blocks ==14790== Reachable blocks (those to which a pointer was found) are not shown. ==14790== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==14790== ==14790== For counts of detected and suppressed errors, rerun with: -v ==14790== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==14818== Memcheck, a memory error detector ==14818== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14818== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14818== Command: ./client-test Client::Sync::eds_contact::testItems ==14818== Parent PID: 14746 ==14818== ==14826== Memcheck, a memory error detector ==14826== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14826== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14826== Command: ./syncevo-local-sync ==14826== Parent PID: 14746 ==14826== ==14826== ==14826== HEAP SUMMARY: ==14826== in use at exit: 2,491,312 bytes in 25,307 blocks ==14826== total heap usage: 357,180 allocs, 331,873 frees, 52,984,619 bytes allocated ==14826== ==14826== LEAK SUMMARY: ==14826== definitely lost: 0 bytes in 0 blocks ==14826== indirectly lost: 0 bytes in 0 blocks ==14826== possibly lost: 528 bytes in 2 blocks ==14826== still reachable: 2,229,759 bytes in 21,272 blocks ==14826== of which reachable via heuristic: ==14826== length64 : 592 bytes in 10 blocks ==14826== newarray : 5,976 bytes in 28 blocks ==14826== suppressed: 253,913 bytes in 3,977 blocks ==14826== Reachable blocks (those to which a pointer was found) are not shown. ==14826== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==14826== ==14826== For counts of detected and suppressed errors, rerun with: -v ==14826== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==14835== Memcheck, a memory error detector ==14835== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14835== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14835== Command: ./syncevo-local-sync ==14835== Parent PID: 14746 ==14835== ==14835== ==14835== HEAP SUMMARY: ==14835== in use at exit: 2,491,312 bytes in 25,307 blocks ==14835== total heap usage: 378,402 allocs, 353,095 frees, 54,531,986 bytes allocated ==14835== ==14835== LEAK SUMMARY: ==14835== definitely lost: 0 bytes in 0 blocks ==14835== indirectly lost: 0 bytes in 0 blocks ==14835== possibly lost: 528 bytes in 2 blocks ==14835== still reachable: 2,229,759 bytes in 21,272 blocks ==14835== of which reachable via heuristic: ==14835== length64 : 592 bytes in 10 blocks ==14835== newarray : 5,976 bytes in 28 blocks ==14835== suppressed: 253,913 bytes in 3,977 blocks ==14835== Reachable blocks (those to which a pointer was found) are not shown. ==14835== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==14835== ==14835== For counts of detected and suppressed errors, rerun with: -v ==14835== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==14859== Memcheck, a memory error detector ==14859== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14859== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14859== Command: ./client-test Client::Sync::eds_contact::testItems ==14859== Parent PID: 14746 ==14859== ==1486== Memcheck, a memory error detector ==1486== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1486== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1486== Command: ./syncevo-local-sync ==1486== Parent PID: 1468 ==1486== ==1486== ==1486== HEAP SUMMARY: ==1486== in use at exit: 3,213,981 bytes in 27,622 blocks ==1486== total heap usage: 170,461 allocs, 142,839 frees, 32,481,979 bytes allocated ==1486== ==1486== LEAK SUMMARY: ==1486== definitely lost: 0 bytes in 0 blocks ==1486== indirectly lost: 0 bytes in 0 blocks ==1486== possibly lost: 528 bytes in 2 blocks ==1486== still reachable: 2,952,412 bytes in 23,587 blocks ==1486== of which reachable via heuristic: ==1486== length64 : 592 bytes in 10 blocks ==1486== newarray : 12,912 bytes in 223 blocks ==1486== suppressed: 253,929 bytes in 3,977 blocks ==1486== Reachable blocks (those to which a pointer was found) are not shown. ==1486== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1486== ==1486== For counts of detected and suppressed errors, rerun with: -v ==1486== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==14864== Memcheck, a memory error detector ==14864== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14864== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14864== Command: ./client-test Client::Sync::eds_contact::testItemsXML ==14864== Parent PID: 111 ==14864== ==14864== ==14864== HEAP SUMMARY: ==14864== in use at exit: 2,939,746 bytes in 30,332 blocks ==14864== total heap usage: 1,570,684 allocs, 1,540,295 frees, 201,951,694 bytes allocated ==14864== ==14864== LEAK SUMMARY: ==14864== definitely lost: 0 bytes in 0 blocks ==14864== indirectly lost: 0 bytes in 0 blocks ==14864== possibly lost: 1,824 bytes in 5 blocks ==14864== still reachable: 2,315,504 bytes in 21,446 blocks ==14864== of which reachable via heuristic: ==14864== length64 : 5,096 bytes in 80 blocks ==14864== newarray : 6,296 bytes in 48 blocks ==14864== suppressed: 532,306 bytes in 8,222 blocks ==14864== Reachable blocks (those to which a pointer was found) are not shown. ==14864== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==14864== ==14864== For counts of detected and suppressed errors, rerun with: -v ==14864== ERROR SUMMARY: 5 errors from 5 contexts (suppressed: 68 from 68) ==14890== Memcheck, a memory error detector ==14890== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14890== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14890== Command: ./syncevo-local-sync ==14890== Parent PID: 14864 ==14890== ==14890== ==14890== HEAP SUMMARY: ==14890== in use at exit: 2,491,312 bytes in 25,307 blocks ==14890== total heap usage: 375,514 allocs, 350,207 frees, 54,311,425 bytes allocated ==14890== ==14890== LEAK SUMMARY: ==14890== definitely lost: 0 bytes in 0 blocks ==14890== indirectly lost: 0 bytes in 0 blocks ==14890== possibly lost: 528 bytes in 2 blocks ==14890== still reachable: 2,229,759 bytes in 21,272 blocks ==14890== of which reachable via heuristic: ==14890== length64 : 592 bytes in 10 blocks ==14890== newarray : 5,976 bytes in 28 blocks ==14890== suppressed: 253,913 bytes in 3,977 blocks ==14890== Reachable blocks (those to which a pointer was found) are not shown. ==14890== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==14890== ==14890== For counts of detected and suppressed errors, rerun with: -v ==14890== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==14908== Memcheck, a memory error detector ==14908== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14908== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14908== Command: ./syncevo-local-sync ==14908== Parent PID: 14864 ==14908== ==14908== ==14908== HEAP SUMMARY: ==14908== in use at exit: 2,491,320 bytes in 25,307 blocks ==14908== total heap usage: 198,511 allocs, 173,204 frees, 36,378,390 bytes allocated ==14908== ==14908== LEAK SUMMARY: ==14908== definitely lost: 0 bytes in 0 blocks ==14908== indirectly lost: 0 bytes in 0 blocks ==14908== possibly lost: 528 bytes in 2 blocks ==14908== still reachable: 2,229,759 bytes in 21,272 blocks ==14908== of which reachable via heuristic: ==14908== length64 : 592 bytes in 10 blocks ==14908== newarray : 5,976 bytes in 28 blocks ==14908== suppressed: 253,921 bytes in 3,977 blocks ==14908== Reachable blocks (those to which a pointer was found) are not shown. ==14908== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==14908== ==14908== For counts of detected and suppressed errors, rerun with: -v ==14908== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==14936== Memcheck, a memory error detector ==14936== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14936== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14936== Command: ./client-test Client::Sync::eds_contact::testItemsXML ==14936== Parent PID: 14864 ==14936== ==1494== Memcheck, a memory error detector ==1494== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1494== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1494== Command: ./client-test Client::Sync::eds_event::testSlowSync ==1494== Parent PID: 111 ==1494== ==1494== ==1494== HEAP SUMMARY: ==1494== in use at exit: 2,887,032 bytes in 29,921 blocks ==1494== total heap usage: 342,125 allocs, 312,150 frees, 50,866,595 bytes allocated ==1494== ==1494== LEAK SUMMARY: ==1494== definitely lost: 0 bytes in 0 blocks ==1494== indirectly lost: 0 bytes in 0 blocks ==1494== possibly lost: 1,392 bytes in 4 blocks ==1494== still reachable: 2,238,061 bytes in 21,423 blocks ==1494== of which reachable via heuristic: ==1494== length64 : 5,080 bytes in 79 blocks ==1494== newarray : 6,312 bytes in 49 blocks ==1494== suppressed: 577,315 bytes in 7,960 blocks ==1494== Reachable blocks (those to which a pointer was found) are not shown. ==1494== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1494== ==1494== For counts of detected and suppressed errors, rerun with: -v ==1494== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==14944== Memcheck, a memory error detector ==14944== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14944== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14944== Command: ./syncevo-local-sync ==14944== Parent PID: 14864 ==14944== ==14944== ==14944== HEAP SUMMARY: ==14944== in use at exit: 2,491,328 bytes in 25,307 blocks ==14944== total heap usage: 357,187 allocs, 331,880 frees, 52,984,893 bytes allocated ==14944== ==14944== LEAK SUMMARY: ==14944== definitely lost: 0 bytes in 0 blocks ==14944== indirectly lost: 0 bytes in 0 blocks ==14944== possibly lost: 528 bytes in 2 blocks ==14944== still reachable: 2,229,759 bytes in 21,272 blocks ==14944== of which reachable via heuristic: ==14944== length64 : 592 bytes in 10 blocks ==14944== newarray : 5,976 bytes in 28 blocks ==14944== suppressed: 253,929 bytes in 3,977 blocks ==14944== Reachable blocks (those to which a pointer was found) are not shown. ==14944== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==14944== ==14944== For counts of detected and suppressed errors, rerun with: -v ==14944== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==14953== Memcheck, a memory error detector ==14953== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14953== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14953== Command: ./syncevo-local-sync ==14953== Parent PID: 14864 ==14953== ==14953== ==14953== HEAP SUMMARY: ==14953== in use at exit: 2,491,320 bytes in 25,307 blocks ==14953== total heap usage: 378,370 allocs, 353,063 frees, 54,532,000 bytes allocated ==14953== ==14953== LEAK SUMMARY: ==14953== definitely lost: 0 bytes in 0 blocks ==14953== indirectly lost: 0 bytes in 0 blocks ==14953== possibly lost: 528 bytes in 2 blocks ==14953== still reachable: 2,229,759 bytes in 21,272 blocks ==14953== of which reachable via heuristic: ==14953== length64 : 592 bytes in 10 blocks ==14953== newarray : 5,976 bytes in 28 blocks ==14953== suppressed: 253,921 bytes in 3,977 blocks ==14953== Reachable blocks (those to which a pointer was found) are not shown. ==14953== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==14953== ==14953== For counts of detected and suppressed errors, rerun with: -v ==14953== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==14977== Memcheck, a memory error detector ==14977== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14977== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14977== Command: ./client-test Client::Sync::eds_contact::testItemsXML ==14977== Parent PID: 14864 ==14977== ==14981== Memcheck, a memory error detector ==14981== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14981== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14981== Command: ./client-test Client::Sync::eds_contact::testExtensions ==14981== Parent PID: 111 ==14981== ==14981== ==14981== HEAP SUMMARY: ==14981== in use at exit: 2,941,708 bytes in 30,349 blocks ==14981== total heap usage: 2,239,845 allocs, 2,209,437 frees, 292,229,997 bytes allocated ==14981== ==14981== LEAK SUMMARY: ==14981== definitely lost: 0 bytes in 0 blocks ==14981== indirectly lost: 0 bytes in 0 blocks ==14981== possibly lost: 1,824 bytes in 5 blocks ==14981== still reachable: 2,318,075 bytes in 21,488 blocks ==14981== of which reachable via heuristic: ==14981== length64 : 5,096 bytes in 80 blocks ==14981== newarray : 6,296 bytes in 48 blocks ==14981== suppressed: 531,865 bytes in 8,199 blocks ==14981== Reachable blocks (those to which a pointer was found) are not shown. ==14981== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==14981== ==14981== For counts of detected and suppressed errors, rerun with: -v ==14981== ERROR SUMMARY: 5 errors from 5 contexts (suppressed: 68 from 68) ==150== Memcheck, a memory error detector ==150== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==150== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==150== Command: ./client-test Client::Source::davical_caldav::testInsertTwice ==150== Parent PID: 111 ==150== ==150== ==150== HEAP SUMMARY: ==150== in use at exit: 459,554 bytes in 5,371 blocks ==150== total heap usage: 125,284 allocs, 119,857 frees, 16,427,111 bytes allocated ==150== ==150== LEAK SUMMARY: ==150== definitely lost: 0 bytes in 0 blocks ==150== indirectly lost: 0 bytes in 0 blocks ==150== possibly lost: 1,392 bytes in 4 blocks ==150== still reachable: 174,744 bytes in 998 blocks ==150== of which reachable via heuristic: ==150== length64 : 1,032 bytes in 18 blocks ==150== newarray : 5,976 bytes in 28 blocks ==150== suppressed: 271,898 bytes in 4,285 blocks ==150== Reachable blocks (those to which a pointer was found) are not shown. ==150== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==150== ==150== For counts of detected and suppressed errors, rerun with: -v ==150== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==15007== Memcheck, a memory error detector ==15007== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==15007== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==15007== Command: ./syncevo-local-sync ==15007== Parent PID: 14981 ==15007== ==15007== ==15007== HEAP SUMMARY: ==15007== in use at exit: 2,491,312 bytes in 25,307 blocks ==15007== total heap usage: 375,494 allocs, 350,187 frees, 54,311,402 bytes allocated ==15007== ==15007== LEAK SUMMARY: ==15007== definitely lost: 0 bytes in 0 blocks ==15007== indirectly lost: 0 bytes in 0 blocks ==15007== possibly lost: 528 bytes in 2 blocks ==15007== still reachable: 2,229,759 bytes in 21,272 blocks ==15007== of which reachable via heuristic: ==15007== length64 : 592 bytes in 10 blocks ==15007== newarray : 5,976 bytes in 28 blocks ==15007== suppressed: 253,913 bytes in 3,977 blocks ==15007== Reachable blocks (those to which a pointer was found) are not shown. ==15007== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==15007== ==15007== For counts of detected and suppressed errors, rerun with: -v ==15007== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==15025== Memcheck, a memory error detector ==15025== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==15025== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==15025== Command: ./syncevo-local-sync ==15025== Parent PID: 14981 ==15025== ==15025== ==15025== HEAP SUMMARY: ==15025== in use at exit: 2,491,312 bytes in 25,307 blocks ==15025== total heap usage: 198,562 allocs, 173,255 frees, 36,382,729 bytes allocated ==15025== ==15025== LEAK SUMMARY: ==15025== definitely lost: 0 bytes in 0 blocks ==15025== indirectly lost: 0 bytes in 0 blocks ==15025== possibly lost: 528 bytes in 2 blocks ==15025== still reachable: 2,229,759 bytes in 21,272 blocks ==15025== of which reachable via heuristic: ==15025== length64 : 592 bytes in 10 blocks ==15025== newarray : 5,976 bytes in 28 blocks ==15025== suppressed: 253,913 bytes in 3,977 blocks ==15025== Reachable blocks (those to which a pointer was found) are not shown. ==15025== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==15025== ==15025== For counts of detected and suppressed errors, rerun with: -v ==15025== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==15053== Memcheck, a memory error detector ==15053== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==15053== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==15053== Command: ./client-test Client::Sync::eds_contact::testExtensions ==15053== Parent PID: 14981 ==15053== ==15065== Memcheck, a memory error detector ==15065== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==15065== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==15065== Command: ./syncevo-local-sync ==15065== Parent PID: 14981 ==15065== ==15065== ==15065== HEAP SUMMARY: ==15065== in use at exit: 2,491,328 bytes in 25,307 blocks ==15065== total heap usage: 357,216 allocs, 331,909 frees, 52,989,099 bytes allocated ==15065== ==15065== LEAK SUMMARY: ==15065== definitely lost: 0 bytes in 0 blocks ==15065== indirectly lost: 0 bytes in 0 blocks ==15065== possibly lost: 528 bytes in 2 blocks ==15065== still reachable: 2,229,759 bytes in 21,272 blocks ==15065== of which reachable via heuristic: ==15065== length64 : 592 bytes in 10 blocks ==15065== newarray : 5,976 bytes in 28 blocks ==15065== suppressed: 253,929 bytes in 3,977 blocks ==15065== Reachable blocks (those to which a pointer was found) are not shown. ==15065== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==15065== ==15065== For counts of detected and suppressed errors, rerun with: -v ==15065== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==15074== Memcheck, a memory error detector ==15074== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==15074== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==15074== Command: ./syncevo-local-sync ==15074== Parent PID: 14981 ==15074== ==15074== ==15074== HEAP SUMMARY: ==15074== in use at exit: 2,491,328 bytes in 25,307 blocks ==15074== total heap usage: 378,342 allocs, 353,035 frees, 54,531,012 bytes allocated ==15074== ==15074== LEAK SUMMARY: ==15074== definitely lost: 0 bytes in 0 blocks ==15074== indirectly lost: 0 bytes in 0 blocks ==15074== possibly lost: 528 bytes in 2 blocks ==15074== still reachable: 2,229,759 bytes in 21,272 blocks ==15074== of which reachable via heuristic: ==15074== length64 : 592 bytes in 10 blocks ==15074== newarray : 5,976 bytes in 28 blocks ==15074== suppressed: 253,929 bytes in 3,977 blocks ==15074== Reachable blocks (those to which a pointer was found) are not shown. ==15074== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==15074== ==15074== For counts of detected and suppressed errors, rerun with: -v ==15074== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==15089== Memcheck, a memory error detector ==15089== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==15089== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==15089== Command: ./syncevo-local-sync ==15089== Parent PID: 14981 ==15089== ==15089== ==15089== HEAP SUMMARY: ==15089== in use at exit: 2,491,336 bytes in 25,307 blocks ==15089== total heap usage: 543,469 allocs, 518,162 frees, 71,967,595 bytes allocated ==15089== ==15089== LEAK SUMMARY: ==15089== definitely lost: 0 bytes in 0 blocks ==15089== indirectly lost: 0 bytes in 0 blocks ==15089== possibly lost: 528 bytes in 2 blocks ==15089== still reachable: 2,229,759 bytes in 21,272 blocks ==15089== of which reachable via heuristic: ==15089== length64 : 592 bytes in 10 blocks ==15089== newarray : 5,976 bytes in 28 blocks ==15089== suppressed: 253,937 bytes in 3,977 blocks ==15089== Reachable blocks (those to which a pointer was found) are not shown. ==15089== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==15089== ==15089== For counts of detected and suppressed errors, rerun with: -v ==15089== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==15098== Memcheck, a memory error detector ==15098== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==15098== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==15098== Command: ./syncevo-local-sync ==15098== Parent PID: 14981 ==15098== ==15098== ==15098== HEAP SUMMARY: ==15098== in use at exit: 2,491,360 bytes in 25,307 blocks ==15098== total heap usage: 381,505 allocs, 356,198 frees, 54,900,594 bytes allocated ==15098== ==15098== LEAK SUMMARY: ==15098== definitely lost: 0 bytes in 0 blocks ==15098== indirectly lost: 0 bytes in 0 blocks ==15098== possibly lost: 528 bytes in 2 blocks ==15098== still reachable: 2,229,759 bytes in 21,272 blocks ==15098== of which reachable via heuristic: ==15098== length64 : 592 bytes in 10 blocks ==15098== newarray : 5,976 bytes in 28 blocks ==15098== suppressed: 253,961 bytes in 3,977 blocks ==15098== Reachable blocks (those to which a pointer was found) are not shown. ==15098== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==15098== ==15098== For counts of detected and suppressed errors, rerun with: -v ==15098== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==15114== Memcheck, a memory error detector ==15114== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==15114== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==15114== Command: ./client-test Client::Sync::eds_contact::testExtensions ==15114== Parent PID: 14981 ==15114== ==1512== Memcheck, a memory error detector ==1512== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1512== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1512== Command: ./syncevo-local-sync ==1512== Parent PID: 1494 ==1512== ==1512== ==1512== HEAP SUMMARY: ==1512== in use at exit: 2,491,312 bytes in 25,307 blocks ==1512== total heap usage: 171,829 allocs, 146,522 frees, 33,412,244 bytes allocated ==1512== ==1512== LEAK SUMMARY: ==1512== definitely lost: 0 bytes in 0 blocks ==1512== indirectly lost: 0 bytes in 0 blocks ==1512== possibly lost: 528 bytes in 2 blocks ==1512== still reachable: 2,229,759 bytes in 21,272 blocks ==1512== of which reachable via heuristic: ==1512== length64 : 592 bytes in 10 blocks ==1512== newarray : 5,976 bytes in 28 blocks ==1512== suppressed: 253,913 bytes in 3,977 blocks ==1512== Reachable blocks (those to which a pointer was found) are not shown. ==1512== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1512== ==1512== For counts of detected and suppressed errors, rerun with: -v ==1512== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==15120== Memcheck, a memory error detector ==15120== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==15120== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==15120== Command: ./client-test Client::Sync::eds_contact::testMaxMsg ==15120== Parent PID: 111 ==15120== ==15120== ==15120== HEAP SUMMARY: ==15120== in use at exit: 2,927,527 bytes in 30,109 blocks ==15120== total heap usage: 1,664,271 allocs, 1,634,105 frees, 232,450,720 bytes allocated ==15120== ==15120== LEAK SUMMARY: ==15120== definitely lost: 0 bytes in 0 blocks ==15120== indirectly lost: 0 bytes in 0 blocks ==15120== possibly lost: 1,824 bytes in 5 blocks ==15120== still reachable: 2,312,757 bytes in 21,422 blocks ==15120== of which reachable via heuristic: ==15120== length64 : 5,096 bytes in 80 blocks ==15120== newarray : 6,296 bytes in 48 blocks ==15120== suppressed: 522,834 bytes in 8,023 blocks ==15120== Reachable blocks (those to which a pointer was found) are not shown. ==15120== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==15120== ==15120== For counts of detected and suppressed errors, rerun with: -v ==15120== ERROR SUMMARY: 5 errors from 5 contexts (suppressed: 68 from 68) ==15146== Memcheck, a memory error detector ==15146== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==15146== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==15146== Command: ./syncevo-local-sync ==15146== Parent PID: 15120 ==15146== ==15146== ==15146== HEAP SUMMARY: ==15146== in use at exit: 2,491,328 bytes in 25,307 blocks ==15146== total heap usage: 375,520 allocs, 350,213 frees, 54,318,725 bytes allocated ==15146== ==15146== LEAK SUMMARY: ==15146== definitely lost: 0 bytes in 0 blocks ==15146== indirectly lost: 0 bytes in 0 blocks ==15146== possibly lost: 528 bytes in 2 blocks ==15146== still reachable: 2,229,759 bytes in 21,272 blocks ==15146== of which reachable via heuristic: ==15146== length64 : 592 bytes in 10 blocks ==15146== newarray : 5,976 bytes in 28 blocks ==15146== suppressed: 253,929 bytes in 3,977 blocks ==15146== Reachable blocks (those to which a pointer was found) are not shown. ==15146== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==15146== ==15146== For counts of detected and suppressed errors, rerun with: -v ==15146== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==15164== Memcheck, a memory error detector ==15164== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==15164== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==15164== Command: ./syncevo-local-sync ==15164== Parent PID: 15120 ==15164== ==15164== ==15164== HEAP SUMMARY: ==15164== in use at exit: 2,491,328 bytes in 25,307 blocks ==15164== total heap usage: 198,552 allocs, 173,245 frees, 36,381,679 bytes allocated ==15164== ==15164== LEAK SUMMARY: ==15164== definitely lost: 0 bytes in 0 blocks ==15164== indirectly lost: 0 bytes in 0 blocks ==15164== possibly lost: 528 bytes in 2 blocks ==15164== still reachable: 2,229,759 bytes in 21,272 blocks ==15164== of which reachable via heuristic: ==15164== length64 : 592 bytes in 10 blocks ==15164== newarray : 5,976 bytes in 28 blocks ==15164== suppressed: 253,929 bytes in 3,977 blocks ==15164== Reachable blocks (those to which a pointer was found) are not shown. ==15164== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==15164== ==15164== For counts of detected and suppressed errors, rerun with: -v ==15164== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==15177== Memcheck, a memory error detector ==15177== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==15177== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==15177== Command: ./syncevo-local-sync ==15177== Parent PID: 15120 ==15177== ==15177== ==15177== HEAP SUMMARY: ==15177== in use at exit: 2,491,312 bytes in 25,307 blocks ==15177== total heap usage: 448,393 allocs, 423,086 frees, 63,385,497 bytes allocated ==15177== ==15177== LEAK SUMMARY: ==15177== definitely lost: 0 bytes in 0 blocks ==15177== indirectly lost: 0 bytes in 0 blocks ==15177== possibly lost: 528 bytes in 2 blocks ==15177== still reachable: 2,229,759 bytes in 21,272 blocks ==15177== of which reachable via heuristic: ==15177== length64 : 592 bytes in 10 blocks ==15177== newarray : 5,976 bytes in 28 blocks ==15177== suppressed: 253,913 bytes in 3,977 blocks ==15177== Reachable blocks (those to which a pointer was found) are not shown. ==15177== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==15177== ==15177== For counts of detected and suppressed errors, rerun with: -v ==15177== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==15186== Memcheck, a memory error detector ==15186== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==15186== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==15186== Command: ./syncevo-local-sync ==15186== Parent PID: 15120 ==15186== ==15186== ==15186== HEAP SUMMARY: ==15186== in use at exit: 2,491,312 bytes in 25,307 blocks ==15186== total heap usage: 351,807 allocs, 326,500 frees, 70,277,356 bytes allocated ==15186== ==15186== LEAK SUMMARY: ==15186== definitely lost: 0 bytes in 0 blocks ==15186== indirectly lost: 0 bytes in 0 blocks ==15186== possibly lost: 528 bytes in 2 blocks ==15186== still reachable: 2,229,759 bytes in 21,272 blocks ==15186== of which reachable via heuristic: ==15186== length64 : 592 bytes in 10 blocks ==15186== newarray : 5,976 bytes in 28 blocks ==15186== suppressed: 253,913 bytes in 3,977 blocks ==15186== Reachable blocks (those to which a pointer was found) are not shown. ==15186== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==15186== ==15186== For counts of detected and suppressed errors, rerun with: -v ==15186== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1520== Memcheck, a memory error detector ==1520== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1520== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1520== Command: ./client-test Client::Sync::eds_event::testRefreshFromServerSync ==1520== Parent PID: 111 ==1520== ==1520== ==1520== HEAP SUMMARY: ==1520== in use at exit: 2,887,794 bytes in 29,961 blocks ==1520== total heap usage: 342,177 allocs, 312,162 frees, 50,872,952 bytes allocated ==1520== ==1520== LEAK SUMMARY: ==1520== definitely lost: 0 bytes in 0 blocks ==1520== indirectly lost: 0 bytes in 0 blocks ==1520== possibly lost: 1,392 bytes in 4 blocks ==1520== still reachable: 2,238,901 bytes in 21,432 blocks ==1520== of which reachable via heuristic: ==1520== length64 : 5,080 bytes in 79 blocks ==1520== newarray : 6,312 bytes in 49 blocks ==1520== suppressed: 577,237 bytes in 7,991 blocks ==1520== Reachable blocks (those to which a pointer was found) are not shown. ==1520== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1520== ==1520== For counts of detected and suppressed errors, rerun with: -v ==1520== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==15210== Memcheck, a memory error detector ==15210== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==15210== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==15210== Command: ./client-test Client::Sync::eds_contact::testMaxMsg ==15210== Parent PID: 15120 ==15210== ==15215== Memcheck, a memory error detector ==15215== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==15215== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==15215== Command: ./client-test Client::Sync::eds_contact::testLargeObject ==15215== Parent PID: 111 ==15215== ==15215== ==15215== HEAP SUMMARY: ==15215== in use at exit: 2,938,098 bytes in 30,283 blocks ==15215== total heap usage: 1,832,991 allocs, 1,802,651 frees, 231,924,637 bytes allocated ==15215== ==15215== LEAK SUMMARY: ==15215== definitely lost: 0 bytes in 0 blocks ==15215== indirectly lost: 0 bytes in 0 blocks ==15215== possibly lost: 1,824 bytes in 5 blocks ==15215== still reachable: 2,314,985 bytes in 21,431 blocks ==15215== of which reachable via heuristic: ==15215== length64 : 5,096 bytes in 80 blocks ==15215== newarray : 6,296 bytes in 48 blocks ==15215== suppressed: 531,345 bytes in 8,190 blocks ==15215== Reachable blocks (those to which a pointer was found) are not shown. ==15215== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==15215== ==15215== For counts of detected and suppressed errors, rerun with: -v ==15215== ERROR SUMMARY: 5 errors from 5 contexts (suppressed: 68 from 68) ==15241== Memcheck, a memory error detector ==15241== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==15241== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==15241== Command: ./syncevo-local-sync ==15241== Parent PID: 15215 ==15241== ==15241== ==15241== HEAP SUMMARY: ==15241== in use at exit: 2,491,376 bytes in 25,308 blocks ==15241== total heap usage: 348,026 allocs, 322,718 frees, 52,797,111 bytes allocated ==15241== ==15241== LEAK SUMMARY: ==15241== definitely lost: 0 bytes in 0 blocks ==15241== indirectly lost: 0 bytes in 0 blocks ==15241== possibly lost: 528 bytes in 2 blocks ==15241== still reachable: 2,229,759 bytes in 21,272 blocks ==15241== of which reachable via heuristic: ==15241== length64 : 632 bytes in 11 blocks ==15241== newarray : 5,976 bytes in 28 blocks ==15241== suppressed: 253,977 bytes in 3,978 blocks ==15241== Reachable blocks (those to which a pointer was found) are not shown. ==15241== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==15241== ==15241== For counts of detected and suppressed errors, rerun with: -v ==15241== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==15259== Memcheck, a memory error detector ==15259== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==15259== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==15259== Command: ./syncevo-local-sync ==15259== Parent PID: 15215 ==15259== ==15259== ==15259== HEAP SUMMARY: ==15259== in use at exit: 2,491,320 bytes in 25,307 blocks ==15259== total heap usage: 213,037 allocs, 187,730 frees, 37,946,541 bytes allocated ==15259== ==15259== LEAK SUMMARY: ==15259== definitely lost: 0 bytes in 0 blocks ==15259== indirectly lost: 0 bytes in 0 blocks ==15259== possibly lost: 528 bytes in 2 blocks ==15259== still reachable: 2,229,759 bytes in 21,272 blocks ==15259== of which reachable via heuristic: ==15259== length64 : 592 bytes in 10 blocks ==15259== newarray : 5,976 bytes in 28 blocks ==15259== suppressed: 253,921 bytes in 3,977 blocks ==15259== Reachable blocks (those to which a pointer was found) are not shown. ==15259== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==15259== ==15259== For counts of detected and suppressed errors, rerun with: -v ==15259== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==15273== Memcheck, a memory error detector ==15273== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==15273== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==15273== Command: ./syncevo-local-sync ==15273== Parent PID: 15215 ==15273== ==15273== ==15273== HEAP SUMMARY: ==15273== in use at exit: 2,491,328 bytes in 25,307 blocks ==15273== total heap usage: 448,375 allocs, 423,068 frees, 63,383,717 bytes allocated ==15273== ==15273== LEAK SUMMARY: ==15273== definitely lost: 0 bytes in 0 blocks ==15273== indirectly lost: 0 bytes in 0 blocks ==15273== possibly lost: 528 bytes in 2 blocks ==15273== still reachable: 2,229,759 bytes in 21,272 blocks ==15273== of which reachable via heuristic: ==15273== length64 : 592 bytes in 10 blocks ==15273== newarray : 5,976 bytes in 28 blocks ==15273== suppressed: 253,929 bytes in 3,977 blocks ==15273== Reachable blocks (those to which a pointer was found) are not shown. ==15273== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==15273== ==15273== For counts of detected and suppressed errors, rerun with: -v ==15273== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==15282== Memcheck, a memory error detector ==15282== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==15282== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==15282== Command: ./syncevo-local-sync ==15282== Parent PID: 15215 ==15282== ==15282== ==15282== HEAP SUMMARY: ==15282== in use at exit: 2,491,336 bytes in 25,307 blocks ==15282== total heap usage: 359,302 allocs, 333,995 frees, 50,900,281 bytes allocated ==15282== ==15282== LEAK SUMMARY: ==15282== definitely lost: 0 bytes in 0 blocks ==15282== indirectly lost: 0 bytes in 0 blocks ==15282== possibly lost: 528 bytes in 2 blocks ==15282== still reachable: 2,229,759 bytes in 21,272 blocks ==15282== of which reachable via heuristic: ==15282== length64 : 592 bytes in 10 blocks ==15282== newarray : 5,976 bytes in 28 blocks ==15282== suppressed: 253,937 bytes in 3,977 blocks ==15282== Reachable blocks (those to which a pointer was found) are not shown. ==15282== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==15282== ==15282== For counts of detected and suppressed errors, rerun with: -v ==15282== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==15306== Memcheck, a memory error detector ==15306== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==15306== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==15306== Command: ./client-test Client::Sync::eds_contact::testLargeObject ==15306== Parent PID: 15215 ==15306== ==15310== Memcheck, a memory error detector ==15310== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==15310== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==15310== Command: ./client-test Client::Sync::eds_contact::testOneWayFromServer ==15310== Parent PID: 111 ==15310== ==15310== ==15310== HEAP SUMMARY: ==15310== in use at exit: 2,930,767 bytes in 30,192 blocks ==15310== total heap usage: 2,205,040 allocs, 2,174,787 frees, 307,671,827 bytes allocated ==15310== ==15310== LEAK SUMMARY: ==15310== definitely lost: 0 bytes in 0 blocks ==15310== indirectly lost: 0 bytes in 0 blocks ==15310== possibly lost: 1,392 bytes in 4 blocks ==15310== still reachable: 2,311,577 bytes in 21,423 blocks ==15310== of which reachable via heuristic: ==15310== length64 : 5,096 bytes in 80 blocks ==15310== newarray : 6,296 bytes in 48 blocks ==15310== suppressed: 527,854 bytes in 8,108 blocks ==15310== Reachable blocks (those to which a pointer was found) are not shown. ==15310== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==15310== ==15310== For counts of detected and suppressed errors, rerun with: -v ==15310== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==15336== Memcheck, a memory error detector ==15336== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==15336== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==15336== Command: ./syncevo-local-sync ==15336== Parent PID: 15310 ==15336== ==15336== ==15336== HEAP SUMMARY: ==15336== in use at exit: 2,491,312 bytes in 25,307 blocks ==15336== total heap usage: 347,948 allocs, 322,641 frees, 52,786,866 bytes allocated ==15336== ==15336== LEAK SUMMARY: ==15336== definitely lost: 0 bytes in 0 blocks ==15336== indirectly lost: 0 bytes in 0 blocks ==15336== possibly lost: 528 bytes in 2 blocks ==15336== still reachable: 2,229,759 bytes in 21,272 blocks ==15336== of which reachable via heuristic: ==15336== length64 : 592 bytes in 10 blocks ==15336== newarray : 5,976 bytes in 28 blocks ==15336== suppressed: 253,913 bytes in 3,977 blocks ==15336== Reachable blocks (those to which a pointer was found) are not shown. ==15336== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==15336== ==15336== For counts of detected and suppressed errors, rerun with: -v ==15336== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==15354== Memcheck, a memory error detector ==15354== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==15354== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==15354== Command: ./syncevo-local-sync ==15354== Parent PID: 15310 ==15354== ==15354== ==15354== HEAP SUMMARY: ==15354== in use at exit: 2,491,328 bytes in 25,307 blocks ==15354== total heap usage: 213,079 allocs, 187,772 frees, 37,950,653 bytes allocated ==15354== ==15354== LEAK SUMMARY: ==15354== definitely lost: 0 bytes in 0 blocks ==15354== indirectly lost: 0 bytes in 0 blocks ==15354== possibly lost: 528 bytes in 2 blocks ==15354== still reachable: 2,229,759 bytes in 21,272 blocks ==15354== of which reachable via heuristic: ==15354== length64 : 592 bytes in 10 blocks ==15354== newarray : 5,976 bytes in 28 blocks ==15354== suppressed: 253,929 bytes in 3,977 blocks ==15354== Reachable blocks (those to which a pointer was found) are not shown. ==15354== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==15354== ==15354== For counts of detected and suppressed errors, rerun with: -v ==15354== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==15362== Memcheck, a memory error detector ==15362== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==15362== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==15362== Command: ./syncevo-local-sync ==15362== Parent PID: 15310 ==15362== ==15362== ==15362== HEAP SUMMARY: ==15362== in use at exit: 2,491,328 bytes in 25,307 blocks ==15362== total heap usage: 177,090 allocs, 151,783 frees, 34,092,558 bytes allocated ==15362== ==15362== LEAK SUMMARY: ==15362== definitely lost: 0 bytes in 0 blocks ==15362== indirectly lost: 0 bytes in 0 blocks ==15362== possibly lost: 528 bytes in 2 blocks ==15362== still reachable: 2,229,759 bytes in 21,272 blocks ==15362== of which reachable via heuristic: ==15362== length64 : 592 bytes in 10 blocks ==15362== newarray : 5,976 bytes in 28 blocks ==15362== suppressed: 253,929 bytes in 3,977 blocks ==15362== Reachable blocks (those to which a pointer was found) are not shown. ==15362== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==15362== ==15362== For counts of detected and suppressed errors, rerun with: -v ==15362== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1538== Memcheck, a memory error detector ==1538== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1538== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1538== Command: ./syncevo-local-sync ==1538== Parent PID: 1520 ==1538== ==1538== ==1538== HEAP SUMMARY: ==1538== in use at exit: 2,491,328 bytes in 25,307 blocks ==1538== total heap usage: 172,029 allocs, 146,722 frees, 33,401,082 bytes allocated ==1538== ==1538== LEAK SUMMARY: ==1538== definitely lost: 0 bytes in 0 blocks ==1538== indirectly lost: 0 bytes in 0 blocks ==1538== possibly lost: 528 bytes in 2 blocks ==1538== still reachable: 2,229,759 bytes in 21,272 blocks ==1538== of which reachable via heuristic: ==1538== length64 : 592 bytes in 10 blocks ==1538== newarray : 5,976 bytes in 28 blocks ==1538== suppressed: 253,929 bytes in 3,977 blocks ==1538== Reachable blocks (those to which a pointer was found) are not shown. ==1538== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1538== ==1538== For counts of detected and suppressed errors, rerun with: -v ==1538== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==15385== Memcheck, a memory error detector ==15385== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==15385== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==15385== Command: ./syncevo-local-sync ==15385== Parent PID: 15310 ==15385== ==15385== ==15385== HEAP SUMMARY: ==15385== in use at exit: 2,491,336 bytes in 25,307 blocks ==15385== total heap usage: 186,135 allocs, 160,828 frees, 35,038,449 bytes allocated ==15385== ==15385== LEAK SUMMARY: ==15385== definitely lost: 0 bytes in 0 blocks ==15385== indirectly lost: 0 bytes in 0 blocks ==15385== possibly lost: 528 bytes in 2 blocks ==15385== still reachable: 2,229,759 bytes in 21,272 blocks ==15385== of which reachable via heuristic: ==15385== length64 : 592 bytes in 10 blocks ==15385== newarray : 5,976 bytes in 28 blocks ==15385== suppressed: 253,937 bytes in 3,977 blocks ==15385== Reachable blocks (those to which a pointer was found) are not shown. ==15385== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==15385== ==15385== For counts of detected and suppressed errors, rerun with: -v ==15385== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==154== Memcheck, a memory error detector ==154== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==154== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==154== Command: ./client-test Client::Source::davical_caldav::testLocalUpdate ==154== Parent PID: 111 ==154== ==154== ==154== HEAP SUMMARY: ==154== in use at exit: 462,610 bytes in 5,383 blocks ==154== total heap usage: 155,574 allocs, 150,132 frees, 19,347,215 bytes allocated ==154== ==154== LEAK SUMMARY: ==154== definitely lost: 0 bytes in 0 blocks ==154== indirectly lost: 0 bytes in 0 blocks ==154== possibly lost: 1,392 bytes in 4 blocks ==154== still reachable: 177,816 bytes in 1,010 blocks ==154== of which reachable via heuristic: ==154== length64 : 1,032 bytes in 18 blocks ==154== newarray : 5,976 bytes in 28 blocks ==154== suppressed: 271,882 bytes in 4,285 blocks ==154== Reachable blocks (those to which a pointer was found) are not shown. ==154== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==154== ==154== For counts of detected and suppressed errors, rerun with: -v ==154== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==15406== Memcheck, a memory error detector ==15406== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==15406== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==15406== Command: ./syncevo-local-sync ==15406== Parent PID: 15310 ==15406== ==15406== ==15406== HEAP SUMMARY: ==15406== in use at exit: 2,491,296 bytes in 25,305 blocks ==15406== total heap usage: 183,930 allocs, 158,625 frees, 34,843,548 bytes allocated ==15406== ==15406== LEAK SUMMARY: ==15406== definitely lost: 0 bytes in 0 blocks ==15406== indirectly lost: 0 bytes in 0 blocks ==15406== possibly lost: 528 bytes in 2 blocks ==15406== still reachable: 2,229,759 bytes in 21,272 blocks ==15406== of which reachable via heuristic: ==15406== length64 : 592 bytes in 10 blocks ==15406== newarray : 5,976 bytes in 28 blocks ==15406== suppressed: 253,897 bytes in 3,975 blocks ==15406== Reachable blocks (those to which a pointer was found) are not shown. ==15406== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==15406== ==15406== For counts of detected and suppressed errors, rerun with: -v ==15406== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==15418== Memcheck, a memory error detector ==15418== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==15418== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==15418== Command: ./syncevo-local-sync ==15418== Parent PID: 15310 ==15418== ==15418== ==15418== HEAP SUMMARY: ==15418== in use at exit: 3,281,934 bytes in 27,736 blocks ==15418== total heap usage: 174,491 allocs, 146,755 frees, 33,036,224 bytes allocated ==15418== ==15418== LEAK SUMMARY: ==15418== definitely lost: 0 bytes in 0 blocks ==15418== indirectly lost: 0 bytes in 0 blocks ==15418== possibly lost: 528 bytes in 2 blocks ==15418== still reachable: 3,020,341 bytes in 23,701 blocks ==15418== of which reachable via heuristic: ==15418== length64 : 592 bytes in 10 blocks ==15418== newarray : 12,912 bytes in 223 blocks ==15418== suppressed: 253,953 bytes in 3,977 blocks ==15418== Reachable blocks (those to which a pointer was found) are not shown. ==15418== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==15418== ==15418== For counts of detected and suppressed errors, rerun with: -v ==15418== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==15442== Memcheck, a memory error detector ==15442== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==15442== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==15442== Command: ./syncevo-local-sync ==15442== Parent PID: 15310 ==15442== ==15442== ==15442== HEAP SUMMARY: ==15442== in use at exit: 2,491,328 bytes in 25,307 blocks ==15442== total heap usage: 177,677 allocs, 152,370 frees, 34,176,929 bytes allocated ==15442== ==15442== LEAK SUMMARY: ==15442== definitely lost: 0 bytes in 0 blocks ==15442== indirectly lost: 0 bytes in 0 blocks ==15442== possibly lost: 528 bytes in 2 blocks ==15442== still reachable: 2,229,759 bytes in 21,272 blocks ==15442== of which reachable via heuristic: ==15442== length64 : 592 bytes in 10 blocks ==15442== newarray : 5,976 bytes in 28 blocks ==15442== suppressed: 253,929 bytes in 3,977 blocks ==15442== Reachable blocks (those to which a pointer was found) are not shown. ==15442== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==15442== ==15442== For counts of detected and suppressed errors, rerun with: -v ==15442== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1545== Memcheck, a memory error detector ==1545== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1545== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1545== Command: ./client-test Client::Sync::eds_event::testRefreshFromClientSync ==1545== Parent PID: 111 ==1545== ==1545== ==1545== HEAP SUMMARY: ==1545== in use at exit: 2,885,591 bytes in 29,908 blocks ==1545== total heap usage: 342,109 allocs, 312,147 frees, 50,874,067 bytes allocated ==1545== ==1545== LEAK SUMMARY: ==1545== definitely lost: 0 bytes in 0 blocks ==1545== indirectly lost: 0 bytes in 0 blocks ==1545== possibly lost: 1,392 bytes in 4 blocks ==1545== still reachable: 2,238,541 bytes in 21,428 blocks ==1545== of which reachable via heuristic: ==1545== length64 : 5,080 bytes in 79 blocks ==1545== newarray : 6,312 bytes in 49 blocks ==1545== suppressed: 575,394 bytes in 7,942 blocks ==1545== Reachable blocks (those to which a pointer was found) are not shown. ==1545== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1545== ==1545== For counts of detected and suppressed errors, rerun with: -v ==1545== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==15453== Memcheck, a memory error detector ==15453== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==15453== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==15453== Command: ./syncevo-local-sync ==15453== Parent PID: 15310 ==15453== ==15453== ==15453== HEAP SUMMARY: ==15453== in use at exit: 2,491,336 bytes in 25,307 blocks ==15453== total heap usage: 177,267 allocs, 151,960 frees, 34,145,518 bytes allocated ==15453== ==15453== LEAK SUMMARY: ==15453== definitely lost: 0 bytes in 0 blocks ==15453== indirectly lost: 0 bytes in 0 blocks ==15453== possibly lost: 528 bytes in 2 blocks ==15453== still reachable: 2,229,759 bytes in 21,272 blocks ==15453== of which reachable via heuristic: ==15453== length64 : 592 bytes in 10 blocks ==15453== newarray : 5,976 bytes in 28 blocks ==15453== suppressed: 253,937 bytes in 3,977 blocks ==15453== Reachable blocks (those to which a pointer was found) are not shown. ==15453== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==15453== ==15453== For counts of detected and suppressed errors, rerun with: -v ==15453== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==15466== Memcheck, a memory error detector ==15466== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==15466== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==15466== Command: ./client-test Client::Sync::eds_contact::testOneWayFromClient ==15466== Parent PID: 111 ==15466== ==15466== ==15466== HEAP SUMMARY: ==15466== in use at exit: 2,936,633 bytes in 30,271 blocks ==15466== total heap usage: 2,073,965 allocs, 2,043,632 frees, 303,973,616 bytes allocated ==15466== ==15466== LEAK SUMMARY: ==15466== definitely lost: 0 bytes in 0 blocks ==15466== indirectly lost: 0 bytes in 0 blocks ==15466== possibly lost: 1,824 bytes in 5 blocks ==15466== still reachable: 2,314,869 bytes in 21,432 blocks ==15466== of which reachable via heuristic: ==15466== length64 : 5,096 bytes in 80 blocks ==15466== newarray : 6,296 bytes in 48 blocks ==15466== suppressed: 529,996 bytes in 8,177 blocks ==15466== Reachable blocks (those to which a pointer was found) are not shown. ==15466== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==15466== ==15466== For counts of detected and suppressed errors, rerun with: -v ==15466== ERROR SUMMARY: 5 errors from 5 contexts (suppressed: 68 from 68) ==15492== Memcheck, a memory error detector ==15492== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==15492== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==15492== Command: ./syncevo-local-sync ==15492== Parent PID: 15466 ==15492== ==15492== ==15492== HEAP SUMMARY: ==15492== in use at exit: 2,491,352 bytes in 25,307 blocks ==15492== total heap usage: 175,352 allocs, 150,045 frees, 33,921,080 bytes allocated ==15492== ==15492== LEAK SUMMARY: ==15492== definitely lost: 0 bytes in 0 blocks ==15492== indirectly lost: 0 bytes in 0 blocks ==15492== possibly lost: 528 bytes in 2 blocks ==15492== still reachable: 2,229,759 bytes in 21,272 blocks ==15492== of which reachable via heuristic: ==15492== length64 : 592 bytes in 10 blocks ==15492== newarray : 5,976 bytes in 28 blocks ==15492== suppressed: 253,953 bytes in 3,977 blocks ==15492== Reachable blocks (those to which a pointer was found) are not shown. ==15492== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==15492== ==15492== For counts of detected and suppressed errors, rerun with: -v ==15492== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==15507== Memcheck, a memory error detector ==15507== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==15507== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==15507== Command: ./syncevo-local-sync ==15507== Parent PID: 15466 ==15507== ==15507== ==15507== HEAP SUMMARY: ==15507== in use at exit: 3,279,040 bytes in 27,729 blocks ==15507== total heap usage: 174,093 allocs, 146,364 frees, 32,996,284 bytes allocated ==15507== ==15507== LEAK SUMMARY: ==15507== definitely lost: 0 bytes in 0 blocks ==15507== indirectly lost: 0 bytes in 0 blocks ==15507== possibly lost: 528 bytes in 2 blocks ==15507== still reachable: 3,017,463 bytes in 23,694 blocks ==15507== of which reachable via heuristic: ==15507== length64 : 592 bytes in 10 blocks ==15507== newarray : 12,912 bytes in 223 blocks ==15507== suppressed: 253,937 bytes in 3,977 blocks ==15507== Reachable blocks (those to which a pointer was found) are not shown. ==15507== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==15507== ==15507== For counts of detected and suppressed errors, rerun with: -v ==15507== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==15525== Memcheck, a memory error detector ==15525== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==15525== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==15525== Command: ./syncevo-local-sync ==15525== Parent PID: 15466 ==15525== ==15525== ==15525== HEAP SUMMARY: ==15525== in use at exit: 2,491,312 bytes in 25,307 blocks ==15525== total heap usage: 175,352 allocs, 150,045 frees, 33,921,024 bytes allocated ==15525== ==15525== LEAK SUMMARY: ==15525== definitely lost: 0 bytes in 0 blocks ==15525== indirectly lost: 0 bytes in 0 blocks ==15525== possibly lost: 528 bytes in 2 blocks ==15525== still reachable: 2,229,759 bytes in 21,272 blocks ==15525== of which reachable via heuristic: ==15525== length64 : 592 bytes in 10 blocks ==15525== newarray : 5,976 bytes in 28 blocks ==15525== suppressed: 253,913 bytes in 3,977 blocks ==15525== Reachable blocks (those to which a pointer was found) are not shown. ==15525== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==15525== ==15525== For counts of detected and suppressed errors, rerun with: -v ==15525== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==15540== Memcheck, a memory error detector ==15540== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==15540== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==15540== Command: ./syncevo-local-sync ==15540== Parent PID: 15466 ==15540== ==15540== ==15540== HEAP SUMMARY: ==15540== in use at exit: 3,279,016 bytes in 27,729 blocks ==15540== total heap usage: 174,063 allocs, 146,334 frees, 32,994,275 bytes allocated ==15540== ==15540== LEAK SUMMARY: ==15540== definitely lost: 0 bytes in 0 blocks ==15540== indirectly lost: 0 bytes in 0 blocks ==15540== possibly lost: 528 bytes in 2 blocks ==15540== still reachable: 3,017,463 bytes in 23,694 blocks ==15540== of which reachable via heuristic: ==15540== length64 : 592 bytes in 10 blocks ==15540== newarray : 12,912 bytes in 223 blocks ==15540== suppressed: 253,913 bytes in 3,977 blocks ==15540== Reachable blocks (those to which a pointer was found) are not shown. ==15540== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==15540== ==15540== For counts of detected and suppressed errors, rerun with: -v ==15540== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==15562== Memcheck, a memory error detector ==15562== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==15562== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==15562== Command: ./syncevo-local-sync ==15562== Parent PID: 15466 ==15562== ==15562== ==15562== HEAP SUMMARY: ==15562== in use at exit: 2,491,352 bytes in 25,307 blocks ==15562== total heap usage: 186,094 allocs, 160,787 frees, 35,035,032 bytes allocated ==15562== ==15562== LEAK SUMMARY: ==15562== definitely lost: 0 bytes in 0 blocks ==15562== indirectly lost: 0 bytes in 0 blocks ==15562== possibly lost: 528 bytes in 2 blocks ==15562== still reachable: 2,229,759 bytes in 21,272 blocks ==15562== of which reachable via heuristic: ==15562== length64 : 592 bytes in 10 blocks ==15562== newarray : 5,976 bytes in 28 blocks ==15562== suppressed: 253,953 bytes in 3,977 blocks ==15562== Reachable blocks (those to which a pointer was found) are not shown. ==15562== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==15562== ==15562== For counts of detected and suppressed errors, rerun with: -v ==15562== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==15583== Memcheck, a memory error detector ==15583== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==15583== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==15583== Command: ./syncevo-local-sync ==15583== Parent PID: 15466 ==15583== ==15583== ==15583== HEAP SUMMARY: ==15583== in use at exit: 2,491,320 bytes in 25,307 blocks ==15583== total heap usage: 187,424 allocs, 162,117 frees, 35,182,939 bytes allocated ==15583== ==15583== LEAK SUMMARY: ==15583== definitely lost: 0 bytes in 0 blocks ==15583== indirectly lost: 0 bytes in 0 blocks ==15583== possibly lost: 528 bytes in 2 blocks ==15583== still reachable: 2,229,759 bytes in 21,272 blocks ==15583== of which reachable via heuristic: ==15583== length64 : 592 bytes in 10 blocks ==15583== newarray : 5,976 bytes in 28 blocks ==15583== suppressed: 253,921 bytes in 3,977 blocks ==15583== Reachable blocks (those to which a pointer was found) are not shown. ==15583== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==15583== ==15583== For counts of detected and suppressed errors, rerun with: -v ==15583== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==15595== Memcheck, a memory error detector ==15595== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==15595== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==15595== Command: ./syncevo-local-sync ==15595== Parent PID: 15466 ==15595== ==15595== ==15595== HEAP SUMMARY: ==15595== in use at exit: 2,491,296 bytes in 25,305 blocks ==15595== total heap usage: 184,170 allocs, 158,865 frees, 34,846,787 bytes allocated ==15595== ==15595== LEAK SUMMARY: ==15595== definitely lost: 0 bytes in 0 blocks ==15595== indirectly lost: 0 bytes in 0 blocks ==15595== possibly lost: 528 bytes in 2 blocks ==15595== still reachable: 2,229,759 bytes in 21,272 blocks ==15595== of which reachable via heuristic: ==15595== length64 : 592 bytes in 10 blocks ==15595== newarray : 5,976 bytes in 28 blocks ==15595== suppressed: 253,897 bytes in 3,975 blocks ==15595== Reachable blocks (those to which a pointer was found) are not shown. ==15595== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==15595== ==15595== For counts of detected and suppressed errors, rerun with: -v ==15595== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==15621== Memcheck, a memory error detector ==15621== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==15621== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==15621== Command: ./syncevo-local-sync ==15621== Parent PID: 15466 ==15621== ==15621== ==15621== HEAP SUMMARY: ==15621== in use at exit: 2,491,328 bytes in 25,307 blocks ==15621== total heap usage: 177,931 allocs, 152,624 frees, 34,198,027 bytes allocated ==15621== ==15621== LEAK SUMMARY: ==15621== definitely lost: 0 bytes in 0 blocks ==15621== indirectly lost: 0 bytes in 0 blocks ==15621== possibly lost: 528 bytes in 2 blocks ==15621== still reachable: 2,229,759 bytes in 21,272 blocks ==15621== of which reachable via heuristic: ==15621== length64 : 592 bytes in 10 blocks ==15621== newarray : 5,976 bytes in 28 blocks ==15621== suppressed: 253,929 bytes in 3,977 blocks ==15621== Reachable blocks (those to which a pointer was found) are not shown. ==15621== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==15621== ==15621== For counts of detected and suppressed errors, rerun with: -v ==15621== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1563== Memcheck, a memory error detector ==1563== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1563== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1563== Command: ./syncevo-local-sync ==1563== Parent PID: 1545 ==1563== ==1563== ==1563== HEAP SUMMARY: ==1563== in use at exit: 2,491,352 bytes in 25,307 blocks ==1563== total heap usage: 172,430 allocs, 147,123 frees, 33,460,492 bytes allocated ==1563== ==1563== LEAK SUMMARY: ==1563== definitely lost: 0 bytes in 0 blocks ==1563== indirectly lost: 0 bytes in 0 blocks ==1563== possibly lost: 528 bytes in 2 blocks ==1563== still reachable: 2,229,759 bytes in 21,272 blocks ==1563== of which reachable via heuristic: ==1563== length64 : 592 bytes in 10 blocks ==1563== newarray : 5,976 bytes in 28 blocks ==1563== suppressed: 253,953 bytes in 3,977 blocks ==1563== Reachable blocks (those to which a pointer was found) are not shown. ==1563== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1563== ==1563== For counts of detected and suppressed errors, rerun with: -v ==1563== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==15632== Memcheck, a memory error detector ==15632== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==15632== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==15632== Command: ./syncevo-local-sync ==15632== Parent PID: 15466 ==15632== ==15632== ==15632== HEAP SUMMARY: ==15632== in use at exit: 2,491,344 bytes in 25,307 blocks ==15632== total heap usage: 177,813 allocs, 152,506 frees, 34,176,891 bytes allocated ==15632== ==15632== LEAK SUMMARY: ==15632== definitely lost: 0 bytes in 0 blocks ==15632== indirectly lost: 0 bytes in 0 blocks ==15632== possibly lost: 528 bytes in 2 blocks ==15632== still reachable: 2,229,759 bytes in 21,272 blocks ==15632== of which reachable via heuristic: ==15632== length64 : 592 bytes in 10 blocks ==15632== newarray : 5,976 bytes in 28 blocks ==15632== suppressed: 253,945 bytes in 3,977 blocks ==15632== Reachable blocks (those to which a pointer was found) are not shown. ==15632== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==15632== ==15632== For counts of detected and suppressed errors, rerun with: -v ==15632== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==15646== Memcheck, a memory error detector ==15646== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==15646== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==15646== Command: ./client-test Client::Sync::eds_contact::testOneWayFromRemote ==15646== Parent PID: 111 ==15646== ==15646== ==15646== HEAP SUMMARY: ==15646== in use at exit: 2,930,535 bytes in 30,192 blocks ==15646== total heap usage: 1,837,765 allocs, 1,807,512 frees, 271,490,850 bytes allocated ==15646== ==15646== LEAK SUMMARY: ==15646== definitely lost: 0 bytes in 0 blocks ==15646== indirectly lost: 0 bytes in 0 blocks ==15646== possibly lost: 1,392 bytes in 4 blocks ==15646== still reachable: 2,311,065 bytes in 21,422 blocks ==15646== of which reachable via heuristic: ==15646== length64 : 5,096 bytes in 80 blocks ==15646== newarray : 6,296 bytes in 48 blocks ==15646== suppressed: 528,134 bytes in 8,109 blocks ==15646== Reachable blocks (those to which a pointer was found) are not shown. ==15646== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==15646== ==15646== For counts of detected and suppressed errors, rerun with: -v ==15646== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==15672== Memcheck, a memory error detector ==15672== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==15672== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==15672== Command: ./syncevo-local-sync ==15672== Parent PID: 15646 ==15672== ==15672== ==15672== HEAP SUMMARY: ==15672== in use at exit: 2,491,328 bytes in 25,307 blocks ==15672== total heap usage: 182,199 allocs, 156,892 frees, 34,651,981 bytes allocated ==15672== ==15672== LEAK SUMMARY: ==15672== definitely lost: 0 bytes in 0 blocks ==15672== indirectly lost: 0 bytes in 0 blocks ==15672== possibly lost: 528 bytes in 2 blocks ==15672== still reachable: 2,229,759 bytes in 21,272 blocks ==15672== of which reachable via heuristic: ==15672== length64 : 592 bytes in 10 blocks ==15672== newarray : 5,976 bytes in 28 blocks ==15672== suppressed: 253,929 bytes in 3,977 blocks ==15672== Reachable blocks (those to which a pointer was found) are not shown. ==15672== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==15672== ==15672== For counts of detected and suppressed errors, rerun with: -v ==15672== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==15689== Memcheck, a memory error detector ==15689== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==15689== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==15689== Command: ./syncevo-local-sync ==15689== Parent PID: 15646 ==15689== ==15689== ==15689== HEAP SUMMARY: ==15689== in use at exit: 2,491,352 bytes in 25,307 blocks ==15689== total heap usage: 177,782 allocs, 152,475 frees, 34,205,124 bytes allocated ==15689== ==15689== LEAK SUMMARY: ==15689== definitely lost: 0 bytes in 0 blocks ==15689== indirectly lost: 0 bytes in 0 blocks ==15689== possibly lost: 528 bytes in 2 blocks ==15689== still reachable: 2,229,759 bytes in 21,272 blocks ==15689== of which reachable via heuristic: ==15689== length64 : 592 bytes in 10 blocks ==15689== newarray : 5,976 bytes in 28 blocks ==15689== suppressed: 253,953 bytes in 3,977 blocks ==15689== Reachable blocks (those to which a pointer was found) are not shown. ==15689== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==15689== ==15689== For counts of detected and suppressed errors, rerun with: -v ==15689== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==15696== Memcheck, a memory error detector ==15696== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==15696== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==15696== Command: ./syncevo-local-sync ==15696== Parent PID: 15646 ==15696== ==15696== ==15696== HEAP SUMMARY: ==15696== in use at exit: 2,491,320 bytes in 25,307 blocks ==15696== total heap usage: 176,141 allocs, 150,834 frees, 34,037,980 bytes allocated ==15696== ==15696== LEAK SUMMARY: ==15696== definitely lost: 0 bytes in 0 blocks ==15696== indirectly lost: 0 bytes in 0 blocks ==15696== possibly lost: 528 bytes in 2 blocks ==15696== still reachable: 2,229,759 bytes in 21,272 blocks ==15696== of which reachable via heuristic: ==15696== length64 : 592 bytes in 10 blocks ==15696== newarray : 5,976 bytes in 28 blocks ==15696== suppressed: 253,921 bytes in 3,977 blocks ==15696== Reachable blocks (those to which a pointer was found) are not shown. ==15696== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==15696== ==15696== For counts of detected and suppressed errors, rerun with: -v ==15696== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1570== Memcheck, a memory error detector ==1570== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1570== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1570== Command: ./client-test Client::Sync::eds_event::testRefreshFromRemoteSync ==1570== Parent PID: 111 ==1570== ==1570== ==1570== HEAP SUMMARY: ==1570== in use at exit: 2,886,413 bytes in 29,906 blocks ==1570== total heap usage: 342,035 allocs, 312,075 frees, 50,870,505 bytes allocated ==1570== ==1570== LEAK SUMMARY: ==1570== definitely lost: 0 bytes in 0 blocks ==1570== indirectly lost: 0 bytes in 0 blocks ==1570== possibly lost: 1,392 bytes in 4 blocks ==1570== still reachable: 2,237,841 bytes in 21,420 blocks ==1570== of which reachable via heuristic: ==1570== length64 : 5,080 bytes in 79 blocks ==1570== newarray : 6,312 bytes in 49 blocks ==1570== suppressed: 577,084 bytes in 7,950 blocks ==1570== Reachable blocks (those to which a pointer was found) are not shown. ==1570== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1570== ==1570== For counts of detected and suppressed errors, rerun with: -v ==1570== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==15719== Memcheck, a memory error detector ==15719== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==15719== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==15719== Command: ./syncevo-local-sync ==15719== Parent PID: 15646 ==15719== ==15719== ==15719== HEAP SUMMARY: ==15719== in use at exit: 2,491,320 bytes in 25,307 blocks ==15719== total heap usage: 186,157 allocs, 160,850 frees, 35,040,024 bytes allocated ==15719== ==15719== LEAK SUMMARY: ==15719== definitely lost: 0 bytes in 0 blocks ==15719== indirectly lost: 0 bytes in 0 blocks ==15719== possibly lost: 528 bytes in 2 blocks ==15719== still reachable: 2,229,759 bytes in 21,272 blocks ==15719== of which reachable via heuristic: ==15719== length64 : 592 bytes in 10 blocks ==15719== newarray : 5,976 bytes in 28 blocks ==15719== suppressed: 253,921 bytes in 3,977 blocks ==15719== Reachable blocks (those to which a pointer was found) are not shown. ==15719== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==15719== ==15719== For counts of detected and suppressed errors, rerun with: -v ==15719== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==15740== Memcheck, a memory error detector ==15740== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==15740== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==15740== Command: ./syncevo-local-sync ==15740== Parent PID: 15646 ==15740== ==15740== ==15740== HEAP SUMMARY: ==15740== in use at exit: 2,491,320 bytes in 25,307 blocks ==15740== total heap usage: 183,963 allocs, 158,656 frees, 34,845,533 bytes allocated ==15740== ==15740== LEAK SUMMARY: ==15740== definitely lost: 0 bytes in 0 blocks ==15740== indirectly lost: 0 bytes in 0 blocks ==15740== possibly lost: 528 bytes in 2 blocks ==15740== still reachable: 2,229,759 bytes in 21,272 blocks ==15740== of which reachable via heuristic: ==15740== length64 : 592 bytes in 10 blocks ==15740== newarray : 5,976 bytes in 28 blocks ==15740== suppressed: 253,921 bytes in 3,977 blocks ==15740== Reachable blocks (those to which a pointer was found) are not shown. ==15740== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==15740== ==15740== For counts of detected and suppressed errors, rerun with: -v ==15740== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==15752== Memcheck, a memory error detector ==15752== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==15752== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==15752== Command: ./syncevo-local-sync ==15752== Parent PID: 15646 ==15752== ==15752== ==15752== HEAP SUMMARY: ==15752== in use at exit: 3,281,894 bytes in 27,736 blocks ==15752== total heap usage: 174,526 allocs, 146,790 frees, 33,038,612 bytes allocated ==15752== ==15752== LEAK SUMMARY: ==15752== definitely lost: 0 bytes in 0 blocks ==15752== indirectly lost: 0 bytes in 0 blocks ==15752== possibly lost: 528 bytes in 2 blocks ==15752== still reachable: 3,020,341 bytes in 23,701 blocks ==15752== of which reachable via heuristic: ==15752== length64 : 592 bytes in 10 blocks ==15752== newarray : 12,912 bytes in 223 blocks ==15752== suppressed: 253,913 bytes in 3,977 blocks ==15752== Reachable blocks (those to which a pointer was found) are not shown. ==15752== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==15752== ==15752== For counts of detected and suppressed errors, rerun with: -v ==15752== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==15776== Memcheck, a memory error detector ==15776== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==15776== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==15776== Command: ./syncevo-local-sync ==15776== Parent PID: 15646 ==15776== ==15776== ==15776== HEAP SUMMARY: ==15776== in use at exit: 2,491,328 bytes in 25,307 blocks ==15776== total heap usage: 177,701 allocs, 152,394 frees, 34,178,734 bytes allocated ==15776== ==15776== LEAK SUMMARY: ==15776== definitely lost: 0 bytes in 0 blocks ==15776== indirectly lost: 0 bytes in 0 blocks ==15776== possibly lost: 528 bytes in 2 blocks ==15776== still reachable: 2,229,759 bytes in 21,272 blocks ==15776== of which reachable via heuristic: ==15776== length64 : 592 bytes in 10 blocks ==15776== newarray : 5,976 bytes in 28 blocks ==15776== suppressed: 253,929 bytes in 3,977 blocks ==15776== Reachable blocks (those to which a pointer was found) are not shown. ==15776== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==15776== ==15776== For counts of detected and suppressed errors, rerun with: -v ==15776== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==15787== Memcheck, a memory error detector ==15787== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==15787== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==15787== Command: ./syncevo-local-sync ==15787== Parent PID: 15646 ==15787== ==15787== ==15787== HEAP SUMMARY: ==15787== in use at exit: 2,491,312 bytes in 25,307 blocks ==15787== total heap usage: 177,295 allocs, 151,988 frees, 34,147,488 bytes allocated ==15787== ==15787== LEAK SUMMARY: ==15787== definitely lost: 0 bytes in 0 blocks ==15787== indirectly lost: 0 bytes in 0 blocks ==15787== possibly lost: 528 bytes in 2 blocks ==15787== still reachable: 2,229,759 bytes in 21,272 blocks ==15787== of which reachable via heuristic: ==15787== length64 : 592 bytes in 10 blocks ==15787== newarray : 5,976 bytes in 28 blocks ==15787== suppressed: 253,913 bytes in 3,977 blocks ==15787== Reachable blocks (those to which a pointer was found) are not shown. ==15787== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==15787== ==15787== For counts of detected and suppressed errors, rerun with: -v ==15787== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==158== Memcheck, a memory error detector ==158== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==158== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==158== Command: ./client-test Client::Source::davical_caldav::testChanges ==158== Parent PID: 111 ==158== ==158== ==158== HEAP SUMMARY: ==158== in use at exit: 484,082 bytes in 5,465 blocks ==158== total heap usage: 479,147 allocs, 473,591 frees, 50,710,526 bytes allocated ==158== ==158== LEAK SUMMARY: ==158== definitely lost: 0 bytes in 0 blocks ==158== indirectly lost: 0 bytes in 0 blocks ==158== possibly lost: 1,392 bytes in 4 blocks ==158== still reachable: 199,256 bytes in 1,093 blocks ==158== of which reachable via heuristic: ==158== length64 : 1,032 bytes in 18 blocks ==158== newarray : 5,976 bytes in 28 blocks ==158== suppressed: 271,914 bytes in 4,284 blocks ==158== Reachable blocks (those to which a pointer was found) are not shown. ==158== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==158== ==158== For counts of detected and suppressed errors, rerun with: -v ==158== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==15800== Memcheck, a memory error detector ==15800== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==15800== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==15800== Command: ./client-test Client::Sync::eds_contact::testOneWayFromLocal ==15800== Parent PID: 111 ==15800== ==15800== ==15800== HEAP SUMMARY: ==15800== in use at exit: 2,936,995 bytes in 30,278 blocks ==15800== total heap usage: 2,074,746 allocs, 2,044,406 frees, 303,989,807 bytes allocated ==15800== ==15800== LEAK SUMMARY: ==15800== definitely lost: 0 bytes in 0 blocks ==15800== indirectly lost: 0 bytes in 0 blocks ==15800== possibly lost: 1,824 bytes in 5 blocks ==15800== still reachable: 2,313,965 bytes in 21,427 blocks ==15800== of which reachable via heuristic: ==15800== length64 : 5,096 bytes in 80 blocks ==15800== newarray : 6,296 bytes in 48 blocks ==15800== suppressed: 531,262 bytes in 8,189 blocks ==15800== Reachable blocks (those to which a pointer was found) are not shown. ==15800== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==15800== ==15800== For counts of detected and suppressed errors, rerun with: -v ==15800== ERROR SUMMARY: 5 errors from 5 contexts (suppressed: 68 from 68) ==15826== Memcheck, a memory error detector ==15826== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==15826== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==15826== Command: ./syncevo-local-sync ==15826== Parent PID: 15800 ==15826== ==15826== ==15826== HEAP SUMMARY: ==15826== in use at exit: 2,491,336 bytes in 25,307 blocks ==15826== total heap usage: 175,324 allocs, 150,017 frees, 33,918,603 bytes allocated ==15826== ==15826== LEAK SUMMARY: ==15826== definitely lost: 0 bytes in 0 blocks ==15826== indirectly lost: 0 bytes in 0 blocks ==15826== possibly lost: 528 bytes in 2 blocks ==15826== still reachable: 2,229,759 bytes in 21,272 blocks ==15826== of which reachable via heuristic: ==15826== length64 : 592 bytes in 10 blocks ==15826== newarray : 5,976 bytes in 28 blocks ==15826== suppressed: 253,937 bytes in 3,977 blocks ==15826== Reachable blocks (those to which a pointer was found) are not shown. ==15826== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==15826== ==15826== For counts of detected and suppressed errors, rerun with: -v ==15826== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==15841== Memcheck, a memory error detector ==15841== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==15841== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==15841== Command: ./syncevo-local-sync ==15841== Parent PID: 15800 ==15841== ==15841== ==15841== HEAP SUMMARY: ==15841== in use at exit: 3,279,012 bytes in 27,729 blocks ==15841== total heap usage: 174,089 allocs, 146,360 frees, 32,995,934 bytes allocated ==15841== ==15841== LEAK SUMMARY: ==15841== definitely lost: 0 bytes in 0 blocks ==15841== indirectly lost: 0 bytes in 0 blocks ==15841== possibly lost: 528 bytes in 2 blocks ==15841== still reachable: 3,017,459 bytes in 23,694 blocks ==15841== of which reachable via heuristic: ==15841== length64 : 592 bytes in 10 blocks ==15841== newarray : 12,912 bytes in 223 blocks ==15841== suppressed: 253,913 bytes in 3,977 blocks ==15841== Reachable blocks (those to which a pointer was found) are not shown. ==15841== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==15841== ==15841== For counts of detected and suppressed errors, rerun with: -v ==15841== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==15859== Memcheck, a memory error detector ==15859== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==15859== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==15859== Command: ./syncevo-local-sync ==15859== Parent PID: 15800 ==15859== ==15859== ==15859== HEAP SUMMARY: ==15859== in use at exit: 2,491,312 bytes in 25,307 blocks ==15859== total heap usage: 175,316 allocs, 150,009 frees, 33,918,459 bytes allocated ==15859== ==15859== LEAK SUMMARY: ==15859== definitely lost: 0 bytes in 0 blocks ==15859== indirectly lost: 0 bytes in 0 blocks ==15859== possibly lost: 528 bytes in 2 blocks ==15859== still reachable: 2,229,759 bytes in 21,272 blocks ==15859== of which reachable via heuristic: ==15859== length64 : 592 bytes in 10 blocks ==15859== newarray : 5,976 bytes in 28 blocks ==15859== suppressed: 253,913 bytes in 3,977 blocks ==15859== Reachable blocks (those to which a pointer was found) are not shown. ==15859== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==15859== ==15859== For counts of detected and suppressed errors, rerun with: -v ==15859== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==15874== Memcheck, a memory error detector ==15874== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==15874== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==15874== Command: ./syncevo-local-sync ==15874== Parent PID: 15800 ==15874== ==15874== ==15874== HEAP SUMMARY: ==15874== in use at exit: 3,279,012 bytes in 27,729 blocks ==15874== total heap usage: 174,058 allocs, 146,329 frees, 32,993,936 bytes allocated ==15874== ==15874== LEAK SUMMARY: ==15874== definitely lost: 0 bytes in 0 blocks ==15874== indirectly lost: 0 bytes in 0 blocks ==15874== possibly lost: 528 bytes in 2 blocks ==15874== still reachable: 3,017,459 bytes in 23,694 blocks ==15874== of which reachable via heuristic: ==15874== length64 : 592 bytes in 10 blocks ==15874== newarray : 12,912 bytes in 223 blocks ==15874== suppressed: 253,913 bytes in 3,977 blocks ==15874== Reachable blocks (those to which a pointer was found) are not shown. ==15874== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==15874== ==15874== For counts of detected and suppressed errors, rerun with: -v ==15874== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1588== Memcheck, a memory error detector ==1588== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1588== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1588== Command: ./syncevo-local-sync ==1588== Parent PID: 1570 ==1588== ==1588== ==1588== HEAP SUMMARY: ==1588== in use at exit: 2,491,320 bytes in 25,307 blocks ==1588== total heap usage: 172,413 allocs, 147,106 frees, 33,459,011 bytes allocated ==1588== ==1588== LEAK SUMMARY: ==1588== definitely lost: 0 bytes in 0 blocks ==1588== indirectly lost: 0 bytes in 0 blocks ==1588== possibly lost: 528 bytes in 2 blocks ==1588== still reachable: 2,229,759 bytes in 21,272 blocks ==1588== of which reachable via heuristic: ==1588== length64 : 592 bytes in 10 blocks ==1588== newarray : 5,976 bytes in 28 blocks ==1588== suppressed: 253,921 bytes in 3,977 blocks ==1588== Reachable blocks (those to which a pointer was found) are not shown. ==1588== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1588== ==1588== For counts of detected and suppressed errors, rerun with: -v ==1588== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==15896== Memcheck, a memory error detector ==15896== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==15896== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==15896== Command: ./syncevo-local-sync ==15896== Parent PID: 15800 ==15896== ==15896== ==15896== HEAP SUMMARY: ==15896== in use at exit: 2,491,312 bytes in 25,307 blocks ==15896== total heap usage: 186,161 allocs, 160,854 frees, 35,039,443 bytes allocated ==15896== ==15896== LEAK SUMMARY: ==15896== definitely lost: 0 bytes in 0 blocks ==15896== indirectly lost: 0 bytes in 0 blocks ==15896== possibly lost: 528 bytes in 2 blocks ==15896== still reachable: 2,229,759 bytes in 21,272 blocks ==15896== of which reachable via heuristic: ==15896== length64 : 592 bytes in 10 blocks ==15896== newarray : 5,976 bytes in 28 blocks ==15896== suppressed: 253,913 bytes in 3,977 blocks ==15896== Reachable blocks (those to which a pointer was found) are not shown. ==15896== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==15896== ==15896== For counts of detected and suppressed errors, rerun with: -v ==15896== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==15917== Memcheck, a memory error detector ==15917== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==15917== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==15917== Command: ./syncevo-local-sync ==15917== Parent PID: 15800 ==15917== ==15917== ==15917== HEAP SUMMARY: ==15917== in use at exit: 2,491,328 bytes in 25,307 blocks ==15917== total heap usage: 187,395 allocs, 162,088 frees, 35,180,382 bytes allocated ==15917== ==15917== LEAK SUMMARY: ==15917== definitely lost: 0 bytes in 0 blocks ==15917== indirectly lost: 0 bytes in 0 blocks ==15917== possibly lost: 528 bytes in 2 blocks ==15917== still reachable: 2,229,759 bytes in 21,272 blocks ==15917== of which reachable via heuristic: ==15917== length64 : 592 bytes in 10 blocks ==15917== newarray : 5,976 bytes in 28 blocks ==15917== suppressed: 253,929 bytes in 3,977 blocks ==15917== Reachable blocks (those to which a pointer was found) are not shown. ==15917== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==15917== ==15917== For counts of detected and suppressed errors, rerun with: -v ==15917== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==15929== Memcheck, a memory error detector ==15929== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==15929== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==15929== Command: ./syncevo-local-sync ==15929== Parent PID: 15800 ==15929== ==15929== ==15929== HEAP SUMMARY: ==15929== in use at exit: 2,491,320 bytes in 25,307 blocks ==15929== total heap usage: 184,205 allocs, 158,898 frees, 34,849,076 bytes allocated ==15929== ==15929== LEAK SUMMARY: ==15929== definitely lost: 0 bytes in 0 blocks ==15929== indirectly lost: 0 bytes in 0 blocks ==15929== possibly lost: 528 bytes in 2 blocks ==15929== still reachable: 2,229,759 bytes in 21,272 blocks ==15929== of which reachable via heuristic: ==15929== length64 : 592 bytes in 10 blocks ==15929== newarray : 5,976 bytes in 28 blocks ==15929== suppressed: 253,921 bytes in 3,977 blocks ==15929== Reachable blocks (those to which a pointer was found) are not shown. ==15929== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==15929== ==15929== For counts of detected and suppressed errors, rerun with: -v ==15929== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1595== Memcheck, a memory error detector ==1595== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1595== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1595== Command: ./client-test Client::Sync::eds_event::testRefreshFromLocalSync ==1595== Parent PID: 111 ==1595== ==1595== ==1595== HEAP SUMMARY: ==1595== in use at exit: 2,886,301 bytes in 29,902 blocks ==1595== total heap usage: 341,919 allocs, 311,963 frees, 50,865,917 bytes allocated ==1595== ==1595== LEAK SUMMARY: ==1595== definitely lost: 0 bytes in 0 blocks ==1595== indirectly lost: 0 bytes in 0 blocks ==1595== possibly lost: 1,392 bytes in 4 blocks ==1595== still reachable: 2,237,841 bytes in 21,420 blocks ==1595== of which reachable via heuristic: ==1595== length64 : 5,080 bytes in 79 blocks ==1595== newarray : 6,312 bytes in 49 blocks ==1595== suppressed: 576,972 bytes in 7,946 blocks ==1595== Reachable blocks (those to which a pointer was found) are not shown. ==1595== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1595== ==1595== For counts of detected and suppressed errors, rerun with: -v ==1595== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==15955== Memcheck, a memory error detector ==15955== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==15955== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==15955== Command: ./syncevo-local-sync ==15955== Parent PID: 15800 ==15955== ==15955== ==15955== HEAP SUMMARY: ==15955== in use at exit: 2,491,304 bytes in 25,307 blocks ==15955== total heap usage: 177,934 allocs, 152,627 frees, 34,198,344 bytes allocated ==15955== ==15955== LEAK SUMMARY: ==15955== definitely lost: 0 bytes in 0 blocks ==15955== indirectly lost: 0 bytes in 0 blocks ==15955== possibly lost: 528 bytes in 2 blocks ==15955== still reachable: 2,229,759 bytes in 21,272 blocks ==15955== of which reachable via heuristic: ==15955== length64 : 592 bytes in 10 blocks ==15955== newarray : 5,976 bytes in 28 blocks ==15955== suppressed: 253,905 bytes in 3,977 blocks ==15955== Reachable blocks (those to which a pointer was found) are not shown. ==15955== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==15955== ==15955== For counts of detected and suppressed errors, rerun with: -v ==15955== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==15966== Memcheck, a memory error detector ==15966== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==15966== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==15966== Command: ./syncevo-local-sync ==15966== Parent PID: 15800 ==15966== ==15966== ==15966== HEAP SUMMARY: ==15966== in use at exit: 2,491,272 bytes in 25,305 blocks ==15966== total heap usage: 177,814 allocs, 152,509 frees, 34,176,881 bytes allocated ==15966== ==15966== LEAK SUMMARY: ==15966== definitely lost: 0 bytes in 0 blocks ==15966== indirectly lost: 0 bytes in 0 blocks ==15966== possibly lost: 528 bytes in 2 blocks ==15966== still reachable: 2,229,759 bytes in 21,272 blocks ==15966== of which reachable via heuristic: ==15966== length64 : 592 bytes in 10 blocks ==15966== newarray : 5,976 bytes in 28 blocks ==15966== suppressed: 253,873 bytes in 3,975 blocks ==15966== Reachable blocks (those to which a pointer was found) are not shown. ==15966== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==15966== ==15966== For counts of detected and suppressed errors, rerun with: -v ==15966== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1613== Memcheck, a memory error detector ==1613== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1613== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1613== Command: ./syncevo-local-sync ==1613== Parent PID: 1595 ==1613== ==1613== ==1613== HEAP SUMMARY: ==1613== in use at exit: 2,491,312 bytes in 25,307 blocks ==1613== total heap usage: 172,046 allocs, 146,739 frees, 33,401,769 bytes allocated ==1613== ==1613== LEAK SUMMARY: ==1613== definitely lost: 0 bytes in 0 blocks ==1613== indirectly lost: 0 bytes in 0 blocks ==1613== possibly lost: 528 bytes in 2 blocks ==1613== still reachable: 2,229,759 bytes in 21,272 blocks ==1613== of which reachable via heuristic: ==1613== length64 : 592 bytes in 10 blocks ==1613== newarray : 5,976 bytes in 28 blocks ==1613== suppressed: 253,913 bytes in 3,977 blocks ==1613== Reachable blocks (those to which a pointer was found) are not shown. ==1613== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1613== ==1613== For counts of detected and suppressed errors, rerun with: -v ==1613== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==162== Memcheck, a memory error detector ==162== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==162== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==162== Command: ./client-test Client::Source::davical_caldav::testChangesMultiCycles ==162== Parent PID: 111 ==162== ==162== ==162== HEAP SUMMARY: ==162== in use at exit: 481,002 bytes in 5,453 blocks ==162== total heap usage: 382,318 allocs, 376,787 frees, 43,480,679 bytes allocated ==162== ==162== LEAK SUMMARY: ==162== definitely lost: 0 bytes in 0 blocks ==162== indirectly lost: 0 bytes in 0 blocks ==162== possibly lost: 1,392 bytes in 4 blocks ==162== still reachable: 196,248 bytes in 1,082 blocks ==162== of which reachable via heuristic: ==162== length64 : 1,032 bytes in 18 blocks ==162== newarray : 5,976 bytes in 28 blocks ==162== suppressed: 271,842 bytes in 4,283 blocks ==162== Reachable blocks (those to which a pointer was found) are not shown. ==162== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==162== ==162== For counts of detected and suppressed errors, rerun with: -v ==162== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==1620== Memcheck, a memory error detector ==1620== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1620== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1620== Command: ./client-test Client::Sync::eds_event::testRefreshFromServerSemantic ==1620== Parent PID: 111 ==1620== ==1620== ==1620== HEAP SUMMARY: ==1620== in use at exit: 2,883,899 bytes in 29,857 blocks ==1620== total heap usage: 980,250 allocs, 950,336 frees, 143,780,104 bytes allocated ==1620== ==1620== LEAK SUMMARY: ==1620== definitely lost: 0 bytes in 0 blocks ==1620== indirectly lost: 0 bytes in 0 blocks ==1620== possibly lost: 1,392 bytes in 4 blocks ==1620== still reachable: 2,236,973 bytes in 21,413 blocks ==1620== of which reachable via heuristic: ==1620== length64 : 5,120 bytes in 80 blocks ==1620== newarray : 6,312 bytes in 49 blocks ==1620== suppressed: 575,438 bytes in 7,908 blocks ==1620== Reachable blocks (those to which a pointer was found) are not shown. ==1620== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1620== ==1620== For counts of detected and suppressed errors, rerun with: -v ==1620== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==1646== Memcheck, a memory error detector ==1646== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1646== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1646== Command: ./syncevo-local-sync ==1646== Parent PID: 1620 ==1646== ==1646== ==1646== HEAP SUMMARY: ==1646== in use at exit: 2,491,264 bytes in 25,305 blocks ==1646== total heap usage: 171,804 allocs, 146,499 frees, 33,393,450 bytes allocated ==1646== ==1646== LEAK SUMMARY: ==1646== definitely lost: 0 bytes in 0 blocks ==1646== indirectly lost: 0 bytes in 0 blocks ==1646== possibly lost: 528 bytes in 2 blocks ==1646== still reachable: 2,229,759 bytes in 21,272 blocks ==1646== of which reachable via heuristic: ==1646== length64 : 592 bytes in 10 blocks ==1646== newarray : 5,976 bytes in 28 blocks ==1646== suppressed: 253,865 bytes in 3,975 blocks ==1646== Reachable blocks (those to which a pointer was found) are not shown. ==1646== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1646== ==1646== For counts of detected and suppressed errors, rerun with: -v ==1646== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==166== Memcheck, a memory error detector ==166== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==166== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==166== Command: ./client-test Client::Source::davical_caldav::testLinkedSources ==166== Parent PID: 111 ==166== ==166== ==166== HEAP SUMMARY: ==166== in use at exit: 462,626 bytes in 5,383 blocks ==166== total heap usage: 423,102 allocs, 417,634 frees, 48,274,230 bytes allocated ==166== ==166== LEAK SUMMARY: ==166== definitely lost: 0 bytes in 0 blocks ==166== indirectly lost: 0 bytes in 0 blocks ==166== possibly lost: 1,392 bytes in 4 blocks ==166== still reachable: 177,816 bytes in 1,010 blocks ==166== of which reachable via heuristic: ==166== length64 : 1,032 bytes in 18 blocks ==166== newarray : 5,976 bytes in 28 blocks ==166== suppressed: 271,898 bytes in 4,285 blocks ==166== Reachable blocks (those to which a pointer was found) are not shown. ==166== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==166== ==166== For counts of detected and suppressed errors, rerun with: -v ==166== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==1662== Memcheck, a memory error detector ==1662== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1662== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1662== Command: ./syncevo-local-sync ==1662== Parent PID: 1620 ==1662== ==1662== ==1662== HEAP SUMMARY: ==1662== in use at exit: 3,214,161 bytes in 27,622 blocks ==1662== total heap usage: 170,458 allocs, 142,836 frees, 32,485,172 bytes allocated ==1662== ==1662== LEAK SUMMARY: ==1662== definitely lost: 0 bytes in 0 blocks ==1662== indirectly lost: 0 bytes in 0 blocks ==1662== possibly lost: 528 bytes in 2 blocks ==1662== still reachable: 2,952,600 bytes in 23,587 blocks ==1662== of which reachable via heuristic: ==1662== length64 : 592 bytes in 10 blocks ==1662== newarray : 12,912 bytes in 223 blocks ==1662== suppressed: 253,921 bytes in 3,977 blocks ==1662== Reachable blocks (those to which a pointer was found) are not shown. ==1662== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1662== ==1662== For counts of detected and suppressed errors, rerun with: -v ==1662== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1678== Memcheck, a memory error detector ==1678== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1678== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1678== Command: ./syncevo-local-sync ==1678== Parent PID: 1620 ==1678== ==1678== ==1678== HEAP SUMMARY: ==1678== in use at exit: 2,491,272 bytes in 25,305 blocks ==1678== total heap usage: 172,378 allocs, 147,073 frees, 33,478,212 bytes allocated ==1678== ==1678== LEAK SUMMARY: ==1678== definitely lost: 0 bytes in 0 blocks ==1678== indirectly lost: 0 bytes in 0 blocks ==1678== possibly lost: 528 bytes in 2 blocks ==1678== still reachable: 2,229,759 bytes in 21,272 blocks ==1678== of which reachable via heuristic: ==1678== length64 : 592 bytes in 10 blocks ==1678== newarray : 5,976 bytes in 28 blocks ==1678== suppressed: 253,873 bytes in 3,975 blocks ==1678== Reachable blocks (those to which a pointer was found) are not shown. ==1678== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1678== ==1678== For counts of detected and suppressed errors, rerun with: -v ==1678== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1690== Memcheck, a memory error detector ==1690== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1690== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1690== Command: ./syncevo-local-sync ==1690== Parent PID: 1620 ==1690== ==1690== ==1690== HEAP SUMMARY: ==1690== in use at exit: 3,214,125 bytes in 27,622 blocks ==1690== total heap usage: 170,489 allocs, 142,867 frees, 32,486,373 bytes allocated ==1690== ==1690== LEAK SUMMARY: ==1690== definitely lost: 0 bytes in 0 blocks ==1690== indirectly lost: 0 bytes in 0 blocks ==1690== possibly lost: 528 bytes in 2 blocks ==1690== still reachable: 2,952,564 bytes in 23,587 blocks ==1690== of which reachable via heuristic: ==1690== length64 : 592 bytes in 10 blocks ==1690== newarray : 12,912 bytes in 223 blocks ==1690== suppressed: 253,921 bytes in 3,977 blocks ==1690== Reachable blocks (those to which a pointer was found) are not shown. ==1690== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1690== ==1690== For counts of detected and suppressed errors, rerun with: -v ==1690== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1698== Memcheck, a memory error detector ==1698== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1698== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1698== Command: ./client-test Client::Sync::eds_event::testRefreshFromClientSemantic ==1698== Parent PID: 111 ==1698== ==1698== ==1698== HEAP SUMMARY: ==1698== in use at exit: 2,886,917 bytes in 29,913 blocks ==1698== total heap usage: 1,167,317 allocs, 1,137,346 frees, 173,336,795 bytes allocated ==1698== ==1698== LEAK SUMMARY: ==1698== definitely lost: 0 bytes in 0 blocks ==1698== indirectly lost: 0 bytes in 0 blocks ==1698== possibly lost: 1,392 bytes in 4 blocks ==1698== still reachable: 2,237,841 bytes in 21,420 blocks ==1698== of which reachable via heuristic: ==1698== length64 : 5,120 bytes in 80 blocks ==1698== newarray : 6,312 bytes in 49 blocks ==1698== suppressed: 577,588 bytes in 7,957 blocks ==1698== Reachable blocks (those to which a pointer was found) are not shown. ==1698== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1698== ==1698== For counts of detected and suppressed errors, rerun with: -v ==1698== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==170== Memcheck, a memory error detector ==170== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==170== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==170== Command: ./client-test Client::Source::davical_caldav::testImport ==170== Parent PID: 111 ==170== ==170== ==170== HEAP SUMMARY: ==170== in use at exit: 515,630 bytes in 5,591 blocks ==170== total heap usage: 179,272 allocs, 173,624 frees, 29,767,333 bytes allocated ==170== ==170== LEAK SUMMARY: ==170== definitely lost: 0 bytes in 0 blocks ==170== indirectly lost: 0 bytes in 0 blocks ==170== possibly lost: 1,392 bytes in 4 blocks ==170== still reachable: 230,812 bytes in 1,218 blocks ==170== of which reachable via heuristic: ==170== length64 : 1,032 bytes in 18 blocks ==170== newarray : 5,976 bytes in 28 blocks ==170== suppressed: 271,906 bytes in 4,285 blocks ==170== Reachable blocks (those to which a pointer was found) are not shown. ==170== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==170== ==170== For counts of detected and suppressed errors, rerun with: -v ==170== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==1724== Memcheck, a memory error detector ==1724== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1724== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1724== Command: ./syncevo-local-sync ==1724== Parent PID: 1698 ==1724== ==1724== ==1724== HEAP SUMMARY: ==1724== in use at exit: 2,491,336 bytes in 25,307 blocks ==1724== total heap usage: 171,812 allocs, 146,505 frees, 33,414,141 bytes allocated ==1724== ==1724== LEAK SUMMARY: ==1724== definitely lost: 0 bytes in 0 blocks ==1724== indirectly lost: 0 bytes in 0 blocks ==1724== possibly lost: 528 bytes in 2 blocks ==1724== still reachable: 2,229,759 bytes in 21,272 blocks ==1724== of which reachable via heuristic: ==1724== length64 : 592 bytes in 10 blocks ==1724== newarray : 5,976 bytes in 28 blocks ==1724== suppressed: 253,937 bytes in 3,977 blocks ==1724== Reachable blocks (those to which a pointer was found) are not shown. ==1724== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1724== ==1724== For counts of detected and suppressed errors, rerun with: -v ==1724== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==174== Memcheck, a memory error detector ==174== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==174== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==174== Command: ./client-test Client::Source::davical_caldav::testImport ==174== Parent PID: 170 ==174== ==1740== Memcheck, a memory error detector ==1740== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1740== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1740== Command: ./syncevo-local-sync ==1740== Parent PID: 1698 ==1740== ==1740== ==1740== HEAP SUMMARY: ==1740== in use at exit: 3,214,153 bytes in 27,622 blocks ==1740== total heap usage: 170,475 allocs, 142,853 frees, 32,486,444 bytes allocated ==1740== ==1740== LEAK SUMMARY: ==1740== definitely lost: 0 bytes in 0 blocks ==1740== indirectly lost: 0 bytes in 0 blocks ==1740== possibly lost: 528 bytes in 2 blocks ==1740== still reachable: 2,952,600 bytes in 23,587 blocks ==1740== of which reachable via heuristic: ==1740== length64 : 592 bytes in 10 blocks ==1740== newarray : 12,912 bytes in 223 blocks ==1740== suppressed: 253,913 bytes in 3,977 blocks ==1740== Reachable blocks (those to which a pointer was found) are not shown. ==1740== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1740== ==1740== For counts of detected and suppressed errors, rerun with: -v ==1740== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1756== Memcheck, a memory error detector ==1756== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1756== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1756== Command: ./syncevo-local-sync ==1756== Parent PID: 1698 ==1756== ==1756== ==1756== HEAP SUMMARY: ==1756== in use at exit: 2,491,352 bytes in 25,307 blocks ==1756== total heap usage: 179,040 allocs, 153,733 frees, 34,125,435 bytes allocated ==1756== ==1756== LEAK SUMMARY: ==1756== definitely lost: 0 bytes in 0 blocks ==1756== indirectly lost: 0 bytes in 0 blocks ==1756== possibly lost: 528 bytes in 2 blocks ==1756== still reachable: 2,229,759 bytes in 21,272 blocks ==1756== of which reachable via heuristic: ==1756== length64 : 592 bytes in 10 blocks ==1756== newarray : 5,976 bytes in 28 blocks ==1756== suppressed: 253,953 bytes in 3,977 blocks ==1756== Reachable blocks (those to which a pointer was found) are not shown. ==1756== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1756== ==1756== For counts of detected and suppressed errors, rerun with: -v ==1756== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1772== Memcheck, a memory error detector ==1772== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1772== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1772== Command: ./syncevo-local-sync ==1772== Parent PID: 1698 ==1772== ==1772== ==1772== HEAP SUMMARY: ==1772== in use at exit: 2,514,392 bytes in 25,320 blocks ==1772== total heap usage: 173,070 allocs, 147,750 frees, 33,521,415 bytes allocated ==1772== ==1772== LEAK SUMMARY: ==1772== definitely lost: 0 bytes in 0 blocks ==1772== indirectly lost: 0 bytes in 0 blocks ==1772== possibly lost: 528 bytes in 2 blocks ==1772== still reachable: 2,252,839 bytes in 21,285 blocks ==1772== of which reachable via heuristic: ==1772== length64 : 592 bytes in 10 blocks ==1772== newarray : 5,976 bytes in 28 blocks ==1772== suppressed: 253,913 bytes in 3,977 blocks ==1772== Reachable blocks (those to which a pointer was found) are not shown. ==1772== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1772== ==1772== For counts of detected and suppressed errors, rerun with: -v ==1772== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1780== Memcheck, a memory error detector ==1780== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1780== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1780== Command: ./syncevo-local-sync ==1780== Parent PID: 1698 ==1780== ==1780== ==1780== HEAP SUMMARY: ==1780== in use at exit: 2,491,336 bytes in 25,307 blocks ==1780== total heap usage: 172,410 allocs, 147,103 frees, 33,459,782 bytes allocated ==1780== ==1780== LEAK SUMMARY: ==1780== definitely lost: 0 bytes in 0 blocks ==1780== indirectly lost: 0 bytes in 0 blocks ==1780== possibly lost: 528 bytes in 2 blocks ==1780== still reachable: 2,229,759 bytes in 21,272 blocks ==1780== of which reachable via heuristic: ==1780== length64 : 592 bytes in 10 blocks ==1780== newarray : 5,976 bytes in 28 blocks ==1780== suppressed: 253,937 bytes in 3,977 blocks ==1780== Reachable blocks (those to which a pointer was found) are not shown. ==1780== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1780== ==1780== For counts of detected and suppressed errors, rerun with: -v ==1780== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1788== Memcheck, a memory error detector ==1788== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1788== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1788== Command: ./client-test Client::Sync::eds_event::testRefreshStatus ==1788== Parent PID: 111 ==1788== ==1788== ==1788== HEAP SUMMARY: ==1788== in use at exit: 2,885,452 bytes in 29,881 blocks ==1788== total heap usage: 643,985 allocs, 614,049 frees, 87,672,150 bytes allocated ==1788== ==1788== LEAK SUMMARY: ==1788== definitely lost: 0 bytes in 0 blocks ==1788== indirectly lost: 0 bytes in 0 blocks ==1788== possibly lost: 1,392 bytes in 4 blocks ==1788== still reachable: 2,237,493 bytes in 21,415 blocks ==1788== of which reachable via heuristic: ==1788== length64 : 5,120 bytes in 80 blocks ==1788== newarray : 6,312 bytes in 49 blocks ==1788== suppressed: 576,471 bytes in 7,930 blocks ==1788== Reachable blocks (those to which a pointer was found) are not shown. ==1788== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1788== ==1788== For counts of detected and suppressed errors, rerun with: -v ==1788== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==182== Memcheck, a memory error detector ==182== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==182== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==182== Command: ./client-test Client::Source::davical_caldav::testImportDelete ==182== Parent PID: 111 ==182== ==182== ==182== HEAP SUMMARY: ==182== in use at exit: 574,694 bytes in 5,820 blocks ==182== total heap usage: 217,614 allocs, 211,735 frees, 40,806,022 bytes allocated ==182== ==182== LEAK SUMMARY: ==182== definitely lost: 0 bytes in 0 blocks ==182== indirectly lost: 0 bytes in 0 blocks ==182== possibly lost: 1,392 bytes in 4 blocks ==182== still reachable: 289,948 bytes in 1,449 blocks ==182== of which reachable via heuristic: ==182== length64 : 1,032 bytes in 18 blocks ==182== newarray : 5,976 bytes in 28 blocks ==182== suppressed: 271,834 bytes in 4,283 blocks ==182== Reachable blocks (those to which a pointer was found) are not shown. ==182== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==182== ==182== For counts of detected and suppressed errors, rerun with: -v ==182== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==1830== Memcheck, a memory error detector ==1830== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1830== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1830== Command: ./syncevo-local-sync ==1830== Parent PID: 1788 ==1830== ==1830== ==1830== HEAP SUMMARY: ==1830== in use at exit: 2,491,312 bytes in 25,307 blocks ==1830== total heap usage: 178,753 allocs, 153,446 frees, 34,072,112 bytes allocated ==1830== ==1830== LEAK SUMMARY: ==1830== definitely lost: 0 bytes in 0 blocks ==1830== indirectly lost: 0 bytes in 0 blocks ==1830== possibly lost: 528 bytes in 2 blocks ==1830== still reachable: 2,229,759 bytes in 21,272 blocks ==1830== of which reachable via heuristic: ==1830== length64 : 592 bytes in 10 blocks ==1830== newarray : 5,976 bytes in 28 blocks ==1830== suppressed: 253,913 bytes in 3,977 blocks ==1830== Reachable blocks (those to which a pointer was found) are not shown. ==1830== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1830== ==1830== For counts of detected and suppressed errors, rerun with: -v ==1830== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1838== Memcheck, a memory error detector ==1838== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1838== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1838== Command: ./syncevo-local-sync ==1838== Parent PID: 1788 ==1838== ==1838== ==1838== HEAP SUMMARY: ==1838== in use at exit: 3,217,014 bytes in 27,629 blocks ==1838== total heap usage: 170,889 allocs, 143,260 frees, 32,552,417 bytes allocated ==1838== ==1838== LEAK SUMMARY: ==1838== definitely lost: 0 bytes in 0 blocks ==1838== indirectly lost: 0 bytes in 0 blocks ==1838== possibly lost: 528 bytes in 2 blocks ==1838== still reachable: 2,955,437 bytes in 23,594 blocks ==1838== of which reachable via heuristic: ==1838== length64 : 592 bytes in 10 blocks ==1838== newarray : 12,912 bytes in 223 blocks ==1838== suppressed: 253,937 bytes in 3,977 blocks ==1838== Reachable blocks (those to which a pointer was found) are not shown. ==1838== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1838== ==1838== For counts of detected and suppressed errors, rerun with: -v ==1838== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1846== Memcheck, a memory error detector ==1846== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1846== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1846== Command: ./client-test Client::Sync::eds_event::testTwoWayRestart ==1846== Parent PID: 111 ==1846== ==1846== ==1846== HEAP SUMMARY: ==1846== in use at exit: 2,888,451 bytes in 29,939 blocks ==1846== total heap usage: 825,846 allocs, 795,851 frees, 116,642,901 bytes allocated ==1846== ==1846== LEAK SUMMARY: ==1846== definitely lost: 0 bytes in 0 blocks ==1846== indirectly lost: 0 bytes in 0 blocks ==1846== possibly lost: 1,392 bytes in 4 blocks ==1846== still reachable: 2,240,800 bytes in 21,467 blocks ==1846== of which reachable via heuristic: ==1846== length64 : 5,120 bytes in 80 blocks ==1846== newarray : 6,312 bytes in 49 blocks ==1846== suppressed: 576,163 bytes in 7,936 blocks ==1846== Reachable blocks (those to which a pointer was found) are not shown. ==1846== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1846== ==1846== For counts of detected and suppressed errors, rerun with: -v ==1846== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==186== Memcheck, a memory error detector ==186== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==186== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==186== Command: ./client-test Client::Source::davical_caldav::testImportDelete ==186== Parent PID: 182 ==186== ==1872== Memcheck, a memory error detector ==1872== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1872== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1872== Command: ./syncevo-local-sync ==1872== Parent PID: 1846 ==1872== ==1872== ==1872== HEAP SUMMARY: ==1872== in use at exit: 2,514,408 bytes in 25,320 blocks ==1872== total heap usage: 175,726 allocs, 150,406 frees, 33,837,913 bytes allocated ==1872== ==1872== LEAK SUMMARY: ==1872== definitely lost: 0 bytes in 0 blocks ==1872== indirectly lost: 0 bytes in 0 blocks ==1872== possibly lost: 528 bytes in 2 blocks ==1872== still reachable: 2,252,839 bytes in 21,285 blocks ==1872== of which reachable via heuristic: ==1872== length64 : 592 bytes in 10 blocks ==1872== newarray : 5,976 bytes in 28 blocks ==1872== suppressed: 253,929 bytes in 3,977 blocks ==1872== Reachable blocks (those to which a pointer was found) are not shown. ==1872== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1872== ==1872== For counts of detected and suppressed errors, rerun with: -v ==1872== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1888== Memcheck, a memory error detector ==1888== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1888== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1888== Command: ./syncevo-local-sync ==1888== Parent PID: 1846 ==1888== ==1888== ==1888== HEAP SUMMARY: ==1888== in use at exit: 2,491,320 bytes in 25,307 blocks ==1888== total heap usage: 174,019 allocs, 148,712 frees, 33,666,788 bytes allocated ==1888== ==1888== LEAK SUMMARY: ==1888== definitely lost: 0 bytes in 0 blocks ==1888== indirectly lost: 0 bytes in 0 blocks ==1888== possibly lost: 528 bytes in 2 blocks ==1888== still reachable: 2,229,759 bytes in 21,272 blocks ==1888== of which reachable via heuristic: ==1888== length64 : 592 bytes in 10 blocks ==1888== newarray : 5,976 bytes in 28 blocks ==1888== suppressed: 253,921 bytes in 3,977 blocks ==1888== Reachable blocks (those to which a pointer was found) are not shown. ==1888== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1888== ==1888== For counts of detected and suppressed errors, rerun with: -v ==1888== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1896== Memcheck, a memory error detector ==1896== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1896== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1896== Command: ./syncevo-local-sync ==1896== Parent PID: 1846 ==1896== ==1896== ==1896== HEAP SUMMARY: ==1896== in use at exit: 3,214,001 bytes in 27,622 blocks ==1896== total heap usage: 170,526 allocs, 142,904 frees, 32,507,941 bytes allocated ==1896== ==1896== LEAK SUMMARY: ==1896== definitely lost: 0 bytes in 0 blocks ==1896== indirectly lost: 0 bytes in 0 blocks ==1896== possibly lost: 528 bytes in 2 blocks ==1896== still reachable: 2,952,440 bytes in 23,587 blocks ==1896== of which reachable via heuristic: ==1896== length64 : 592 bytes in 10 blocks ==1896== newarray : 12,912 bytes in 223 blocks ==1896== suppressed: 253,921 bytes in 3,977 blocks ==1896== Reachable blocks (those to which a pointer was found) are not shown. ==1896== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1896== ==1896== For counts of detected and suppressed errors, rerun with: -v ==1896== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1916== Memcheck, a memory error detector ==1916== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1916== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1916== Command: ./client-test Client::Sync::eds_event::testCopy ==1916== Parent PID: 111 ==1916== ==1916== ==1916== HEAP SUMMARY: ==1916== in use at exit: 2,886,853 bytes in 29,911 blocks ==1916== total heap usage: 1,488,555 allocs, 1,458,585 frees, 211,107,388 bytes allocated ==1916== ==1916== LEAK SUMMARY: ==1916== definitely lost: 0 bytes in 0 blocks ==1916== indirectly lost: 0 bytes in 0 blocks ==1916== possibly lost: 1,392 bytes in 4 blocks ==1916== still reachable: 2,237,841 bytes in 21,420 blocks ==1916== of which reachable via heuristic: ==1916== length64 : 5,120 bytes in 80 blocks ==1916== newarray : 6,312 bytes in 49 blocks ==1916== suppressed: 577,524 bytes in 7,955 blocks ==1916== Reachable blocks (those to which a pointer was found) are not shown. ==1916== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1916== ==1916== For counts of detected and suppressed errors, rerun with: -v ==1916== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==194== Memcheck, a memory error detector ==194== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==194== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==194== Command: ./client-test Client::Source::davical_caldav::testRemoveProperties ==194== Parent PID: 111 ==194== ==194== ==194== HEAP SUMMARY: ==194== in use at exit: 543,254 bytes in 5,697 blocks ==194== total heap usage: 243,758 allocs, 238,003 frees, 39,324,649 bytes allocated ==194== ==194== LEAK SUMMARY: ==194== definitely lost: 0 bytes in 0 blocks ==194== indirectly lost: 0 bytes in 0 blocks ==194== possibly lost: 1,392 bytes in 4 blocks ==194== still reachable: 258,460 bytes in 1,326 blocks ==194== of which reachable via heuristic: ==194== length64 : 1,032 bytes in 18 blocks ==194== newarray : 5,976 bytes in 28 blocks ==194== suppressed: 271,882 bytes in 4,283 blocks ==194== Reachable blocks (those to which a pointer was found) are not shown. ==194== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==194== ==194== For counts of detected and suppressed errors, rerun with: -v ==194== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==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: ./syncevo-local-sync ==1942== Parent PID: 1916 ==1942== ==1942== ==1942== HEAP SUMMARY: ==1942== in use at exit: 2,491,344 bytes in 25,307 blocks ==1942== total heap usage: 171,814 allocs, 146,507 frees, 33,412,946 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: 2,229,759 bytes in 21,272 blocks ==1942== of which reachable via heuristic: ==1942== length64 : 592 bytes in 10 blocks ==1942== newarray : 5,976 bytes in 28 blocks ==1942== suppressed: 253,945 bytes in 3,977 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: 68 from 68) ==1958== Memcheck, a memory error detector ==1958== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1958== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1958== Command: ./syncevo-local-sync ==1958== Parent PID: 1916 ==1958== ==1958== ==1958== HEAP SUMMARY: ==1958== in use at exit: 3,214,089 bytes in 27,622 blocks ==1958== total heap usage: 170,492 allocs, 142,870 frees, 32,486,165 bytes allocated ==1958== ==1958== LEAK SUMMARY: ==1958== definitely lost: 0 bytes in 0 blocks ==1958== indirectly lost: 0 bytes in 0 blocks ==1958== possibly lost: 528 bytes in 2 blocks ==1958== still reachable: 2,952,536 bytes in 23,587 blocks ==1958== of which reachable via heuristic: ==1958== length64 : 592 bytes in 10 blocks ==1958== newarray : 12,912 bytes in 223 blocks ==1958== suppressed: 253,913 bytes in 3,977 blocks ==1958== Reachable blocks (those to which a pointer was found) are not shown. ==1958== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1958== ==1958== For counts of detected and suppressed errors, rerun with: -v ==1958== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1975== Memcheck, a memory error detector ==1975== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1975== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1975== Command: ./syncevo-local-sync ==1975== Parent PID: 1916 ==1975== ==1975== ==1975== HEAP SUMMARY: ==1975== in use at exit: 2,491,328 bytes in 25,307 blocks ==1975== total heap usage: 171,802 allocs, 146,495 frees, 33,402,303 bytes allocated ==1975== ==1975== LEAK SUMMARY: ==1975== definitely lost: 0 bytes in 0 blocks ==1975== indirectly lost: 0 bytes in 0 blocks ==1975== possibly lost: 528 bytes in 2 blocks ==1975== still reachable: 2,229,759 bytes in 21,272 blocks ==1975== of which reachable via heuristic: ==1975== length64 : 592 bytes in 10 blocks ==1975== newarray : 5,976 bytes in 28 blocks ==1975== suppressed: 253,929 bytes in 3,977 blocks ==1975== Reachable blocks (those to which a pointer was found) are not shown. ==1975== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1975== ==1975== For counts of detected and suppressed errors, rerun with: -v ==1975== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==198== Memcheck, a memory error detector ==198== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==198== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==198== Command: ./client-test Client::Source::davical_caldav::testRemoveProperties ==198== Parent PID: 194 ==198== ==1991== Memcheck, a memory error detector ==1991== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1991== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1991== Command: ./syncevo-local-sync ==1991== Parent PID: 1916 ==1991== ==1991== ==1991== HEAP SUMMARY: ==1991== in use at exit: 3,214,069 bytes in 27,622 blocks ==1991== total heap usage: 170,489 allocs, 142,867 frees, 32,484,977 bytes allocated ==1991== ==1991== LEAK SUMMARY: ==1991== definitely lost: 0 bytes in 0 blocks ==1991== indirectly lost: 0 bytes in 0 blocks ==1991== possibly lost: 528 bytes in 2 blocks ==1991== still reachable: 2,952,516 bytes in 23,587 blocks ==1991== of which reachable via heuristic: ==1991== length64 : 592 bytes in 10 blocks ==1991== newarray : 12,912 bytes in 223 blocks ==1991== suppressed: 253,913 bytes in 3,977 blocks ==1991== Reachable blocks (those to which a pointer was found) are not shown. ==1991== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1991== ==1991== For counts of detected and suppressed errors, rerun with: -v ==1991== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==2007== Memcheck, a memory error detector ==2007== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2007== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2007== Command: ./syncevo-local-sync ==2007== Parent PID: 1916 ==2007== ==2007== ==2007== HEAP SUMMARY: ==2007== in use at exit: 2,491,328 bytes in 25,307 blocks ==2007== total heap usage: 179,070 allocs, 153,763 frees, 34,126,074 bytes allocated ==2007== ==2007== LEAK SUMMARY: ==2007== definitely lost: 0 bytes in 0 blocks ==2007== indirectly lost: 0 bytes in 0 blocks ==2007== possibly lost: 528 bytes in 2 blocks ==2007== still reachable: 2,229,759 bytes in 21,272 blocks ==2007== of which reachable via heuristic: ==2007== length64 : 592 bytes in 10 blocks ==2007== newarray : 5,976 bytes in 28 blocks ==2007== suppressed: 253,929 bytes in 3,977 blocks ==2007== Reachable blocks (those to which a pointer was found) are not shown. ==2007== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==2007== ==2007== For counts of detected and suppressed errors, rerun with: -v ==2007== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==2015== Memcheck, a memory error detector ==2015== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2015== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2015== Command: ./syncevo-local-sync ==2015== Parent PID: 1916 ==2015== ==2015== ==2015== HEAP SUMMARY: ==2015== in use at exit: 2,514,416 bytes in 25,320 blocks ==2015== total heap usage: 176,477 allocs, 151,157 frees, 33,934,258 bytes allocated ==2015== ==2015== LEAK SUMMARY: ==2015== definitely lost: 0 bytes in 0 blocks ==2015== indirectly lost: 0 bytes in 0 blocks ==2015== possibly lost: 528 bytes in 2 blocks ==2015== still reachable: 2,252,839 bytes in 21,285 blocks ==2015== of which reachable via heuristic: ==2015== length64 : 592 bytes in 10 blocks ==2015== newarray : 5,976 bytes in 28 blocks ==2015== suppressed: 253,937 bytes in 3,977 blocks ==2015== Reachable blocks (those to which a pointer was found) are not shown. ==2015== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==2015== ==2015== For counts of detected and suppressed errors, rerun with: -v ==2015== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==2035== Memcheck, a memory error detector ==2035== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2035== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2035== Command: ./client-test Client::Sync::eds_event::testCopy ==2035== Parent PID: 1916 ==2035== ==2051== Memcheck, a memory error detector ==2051== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2051== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2051== Command: ./client-test Client::Sync::eds_event::testCopy ==2051== Parent PID: 1916 ==2051== ==2055== Memcheck, a memory error detector ==2055== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2055== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2055== Command: ./client-test Client::Sync::eds_event::testDelete ==2055== Parent PID: 111 ==2055== ==2055== ==2055== HEAP SUMMARY: ==2055== in use at exit: 2,887,735 bytes in 29,933 blocks ==2055== total heap usage: 1,839,118 allocs, 1,809,124 frees, 268,583,653 bytes allocated ==2055== ==2055== LEAK SUMMARY: ==2055== definitely lost: 0 bytes in 0 blocks ==2055== indirectly lost: 0 bytes in 0 blocks ==2055== possibly lost: 1,392 bytes in 4 blocks ==2055== still reachable: 2,237,997 bytes in 21,418 blocks ==2055== of which reachable via heuristic: ==2055== length64 : 5,120 bytes in 80 blocks ==2055== newarray : 6,312 bytes in 49 blocks ==2055== suppressed: 578,250 bytes in 7,979 blocks ==2055== Reachable blocks (those to which a pointer was found) are not shown. ==2055== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==2055== ==2055== For counts of detected and suppressed errors, rerun with: -v ==2055== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==206== Memcheck, a memory error detector ==206== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==206== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==206== Command: ./client-test Client::Source::davical_caldav::testManyChanges ==206== Parent PID: 111 ==206== ==206== ==206== HEAP SUMMARY: ==206== in use at exit: 514,798 bytes in 5,586 blocks ==206== total heap usage: 200,676 allocs, 195,029 frees, 29,597,545 bytes allocated ==206== ==206== LEAK SUMMARY: ==206== definitely lost: 0 bytes in 0 blocks ==206== indirectly lost: 0 bytes in 0 blocks ==206== possibly lost: 1,392 bytes in 4 blocks ==206== still reachable: 230,044 bytes in 1,215 blocks ==206== of which reachable via heuristic: ==206== length64 : 1,032 bytes in 18 blocks ==206== newarray : 5,976 bytes in 28 blocks ==206== suppressed: 271,842 bytes in 4,283 blocks ==206== Reachable blocks (those to which a pointer was found) are not shown. ==206== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==206== ==206== For counts of detected and suppressed errors, rerun with: -v ==206== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==2081== Memcheck, a memory error detector ==2081== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2081== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2081== Command: ./syncevo-local-sync ==2081== Parent PID: 2055 ==2081== ==2081== ==2081== HEAP SUMMARY: ==2081== in use at exit: 2,514,424 bytes in 25,320 blocks ==2081== total heap usage: 175,745 allocs, 150,425 frees, 33,829,016 bytes allocated ==2081== ==2081== LEAK SUMMARY: ==2081== definitely lost: 0 bytes in 0 blocks ==2081== indirectly lost: 0 bytes in 0 blocks ==2081== possibly lost: 528 bytes in 2 blocks ==2081== still reachable: 2,252,839 bytes in 21,285 blocks ==2081== of which reachable via heuristic: ==2081== length64 : 592 bytes in 10 blocks ==2081== newarray : 5,976 bytes in 28 blocks ==2081== suppressed: 253,945 bytes in 3,977 blocks ==2081== Reachable blocks (those to which a pointer was found) are not shown. ==2081== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==2081== ==2081== For counts of detected and suppressed errors, rerun with: -v ==2081== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==2097== Memcheck, a memory error detector ==2097== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2097== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2097== Command: ./syncevo-local-sync ==2097== Parent PID: 2055 ==2097== ==2097== ==2097== HEAP SUMMARY: ==2097== in use at exit: 2,491,336 bytes in 25,307 blocks ==2097== total heap usage: 174,058 allocs, 148,751 frees, 33,669,754 bytes allocated ==2097== ==2097== LEAK SUMMARY: ==2097== definitely lost: 0 bytes in 0 blocks ==2097== indirectly lost: 0 bytes in 0 blocks ==2097== possibly lost: 528 bytes in 2 blocks ==2097== still reachable: 2,229,759 bytes in 21,272 blocks ==2097== of which reachable via heuristic: ==2097== length64 : 592 bytes in 10 blocks ==2097== newarray : 5,976 bytes in 28 blocks ==2097== suppressed: 253,937 bytes in 3,977 blocks ==2097== Reachable blocks (those to which a pointer was found) are not shown. ==2097== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==2097== ==2097== For counts of detected and suppressed errors, rerun with: -v ==2097== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==210== Memcheck, a memory error detector ==210== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==210== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==210== Command: ./client-test Client::Source::davical_caldav::LinkedItemsDefault::testLinkedItemsParent ==210== Parent PID: 111 ==210== ==210== ==210== HEAP SUMMARY: ==210== in use at exit: 459,558 bytes in 5,372 blocks ==210== total heap usage: 185,267 allocs, 179,833 frees, 22,608,589 bytes allocated ==210== ==210== LEAK SUMMARY: ==210== definitely lost: 0 bytes in 0 blocks ==210== indirectly lost: 0 bytes in 0 blocks ==210== possibly lost: 1,392 bytes in 4 blocks ==210== still reachable: 174,748 bytes in 999 blocks ==210== of which reachable via heuristic: ==210== length64 : 1,032 bytes in 18 blocks ==210== newarray : 5,976 bytes in 28 blocks ==210== suppressed: 271,898 bytes in 4,285 blocks ==210== Reachable blocks (those to which a pointer was found) are not shown. ==210== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==210== ==210== For counts of detected and suppressed errors, rerun with: -v ==210== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==2114== Memcheck, a memory error detector ==2114== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2114== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2114== Command: ./syncevo-local-sync ==2114== Parent PID: 2055 ==2114== ==2114== ==2114== HEAP SUMMARY: ==2114== in use at exit: 2,491,344 bytes in 25,307 blocks ==2114== total heap usage: 171,929 allocs, 146,622 frees, 33,439,678 bytes allocated ==2114== ==2114== LEAK SUMMARY: ==2114== definitely lost: 0 bytes in 0 blocks ==2114== indirectly lost: 0 bytes in 0 blocks ==2114== possibly lost: 528 bytes in 2 blocks ==2114== still reachable: 2,229,759 bytes in 21,272 blocks ==2114== of which reachable via heuristic: ==2114== length64 : 592 bytes in 10 blocks ==2114== newarray : 5,976 bytes in 28 blocks ==2114== suppressed: 253,945 bytes in 3,977 blocks ==2114== Reachable blocks (those to which a pointer was found) are not shown. ==2114== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==2114== ==2114== For counts of detected and suppressed errors, rerun with: -v ==2114== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==2130== Memcheck, a memory error detector ==2130== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2130== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2130== Command: ./syncevo-local-sync ==2130== Parent PID: 2055 ==2130== ==2130== ==2130== HEAP SUMMARY: ==2130== in use at exit: 3,214,069 bytes in 27,622 blocks ==2130== total heap usage: 170,483 allocs, 142,861 frees, 32,485,162 bytes allocated ==2130== ==2130== LEAK SUMMARY: ==2130== definitely lost: 0 bytes in 0 blocks ==2130== indirectly lost: 0 bytes in 0 blocks ==2130== possibly lost: 528 bytes in 2 blocks ==2130== still reachable: 2,952,524 bytes in 23,587 blocks ==2130== of which reachable via heuristic: ==2130== length64 : 592 bytes in 10 blocks ==2130== newarray : 12,912 bytes in 223 blocks ==2130== suppressed: 253,905 bytes in 3,977 blocks ==2130== Reachable blocks (those to which a pointer was found) are not shown. ==2130== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==2130== ==2130== For counts of detected and suppressed errors, rerun with: -v ==2130== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==214== Memcheck, a memory error detector ==214== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==214== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==214== Command: ./client-test Client::Source::davical_caldav::LinkedItemsDefault::testLinkedItemsParent ==214== Parent PID: 210 ==214== ==2146== Memcheck, a memory error detector ==2146== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2146== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2146== Command: ./syncevo-local-sync ==2146== Parent PID: 2055 ==2146== ==2146== ==2146== HEAP SUMMARY: ==2146== in use at exit: 2,491,328 bytes in 25,307 blocks ==2146== total heap usage: 179,149 allocs, 153,842 frees, 34,152,166 bytes allocated ==2146== ==2146== LEAK SUMMARY: ==2146== definitely lost: 0 bytes in 0 blocks ==2146== indirectly lost: 0 bytes in 0 blocks ==2146== possibly lost: 528 bytes in 2 blocks ==2146== still reachable: 2,229,759 bytes in 21,272 blocks ==2146== of which reachable via heuristic: ==2146== length64 : 592 bytes in 10 blocks ==2146== newarray : 5,976 bytes in 28 blocks ==2146== suppressed: 253,929 bytes in 3,977 blocks ==2146== Reachable blocks (those to which a pointer was found) are not shown. ==2146== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==2146== ==2146== For counts of detected and suppressed errors, rerun with: -v ==2146== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==2154== Memcheck, a memory error detector ==2154== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2154== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2154== Command: ./syncevo-local-sync ==2154== Parent PID: 2055 ==2154== ==2154== ==2154== HEAP SUMMARY: ==2154== in use at exit: 2,514,424 bytes in 25,320 blocks ==2154== total heap usage: 176,459 allocs, 151,139 frees, 33,932,932 bytes allocated ==2154== ==2154== LEAK SUMMARY: ==2154== definitely lost: 0 bytes in 0 blocks ==2154== indirectly lost: 0 bytes in 0 blocks ==2154== possibly lost: 528 bytes in 2 blocks ==2154== still reachable: 2,252,839 bytes in 21,285 blocks ==2154== of which reachable via heuristic: ==2154== length64 : 592 bytes in 10 blocks ==2154== newarray : 5,976 bytes in 28 blocks ==2154== suppressed: 253,945 bytes in 3,977 blocks ==2154== Reachable blocks (those to which a pointer was found) are not shown. ==2154== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==2154== ==2154== For counts of detected and suppressed errors, rerun with: -v ==2154== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==2174== Memcheck, a memory error detector ==2174== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2174== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2174== Command: ./client-test Client::Sync::eds_event::testDelete ==2174== Parent PID: 2055 ==2174== ==2186== Memcheck, a memory error detector ==2186== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2186== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2186== Command: ./syncevo-local-sync ==2186== Parent PID: 2055 ==2186== ==2186== ==2186== HEAP SUMMARY: ==2186== in use at exit: 2,491,312 bytes in 25,307 blocks ==2186== total heap usage: 173,975 allocs, 148,668 frees, 33,641,640 bytes allocated ==2186== ==2186== LEAK SUMMARY: ==2186== definitely lost: 0 bytes in 0 blocks ==2186== indirectly lost: 0 bytes in 0 blocks ==2186== possibly lost: 528 bytes in 2 blocks ==2186== still reachable: 2,229,759 bytes in 21,272 blocks ==2186== of which reachable via heuristic: ==2186== length64 : 592 bytes in 10 blocks ==2186== newarray : 5,976 bytes in 28 blocks ==2186== suppressed: 253,913 bytes in 3,977 blocks ==2186== Reachable blocks (those to which a pointer was found) are not shown. ==2186== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==2186== ==2186== For counts of detected and suppressed errors, rerun with: -v ==2186== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==2194== Memcheck, a memory error detector ==2194== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2194== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2194== Command: ./syncevo-local-sync ==2194== Parent PID: 2055 ==2194== ==2194== ==2194== HEAP SUMMARY: ==2194== in use at exit: 2,491,264 bytes in 25,305 blocks ==2194== total heap usage: 173,572 allocs, 148,267 frees, 33,631,239 bytes allocated ==2194== ==2194== LEAK SUMMARY: ==2194== definitely lost: 0 bytes in 0 blocks ==2194== indirectly lost: 0 bytes in 0 blocks ==2194== possibly lost: 528 bytes in 2 blocks ==2194== still reachable: 2,229,759 bytes in 21,272 blocks ==2194== of which reachable via heuristic: ==2194== length64 : 592 bytes in 10 blocks ==2194== newarray : 5,976 bytes in 28 blocks ==2194== suppressed: 253,865 bytes in 3,975 blocks ==2194== Reachable blocks (those to which a pointer was found) are not shown. ==2194== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==2194== ==2194== For counts of detected and suppressed errors, rerun with: -v ==2194== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==2207== Memcheck, a memory error detector ==2207== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2207== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2207== Command: ./client-test Client::Sync::eds_event::testAddUpdate ==2207== Parent PID: 111 ==2207== ==2207== ==2207== HEAP SUMMARY: ==2207== in use at exit: 2,885,556 bytes in 29,896 blocks ==2207== total heap usage: 1,394,490 allocs, 1,364,535 frees, 205,405,086 bytes allocated ==2207== ==2207== LEAK SUMMARY: ==2207== definitely lost: 0 bytes in 0 blocks ==2207== indirectly lost: 0 bytes in 0 blocks ==2207== possibly lost: 1,392 bytes in 4 blocks ==2207== still reachable: 2,238,093 bytes in 21,419 blocks ==2207== of which reachable via heuristic: ==2207== length64 : 5,120 bytes in 80 blocks ==2207== newarray : 6,312 bytes in 49 blocks ==2207== suppressed: 575,975 bytes in 7,941 blocks ==2207== Reachable blocks (those to which a pointer was found) are not shown. ==2207== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==2207== ==2207== For counts of detected and suppressed errors, rerun with: -v ==2207== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==222== Memcheck, a memory error detector ==222== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==222== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==222== Command: ./client-test Client::Source::davical_caldav::LinkedItemsDefault::testLinkedItemsChild ==222== Parent PID: 111 ==222== ==222== ==222== HEAP SUMMARY: ==222== in use at exit: 459,498 bytes in 5,369 blocks ==222== total heap usage: 185,344 allocs, 179,913 frees, 22,608,820 bytes allocated ==222== ==222== LEAK SUMMARY: ==222== definitely lost: 0 bytes in 0 blocks ==222== indirectly lost: 0 bytes in 0 blocks ==222== possibly lost: 1,392 bytes in 4 blocks ==222== still reachable: 174,744 bytes in 998 blocks ==222== of which reachable via heuristic: ==222== length64 : 1,032 bytes in 18 blocks ==222== newarray : 5,976 bytes in 28 blocks ==222== suppressed: 271,842 bytes in 4,283 blocks ==222== Reachable blocks (those to which a pointer was found) are not shown. ==222== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==222== ==222== For counts of detected and suppressed errors, rerun with: -v ==222== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==2233== Memcheck, a memory error detector ==2233== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2233== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2233== Command: ./syncevo-local-sync ==2233== Parent PID: 2207 ==2233== ==2233== ==2233== HEAP SUMMARY: ==2233== in use at exit: 2,491,336 bytes in 25,307 blocks ==2233== total heap usage: 171,833 allocs, 146,526 frees, 33,394,096 bytes allocated ==2233== ==2233== LEAK SUMMARY: ==2233== definitely lost: 0 bytes in 0 blocks ==2233== indirectly lost: 0 bytes in 0 blocks ==2233== possibly lost: 528 bytes in 2 blocks ==2233== still reachable: 2,229,759 bytes in 21,272 blocks ==2233== of which reachable via heuristic: ==2233== length64 : 592 bytes in 10 blocks ==2233== newarray : 5,976 bytes in 28 blocks ==2233== suppressed: 253,937 bytes in 3,977 blocks ==2233== Reachable blocks (those to which a pointer was found) are not shown. ==2233== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==2233== ==2233== For counts of detected and suppressed errors, rerun with: -v ==2233== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==2249== Memcheck, a memory error detector ==2249== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2249== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2249== Command: ./syncevo-local-sync ==2249== Parent PID: 2207 ==2249== ==2249== ==2249== HEAP SUMMARY: ==2249== in use at exit: 3,214,129 bytes in 27,622 blocks ==2249== total heap usage: 170,460 allocs, 142,838 frees, 32,483,645 bytes allocated ==2249== ==2249== LEAK SUMMARY: ==2249== definitely lost: 0 bytes in 0 blocks ==2249== indirectly lost: 0 bytes in 0 blocks ==2249== possibly lost: 528 bytes in 2 blocks ==2249== still reachable: 2,952,536 bytes in 23,587 blocks ==2249== of which reachable via heuristic: ==2249== length64 : 592 bytes in 10 blocks ==2249== newarray : 12,912 bytes in 223 blocks ==2249== suppressed: 253,953 bytes in 3,977 blocks ==2249== Reachable blocks (those to which a pointer was found) are not shown. ==2249== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==2249== ==2249== For counts of detected and suppressed errors, rerun with: -v ==2249== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==2257== Memcheck, a memory error detector ==2257== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2257== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2257== Command: ./syncevo-local-sync ==2257== Parent PID: 2207 ==2257== ==2257== ==2257== HEAP SUMMARY: ==2257== in use at exit: 2,491,296 bytes in 25,305 blocks ==2257== total heap usage: 172,386 allocs, 147,081 frees, 33,456,853 bytes allocated ==2257== ==2257== LEAK SUMMARY: ==2257== definitely lost: 0 bytes in 0 blocks ==2257== indirectly lost: 0 bytes in 0 blocks ==2257== possibly lost: 528 bytes in 2 blocks ==2257== still reachable: 2,229,759 bytes in 21,272 blocks ==2257== of which reachable via heuristic: ==2257== length64 : 592 bytes in 10 blocks ==2257== newarray : 5,976 bytes in 28 blocks ==2257== suppressed: 253,897 bytes in 3,975 blocks ==2257== Reachable blocks (those to which a pointer was found) are not shown. ==2257== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==2257== ==2257== For counts of detected and suppressed errors, rerun with: -v ==2257== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==226== Memcheck, a memory error detector ==226== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==226== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==226== Command: ./client-test Client::Source::davical_caldav::LinkedItemsDefault::testLinkedItemsChild ==226== Parent PID: 222 ==226== ==2274== Memcheck, a memory error detector ==2274== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2274== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2274== Command: ./syncevo-local-sync ==2274== Parent PID: 2207 ==2274== ==2274== ==2274== HEAP SUMMARY: ==2274== in use at exit: 2,491,312 bytes in 25,307 blocks ==2274== total heap usage: 179,042 allocs, 153,735 frees, 34,123,742 bytes allocated ==2274== ==2274== LEAK SUMMARY: ==2274== definitely lost: 0 bytes in 0 blocks ==2274== indirectly lost: 0 bytes in 0 blocks ==2274== possibly lost: 528 bytes in 2 blocks ==2274== still reachable: 2,229,759 bytes in 21,272 blocks ==2274== of which reachable via heuristic: ==2274== length64 : 592 bytes in 10 blocks ==2274== newarray : 5,976 bytes in 28 blocks ==2274== suppressed: 253,913 bytes in 3,977 blocks ==2274== Reachable blocks (those to which a pointer was found) are not shown. ==2274== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==2274== ==2274== For counts of detected and suppressed errors, rerun with: -v ==2274== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==2290== Memcheck, a memory error detector ==2290== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2290== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2290== Command: ./syncevo-local-sync ==2290== Parent PID: 2207 ==2290== ==2290== ==2290== HEAP SUMMARY: ==2290== in use at exit: 2,514,384 bytes in 25,320 blocks ==2290== total heap usage: 181,219 allocs, 155,899 frees, 34,411,992 bytes allocated ==2290== ==2290== LEAK SUMMARY: ==2290== definitely lost: 0 bytes in 0 blocks ==2290== indirectly lost: 0 bytes in 0 blocks ==2290== possibly lost: 528 bytes in 2 blocks ==2290== still reachable: 2,252,839 bytes in 21,285 blocks ==2290== of which reachable via heuristic: ==2290== length64 : 592 bytes in 10 blocks ==2290== newarray : 5,976 bytes in 28 blocks ==2290== suppressed: 253,905 bytes in 3,977 blocks ==2290== Reachable blocks (those to which a pointer was found) are not shown. ==2290== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==2290== ==2290== For counts of detected and suppressed errors, rerun with: -v ==2290== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==2298== Memcheck, a memory error detector ==2298== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2298== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2298== Command: ./syncevo-local-sync ==2298== Parent PID: 2207 ==2298== ==2298== ==2298== HEAP SUMMARY: ==2298== in use at exit: 2,514,408 bytes in 25,320 blocks ==2298== total heap usage: 177,077 allocs, 151,757 frees, 34,001,308 bytes allocated ==2298== ==2298== LEAK SUMMARY: ==2298== definitely lost: 0 bytes in 0 blocks ==2298== indirectly lost: 0 bytes in 0 blocks ==2298== possibly lost: 528 bytes in 2 blocks ==2298== still reachable: 2,252,839 bytes in 21,285 blocks ==2298== of which reachable via heuristic: ==2298== length64 : 592 bytes in 10 blocks ==2298== newarray : 5,976 bytes in 28 blocks ==2298== suppressed: 253,929 bytes in 3,977 blocks ==2298== Reachable blocks (those to which a pointer was found) are not shown. ==2298== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==2298== ==2298== For counts of detected and suppressed errors, rerun with: -v ==2298== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==2318== Memcheck, a memory error detector ==2318== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2318== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2318== Command: ./client-test Client::Sync::eds_event::testAddUpdate ==2318== Parent PID: 2207 ==2318== ==2323== Memcheck, a memory error detector ==2323== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2323== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2323== Command: ./client-test Client::Sync::eds_event::testManyItems ==2323== Parent PID: 111 ==2323== ==2323== ==2323== HEAP SUMMARY: ==2323== in use at exit: 2,892,066 bytes in 29,995 blocks ==2323== total heap usage: 1,634,136 allocs, 1,604,082 frees, 234,896,169 bytes allocated ==2323== ==2323== LEAK SUMMARY: ==2323== definitely lost: 0 bytes in 0 blocks ==2323== indirectly lost: 0 bytes in 0 blocks ==2323== possibly lost: 1,392 bytes in 4 blocks ==2323== still reachable: 2,242,238 bytes in 21,490 blocks ==2323== of which reachable via heuristic: ==2323== length64 : 5,120 bytes in 80 blocks ==2323== newarray : 6,312 bytes in 49 blocks ==2323== suppressed: 578,340 bytes in 7,969 blocks ==2323== Reachable blocks (those to which a pointer was found) are not shown. ==2323== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==2323== ==2323== For counts of detected and suppressed errors, rerun with: -v ==2323== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==234== Memcheck, a memory error detector ==234== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==234== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==234== Command: ./client-test Client::Source::davical_caldav::LinkedItemsDefault::testLinkedItemsParentChild ==234== Parent PID: 111 ==234== ==234== ==234== HEAP SUMMARY: ==234== in use at exit: 477,934 bytes in 5,442 blocks ==234== total heap usage: 228,588 allocs, 223,080 frees, 27,468,062 bytes allocated ==234== ==234== LEAK SUMMARY: ==234== definitely lost: 0 bytes in 0 blocks ==234== indirectly lost: 0 bytes in 0 blocks ==234== possibly lost: 1,392 bytes in 4 blocks ==234== still reachable: 193,180 bytes in 1,071 blocks ==234== of which reachable via heuristic: ==234== length64 : 1,032 bytes in 18 blocks ==234== newarray : 5,976 bytes in 28 blocks ==234== suppressed: 271,842 bytes in 4,283 blocks ==234== Reachable blocks (those to which a pointer was found) are not shown. ==234== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==234== ==234== For counts of detected and suppressed errors, rerun with: -v ==234== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==2350== Memcheck, a memory error detector ==2350== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2350== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2350== Command: ./syncevo-local-sync ==2350== Parent PID: 2323 ==2350== ==2350== ==2350== HEAP SUMMARY: ==2350== in use at exit: 2,514,392 bytes in 25,320 blocks ==2350== total heap usage: 175,737 allocs, 150,417 frees, 33,826,888 bytes allocated ==2350== ==2350== LEAK SUMMARY: ==2350== definitely lost: 0 bytes in 0 blocks ==2350== indirectly lost: 0 bytes in 0 blocks ==2350== possibly lost: 528 bytes in 2 blocks ==2350== still reachable: 2,252,839 bytes in 21,285 blocks ==2350== of which reachable via heuristic: ==2350== length64 : 592 bytes in 10 blocks ==2350== newarray : 5,976 bytes in 28 blocks ==2350== suppressed: 253,913 bytes in 3,977 blocks ==2350== Reachable blocks (those to which a pointer was found) are not shown. ==2350== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==2350== ==2350== For counts of detected and suppressed errors, rerun with: -v ==2350== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==2366== Memcheck, a memory error detector ==2366== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2366== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2366== Command: ./syncevo-local-sync ==2366== Parent PID: 2323 ==2366== ==2366== ==2366== HEAP SUMMARY: ==2366== in use at exit: 2,491,320 bytes in 25,307 blocks ==2366== total heap usage: 174,015 allocs, 148,708 frees, 33,666,085 bytes allocated ==2366== ==2366== LEAK SUMMARY: ==2366== definitely lost: 0 bytes in 0 blocks ==2366== indirectly lost: 0 bytes in 0 blocks ==2366== possibly lost: 528 bytes in 2 blocks ==2366== still reachable: 2,229,759 bytes in 21,272 blocks ==2366== of which reachable via heuristic: ==2366== length64 : 592 bytes in 10 blocks ==2366== newarray : 5,976 bytes in 28 blocks ==2366== suppressed: 253,921 bytes in 3,977 blocks ==2366== Reachable blocks (those to which a pointer was found) are not shown. ==2366== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==2366== ==2366== For counts of detected and suppressed errors, rerun with: -v ==2366== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==2378== Memcheck, a memory error detector ==2378== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2378== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2378== Command: ./syncevo-local-sync ==2378== Parent PID: 2323 ==2378== ==2378== ==2378== HEAP SUMMARY: ==2378== in use at exit: 2,491,320 bytes in 25,307 blocks ==2378== total heap usage: 237,787 allocs, 212,480 frees, 40,777,973 bytes allocated ==2378== ==2378== LEAK SUMMARY: ==2378== definitely lost: 0 bytes in 0 blocks ==2378== indirectly lost: 0 bytes in 0 blocks ==2378== possibly lost: 528 bytes in 2 blocks ==2378== still reachable: 2,229,759 bytes in 21,272 blocks ==2378== of which reachable via heuristic: ==2378== length64 : 592 bytes in 10 blocks ==2378== newarray : 5,976 bytes in 28 blocks ==2378== suppressed: 253,921 bytes in 3,977 blocks ==2378== Reachable blocks (those to which a pointer was found) are not shown. ==2378== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==2378== ==2378== For counts of detected and suppressed errors, rerun with: -v ==2378== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==238== Memcheck, a memory error detector ==238== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==238== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==238== Command: ./client-test Client::Source::davical_caldav::LinkedItemsDefault::testLinkedItemsParentChild ==238== Parent PID: 234 ==238== ==2386== Memcheck, a memory error detector ==2386== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2386== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2386== Command: ./syncevo-local-sync ==2386== Parent PID: 2323 ==2386== ==2386== ==2386== HEAP SUMMARY: ==2386== in use at exit: 2,542,016 bytes in 25,426 blocks ==2386== total heap usage: 211,284 allocs, 185,858 frees, 38,331,018 bytes allocated ==2386== ==2386== LEAK SUMMARY: ==2386== definitely lost: 0 bytes in 0 blocks ==2386== indirectly lost: 0 bytes in 0 blocks ==2386== possibly lost: 528 bytes in 2 blocks ==2386== still reachable: 2,280,487 bytes in 21,393 blocks ==2386== of which reachable via heuristic: ==2386== length64 : 592 bytes in 10 blocks ==2386== newarray : 5,976 bytes in 28 blocks ==2386== suppressed: 253,889 bytes in 3,975 blocks ==2386== Reachable blocks (those to which a pointer was found) are not shown. ==2386== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==2386== ==2386== For counts of detected and suppressed errors, rerun with: -v ==2386== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==2394== Memcheck, a memory error detector ==2394== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2394== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2394== Command: ./syncevo-local-sync ==2394== Parent PID: 2323 ==2394== ==2394== ==2394== HEAP SUMMARY: ==2394== in use at exit: 2,542,048 bytes in 25,428 blocks ==2394== total heap usage: 210,660 allocs, 185,232 frees, 38,278,603 bytes allocated ==2394== ==2394== LEAK SUMMARY: ==2394== definitely lost: 0 bytes in 0 blocks ==2394== indirectly lost: 0 bytes in 0 blocks ==2394== possibly lost: 528 bytes in 2 blocks ==2394== still reachable: 2,280,487 bytes in 21,393 blocks ==2394== of which reachable via heuristic: ==2394== length64 : 592 bytes in 10 blocks ==2394== newarray : 5,976 bytes in 28 blocks ==2394== suppressed: 253,921 bytes in 3,977 blocks ==2394== Reachable blocks (those to which a pointer was found) are not shown. ==2394== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==2394== ==2394== For counts of detected and suppressed errors, rerun with: -v ==2394== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==2403== Memcheck, a memory error detector ==2403== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2403== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2403== Command: ./syncevo-local-sync ==2403== Parent PID: 2323 ==2403== ==2403== ==2403== HEAP SUMMARY: ==2403== in use at exit: 2,542,048 bytes in 25,428 blocks ==2403== total heap usage: 210,427 allocs, 184,999 frees, 38,228,133 bytes allocated ==2403== ==2403== LEAK SUMMARY: ==2403== definitely lost: 0 bytes in 0 blocks ==2403== indirectly lost: 0 bytes in 0 blocks ==2403== possibly lost: 528 bytes in 2 blocks ==2403== still reachable: 2,280,487 bytes in 21,393 blocks ==2403== of which reachable via heuristic: ==2403== length64 : 592 bytes in 10 blocks ==2403== newarray : 5,976 bytes in 28 blocks ==2403== suppressed: 253,921 bytes in 3,977 blocks ==2403== Reachable blocks (those to which a pointer was found) are not shown. ==2403== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==2403== ==2403== For counts of detected and suppressed errors, rerun with: -v ==2403== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==2423== Memcheck, a memory error detector ==2423== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2423== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2423== Command: ./client-test Client::Sync::eds_event::testManyItems ==2423== Parent PID: 2323 ==2423== ==2428== Memcheck, a memory error detector ==2428== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2428== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2428== Command: ./client-test Client::Sync::eds_event::testManyDeletes ==2428== Parent PID: 111 ==2428== ==2428== ==2428== HEAP SUMMARY: ==2428== in use at exit: 2,890,252 bytes in 29,965 blocks ==2428== total heap usage: 2,138,367 allocs, 2,108,341 frees, 290,683,519 bytes allocated ==2428== ==2428== LEAK SUMMARY: ==2428== definitely lost: 0 bytes in 0 blocks ==2428== indirectly lost: 0 bytes in 0 blocks ==2428== possibly lost: 1,392 bytes in 4 blocks ==2428== still reachable: 2,240,712 bytes in 21,466 blocks ==2428== of which reachable via heuristic: ==2428== length64 : 5,120 bytes in 80 blocks ==2428== newarray : 6,312 bytes in 49 blocks ==2428== suppressed: 578,052 bytes in 7,963 blocks ==2428== Reachable blocks (those to which a pointer was found) are not shown. ==2428== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==2428== ==2428== For counts of detected and suppressed errors, rerun with: -v ==2428== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==2454== Memcheck, a memory error detector ==2454== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2454== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2454== Command: ./syncevo-local-sync ==2454== Parent PID: 2428 ==2454== ==2454== ==2454== HEAP SUMMARY: ==2454== in use at exit: 2,542,056 bytes in 25,428 blocks ==2454== total heap usage: 210,429 allocs, 185,001 frees, 38,209,069 bytes allocated ==2454== ==2454== LEAK SUMMARY: ==2454== definitely lost: 0 bytes in 0 blocks ==2454== indirectly lost: 0 bytes in 0 blocks ==2454== possibly lost: 528 bytes in 2 blocks ==2454== still reachable: 2,280,487 bytes in 21,393 blocks ==2454== of which reachable via heuristic: ==2454== length64 : 592 bytes in 10 blocks ==2454== newarray : 5,976 bytes in 28 blocks ==2454== suppressed: 253,929 bytes in 3,977 blocks ==2454== Reachable blocks (those to which a pointer was found) are not shown. ==2454== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==2454== ==2454== For counts of detected and suppressed errors, rerun with: -v ==2454== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==246== Memcheck, a memory error detector ==246== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==246== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==246== Command: ./client-test Client::Source::davical_caldav::LinkedItemsDefault::testLinkedItemsInsertBothUpdateChildNoIDs ==246== Parent PID: 111 ==246== ==246== ==246== HEAP SUMMARY: ==246== in use at exit: 465,646 bytes in 5,394 blocks ==246== total heap usage: 177,822 allocs, 172,367 frees, 22,187,584 bytes allocated ==246== ==246== LEAK SUMMARY: ==246== definitely lost: 0 bytes in 0 blocks ==246== indirectly lost: 0 bytes in 0 blocks ==246== possibly lost: 1,392 bytes in 4 blocks ==246== still reachable: 180,892 bytes in 1,023 blocks ==246== of which reachable via heuristic: ==246== length64 : 1,032 bytes in 18 blocks ==246== newarray : 5,976 bytes in 28 blocks ==246== suppressed: 271,842 bytes in 4,283 blocks ==246== Reachable blocks (those to which a pointer was found) are not shown. ==246== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==246== ==246== For counts of detected and suppressed errors, rerun with: -v ==246== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==2470== Memcheck, a memory error detector ==2470== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2470== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2470== Command: ./syncevo-local-sync ==2470== Parent PID: 2428 ==2470== ==2470== ==2470== HEAP SUMMARY: ==2470== in use at exit: 2,491,336 bytes in 25,307 blocks ==2470== total heap usage: 183,911 allocs, 158,604 frees, 34,539,454 bytes allocated ==2470== ==2470== LEAK SUMMARY: ==2470== definitely lost: 0 bytes in 0 blocks ==2470== indirectly lost: 0 bytes in 0 blocks ==2470== possibly lost: 528 bytes in 2 blocks ==2470== still reachable: 2,229,759 bytes in 21,272 blocks ==2470== of which reachable via heuristic: ==2470== length64 : 592 bytes in 10 blocks ==2470== newarray : 5,976 bytes in 28 blocks ==2470== suppressed: 253,937 bytes in 3,977 blocks ==2470== Reachable blocks (those to which a pointer was found) are not shown. ==2470== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==2470== ==2470== For counts of detected and suppressed errors, rerun with: -v ==2470== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==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: ./syncevo-local-sync ==2482== Parent PID: 2428 ==2482== ==2482== ==2482== HEAP SUMMARY: ==2482== in use at exit: 2,491,304 bytes in 25,307 blocks ==2482== total heap usage: 235,405 allocs, 210,098 frees, 38,043,884 bytes allocated ==2482== ==2482== LEAK SUMMARY: ==2482== definitely lost: 0 bytes in 0 blocks ==2482== indirectly lost: 0 bytes in 0 blocks ==2482== possibly lost: 528 bytes in 2 blocks ==2482== still reachable: 2,229,759 bytes in 21,272 blocks ==2482== of which reachable via heuristic: ==2482== length64 : 592 bytes in 10 blocks ==2482== newarray : 5,976 bytes in 28 blocks ==2482== suppressed: 253,905 bytes in 3,977 blocks ==2482== Reachable blocks (those to which a pointer was found) are not shown. ==2482== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==2482== ==2482== For counts of detected and suppressed errors, rerun with: -v ==2482== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==2490== Memcheck, a memory error detector ==2490== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2490== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2490== Command: ./syncevo-local-sync ==2490== Parent PID: 2428 ==2490== ==2490== ==2490== HEAP SUMMARY: ==2490== in use at exit: 2,542,040 bytes in 25,428 blocks ==2490== total heap usage: 209,210 allocs, 183,782 frees, 37,257,102 bytes allocated ==2490== ==2490== LEAK SUMMARY: ==2490== definitely lost: 0 bytes in 0 blocks ==2490== indirectly lost: 0 bytes in 0 blocks ==2490== possibly lost: 528 bytes in 2 blocks ==2490== still reachable: 2,280,487 bytes in 21,393 blocks ==2490== of which reachable via heuristic: ==2490== length64 : 592 bytes in 10 blocks ==2490== newarray : 5,976 bytes in 28 blocks ==2490== suppressed: 253,913 bytes in 3,977 blocks ==2490== Reachable blocks (those to which a pointer was found) are not shown. ==2490== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==2490== ==2490== For counts of detected and suppressed errors, rerun with: -v ==2490== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==2498== Memcheck, a memory error detector ==2498== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2498== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2498== Command: ./syncevo-local-sync ==2498== Parent PID: 2428 ==2498== ==2498== ==2498== HEAP SUMMARY: ==2498== in use at exit: 2,542,000 bytes in 25,426 blocks ==2498== total heap usage: 209,203 allocs, 183,777 frees, 37,245,869 bytes allocated ==2498== ==2498== LEAK SUMMARY: ==2498== definitely lost: 0 bytes in 0 blocks ==2498== indirectly lost: 0 bytes in 0 blocks ==2498== possibly lost: 528 bytes in 2 blocks ==2498== still reachable: 2,280,487 bytes in 21,393 blocks ==2498== of which reachable via heuristic: ==2498== length64 : 592 bytes in 10 blocks ==2498== newarray : 5,976 bytes in 28 blocks ==2498== suppressed: 253,873 bytes in 3,975 blocks ==2498== Reachable blocks (those to which a pointer was found) are not shown. ==2498== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==2498== ==2498== For counts of detected and suppressed errors, rerun with: -v ==2498== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==250== Memcheck, a memory error detector ==250== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==250== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==250== Command: ./client-test Client::Source::davical_caldav::LinkedItemsDefault::testLinkedItemsInsertBothUpdateChildNoIDs ==250== Parent PID: 246 ==250== ==2507== Memcheck, a memory error detector ==2507== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2507== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2507== Command: ./syncevo-local-sync ==2507== Parent PID: 2428 ==2507== ==2507== ==2507== HEAP SUMMARY: ==2507== in use at exit: 2,542,088 bytes in 25,428 blocks ==2507== total heap usage: 208,380 allocs, 182,952 frees, 35,517,426 bytes allocated ==2507== ==2507== LEAK SUMMARY: ==2507== definitely lost: 0 bytes in 0 blocks ==2507== indirectly lost: 0 bytes in 0 blocks ==2507== possibly lost: 528 bytes in 2 blocks ==2507== still reachable: 2,280,487 bytes in 21,393 blocks ==2507== of which reachable via heuristic: ==2507== length64 : 592 bytes in 10 blocks ==2507== newarray : 5,976 bytes in 28 blocks ==2507== suppressed: 253,961 bytes in 3,977 blocks ==2507== Reachable blocks (those to which a pointer was found) are not shown. ==2507== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==2507== ==2507== For counts of detected and suppressed errors, rerun with: -v ==2507== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==2527== Memcheck, a memory error detector ==2527== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2527== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2527== Command: ./client-test Client::Sync::eds_event::testManyDeletes ==2527== Parent PID: 2428 ==2527== ==2539== Memcheck, a memory error detector ==2539== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2539== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2539== Command: ./syncevo-local-sync ==2539== Parent PID: 2428 ==2539== ==2539== ==2539== HEAP SUMMARY: ==2539== in use at exit: 2,491,312 bytes in 25,307 blocks ==2539== total heap usage: 183,908 allocs, 158,601 frees, 31,525,391 bytes allocated ==2539== ==2539== LEAK SUMMARY: ==2539== definitely lost: 0 bytes in 0 blocks ==2539== indirectly lost: 0 bytes in 0 blocks ==2539== possibly lost: 528 bytes in 2 blocks ==2539== still reachable: 2,229,759 bytes in 21,272 blocks ==2539== of which reachable via heuristic: ==2539== length64 : 592 bytes in 10 blocks ==2539== newarray : 5,976 bytes in 28 blocks ==2539== suppressed: 253,913 bytes in 3,977 blocks ==2539== Reachable blocks (those to which a pointer was found) are not shown. ==2539== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==2539== ==2539== For counts of detected and suppressed errors, rerun with: -v ==2539== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==2547== Memcheck, a memory error detector ==2547== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2547== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2547== Command: ./syncevo-local-sync ==2547== Parent PID: 2428 ==2547== ==2547== ==2547== HEAP SUMMARY: ==2547== in use at exit: 2,491,264 bytes in 25,305 blocks ==2547== total heap usage: 173,129 allocs, 147,824 frees, 30,534,262 bytes allocated ==2547== ==2547== LEAK SUMMARY: ==2547== definitely lost: 0 bytes in 0 blocks ==2547== indirectly lost: 0 bytes in 0 blocks ==2547== possibly lost: 528 bytes in 2 blocks ==2547== still reachable: 2,229,759 bytes in 21,272 blocks ==2547== of which reachable via heuristic: ==2547== length64 : 592 bytes in 10 blocks ==2547== newarray : 5,976 bytes in 28 blocks ==2547== suppressed: 253,865 bytes in 3,975 blocks ==2547== Reachable blocks (those to which a pointer was found) are not shown. ==2547== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==2547== ==2547== For counts of detected and suppressed errors, rerun with: -v ==2547== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==2555== Memcheck, a memory error detector ==2555== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2555== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2555== Command: ./client-test Client::Sync::eds_event::testSlowSyncSemantic ==2555== Parent PID: 111 ==2555== ==2555== ==2555== HEAP SUMMARY: ==2555== in use at exit: 2,890,292 bytes in 29,967 blocks ==2555== total heap usage: 2,299,748 allocs, 2,269,717 frees, 350,120,675 bytes allocated ==2555== ==2555== LEAK SUMMARY: ==2555== definitely lost: 0 bytes in 0 blocks ==2555== indirectly lost: 0 bytes in 0 blocks ==2555== possibly lost: 1,392 bytes in 4 blocks ==2555== still reachable: 2,240,560 bytes in 21,463 blocks ==2555== of which reachable via heuristic: ==2555== length64 : 5,120 bytes in 80 blocks ==2555== newarray : 6,312 bytes in 49 blocks ==2555== suppressed: 578,244 bytes in 7,968 blocks ==2555== Reachable blocks (those to which a pointer was found) are not shown. ==2555== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==2555== ==2555== For counts of detected and suppressed errors, rerun with: -v ==2555== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==258== Memcheck, a memory error detector ==258== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==258== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==258== Command: ./client-test Client::Source::davical_caldav::LinkedItemsDefault::testLinkedItemsChildParent ==258== Parent PID: 111 ==258== ==258== ==258== HEAP SUMMARY: ==258== in use at exit: 471,846 bytes in 5,420 blocks ==258== total heap usage: 198,481 allocs, 192,998 frees, 24,686,903 bytes allocated ==258== ==258== LEAK SUMMARY: ==258== definitely lost: 0 bytes in 0 blocks ==258== indirectly lost: 0 bytes in 0 blocks ==258== possibly lost: 1,392 bytes in 4 blocks ==258== still reachable: 187,036 bytes in 1,047 blocks ==258== of which reachable via heuristic: ==258== length64 : 1,032 bytes in 18 blocks ==258== newarray : 5,976 bytes in 28 blocks ==258== suppressed: 271,898 bytes in 4,285 blocks ==258== Reachable blocks (those to which a pointer was found) are not shown. ==258== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==258== ==258== For counts of detected and suppressed errors, rerun with: -v ==258== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==2582== Memcheck, a memory error detector ==2582== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2582== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2582== Command: ./syncevo-local-sync ==2582== Parent PID: 2555 ==2582== ==2582== ==2582== HEAP SUMMARY: ==2582== in use at exit: 2,491,344 bytes in 25,307 blocks ==2582== total heap usage: 171,849 allocs, 146,542 frees, 33,416,447 bytes allocated ==2582== ==2582== LEAK SUMMARY: ==2582== definitely lost: 0 bytes in 0 blocks ==2582== indirectly lost: 0 bytes in 0 blocks ==2582== possibly lost: 528 bytes in 2 blocks ==2582== still reachable: 2,229,759 bytes in 21,272 blocks ==2582== of which reachable via heuristic: ==2582== length64 : 592 bytes in 10 blocks ==2582== newarray : 5,976 bytes in 28 blocks ==2582== suppressed: 253,945 bytes in 3,977 blocks ==2582== Reachable blocks (those to which a pointer was found) are not shown. ==2582== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==2582== ==2582== For counts of detected and suppressed errors, rerun with: -v ==2582== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==2598== Memcheck, a memory error detector ==2598== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2598== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2598== Command: ./syncevo-local-sync ==2598== Parent PID: 2555 ==2598== ==2598== ==2598== HEAP SUMMARY: ==2598== in use at exit: 3,214,177 bytes in 27,622 blocks ==2598== total heap usage: 170,466 allocs, 142,844 frees, 32,485,371 bytes allocated ==2598== ==2598== LEAK SUMMARY: ==2598== definitely lost: 0 bytes in 0 blocks ==2598== indirectly lost: 0 bytes in 0 blocks ==2598== possibly lost: 528 bytes in 2 blocks ==2598== still reachable: 2,952,584 bytes in 23,587 blocks ==2598== of which reachable via heuristic: ==2598== length64 : 592 bytes in 10 blocks ==2598== newarray : 12,912 bytes in 223 blocks ==2598== suppressed: 253,953 bytes in 3,977 blocks ==2598== Reachable blocks (those to which a pointer was found) are not shown. ==2598== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==2598== ==2598== For counts of detected and suppressed errors, rerun with: -v ==2598== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==2615== Memcheck, a memory error detector ==2615== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2615== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2615== Command: ./syncevo-local-sync ==2615== Parent PID: 2555 ==2615== ==2615== ==2615== HEAP SUMMARY: ==2615== in use at exit: 2,491,312 bytes in 25,307 blocks ==2615== total heap usage: 171,824 allocs, 146,517 frees, 33,393,644 bytes allocated ==2615== ==2615== LEAK SUMMARY: ==2615== definitely lost: 0 bytes in 0 blocks ==2615== indirectly lost: 0 bytes in 0 blocks ==2615== possibly lost: 528 bytes in 2 blocks ==2615== still reachable: 2,229,759 bytes in 21,272 blocks ==2615== of which reachable via heuristic: ==2615== length64 : 592 bytes in 10 blocks ==2615== newarray : 5,976 bytes in 28 blocks ==2615== suppressed: 253,913 bytes in 3,977 blocks ==2615== Reachable blocks (those to which a pointer was found) are not shown. ==2615== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==2615== ==2615== For counts of detected and suppressed errors, rerun with: -v ==2615== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==262== Memcheck, a memory error detector ==262== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==262== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==262== Command: ./client-test Client::Source::davical_caldav::LinkedItemsDefault::testLinkedItemsChildParent ==262== Parent PID: 258 ==262== ==2631== Memcheck, a memory error detector ==2631== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2631== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2631== Command: ./syncevo-local-sync ==2631== Parent PID: 2555 ==2631== ==2631== ==2631== HEAP SUMMARY: ==2631== in use at exit: 3,214,165 bytes in 27,622 blocks ==2631== total heap usage: 170,479 allocs, 142,857 frees, 32,485,693 bytes allocated ==2631== ==2631== LEAK SUMMARY: ==2631== definitely lost: 0 bytes in 0 blocks ==2631== indirectly lost: 0 bytes in 0 blocks ==2631== possibly lost: 528 bytes in 2 blocks ==2631== still reachable: 2,952,564 bytes in 23,587 blocks ==2631== of which reachable via heuristic: ==2631== length64 : 592 bytes in 10 blocks ==2631== newarray : 12,912 bytes in 223 blocks ==2631== suppressed: 253,961 bytes in 3,977 blocks ==2631== Reachable blocks (those to which a pointer was found) are not shown. ==2631== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==2631== ==2631== For counts of detected and suppressed errors, rerun with: -v ==2631== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==2647== Memcheck, a memory error detector ==2647== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2647== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2647== Command: ./syncevo-local-sync ==2647== Parent PID: 2555 ==2647== ==2647== ==2647== HEAP SUMMARY: ==2647== in use at exit: 2,491,328 bytes in 25,307 blocks ==2647== total heap usage: 179,032 allocs, 153,725 frees, 34,124,518 bytes allocated ==2647== ==2647== LEAK SUMMARY: ==2647== definitely lost: 0 bytes in 0 blocks ==2647== indirectly lost: 0 bytes in 0 blocks ==2647== possibly lost: 528 bytes in 2 blocks ==2647== still reachable: 2,229,759 bytes in 21,272 blocks ==2647== of which reachable via heuristic: ==2647== length64 : 592 bytes in 10 blocks ==2647== newarray : 5,976 bytes in 28 blocks ==2647== suppressed: 253,929 bytes in 3,977 blocks ==2647== Reachable blocks (those to which a pointer was found) are not shown. ==2647== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==2647== ==2647== For counts of detected and suppressed errors, rerun with: -v ==2647== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==2655== Memcheck, a memory error detector ==2655== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2655== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2655== Command: ./syncevo-local-sync ==2655== Parent PID: 2555 ==2655== ==2655== ==2655== HEAP SUMMARY: ==2655== in use at exit: 2,514,400 bytes in 25,320 blocks ==2655== total heap usage: 176,464 allocs, 151,144 frees, 33,934,215 bytes allocated ==2655== ==2655== LEAK SUMMARY: ==2655== definitely lost: 0 bytes in 0 blocks ==2655== indirectly lost: 0 bytes in 0 blocks ==2655== possibly lost: 528 bytes in 2 blocks ==2655== still reachable: 2,252,839 bytes in 21,285 blocks ==2655== of which reachable via heuristic: ==2655== length64 : 592 bytes in 10 blocks ==2655== newarray : 5,976 bytes in 28 blocks ==2655== suppressed: 253,921 bytes in 3,977 blocks ==2655== Reachable blocks (those to which a pointer was found) are not shown. ==2655== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==2655== ==2655== For counts of detected and suppressed errors, rerun with: -v ==2655== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==2675== Memcheck, a memory error detector ==2675== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2675== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2675== Command: ./client-test Client::Sync::eds_event::testSlowSyncSemantic ==2675== Parent PID: 2555 ==2675== ==2679== Memcheck, a memory error detector ==2679== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2679== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2679== Command: ./syncevo-local-sync ==2679== Parent PID: 2555 ==2679== ==2679== ==2679== HEAP SUMMARY: ==2679== in use at exit: 2,514,432 bytes in 25,320 blocks ==2679== total heap usage: 175,730 allocs, 150,410 frees, 33,827,318 bytes allocated ==2679== ==2679== LEAK SUMMARY: ==2679== definitely lost: 0 bytes in 0 blocks ==2679== indirectly lost: 0 bytes in 0 blocks ==2679== possibly lost: 528 bytes in 2 blocks ==2679== still reachable: 2,252,839 bytes in 21,285 blocks ==2679== of which reachable via heuristic: ==2679== length64 : 592 bytes in 10 blocks ==2679== newarray : 5,976 bytes in 28 blocks ==2679== suppressed: 253,953 bytes in 3,977 blocks ==2679== Reachable blocks (those to which a pointer was found) are not shown. ==2679== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==2679== ==2679== For counts of detected and suppressed errors, rerun with: -v ==2679== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==2687== Memcheck, a memory error detector ==2687== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2687== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2687== Command: ./syncevo-local-sync ==2687== Parent PID: 2555 ==2687== ==2687== ==2687== HEAP SUMMARY: ==2687== in use at exit: 3,217,010 bytes in 27,629 blocks ==2687== total heap usage: 170,848 allocs, 143,219 frees, 32,549,746 bytes allocated ==2687== ==2687== LEAK SUMMARY: ==2687== definitely lost: 0 bytes in 0 blocks ==2687== indirectly lost: 0 bytes in 0 blocks ==2687== possibly lost: 528 bytes in 2 blocks ==2687== still reachable: 2,955,449 bytes in 23,594 blocks ==2687== of which reachable via heuristic: ==2687== length64 : 592 bytes in 10 blocks ==2687== newarray : 12,912 bytes in 223 blocks ==2687== suppressed: 253,921 bytes in 3,977 blocks ==2687== Reachable blocks (those to which a pointer was found) are not shown. ==2687== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==2687== ==2687== For counts of detected and suppressed errors, rerun with: -v ==2687== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==270== Memcheck, a memory error detector ==270== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==270== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==270== Command: ./client-test Client::Source::davical_caldav::LinkedItemsDefault::testLinkedItemsChildChangesParent ==270== Parent PID: 111 ==270== ==270== ==270== HEAP SUMMARY: ==270== in use at exit: 468,782 bytes in 5,408 blocks ==270== total heap usage: 210,104 allocs, 204,632 frees, 25,736,036 bytes allocated ==270== ==270== LEAK SUMMARY: ==270== definitely lost: 0 bytes in 0 blocks ==270== indirectly lost: 0 bytes in 0 blocks ==270== possibly lost: 1,392 bytes in 4 blocks ==270== still reachable: 183,964 bytes in 1,035 blocks ==270== of which reachable via heuristic: ==270== length64 : 1,032 bytes in 18 blocks ==270== newarray : 5,976 bytes in 28 blocks ==270== suppressed: 271,906 bytes in 4,285 blocks ==270== Reachable blocks (those to which a pointer was found) are not shown. ==270== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==270== ==270== For counts of detected and suppressed errors, rerun with: -v ==270== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==2703== Memcheck, a memory error detector ==2703== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2703== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2703== Command: ./syncevo-local-sync ==2703== Parent PID: 2555 ==2703== ==2703== ==2703== HEAP SUMMARY: ==2703== in use at exit: 2,491,304 bytes in 25,307 blocks ==2703== total heap usage: 174,002 allocs, 148,695 frees, 33,621,982 bytes allocated ==2703== ==2703== LEAK SUMMARY: ==2703== definitely lost: 0 bytes in 0 blocks ==2703== indirectly lost: 0 bytes in 0 blocks ==2703== possibly lost: 528 bytes in 2 blocks ==2703== still reachable: 2,229,759 bytes in 21,272 blocks ==2703== of which reachable via heuristic: ==2703== length64 : 592 bytes in 10 blocks ==2703== newarray : 5,976 bytes in 28 blocks ==2703== suppressed: 253,905 bytes in 3,977 blocks ==2703== Reachable blocks (those to which a pointer was found) are not shown. ==2703== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==2703== ==2703== For counts of detected and suppressed errors, rerun with: -v ==2703== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==2711== Memcheck, a memory error detector ==2711== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2711== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2711== Command: ./syncevo-local-sync ==2711== Parent PID: 2555 ==2711== ==2711== ==2711== HEAP SUMMARY: ==2711== in use at exit: 2,491,352 bytes in 25,307 blocks ==2711== total heap usage: 172,447 allocs, 147,140 frees, 33,481,750 bytes allocated ==2711== ==2711== LEAK SUMMARY: ==2711== definitely lost: 0 bytes in 0 blocks ==2711== indirectly lost: 0 bytes in 0 blocks ==2711== possibly lost: 528 bytes in 2 blocks ==2711== still reachable: 2,229,759 bytes in 21,272 blocks ==2711== of which reachable via heuristic: ==2711== length64 : 592 bytes in 10 blocks ==2711== newarray : 5,976 bytes in 28 blocks ==2711== suppressed: 253,953 bytes in 3,977 blocks ==2711== Reachable blocks (those to which a pointer was found) are not shown. ==2711== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==2711== ==2711== For counts of detected and suppressed errors, rerun with: -v ==2711== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==2719== Memcheck, a memory error detector ==2719== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2719== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2719== Command: ./syncevo-local-sync ==2719== Parent PID: 2555 ==2719== ==2719== ==2719== HEAP SUMMARY: ==2719== in use at exit: 2,491,312 bytes in 25,307 blocks ==2719== total heap usage: 173,594 allocs, 148,287 frees, 33,613,713 bytes allocated ==2719== ==2719== LEAK SUMMARY: ==2719== definitely lost: 0 bytes in 0 blocks ==2719== indirectly lost: 0 bytes in 0 blocks ==2719== possibly lost: 528 bytes in 2 blocks ==2719== still reachable: 2,229,759 bytes in 21,272 blocks ==2719== of which reachable via heuristic: ==2719== length64 : 592 bytes in 10 blocks ==2719== newarray : 5,976 bytes in 28 blocks ==2719== suppressed: 253,913 bytes in 3,977 blocks ==2719== Reachable blocks (those to which a pointer was found) are not shown. ==2719== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==2719== ==2719== For counts of detected and suppressed errors, rerun with: -v ==2719== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==2728== Memcheck, a memory error detector ==2728== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2728== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2728== Command: ./client-test Client::Sync::eds_event::testComplexRefreshFromServerSemantic ==2728== Parent PID: 111 ==2728== ==2728== ==2728== HEAP SUMMARY: ==2728== in use at exit: 2,876,282 bytes in 29,737 blocks ==2728== total heap usage: 2,029,155 allocs, 1,999,356 frees, 297,895,178 bytes allocated ==2728== ==2728== LEAK SUMMARY: ==2728== definitely lost: 0 bytes in 0 blocks ==2728== indirectly lost: 0 bytes in 0 blocks ==2728== possibly lost: 1,392 bytes in 4 blocks ==2728== still reachable: 2,235,629 bytes in 21,411 blocks ==2728== of which reachable via heuristic: ==2728== length64 : 5,120 bytes in 80 blocks ==2728== newarray : 6,312 bytes in 49 blocks ==2728== suppressed: 568,997 bytes in 7,788 blocks ==2728== Reachable blocks (those to which a pointer was found) are not shown. ==2728== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==2728== ==2728== For counts of detected and suppressed errors, rerun with: -v ==2728== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==274== Memcheck, a memory error detector ==274== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==274== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==274== Command: ./client-test Client::Source::davical_caldav::LinkedItemsDefault::testLinkedItemsChildChangesParent ==274== Parent PID: 270 ==274== ==2754== Memcheck, a memory error detector ==2754== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2754== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2754== Command: ./syncevo-local-sync ==2754== Parent PID: 2728 ==2754== ==2754== ==2754== HEAP SUMMARY: ==2754== in use at exit: 2,491,320 bytes in 25,307 blocks ==2754== total heap usage: 171,837 allocs, 146,530 frees, 33,397,542 bytes allocated ==2754== ==2754== LEAK SUMMARY: ==2754== definitely lost: 0 bytes in 0 blocks ==2754== indirectly lost: 0 bytes in 0 blocks ==2754== possibly lost: 528 bytes in 2 blocks ==2754== still reachable: 2,229,759 bytes in 21,272 blocks ==2754== of which reachable via heuristic: ==2754== length64 : 592 bytes in 10 blocks ==2754== newarray : 5,976 bytes in 28 blocks ==2754== suppressed: 253,921 bytes in 3,977 blocks ==2754== Reachable blocks (those to which a pointer was found) are not shown. ==2754== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==2754== ==2754== For counts of detected and suppressed errors, rerun with: -v ==2754== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==2770== Memcheck, a memory error detector ==2770== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2770== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2770== Command: ./syncevo-local-sync ==2770== Parent PID: 2728 ==2770== ==2770== ==2770== HEAP SUMMARY: ==2770== in use at exit: 3,214,201 bytes in 27,622 blocks ==2770== total heap usage: 170,460 allocs, 142,838 frees, 32,486,762 bytes allocated ==2770== ==2770== LEAK SUMMARY: ==2770== definitely lost: 0 bytes in 0 blocks ==2770== indirectly lost: 0 bytes in 0 blocks ==2770== possibly lost: 528 bytes in 2 blocks ==2770== still reachable: 2,952,648 bytes in 23,587 blocks ==2770== of which reachable via heuristic: ==2770== length64 : 592 bytes in 10 blocks ==2770== newarray : 12,912 bytes in 223 blocks ==2770== suppressed: 253,913 bytes in 3,977 blocks ==2770== Reachable blocks (those to which a pointer was found) are not shown. ==2770== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==2770== ==2770== For counts of detected and suppressed errors, rerun with: -v ==2770== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==2787== Memcheck, a memory error detector ==2787== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2787== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2787== Command: ./syncevo-local-sync ==2787== Parent PID: 2728 ==2787== ==2787== ==2787== HEAP SUMMARY: ==2787== in use at exit: 2,491,320 bytes in 25,307 blocks ==2787== total heap usage: 171,799 allocs, 146,492 frees, 33,393,703 bytes allocated ==2787== ==2787== LEAK SUMMARY: ==2787== definitely lost: 0 bytes in 0 blocks ==2787== indirectly lost: 0 bytes in 0 blocks ==2787== possibly lost: 528 bytes in 2 blocks ==2787== still reachable: 2,229,759 bytes in 21,272 blocks ==2787== of which reachable via heuristic: ==2787== length64 : 592 bytes in 10 blocks ==2787== newarray : 5,976 bytes in 28 blocks ==2787== suppressed: 253,921 bytes in 3,977 blocks ==2787== Reachable blocks (those to which a pointer was found) are not shown. ==2787== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==2787== ==2787== For counts of detected and suppressed errors, rerun with: -v ==2787== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==2803== Memcheck, a memory error detector ==2803== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2803== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2803== Command: ./syncevo-local-sync ==2803== Parent PID: 2728 ==2803== ==2803== ==2803== HEAP SUMMARY: ==2803== in use at exit: 3,214,189 bytes in 27,622 blocks ==2803== total heap usage: 170,474 allocs, 142,852 frees, 32,487,158 bytes allocated ==2803== ==2803== LEAK SUMMARY: ==2803== definitely lost: 0 bytes in 0 blocks ==2803== indirectly lost: 0 bytes in 0 blocks ==2803== possibly lost: 528 bytes in 2 blocks ==2803== still reachable: 2,952,628 bytes in 23,587 blocks ==2803== of which reachable via heuristic: ==2803== length64 : 592 bytes in 10 blocks ==2803== newarray : 12,912 bytes in 223 blocks ==2803== suppressed: 253,921 bytes in 3,977 blocks ==2803== Reachable blocks (those to which a pointer was found) are not shown. ==2803== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==2803== ==2803== For counts of detected and suppressed errors, rerun with: -v ==2803== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==2819== Memcheck, a memory error detector ==2819== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2819== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2819== Command: ./syncevo-local-sync ==2819== Parent PID: 2728 ==2819== ==2819== ==2819== HEAP SUMMARY: ==2819== in use at exit: 2,491,304 bytes in 25,307 blocks ==2819== total heap usage: 179,027 allocs, 153,720 frees, 34,125,782 bytes allocated ==2819== ==2819== LEAK SUMMARY: ==2819== definitely lost: 0 bytes in 0 blocks ==2819== indirectly lost: 0 bytes in 0 blocks ==2819== possibly lost: 528 bytes in 2 blocks ==2819== still reachable: 2,229,759 bytes in 21,272 blocks ==2819== of which reachable via heuristic: ==2819== length64 : 592 bytes in 10 blocks ==2819== newarray : 5,976 bytes in 28 blocks ==2819== suppressed: 253,905 bytes in 3,977 blocks ==2819== Reachable blocks (those to which a pointer was found) are not shown. ==2819== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==2819== ==2819== For counts of detected and suppressed errors, rerun with: -v ==2819== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==282== Memcheck, a memory error detector ==282== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==282== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==282== Command: ./client-test Client::Source::davical_caldav::LinkedItemsDefault::testLinkedItemsChildChangesParent ==282== Parent PID: 270 ==282== ==2827== Memcheck, a memory error detector ==2827== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2827== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2827== Command: ./syncevo-local-sync ==2827== Parent PID: 2728 ==2827== ==2827== ==2827== HEAP SUMMARY: ==2827== in use at exit: 2,514,416 bytes in 25,320 blocks ==2827== total heap usage: 176,453 allocs, 151,133 frees, 33,935,410 bytes allocated ==2827== ==2827== LEAK SUMMARY: ==2827== definitely lost: 0 bytes in 0 blocks ==2827== indirectly lost: 0 bytes in 0 blocks ==2827== possibly lost: 528 bytes in 2 blocks ==2827== still reachable: 2,252,839 bytes in 21,285 blocks ==2827== of which reachable via heuristic: ==2827== length64 : 592 bytes in 10 blocks ==2827== newarray : 5,976 bytes in 28 blocks ==2827== suppressed: 253,937 bytes in 3,977 blocks ==2827== Reachable blocks (those to which a pointer was found) are not shown. ==2827== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==2827== ==2827== For counts of detected and suppressed errors, rerun with: -v ==2827== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==2847== Memcheck, a memory error detector ==2847== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2847== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2847== Command: ./client-test Client::Sync::eds_event::testComplexRefreshFromServerSemantic ==2847== Parent PID: 2728 ==2847== ==2863== Memcheck, a memory error detector ==2863== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2863== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2863== Command: ./client-test Client::Sync::eds_event::testComplexRefreshFromServerSemantic ==2863== Parent PID: 2728 ==2863== ==2867== Memcheck, a memory error detector ==2867== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2867== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2867== Command: ./syncevo-local-sync ==2867== Parent PID: 2728 ==2867== ==2867== ==2867== HEAP SUMMARY: ==2867== in use at exit: 2,514,440 bytes in 25,320 blocks ==2867== total heap usage: 176,526 allocs, 151,206 frees, 33,907,818 bytes allocated ==2867== ==2867== LEAK SUMMARY: ==2867== definitely lost: 0 bytes in 0 blocks ==2867== indirectly lost: 0 bytes in 0 blocks ==2867== possibly lost: 528 bytes in 2 blocks ==2867== still reachable: 2,252,839 bytes in 21,285 blocks ==2867== of which reachable via heuristic: ==2867== length64 : 592 bytes in 10 blocks ==2867== newarray : 5,976 bytes in 28 blocks ==2867== suppressed: 253,961 bytes in 3,977 blocks ==2867== Reachable blocks (those to which a pointer was found) are not shown. ==2867== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==2867== ==2867== For counts of detected and suppressed errors, rerun with: -v ==2867== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==2883== Memcheck, a memory error detector ==2883== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2883== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2883== Command: ./syncevo-local-sync ==2883== Parent PID: 2728 ==2883== ==2883== ==2883== HEAP SUMMARY: ==2883== in use at exit: 2,491,336 bytes in 25,307 blocks ==2883== total heap usage: 173,955 allocs, 148,648 frees, 33,643,609 bytes allocated ==2883== ==2883== LEAK SUMMARY: ==2883== definitely lost: 0 bytes in 0 blocks ==2883== indirectly lost: 0 bytes in 0 blocks ==2883== possibly lost: 528 bytes in 2 blocks ==2883== still reachable: 2,229,759 bytes in 21,272 blocks ==2883== of which reachable via heuristic: ==2883== length64 : 592 bytes in 10 blocks ==2883== newarray : 5,976 bytes in 28 blocks ==2883== suppressed: 253,937 bytes in 3,977 blocks ==2883== Reachable blocks (those to which a pointer was found) are not shown. ==2883== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==2883== ==2883== For counts of detected and suppressed errors, rerun with: -v ==2883== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==2891== Memcheck, a memory error detector ==2891== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2891== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2891== Command: ./syncevo-local-sync ==2891== Parent PID: 2728 ==2891== ==2891== ==2891== HEAP SUMMARY: ==2891== in use at exit: 2,491,320 bytes in 25,307 blocks ==2891== total heap usage: 172,552 allocs, 147,245 frees, 33,510,554 bytes allocated ==2891== ==2891== LEAK SUMMARY: ==2891== definitely lost: 0 bytes in 0 blocks ==2891== indirectly lost: 0 bytes in 0 blocks ==2891== possibly lost: 528 bytes in 2 blocks ==2891== still reachable: 2,229,759 bytes in 21,272 blocks ==2891== of which reachable via heuristic: ==2891== length64 : 592 bytes in 10 blocks ==2891== newarray : 5,976 bytes in 28 blocks ==2891== suppressed: 253,921 bytes in 3,977 blocks ==2891== Reachable blocks (those to which a pointer was found) are not shown. ==2891== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==2891== ==2891== For counts of detected and suppressed errors, rerun with: -v ==2891== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==290== Memcheck, a memory error detector ==290== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==290== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==290== Command: ./client-test Client::Source::davical_caldav::LinkedItemsDefault::testLinkedItemsRemoveParentFirst ==290== Parent PID: 111 ==290== ==290== ==290== HEAP SUMMARY: ==290== in use at exit: 474,862 bytes in 5,430 blocks ==290== total heap usage: 221,304 allocs, 215,809 frees, 27,004,271 bytes allocated ==290== ==290== LEAK SUMMARY: ==290== definitely lost: 0 bytes in 0 blocks ==290== indirectly lost: 0 bytes in 0 blocks ==290== possibly lost: 1,392 bytes in 4 blocks ==290== still reachable: 190,108 bytes in 1,059 blocks ==290== of which reachable via heuristic: ==290== length64 : 1,032 bytes in 18 blocks ==290== newarray : 5,976 bytes in 28 blocks ==290== suppressed: 271,842 bytes in 4,283 blocks ==290== Reachable blocks (those to which a pointer was found) are not shown. ==290== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==290== ==290== For counts of detected and suppressed errors, rerun with: -v ==290== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==2900== Memcheck, a memory error detector ==2900== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2900== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2900== Command: ./client-test Client::Sync::eds_event::testDeleteBothSides ==2900== Parent PID: 111 ==2900== ==2900== ==2900== HEAP SUMMARY: ==2900== in use at exit: 2,893,695 bytes in 30,037 blocks ==2900== total heap usage: 1,944,714 allocs, 1,914,616 frees, 274,904,101 bytes allocated ==2900== ==2900== LEAK SUMMARY: ==2900== definitely lost: 0 bytes in 0 blocks ==2900== indirectly lost: 0 bytes in 0 blocks ==2900== possibly lost: 1,392 bytes in 4 blocks ==2900== still reachable: 2,245,313 bytes in 21,541 blocks ==2900== of which reachable via heuristic: ==2900== length64 : 5,120 bytes in 80 blocks ==2900== newarray : 6,312 bytes in 49 blocks ==2900== suppressed: 576,726 bytes in 7,958 blocks ==2900== Reachable blocks (those to which a pointer was found) are not shown. ==2900== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==2900== ==2900== For counts of detected and suppressed errors, rerun with: -v ==2900== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==2927== Memcheck, a memory error detector ==2927== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2927== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2927== Command: ./syncevo-local-sync ==2927== Parent PID: 2900 ==2927== ==2927== ==2927== HEAP SUMMARY: ==2927== in use at exit: 2,491,336 bytes in 25,307 blocks ==2927== total heap usage: 171,780 allocs, 146,473 frees, 33,391,195 bytes allocated ==2927== ==2927== LEAK SUMMARY: ==2927== definitely lost: 0 bytes in 0 blocks ==2927== indirectly lost: 0 bytes in 0 blocks ==2927== possibly lost: 528 bytes in 2 blocks ==2927== still reachable: 2,229,759 bytes in 21,272 blocks ==2927== of which reachable via heuristic: ==2927== length64 : 592 bytes in 10 blocks ==2927== newarray : 5,976 bytes in 28 blocks ==2927== suppressed: 253,937 bytes in 3,977 blocks ==2927== Reachable blocks (those to which a pointer was found) are not shown. ==2927== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==2927== ==2927== For counts of detected and suppressed errors, rerun with: -v ==2927== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==294== Memcheck, a memory error detector ==294== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==294== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==294== Command: ./client-test Client::Source::davical_caldav::LinkedItemsDefault::testLinkedItemsRemoveParentFirst ==294== Parent PID: 290 ==294== ==2943== Memcheck, a memory error detector ==2943== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2943== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2943== Command: ./syncevo-local-sync ==2943== Parent PID: 2900 ==2943== ==2943== ==2943== HEAP SUMMARY: ==2943== in use at exit: 3,214,181 bytes in 27,623 blocks ==2943== total heap usage: 170,475 allocs, 142,852 frees, 32,486,013 bytes allocated ==2943== ==2943== LEAK SUMMARY: ==2943== definitely lost: 0 bytes in 0 blocks ==2943== indirectly lost: 0 bytes in 0 blocks ==2943== possibly lost: 528 bytes in 2 blocks ==2943== still reachable: 2,952,580 bytes in 23,587 blocks ==2943== of which reachable via heuristic: ==2943== length64 : 632 bytes in 11 blocks ==2943== newarray : 12,912 bytes in 223 blocks ==2943== suppressed: 253,961 bytes in 3,978 blocks ==2943== Reachable blocks (those to which a pointer was found) are not shown. ==2943== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==2943== ==2943== For counts of detected and suppressed errors, rerun with: -v ==2943== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==2960== Memcheck, a memory error detector ==2960== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2960== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2960== Command: ./syncevo-local-sync ==2960== Parent PID: 2900 ==2960== ==2960== ==2960== HEAP SUMMARY: ==2960== in use at exit: 2,491,328 bytes in 25,307 blocks ==2960== total heap usage: 171,778 allocs, 146,471 frees, 33,390,717 bytes allocated ==2960== ==2960== LEAK SUMMARY: ==2960== definitely lost: 0 bytes in 0 blocks ==2960== indirectly lost: 0 bytes in 0 blocks ==2960== possibly lost: 528 bytes in 2 blocks ==2960== still reachable: 2,229,759 bytes in 21,272 blocks ==2960== of which reachable via heuristic: ==2960== length64 : 592 bytes in 10 blocks ==2960== newarray : 5,976 bytes in 28 blocks ==2960== suppressed: 253,929 bytes in 3,977 blocks ==2960== Reachable blocks (those to which a pointer was found) are not shown. ==2960== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==2960== ==2960== For counts of detected and suppressed errors, rerun with: -v ==2960== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==2976== Memcheck, a memory error detector ==2976== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2976== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2976== Command: ./syncevo-local-sync ==2976== Parent PID: 2900 ==2976== ==2976== ==2976== HEAP SUMMARY: ==2976== in use at exit: 3,214,177 bytes in 27,623 blocks ==2976== total heap usage: 170,493 allocs, 142,870 frees, 32,486,662 bytes allocated ==2976== ==2976== LEAK SUMMARY: ==2976== definitely lost: 0 bytes in 0 blocks ==2976== indirectly lost: 0 bytes in 0 blocks ==2976== possibly lost: 528 bytes in 2 blocks ==2976== still reachable: 2,952,560 bytes in 23,587 blocks ==2976== of which reachable via heuristic: ==2976== length64 : 632 bytes in 11 blocks ==2976== newarray : 12,912 bytes in 223 blocks ==2976== suppressed: 253,977 bytes in 3,978 blocks ==2976== Reachable blocks (those to which a pointer was found) are not shown. ==2976== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==2976== ==2976== For counts of detected and suppressed errors, rerun with: -v ==2976== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==2992== Memcheck, a memory error detector ==2992== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2992== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2992== Command: ./syncevo-local-sync ==2992== Parent PID: 2900 ==2992== ==2992== ==2992== HEAP SUMMARY: ==2992== in use at exit: 2,491,304 bytes in 25,307 blocks ==2992== total heap usage: 179,043 allocs, 153,736 frees, 34,125,055 bytes allocated ==2992== ==2992== LEAK SUMMARY: ==2992== definitely lost: 0 bytes in 0 blocks ==2992== indirectly lost: 0 bytes in 0 blocks ==2992== possibly lost: 528 bytes in 2 blocks ==2992== still reachable: 2,229,759 bytes in 21,272 blocks ==2992== of which reachable via heuristic: ==2992== length64 : 592 bytes in 10 blocks ==2992== newarray : 5,976 bytes in 28 blocks ==2992== suppressed: 253,905 bytes in 3,977 blocks ==2992== Reachable blocks (those to which a pointer was found) are not shown. ==2992== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==2992== ==2992== For counts of detected and suppressed errors, rerun with: -v ==2992== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==3000== Memcheck, a memory error detector ==3000== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3000== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3000== Command: ./syncevo-local-sync ==3000== Parent PID: 2900 ==3000== ==3000== ==3000== HEAP SUMMARY: ==3000== in use at exit: 2,514,392 bytes in 25,320 blocks ==3000== total heap usage: 176,458 allocs, 151,138 frees, 33,933,833 bytes allocated ==3000== ==3000== LEAK SUMMARY: ==3000== definitely lost: 0 bytes in 0 blocks ==3000== indirectly lost: 0 bytes in 0 blocks ==3000== possibly lost: 528 bytes in 2 blocks ==3000== still reachable: 2,252,839 bytes in 21,285 blocks ==3000== of which reachable via heuristic: ==3000== length64 : 592 bytes in 10 blocks ==3000== newarray : 5,976 bytes in 28 blocks ==3000== suppressed: 253,913 bytes in 3,977 blocks ==3000== Reachable blocks (those to which a pointer was found) are not shown. ==3000== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3000== ==3000== For counts of detected and suppressed errors, rerun with: -v ==3000== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==302== Memcheck, a memory error detector ==302== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==302== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==302== Command: ./client-test Client::Source::davical_caldav::LinkedItemsDefault::testLinkedItemsRemoveParentFirst ==302== Parent PID: 290 ==302== ==3020== Memcheck, a memory error detector ==3020== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3020== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3020== Command: ./client-test Client::Sync::eds_event::testDeleteBothSides ==3020== Parent PID: 2900 ==3020== ==3036== Memcheck, a memory error detector ==3036== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3036== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3036== Command: ./client-test Client::Sync::eds_event::testDeleteBothSides ==3036== Parent PID: 2900 ==3036== ==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: ./syncevo-local-sync ==3056== Parent PID: 2900 ==3056== ==3056== ==3056== HEAP SUMMARY: ==3056== in use at exit: 2,491,312 bytes in 25,307 blocks ==3056== total heap usage: 174,011 allocs, 148,704 frees, 33,646,442 bytes allocated ==3056== ==3056== LEAK SUMMARY: ==3056== definitely lost: 0 bytes in 0 blocks ==3056== indirectly lost: 0 bytes in 0 blocks ==3056== possibly lost: 528 bytes in 2 blocks ==3056== still reachable: 2,229,759 bytes in 21,272 blocks ==3056== of which reachable via heuristic: ==3056== length64 : 592 bytes in 10 blocks ==3056== newarray : 5,976 bytes in 28 blocks ==3056== suppressed: 253,913 bytes in 3,977 blocks ==3056== Reachable blocks (those to which a pointer was found) are not shown. ==3056== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3056== ==3056== For counts of detected and suppressed errors, rerun with: -v ==3056== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==3068== Memcheck, a memory error detector ==3068== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3068== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3068== Command: ./syncevo-local-sync ==3068== Parent PID: 2900 ==3068== ==3068== ==3068== HEAP SUMMARY: ==3068== in use at exit: 2,491,320 bytes in 25,307 blocks ==3068== total heap usage: 173,607 allocs, 148,300 frees, 33,635,434 bytes allocated ==3068== ==3068== LEAK SUMMARY: ==3068== definitely lost: 0 bytes in 0 blocks ==3068== indirectly lost: 0 bytes in 0 blocks ==3068== possibly lost: 528 bytes in 2 blocks ==3068== still reachable: 2,229,759 bytes in 21,272 blocks ==3068== of which reachable via heuristic: ==3068== length64 : 592 bytes in 10 blocks ==3068== newarray : 5,976 bytes in 28 blocks ==3068== suppressed: 253,921 bytes in 3,977 blocks ==3068== Reachable blocks (those to which a pointer was found) are not shown. ==3068== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3068== ==3068== For counts of detected and suppressed errors, rerun with: -v ==3068== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==3088== Memcheck, a memory error detector ==3088== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3088== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3088== Command: ./client-test Client::Sync::eds_event::testAddBothSides ==3088== Parent PID: 111 ==3088== ==3088== ==3088== HEAP SUMMARY: ==3088== in use at exit: 2,887,271 bytes in 29,938 blocks ==3088== total heap usage: 1,791,950 allocs, 1,761,951 frees, 265,708,571 bytes allocated ==3088== ==3088== LEAK SUMMARY: ==3088== definitely lost: 0 bytes in 0 blocks ==3088== indirectly lost: 0 bytes in 0 blocks ==3088== possibly lost: 1,392 bytes in 4 blocks ==3088== still reachable: 2,238,229 bytes in 21,422 blocks ==3088== of which reachable via heuristic: ==3088== length64 : 5,120 bytes in 80 blocks ==3088== newarray : 6,312 bytes in 49 blocks ==3088== suppressed: 577,554 bytes in 7,980 blocks ==3088== Reachable blocks (those to which a pointer was found) are not shown. ==3088== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3088== ==3088== For counts of detected and suppressed errors, rerun with: -v ==3088== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==310== Memcheck, a memory error detector ==310== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==310== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==310== Command: ./client-test Client::Source::davical_caldav::LinkedItemsDefault::testLinkedItemsRemoveNormal ==310== Parent PID: 111 ==310== ==310== ==310== HEAP SUMMARY: ==310== in use at exit: 474,942 bytes in 5,432 blocks ==310== total heap usage: 230,763 allocs, 225,265 frees, 27,981,690 bytes allocated ==310== ==310== LEAK SUMMARY: ==310== definitely lost: 0 bytes in 0 blocks ==310== indirectly lost: 0 bytes in 0 blocks ==310== possibly lost: 1,392 bytes in 4 blocks ==310== still reachable: 190,108 bytes in 1,059 blocks ==310== of which reachable via heuristic: ==310== length64 : 1,032 bytes in 18 blocks ==310== newarray : 5,976 bytes in 28 blocks ==310== suppressed: 271,922 bytes in 4,285 blocks ==310== Reachable blocks (those to which a pointer was found) are not shown. ==310== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==310== ==310== For counts of detected and suppressed errors, rerun with: -v ==310== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==3115== Memcheck, a memory error detector ==3115== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3115== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3115== Command: ./syncevo-local-sync ==3115== Parent PID: 3088 ==3115== ==3115== ==3115== HEAP SUMMARY: ==3115== in use at exit: 2,491,328 bytes in 25,307 blocks ==3115== total heap usage: 171,806 allocs, 146,499 frees, 33,392,206 bytes allocated ==3115== ==3115== LEAK SUMMARY: ==3115== definitely lost: 0 bytes in 0 blocks ==3115== indirectly lost: 0 bytes in 0 blocks ==3115== possibly lost: 528 bytes in 2 blocks ==3115== still reachable: 2,229,759 bytes in 21,272 blocks ==3115== of which reachable via heuristic: ==3115== length64 : 592 bytes in 10 blocks ==3115== newarray : 5,976 bytes in 28 blocks ==3115== suppressed: 253,929 bytes in 3,977 blocks ==3115== Reachable blocks (those to which a pointer was found) are not shown. ==3115== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3115== ==3115== For counts of detected and suppressed errors, rerun with: -v ==3115== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==3131== Memcheck, a memory error detector ==3131== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3131== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3131== Command: ./syncevo-local-sync ==3131== Parent PID: 3088 ==3131== ==3131== ==3131== HEAP SUMMARY: ==3131== in use at exit: 3,214,061 bytes in 27,620 blocks ==3131== total heap usage: 170,434 allocs, 142,814 frees, 32,482,387 bytes allocated ==3131== ==3131== LEAK SUMMARY: ==3131== definitely lost: 0 bytes in 0 blocks ==3131== indirectly lost: 0 bytes in 0 blocks ==3131== possibly lost: 528 bytes in 2 blocks ==3131== still reachable: 2,952,548 bytes in 23,587 blocks ==3131== of which reachable via heuristic: ==3131== length64 : 592 bytes in 10 blocks ==3131== newarray : 12,912 bytes in 223 blocks ==3131== suppressed: 253,873 bytes in 3,975 blocks ==3131== Reachable blocks (those to which a pointer was found) are not shown. ==3131== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3131== ==3131== For counts of detected and suppressed errors, rerun with: -v ==3131== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==314== Memcheck, a memory error detector ==314== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==314== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==314== Command: ./client-test Client::Source::davical_caldav::LinkedItemsDefault::testLinkedItemsRemoveNormal ==314== Parent PID: 310 ==314== ==3148== Memcheck, a memory error detector ==3148== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3148== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3148== Command: ./syncevo-local-sync ==3148== Parent PID: 3088 ==3148== ==3148== ==3148== HEAP SUMMARY: ==3148== in use at exit: 2,491,336 bytes in 25,307 blocks ==3148== total heap usage: 171,791 allocs, 146,484 frees, 33,391,435 bytes allocated ==3148== ==3148== LEAK SUMMARY: ==3148== definitely lost: 0 bytes in 0 blocks ==3148== indirectly lost: 0 bytes in 0 blocks ==3148== possibly lost: 528 bytes in 2 blocks ==3148== still reachable: 2,229,759 bytes in 21,272 blocks ==3148== of which reachable via heuristic: ==3148== length64 : 592 bytes in 10 blocks ==3148== newarray : 5,976 bytes in 28 blocks ==3148== suppressed: 253,937 bytes in 3,977 blocks ==3148== Reachable blocks (those to which a pointer was found) are not shown. ==3148== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3148== ==3148== For counts of detected and suppressed errors, rerun with: -v ==3148== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==3164== Memcheck, a memory error detector ==3164== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3164== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3164== Command: ./syncevo-local-sync ==3164== Parent PID: 3088 ==3164== ==3164== ==3164== HEAP SUMMARY: ==3164== in use at exit: 3,214,117 bytes in 27,622 blocks ==3164== total heap usage: 170,496 allocs, 142,874 frees, 32,486,710 bytes allocated ==3164== ==3164== LEAK SUMMARY: ==3164== definitely lost: 0 bytes in 0 blocks ==3164== indirectly lost: 0 bytes in 0 blocks ==3164== possibly lost: 528 bytes in 2 blocks ==3164== still reachable: 2,952,548 bytes in 23,587 blocks ==3164== of which reachable via heuristic: ==3164== length64 : 592 bytes in 10 blocks ==3164== newarray : 12,912 bytes in 223 blocks ==3164== suppressed: 253,929 bytes in 3,977 blocks ==3164== Reachable blocks (those to which a pointer was found) are not shown. ==3164== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3164== ==3164== For counts of detected and suppressed errors, rerun with: -v ==3164== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==3180== Memcheck, a memory error detector ==3180== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3180== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3180== Command: ./syncevo-local-sync ==3180== Parent PID: 3088 ==3180== ==3180== ==3180== HEAP SUMMARY: ==3180== in use at exit: 2,491,304 bytes in 25,307 blocks ==3180== total heap usage: 179,071 allocs, 153,764 frees, 34,126,871 bytes allocated ==3180== ==3180== LEAK SUMMARY: ==3180== definitely lost: 0 bytes in 0 blocks ==3180== indirectly lost: 0 bytes in 0 blocks ==3180== possibly lost: 528 bytes in 2 blocks ==3180== still reachable: 2,229,759 bytes in 21,272 blocks ==3180== of which reachable via heuristic: ==3180== length64 : 592 bytes in 10 blocks ==3180== newarray : 5,976 bytes in 28 blocks ==3180== suppressed: 253,905 bytes in 3,977 blocks ==3180== Reachable blocks (those to which a pointer was found) are not shown. ==3180== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3180== ==3180== For counts of detected and suppressed errors, rerun with: -v ==3180== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==3196== Memcheck, a memory error detector ==3196== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3196== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3196== Command: ./syncevo-local-sync ==3196== Parent PID: 3088 ==3196== ==3196== ==3196== HEAP SUMMARY: ==3196== in use at exit: 2,514,400 bytes in 25,320 blocks ==3196== total heap usage: 184,138 allocs, 158,818 frees, 34,698,544 bytes allocated ==3196== ==3196== LEAK SUMMARY: ==3196== definitely lost: 0 bytes in 0 blocks ==3196== indirectly lost: 0 bytes in 0 blocks ==3196== possibly lost: 528 bytes in 2 blocks ==3196== still reachable: 2,252,839 bytes in 21,285 blocks ==3196== of which reachable via heuristic: ==3196== length64 : 592 bytes in 10 blocks ==3196== newarray : 5,976 bytes in 28 blocks ==3196== suppressed: 253,921 bytes in 3,977 blocks ==3196== Reachable blocks (those to which a pointer was found) are not shown. ==3196== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3196== ==3196== For counts of detected and suppressed errors, rerun with: -v ==3196== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==3204== Memcheck, a memory error detector ==3204== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3204== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3204== Command: ./syncevo-local-sync ==3204== Parent PID: 3088 ==3204== ==3204== ==3204== HEAP SUMMARY: ==3204== in use at exit: 2,514,392 bytes in 25,320 blocks ==3204== total heap usage: 177,866 allocs, 152,546 frees, 34,083,378 bytes allocated ==3204== ==3204== LEAK SUMMARY: ==3204== definitely lost: 0 bytes in 0 blocks ==3204== indirectly lost: 0 bytes in 0 blocks ==3204== possibly lost: 528 bytes in 2 blocks ==3204== still reachable: 2,252,839 bytes in 21,285 blocks ==3204== of which reachable via heuristic: ==3204== length64 : 592 bytes in 10 blocks ==3204== newarray : 5,976 bytes in 28 blocks ==3204== suppressed: 253,913 bytes in 3,977 blocks ==3204== Reachable blocks (those to which a pointer was found) are not shown. ==3204== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3204== ==3204== For counts of detected and suppressed errors, rerun with: -v ==3204== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==3212== Memcheck, a memory error detector ==3212== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3212== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3212== Command: ./syncevo-local-sync ==3212== Parent PID: 3088 ==3212== ==3212== ==3212== HEAP SUMMARY: ==3212== in use at exit: 3,216,910 bytes in 27,629 blocks ==3212== total heap usage: 170,862 allocs, 143,233 frees, 32,529,984 bytes allocated ==3212== ==3212== LEAK SUMMARY: ==3212== definitely lost: 0 bytes in 0 blocks ==3212== indirectly lost: 0 bytes in 0 blocks ==3212== possibly lost: 528 bytes in 2 blocks ==3212== still reachable: 2,955,357 bytes in 23,594 blocks ==3212== of which reachable via heuristic: ==3212== length64 : 592 bytes in 10 blocks ==3212== newarray : 12,912 bytes in 223 blocks ==3212== suppressed: 253,913 bytes in 3,977 blocks ==3212== Reachable blocks (those to which a pointer was found) are not shown. ==3212== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3212== ==3212== For counts of detected and suppressed errors, rerun with: -v ==3212== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==322== Memcheck, a memory error detector ==322== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==322== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==322== Command: ./client-test Client::Source::davical_caldav::LinkedItemsDefault::testLinkedItemsRemoveNormal ==322== Parent PID: 310 ==322== ==3226== Memcheck, a memory error detector ==3226== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3226== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3226== Command: ./client-test Client::Sync::eds_event::testAddBothSides ==3226== Parent PID: 3088 ==3226== ==3234== Memcheck, a memory error detector ==3234== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3234== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3234== Command: ./client-test Client::Sync::eds_event::testAddBothSidesRefresh ==3234== Parent PID: 111 ==3234== ==3234== ==3234== HEAP SUMMARY: ==3234== in use at exit: 2,888,640 bytes in 29,941 blocks ==3234== total heap usage: 1,794,543 allocs, 1,764,541 frees, 265,833,285 bytes allocated ==3234== ==3234== LEAK SUMMARY: ==3234== definitely lost: 0 bytes in 0 blocks ==3234== indirectly lost: 0 bytes in 0 blocks ==3234== possibly lost: 1,392 bytes in 4 blocks ==3234== still reachable: 2,239,292 bytes in 21,443 blocks ==3234== of which reachable via heuristic: ==3234== length64 : 5,120 bytes in 80 blocks ==3234== newarray : 6,312 bytes in 49 blocks ==3234== suppressed: 577,860 bytes in 7,962 blocks ==3234== Reachable blocks (those to which a pointer was found) are not shown. ==3234== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3234== ==3234== For counts of detected and suppressed errors, rerun with: -v ==3234== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==3260== Memcheck, a memory error detector ==3260== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3260== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3260== Command: ./syncevo-local-sync ==3260== Parent PID: 3234 ==3260== ==3260== ==3260== HEAP SUMMARY: ==3260== in use at exit: 2,514,392 bytes in 25,320 blocks ==3260== total heap usage: 175,744 allocs, 150,424 frees, 33,830,712 bytes allocated ==3260== ==3260== LEAK SUMMARY: ==3260== definitely lost: 0 bytes in 0 blocks ==3260== indirectly lost: 0 bytes in 0 blocks ==3260== possibly lost: 528 bytes in 2 blocks ==3260== still reachable: 2,252,839 bytes in 21,285 blocks ==3260== of which reachable via heuristic: ==3260== length64 : 592 bytes in 10 blocks ==3260== newarray : 5,976 bytes in 28 blocks ==3260== suppressed: 253,913 bytes in 3,977 blocks ==3260== Reachable blocks (those to which a pointer was found) are not shown. ==3260== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3260== ==3260== For counts of detected and suppressed errors, rerun with: -v ==3260== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==3276== Memcheck, a memory error detector ==3276== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3276== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3276== Command: ./syncevo-local-sync ==3276== Parent PID: 3234 ==3276== ==3276== ==3276== HEAP SUMMARY: ==3276== in use at exit: 2,491,312 bytes in 25,307 blocks ==3276== total heap usage: 174,056 allocs, 148,749 frees, 33,670,102 bytes allocated ==3276== ==3276== LEAK SUMMARY: ==3276== definitely lost: 0 bytes in 0 blocks ==3276== indirectly lost: 0 bytes in 0 blocks ==3276== possibly lost: 528 bytes in 2 blocks ==3276== still reachable: 2,229,759 bytes in 21,272 blocks ==3276== of which reachable via heuristic: ==3276== length64 : 592 bytes in 10 blocks ==3276== newarray : 5,976 bytes in 28 blocks ==3276== suppressed: 253,913 bytes in 3,977 blocks ==3276== Reachable blocks (those to which a pointer was found) are not shown. ==3276== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3276== ==3276== For counts of detected and suppressed errors, rerun with: -v ==3276== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==3293== Memcheck, a memory error detector ==3293== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3293== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3293== Command: ./syncevo-local-sync ==3293== Parent PID: 3234 ==3293== ==3293== ==3293== HEAP SUMMARY: ==3293== in use at exit: 2,491,336 bytes in 25,307 blocks ==3293== total heap usage: 171,897 allocs, 146,590 frees, 33,439,313 bytes allocated ==3293== ==3293== LEAK SUMMARY: ==3293== definitely lost: 0 bytes in 0 blocks ==3293== indirectly lost: 0 bytes in 0 blocks ==3293== possibly lost: 528 bytes in 2 blocks ==3293== still reachable: 2,229,759 bytes in 21,272 blocks ==3293== of which reachable via heuristic: ==3293== length64 : 592 bytes in 10 blocks ==3293== newarray : 5,976 bytes in 28 blocks ==3293== suppressed: 253,937 bytes in 3,977 blocks ==3293== Reachable blocks (those to which a pointer was found) are not shown. ==3293== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3293== ==3293== For counts of detected and suppressed errors, rerun with: -v ==3293== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==330== Memcheck, a memory error detector ==330== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==330== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==330== Command: ./client-test Client::Source::davical_caldav::LinkedItemsDefault::testLinkedItemsInsertParentTwice ==330== Parent PID: 111 ==330== ==330== ==330== HEAP SUMMARY: ==330== in use at exit: 465,662 bytes in 5,394 blocks ==330== total heap usage: 210,022 allocs, 204,564 frees, 25,580,001 bytes allocated ==330== ==330== LEAK SUMMARY: ==330== definitely lost: 0 bytes in 0 blocks ==330== indirectly lost: 0 bytes in 0 blocks ==330== possibly lost: 1,392 bytes in 4 blocks ==330== still reachable: 180,892 bytes in 1,023 blocks ==330== of which reachable via heuristic: ==330== length64 : 1,032 bytes in 18 blocks ==330== newarray : 5,976 bytes in 28 blocks ==330== suppressed: 271,858 bytes in 4,283 blocks ==330== Reachable blocks (those to which a pointer was found) are not shown. ==330== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==330== ==330== For counts of detected and suppressed errors, rerun with: -v ==330== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==3309== Memcheck, a memory error detector ==3309== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3309== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3309== Command: ./syncevo-local-sync ==3309== Parent PID: 3234 ==3309== ==3309== ==3309== HEAP SUMMARY: ==3309== in use at exit: 3,214,137 bytes in 27,622 blocks ==3309== total heap usage: 170,462 allocs, 142,840 frees, 32,485,131 bytes allocated ==3309== ==3309== LEAK SUMMARY: ==3309== definitely lost: 0 bytes in 0 blocks ==3309== indirectly lost: 0 bytes in 0 blocks ==3309== possibly lost: 528 bytes in 2 blocks ==3309== still reachable: 2,952,576 bytes in 23,587 blocks ==3309== of which reachable via heuristic: ==3309== length64 : 592 bytes in 10 blocks ==3309== newarray : 12,912 bytes in 223 blocks ==3309== suppressed: 253,921 bytes in 3,977 blocks ==3309== Reachable blocks (those to which a pointer was found) are not shown. ==3309== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3309== ==3309== For counts of detected and suppressed errors, rerun with: -v ==3309== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==3333== Memcheck, a memory error detector ==3333== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3333== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3333== Command: ./syncevo-local-sync ==3333== Parent PID: 3234 ==3333== ==3333== ==3333== HEAP SUMMARY: ==3333== in use at exit: 2,491,320 bytes in 25,307 blocks ==3333== total heap usage: 179,176 allocs, 153,869 frees, 34,156,321 bytes allocated ==3333== ==3333== LEAK SUMMARY: ==3333== definitely lost: 0 bytes in 0 blocks ==3333== indirectly lost: 0 bytes in 0 blocks ==3333== possibly lost: 528 bytes in 2 blocks ==3333== still reachable: 2,229,759 bytes in 21,272 blocks ==3333== of which reachable via heuristic: ==3333== length64 : 592 bytes in 10 blocks ==3333== newarray : 5,976 bytes in 28 blocks ==3333== suppressed: 253,921 bytes in 3,977 blocks ==3333== Reachable blocks (those to which a pointer was found) are not shown. ==3333== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3333== ==3333== For counts of detected and suppressed errors, rerun with: -v ==3333== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==334== Memcheck, a memory error detector ==334== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==334== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==334== Command: ./client-test Client::Source::davical_caldav::LinkedItemsDefault::testLinkedItemsInsertParentTwice ==334== Parent PID: 330 ==334== ==3341== Memcheck, a memory error detector ==3341== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3341== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3341== Command: ./syncevo-local-sync ==3341== Parent PID: 3234 ==3341== ==3341== ==3341== HEAP SUMMARY: ==3341== in use at exit: 2,514,416 bytes in 25,320 blocks ==3341== total heap usage: 176,445 allocs, 151,125 frees, 33,935,396 bytes allocated ==3341== ==3341== LEAK SUMMARY: ==3341== definitely lost: 0 bytes in 0 blocks ==3341== indirectly lost: 0 bytes in 0 blocks ==3341== possibly lost: 528 bytes in 2 blocks ==3341== still reachable: 2,252,839 bytes in 21,285 blocks ==3341== of which reachable via heuristic: ==3341== length64 : 592 bytes in 10 blocks ==3341== newarray : 5,976 bytes in 28 blocks ==3341== suppressed: 253,937 bytes in 3,977 blocks ==3341== Reachable blocks (those to which a pointer was found) are not shown. ==3341== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3341== ==3341== For counts of detected and suppressed errors, rerun with: -v ==3341== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==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: ./syncevo-local-sync ==3349== Parent PID: 3234 ==3349== ==3349== ==3349== HEAP SUMMARY: ==3349== in use at exit: 3,217,018 bytes in 27,629 blocks ==3349== total heap usage: 170,811 allocs, 143,182 frees, 32,526,844 bytes allocated ==3349== ==3349== LEAK SUMMARY: ==3349== definitely lost: 0 bytes in 0 blocks ==3349== indirectly lost: 0 bytes in 0 blocks ==3349== possibly lost: 528 bytes in 2 blocks ==3349== still reachable: 2,955,449 bytes in 23,594 blocks ==3349== of which reachable via heuristic: ==3349== length64 : 592 bytes in 10 blocks ==3349== newarray : 12,912 bytes in 223 blocks ==3349== suppressed: 253,929 bytes in 3,977 blocks ==3349== Reachable blocks (those to which a pointer was found) are not shown. ==3349== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3349== ==3349== For counts of detected and suppressed errors, rerun with: -v ==3349== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==3357== Memcheck, a memory error detector ==3357== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3357== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3357== Command: ./syncevo-local-sync ==3357== Parent PID: 3234 ==3357== ==3357== ==3357== HEAP SUMMARY: ==3357== in use at exit: 3,217,034 bytes in 27,629 blocks ==3357== total heap usage: 170,842 allocs, 143,213 frees, 32,529,164 bytes allocated ==3357== ==3357== LEAK SUMMARY: ==3357== definitely lost: 0 bytes in 0 blocks ==3357== indirectly lost: 0 bytes in 0 blocks ==3357== possibly lost: 528 bytes in 2 blocks ==3357== still reachable: 2,955,449 bytes in 23,594 blocks ==3357== of which reachable via heuristic: ==3357== length64 : 592 bytes in 10 blocks ==3357== newarray : 12,912 bytes in 223 blocks ==3357== suppressed: 253,945 bytes in 3,977 blocks ==3357== Reachable blocks (those to which a pointer was found) are not shown. ==3357== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3357== ==3357== For counts of detected and suppressed errors, rerun with: -v ==3357== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==3371== Memcheck, a memory error detector ==3371== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3371== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3371== Command: ./client-test Client::Sync::eds_event::testAddBothSidesRefresh ==3371== Parent PID: 3234 ==3371== ==3380== Memcheck, a memory error detector ==3380== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3380== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3380== Command: ./client-test Client::Sync::eds_event::testLinkedItemsParentChild ==3380== Parent PID: 111 ==3380== ==3380== ==3380== HEAP SUMMARY: ==3380== in use at exit: 2,888,672 bytes in 29,941 blocks ==3380== total heap usage: 1,657,380 allocs, 1,627,379 frees, 241,253,799 bytes allocated ==3380== ==3380== LEAK SUMMARY: ==3380== definitely lost: 0 bytes in 0 blocks ==3380== indirectly lost: 0 bytes in 0 blocks ==3380== possibly lost: 1,392 bytes in 4 blocks ==3380== still reachable: 2,239,292 bytes in 21,443 blocks ==3380== of which reachable via heuristic: ==3380== length64 : 5,120 bytes in 80 blocks ==3380== newarray : 6,312 bytes in 49 blocks ==3380== suppressed: 577,892 bytes in 7,962 blocks ==3380== Reachable blocks (those to which a pointer was found) are not shown. ==3380== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3380== ==3380== For counts of detected and suppressed errors, rerun with: -v ==3380== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==3406== Memcheck, a memory error detector ==3406== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3406== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3406== Command: ./syncevo-local-sync ==3406== Parent PID: 3380 ==3406== ==3406== ==3406== HEAP SUMMARY: ==3406== in use at exit: 2,514,392 bytes in 25,320 blocks ==3406== total heap usage: 175,738 allocs, 150,418 frees, 33,840,715 bytes allocated ==3406== ==3406== LEAK SUMMARY: ==3406== definitely lost: 0 bytes in 0 blocks ==3406== indirectly lost: 0 bytes in 0 blocks ==3406== possibly lost: 528 bytes in 2 blocks ==3406== still reachable: 2,252,839 bytes in 21,285 blocks ==3406== of which reachable via heuristic: ==3406== length64 : 592 bytes in 10 blocks ==3406== newarray : 5,976 bytes in 28 blocks ==3406== suppressed: 253,913 bytes in 3,977 blocks ==3406== Reachable blocks (those to which a pointer was found) are not shown. ==3406== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3406== ==3406== For counts of detected and suppressed errors, rerun with: -v ==3406== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==342== Memcheck, a memory error detector ==342== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==342== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==342== Command: ./client-test Client::Source::davical_caldav::LinkedItemsDefault::testLinkedItemsInsertParentTwice ==342== Parent PID: 330 ==342== ==3422== Memcheck, a memory error detector ==3422== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3422== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3422== Command: ./syncevo-local-sync ==3422== Parent PID: 3380 ==3422== ==3422== ==3422== HEAP SUMMARY: ==3422== in use at exit: 2,491,312 bytes in 25,307 blocks ==3422== total heap usage: 174,051 allocs, 148,744 frees, 33,669,570 bytes allocated ==3422== ==3422== LEAK SUMMARY: ==3422== definitely lost: 0 bytes in 0 blocks ==3422== indirectly lost: 0 bytes in 0 blocks ==3422== possibly lost: 528 bytes in 2 blocks ==3422== still reachable: 2,229,759 bytes in 21,272 blocks ==3422== of which reachable via heuristic: ==3422== length64 : 592 bytes in 10 blocks ==3422== newarray : 5,976 bytes in 28 blocks ==3422== suppressed: 253,913 bytes in 3,977 blocks ==3422== Reachable blocks (those to which a pointer was found) are not shown. ==3422== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3422== ==3422== For counts of detected and suppressed errors, rerun with: -v ==3422== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==3430== Memcheck, a memory error detector ==3430== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3430== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3430== Command: ./syncevo-local-sync ==3430== Parent PID: 3380 ==3430== ==3430== ==3430== HEAP SUMMARY: ==3430== in use at exit: 2,491,336 bytes in 25,307 blocks ==3430== total heap usage: 172,508 allocs, 147,201 frees, 33,506,424 bytes allocated ==3430== ==3430== LEAK SUMMARY: ==3430== definitely lost: 0 bytes in 0 blocks ==3430== indirectly lost: 0 bytes in 0 blocks ==3430== possibly lost: 528 bytes in 2 blocks ==3430== still reachable: 2,229,759 bytes in 21,272 blocks ==3430== of which reachable via heuristic: ==3430== length64 : 592 bytes in 10 blocks ==3430== newarray : 5,976 bytes in 28 blocks ==3430== suppressed: 253,937 bytes in 3,977 blocks ==3430== Reachable blocks (those to which a pointer was found) are not shown. ==3430== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3430== ==3430== For counts of detected and suppressed errors, rerun with: -v ==3430== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==3447== Memcheck, a memory error detector ==3447== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3447== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3447== Command: ./syncevo-local-sync ==3447== Parent PID: 3380 ==3447== ==3447== ==3447== HEAP SUMMARY: ==3447== in use at exit: 2,491,320 bytes in 25,307 blocks ==3447== total heap usage: 180,055 allocs, 154,748 frees, 34,262,206 bytes allocated ==3447== ==3447== LEAK SUMMARY: ==3447== definitely lost: 0 bytes in 0 blocks ==3447== indirectly lost: 0 bytes in 0 blocks ==3447== possibly lost: 528 bytes in 2 blocks ==3447== still reachable: 2,229,759 bytes in 21,272 blocks ==3447== of which reachable via heuristic: ==3447== length64 : 592 bytes in 10 blocks ==3447== newarray : 5,976 bytes in 28 blocks ==3447== suppressed: 253,921 bytes in 3,977 blocks ==3447== Reachable blocks (those to which a pointer was found) are not shown. ==3447== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3447== ==3447== For counts of detected and suppressed errors, rerun with: -v ==3447== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==3463== Memcheck, a memory error detector ==3463== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3463== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3463== Command: ./syncevo-local-sync ==3463== Parent PID: 3380 ==3463== ==3463== ==3463== HEAP SUMMARY: ==3463== in use at exit: 2,514,400 bytes in 25,320 blocks ==3463== total heap usage: 184,537 allocs, 159,217 frees, 34,773,610 bytes allocated ==3463== ==3463== LEAK SUMMARY: ==3463== definitely lost: 0 bytes in 0 blocks ==3463== indirectly lost: 0 bytes in 0 blocks ==3463== possibly lost: 528 bytes in 2 blocks ==3463== still reachable: 2,252,839 bytes in 21,285 blocks ==3463== of which reachable via heuristic: ==3463== length64 : 592 bytes in 10 blocks ==3463== newarray : 5,976 bytes in 28 blocks ==3463== suppressed: 253,921 bytes in 3,977 blocks ==3463== Reachable blocks (those to which a pointer was found) are not shown. ==3463== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3463== ==3463== For counts of detected and suppressed errors, rerun with: -v ==3463== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==3479== Memcheck, a memory error detector ==3479== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3479== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3479== Command: ./syncevo-local-sync ==3479== Parent PID: 3380 ==3479== ==3479== ==3479== HEAP SUMMARY: ==3479== in use at exit: 2,517,480 bytes in 25,332 blocks ==3479== total heap usage: 186,350 allocs, 161,018 frees, 34,942,691 bytes allocated ==3479== ==3479== LEAK SUMMARY: ==3479== definitely lost: 0 bytes in 0 blocks ==3479== indirectly lost: 0 bytes in 0 blocks ==3479== possibly lost: 528 bytes in 2 blocks ==3479== still reachable: 2,255,911 bytes in 21,297 blocks ==3479== of which reachable via heuristic: ==3479== length64 : 592 bytes in 10 blocks ==3479== newarray : 5,976 bytes in 28 blocks ==3479== suppressed: 253,929 bytes in 3,977 blocks ==3479== Reachable blocks (those to which a pointer was found) are not shown. ==3479== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3479== ==3479== For counts of detected and suppressed errors, rerun with: -v ==3479== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==3487== Memcheck, a memory error detector ==3487== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3487== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3487== Command: ./syncevo-local-sync ==3487== Parent PID: 3380 ==3487== ==3487== ==3487== HEAP SUMMARY: ==3487== in use at exit: 2,517,496 bytes in 25,332 blocks ==3487== total heap usage: 182,742 allocs, 157,410 frees, 34,613,655 bytes allocated ==3487== ==3487== LEAK SUMMARY: ==3487== definitely lost: 0 bytes in 0 blocks ==3487== indirectly lost: 0 bytes in 0 blocks ==3487== possibly lost: 528 bytes in 2 blocks ==3487== still reachable: 2,255,911 bytes in 21,297 blocks ==3487== of which reachable via heuristic: ==3487== length64 : 592 bytes in 10 blocks ==3487== newarray : 5,976 bytes in 28 blocks ==3487== suppressed: 253,945 bytes in 3,977 blocks ==3487== Reachable blocks (those to which a pointer was found) are not shown. ==3487== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3487== ==3487== For counts of detected and suppressed errors, rerun with: -v ==3487== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==350== Memcheck, a memory error detector ==350== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==350== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==350== Command: ./client-test Client::Source::davical_caldav::LinkedItemsDefault::testLinkedItemsInsertChildTwice ==350== Parent PID: 111 ==350== ==350== ==350== HEAP SUMMARY: ==350== in use at exit: 465,642 bytes in 5,393 blocks ==350== total heap usage: 210,141 allocs, 204,684 frees, 25,569,794 bytes allocated ==350== ==350== LEAK SUMMARY: ==350== definitely lost: 0 bytes in 0 blocks ==350== indirectly lost: 0 bytes in 0 blocks ==350== possibly lost: 1,392 bytes in 4 blocks ==350== still reachable: 180,824 bytes in 1,021 blocks ==350== of which reachable via heuristic: ==350== length64 : 1,032 bytes in 18 blocks ==350== newarray : 5,976 bytes in 28 blocks ==350== suppressed: 271,906 bytes in 4,284 blocks ==350== Reachable blocks (those to which a pointer was found) are not shown. ==350== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==350== ==350== For counts of detected and suppressed errors, rerun with: -v ==350== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==3507== Memcheck, a memory error detector ==3507== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3507== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3507== Command: ./client-test Client::Sync::eds_event::testLinkedItemsParentChild ==3507== Parent PID: 3380 ==3507== ==3512== Memcheck, a memory error detector ==3512== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3512== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3512== Command: ./client-test Client::Sync::eds_event::testLinkedItemsChild ==3512== Parent PID: 111 ==3512== ==3512== ==3512== HEAP SUMMARY: ==3512== in use at exit: 2,891,858 bytes in 29,994 blocks ==3512== total heap usage: 1,228,527 allocs, 1,198,475 frees, 178,284,822 bytes allocated ==3512== ==3512== LEAK SUMMARY: ==3512== definitely lost: 0 bytes in 0 blocks ==3512== indirectly lost: 0 bytes in 0 blocks ==3512== possibly lost: 1,392 bytes in 4 blocks ==3512== still reachable: 2,242,262 bytes in 21,491 blocks ==3512== of which reachable via heuristic: ==3512== length64 : 5,120 bytes in 80 blocks ==3512== newarray : 6,312 bytes in 49 blocks ==3512== suppressed: 578,108 bytes in 7,967 blocks ==3512== Reachable blocks (those to which a pointer was found) are not shown. ==3512== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3512== ==3512== For counts of detected and suppressed errors, rerun with: -v ==3512== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==3538== Memcheck, a memory error detector ==3538== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3538== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3538== Command: ./syncevo-local-sync ==3538== Parent PID: 3512 ==3538== ==3538== ==3538== HEAP SUMMARY: ==3538== in use at exit: 2,520,560 bytes in 25,344 blocks ==3538== total heap usage: 183,950 allocs, 158,606 frees, 34,704,854 bytes allocated ==3538== ==3538== LEAK SUMMARY: ==3538== definitely lost: 0 bytes in 0 blocks ==3538== indirectly lost: 0 bytes in 0 blocks ==3538== possibly lost: 528 bytes in 2 blocks ==3538== still reachable: 2,258,983 bytes in 21,309 blocks ==3538== of which reachable via heuristic: ==3538== length64 : 592 bytes in 10 blocks ==3538== newarray : 5,976 bytes in 28 blocks ==3538== suppressed: 253,937 bytes in 3,977 blocks ==3538== Reachable blocks (those to which a pointer was found) are not shown. ==3538== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3538== ==3538== For counts of detected and suppressed errors, rerun with: -v ==3538== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==354== Memcheck, a memory error detector ==354== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==354== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==354== Command: ./client-test Client::Source::davical_caldav::LinkedItemsDefault::testLinkedItemsInsertChildTwice ==354== Parent PID: 350 ==354== ==3554== Memcheck, a memory error detector ==3554== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3554== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3554== Command: ./syncevo-local-sync ==3554== Parent PID: 3512 ==3554== ==3554== ==3554== HEAP SUMMARY: ==3554== in use at exit: 2,517,488 bytes in 25,332 blocks ==3554== total heap usage: 177,354 allocs, 152,022 frees, 34,020,748 bytes allocated ==3554== ==3554== LEAK SUMMARY: ==3554== definitely lost: 0 bytes in 0 blocks ==3554== indirectly lost: 0 bytes in 0 blocks ==3554== possibly lost: 528 bytes in 2 blocks ==3554== still reachable: 2,255,911 bytes in 21,297 blocks ==3554== of which reachable via heuristic: ==3554== length64 : 592 bytes in 10 blocks ==3554== newarray : 5,976 bytes in 28 blocks ==3554== suppressed: 253,937 bytes in 3,977 blocks ==3554== Reachable blocks (those to which a pointer was found) are not shown. ==3554== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3554== ==3554== For counts of detected and suppressed errors, rerun with: -v ==3554== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==3562== Memcheck, a memory error detector ==3562== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3562== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3562== Command: ./syncevo-local-sync ==3562== Parent PID: 3512 ==3562== ==3562== ==3562== HEAP SUMMARY: ==3562== in use at exit: 2,491,352 bytes in 25,307 blocks ==3562== total heap usage: 172,571 allocs, 147,264 frees, 33,510,996 bytes allocated ==3562== ==3562== LEAK SUMMARY: ==3562== definitely lost: 0 bytes in 0 blocks ==3562== indirectly lost: 0 bytes in 0 blocks ==3562== possibly lost: 528 bytes in 2 blocks ==3562== still reachable: 2,229,759 bytes in 21,272 blocks ==3562== of which reachable via heuristic: ==3562== length64 : 592 bytes in 10 blocks ==3562== newarray : 5,976 bytes in 28 blocks ==3562== suppressed: 253,953 bytes in 3,977 blocks ==3562== Reachable blocks (those to which a pointer was found) are not shown. ==3562== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3562== ==3562== For counts of detected and suppressed errors, rerun with: -v ==3562== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==3579== Memcheck, a memory error detector ==3579== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3579== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3579== Command: ./syncevo-local-sync ==3579== Parent PID: 3512 ==3579== ==3579== ==3579== HEAP SUMMARY: ==3579== in use at exit: 2,491,336 bytes in 25,307 blocks ==3579== total heap usage: 179,909 allocs, 154,602 frees, 34,249,355 bytes allocated ==3579== ==3579== LEAK SUMMARY: ==3579== definitely lost: 0 bytes in 0 blocks ==3579== indirectly lost: 0 bytes in 0 blocks ==3579== possibly lost: 528 bytes in 2 blocks ==3579== still reachable: 2,229,759 bytes in 21,272 blocks ==3579== of which reachable via heuristic: ==3579== length64 : 592 bytes in 10 blocks ==3579== newarray : 5,976 bytes in 28 blocks ==3579== suppressed: 253,937 bytes in 3,977 blocks ==3579== Reachable blocks (those to which a pointer was found) are not shown. ==3579== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3579== ==3579== For counts of detected and suppressed errors, rerun with: -v ==3579== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==3587== Memcheck, a memory error detector ==3587== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3587== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3587== Command: ./syncevo-local-sync ==3587== Parent PID: 3512 ==3587== ==3587== ==3587== HEAP SUMMARY: ==3587== in use at exit: 2,514,400 bytes in 25,320 blocks ==3587== total heap usage: 177,766 allocs, 152,446 frees, 34,115,974 bytes allocated ==3587== ==3587== LEAK SUMMARY: ==3587== definitely lost: 0 bytes in 0 blocks ==3587== indirectly lost: 0 bytes in 0 blocks ==3587== possibly lost: 528 bytes in 2 blocks ==3587== still reachable: 2,252,839 bytes in 21,285 blocks ==3587== of which reachable via heuristic: ==3587== length64 : 592 bytes in 10 blocks ==3587== newarray : 5,976 bytes in 28 blocks ==3587== suppressed: 253,921 bytes in 3,977 blocks ==3587== Reachable blocks (those to which a pointer was found) are not shown. ==3587== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3587== ==3587== For counts of detected and suppressed errors, rerun with: -v ==3587== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==3607== Memcheck, a memory error detector ==3607== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3607== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3607== Command: ./client-test Client::Sync::eds_event::testLinkedItemsChild ==3607== Parent PID: 3512 ==3607== ==3612== Memcheck, a memory error detector ==3612== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3612== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3612== Command: ./client-test Client::Sync::eds_event::testLinkedItemsChildParent ==3612== Parent PID: 111 ==3612== ==3612== ==3612== HEAP SUMMARY: ==3612== in use at exit: 2,890,308 bytes in 29,967 blocks ==3612== total heap usage: 1,583,240 allocs, 1,553,213 frees, 236,422,662 bytes allocated ==3612== ==3612== LEAK SUMMARY: ==3612== definitely lost: 0 bytes in 0 blocks ==3612== indirectly lost: 0 bytes in 0 blocks ==3612== possibly lost: 1,392 bytes in 4 blocks ==3612== still reachable: 2,240,720 bytes in 21,466 blocks ==3612== of which reachable via heuristic: ==3612== length64 : 5,120 bytes in 80 blocks ==3612== newarray : 6,312 bytes in 49 blocks ==3612== suppressed: 578,100 bytes in 7,965 blocks ==3612== Reachable blocks (those to which a pointer was found) are not shown. ==3612== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3612== ==3612== For counts of detected and suppressed errors, rerun with: -v ==3612== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==362== Memcheck, a memory error detector ==362== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==362== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==362== Command: ./client-test Client::Source::davical_caldav::LinkedItemsDefault::testLinkedItemsInsertChildTwice ==362== Parent PID: 350 ==362== ==3638== Memcheck, a memory error detector ==3638== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3638== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3638== Command: ./syncevo-local-sync ==3638== Parent PID: 3612 ==3638== ==3638== ==3638== HEAP SUMMARY: ==3638== in use at exit: 2,514,400 bytes in 25,320 blocks ==3638== total heap usage: 176,357 allocs, 151,037 frees, 33,918,484 bytes allocated ==3638== ==3638== LEAK SUMMARY: ==3638== definitely lost: 0 bytes in 0 blocks ==3638== indirectly lost: 0 bytes in 0 blocks ==3638== possibly lost: 528 bytes in 2 blocks ==3638== still reachable: 2,252,839 bytes in 21,285 blocks ==3638== of which reachable via heuristic: ==3638== length64 : 592 bytes in 10 blocks ==3638== newarray : 5,976 bytes in 28 blocks ==3638== suppressed: 253,921 bytes in 3,977 blocks ==3638== Reachable blocks (those to which a pointer was found) are not shown. ==3638== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3638== ==3638== For counts of detected and suppressed errors, rerun with: -v ==3638== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==3654== Memcheck, a memory error detector ==3654== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3654== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3654== Command: ./syncevo-local-sync ==3654== Parent PID: 3612 ==3654== ==3654== ==3654== HEAP SUMMARY: ==3654== in use at exit: 2,491,336 bytes in 25,307 blocks ==3654== total heap usage: 174,043 allocs, 148,736 frees, 33,676,662 bytes allocated ==3654== ==3654== LEAK SUMMARY: ==3654== definitely lost: 0 bytes in 0 blocks ==3654== indirectly lost: 0 bytes in 0 blocks ==3654== possibly lost: 528 bytes in 2 blocks ==3654== still reachable: 2,229,759 bytes in 21,272 blocks ==3654== of which reachable via heuristic: ==3654== length64 : 592 bytes in 10 blocks ==3654== newarray : 5,976 bytes in 28 blocks ==3654== suppressed: 253,937 bytes in 3,977 blocks ==3654== Reachable blocks (those to which a pointer was found) are not shown. ==3654== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3654== ==3654== For counts of detected and suppressed errors, rerun with: -v ==3654== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==3662== Memcheck, a memory error detector ==3662== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3662== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3662== Command: ./syncevo-local-sync ==3662== Parent PID: 3612 ==3662== ==3662== ==3662== HEAP SUMMARY: ==3662== in use at exit: 2,491,336 bytes in 25,307 blocks ==3662== total heap usage: 172,547 allocs, 147,240 frees, 33,510,262 bytes allocated ==3662== ==3662== LEAK SUMMARY: ==3662== definitely lost: 0 bytes in 0 blocks ==3662== indirectly lost: 0 bytes in 0 blocks ==3662== possibly lost: 528 bytes in 2 blocks ==3662== still reachable: 2,229,759 bytes in 21,272 blocks ==3662== of which reachable via heuristic: ==3662== length64 : 592 bytes in 10 blocks ==3662== newarray : 5,976 bytes in 28 blocks ==3662== suppressed: 253,937 bytes in 3,977 blocks ==3662== Reachable blocks (those to which a pointer was found) are not shown. ==3662== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3662== ==3662== For counts of detected and suppressed errors, rerun with: -v ==3662== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==3679== Memcheck, a memory error detector ==3679== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3679== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3679== Command: ./syncevo-local-sync ==3679== Parent PID: 3612 ==3679== ==3679== ==3679== HEAP SUMMARY: ==3679== in use at exit: 2,491,328 bytes in 25,307 blocks ==3679== total heap usage: 179,900 allocs, 154,593 frees, 34,250,041 bytes allocated ==3679== ==3679== LEAK SUMMARY: ==3679== definitely lost: 0 bytes in 0 blocks ==3679== indirectly lost: 0 bytes in 0 blocks ==3679== possibly lost: 528 bytes in 2 blocks ==3679== still reachable: 2,229,759 bytes in 21,272 blocks ==3679== of which reachable via heuristic: ==3679== length64 : 592 bytes in 10 blocks ==3679== newarray : 5,976 bytes in 28 blocks ==3679== suppressed: 253,929 bytes in 3,977 blocks ==3679== Reachable blocks (those to which a pointer was found) are not shown. ==3679== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3679== ==3679== For counts of detected and suppressed errors, rerun with: -v ==3679== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==3687== Memcheck, a memory error detector ==3687== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3687== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3687== Command: ./syncevo-local-sync ==3687== Parent PID: 3612 ==3687== ==3687== ==3687== HEAP SUMMARY: ==3687== in use at exit: 2,514,400 bytes in 25,320 blocks ==3687== total heap usage: 177,687 allocs, 152,367 frees, 34,111,844 bytes allocated ==3687== ==3687== LEAK SUMMARY: ==3687== definitely lost: 0 bytes in 0 blocks ==3687== indirectly lost: 0 bytes in 0 blocks ==3687== possibly lost: 528 bytes in 2 blocks ==3687== still reachable: 2,252,839 bytes in 21,285 blocks ==3687== of which reachable via heuristic: ==3687== length64 : 592 bytes in 10 blocks ==3687== newarray : 5,976 bytes in 28 blocks ==3687== suppressed: 253,921 bytes in 3,977 blocks ==3687== Reachable blocks (those to which a pointer was found) are not shown. ==3687== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3687== ==3687== For counts of detected and suppressed errors, rerun with: -v ==3687== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==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: ./syncevo-local-sync ==3699== Parent PID: 3612 ==3699== ==3699== ==3699== HEAP SUMMARY: ==3699== in use at exit: 2,514,400 bytes in 25,320 blocks ==3699== total heap usage: 190,023 allocs, 164,703 frees, 35,344,491 bytes allocated ==3699== ==3699== LEAK SUMMARY: ==3699== definitely lost: 0 bytes in 0 blocks ==3699== indirectly lost: 0 bytes in 0 blocks ==3699== possibly lost: 528 bytes in 2 blocks ==3699== still reachable: 2,252,839 bytes in 21,285 blocks ==3699== of which reachable via heuristic: ==3699== length64 : 592 bytes in 10 blocks ==3699== newarray : 5,976 bytes in 28 blocks ==3699== suppressed: 253,921 bytes in 3,977 blocks ==3699== Reachable blocks (those to which a pointer was found) are not shown. ==3699== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3699== ==3699== For counts of detected and suppressed errors, rerun with: -v ==3699== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==370== Memcheck, a memory error detector ==370== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==370== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==370== Command: ./client-test Client::Source::davical_caldav::LinkedItemsDefault::testLinkedItemsParentUpdate ==370== Parent PID: 111 ==370== ==370== ==370== HEAP SUMMARY: ==370== in use at exit: 465,686 bytes in 5,396 blocks ==370== total heap usage: 200,048 allocs, 194,589 frees, 24,588,791 bytes allocated ==370== ==370== LEAK SUMMARY: ==370== definitely lost: 0 bytes in 0 blocks ==370== indirectly lost: 0 bytes in 0 blocks ==370== possibly lost: 1,392 bytes in 4 blocks ==370== still reachable: 180,828 bytes in 1,022 blocks ==370== of which reachable via heuristic: ==370== length64 : 1,032 bytes in 18 blocks ==370== newarray : 5,976 bytes in 28 blocks ==370== suppressed: 271,946 bytes in 4,286 blocks ==370== Reachable blocks (those to which a pointer was found) are not shown. ==370== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==370== ==370== For counts of detected and suppressed errors, rerun with: -v ==370== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==3707== Memcheck, a memory error detector ==3707== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3707== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3707== Command: ./syncevo-local-sync ==3707== Parent PID: 3612 ==3707== ==3707== ==3707== HEAP SUMMARY: ==3707== in use at exit: 2,517,416 bytes in 25,330 blocks ==3707== total heap usage: 182,494 allocs, 157,164 frees, 34,598,149 bytes allocated ==3707== ==3707== LEAK SUMMARY: ==3707== definitely lost: 0 bytes in 0 blocks ==3707== indirectly lost: 0 bytes in 0 blocks ==3707== possibly lost: 528 bytes in 2 blocks ==3707== still reachable: 2,255,911 bytes in 21,297 blocks ==3707== of which reachable via heuristic: ==3707== length64 : 592 bytes in 10 blocks ==3707== newarray : 5,976 bytes in 28 blocks ==3707== suppressed: 253,865 bytes in 3,975 blocks ==3707== Reachable blocks (those to which a pointer was found) are not shown. ==3707== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3707== ==3707== For counts of detected and suppressed errors, rerun with: -v ==3707== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==3727== Memcheck, a memory error detector ==3727== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3727== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3727== Command: ./client-test Client::Sync::eds_event::testLinkedItemsChildParent ==3727== Parent PID: 3612 ==3727== ==3732== Memcheck, a memory error detector ==3732== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3732== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3732== Command: ./client-test Client::Sync::eds_event::testUpdate ==3732== Parent PID: 111 ==3732== ==3732== ==3732== HEAP SUMMARY: ==3732== in use at exit: 2,885,476 bytes in 29,881 blocks ==3732== total heap usage: 1,896,774 allocs, 1,866,832 frees, 272,917,164 bytes allocated ==3732== ==3732== LEAK SUMMARY: ==3732== definitely lost: 0 bytes in 0 blocks ==3732== indirectly lost: 0 bytes in 0 blocks ==3732== possibly lost: 1,392 bytes in 4 blocks ==3732== still reachable: 2,237,509 bytes in 21,415 blocks ==3732== of which reachable via heuristic: ==3732== length64 : 5,120 bytes in 80 blocks ==3732== newarray : 6,312 bytes in 49 blocks ==3732== suppressed: 576,479 bytes in 7,930 blocks ==3732== Reachable blocks (those to which a pointer was found) are not shown. ==3732== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3732== ==3732== For counts of detected and suppressed errors, rerun with: -v ==3732== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==374== Memcheck, a memory error detector ==374== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==374== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==374== Command: ./client-test Client::Source::davical_caldav::LinkedItemsDefault::testLinkedItemsParentUpdate ==374== Parent PID: 370 ==374== ==3758== Memcheck, a memory error detector ==3758== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3758== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3758== Command: ./syncevo-local-sync ==3758== Parent PID: 3732 ==3758== ==3758== ==3758== HEAP SUMMARY: ==3758== in use at exit: 2,517,464 bytes in 25,332 blocks ==3758== total heap usage: 180,314 allocs, 154,982 frees, 34,335,941 bytes allocated ==3758== ==3758== LEAK SUMMARY: ==3758== definitely lost: 0 bytes in 0 blocks ==3758== indirectly lost: 0 bytes in 0 blocks ==3758== possibly lost: 528 bytes in 2 blocks ==3758== still reachable: 2,255,911 bytes in 21,297 blocks ==3758== of which reachable via heuristic: ==3758== length64 : 592 bytes in 10 blocks ==3758== newarray : 5,976 bytes in 28 blocks ==3758== suppressed: 253,913 bytes in 3,977 blocks ==3758== Reachable blocks (those to which a pointer was found) are not shown. ==3758== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3758== ==3758== For counts of detected and suppressed errors, rerun with: -v ==3758== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==3774== Memcheck, a memory error detector ==3774== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3774== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3774== Command: ./syncevo-local-sync ==3774== Parent PID: 3732 ==3774== ==3774== ==3774== HEAP SUMMARY: ==3774== in use at exit: 2,517,480 bytes in 25,332 blocks ==3774== total heap usage: 176,244 allocs, 150,912 frees, 33,924,786 bytes allocated ==3774== ==3774== LEAK SUMMARY: ==3774== definitely lost: 0 bytes in 0 blocks ==3774== indirectly lost: 0 bytes in 0 blocks ==3774== possibly lost: 528 bytes in 2 blocks ==3774== still reachable: 2,255,911 bytes in 21,297 blocks ==3774== of which reachable via heuristic: ==3774== length64 : 592 bytes in 10 blocks ==3774== newarray : 5,976 bytes in 28 blocks ==3774== suppressed: 253,929 bytes in 3,977 blocks ==3774== Reachable blocks (those to which a pointer was found) are not shown. ==3774== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3774== ==3774== For counts of detected and suppressed errors, rerun with: -v ==3774== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==3791== Memcheck, a memory error detector ==3791== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3791== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3791== Command: ./syncevo-local-sync ==3791== Parent PID: 3732 ==3791== ==3791== ==3791== HEAP SUMMARY: ==3791== in use at exit: 2,491,312 bytes in 25,307 blocks ==3791== total heap usage: 171,925 allocs, 146,618 frees, 33,440,894 bytes allocated ==3791== ==3791== LEAK SUMMARY: ==3791== definitely lost: 0 bytes in 0 blocks ==3791== indirectly lost: 0 bytes in 0 blocks ==3791== possibly lost: 528 bytes in 2 blocks ==3791== still reachable: 2,229,759 bytes in 21,272 blocks ==3791== of which reachable via heuristic: ==3791== length64 : 592 bytes in 10 blocks ==3791== newarray : 5,976 bytes in 28 blocks ==3791== suppressed: 253,913 bytes in 3,977 blocks ==3791== Reachable blocks (those to which a pointer was found) are not shown. ==3791== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3791== ==3791== For counts of detected and suppressed errors, rerun with: -v ==3791== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==3807== Memcheck, a memory error detector ==3807== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3807== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3807== Command: ./syncevo-local-sync ==3807== Parent PID: 3732 ==3807== ==3807== ==3807== HEAP SUMMARY: ==3807== in use at exit: 3,214,077 bytes in 27,622 blocks ==3807== total heap usage: 170,469 allocs, 142,847 frees, 32,484,102 bytes allocated ==3807== ==3807== LEAK SUMMARY: ==3807== definitely lost: 0 bytes in 0 blocks ==3807== indirectly lost: 0 bytes in 0 blocks ==3807== possibly lost: 528 bytes in 2 blocks ==3807== still reachable: 2,952,524 bytes in 23,587 blocks ==3807== of which reachable via heuristic: ==3807== length64 : 592 bytes in 10 blocks ==3807== newarray : 12,912 bytes in 223 blocks ==3807== suppressed: 253,913 bytes in 3,977 blocks ==3807== Reachable blocks (those to which a pointer was found) are not shown. ==3807== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3807== ==3807== For counts of detected and suppressed errors, rerun with: -v ==3807== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==382== Memcheck, a memory error detector ==382== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==382== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==382== Command: ./client-test Client::Source::davical_caldav::LinkedItemsDefault::testLinkedItemsParentUpdate ==382== Parent PID: 370 ==382== ==3823== Memcheck, a memory error detector ==3823== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3823== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3823== Command: ./syncevo-local-sync ==3823== Parent PID: 3732 ==3823== ==3823== ==3823== HEAP SUMMARY: ==3823== in use at exit: 2,491,304 bytes in 25,307 blocks ==3823== total heap usage: 179,150 allocs, 153,843 frees, 34,152,008 bytes allocated ==3823== ==3823== LEAK SUMMARY: ==3823== definitely lost: 0 bytes in 0 blocks ==3823== indirectly lost: 0 bytes in 0 blocks ==3823== possibly lost: 528 bytes in 2 blocks ==3823== still reachable: 2,229,759 bytes in 21,272 blocks ==3823== of which reachable via heuristic: ==3823== length64 : 592 bytes in 10 blocks ==3823== newarray : 5,976 bytes in 28 blocks ==3823== suppressed: 253,905 bytes in 3,977 blocks ==3823== Reachable blocks (those to which a pointer was found) are not shown. ==3823== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3823== ==3823== For counts of detected and suppressed errors, rerun with: -v ==3823== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==3831== Memcheck, a memory error detector ==3831== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3831== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3831== Command: ./syncevo-local-sync ==3831== Parent PID: 3732 ==3831== ==3831== ==3831== HEAP SUMMARY: ==3831== in use at exit: 2,514,384 bytes in 25,320 blocks ==3831== total heap usage: 176,427 allocs, 151,107 frees, 33,930,529 bytes allocated ==3831== ==3831== LEAK SUMMARY: ==3831== definitely lost: 0 bytes in 0 blocks ==3831== indirectly lost: 0 bytes in 0 blocks ==3831== possibly lost: 528 bytes in 2 blocks ==3831== still reachable: 2,252,839 bytes in 21,285 blocks ==3831== of which reachable via heuristic: ==3831== length64 : 592 bytes in 10 blocks ==3831== newarray : 5,976 bytes in 28 blocks ==3831== suppressed: 253,905 bytes in 3,977 blocks ==3831== Reachable blocks (those to which a pointer was found) are not shown. ==3831== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3831== ==3831== For counts of detected and suppressed errors, rerun with: -v ==3831== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==3851== Memcheck, a memory error detector ==3851== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3851== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3851== Command: ./client-test Client::Sync::eds_event::testUpdate ==3851== Parent PID: 3732 ==3851== ==3863== Memcheck, a memory error detector ==3863== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3863== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3863== Command: ./syncevo-local-sync ==3863== Parent PID: 3732 ==3863== ==3863== ==3863== HEAP SUMMARY: ==3863== in use at exit: 2,514,392 bytes in 25,320 blocks ==3863== total heap usage: 181,193 allocs, 155,873 frees, 34,389,544 bytes allocated ==3863== ==3863== LEAK SUMMARY: ==3863== definitely lost: 0 bytes in 0 blocks ==3863== indirectly lost: 0 bytes in 0 blocks ==3863== possibly lost: 528 bytes in 2 blocks ==3863== still reachable: 2,252,839 bytes in 21,285 blocks ==3863== of which reachable via heuristic: ==3863== length64 : 592 bytes in 10 blocks ==3863== newarray : 5,976 bytes in 28 blocks ==3863== suppressed: 253,913 bytes in 3,977 blocks ==3863== Reachable blocks (those to which a pointer was found) are not shown. ==3863== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3863== ==3863== For counts of detected and suppressed errors, rerun with: -v ==3863== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==3871== Memcheck, a memory error detector ==3871== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3871== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3871== Command: ./syncevo-local-sync ==3871== Parent PID: 3732 ==3871== ==3871== ==3871== HEAP SUMMARY: ==3871== in use at exit: 2,514,408 bytes in 25,320 blocks ==3871== total heap usage: 177,831 allocs, 152,511 frees, 34,078,163 bytes allocated ==3871== ==3871== LEAK SUMMARY: ==3871== definitely lost: 0 bytes in 0 blocks ==3871== indirectly lost: 0 bytes in 0 blocks ==3871== possibly lost: 528 bytes in 2 blocks ==3871== still reachable: 2,252,839 bytes in 21,285 blocks ==3871== of which reachable via heuristic: ==3871== length64 : 592 bytes in 10 blocks ==3871== newarray : 5,976 bytes in 28 blocks ==3871== suppressed: 253,929 bytes in 3,977 blocks ==3871== Reachable blocks (those to which a pointer was found) are not shown. ==3871== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3871== ==3871== For counts of detected and suppressed errors, rerun with: -v ==3871== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==3891== Memcheck, a memory error detector ==3891== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3891== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3891== Command: ./client-test Client::Sync::eds_event::testUpdate ==3891== Parent PID: 3732 ==3891== ==3896== Memcheck, a memory error detector ==3896== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3896== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3896== Command: ./client-test Client::Sync::eds_event::testMerge ==3896== Parent PID: 111 ==3896== ==3896== ==3896== HEAP SUMMARY: ==3896== in use at exit: 2,887,259 bytes in 29,937 blocks ==3896== total heap usage: 2,348,504 allocs, 2,318,504 frees, 336,658,881 bytes allocated ==3896== ==3896== LEAK SUMMARY: ==3896== definitely lost: 0 bytes in 0 blocks ==3896== indirectly lost: 0 bytes in 0 blocks ==3896== possibly lost: 1,392 bytes in 4 blocks ==3896== still reachable: 2,238,229 bytes in 21,422 blocks ==3896== of which reachable via heuristic: ==3896== length64 : 5,120 bytes in 80 blocks ==3896== newarray : 6,312 bytes in 49 blocks ==3896== suppressed: 577,542 bytes in 7,979 blocks ==3896== Reachable blocks (those to which a pointer was found) are not shown. ==3896== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3896== ==3896== For counts of detected and suppressed errors, rerun with: -v ==3896== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==390== Memcheck, a memory error detector ==390== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==390== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==390== Command: ./client-test Client::Source::davical_caldav::LinkedItemsDefault::testLinkedItemsUpdateChild ==390== Parent PID: 111 ==390== ==390== ==390== HEAP SUMMARY: ==390== in use at exit: 465,659 bytes in 5,393 blocks ==390== total heap usage: 199,968 allocs, 194,512 frees, 24,561,501 bytes allocated ==390== ==390== LEAK SUMMARY: ==390== definitely lost: 0 bytes in 0 blocks ==390== indirectly lost: 0 bytes in 0 blocks ==390== possibly lost: 1,392 bytes in 4 blocks ==390== still reachable: 180,888 bytes in 1,022 blocks ==390== of which reachable via heuristic: ==390== length64 : 1,032 bytes in 18 blocks ==390== newarray : 5,976 bytes in 28 blocks ==390== suppressed: 271,859 bytes in 4,283 blocks ==390== Reachable blocks (those to which a pointer was found) are not shown. ==390== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==390== ==390== For counts of detected and suppressed errors, rerun with: -v ==390== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==3922== Memcheck, a memory error detector ==3922== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3922== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3922== Command: ./syncevo-local-sync ==3922== Parent PID: 3896 ==3922== ==3922== ==3922== HEAP SUMMARY: ==3922== in use at exit: 2,514,352 bytes in 25,318 blocks ==3922== total heap usage: 175,737 allocs, 150,419 frees, 33,827,226 bytes allocated ==3922== ==3922== LEAK SUMMARY: ==3922== definitely lost: 0 bytes in 0 blocks ==3922== indirectly lost: 0 bytes in 0 blocks ==3922== possibly lost: 528 bytes in 2 blocks ==3922== still reachable: 2,252,839 bytes in 21,285 blocks ==3922== of which reachable via heuristic: ==3922== length64 : 592 bytes in 10 blocks ==3922== newarray : 5,976 bytes in 28 blocks ==3922== suppressed: 253,873 bytes in 3,975 blocks ==3922== Reachable blocks (those to which a pointer was found) are not shown. ==3922== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3922== ==3922== For counts of detected and suppressed errors, rerun with: -v ==3922== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==3938== Memcheck, a memory error detector ==3938== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3938== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3938== Command: ./syncevo-local-sync ==3938== Parent PID: 3896 ==3938== ==3938== ==3938== HEAP SUMMARY: ==3938== in use at exit: 2,491,320 bytes in 25,307 blocks ==3938== total heap usage: 174,022 allocs, 148,715 frees, 33,666,675 bytes allocated ==3938== ==3938== LEAK SUMMARY: ==3938== definitely lost: 0 bytes in 0 blocks ==3938== indirectly lost: 0 bytes in 0 blocks ==3938== possibly lost: 528 bytes in 2 blocks ==3938== still reachable: 2,229,759 bytes in 21,272 blocks ==3938== of which reachable via heuristic: ==3938== length64 : 592 bytes in 10 blocks ==3938== newarray : 5,976 bytes in 28 blocks ==3938== suppressed: 253,921 bytes in 3,977 blocks ==3938== Reachable blocks (those to which a pointer was found) are not shown. ==3938== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3938== ==3938== For counts of detected and suppressed errors, rerun with: -v ==3938== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==394== Memcheck, a memory error detector ==394== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==394== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==394== Command: ./client-test Client::Source::davical_caldav::LinkedItemsDefault::testLinkedItemsUpdateChild ==394== Parent PID: 390 ==394== ==3955== Memcheck, a memory error detector ==3955== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3955== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3955== Command: ./syncevo-local-sync ==3955== Parent PID: 3896 ==3955== ==3955== ==3955== HEAP SUMMARY: ==3955== in use at exit: 2,491,304 bytes in 25,307 blocks ==3955== total heap usage: 171,933 allocs, 146,626 frees, 33,439,748 bytes allocated ==3955== ==3955== LEAK SUMMARY: ==3955== definitely lost: 0 bytes in 0 blocks ==3955== indirectly lost: 0 bytes in 0 blocks ==3955== possibly lost: 528 bytes in 2 blocks ==3955== still reachable: 2,229,759 bytes in 21,272 blocks ==3955== of which reachable via heuristic: ==3955== length64 : 592 bytes in 10 blocks ==3955== newarray : 5,976 bytes in 28 blocks ==3955== suppressed: 253,905 bytes in 3,977 blocks ==3955== Reachable blocks (those to which a pointer was found) are not shown. ==3955== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3955== ==3955== For counts of detected and suppressed errors, rerun with: -v ==3955== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==3971== Memcheck, a memory error detector ==3971== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3971== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3971== Command: ./syncevo-local-sync ==3971== Parent PID: 3896 ==3971== ==3971== ==3971== HEAP SUMMARY: ==3971== in use at exit: 3,214,073 bytes in 27,622 blocks ==3971== total heap usage: 170,490 allocs, 142,868 frees, 32,485,712 bytes allocated ==3971== ==3971== LEAK SUMMARY: ==3971== definitely lost: 0 bytes in 0 blocks ==3971== indirectly lost: 0 bytes in 0 blocks ==3971== possibly lost: 528 bytes in 2 blocks ==3971== still reachable: 2,952,520 bytes in 23,587 blocks ==3971== of which reachable via heuristic: ==3971== length64 : 592 bytes in 10 blocks ==3971== newarray : 12,912 bytes in 223 blocks ==3971== suppressed: 253,913 bytes in 3,977 blocks ==3971== Reachable blocks (those to which a pointer was found) are not shown. ==3971== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3971== ==3971== For counts of detected and suppressed errors, rerun with: -v ==3971== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==3987== Memcheck, a memory error detector ==3987== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3987== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3987== Command: ./syncevo-local-sync ==3987== Parent PID: 3896 ==3987== ==3987== ==3987== HEAP SUMMARY: ==3987== in use at exit: 2,491,264 bytes in 25,305 blocks ==3987== total heap usage: 179,161 allocs, 153,856 frees, 34,152,981 bytes allocated ==3987== ==3987== LEAK SUMMARY: ==3987== definitely lost: 0 bytes in 0 blocks ==3987== indirectly lost: 0 bytes in 0 blocks ==3987== possibly lost: 528 bytes in 2 blocks ==3987== still reachable: 2,229,759 bytes in 21,272 blocks ==3987== of which reachable via heuristic: ==3987== length64 : 592 bytes in 10 blocks ==3987== newarray : 5,976 bytes in 28 blocks ==3987== suppressed: 253,865 bytes in 3,975 blocks ==3987== Reachable blocks (those to which a pointer was found) are not shown. ==3987== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3987== ==3987== For counts of detected and suppressed errors, rerun with: -v ==3987== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==3995== Memcheck, a memory error detector ==3995== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3995== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3995== Command: ./syncevo-local-sync ==3995== Parent PID: 3896 ==3995== ==3995== ==3995== HEAP SUMMARY: ==3995== in use at exit: 2,514,424 bytes in 25,320 blocks ==3995== total heap usage: 176,436 allocs, 151,116 frees, 33,931,333 bytes allocated ==3995== ==3995== LEAK SUMMARY: ==3995== definitely lost: 0 bytes in 0 blocks ==3995== indirectly lost: 0 bytes in 0 blocks ==3995== possibly lost: 528 bytes in 2 blocks ==3995== still reachable: 2,252,839 bytes in 21,285 blocks ==3995== of which reachable via heuristic: ==3995== length64 : 592 bytes in 10 blocks ==3995== newarray : 5,976 bytes in 28 blocks ==3995== suppressed: 253,945 bytes in 3,977 blocks ==3995== Reachable blocks (those to which a pointer was found) are not shown. ==3995== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3995== ==3995== For counts of detected and suppressed errors, rerun with: -v ==3995== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==4015== Memcheck, a memory error detector ==4015== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4015== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4015== Command: ./client-test Client::Sync::eds_event::testMerge ==4015== Parent PID: 3896 ==4015== ==402== Memcheck, a memory error detector ==402== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==402== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==402== Command: ./client-test Client::Source::davical_caldav::LinkedItemsDefault::testLinkedItemsUpdateChild ==402== Parent PID: 390 ==402== ==4035== Memcheck, a memory error detector ==4035== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4035== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4035== Command: ./syncevo-local-sync ==4035== Parent PID: 3896 ==4035== ==4035== ==4035== HEAP SUMMARY: ==4035== in use at exit: 2,514,392 bytes in 25,320 blocks ==4035== total heap usage: 181,249 allocs, 155,929 frees, 34,404,787 bytes allocated ==4035== ==4035== LEAK SUMMARY: ==4035== definitely lost: 0 bytes in 0 blocks ==4035== indirectly lost: 0 bytes in 0 blocks ==4035== possibly lost: 528 bytes in 2 blocks ==4035== still reachable: 2,252,839 bytes in 21,285 blocks ==4035== of which reachable via heuristic: ==4035== length64 : 592 bytes in 10 blocks ==4035== newarray : 5,976 bytes in 28 blocks ==4035== suppressed: 253,913 bytes in 3,977 blocks ==4035== Reachable blocks (those to which a pointer was found) are not shown. ==4035== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4035== ==4035== For counts of detected and suppressed errors, rerun with: -v ==4035== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==4043== Memcheck, a memory error detector ==4043== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4043== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4043== Command: ./syncevo-local-sync ==4043== Parent PID: 3896 ==4043== ==4043== ==4043== HEAP SUMMARY: ==4043== in use at exit: 2,514,400 bytes in 25,320 blocks ==4043== total heap usage: 185,760 allocs, 160,440 frees, 34,877,967 bytes allocated ==4043== ==4043== LEAK SUMMARY: ==4043== definitely lost: 0 bytes in 0 blocks ==4043== indirectly lost: 0 bytes in 0 blocks ==4043== possibly lost: 528 bytes in 2 blocks ==4043== still reachable: 2,252,839 bytes in 21,285 blocks ==4043== of which reachable via heuristic: ==4043== length64 : 592 bytes in 10 blocks ==4043== newarray : 5,976 bytes in 28 blocks ==4043== suppressed: 253,921 bytes in 3,977 blocks ==4043== Reachable blocks (those to which a pointer was found) are not shown. ==4043== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4043== ==4043== For counts of detected and suppressed errors, rerun with: -v ==4043== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==4055== Memcheck, a memory error detector ==4055== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4055== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4055== Command: ./syncevo-local-sync ==4055== Parent PID: 3896 ==4055== ==4055== ==4055== HEAP SUMMARY: ==4055== in use at exit: 2,514,672 bytes in 25,321 blocks ==4055== total heap usage: 177,918 allocs, 152,597 frees, 34,084,896 bytes allocated ==4055== ==4055== LEAK SUMMARY: ==4055== definitely lost: 0 bytes in 0 blocks ==4055== indirectly lost: 0 bytes in 0 blocks ==4055== possibly lost: 528 bytes in 2 blocks ==4055== still reachable: 2,253,095 bytes in 21,286 blocks ==4055== of which reachable via heuristic: ==4055== length64 : 592 bytes in 10 blocks ==4055== newarray : 5,976 bytes in 28 blocks ==4055== suppressed: 253,937 bytes in 3,977 blocks ==4055== Reachable blocks (those to which a pointer was found) are not shown. ==4055== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4055== ==4055== For counts of detected and suppressed errors, rerun with: -v ==4055== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==4075== Memcheck, a memory error detector ==4075== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4075== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4075== Command: ./client-test Client::Sync::eds_event::testMerge ==4075== Parent PID: 3896 ==4075== ==4079== Memcheck, a memory error detector ==4079== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4079== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4079== Command: ./syncevo-local-sync ==4079== Parent PID: 3896 ==4079== ==4079== ==4079== HEAP SUMMARY: ==4079== in use at exit: 2,514,680 bytes in 25,321 blocks ==4079== total heap usage: 176,547 allocs, 151,226 frees, 33,905,884 bytes allocated ==4079== ==4079== LEAK SUMMARY: ==4079== definitely lost: 0 bytes in 0 blocks ==4079== indirectly lost: 0 bytes in 0 blocks ==4079== possibly lost: 528 bytes in 2 blocks ==4079== still reachable: 2,253,095 bytes in 21,286 blocks ==4079== of which reachable via heuristic: ==4079== length64 : 592 bytes in 10 blocks ==4079== newarray : 5,976 bytes in 28 blocks ==4079== suppressed: 253,945 bytes in 3,977 blocks ==4079== Reachable blocks (those to which a pointer was found) are not shown. ==4079== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4079== ==4079== For counts of detected and suppressed errors, rerun with: -v ==4079== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==4099== Memcheck, a memory error detector ==4099== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4099== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4099== Command: ./client-test Client::Sync::eds_event::testMerge ==4099== Parent PID: 3896 ==4099== ==410== Memcheck, a memory error detector ==410== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==410== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==410== Command: ./client-test Client::Source::davical_caldav::LinkedItemsDefault::testLinkedItemsUpdateChildNoIDs ==410== Parent PID: 111 ==410== ==410== ==410== HEAP SUMMARY: ==410== in use at exit: 459,571 bytes in 5,371 blocks ==410== total heap usage: 156,517 allocs, 151,087 frees, 19,657,256 bytes allocated ==410== ==410== LEAK SUMMARY: ==410== definitely lost: 0 bytes in 0 blocks ==410== indirectly lost: 0 bytes in 0 blocks ==410== possibly lost: 1,392 bytes in 4 blocks ==410== still reachable: 174,744 bytes in 998 blocks ==410== of which reachable via heuristic: ==410== length64 : 1,032 bytes in 18 blocks ==410== newarray : 5,976 bytes in 28 blocks ==410== suppressed: 271,915 bytes in 4,285 blocks ==410== Reachable blocks (those to which a pointer was found) are not shown. ==410== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==410== ==410== For counts of detected and suppressed errors, rerun with: -v ==410== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==4104== Memcheck, a memory error detector ==4104== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4104== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4104== Command: ./client-test Client::Sync::eds_event::testTwinning ==4104== Parent PID: 111 ==4104== ==4104== ==4104== HEAP SUMMARY: ==4104== in use at exit: 2,890,077 bytes in 29,998 blocks ==4104== total heap usage: 2,035,313 allocs, 2,005,256 frees, 264,821,172 bytes allocated ==4104== ==4104== LEAK SUMMARY: ==4104== definitely lost: 0 bytes in 0 blocks ==4104== indirectly lost: 0 bytes in 0 blocks ==4104== possibly lost: 1,392 bytes in 4 blocks ==4104== still reachable: 2,238,813 bytes in 21,430 blocks ==4104== of which reachable via heuristic: ==4104== length64 : 5,120 bytes in 80 blocks ==4104== newarray : 6,312 bytes in 49 blocks ==4104== suppressed: 579,776 bytes in 8,032 blocks ==4104== Reachable blocks (those to which a pointer was found) are not shown. ==4104== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4104== ==4104== For counts of detected and suppressed errors, rerun with: -v ==4104== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==4131== Memcheck, a memory error detector ==4131== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4131== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4131== Command: ./syncevo-local-sync ==4131== Parent PID: 4104 ==4131== ==4131== ==4131== HEAP SUMMARY: ==4131== in use at exit: 2,514,656 bytes in 25,321 blocks ==4131== total heap usage: 175,789 allocs, 150,468 frees, 33,831,452 bytes allocated ==4131== ==4131== LEAK SUMMARY: ==4131== definitely lost: 0 bytes in 0 blocks ==4131== indirectly lost: 0 bytes in 0 blocks ==4131== possibly lost: 528 bytes in 2 blocks ==4131== still reachable: 2,253,095 bytes in 21,286 blocks ==4131== of which reachable via heuristic: ==4131== length64 : 592 bytes in 10 blocks ==4131== newarray : 5,976 bytes in 28 blocks ==4131== suppressed: 253,921 bytes in 3,977 blocks ==4131== Reachable blocks (those to which a pointer was found) are not shown. ==4131== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4131== ==4131== For counts of detected and suppressed errors, rerun with: -v ==4131== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==414== Memcheck, a memory error detector ==414== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==414== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==414== Command: ./client-test Client::Source::davical_caldav::LinkedItemsDefault::testLinkedItemsUpdateChildNoIDs ==414== Parent PID: 410 ==414== ==4147== Memcheck, a memory error detector ==4147== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4147== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4147== Command: ./syncevo-local-sync ==4147== Parent PID: 4104 ==4147== ==4147== ==4147== HEAP SUMMARY: ==4147== in use at exit: 2,491,320 bytes in 25,307 blocks ==4147== total heap usage: 174,052 allocs, 148,745 frees, 33,668,816 bytes allocated ==4147== ==4147== LEAK SUMMARY: ==4147== definitely lost: 0 bytes in 0 blocks ==4147== indirectly lost: 0 bytes in 0 blocks ==4147== possibly lost: 528 bytes in 2 blocks ==4147== still reachable: 2,229,759 bytes in 21,272 blocks ==4147== of which reachable via heuristic: ==4147== length64 : 592 bytes in 10 blocks ==4147== newarray : 5,976 bytes in 28 blocks ==4147== suppressed: 253,921 bytes in 3,977 blocks ==4147== Reachable blocks (those to which a pointer was found) are not shown. ==4147== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4147== ==4147== For counts of detected and suppressed errors, rerun with: -v ==4147== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==4173== Memcheck, a memory error detector ==4173== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4173== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4173== Command: ./client-test Client::Sync::eds_event::testTwinning ==4173== Parent PID: 4104 ==4173== ==4181== Memcheck, a memory error detector ==4181== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4181== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4181== Command: ./syncevo-local-sync ==4181== Parent PID: 4104 ==4181== ==4181== ==4181== HEAP SUMMARY: ==4181== in use at exit: 2,491,312 bytes in 25,307 blocks ==4181== total heap usage: 297,552 allocs, 272,245 frees, 46,006,347 bytes allocated ==4181== ==4181== LEAK SUMMARY: ==4181== definitely lost: 0 bytes in 0 blocks ==4181== indirectly lost: 0 bytes in 0 blocks ==4181== possibly lost: 528 bytes in 2 blocks ==4181== still reachable: 2,229,759 bytes in 21,272 blocks ==4181== of which reachable via heuristic: ==4181== length64 : 592 bytes in 10 blocks ==4181== newarray : 5,976 bytes in 28 blocks ==4181== suppressed: 253,913 bytes in 3,977 blocks ==4181== Reachable blocks (those to which a pointer was found) are not shown. ==4181== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4181== ==4181== For counts of detected and suppressed errors, rerun with: -v ==4181== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==4189== Memcheck, a memory error detector ==4189== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4189== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4189== Command: ./syncevo-local-sync ==4189== Parent PID: 4104 ==4189== ==4189== ==4189== HEAP SUMMARY: ==4189== in use at exit: 2,570,464 bytes in 25,539 blocks ==4189== total heap usage: 244,157 allocs, 218,618 frees, 40,964,344 bytes allocated ==4189== ==4189== LEAK SUMMARY: ==4189== definitely lost: 0 bytes in 0 blocks ==4189== indirectly lost: 0 bytes in 0 blocks ==4189== possibly lost: 528 bytes in 2 blocks ==4189== still reachable: 2,308,903 bytes in 21,504 blocks ==4189== of which reachable via heuristic: ==4189== length64 : 592 bytes in 10 blocks ==4189== newarray : 5,976 bytes in 28 blocks ==4189== suppressed: 253,921 bytes in 3,977 blocks ==4189== Reachable blocks (those to which a pointer was found) are not shown. ==4189== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4189== ==4189== For counts of detected and suppressed errors, rerun with: -v ==4189== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==4197== Memcheck, a memory error detector ==4197== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4197== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4197== Command: ./syncevo-local-sync ==4197== Parent PID: 4104 ==4197== ==4197== ==4197== HEAP SUMMARY: ==4197== in use at exit: 2,570,472 bytes in 25,539 blocks ==4197== total heap usage: 243,131 allocs, 217,592 frees, 40,868,905 bytes allocated ==4197== ==4197== LEAK SUMMARY: ==4197== definitely lost: 0 bytes in 0 blocks ==4197== indirectly lost: 0 bytes in 0 blocks ==4197== possibly lost: 528 bytes in 2 blocks ==4197== still reachable: 2,308,903 bytes in 21,504 blocks ==4197== of which reachable via heuristic: ==4197== length64 : 592 bytes in 10 blocks ==4197== newarray : 5,976 bytes in 28 blocks ==4197== suppressed: 253,929 bytes in 3,977 blocks ==4197== Reachable blocks (those to which a pointer was found) are not shown. ==4197== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4197== ==4197== For counts of detected and suppressed errors, rerun with: -v ==4197== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==4206== Memcheck, a memory error detector ==4206== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4206== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4206== Command: ./syncevo-local-sync ==4206== Parent PID: 4104 ==4206== ==4206== ==4206== HEAP SUMMARY: ==4206== in use at exit: 2,570,472 bytes in 25,539 blocks ==4206== total heap usage: 242,931 allocs, 217,392 frees, 40,826,174 bytes allocated ==4206== ==4206== LEAK SUMMARY: ==4206== definitely lost: 0 bytes in 0 blocks ==4206== indirectly lost: 0 bytes in 0 blocks ==4206== possibly lost: 528 bytes in 2 blocks ==4206== still reachable: 2,308,903 bytes in 21,504 blocks ==4206== of which reachable via heuristic: ==4206== length64 : 592 bytes in 10 blocks ==4206== newarray : 5,976 bytes in 28 blocks ==4206== suppressed: 253,929 bytes in 3,977 blocks ==4206== Reachable blocks (those to which a pointer was found) are not shown. ==4206== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4206== ==4206== For counts of detected and suppressed errors, rerun with: -v ==4206== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==422== Memcheck, a memory error detector ==422== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==422== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==422== Command: ./client-test Client::Source::davical_caldav::LinkedItemsDefault::testLinkedItemsInsertBothUpdateChild ==422== Parent PID: 111 ==422== ==422== ==422== HEAP SUMMARY: ==422== in use at exit: 487,231 bytes in 5,480 blocks ==422== total heap usage: 234,366 allocs, 228,820 frees, 29,091,256 bytes allocated ==422== ==422== LEAK SUMMARY: ==422== definitely lost: 0 bytes in 0 blocks ==422== indirectly lost: 0 bytes in 0 blocks ==422== possibly lost: 1,392 bytes in 4 blocks ==422== still reachable: 202,396 bytes in 1,107 blocks ==422== of which reachable via heuristic: ==422== length64 : 1,032 bytes in 18 blocks ==422== newarray : 5,976 bytes in 28 blocks ==422== suppressed: 271,923 bytes in 4,285 blocks ==422== Reachable blocks (those to which a pointer was found) are not shown. ==422== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==422== ==422== For counts of detected and suppressed errors, rerun with: -v ==422== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==4226== Memcheck, a memory error detector ==4226== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4226== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4226== Command: ./client-test Client::Sync::eds_event::testTwinning ==4226== Parent PID: 4104 ==4226== ==4231== Memcheck, a memory error detector ==4231== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4231== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4231== Command: ./client-test Client::Sync::eds_event::testItems ==4231== Parent PID: 111 ==4231== ==4231== ==4231== HEAP SUMMARY: ==4231== in use at exit: 2,888,380 bytes in 29,939 blocks ==4231== total heap usage: 1,619,821 allocs, 1,589,825 frees, 198,947,117 bytes allocated ==4231== ==4231== LEAK SUMMARY: ==4231== definitely lost: 0 bytes in 0 blocks ==4231== indirectly lost: 0 bytes in 0 blocks ==4231== possibly lost: 1,392 bytes in 4 blocks ==4231== still reachable: 2,239,292 bytes in 21,443 blocks ==4231== of which reachable via heuristic: ==4231== length64 : 5,120 bytes in 80 blocks ==4231== newarray : 6,312 bytes in 49 blocks ==4231== suppressed: 577,600 bytes in 7,960 blocks ==4231== Reachable blocks (those to which a pointer was found) are not shown. ==4231== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4231== ==4231== For counts of detected and suppressed errors, rerun with: -v ==4231== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==4258== Memcheck, a memory error detector ==4258== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4258== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4258== Command: ./syncevo-local-sync ==4258== Parent PID: 4231 ==4258== ==4258== ==4258== HEAP SUMMARY: ==4258== in use at exit: 2,570,464 bytes in 25,539 blocks ==4258== total heap usage: 242,994 allocs, 217,455 frees, 40,814,811 bytes allocated ==4258== ==4258== LEAK SUMMARY: ==4258== definitely lost: 0 bytes in 0 blocks ==4258== indirectly lost: 0 bytes in 0 blocks ==4258== possibly lost: 528 bytes in 2 blocks ==4258== still reachable: 2,308,903 bytes in 21,504 blocks ==4258== of which reachable via heuristic: ==4258== length64 : 592 bytes in 10 blocks ==4258== newarray : 5,976 bytes in 28 blocks ==4258== suppressed: 253,921 bytes in 3,977 blocks ==4258== Reachable blocks (those to which a pointer was found) are not shown. ==4258== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4258== ==4258== For counts of detected and suppressed errors, rerun with: -v ==4258== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==426== Memcheck, a memory error detector ==426== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==426== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==426== Command: ./client-test Client::Source::davical_caldav::LinkedItemsDefault::testLinkedItemsInsertBothUpdateChild ==426== Parent PID: 422 ==426== ==4274== Memcheck, a memory error detector ==4274== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4274== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4274== Command: ./syncevo-local-sync ==4274== Parent PID: 4231 ==4274== ==4274== ==4274== HEAP SUMMARY: ==4274== in use at exit: 2,532,824 bytes in 25,392 blocks ==4274== total heap usage: 197,082 allocs, 171,690 frees, 35,920,633 bytes allocated ==4274== ==4274== LEAK SUMMARY: ==4274== definitely lost: 0 bytes in 0 blocks ==4274== indirectly lost: 0 bytes in 0 blocks ==4274== possibly lost: 528 bytes in 2 blocks ==4274== still reachable: 2,271,271 bytes in 21,357 blocks ==4274== of which reachable via heuristic: ==4274== length64 : 592 bytes in 10 blocks ==4274== newarray : 5,976 bytes in 28 blocks ==4274== suppressed: 253,913 bytes in 3,977 blocks ==4274== Reachable blocks (those to which a pointer was found) are not shown. ==4274== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4274== ==4274== For counts of detected and suppressed errors, rerun with: -v ==4274== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==4300== Memcheck, a memory error detector ==4300== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4300== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4300== Command: ./client-test Client::Sync::eds_event::testItems ==4300== Parent PID: 4231 ==4300== ==4308== Memcheck, a memory error detector ==4308== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4308== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4308== Command: ./syncevo-local-sync ==4308== Parent PID: 4231 ==4308== ==4308== ==4308== HEAP SUMMARY: ==4308== in use at exit: 2,491,304 bytes in 25,307 blocks ==4308== total heap usage: 297,530 allocs, 272,223 frees, 46,004,818 bytes allocated ==4308== ==4308== LEAK SUMMARY: ==4308== definitely lost: 0 bytes in 0 blocks ==4308== indirectly lost: 0 bytes in 0 blocks ==4308== possibly lost: 528 bytes in 2 blocks ==4308== still reachable: 2,229,759 bytes in 21,272 blocks ==4308== of which reachable via heuristic: ==4308== length64 : 592 bytes in 10 blocks ==4308== newarray : 5,976 bytes in 28 blocks ==4308== suppressed: 253,905 bytes in 3,977 blocks ==4308== Reachable blocks (those to which a pointer was found) are not shown. ==4308== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4308== ==4308== For counts of detected and suppressed errors, rerun with: -v ==4308== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==4316== Memcheck, a memory error detector ==4316== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4316== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4316== Command: ./syncevo-local-sync ==4316== Parent PID: 4231 ==4316== ==4316== ==4316== HEAP SUMMARY: ==4316== in use at exit: 2,570,464 bytes in 25,539 blocks ==4316== total heap usage: 244,190 allocs, 218,651 frees, 40,976,415 bytes allocated ==4316== ==4316== LEAK SUMMARY: ==4316== definitely lost: 0 bytes in 0 blocks ==4316== indirectly lost: 0 bytes in 0 blocks ==4316== possibly lost: 528 bytes in 2 blocks ==4316== still reachable: 2,308,903 bytes in 21,504 blocks ==4316== of which reachable via heuristic: ==4316== length64 : 592 bytes in 10 blocks ==4316== newarray : 5,976 bytes in 28 blocks ==4316== suppressed: 253,921 bytes in 3,977 blocks ==4316== Reachable blocks (those to which a pointer was found) are not shown. ==4316== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4316== ==4316== For counts of detected and suppressed errors, rerun with: -v ==4316== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==4337== Memcheck, a memory error detector ==4337== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4337== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4337== Command: ./client-test Client::Sync::eds_event::testItems ==4337== Parent PID: 4231 ==4337== ==434== Memcheck, a memory error detector ==434== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==434== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==434== Command: ./client-test Client::Source::davical_caldav::LinkedItemsDefault::testLinkedItemsInsertBothUpdateChild ==434== Parent PID: 422 ==434== ==4342== Memcheck, a memory error detector ==4342== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4342== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4342== Command: ./client-test Client::Sync::eds_event::testItemsXML ==4342== Parent PID: 111 ==4342== ==4342== ==4342== HEAP SUMMARY: ==4342== in use at exit: 2,884,286 bytes in 29,896 blocks ==4342== total heap usage: 1,620,667 allocs, 1,590,714 frees, 198,976,016 bytes allocated ==4342== ==4342== LEAK SUMMARY: ==4342== definitely lost: 0 bytes in 0 blocks ==4342== indirectly lost: 0 bytes in 0 blocks ==4342== possibly lost: 1,392 bytes in 4 blocks ==4342== still reachable: 2,236,509 bytes in 21,417 blocks ==4342== of which reachable via heuristic: ==4342== length64 : 5,120 bytes in 80 blocks ==4342== newarray : 6,312 bytes in 49 blocks ==4342== suppressed: 576,289 bytes in 7,943 blocks ==4342== Reachable blocks (those to which a pointer was found) are not shown. ==4342== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4342== ==4342== For counts of detected and suppressed errors, rerun with: -v ==4342== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==4368== Memcheck, a memory error detector ==4368== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4368== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4368== Command: ./syncevo-local-sync ==4368== Parent PID: 4342 ==4368== ==4368== ==4368== HEAP SUMMARY: ==4368== in use at exit: 2,570,464 bytes in 25,539 blocks ==4368== total heap usage: 243,006 allocs, 217,467 frees, 40,835,955 bytes allocated ==4368== ==4368== LEAK SUMMARY: ==4368== definitely lost: 0 bytes in 0 blocks ==4368== indirectly lost: 0 bytes in 0 blocks ==4368== possibly lost: 528 bytes in 2 blocks ==4368== still reachable: 2,308,903 bytes in 21,504 blocks ==4368== of which reachable via heuristic: ==4368== length64 : 592 bytes in 10 blocks ==4368== newarray : 5,976 bytes in 28 blocks ==4368== suppressed: 253,921 bytes in 3,977 blocks ==4368== Reachable blocks (those to which a pointer was found) are not shown. ==4368== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4368== ==4368== For counts of detected and suppressed errors, rerun with: -v ==4368== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==4384== Memcheck, a memory error detector ==4384== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4384== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4384== Command: ./syncevo-local-sync ==4384== Parent PID: 4342 ==4384== ==4384== ==4384== HEAP SUMMARY: ==4384== in use at exit: 2,532,824 bytes in 25,392 blocks ==4384== total heap usage: 197,073 allocs, 171,681 frees, 35,920,267 bytes allocated ==4384== ==4384== LEAK SUMMARY: ==4384== definitely lost: 0 bytes in 0 blocks ==4384== indirectly lost: 0 bytes in 0 blocks ==4384== possibly lost: 528 bytes in 2 blocks ==4384== still reachable: 2,271,271 bytes in 21,357 blocks ==4384== of which reachable via heuristic: ==4384== length64 : 592 bytes in 10 blocks ==4384== newarray : 5,976 bytes in 28 blocks ==4384== suppressed: 253,913 bytes in 3,977 blocks ==4384== Reachable blocks (those to which a pointer was found) are not shown. ==4384== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4384== ==4384== For counts of detected and suppressed errors, rerun with: -v ==4384== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==4410== Memcheck, a memory error detector ==4410== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4410== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4410== Command: ./client-test Client::Sync::eds_event::testItemsXML ==4410== Parent PID: 4342 ==4410== ==4418== Memcheck, a memory error detector ==4418== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4418== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4418== Command: ./syncevo-local-sync ==4418== Parent PID: 4342 ==4418== ==4418== ==4418== HEAP SUMMARY: ==4418== in use at exit: 2,491,336 bytes in 25,307 blocks ==4418== total heap usage: 297,522 allocs, 272,215 frees, 46,004,518 bytes allocated ==4418== ==4418== LEAK SUMMARY: ==4418== definitely lost: 0 bytes in 0 blocks ==4418== indirectly lost: 0 bytes in 0 blocks ==4418== possibly lost: 528 bytes in 2 blocks ==4418== still reachable: 2,229,759 bytes in 21,272 blocks ==4418== of which reachable via heuristic: ==4418== length64 : 592 bytes in 10 blocks ==4418== newarray : 5,976 bytes in 28 blocks ==4418== suppressed: 253,937 bytes in 3,977 blocks ==4418== Reachable blocks (those to which a pointer was found) are not shown. ==4418== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4418== ==4418== For counts of detected and suppressed errors, rerun with: -v ==4418== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==442== Memcheck, a memory error detector ==442== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==442== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==442== Command: ./client-test Client::Source::davical_caldav::LinkedItemsDefault::testLinkedItemsInsertBothUpdateParent ==442== Parent PID: 111 ==442== ==442== ==442== HEAP SUMMARY: ==442== in use at exit: 484,079 bytes in 5,466 blocks ==442== total heap usage: 233,329 allocs, 227,797 frees, 28,546,376 bytes allocated ==442== ==442== LEAK SUMMARY: ==442== definitely lost: 0 bytes in 0 blocks ==442== indirectly lost: 0 bytes in 0 blocks ==442== possibly lost: 1,392 bytes in 4 blocks ==442== still reachable: 199,324 bytes in 1,095 blocks ==442== of which reachable via heuristic: ==442== length64 : 1,032 bytes in 18 blocks ==442== newarray : 5,976 bytes in 28 blocks ==442== suppressed: 271,843 bytes in 4,283 blocks ==442== Reachable blocks (those to which a pointer was found) are not shown. ==442== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==442== ==442== For counts of detected and suppressed errors, rerun with: -v ==442== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==4426== Memcheck, a memory error detector ==4426== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4426== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4426== Command: ./syncevo-local-sync ==4426== Parent PID: 4342 ==4426== ==4426== ==4426== HEAP SUMMARY: ==4426== in use at exit: 2,570,480 bytes in 25,539 blocks ==4426== total heap usage: 244,129 allocs, 218,590 frees, 40,972,295 bytes allocated ==4426== ==4426== LEAK SUMMARY: ==4426== definitely lost: 0 bytes in 0 blocks ==4426== indirectly lost: 0 bytes in 0 blocks ==4426== possibly lost: 528 bytes in 2 blocks ==4426== still reachable: 2,308,903 bytes in 21,504 blocks ==4426== of which reachable via heuristic: ==4426== length64 : 592 bytes in 10 blocks ==4426== newarray : 5,976 bytes in 28 blocks ==4426== suppressed: 253,937 bytes in 3,977 blocks ==4426== Reachable blocks (those to which a pointer was found) are not shown. ==4426== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4426== ==4426== For counts of detected and suppressed errors, rerun with: -v ==4426== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==4447== Memcheck, a memory error detector ==4447== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4447== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4447== Command: ./client-test Client::Sync::eds_event::testItemsXML ==4447== Parent PID: 4342 ==4447== ==4451== Memcheck, a memory error detector ==4451== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4451== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4451== Command: ./client-test Client::Sync::eds_event::testMaxMsg ==4451== Parent PID: 111 ==4451== ==4451== ==4451== HEAP SUMMARY: ==4451== in use at exit: 2,887,500 bytes in 29,927 blocks ==4451== total heap usage: 1,652,048 allocs, 1,622,064 frees, 225,916,211 bytes allocated ==4451== ==4451== LEAK SUMMARY: ==4451== definitely lost: 0 bytes in 0 blocks ==4451== indirectly lost: 0 bytes in 0 blocks ==4451== possibly lost: 1,392 bytes in 4 blocks ==4451== still reachable: 2,238,077 bytes in 21,423 blocks ==4451== of which reachable via heuristic: ==4451== length64 : 5,120 bytes in 80 blocks ==4451== newarray : 6,312 bytes in 49 blocks ==4451== suppressed: 577,767 bytes in 7,966 blocks ==4451== Reachable blocks (those to which a pointer was found) are not shown. ==4451== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4451== ==4451== For counts of detected and suppressed errors, rerun with: -v ==4451== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==446== Memcheck, a memory error detector ==446== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==446== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==446== Command: ./client-test Client::Source::davical_caldav::LinkedItemsDefault::testLinkedItemsInsertBothUpdateParent ==446== Parent PID: 442 ==446== ==4477== Memcheck, a memory error detector ==4477== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4477== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4477== Command: ./syncevo-local-sync ==4477== Parent PID: 4451 ==4477== ==4477== ==4477== HEAP SUMMARY: ==4477== in use at exit: 2,570,472 bytes in 25,539 blocks ==4477== total heap usage: 242,996 allocs, 217,457 frees, 40,835,402 bytes allocated ==4477== ==4477== LEAK SUMMARY: ==4477== definitely lost: 0 bytes in 0 blocks ==4477== indirectly lost: 0 bytes in 0 blocks ==4477== possibly lost: 528 bytes in 2 blocks ==4477== still reachable: 2,308,903 bytes in 21,504 blocks ==4477== of which reachable via heuristic: ==4477== length64 : 592 bytes in 10 blocks ==4477== newarray : 5,976 bytes in 28 blocks ==4477== suppressed: 253,929 bytes in 3,977 blocks ==4477== Reachable blocks (those to which a pointer was found) are not shown. ==4477== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4477== ==4477== For counts of detected and suppressed errors, rerun with: -v ==4477== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==4493== Memcheck, a memory error detector ==4493== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4493== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4493== Command: ./syncevo-local-sync ==4493== Parent PID: 4451 ==4493== ==4493== ==4493== HEAP SUMMARY: ==4493== in use at exit: 2,532,832 bytes in 25,392 blocks ==4493== total heap usage: 197,082 allocs, 171,690 frees, 35,920,667 bytes allocated ==4493== ==4493== LEAK SUMMARY: ==4493== definitely lost: 0 bytes in 0 blocks ==4493== indirectly lost: 0 bytes in 0 blocks ==4493== possibly lost: 528 bytes in 2 blocks ==4493== still reachable: 2,271,271 bytes in 21,357 blocks ==4493== of which reachable via heuristic: ==4493== length64 : 592 bytes in 10 blocks ==4493== newarray : 5,976 bytes in 28 blocks ==4493== suppressed: 253,921 bytes in 3,977 blocks ==4493== Reachable blocks (those to which a pointer was found) are not shown. ==4493== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4493== ==4493== For counts of detected and suppressed errors, rerun with: -v ==4493== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==4505== Memcheck, a memory error detector ==4505== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4505== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4505== Command: ./syncevo-local-sync ==4505== Parent PID: 4451 ==4505== ==4505== ==4505== HEAP SUMMARY: ==4505== in use at exit: 2,491,320 bytes in 25,307 blocks ==4505== total heap usage: 352,680 allocs, 327,373 frees, 53,044,224 bytes allocated ==4505== ==4505== LEAK SUMMARY: ==4505== definitely lost: 0 bytes in 0 blocks ==4505== indirectly lost: 0 bytes in 0 blocks ==4505== possibly lost: 528 bytes in 2 blocks ==4505== still reachable: 2,229,759 bytes in 21,272 blocks ==4505== of which reachable via heuristic: ==4505== length64 : 592 bytes in 10 blocks ==4505== newarray : 5,976 bytes in 28 blocks ==4505== suppressed: 253,921 bytes in 3,977 blocks ==4505== Reachable blocks (those to which a pointer was found) are not shown. ==4505== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4505== ==4505== For counts of detected and suppressed errors, rerun with: -v ==4505== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==4513== Memcheck, a memory error detector ==4513== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4513== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4513== Command: ./syncevo-local-sync ==4513== Parent PID: 4451 ==4513== ==4513== ==4513== HEAP SUMMARY: ==4513== in use at exit: 2,597,344 bytes in 25,644 blocks ==4513== total heap usage: 278,144 allocs, 252,500 frees, 63,325,986 bytes allocated ==4513== ==4513== LEAK SUMMARY: ==4513== definitely lost: 0 bytes in 0 blocks ==4513== indirectly lost: 0 bytes in 0 blocks ==4513== possibly lost: 528 bytes in 2 blocks ==4513== still reachable: 2,335,783 bytes in 21,609 blocks ==4513== of which reachable via heuristic: ==4513== length64 : 592 bytes in 10 blocks ==4513== newarray : 5,976 bytes in 28 blocks ==4513== suppressed: 253,921 bytes in 3,977 blocks ==4513== Reachable blocks (those to which a pointer was found) are not shown. ==4513== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4513== ==4513== For counts of detected and suppressed errors, rerun with: -v ==4513== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==4534== Memcheck, a memory error detector ==4534== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4534== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4534== Command: ./client-test Client::Sync::eds_event::testMaxMsg ==4534== Parent PID: 4451 ==4534== ==4539== Memcheck, a memory error detector ==4539== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4539== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4539== Command: ./client-test Client::Sync::eds_event::testLargeObject ==4539== Parent PID: 111 ==4539== ==4539== ==4539== HEAP SUMMARY: ==4539== in use at exit: 2,890,236 bytes in 29,965 blocks ==4539== total heap usage: 1,753,166 allocs, 1,723,144 frees, 220,486,038 bytes allocated ==4539== ==4539== LEAK SUMMARY: ==4539== definitely lost: 0 bytes in 0 blocks ==4539== indirectly lost: 0 bytes in 0 blocks ==4539== possibly lost: 1,392 bytes in 4 blocks ==4539== still reachable: 2,240,560 bytes in 21,463 blocks ==4539== of which reachable via heuristic: ==4539== length64 : 5,120 bytes in 80 blocks ==4539== newarray : 6,312 bytes in 49 blocks ==4539== suppressed: 578,188 bytes in 7,966 blocks ==4539== Reachable blocks (those to which a pointer was found) are not shown. ==4539== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4539== ==4539== For counts of detected and suppressed errors, rerun with: -v ==4539== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==454== Memcheck, a memory error detector ==454== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==454== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==454== Command: ./client-test Client::Source::davical_caldav::LinkedItemsDefault::testLinkedItemsInsertBothUpdateParent ==454== Parent PID: 442 ==454== ==4565== Memcheck, a memory error detector ==4565== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4565== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4565== Command: ./syncevo-local-sync ==4565== Parent PID: 4539 ==4565== ==4565== ==4565== HEAP SUMMARY: ==4565== in use at exit: 2,597,336 bytes in 25,644 blocks ==4565== total heap usage: 277,804 allocs, 252,160 frees, 46,023,396 bytes allocated ==4565== ==4565== LEAK SUMMARY: ==4565== definitely lost: 0 bytes in 0 blocks ==4565== indirectly lost: 0 bytes in 0 blocks ==4565== possibly lost: 528 bytes in 2 blocks ==4565== still reachable: 2,335,783 bytes in 21,609 blocks ==4565== of which reachable via heuristic: ==4565== length64 : 592 bytes in 10 blocks ==4565== newarray : 5,976 bytes in 28 blocks ==4565== suppressed: 253,913 bytes in 3,977 blocks ==4565== Reachable blocks (those to which a pointer was found) are not shown. ==4565== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4565== ==4565== For counts of detected and suppressed errors, rerun with: -v ==4565== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==4581== Memcheck, a memory error detector ==4581== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4581== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4581== Command: ./syncevo-local-sync ==4581== Parent PID: 4539 ==4581== ==4581== ==4581== HEAP SUMMARY: ==4581== in use at exit: 2,491,328 bytes in 25,307 blocks ==4581== total heap usage: 203,984 allocs, 178,677 frees, 36,393,711 bytes allocated ==4581== ==4581== LEAK SUMMARY: ==4581== definitely lost: 0 bytes in 0 blocks ==4581== indirectly lost: 0 bytes in 0 blocks ==4581== possibly lost: 528 bytes in 2 blocks ==4581== still reachable: 2,229,759 bytes in 21,272 blocks ==4581== of which reachable via heuristic: ==4581== length64 : 592 bytes in 10 blocks ==4581== newarray : 5,976 bytes in 28 blocks ==4581== suppressed: 253,929 bytes in 3,977 blocks ==4581== Reachable blocks (those to which a pointer was found) are not shown. ==4581== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4581== ==4581== For counts of detected and suppressed errors, rerun with: -v ==4581== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==4593== Memcheck, a memory error detector ==4593== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4593== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4593== Command: ./syncevo-local-sync ==4593== Parent PID: 4539 ==4593== ==4593== ==4593== HEAP SUMMARY: ==4593== in use at exit: 2,491,312 bytes in 25,307 blocks ==4593== total heap usage: 352,713 allocs, 327,406 frees, 53,046,889 bytes allocated ==4593== ==4593== LEAK SUMMARY: ==4593== definitely lost: 0 bytes in 0 blocks ==4593== indirectly lost: 0 bytes in 0 blocks ==4593== possibly lost: 528 bytes in 2 blocks ==4593== still reachable: 2,229,759 bytes in 21,272 blocks ==4593== of which reachable via heuristic: ==4593== length64 : 592 bytes in 10 blocks ==4593== newarray : 5,976 bytes in 28 blocks ==4593== suppressed: 253,913 bytes in 3,977 blocks ==4593== Reachable blocks (those to which a pointer was found) are not shown. ==4593== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4593== ==4593== For counts of detected and suppressed errors, rerun with: -v ==4593== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==4601== Memcheck, a memory error detector ==4601== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4601== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4601== Command: ./syncevo-local-sync ==4601== Parent PID: 4539 ==4601== ==4601== ==4601== HEAP SUMMARY: ==4601== in use at exit: 2,597,344 bytes in 25,644 blocks ==4601== total heap usage: 286,144 allocs, 260,500 frees, 44,001,923 bytes allocated ==4601== ==4601== LEAK SUMMARY: ==4601== definitely lost: 0 bytes in 0 blocks ==4601== indirectly lost: 0 bytes in 0 blocks ==4601== possibly lost: 528 bytes in 2 blocks ==4601== still reachable: 2,335,783 bytes in 21,609 blocks ==4601== of which reachable via heuristic: ==4601== length64 : 592 bytes in 10 blocks ==4601== newarray : 5,976 bytes in 28 blocks ==4601== suppressed: 253,921 bytes in 3,977 blocks ==4601== Reachable blocks (those to which a pointer was found) are not shown. ==4601== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4601== ==4601== For counts of detected and suppressed errors, rerun with: -v ==4601== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==462== Memcheck, a memory error detector ==462== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==462== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==462== Command: ./client-test Client::Source::davical_caldav::LinkedItemsDefault::testLinkedItemsSingle404 ==462== Parent PID: 111 ==462== ==462== ==462== HEAP SUMMARY: ==462== in use at exit: 436,499 bytes in 5,358 blocks ==462== total heap usage: 143,708 allocs, 138,292 frees, 18,123,892 bytes allocated ==462== ==462== LEAK SUMMARY: ==462== definitely lost: 0 bytes in 0 blocks ==462== indirectly lost: 0 bytes in 0 blocks ==462== possibly lost: 1,392 bytes in 4 blocks ==462== still reachable: 151,664 bytes in 985 blocks ==462== of which reachable via heuristic: ==462== length64 : 1,032 bytes in 18 blocks ==462== newarray : 5,976 bytes in 28 blocks ==462== suppressed: 271,923 bytes in 4,285 blocks ==462== Reachable blocks (those to which a pointer was found) are not shown. ==462== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==462== ==462== For counts of detected and suppressed errors, rerun with: -v ==462== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==4622== Memcheck, a memory error detector ==4622== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4622== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4622== Command: ./client-test Client::Sync::eds_event::testLargeObject ==4622== Parent PID: 4539 ==4622== ==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::Sync::eds_event::testOneWayFromServer ==4627== Parent PID: 111 ==4627== ==4627== ==4627== HEAP SUMMARY: ==4627== in use at exit: 2,886,941 bytes in 29,913 blocks ==4627== total heap usage: 2,207,946 allocs, 2,177,972 frees, 302,331,027 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: 1,392 bytes in 4 blocks ==4627== still reachable: 2,237,857 bytes in 21,420 blocks ==4627== of which reachable via heuristic: ==4627== length64 : 5,120 bytes in 80 blocks ==4627== newarray : 6,312 bytes in 49 blocks ==4627== suppressed: 577,596 bytes in 7,957 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: 4 errors from 4 contexts (suppressed: 68 from 68) ==4653== Memcheck, a memory error detector ==4653== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4653== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4653== Command: ./syncevo-local-sync ==4653== Parent PID: 4627 ==4653== ==4653== ==4653== HEAP SUMMARY: ==4653== in use at exit: 2,597,360 bytes in 25,644 blocks ==4653== total heap usage: 277,850 allocs, 252,206 frees, 46,026,954 bytes allocated ==4653== ==4653== LEAK SUMMARY: ==4653== definitely lost: 0 bytes in 0 blocks ==4653== indirectly lost: 0 bytes in 0 blocks ==4653== possibly lost: 528 bytes in 2 blocks ==4653== still reachable: 2,335,783 bytes in 21,609 blocks ==4653== of which reachable via heuristic: ==4653== length64 : 592 bytes in 10 blocks ==4653== newarray : 5,976 bytes in 28 blocks ==4653== suppressed: 253,937 bytes in 3,977 blocks ==4653== Reachable blocks (those to which a pointer was found) are not shown. ==4653== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4653== ==4653== For counts of detected and suppressed errors, rerun with: -v ==4653== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==466== Memcheck, a memory error detector ==466== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==466== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==466== Command: ./client-test Client::Source::davical_caldav::LinkedItemsDefault::testLinkedItemsMany404 ==466== Parent PID: 111 ==466== ==466== ==466== HEAP SUMMARY: ==466== in use at exit: 462,591 bytes in 5,382 blocks ==466== total heap usage: 165,733 allocs, 160,291 frees, 20,933,061 bytes allocated ==466== ==466== LEAK SUMMARY: ==466== definitely lost: 0 bytes in 0 blocks ==466== indirectly lost: 0 bytes in 0 blocks ==466== possibly lost: 1,392 bytes in 4 blocks ==466== still reachable: 177,820 bytes in 1,011 blocks ==466== of which reachable via heuristic: ==466== length64 : 1,032 bytes in 18 blocks ==466== newarray : 5,976 bytes in 28 blocks ==466== suppressed: 271,859 bytes in 4,283 blocks ==466== Reachable blocks (those to which a pointer was found) are not shown. ==466== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==466== ==466== For counts of detected and suppressed errors, rerun with: -v ==466== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==4669== Memcheck, a memory error detector ==4669== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4669== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4669== Command: ./syncevo-local-sync ==4669== Parent PID: 4627 ==4669== ==4669== ==4669== HEAP SUMMARY: ==4669== in use at exit: 2,491,344 bytes in 25,307 blocks ==4669== total heap usage: 203,970 allocs, 178,663 frees, 36,393,470 bytes allocated ==4669== ==4669== LEAK SUMMARY: ==4669== definitely lost: 0 bytes in 0 blocks ==4669== indirectly lost: 0 bytes in 0 blocks ==4669== possibly lost: 528 bytes in 2 blocks ==4669== still reachable: 2,229,759 bytes in 21,272 blocks ==4669== of which reachable via heuristic: ==4669== length64 : 592 bytes in 10 blocks ==4669== newarray : 5,976 bytes in 28 blocks ==4669== suppressed: 253,945 bytes in 3,977 blocks ==4669== Reachable blocks (those to which a pointer was found) are not shown. ==4669== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4669== ==4669== For counts of detected and suppressed errors, rerun with: -v ==4669== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==4677== Memcheck, a memory error detector ==4677== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4677== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4677== Command: ./syncevo-local-sync ==4677== Parent PID: 4627 ==4677== ==4677== ==4677== HEAP SUMMARY: ==4677== in use at exit: 2,491,304 bytes in 25,307 blocks ==4677== total heap usage: 174,389 allocs, 149,082 frees, 33,630,064 bytes allocated ==4677== ==4677== LEAK SUMMARY: ==4677== definitely lost: 0 bytes in 0 blocks ==4677== indirectly lost: 0 bytes in 0 blocks ==4677== possibly lost: 528 bytes in 2 blocks ==4677== still reachable: 2,229,759 bytes in 21,272 blocks ==4677== of which reachable via heuristic: ==4677== length64 : 592 bytes in 10 blocks ==4677== newarray : 5,976 bytes in 28 blocks ==4677== suppressed: 253,905 bytes in 3,977 blocks ==4677== Reachable blocks (those to which a pointer was found) are not shown. ==4677== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4677== ==4677== For counts of detected and suppressed errors, rerun with: -v ==4677== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==4698== Memcheck, a memory error detector ==4698== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4698== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4698== Command: ./syncevo-local-sync ==4698== Parent PID: 4627 ==4698== ==4698== ==4698== HEAP SUMMARY: ==4698== in use at exit: 2,491,320 bytes in 25,307 blocks ==4698== total heap usage: 179,133 allocs, 153,826 frees, 34,152,968 bytes allocated ==4698== ==4698== LEAK SUMMARY: ==4698== definitely lost: 0 bytes in 0 blocks ==4698== indirectly lost: 0 bytes in 0 blocks ==4698== possibly lost: 528 bytes in 2 blocks ==4698== still reachable: 2,229,759 bytes in 21,272 blocks ==4698== of which reachable via heuristic: ==4698== length64 : 592 bytes in 10 blocks ==4698== newarray : 5,976 bytes in 28 blocks ==4698== suppressed: 253,921 bytes in 3,977 blocks ==4698== Reachable blocks (those to which a pointer was found) are not shown. ==4698== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4698== ==4698== For counts of detected and suppressed errors, rerun with: -v ==4698== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==470== Memcheck, a memory error detector ==470== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==470== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==470== Command: ./client-test Client::Source::davical_caldav::LinkedItemsWithVALARM::testLinkedItemsParent ==470== Parent PID: 111 ==470== ==470== ==470== HEAP SUMMARY: ==470== in use at exit: 465,719 bytes in 5,396 blocks ==470== total heap usage: 186,720 allocs, 181,262 frees, 23,281,748 bytes allocated ==470== ==470== LEAK SUMMARY: ==470== definitely lost: 0 bytes in 0 blocks ==470== indirectly lost: 0 bytes in 0 blocks ==470== possibly lost: 1,392 bytes in 4 blocks ==470== still reachable: 180,892 bytes in 1,023 blocks ==470== of which reachable via heuristic: ==470== length64 : 1,032 bytes in 18 blocks ==470== newarray : 5,976 bytes in 28 blocks ==470== suppressed: 271,915 bytes in 4,285 blocks ==470== Reachable blocks (those to which a pointer was found) are not shown. ==470== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==470== ==470== For counts of detected and suppressed errors, rerun with: -v ==470== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==4718== Memcheck, a memory error detector ==4718== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4718== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4718== Command: ./syncevo-local-sync ==4718== Parent PID: 4627 ==4718== ==4718== ==4718== HEAP SUMMARY: ==4718== in use at exit: 2,514,400 bytes in 25,320 blocks ==4718== total heap usage: 177,167 allocs, 151,847 frees, 34,027,007 bytes allocated ==4718== ==4718== LEAK SUMMARY: ==4718== definitely lost: 0 bytes in 0 blocks ==4718== indirectly lost: 0 bytes in 0 blocks ==4718== possibly lost: 528 bytes in 2 blocks ==4718== still reachable: 2,252,839 bytes in 21,285 blocks ==4718== of which reachable via heuristic: ==4718== length64 : 592 bytes in 10 blocks ==4718== newarray : 5,976 bytes in 28 blocks ==4718== suppressed: 253,921 bytes in 3,977 blocks ==4718== Reachable blocks (those to which a pointer was found) are not shown. ==4718== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4718== ==4718== For counts of detected and suppressed errors, rerun with: -v ==4718== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==4730== Memcheck, a memory error detector ==4730== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4730== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4730== Command: ./syncevo-local-sync ==4730== Parent PID: 4627 ==4730== ==4730== ==4730== HEAP SUMMARY: ==4730== in use at exit: 3,217,034 bytes in 27,629 blocks ==4730== total heap usage: 170,862 allocs, 143,233 frees, 32,530,458 bytes allocated ==4730== ==4730== LEAK SUMMARY: ==4730== definitely lost: 0 bytes in 0 blocks ==4730== indirectly lost: 0 bytes in 0 blocks ==4730== possibly lost: 528 bytes in 2 blocks ==4730== still reachable: 2,955,441 bytes in 23,594 blocks ==4730== of which reachable via heuristic: ==4730== length64 : 592 bytes in 10 blocks ==4730== newarray : 12,912 bytes in 223 blocks ==4730== suppressed: 253,953 bytes in 3,977 blocks ==4730== Reachable blocks (those to which a pointer was found) are not shown. ==4730== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4730== ==4730== For counts of detected and suppressed errors, rerun with: -v ==4730== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==474== Memcheck, a memory error detector ==474== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==474== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==474== Command: ./client-test Client::Source::davical_caldav::LinkedItemsWithVALARM::testLinkedItemsParent ==474== Parent PID: 470 ==474== ==4754== Memcheck, a memory error detector ==4754== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4754== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4754== Command: ./syncevo-local-sync ==4754== Parent PID: 4627 ==4754== ==4754== ==4754== HEAP SUMMARY: ==4754== in use at exit: 2,491,320 bytes in 25,307 blocks ==4754== total heap usage: 174,008 allocs, 148,701 frees, 33,624,265 bytes allocated ==4754== ==4754== LEAK SUMMARY: ==4754== definitely lost: 0 bytes in 0 blocks ==4754== indirectly lost: 0 bytes in 0 blocks ==4754== possibly lost: 528 bytes in 2 blocks ==4754== still reachable: 2,229,759 bytes in 21,272 blocks ==4754== of which reachable via heuristic: ==4754== length64 : 592 bytes in 10 blocks ==4754== newarray : 5,976 bytes in 28 blocks ==4754== suppressed: 253,921 bytes in 3,977 blocks ==4754== Reachable blocks (those to which a pointer was found) are not shown. ==4754== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4754== ==4754== For counts of detected and suppressed errors, rerun with: -v ==4754== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==4766== Memcheck, a memory error detector ==4766== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4766== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4766== Command: ./syncevo-local-sync ==4766== Parent PID: 4627 ==4766== ==4766== ==4766== HEAP SUMMARY: ==4766== in use at exit: 2,490,621 bytes in 25,288 blocks ==4766== total heap usage: 173,622 allocs, 148,334 frees, 33,635,270 bytes allocated ==4766== ==4766== LEAK SUMMARY: ==4766== definitely lost: 0 bytes in 0 blocks ==4766== indirectly lost: 0 bytes in 0 blocks ==4766== possibly lost: 528 bytes in 2 blocks ==4766== still reachable: 2,229,271 bytes in 21,262 blocks ==4766== of which reachable via heuristic: ==4766== length64 : 592 bytes in 10 blocks ==4766== newarray : 5,976 bytes in 28 blocks ==4766== suppressed: 253,958 bytes in 3,971 blocks ==4766== Reachable blocks (those to which a pointer was found) are not shown. ==4766== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4766== ==4766== For counts of detected and suppressed errors, rerun with: -v ==4766== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==4779== Memcheck, a memory error detector ==4779== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4779== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4779== Command: ./client-test Client::Sync::eds_event::testOneWayFromClient ==4779== Parent PID: 111 ==4779== ==4779== ==4779== HEAP SUMMARY: ==4779== in use at exit: 2,888,515 bytes in 29,941 blocks ==4779== total heap usage: 2,125,303 allocs, 2,095,300 frees, 304,259,612 bytes allocated ==4779== ==4779== LEAK SUMMARY: ==4779== definitely lost: 0 bytes in 0 blocks ==4779== indirectly lost: 0 bytes in 0 blocks ==4779== possibly lost: 1,392 bytes in 4 blocks ==4779== still reachable: 2,240,840 bytes in 21,468 blocks ==4779== of which reachable via heuristic: ==4779== length64 : 5,120 bytes in 80 blocks ==4779== newarray : 6,312 bytes in 49 blocks ==4779== suppressed: 576,187 bytes in 7,937 blocks ==4779== Reachable blocks (those to which a pointer was found) are not shown. ==4779== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4779== ==4779== For counts of detected and suppressed errors, rerun with: -v ==4779== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==4805== Memcheck, a memory error detector ==4805== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4805== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4805== Command: ./syncevo-local-sync ==4805== Parent PID: 4779 ==4805== ==4805== ==4805== HEAP SUMMARY: ==4805== in use at exit: 2,491,328 bytes in 25,307 blocks ==4805== total heap usage: 171,801 allocs, 146,494 frees, 33,392,405 bytes allocated ==4805== ==4805== LEAK SUMMARY: ==4805== definitely lost: 0 bytes in 0 blocks ==4805== indirectly lost: 0 bytes in 0 blocks ==4805== possibly lost: 528 bytes in 2 blocks ==4805== still reachable: 2,229,759 bytes in 21,272 blocks ==4805== of which reachable via heuristic: ==4805== length64 : 592 bytes in 10 blocks ==4805== newarray : 5,976 bytes in 28 blocks ==4805== suppressed: 253,929 bytes in 3,977 blocks ==4805== Reachable blocks (those to which a pointer was found) are not shown. ==4805== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4805== ==4805== For counts of detected and suppressed errors, rerun with: -v ==4805== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==482== Memcheck, a memory error detector ==482== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==482== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==482== Command: ./client-test Client::Source::davical_caldav::LinkedItemsWithVALARM::testLinkedItemsChild ==482== Parent PID: 111 ==482== ==482== ==482== HEAP SUMMARY: ==482== in use at exit: 459,559 bytes in 5,372 blocks ==482== total heap usage: 185,547 allocs, 180,113 frees, 22,800,518 bytes allocated ==482== ==482== LEAK SUMMARY: ==482== definitely lost: 0 bytes in 0 blocks ==482== indirectly lost: 0 bytes in 0 blocks ==482== possibly lost: 1,392 bytes in 4 blocks ==482== still reachable: 174,748 bytes in 999 blocks ==482== of which reachable via heuristic: ==482== length64 : 1,032 bytes in 18 blocks ==482== newarray : 5,976 bytes in 28 blocks ==482== suppressed: 271,899 bytes in 4,285 blocks ==482== Reachable blocks (those to which a pointer was found) are not shown. ==482== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==482== ==482== For counts of detected and suppressed errors, rerun with: -v ==482== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==4821== Memcheck, a memory error detector ==4821== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4821== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4821== Command: ./syncevo-local-sync ==4821== Parent PID: 4779 ==4821== ==4821== ==4821== HEAP SUMMARY: ==4821== in use at exit: 3,214,125 bytes in 27,622 blocks ==4821== total heap usage: 170,489 allocs, 142,867 frees, 32,486,040 bytes allocated ==4821== ==4821== LEAK SUMMARY: ==4821== definitely lost: 0 bytes in 0 blocks ==4821== indirectly lost: 0 bytes in 0 blocks ==4821== possibly lost: 528 bytes in 2 blocks ==4821== still reachable: 2,952,564 bytes in 23,587 blocks ==4821== of which reachable via heuristic: ==4821== length64 : 592 bytes in 10 blocks ==4821== newarray : 12,912 bytes in 223 blocks ==4821== suppressed: 253,921 bytes in 3,977 blocks ==4821== Reachable blocks (those to which a pointer was found) are not shown. ==4821== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4821== ==4821== For counts of detected and suppressed errors, rerun with: -v ==4821== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==4838== Memcheck, a memory error detector ==4838== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4838== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4838== Command: ./syncevo-local-sync ==4838== Parent PID: 4779 ==4838== ==4838== ==4838== HEAP SUMMARY: ==4838== in use at exit: 2,491,312 bytes in 25,307 blocks ==4838== total heap usage: 171,828 allocs, 146,521 frees, 33,394,224 bytes allocated ==4838== ==4838== LEAK SUMMARY: ==4838== definitely lost: 0 bytes in 0 blocks ==4838== indirectly lost: 0 bytes in 0 blocks ==4838== possibly lost: 528 bytes in 2 blocks ==4838== still reachable: 2,229,759 bytes in 21,272 blocks ==4838== of which reachable via heuristic: ==4838== length64 : 592 bytes in 10 blocks ==4838== newarray : 5,976 bytes in 28 blocks ==4838== suppressed: 253,913 bytes in 3,977 blocks ==4838== Reachable blocks (those to which a pointer was found) are not shown. ==4838== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4838== ==4838== For counts of detected and suppressed errors, rerun with: -v ==4838== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==4854== Memcheck, a memory error detector ==4854== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4854== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4854== Command: ./syncevo-local-sync ==4854== Parent PID: 4779 ==4854== ==4854== ==4854== HEAP SUMMARY: ==4854== in use at exit: 3,214,141 bytes in 27,622 blocks ==4854== total heap usage: 170,477 allocs, 142,855 frees, 32,485,727 bytes allocated ==4854== ==4854== LEAK SUMMARY: ==4854== definitely lost: 0 bytes in 0 blocks ==4854== indirectly lost: 0 bytes in 0 blocks ==4854== possibly lost: 528 bytes in 2 blocks ==4854== still reachable: 2,952,564 bytes in 23,587 blocks ==4854== of which reachable via heuristic: ==4854== length64 : 592 bytes in 10 blocks ==4854== newarray : 12,912 bytes in 223 blocks ==4854== suppressed: 253,937 bytes in 3,977 blocks ==4854== Reachable blocks (those to which a pointer was found) are not shown. ==4854== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4854== ==4854== For counts of detected and suppressed errors, rerun with: -v ==4854== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==486== Memcheck, a memory error detector ==486== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==486== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==486== Command: ./client-test Client::Source::davical_caldav::LinkedItemsWithVALARM::testLinkedItemsChild ==486== Parent PID: 482 ==486== ==4874== Memcheck, a memory error detector ==4874== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4874== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4874== Command: ./syncevo-local-sync ==4874== Parent PID: 4779 ==4874== ==4874== ==4874== HEAP SUMMARY: ==4874== in use at exit: 2,491,344 bytes in 25,307 blocks ==4874== total heap usage: 179,063 allocs, 153,756 frees, 34,127,395 bytes allocated ==4874== ==4874== LEAK SUMMARY: ==4874== definitely lost: 0 bytes in 0 blocks ==4874== indirectly lost: 0 bytes in 0 blocks ==4874== possibly lost: 528 bytes in 2 blocks ==4874== still reachable: 2,229,759 bytes in 21,272 blocks ==4874== of which reachable via heuristic: ==4874== length64 : 592 bytes in 10 blocks ==4874== newarray : 5,976 bytes in 28 blocks ==4874== suppressed: 253,945 bytes in 3,977 blocks ==4874== Reachable blocks (those to which a pointer was found) are not shown. ==4874== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4874== ==4874== For counts of detected and suppressed errors, rerun with: -v ==4874== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==4894== Memcheck, a memory error detector ==4894== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4894== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4894== Command: ./syncevo-local-sync ==4894== Parent PID: 4779 ==4894== ==4894== ==4894== HEAP SUMMARY: ==4894== in use at exit: 2,514,400 bytes in 25,320 blocks ==4894== total heap usage: 179,670 allocs, 154,350 frees, 34,225,147 bytes allocated ==4894== ==4894== LEAK SUMMARY: ==4894== definitely lost: 0 bytes in 0 blocks ==4894== indirectly lost: 0 bytes in 0 blocks ==4894== possibly lost: 528 bytes in 2 blocks ==4894== still reachable: 2,252,839 bytes in 21,285 blocks ==4894== of which reachable via heuristic: ==4894== length64 : 592 bytes in 10 blocks ==4894== newarray : 5,976 bytes in 28 blocks ==4894== suppressed: 253,921 bytes in 3,977 blocks ==4894== Reachable blocks (those to which a pointer was found) are not shown. ==4894== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4894== ==4894== For counts of detected and suppressed errors, rerun with: -v ==4894== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==4906== Memcheck, a memory error detector ==4906== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4906== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4906== Command: ./syncevo-local-sync ==4906== Parent PID: 4779 ==4906== ==4906== ==4906== HEAP SUMMARY: ==4906== in use at exit: 2,514,344 bytes in 25,318 blocks ==4906== total heap usage: 178,053 allocs, 152,735 frees, 34,095,838 bytes allocated ==4906== ==4906== LEAK SUMMARY: ==4906== definitely lost: 0 bytes in 0 blocks ==4906== indirectly lost: 0 bytes in 0 blocks ==4906== possibly lost: 528 bytes in 2 blocks ==4906== still reachable: 2,252,839 bytes in 21,285 blocks ==4906== of which reachable via heuristic: ==4906== length64 : 592 bytes in 10 blocks ==4906== newarray : 5,976 bytes in 28 blocks ==4906== suppressed: 253,865 bytes in 3,975 blocks ==4906== Reachable blocks (those to which a pointer was found) are not shown. ==4906== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4906== ==4906== For counts of detected and suppressed errors, rerun with: -v ==4906== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==4930== Memcheck, a memory error detector ==4930== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4930== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4930== Command: ./syncevo-local-sync ==4930== Parent PID: 4779 ==4930== ==4930== ==4930== HEAP SUMMARY: ==4930== in use at exit: 2,491,304 bytes in 25,307 blocks ==4930== total heap usage: 174,098 allocs, 148,791 frees, 33,651,549 bytes allocated ==4930== ==4930== LEAK SUMMARY: ==4930== definitely lost: 0 bytes in 0 blocks ==4930== indirectly lost: 0 bytes in 0 blocks ==4930== possibly lost: 528 bytes in 2 blocks ==4930== still reachable: 2,229,759 bytes in 21,272 blocks ==4930== of which reachable via heuristic: ==4930== length64 : 592 bytes in 10 blocks ==4930== newarray : 5,976 bytes in 28 blocks ==4930== suppressed: 253,905 bytes in 3,977 blocks ==4930== Reachable blocks (those to which a pointer was found) are not shown. ==4930== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4930== ==4930== For counts of detected and suppressed errors, rerun with: -v ==4930== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==494== Memcheck, a memory error detector ==494== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==494== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==494== Command: ./client-test Client::Source::davical_caldav::LinkedItemsWithVALARM::testLinkedItemsParentChild ==494== Parent PID: 111 ==494== ==494== ==494== HEAP SUMMARY: ==494== in use at exit: 477,935 bytes in 5,442 blocks ==494== total heap usage: 229,379 allocs, 223,871 frees, 28,714,978 bytes allocated ==494== ==494== LEAK SUMMARY: ==494== definitely lost: 0 bytes in 0 blocks ==494== indirectly lost: 0 bytes in 0 blocks ==494== possibly lost: 1,392 bytes in 4 blocks ==494== still reachable: 193,180 bytes in 1,071 blocks ==494== of which reachable via heuristic: ==494== length64 : 1,032 bytes in 18 blocks ==494== newarray : 5,976 bytes in 28 blocks ==494== suppressed: 271,843 bytes in 4,283 blocks ==494== Reachable blocks (those to which a pointer was found) are not shown. ==494== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==494== ==494== For counts of detected and suppressed errors, rerun with: -v ==494== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==4942== Memcheck, a memory error detector ==4942== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4942== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4942== Command: ./syncevo-local-sync ==4942== Parent PID: 4779 ==4942== ==4942== ==4942== HEAP SUMMARY: ==4942== in use at exit: 2,491,352 bytes in 25,307 blocks ==4942== total heap usage: 174,067 allocs, 148,760 frees, 33,665,264 bytes allocated ==4942== ==4942== LEAK SUMMARY: ==4942== definitely lost: 0 bytes in 0 blocks ==4942== indirectly lost: 0 bytes in 0 blocks ==4942== possibly lost: 528 bytes in 2 blocks ==4942== still reachable: 2,229,759 bytes in 21,272 blocks ==4942== of which reachable via heuristic: ==4942== length64 : 592 bytes in 10 blocks ==4942== newarray : 5,976 bytes in 28 blocks ==4942== suppressed: 253,953 bytes in 3,977 blocks ==4942== Reachable blocks (those to which a pointer was found) are not shown. ==4942== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4942== ==4942== For counts of detected and suppressed errors, rerun with: -v ==4942== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==4955== Memcheck, a memory error detector ==4955== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4955== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4955== Command: ./client-test Client::Sync::eds_event::testOneWayFromRemote ==4955== Parent PID: 111 ==4955== ==4955== ==4955== HEAP SUMMARY: ==4955== in use at exit: 2,890,249 bytes in 29,967 blocks ==4955== total heap usage: 1,876,559 allocs, 1,846,531 frees, 271,280,852 bytes allocated ==4955== ==4955== LEAK SUMMARY: ==4955== definitely lost: 0 bytes in 0 blocks ==4955== indirectly lost: 0 bytes in 0 blocks ==4955== possibly lost: 1,392 bytes in 4 blocks ==4955== still reachable: 2,242,358 bytes in 21,492 blocks ==4955== of which reachable via heuristic: ==4955== length64 : 5,120 bytes in 80 blocks ==4955== newarray : 6,312 bytes in 49 blocks ==4955== suppressed: 576,403 bytes in 7,939 blocks ==4955== Reachable blocks (those to which a pointer was found) are not shown. ==4955== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4955== ==4955== For counts of detected and suppressed errors, rerun with: -v ==4955== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==498== Memcheck, a memory error detector ==498== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==498== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==498== Command: ./client-test Client::Source::davical_caldav::LinkedItemsWithVALARM::testLinkedItemsParentChild ==498== Parent PID: 494 ==498== ==4981== Memcheck, a memory error detector ==4981== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4981== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4981== Command: ./syncevo-local-sync ==4981== Parent PID: 4955 ==4981== ==4981== ==4981== HEAP SUMMARY: ==4981== in use at exit: 2,514,408 bytes in 25,320 blocks ==4981== total heap usage: 175,731 allocs, 150,411 frees, 33,827,684 bytes allocated ==4981== ==4981== LEAK SUMMARY: ==4981== definitely lost: 0 bytes in 0 blocks ==4981== indirectly lost: 0 bytes in 0 blocks ==4981== possibly lost: 528 bytes in 2 blocks ==4981== still reachable: 2,252,839 bytes in 21,285 blocks ==4981== of which reachable via heuristic: ==4981== length64 : 592 bytes in 10 blocks ==4981== newarray : 5,976 bytes in 28 blocks ==4981== suppressed: 253,929 bytes in 3,977 blocks ==4981== Reachable blocks (those to which a pointer was found) are not shown. ==4981== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4981== ==4981== For counts of detected and suppressed errors, rerun with: -v ==4981== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==4997== Memcheck, a memory error detector ==4997== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4997== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4997== Command: ./syncevo-local-sync ==4997== Parent PID: 4955 ==4997== ==4997== ==4997== HEAP SUMMARY: ==4997== in use at exit: 2,491,328 bytes in 25,307 blocks ==4997== total heap usage: 174,015 allocs, 148,708 frees, 33,668,530 bytes allocated ==4997== ==4997== LEAK SUMMARY: ==4997== definitely lost: 0 bytes in 0 blocks ==4997== indirectly lost: 0 bytes in 0 blocks ==4997== possibly lost: 528 bytes in 2 blocks ==4997== still reachable: 2,229,759 bytes in 21,272 blocks ==4997== of which reachable via heuristic: ==4997== length64 : 592 bytes in 10 blocks ==4997== newarray : 5,976 bytes in 28 blocks ==4997== suppressed: 253,929 bytes in 3,977 blocks ==4997== Reachable blocks (those to which a pointer was found) are not shown. ==4997== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4997== ==4997== For counts of detected and suppressed errors, rerun with: -v ==4997== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==5005== Memcheck, a memory error detector ==5005== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5005== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5005== Command: ./syncevo-local-sync ==5005== Parent PID: 4955 ==5005== ==5005== ==5005== HEAP SUMMARY: ==5005== in use at exit: 2,491,312 bytes in 25,307 blocks ==5005== total heap usage: 172,537 allocs, 147,230 frees, 33,507,515 bytes allocated ==5005== ==5005== LEAK SUMMARY: ==5005== definitely lost: 0 bytes in 0 blocks ==5005== indirectly lost: 0 bytes in 0 blocks ==5005== possibly lost: 528 bytes in 2 blocks ==5005== still reachable: 2,229,759 bytes in 21,272 blocks ==5005== of which reachable via heuristic: ==5005== length64 : 592 bytes in 10 blocks ==5005== newarray : 5,976 bytes in 28 blocks ==5005== suppressed: 253,913 bytes in 3,977 blocks ==5005== Reachable blocks (those to which a pointer was found) are not shown. ==5005== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5005== ==5005== For counts of detected and suppressed errors, rerun with: -v ==5005== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==5026== Memcheck, a memory error detector ==5026== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5026== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5026== Command: ./syncevo-local-sync ==5026== Parent PID: 4955 ==5026== ==5026== ==5026== HEAP SUMMARY: ==5026== in use at exit: 2,491,312 bytes in 25,307 blocks ==5026== total heap usage: 179,099 allocs, 153,792 frees, 34,150,169 bytes allocated ==5026== ==5026== LEAK SUMMARY: ==5026== definitely lost: 0 bytes in 0 blocks ==5026== indirectly lost: 0 bytes in 0 blocks ==5026== possibly lost: 528 bytes in 2 blocks ==5026== still reachable: 2,229,759 bytes in 21,272 blocks ==5026== of which reachable via heuristic: ==5026== length64 : 592 bytes in 10 blocks ==5026== newarray : 5,976 bytes in 28 blocks ==5026== suppressed: 253,913 bytes in 3,977 blocks ==5026== Reachable blocks (those to which a pointer was found) are not shown. ==5026== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5026== ==5026== For counts of detected and suppressed errors, rerun with: -v ==5026== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==5046== Memcheck, a memory error detector ==5046== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5046== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5046== Command: ./syncevo-local-sync ==5046== Parent PID: 4955 ==5046== ==5046== ==5046== HEAP SUMMARY: ==5046== in use at exit: 2,514,408 bytes in 25,320 blocks ==5046== total heap usage: 177,182 allocs, 151,862 frees, 34,027,824 bytes allocated ==5046== ==5046== LEAK SUMMARY: ==5046== definitely lost: 0 bytes in 0 blocks ==5046== indirectly lost: 0 bytes in 0 blocks ==5046== possibly lost: 528 bytes in 2 blocks ==5046== still reachable: 2,252,839 bytes in 21,285 blocks ==5046== of which reachable via heuristic: ==5046== length64 : 592 bytes in 10 blocks ==5046== newarray : 5,976 bytes in 28 blocks ==5046== suppressed: 253,929 bytes in 3,977 blocks ==5046== Reachable blocks (those to which a pointer was found) are not shown. ==5046== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5046== ==5046== For counts of detected and suppressed errors, rerun with: -v ==5046== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==5058== Memcheck, a memory error detector ==5058== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5058== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5058== Command: ./syncevo-local-sync ==5058== Parent PID: 4955 ==5058== ==5058== ==5058== HEAP SUMMARY: ==5058== in use at exit: 3,217,010 bytes in 27,629 blocks ==5058== total heap usage: 170,850 allocs, 143,221 frees, 32,529,552 bytes allocated ==5058== ==5058== LEAK SUMMARY: ==5058== definitely lost: 0 bytes in 0 blocks ==5058== indirectly lost: 0 bytes in 0 blocks ==5058== possibly lost: 528 bytes in 2 blocks ==5058== still reachable: 2,955,441 bytes in 23,594 blocks ==5058== of which reachable via heuristic: ==5058== length64 : 592 bytes in 10 blocks ==5058== newarray : 12,912 bytes in 223 blocks ==5058== suppressed: 253,929 bytes in 3,977 blocks ==5058== Reachable blocks (those to which a pointer was found) are not shown. ==5058== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5058== ==5058== For counts of detected and suppressed errors, rerun with: -v ==5058== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==506== Memcheck, a memory error detector ==506== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==506== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==506== Command: ./client-test Client::Source::davical_caldav::LinkedItemsWithVALARM::testLinkedItemsInsertBothUpdateChildNoIDs ==506== Parent PID: 111 ==506== ==506== ==506== HEAP SUMMARY: ==506== in use at exit: 465,735 bytes in 5,396 blocks ==506== total heap usage: 178,135 allocs, 172,678 frees, 22,615,708 bytes allocated ==506== ==506== LEAK SUMMARY: ==506== definitely lost: 0 bytes in 0 blocks ==506== indirectly lost: 0 bytes in 0 blocks ==506== possibly lost: 1,392 bytes in 4 blocks ==506== still reachable: 180,892 bytes in 1,023 blocks ==506== of which reachable via heuristic: ==506== length64 : 1,032 bytes in 18 blocks ==506== newarray : 5,976 bytes in 28 blocks ==506== suppressed: 271,931 bytes in 4,285 blocks ==506== Reachable blocks (those to which a pointer was found) are not shown. ==506== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==506== ==506== For counts of detected and suppressed errors, rerun with: -v ==506== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==5082== Memcheck, a memory error detector ==5082== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5082== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5082== Command: ./syncevo-local-sync ==5082== Parent PID: 4955 ==5082== ==5082== ==5082== HEAP SUMMARY: ==5082== in use at exit: 2,491,312 bytes in 25,307 blocks ==5082== total heap usage: 174,002 allocs, 148,695 frees, 33,623,855 bytes allocated ==5082== ==5082== LEAK SUMMARY: ==5082== definitely lost: 0 bytes in 0 blocks ==5082== indirectly lost: 0 bytes in 0 blocks ==5082== possibly lost: 528 bytes in 2 blocks ==5082== still reachable: 2,229,759 bytes in 21,272 blocks ==5082== of which reachable via heuristic: ==5082== length64 : 592 bytes in 10 blocks ==5082== newarray : 5,976 bytes in 28 blocks ==5082== suppressed: 253,913 bytes in 3,977 blocks ==5082== Reachable blocks (those to which a pointer was found) are not shown. ==5082== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5082== ==5082== For counts of detected and suppressed errors, rerun with: -v ==5082== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==5094== Memcheck, a memory error detector ==5094== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5094== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5094== Command: ./syncevo-local-sync ==5094== Parent PID: 4955 ==5094== ==5094== ==5094== HEAP SUMMARY: ==5094== in use at exit: 2,491,328 bytes in 25,307 blocks ==5094== total heap usage: 173,608 allocs, 148,301 frees, 33,633,192 bytes allocated ==5094== ==5094== LEAK SUMMARY: ==5094== definitely lost: 0 bytes in 0 blocks ==5094== indirectly lost: 0 bytes in 0 blocks ==5094== possibly lost: 528 bytes in 2 blocks ==5094== still reachable: 2,229,759 bytes in 21,272 blocks ==5094== of which reachable via heuristic: ==5094== length64 : 592 bytes in 10 blocks ==5094== newarray : 5,976 bytes in 28 blocks ==5094== suppressed: 253,929 bytes in 3,977 blocks ==5094== Reachable blocks (those to which a pointer was found) are not shown. ==5094== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5094== ==5094== For counts of detected and suppressed errors, rerun with: -v ==5094== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==510== Memcheck, a memory error detector ==510== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==510== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==510== Command: ./client-test Client::Source::davical_caldav::LinkedItemsWithVALARM::testLinkedItemsInsertBothUpdateChildNoIDs ==510== Parent PID: 506 ==510== ==5107== Memcheck, a memory error detector ==5107== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5107== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5107== Command: ./client-test Client::Sync::eds_event::testOneWayFromLocal ==5107== Parent PID: 111 ==5107== ==5107== ==5107== HEAP SUMMARY: ==5107== in use at exit: 2,887,535 bytes in 29,935 blocks ==5107== total heap usage: 2,125,601 allocs, 2,095,604 frees, 304,264,075 bytes allocated ==5107== ==5107== LEAK SUMMARY: ==5107== definitely lost: 0 bytes in 0 blocks ==5107== indirectly lost: 0 bytes in 0 blocks ==5107== possibly lost: 1,392 bytes in 4 blocks ==5107== still reachable: 2,237,869 bytes in 21,419 blocks ==5107== of which reachable via heuristic: ==5107== length64 : 5,120 bytes in 80 blocks ==5107== newarray : 6,312 bytes in 49 blocks ==5107== suppressed: 578,178 bytes in 7,980 blocks ==5107== Reachable blocks (those to which a pointer was found) are not shown. ==5107== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5107== ==5107== For counts of detected and suppressed errors, rerun with: -v ==5107== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==5133== Memcheck, a memory error detector ==5133== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5133== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5133== Command: ./syncevo-local-sync ==5133== Parent PID: 5107 ==5133== ==5133== ==5133== HEAP SUMMARY: ==5133== in use at exit: 2,491,304 bytes in 25,307 blocks ==5133== total heap usage: 171,775 allocs, 146,468 frees, 33,390,579 bytes allocated ==5133== ==5133== LEAK SUMMARY: ==5133== definitely lost: 0 bytes in 0 blocks ==5133== indirectly lost: 0 bytes in 0 blocks ==5133== possibly lost: 528 bytes in 2 blocks ==5133== still reachable: 2,229,759 bytes in 21,272 blocks ==5133== of which reachable via heuristic: ==5133== length64 : 592 bytes in 10 blocks ==5133== newarray : 5,976 bytes in 28 blocks ==5133== suppressed: 253,905 bytes in 3,977 blocks ==5133== Reachable blocks (those to which a pointer was found) are not shown. ==5133== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5133== ==5133== For counts of detected and suppressed errors, rerun with: -v ==5133== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==5149== Memcheck, a memory error detector ==5149== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5149== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5149== Command: ./syncevo-local-sync ==5149== Parent PID: 5107 ==5149== ==5149== ==5149== HEAP SUMMARY: ==5149== in use at exit: 3,214,145 bytes in 27,622 blocks ==5149== total heap usage: 170,496 allocs, 142,874 frees, 32,487,139 bytes allocated ==5149== ==5149== LEAK SUMMARY: ==5149== definitely lost: 0 bytes in 0 blocks ==5149== indirectly lost: 0 bytes in 0 blocks ==5149== possibly lost: 528 bytes in 2 blocks ==5149== still reachable: 2,952,560 bytes in 23,587 blocks ==5149== of which reachable via heuristic: ==5149== length64 : 592 bytes in 10 blocks ==5149== newarray : 12,912 bytes in 223 blocks ==5149== suppressed: 253,945 bytes in 3,977 blocks ==5149== Reachable blocks (those to which a pointer was found) are not shown. ==5149== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5149== ==5149== For counts of detected and suppressed errors, rerun with: -v ==5149== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==5166== Memcheck, a memory error detector ==5166== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5166== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5166== Command: ./syncevo-local-sync ==5166== Parent PID: 5107 ==5166== ==5166== ==5166== HEAP SUMMARY: ==5166== in use at exit: 2,491,344 bytes in 25,307 blocks ==5166== total heap usage: 171,828 allocs, 146,521 frees, 33,394,156 bytes allocated ==5166== ==5166== LEAK SUMMARY: ==5166== definitely lost: 0 bytes in 0 blocks ==5166== indirectly lost: 0 bytes in 0 blocks ==5166== possibly lost: 528 bytes in 2 blocks ==5166== still reachable: 2,229,759 bytes in 21,272 blocks ==5166== of which reachable via heuristic: ==5166== length64 : 592 bytes in 10 blocks ==5166== newarray : 5,976 bytes in 28 blocks ==5166== suppressed: 253,945 bytes in 3,977 blocks ==5166== Reachable blocks (those to which a pointer was found) are not shown. ==5166== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5166== ==5166== For counts of detected and suppressed errors, rerun with: -v ==5166== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==518== Memcheck, a memory error detector ==518== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==518== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==518== Command: ./client-test Client::Source::davical_caldav::LinkedItemsWithVALARM::testLinkedItemsChildParent ==518== Parent PID: 111 ==518== ==518== ==518== HEAP SUMMARY: ==518== in use at exit: 471,855 bytes in 5,420 blocks ==518== total heap usage: 198,922 allocs, 193,439 frees, 26,242,759 bytes allocated ==518== ==518== LEAK SUMMARY: ==518== definitely lost: 0 bytes in 0 blocks ==518== indirectly lost: 0 bytes in 0 blocks ==518== possibly lost: 1,392 bytes in 4 blocks ==518== still reachable: 187,036 bytes in 1,047 blocks ==518== of which reachable via heuristic: ==518== length64 : 1,032 bytes in 18 blocks ==518== newarray : 5,976 bytes in 28 blocks ==518== suppressed: 271,907 bytes in 4,285 blocks ==518== Reachable blocks (those to which a pointer was found) are not shown. ==518== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==518== ==518== For counts of detected and suppressed errors, rerun with: -v ==518== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==5182== Memcheck, a memory error detector ==5182== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5182== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5182== Command: ./syncevo-local-sync ==5182== Parent PID: 5107 ==5182== ==5182== ==5182== HEAP SUMMARY: ==5182== in use at exit: 3,214,113 bytes in 27,622 blocks ==5182== total heap usage: 170,469 allocs, 142,847 frees, 32,484,871 bytes allocated ==5182== ==5182== LEAK SUMMARY: ==5182== definitely lost: 0 bytes in 0 blocks ==5182== indirectly lost: 0 bytes in 0 blocks ==5182== possibly lost: 528 bytes in 2 blocks ==5182== still reachable: 2,952,560 bytes in 23,587 blocks ==5182== of which reachable via heuristic: ==5182== length64 : 592 bytes in 10 blocks ==5182== newarray : 12,912 bytes in 223 blocks ==5182== suppressed: 253,913 bytes in 3,977 blocks ==5182== Reachable blocks (those to which a pointer was found) are not shown. ==5182== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5182== ==5182== For counts of detected and suppressed errors, rerun with: -v ==5182== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==5202== Memcheck, a memory error detector ==5202== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5202== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5202== Command: ./syncevo-local-sync ==5202== Parent PID: 5107 ==5202== ==5202== ==5202== HEAP SUMMARY: ==5202== in use at exit: 2,491,320 bytes in 25,307 blocks ==5202== total heap usage: 179,022 allocs, 153,715 frees, 34,124,439 bytes allocated ==5202== ==5202== LEAK SUMMARY: ==5202== definitely lost: 0 bytes in 0 blocks ==5202== indirectly lost: 0 bytes in 0 blocks ==5202== possibly lost: 528 bytes in 2 blocks ==5202== still reachable: 2,229,759 bytes in 21,272 blocks ==5202== of which reachable via heuristic: ==5202== length64 : 592 bytes in 10 blocks ==5202== newarray : 5,976 bytes in 28 blocks ==5202== suppressed: 253,921 bytes in 3,977 blocks ==5202== Reachable blocks (those to which a pointer was found) are not shown. ==5202== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5202== ==5202== For counts of detected and suppressed errors, rerun with: -v ==5202== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==522== Memcheck, a memory error detector ==522== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==522== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==522== Command: ./client-test Client::Source::davical_caldav::LinkedItemsWithVALARM::testLinkedItemsChildParent ==522== Parent PID: 518 ==522== ==5222== Memcheck, a memory error detector ==5222== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5222== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5222== Command: ./syncevo-local-sync ==5222== Parent PID: 5107 ==5222== ==5222== ==5222== HEAP SUMMARY: ==5222== in use at exit: 2,514,400 bytes in 25,320 blocks ==5222== total heap usage: 179,705 allocs, 154,385 frees, 34,227,625 bytes allocated ==5222== ==5222== LEAK SUMMARY: ==5222== definitely lost: 0 bytes in 0 blocks ==5222== indirectly lost: 0 bytes in 0 blocks ==5222== possibly lost: 528 bytes in 2 blocks ==5222== still reachable: 2,252,839 bytes in 21,285 blocks ==5222== of which reachable via heuristic: ==5222== length64 : 592 bytes in 10 blocks ==5222== newarray : 5,976 bytes in 28 blocks ==5222== suppressed: 253,921 bytes in 3,977 blocks ==5222== Reachable blocks (those to which a pointer was found) are not shown. ==5222== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5222== ==5222== For counts of detected and suppressed errors, rerun with: -v ==5222== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==5234== Memcheck, a memory error detector ==5234== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5234== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5234== Command: ./syncevo-local-sync ==5234== Parent PID: 5107 ==5234== ==5234== ==5234== HEAP SUMMARY: ==5234== in use at exit: 2,514,432 bytes in 25,320 blocks ==5234== total heap usage: 178,020 allocs, 152,700 frees, 34,093,213 bytes allocated ==5234== ==5234== LEAK SUMMARY: ==5234== definitely lost: 0 bytes in 0 blocks ==5234== indirectly lost: 0 bytes in 0 blocks ==5234== possibly lost: 528 bytes in 2 blocks ==5234== still reachable: 2,252,839 bytes in 21,285 blocks ==5234== of which reachable via heuristic: ==5234== length64 : 592 bytes in 10 blocks ==5234== newarray : 5,976 bytes in 28 blocks ==5234== suppressed: 253,953 bytes in 3,977 blocks ==5234== Reachable blocks (those to which a pointer was found) are not shown. ==5234== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5234== ==5234== For counts of detected and suppressed errors, rerun with: -v ==5234== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==5258== Memcheck, a memory error detector ==5258== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5258== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5258== Command: ./syncevo-local-sync ==5258== Parent PID: 5107 ==5258== ==5258== ==5258== HEAP SUMMARY: ==5258== in use at exit: 2,491,336 bytes in 25,307 blocks ==5258== total heap usage: 174,074 allocs, 148,767 frees, 33,649,853 bytes allocated ==5258== ==5258== LEAK SUMMARY: ==5258== definitely lost: 0 bytes in 0 blocks ==5258== indirectly lost: 0 bytes in 0 blocks ==5258== possibly lost: 528 bytes in 2 blocks ==5258== still reachable: 2,229,759 bytes in 21,272 blocks ==5258== of which reachable via heuristic: ==5258== length64 : 592 bytes in 10 blocks ==5258== newarray : 5,976 bytes in 28 blocks ==5258== suppressed: 253,937 bytes in 3,977 blocks ==5258== Reachable blocks (those to which a pointer was found) are not shown. ==5258== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5258== ==5258== For counts of detected and suppressed errors, rerun with: -v ==5258== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==5270== Memcheck, a memory error detector ==5270== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5270== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5270== Command: ./syncevo-local-sync ==5270== Parent PID: 5107 ==5270== ==5270== ==5270== HEAP SUMMARY: ==5270== in use at exit: 2,491,312 bytes in 25,307 blocks ==5270== total heap usage: 174,071 allocs, 148,764 frees, 33,665,660 bytes allocated ==5270== ==5270== LEAK SUMMARY: ==5270== definitely lost: 0 bytes in 0 blocks ==5270== indirectly lost: 0 bytes in 0 blocks ==5270== possibly lost: 528 bytes in 2 blocks ==5270== still reachable: 2,229,759 bytes in 21,272 blocks ==5270== of which reachable via heuristic: ==5270== length64 : 592 bytes in 10 blocks ==5270== newarray : 5,976 bytes in 28 blocks ==5270== suppressed: 253,913 bytes in 3,977 blocks ==5270== Reachable blocks (those to which a pointer was found) are not shown. ==5270== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5270== ==5270== For counts of detected and suppressed errors, rerun with: -v ==5270== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==5283== Memcheck, a memory error detector ==5283== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5283== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5283== Command: ./client-test Client::Sync::eds_task::testDeleteAllRefresh ==5283== Parent PID: 111 ==5283== ==5283== ==5283== HEAP SUMMARY: ==5283== in use at exit: 2,878,074 bytes in 29,770 blocks ==5283== total heap usage: 860,237 allocs, 830,411 frees, 118,587,092 bytes allocated ==5283== ==5283== LEAK SUMMARY: ==5283== definitely lost: 0 bytes in 0 blocks ==5283== indirectly lost: 0 bytes in 0 blocks ==5283== possibly lost: 1,392 bytes in 4 blocks ==5283== still reachable: 2,235,333 bytes in 21,406 blocks ==5283== of which reachable via heuristic: ==5283== length64 : 5,120 bytes in 80 blocks ==5283== newarray : 6,312 bytes in 49 blocks ==5283== suppressed: 571,253 bytes in 7,828 blocks ==5283== Reachable blocks (those to which a pointer was found) are not shown. ==5283== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5283== ==5283== For counts of detected and suppressed errors, rerun with: -v ==5283== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==530== Memcheck, a memory error detector ==530== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==530== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==530== Command: ./client-test Client::Source::davical_caldav::LinkedItemsWithVALARM::testLinkedItemsChildChangesParent ==530== Parent PID: 111 ==530== ==530== ==530== HEAP SUMMARY: ==530== in use at exit: 468,727 bytes in 5,406 blocks ==530== total heap usage: 210,623 allocs, 205,153 frees, 26,647,520 bytes allocated ==530== ==530== LEAK SUMMARY: ==530== definitely lost: 0 bytes in 0 blocks ==530== indirectly lost: 0 bytes in 0 blocks ==530== possibly lost: 1,392 bytes in 4 blocks ==530== still reachable: 183,964 bytes in 1,035 blocks ==530== of which reachable via heuristic: ==530== length64 : 1,032 bytes in 18 blocks ==530== newarray : 5,976 bytes in 28 blocks ==530== suppressed: 271,851 bytes in 4,283 blocks ==530== Reachable blocks (those to which a pointer was found) are not shown. ==530== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==530== ==530== For counts of detected and suppressed errors, rerun with: -v ==530== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==5339== Memcheck, a memory error detector ==5339== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5339== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5339== Command: ./syncevo-local-sync ==5339== Parent PID: 5283 ==5339== ==5339== ==5339== HEAP SUMMARY: ==5339== in use at exit: 2,491,320 bytes in 25,307 blocks ==5339== total heap usage: 190,974 allocs, 165,667 frees, 35,489,668 bytes allocated ==5339== ==5339== LEAK SUMMARY: ==5339== definitely lost: 0 bytes in 0 blocks ==5339== indirectly lost: 0 bytes in 0 blocks ==5339== possibly lost: 528 bytes in 2 blocks ==5339== still reachable: 2,229,759 bytes in 21,272 blocks ==5339== of which reachable via heuristic: ==5339== length64 : 592 bytes in 10 blocks ==5339== newarray : 5,976 bytes in 28 blocks ==5339== suppressed: 253,921 bytes in 3,977 blocks ==5339== Reachable blocks (those to which a pointer was found) are not shown. ==5339== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5339== ==5339== For counts of detected and suppressed errors, rerun with: -v ==5339== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==534== Memcheck, a memory error detector ==534== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==534== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==534== Command: ./client-test Client::Source::davical_caldav::LinkedItemsWithVALARM::testLinkedItemsChildChangesParent ==534== Parent PID: 530 ==534== ==5380== Memcheck, a memory error detector ==5380== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5380== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5380== Command: ./syncevo-local-sync ==5380== Parent PID: 5283 ==5380== ==5380== ==5380== HEAP SUMMARY: ==5380== in use at exit: 2,491,320 bytes in 25,307 blocks ==5380== total heap usage: 174,449 allocs, 149,142 frees, 33,685,778 bytes allocated ==5380== ==5380== LEAK SUMMARY: ==5380== definitely lost: 0 bytes in 0 blocks ==5380== indirectly lost: 0 bytes in 0 blocks ==5380== possibly lost: 528 bytes in 2 blocks ==5380== still reachable: 2,229,759 bytes in 21,272 blocks ==5380== of which reachable via heuristic: ==5380== length64 : 592 bytes in 10 blocks ==5380== newarray : 5,976 bytes in 28 blocks ==5380== suppressed: 253,921 bytes in 3,977 blocks ==5380== Reachable blocks (those to which a pointer was found) are not shown. ==5380== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5380== ==5380== For counts of detected and suppressed errors, rerun with: -v ==5380== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==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: ./syncevo-local-sync ==5408== Parent PID: 5283 ==5408== ==5408== ==5408== HEAP SUMMARY: ==5408== in use at exit: 2,491,328 bytes in 25,307 blocks ==5408== total heap usage: 172,419 allocs, 147,112 frees, 33,463,588 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: 2,229,759 bytes in 21,272 blocks ==5408== of which reachable via heuristic: ==5408== length64 : 592 bytes in 10 blocks ==5408== newarray : 5,976 bytes in 28 blocks ==5408== suppressed: 253,929 bytes in 3,977 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: 68 from 68) ==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::davical_caldav::LinkedItemsWithVALARM::testLinkedItemsChildChangesParent ==542== Parent PID: 530 ==542== ==5437== Memcheck, a memory error detector ==5437== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5437== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5437== Command: ./client-test Client::Sync::eds_task::testTwoWaySync ==5437== Parent PID: 111 ==5437== ==5437== ==5437== HEAP SUMMARY: ==5437== in use at exit: 2,885,175 bytes in 29,891 blocks ==5437== total heap usage: 325,049 allocs, 295,104 frees, 49,834,419 bytes allocated ==5437== ==5437== LEAK SUMMARY: ==5437== definitely lost: 0 bytes in 0 blocks ==5437== indirectly lost: 0 bytes in 0 blocks ==5437== possibly lost: 1,824 bytes in 5 blocks ==5437== still reachable: 2,291,425 bytes in 21,424 blocks ==5437== of which reachable via heuristic: ==5437== length64 : 5,080 bytes in 79 blocks ==5437== newarray : 6,312 bytes in 49 blocks ==5437== suppressed: 521,662 bytes in 7,928 blocks ==5437== Reachable blocks (those to which a pointer was found) are not shown. ==5437== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5437== ==5437== For counts of detected and suppressed errors, rerun with: -v ==5437== ERROR SUMMARY: 5 errors from 5 contexts (suppressed: 67 from 67) ==5441== Memcheck, a memory error detector ==5441== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5441== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5441== Command: ./syncevo-local-sync ==5441== Parent PID: 5437 ==5441== ==5441== ==5441== HEAP SUMMARY: ==5441== in use at exit: 3,214,129 bytes in 27,624 blocks ==5441== total heap usage: 171,032 allocs, 143,408 frees, 32,530,246 bytes allocated ==5441== ==5441== LEAK SUMMARY: ==5441== definitely lost: 0 bytes in 0 blocks ==5441== indirectly lost: 0 bytes in 0 blocks ==5441== possibly lost: 528 bytes in 2 blocks ==5441== still reachable: 2,952,544 bytes in 23,589 blocks ==5441== of which reachable via heuristic: ==5441== length64 : 592 bytes in 10 blocks ==5441== newarray : 12,912 bytes in 223 blocks ==5441== suppressed: 253,945 bytes in 3,977 blocks ==5441== Reachable blocks (those to which a pointer was found) are not shown. ==5441== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5441== ==5441== For counts of detected and suppressed errors, rerun with: -v ==5441== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==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::Sync::eds_task::testSlowSync ==5460== Parent PID: 111 ==5460== ==5460== ==5460== HEAP SUMMARY: ==5460== in use at exit: 2,886,896 bytes in 29,920 blocks ==5460== total heap usage: 325,187 allocs, 295,213 frees, 49,867,226 bytes allocated ==5460== ==5460== LEAK SUMMARY: ==5460== definitely lost: 0 bytes in 0 blocks ==5460== indirectly lost: 0 bytes in 0 blocks ==5460== possibly lost: 1,824 bytes in 5 blocks ==5460== still reachable: 2,291,329 bytes in 21,423 blocks ==5460== of which reachable via heuristic: ==5460== length64 : 5,080 bytes in 79 blocks ==5460== newarray : 6,312 bytes in 49 blocks ==5460== suppressed: 523,479 bytes in 7,958 blocks ==5460== Reachable blocks (those to which a pointer was found) are not shown. ==5460== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5460== ==5460== For counts of detected and suppressed errors, rerun with: -v ==5460== ERROR SUMMARY: 5 errors from 5 contexts (suppressed: 67 from 67) ==5464== Memcheck, a memory error detector ==5464== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5464== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5464== Command: ./syncevo-local-sync ==5464== Parent PID: 5460 ==5464== ==5464== ==5464== HEAP SUMMARY: ==5464== in use at exit: 2,491,328 bytes in 25,307 blocks ==5464== total heap usage: 172,418 allocs, 147,111 frees, 33,462,368 bytes allocated ==5464== ==5464== LEAK SUMMARY: ==5464== definitely lost: 0 bytes in 0 blocks ==5464== indirectly lost: 0 bytes in 0 blocks ==5464== possibly lost: 528 bytes in 2 blocks ==5464== still reachable: 2,229,759 bytes in 21,272 blocks ==5464== of which reachable via heuristic: ==5464== length64 : 592 bytes in 10 blocks ==5464== newarray : 5,976 bytes in 28 blocks ==5464== suppressed: 253,929 bytes in 3,977 blocks ==5464== Reachable blocks (those to which a pointer was found) are not shown. ==5464== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5464== ==5464== For counts of detected and suppressed errors, rerun with: -v ==5464== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==5483== Memcheck, a memory error detector ==5483== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5483== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5483== Command: ./client-test Client::Sync::eds_task::testRefreshFromServerSync ==5483== Parent PID: 111 ==5483== ==5483== ==5483== HEAP SUMMARY: ==5483== in use at exit: 2,876,298 bytes in 29,733 blocks ==5483== total heap usage: 325,700 allocs, 295,913 frees, 49,896,155 bytes allocated ==5483== ==5483== LEAK SUMMARY: ==5483== definitely lost: 0 bytes in 0 blocks ==5483== indirectly lost: 0 bytes in 0 blocks ==5483== possibly lost: 1,824 bytes in 5 blocks ==5483== still reachable: 2,288,577 bytes in 21,405 blocks ==5483== of which reachable via heuristic: ==5483== length64 : 5,080 bytes in 79 blocks ==5483== newarray : 6,312 bytes in 49 blocks ==5483== suppressed: 515,801 bytes in 7,791 blocks ==5483== Reachable blocks (those to which a pointer was found) are not shown. ==5483== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5483== ==5483== For counts of detected and suppressed errors, rerun with: -v ==5483== ERROR SUMMARY: 5 errors from 5 contexts (suppressed: 67 from 67) ==5487== Memcheck, a memory error detector ==5487== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5487== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5487== Command: ./syncevo-local-sync ==5487== Parent PID: 5483 ==5487== ==5487== ==5487== HEAP SUMMARY: ==5487== in use at exit: 2,491,368 bytes in 25,308 blocks ==5487== total heap usage: 172,607 allocs, 147,299 frees, 33,470,823 bytes allocated ==5487== ==5487== LEAK SUMMARY: ==5487== definitely lost: 0 bytes in 0 blocks ==5487== indirectly lost: 0 bytes in 0 blocks ==5487== possibly lost: 528 bytes in 2 blocks ==5487== still reachable: 2,229,759 bytes in 21,272 blocks ==5487== of which reachable via heuristic: ==5487== length64 : 632 bytes in 11 blocks ==5487== newarray : 5,976 bytes in 28 blocks ==5487== suppressed: 253,969 bytes in 3,978 blocks ==5487== Reachable blocks (those to which a pointer was found) are not shown. ==5487== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5487== ==5487== For counts of detected and suppressed errors, rerun with: -v ==5487== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==550== Memcheck, a memory error detector ==550== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==550== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==550== Command: ./client-test Client::Source::davical_caldav::LinkedItemsWithVALARM::testLinkedItemsRemoveParentFirst ==550== Parent PID: 111 ==550== ==550== ==550== HEAP SUMMARY: ==550== in use at exit: 474,863 bytes in 5,430 blocks ==550== total heap usage: 222,129 allocs, 216,634 frees, 28,181,620 bytes allocated ==550== ==550== LEAK SUMMARY: ==550== definitely lost: 0 bytes in 0 blocks ==550== indirectly lost: 0 bytes in 0 blocks ==550== possibly lost: 1,392 bytes in 4 blocks ==550== still reachable: 190,108 bytes in 1,059 blocks ==550== of which reachable via heuristic: ==550== length64 : 1,032 bytes in 18 blocks ==550== newarray : 5,976 bytes in 28 blocks ==550== suppressed: 271,843 bytes in 4,283 blocks ==550== Reachable blocks (those to which a pointer was found) are not shown. ==550== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==550== ==550== For counts of detected and suppressed errors, rerun with: -v ==550== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==5506== Memcheck, a memory error detector ==5506== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5506== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5506== Command: ./client-test Client::Sync::eds_task::testRefreshFromClientSync ==5506== Parent PID: 111 ==5506== ==5506== ==5506== HEAP SUMMARY: ==5506== in use at exit: 2,885,215 bytes in 29,893 blocks ==5506== total heap usage: 325,357 allocs, 295,410 frees, 49,883,262 bytes allocated ==5506== ==5506== LEAK SUMMARY: ==5506== definitely lost: 0 bytes in 0 blocks ==5506== indirectly lost: 0 bytes in 0 blocks ==5506== possibly lost: 1,824 bytes in 5 blocks ==5506== still reachable: 2,291,585 bytes in 21,427 blocks ==5506== of which reachable via heuristic: ==5506== length64 : 5,080 bytes in 79 blocks ==5506== newarray : 6,312 bytes in 49 blocks ==5506== suppressed: 521,542 bytes in 7,927 blocks ==5506== Reachable blocks (those to which a pointer was found) are not shown. ==5506== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5506== ==5506== For counts of detected and suppressed errors, rerun with: -v ==5506== ERROR SUMMARY: 5 errors from 5 contexts (suppressed: 67 from 67) ==5510== Memcheck, a memory error detector ==5510== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5510== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5510== Command: ./syncevo-local-sync ==5510== Parent PID: 5506 ==5510== ==5510== ==5510== HEAP SUMMARY: ==5510== in use at exit: 2,491,312 bytes in 25,307 blocks ==5510== total heap usage: 173,016 allocs, 147,709 frees, 33,530,551 bytes allocated ==5510== ==5510== LEAK SUMMARY: ==5510== definitely lost: 0 bytes in 0 blocks ==5510== indirectly lost: 0 bytes in 0 blocks ==5510== possibly lost: 528 bytes in 2 blocks ==5510== still reachable: 2,229,759 bytes in 21,272 blocks ==5510== of which reachable via heuristic: ==5510== length64 : 592 bytes in 10 blocks ==5510== newarray : 5,976 bytes in 28 blocks ==5510== suppressed: 253,913 bytes in 3,977 blocks ==5510== Reachable blocks (those to which a pointer was found) are not shown. ==5510== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5510== ==5510== For counts of detected and suppressed errors, rerun with: -v ==5510== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==5529== Memcheck, a memory error detector ==5529== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5529== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5529== Command: ./client-test Client::Sync::eds_task::testRefreshFromRemoteSync ==5529== Parent PID: 111 ==5529== ==5529== ==5529== HEAP SUMMARY: ==5529== in use at exit: 2,885,751 bytes in 29,894 blocks ==5529== total heap usage: 325,508 allocs, 295,560 frees, 49,890,701 bytes allocated ==5529== ==5529== LEAK SUMMARY: ==5529== definitely lost: 0 bytes in 0 blocks ==5529== indirectly lost: 0 bytes in 0 blocks ==5529== possibly lost: 1,824 bytes in 5 blocks ==5529== still reachable: 2,291,065 bytes in 21,421 blocks ==5529== of which reachable via heuristic: ==5529== length64 : 5,080 bytes in 79 blocks ==5529== newarray : 6,312 bytes in 49 blocks ==5529== suppressed: 522,598 bytes in 7,934 blocks ==5529== Reachable blocks (those to which a pointer was found) are not shown. ==5529== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5529== ==5529== For counts of detected and suppressed errors, rerun with: -v ==5529== ERROR SUMMARY: 5 errors from 5 contexts (suppressed: 67 from 67) ==5533== Memcheck, a memory error detector ==5533== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5533== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5533== Command: ./syncevo-local-sync ==5533== Parent PID: 5529 ==5533== ==5533== ==5533== HEAP SUMMARY: ==5533== in use at exit: 2,491,320 bytes in 25,307 blocks ==5533== total heap usage: 172,977 allocs, 147,670 frees, 33,527,651 bytes allocated ==5533== ==5533== LEAK SUMMARY: ==5533== definitely lost: 0 bytes in 0 blocks ==5533== indirectly lost: 0 bytes in 0 blocks ==5533== possibly lost: 528 bytes in 2 blocks ==5533== still reachable: 2,229,759 bytes in 21,272 blocks ==5533== of which reachable via heuristic: ==5533== length64 : 592 bytes in 10 blocks ==5533== newarray : 5,976 bytes in 28 blocks ==5533== suppressed: 253,921 bytes in 3,977 blocks ==5533== Reachable blocks (those to which a pointer was found) are not shown. ==5533== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5533== ==5533== For counts of detected and suppressed errors, rerun with: -v ==5533== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==554== Memcheck, a memory error detector ==554== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==554== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==554== Command: ./client-test Client::Source::davical_caldav::LinkedItemsWithVALARM::testLinkedItemsRemoveParentFirst ==554== Parent PID: 550 ==554== ==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::Sync::eds_task::testRefreshFromLocalSync ==5552== Parent PID: 111 ==5552== ==5552== ==5552== HEAP SUMMARY: ==5552== in use at exit: 2,885,108 bytes in 29,878 blocks ==5552== total heap usage: 325,472 allocs, 295,540 frees, 49,885,289 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: 1,824 bytes in 5 blocks ==5552== still reachable: 2,290,761 bytes in 21,415 blocks ==5552== of which reachable via heuristic: ==5552== length64 : 5,080 bytes in 79 blocks ==5552== newarray : 6,312 bytes in 49 blocks ==5552== suppressed: 522,427 bytes in 7,926 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: 5 errors from 5 contexts (suppressed: 67 from 67) ==5556== Memcheck, a memory error detector ==5556== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5556== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5556== Command: ./syncevo-local-sync ==5556== Parent PID: 5552 ==5556== ==5556== ==5556== HEAP SUMMARY: ==5556== in use at exit: 2,491,304 bytes in 25,307 blocks ==5556== total heap usage: 172,603 allocs, 147,296 frees, 33,470,336 bytes allocated ==5556== ==5556== LEAK SUMMARY: ==5556== definitely lost: 0 bytes in 0 blocks ==5556== indirectly lost: 0 bytes in 0 blocks ==5556== possibly lost: 528 bytes in 2 blocks ==5556== still reachable: 2,229,759 bytes in 21,272 blocks ==5556== of which reachable via heuristic: ==5556== length64 : 592 bytes in 10 blocks ==5556== newarray : 5,976 bytes in 28 blocks ==5556== suppressed: 253,905 bytes in 3,977 blocks ==5556== Reachable blocks (those to which a pointer was found) are not shown. ==5556== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5556== ==5556== For counts of detected and suppressed errors, rerun with: -v ==5556== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==5575== Memcheck, a memory error detector ==5575== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5575== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5575== Command: ./client-test Client::Sync::eds_task::testRefreshFromServerSemantic ==5575== Parent PID: 111 ==5575== ==5575== ==5575== HEAP SUMMARY: ==5575== in use at exit: 2,885,751 bytes in 29,911 blocks ==5575== total heap usage: 982,155 allocs, 952,187 frees, 143,275,598 bytes allocated ==5575== ==5575== LEAK SUMMARY: ==5575== definitely lost: 0 bytes in 0 blocks ==5575== indirectly lost: 0 bytes in 0 blocks ==5575== possibly lost: 1,392 bytes in 4 blocks ==5575== still reachable: 2,238,405 bytes in 21,425 blocks ==5575== of which reachable via heuristic: ==5575== length64 : 5,120 bytes in 80 blocks ==5575== newarray : 6,312 bytes in 49 blocks ==5575== suppressed: 575,690 bytes in 7,948 blocks ==5575== Reachable blocks (those to which a pointer was found) are not shown. ==5575== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5575== ==5575== For counts of detected and suppressed errors, rerun with: -v ==5575== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==5606== Memcheck, a memory error detector ==5606== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5606== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5606== Command: ./syncevo-local-sync ==5606== Parent PID: 5575 ==5606== ==5606== ==5606== HEAP SUMMARY: ==5606== in use at exit: 2,491,320 bytes in 25,307 blocks ==5606== total heap usage: 172,434 allocs, 147,127 frees, 33,466,610 bytes allocated ==5606== ==5606== LEAK SUMMARY: ==5606== definitely lost: 0 bytes in 0 blocks ==5606== indirectly lost: 0 bytes in 0 blocks ==5606== possibly lost: 528 bytes in 2 blocks ==5606== still reachable: 2,229,759 bytes in 21,272 blocks ==5606== of which reachable via heuristic: ==5606== length64 : 592 bytes in 10 blocks ==5606== newarray : 5,976 bytes in 28 blocks ==5606== suppressed: 253,921 bytes in 3,977 blocks ==5606== Reachable blocks (those to which a pointer was found) are not shown. ==5606== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5606== ==5606== For counts of detected and suppressed errors, rerun with: -v ==5606== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==562== Memcheck, a memory error detector ==562== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==562== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==562== Command: ./client-test Client::Source::davical_caldav::LinkedItemsWithVALARM::testLinkedItemsRemoveParentFirst ==562== Parent PID: 550 ==562== ==5646== Memcheck, a memory error detector ==5646== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5646== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5646== Command: ./syncevo-local-sync ==5646== Parent PID: 5575 ==5646== ==5646== ==5646== HEAP SUMMARY: ==5646== in use at exit: 3,214,293 bytes in 27,624 blocks ==5646== total heap usage: 171,020 allocs, 143,396 frees, 32,532,427 bytes allocated ==5646== ==5646== LEAK SUMMARY: ==5646== definitely lost: 0 bytes in 0 blocks ==5646== indirectly lost: 0 bytes in 0 blocks ==5646== possibly lost: 528 bytes in 2 blocks ==5646== still reachable: 2,952,732 bytes in 23,589 blocks ==5646== of which reachable via heuristic: ==5646== length64 : 592 bytes in 10 blocks ==5646== newarray : 12,912 bytes in 223 blocks ==5646== suppressed: 253,921 bytes in 3,977 blocks ==5646== Reachable blocks (those to which a pointer was found) are not shown. ==5646== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5646== ==5646== For counts of detected and suppressed errors, rerun with: -v ==5646== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==5686== Memcheck, a memory error detector ==5686== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5686== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5686== Command: ./syncevo-local-sync ==5686== Parent PID: 5575 ==5686== ==5686== ==5686== HEAP SUMMARY: ==5686== in use at exit: 2,491,312 bytes in 25,307 blocks ==5686== total heap usage: 172,976 allocs, 147,669 frees, 33,529,130 bytes allocated ==5686== ==5686== LEAK SUMMARY: ==5686== definitely lost: 0 bytes in 0 blocks ==5686== indirectly lost: 0 bytes in 0 blocks ==5686== possibly lost: 528 bytes in 2 blocks ==5686== still reachable: 2,229,759 bytes in 21,272 blocks ==5686== of which reachable via heuristic: ==5686== length64 : 592 bytes in 10 blocks ==5686== newarray : 5,976 bytes in 28 blocks ==5686== suppressed: 253,913 bytes in 3,977 blocks ==5686== Reachable blocks (those to which a pointer was found) are not shown. ==5686== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5686== ==5686== For counts of detected and suppressed errors, rerun with: -v ==5686== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==570== Memcheck, a memory error detector ==570== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==570== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==570== Command: ./client-test Client::Source::davical_caldav::LinkedItemsWithVALARM::testLinkedItemsRemoveNormal ==570== Parent PID: 111 ==570== ==570== ==570== HEAP SUMMARY: ==570== in use at exit: 474,871 bytes in 5,430 blocks ==570== total heap usage: 231,750 allocs, 226,254 frees, 29,320,694 bytes allocated ==570== ==570== LEAK SUMMARY: ==570== definitely lost: 0 bytes in 0 blocks ==570== indirectly lost: 0 bytes in 0 blocks ==570== possibly lost: 1,392 bytes in 4 blocks ==570== still reachable: 190,108 bytes in 1,059 blocks ==570== of which reachable via heuristic: ==570== length64 : 1,032 bytes in 18 blocks ==570== newarray : 5,976 bytes in 28 blocks ==570== suppressed: 271,851 bytes in 4,283 blocks ==570== Reachable blocks (those to which a pointer was found) are not shown. ==570== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==570== ==570== For counts of detected and suppressed errors, rerun with: -v ==570== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==5714== Memcheck, a memory error detector ==5714== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5714== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5714== Command: ./syncevo-local-sync ==5714== Parent PID: 5575 ==5714== ==5714== ==5714== HEAP SUMMARY: ==5714== in use at exit: 3,214,249 bytes in 27,624 blocks ==5714== total heap usage: 171,048 allocs, 143,424 frees, 32,533,696 bytes allocated ==5714== ==5714== LEAK SUMMARY: ==5714== definitely lost: 0 bytes in 0 blocks ==5714== indirectly lost: 0 bytes in 0 blocks ==5714== possibly lost: 528 bytes in 2 blocks ==5714== still reachable: 2,952,696 bytes in 23,589 blocks ==5714== of which reachable via heuristic: ==5714== length64 : 592 bytes in 10 blocks ==5714== newarray : 12,912 bytes in 223 blocks ==5714== suppressed: 253,913 bytes in 3,977 blocks ==5714== Reachable blocks (those to which a pointer was found) are not shown. ==5714== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5714== ==5714== For counts of detected and suppressed errors, rerun with: -v ==5714== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==5730== Memcheck, a memory error detector ==5730== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5730== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5730== Command: ./client-test Client::Sync::eds_task::testRefreshFromClientSemantic ==5730== Parent PID: 111 ==5730== ==5730== ==5730== HEAP SUMMARY: ==5730== in use at exit: 2,888,402 bytes in 29,946 blocks ==5730== total heap usage: 1,174,658 allocs, 1,144,654 frees, 173,036,486 bytes allocated ==5730== ==5730== LEAK SUMMARY: ==5730== definitely lost: 0 bytes in 0 blocks ==5730== indirectly lost: 0 bytes in 0 blocks ==5730== possibly lost: 1,392 bytes in 4 blocks ==5730== still reachable: 2,238,413 bytes in 21,425 blocks ==5730== of which reachable via heuristic: ==5730== length64 : 5,120 bytes in 80 blocks ==5730== newarray : 6,312 bytes in 49 blocks ==5730== suppressed: 578,333 bytes in 7,983 blocks ==5730== Reachable blocks (those to which a pointer was found) are not shown. ==5730== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5730== ==5730== For counts of detected and suppressed errors, rerun with: -v ==5730== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==574== Memcheck, a memory error detector ==574== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==574== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==574== Command: ./client-test Client::Source::davical_caldav::LinkedItemsWithVALARM::testLinkedItemsRemoveNormal ==574== Parent PID: 570 ==574== ==5761== Memcheck, a memory error detector ==5761== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5761== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5761== Command: ./syncevo-local-sync ==5761== Parent PID: 5730 ==5761== ==5761== ==5761== HEAP SUMMARY: ==5761== in use at exit: 2,491,336 bytes in 25,307 blocks ==5761== total heap usage: 172,414 allocs, 147,107 frees, 33,465,318 bytes allocated ==5761== ==5761== LEAK SUMMARY: ==5761== definitely lost: 0 bytes in 0 blocks ==5761== indirectly lost: 0 bytes in 0 blocks ==5761== possibly lost: 528 bytes in 2 blocks ==5761== still reachable: 2,229,759 bytes in 21,272 blocks ==5761== of which reachable via heuristic: ==5761== length64 : 592 bytes in 10 blocks ==5761== newarray : 5,976 bytes in 28 blocks ==5761== suppressed: 253,937 bytes in 3,977 blocks ==5761== Reachable blocks (those to which a pointer was found) are not shown. ==5761== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5761== ==5761== For counts of detected and suppressed errors, rerun with: -v ==5761== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==5801== Memcheck, a memory error detector ==5801== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5801== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5801== Command: ./syncevo-local-sync ==5801== Parent PID: 5730 ==5801== ==5801== ==5801== HEAP SUMMARY: ==5801== in use at exit: 3,214,285 bytes in 27,624 blocks ==5801== total heap usage: 171,083 allocs, 143,459 frees, 32,536,716 bytes allocated ==5801== ==5801== LEAK SUMMARY: ==5801== definitely lost: 0 bytes in 0 blocks ==5801== indirectly lost: 0 bytes in 0 blocks ==5801== possibly lost: 528 bytes in 2 blocks ==5801== still reachable: 2,952,732 bytes in 23,589 blocks ==5801== of which reachable via heuristic: ==5801== length64 : 592 bytes in 10 blocks ==5801== newarray : 12,912 bytes in 223 blocks ==5801== suppressed: 253,913 bytes in 3,977 blocks ==5801== Reachable blocks (those to which a pointer was found) are not shown. ==5801== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5801== ==5801== For counts of detected and suppressed errors, rerun with: -v ==5801== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==582== Memcheck, a memory error detector ==582== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==582== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==582== Command: ./client-test Client::Source::davical_caldav::LinkedItemsWithVALARM::testLinkedItemsRemoveNormal ==582== Parent PID: 570 ==582== ==5841== Memcheck, a memory error detector ==5841== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5841== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5841== Command: ./syncevo-local-sync ==5841== Parent PID: 5730 ==5841== ==5841== ==5841== HEAP SUMMARY: ==5841== in use at exit: 2,491,336 bytes in 25,307 blocks ==5841== total heap usage: 178,988 allocs, 153,681 frees, 34,170,419 bytes allocated ==5841== ==5841== LEAK SUMMARY: ==5841== definitely lost: 0 bytes in 0 blocks ==5841== indirectly lost: 0 bytes in 0 blocks ==5841== possibly lost: 528 bytes in 2 blocks ==5841== still reachable: 2,229,759 bytes in 21,272 blocks ==5841== of which reachable via heuristic: ==5841== length64 : 592 bytes in 10 blocks ==5841== newarray : 5,976 bytes in 28 blocks ==5841== suppressed: 253,937 bytes in 3,977 blocks ==5841== Reachable blocks (those to which a pointer was found) are not shown. ==5841== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5841== ==5841== For counts of detected and suppressed errors, rerun with: -v ==5841== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==5881== Memcheck, a memory error detector ==5881== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5881== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5881== Command: ./syncevo-local-sync ==5881== Parent PID: 5730 ==5881== ==5881== ==5881== HEAP SUMMARY: ==5881== in use at exit: 2,491,320 bytes in 25,307 blocks ==5881== total heap usage: 173,534 allocs, 148,227 frees, 33,584,476 bytes allocated ==5881== ==5881== LEAK SUMMARY: ==5881== definitely lost: 0 bytes in 0 blocks ==5881== indirectly lost: 0 bytes in 0 blocks ==5881== possibly lost: 528 bytes in 2 blocks ==5881== still reachable: 2,229,759 bytes in 21,272 blocks ==5881== of which reachable via heuristic: ==5881== length64 : 592 bytes in 10 blocks ==5881== newarray : 5,976 bytes in 28 blocks ==5881== suppressed: 253,921 bytes in 3,977 blocks ==5881== Reachable blocks (those to which a pointer was found) are not shown. ==5881== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5881== ==5881== For counts of detected and suppressed errors, rerun with: -v ==5881== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==5897== Memcheck, a memory error detector ==5897== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5897== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5897== Command: ./syncevo-local-sync ==5897== Parent PID: 5730 ==5897== ==5897== ==5897== HEAP SUMMARY: ==5897== in use at exit: 2,491,336 bytes in 25,307 blocks ==5897== total heap usage: 173,000 allocs, 147,693 frees, 33,530,621 bytes allocated ==5897== ==5897== LEAK SUMMARY: ==5897== definitely lost: 0 bytes in 0 blocks ==5897== indirectly lost: 0 bytes in 0 blocks ==5897== possibly lost: 528 bytes in 2 blocks ==5897== still reachable: 2,229,759 bytes in 21,272 blocks ==5897== of which reachable via heuristic: ==5897== length64 : 592 bytes in 10 blocks ==5897== newarray : 5,976 bytes in 28 blocks ==5897== suppressed: 253,937 bytes in 3,977 blocks ==5897== Reachable blocks (those to which a pointer was found) are not shown. ==5897== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5897== ==5897== For counts of detected and suppressed errors, rerun with: -v ==5897== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==590== Memcheck, a memory error detector ==590== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==590== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==590== Command: ./client-test Client::Source::davical_caldav::LinkedItemsWithVALARM::testLinkedItemsInsertParentTwice ==590== Parent PID: 111 ==590== ==590== ==590== HEAP SUMMARY: ==590== in use at exit: 465,647 bytes in 5,394 blocks ==590== total heap usage: 210,497 allocs, 205,039 frees, 25,860,633 bytes allocated ==590== ==590== LEAK SUMMARY: ==590== definitely lost: 0 bytes in 0 blocks ==590== indirectly lost: 0 bytes in 0 blocks ==590== possibly lost: 1,392 bytes in 4 blocks ==590== still reachable: 180,892 bytes in 1,023 blocks ==590== of which reachable via heuristic: ==590== length64 : 1,032 bytes in 18 blocks ==590== newarray : 5,976 bytes in 28 blocks ==590== suppressed: 271,843 bytes in 4,283 blocks ==590== Reachable blocks (those to which a pointer was found) are not shown. ==590== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==590== ==590== For counts of detected and suppressed errors, rerun with: -v ==590== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==5914== Memcheck, a memory error detector ==5914== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5914== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5914== Command: ./client-test Client::Sync::eds_task::testRefreshStatus ==5914== Parent PID: 111 ==5914== ==5914== ==5914== HEAP SUMMARY: ==5914== in use at exit: 2,885,687 bytes in 29,897 blocks ==5914== total heap usage: 639,303 allocs, 609,351 frees, 86,921,469 bytes allocated ==5914== ==5914== LEAK SUMMARY: ==5914== definitely lost: 0 bytes in 0 blocks ==5914== indirectly lost: 0 bytes in 0 blocks ==5914== possibly lost: 1,392 bytes in 4 blocks ==5914== still reachable: 2,237,669 bytes in 21,418 blocks ==5914== of which reachable via heuristic: ==5914== length64 : 5,120 bytes in 80 blocks ==5914== newarray : 6,312 bytes in 49 blocks ==5914== suppressed: 576,362 bytes in 7,941 blocks ==5914== Reachable blocks (those to which a pointer was found) are not shown. ==5914== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5914== ==5914== For counts of detected and suppressed errors, rerun with: -v ==5914== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==594== Memcheck, a memory error detector ==594== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==594== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==594== Command: ./client-test Client::Source::davical_caldav::LinkedItemsWithVALARM::testLinkedItemsInsertParentTwice ==594== Parent PID: 590 ==594== ==5994== Memcheck, a memory error detector ==5994== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5994== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5994== Command: ./syncevo-local-sync ==5994== Parent PID: 5914 ==5994== ==5994== ==5994== HEAP SUMMARY: ==5994== in use at exit: 2,491,328 bytes in 25,307 blocks ==5994== total heap usage: 178,610 allocs, 153,303 frees, 34,110,542 bytes allocated ==5994== ==5994== LEAK SUMMARY: ==5994== definitely lost: 0 bytes in 0 blocks ==5994== indirectly lost: 0 bytes in 0 blocks ==5994== possibly lost: 528 bytes in 2 blocks ==5994== still reachable: 2,229,759 bytes in 21,272 blocks ==5994== of which reachable via heuristic: ==5994== length64 : 592 bytes in 10 blocks ==5994== newarray : 5,976 bytes in 28 blocks ==5994== suppressed: 253,929 bytes in 3,977 blocks ==5994== Reachable blocks (those to which a pointer was found) are not shown. ==5994== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5994== ==5994== For counts of detected and suppressed errors, rerun with: -v ==5994== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==6010== Memcheck, a memory error detector ==6010== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6010== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6010== Command: ./syncevo-local-sync ==6010== Parent PID: 5914 ==6010== ==6010== ==6010== HEAP SUMMARY: ==6010== in use at exit: 3,217,179 bytes in 27,631 blocks ==6010== total heap usage: 171,446 allocs, 143,815 frees, 32,599,854 bytes allocated ==6010== ==6010== LEAK SUMMARY: ==6010== definitely lost: 0 bytes in 0 blocks ==6010== indirectly lost: 0 bytes in 0 blocks ==6010== possibly lost: 528 bytes in 2 blocks ==6010== still reachable: 2,955,586 bytes in 23,596 blocks ==6010== of which reachable via heuristic: ==6010== length64 : 592 bytes in 10 blocks ==6010== newarray : 12,912 bytes in 223 blocks ==6010== suppressed: 253,953 bytes in 3,977 blocks ==6010== Reachable blocks (those to which a pointer was found) are not shown. ==6010== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6010== ==6010== For counts of detected and suppressed errors, rerun with: -v ==6010== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==602== Memcheck, a memory error detector ==602== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==602== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==602== Command: ./client-test Client::Source::davical_caldav::LinkedItemsWithVALARM::testLinkedItemsInsertParentTwice ==602== Parent PID: 590 ==602== ==6026== Memcheck, a memory error detector ==6026== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6026== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6026== Command: ./client-test Client::Sync::eds_task::testTwoWayRestart ==6026== Parent PID: 111 ==6026== ==6026== ==6026== HEAP SUMMARY: ==6026== in use at exit: 2,887,272 bytes in 29,926 blocks ==6026== total heap usage: 821,079 allocs, 791,097 frees, 115,873,947 bytes allocated ==6026== ==6026== LEAK SUMMARY: ==6026== definitely lost: 0 bytes in 0 blocks ==6026== indirectly lost: 0 bytes in 0 blocks ==6026== possibly lost: 1,392 bytes in 4 blocks ==6026== still reachable: 2,238,093 bytes in 21,423 blocks ==6026== of which reachable via heuristic: ==6026== length64 : 5,120 bytes in 80 blocks ==6026== newarray : 6,312 bytes in 49 blocks ==6026== suppressed: 577,523 bytes in 7,965 blocks ==6026== Reachable blocks (those to which a pointer was found) are not shown. ==6026== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6026== ==6026== For counts of detected and suppressed errors, rerun with: -v ==6026== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==6057== Memcheck, a memory error detector ==6057== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6057== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6057== Command: ./syncevo-local-sync ==6057== Parent PID: 6026 ==6057== ==6057== ==6057== HEAP SUMMARY: ==6057== in use at exit: 2,491,320 bytes in 25,307 blocks ==6057== total heap usage: 176,481 allocs, 151,174 frees, 33,884,107 bytes allocated ==6057== ==6057== LEAK SUMMARY: ==6057== definitely lost: 0 bytes in 0 blocks ==6057== indirectly lost: 0 bytes in 0 blocks ==6057== possibly lost: 528 bytes in 2 blocks ==6057== still reachable: 2,229,759 bytes in 21,272 blocks ==6057== of which reachable via heuristic: ==6057== length64 : 592 bytes in 10 blocks ==6057== newarray : 5,976 bytes in 28 blocks ==6057== suppressed: 253,921 bytes in 3,977 blocks ==6057== Reachable blocks (those to which a pointer was found) are not shown. ==6057== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6057== ==6057== For counts of detected and suppressed errors, rerun with: -v ==6057== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==6097== Memcheck, a memory error detector ==6097== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6097== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6097== Command: ./syncevo-local-sync ==6097== Parent PID: 6026 ==6097== ==6097== ==6097== HEAP SUMMARY: ==6097== in use at exit: 2,491,328 bytes in 25,307 blocks ==6097== total heap usage: 174,595 allocs, 149,288 frees, 33,739,342 bytes allocated ==6097== ==6097== LEAK SUMMARY: ==6097== definitely lost: 0 bytes in 0 blocks ==6097== indirectly lost: 0 bytes in 0 blocks ==6097== possibly lost: 528 bytes in 2 blocks ==6097== still reachable: 2,229,759 bytes in 21,272 blocks ==6097== of which reachable via heuristic: ==6097== length64 : 592 bytes in 10 blocks ==6097== newarray : 5,976 bytes in 28 blocks ==6097== suppressed: 253,929 bytes in 3,977 blocks ==6097== Reachable blocks (those to which a pointer was found) are not shown. ==6097== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6097== ==6097== For counts of detected and suppressed errors, rerun with: -v ==6097== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==610== Memcheck, a memory error detector ==610== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==610== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==610== Command: ./client-test Client::Source::davical_caldav::LinkedItemsWithVALARM::testLinkedItemsInsertChildTwice ==610== Parent PID: 111 ==610== ==610== ==610== HEAP SUMMARY: ==610== in use at exit: 465,647 bytes in 5,394 blocks ==610== total heap usage: 210,513 allocs, 205,055 frees, 25,842,292 bytes allocated ==610== ==610== LEAK SUMMARY: ==610== definitely lost: 0 bytes in 0 blocks ==610== indirectly lost: 0 bytes in 0 blocks ==610== possibly lost: 1,392 bytes in 4 blocks ==610== still reachable: 180,892 bytes in 1,023 blocks ==610== of which reachable via heuristic: ==610== length64 : 1,032 bytes in 18 blocks ==610== newarray : 5,976 bytes in 28 blocks ==610== suppressed: 271,843 bytes in 4,283 blocks ==610== Reachable blocks (those to which a pointer was found) are not shown. ==610== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==610== ==610== For counts of detected and suppressed errors, rerun with: -v ==610== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==6113== Memcheck, a memory error detector ==6113== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6113== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6113== Command: ./syncevo-local-sync ==6113== Parent PID: 6026 ==6113== ==6113== ==6113== HEAP SUMMARY: ==6113== in use at exit: 3,214,133 bytes in 27,624 blocks ==6113== total heap usage: 171,065 allocs, 143,441 frees, 32,553,503 bytes allocated ==6113== ==6113== LEAK SUMMARY: ==6113== definitely lost: 0 bytes in 0 blocks ==6113== indirectly lost: 0 bytes in 0 blocks ==6113== possibly lost: 528 bytes in 2 blocks ==6113== still reachable: 2,952,572 bytes in 23,589 blocks ==6113== of which reachable via heuristic: ==6113== length64 : 592 bytes in 10 blocks ==6113== newarray : 12,912 bytes in 223 blocks ==6113== suppressed: 253,921 bytes in 3,977 blocks ==6113== Reachable blocks (those to which a pointer was found) are not shown. ==6113== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6113== ==6113== For counts of detected and suppressed errors, rerun with: -v ==6113== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==614== Memcheck, a memory error detector ==614== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==614== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==614== Command: ./client-test Client::Source::davical_caldav::LinkedItemsWithVALARM::testLinkedItemsInsertChildTwice ==614== Parent PID: 610 ==614== ==6150== Memcheck, a memory error detector ==6150== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6150== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6150== Command: ./client-test Client::Sync::eds_task::testCopy ==6150== Parent PID: 111 ==6150== ==6150== ==6150== HEAP SUMMARY: ==6150== in use at exit: 2,885,704 bytes in 29,897 blocks ==6150== total heap usage: 1,498,673 allocs, 1,468,717 frees, 210,591,235 bytes allocated ==6150== ==6150== LEAK SUMMARY: ==6150== definitely lost: 0 bytes in 0 blocks ==6150== indirectly lost: 0 bytes in 0 blocks ==6150== possibly lost: 1,392 bytes in 4 blocks ==6150== still reachable: 2,237,669 bytes in 21,418 blocks ==6150== of which reachable via heuristic: ==6150== length64 : 5,120 bytes in 80 blocks ==6150== newarray : 6,312 bytes in 49 blocks ==6150== suppressed: 576,379 bytes in 7,941 blocks ==6150== Reachable blocks (those to which a pointer was found) are not shown. ==6150== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6150== ==6150== For counts of detected and suppressed errors, rerun with: -v ==6150== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==6182== Memcheck, a memory error detector ==6182== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6182== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6182== Command: ./syncevo-local-sync ==6182== Parent PID: 6150 ==6182== ==6182== ==6182== HEAP SUMMARY: ==6182== in use at exit: 2,491,336 bytes in 25,307 blocks ==6182== total heap usage: 172,448 allocs, 147,141 frees, 33,466,042 bytes allocated ==6182== ==6182== LEAK SUMMARY: ==6182== definitely lost: 0 bytes in 0 blocks ==6182== indirectly lost: 0 bytes in 0 blocks ==6182== possibly lost: 528 bytes in 2 blocks ==6182== still reachable: 2,229,759 bytes in 21,272 blocks ==6182== of which reachable via heuristic: ==6182== length64 : 592 bytes in 10 blocks ==6182== newarray : 5,976 bytes in 28 blocks ==6182== suppressed: 253,937 bytes in 3,977 blocks ==6182== Reachable blocks (those to which a pointer was found) are not shown. ==6182== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6182== ==6182== For counts of detected and suppressed errors, rerun with: -v ==6182== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==622== Memcheck, a memory error detector ==622== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==622== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==622== Command: ./client-test Client::Source::davical_caldav::LinkedItemsWithVALARM::testLinkedItemsInsertChildTwice ==622== Parent PID: 610 ==622== ==6222== Memcheck, a memory error detector ==6222== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6222== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6222== Command: ./syncevo-local-sync ==6222== Parent PID: 6150 ==6222== ==6222== ==6222== HEAP SUMMARY: ==6222== in use at exit: 3,214,181 bytes in 27,622 blocks ==6222== total heap usage: 171,055 allocs, 143,433 frees, 32,533,569 bytes allocated ==6222== ==6222== LEAK SUMMARY: ==6222== definitely lost: 0 bytes in 0 blocks ==6222== indirectly lost: 0 bytes in 0 blocks ==6222== possibly lost: 528 bytes in 2 blocks ==6222== still reachable: 2,952,668 bytes in 23,589 blocks ==6222== of which reachable via heuristic: ==6222== length64 : 592 bytes in 10 blocks ==6222== newarray : 12,912 bytes in 223 blocks ==6222== suppressed: 253,873 bytes in 3,975 blocks ==6222== Reachable blocks (those to which a pointer was found) are not shown. ==6222== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6222== ==6222== For counts of detected and suppressed errors, rerun with: -v ==6222== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==6263== Memcheck, a memory error detector ==6263== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6263== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6263== Command: ./syncevo-local-sync ==6263== Parent PID: 6150 ==6263== ==6263== ==6263== HEAP SUMMARY: ==6263== in use at exit: 2,491,336 bytes in 25,307 blocks ==6263== total heap usage: 172,380 allocs, 147,073 frees, 33,466,491 bytes allocated ==6263== ==6263== LEAK SUMMARY: ==6263== definitely lost: 0 bytes in 0 blocks ==6263== indirectly lost: 0 bytes in 0 blocks ==6263== possibly lost: 528 bytes in 2 blocks ==6263== still reachable: 2,229,759 bytes in 21,272 blocks ==6263== of which reachable via heuristic: ==6263== length64 : 592 bytes in 10 blocks ==6263== newarray : 5,976 bytes in 28 blocks ==6263== suppressed: 253,937 bytes in 3,977 blocks ==6263== Reachable blocks (those to which a pointer was found) are not shown. ==6263== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6263== ==6263== For counts of detected and suppressed errors, rerun with: -v ==6263== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==630== Memcheck, a memory error detector ==630== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==630== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==630== Command: ./client-test Client::Source::davical_caldav::LinkedItemsWithVALARM::testLinkedItemsParentUpdate ==630== Parent PID: 111 ==630== ==630== ==630== HEAP SUMMARY: ==630== in use at exit: 465,719 bytes in 5,396 blocks ==630== total heap usage: 200,777 allocs, 195,318 frees, 24,893,096 bytes allocated ==630== ==630== LEAK SUMMARY: ==630== definitely lost: 0 bytes in 0 blocks ==630== indirectly lost: 0 bytes in 0 blocks ==630== possibly lost: 1,392 bytes in 4 blocks ==630== still reachable: 180,892 bytes in 1,023 blocks ==630== of which reachable via heuristic: ==630== length64 : 1,032 bytes in 18 blocks ==630== newarray : 5,976 bytes in 28 blocks ==630== suppressed: 271,915 bytes in 4,285 blocks ==630== Reachable blocks (those to which a pointer was found) are not shown. ==630== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==630== ==630== For counts of detected and suppressed errors, rerun with: -v ==630== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==6304== Memcheck, a memory error detector ==6304== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6304== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6304== Command: ./syncevo-local-sync ==6304== Parent PID: 6150 ==6304== ==6304== ==6304== HEAP SUMMARY: ==6304== in use at exit: 3,214,209 bytes in 27,624 blocks ==6304== total heap usage: 171,058 allocs, 143,434 frees, 32,533,123 bytes allocated ==6304== ==6304== LEAK SUMMARY: ==6304== definitely lost: 0 bytes in 0 blocks ==6304== indirectly lost: 0 bytes in 0 blocks ==6304== possibly lost: 528 bytes in 2 blocks ==6304== still reachable: 2,952,648 bytes in 23,589 blocks ==6304== of which reachable via heuristic: ==6304== length64 : 592 bytes in 10 blocks ==6304== newarray : 12,912 bytes in 223 blocks ==6304== suppressed: 253,921 bytes in 3,977 blocks ==6304== Reachable blocks (those to which a pointer was found) are not shown. ==6304== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6304== ==6304== For counts of detected and suppressed errors, rerun with: -v ==6304== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==634== Memcheck, a memory error detector ==634== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==634== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==634== Command: ./client-test Client::Source::davical_caldav::LinkedItemsWithVALARM::testLinkedItemsParentUpdate ==634== Parent PID: 630 ==634== ==6344== Memcheck, a memory error detector ==6344== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6344== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6344== Command: ./syncevo-local-sync ==6344== Parent PID: 6150 ==6344== ==6344== ==6344== HEAP SUMMARY: ==6344== in use at exit: 2,491,320 bytes in 25,307 blocks ==6344== total heap usage: 178,961 allocs, 153,654 frees, 34,166,758 bytes allocated ==6344== ==6344== LEAK SUMMARY: ==6344== definitely lost: 0 bytes in 0 blocks ==6344== indirectly lost: 0 bytes in 0 blocks ==6344== possibly lost: 528 bytes in 2 blocks ==6344== still reachable: 2,229,759 bytes in 21,272 blocks ==6344== of which reachable via heuristic: ==6344== length64 : 592 bytes in 10 blocks ==6344== newarray : 5,976 bytes in 28 blocks ==6344== suppressed: 253,921 bytes in 3,977 blocks ==6344== Reachable blocks (those to which a pointer was found) are not shown. ==6344== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6344== ==6344== For counts of detected and suppressed errors, rerun with: -v ==6344== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==6360== Memcheck, a memory error detector ==6360== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6360== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6360== Command: ./syncevo-local-sync ==6360== Parent PID: 6150 ==6360== ==6360== ==6360== HEAP SUMMARY: ==6360== in use at exit: 2,491,312 bytes in 25,307 blocks ==6360== total heap usage: 177,880 allocs, 152,573 frees, 34,061,312 bytes allocated ==6360== ==6360== LEAK SUMMARY: ==6360== definitely lost: 0 bytes in 0 blocks ==6360== indirectly lost: 0 bytes in 0 blocks ==6360== possibly lost: 528 bytes in 2 blocks ==6360== still reachable: 2,229,759 bytes in 21,272 blocks ==6360== of which reachable via heuristic: ==6360== length64 : 592 bytes in 10 blocks ==6360== newarray : 5,976 bytes in 28 blocks ==6360== suppressed: 253,913 bytes in 3,977 blocks ==6360== Reachable blocks (those to which a pointer was found) are not shown. ==6360== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6360== ==6360== For counts of detected and suppressed errors, rerun with: -v ==6360== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==6397== Memcheck, a memory error detector ==6397== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6397== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6397== Command: ./client-test Client::Sync::eds_task::testCopy ==6397== Parent PID: 6150 ==6397== ==642== Memcheck, a memory error detector ==642== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==642== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==642== Command: ./client-test Client::Source::davical_caldav::LinkedItemsWithVALARM::testLinkedItemsParentUpdate ==642== Parent PID: 630 ==642== ==6422== Memcheck, a memory error detector ==6422== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6422== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6422== Command: ./client-test Client::Sync::eds_task::testCopy ==6422== Parent PID: 6150 ==6422== ==6426== Memcheck, a memory error detector ==6426== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6426== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6426== Command: ./client-test Client::Sync::eds_task::testDelete ==6426== Parent PID: 111 ==6426== ==6426== ==6426== HEAP SUMMARY: ==6426== in use at exit: 2,885,952 bytes in 29,899 blocks ==6426== total heap usage: 1,853,899 allocs, 1,823,939 frees, 268,358,742 bytes allocated ==6426== ==6426== LEAK SUMMARY: ==6426== definitely lost: 0 bytes in 0 blocks ==6426== indirectly lost: 0 bytes in 0 blocks ==6426== possibly lost: 1,392 bytes in 4 blocks ==6426== still reachable: 2,237,685 bytes in 21,418 blocks ==6426== of which reachable via heuristic: ==6426== length64 : 5,120 bytes in 80 blocks ==6426== newarray : 6,312 bytes in 49 blocks ==6426== suppressed: 576,611 bytes in 7,943 blocks ==6426== Reachable blocks (those to which a pointer was found) are not shown. ==6426== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6426== ==6426== For counts of detected and suppressed errors, rerun with: -v ==6426== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==6457== Memcheck, a memory error detector ==6457== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6457== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6457== Command: ./syncevo-local-sync ==6457== Parent PID: 6426 ==6457== ==6457== ==6457== HEAP SUMMARY: ==6457== in use at exit: 2,491,320 bytes in 25,307 blocks ==6457== total heap usage: 176,477 allocs, 151,170 frees, 33,883,711 bytes allocated ==6457== ==6457== LEAK SUMMARY: ==6457== definitely lost: 0 bytes in 0 blocks ==6457== indirectly lost: 0 bytes in 0 blocks ==6457== possibly lost: 528 bytes in 2 blocks ==6457== still reachable: 2,229,759 bytes in 21,272 blocks ==6457== of which reachable via heuristic: ==6457== length64 : 592 bytes in 10 blocks ==6457== newarray : 5,976 bytes in 28 blocks ==6457== suppressed: 253,921 bytes in 3,977 blocks ==6457== Reachable blocks (those to which a pointer was found) are not shown. ==6457== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6457== ==6457== For counts of detected and suppressed errors, rerun with: -v ==6457== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==6498== Memcheck, a memory error detector ==6498== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6498== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6498== Command: ./syncevo-local-sync ==6498== Parent PID: 6426 ==6498== ==6498== ==6498== HEAP SUMMARY: ==6498== in use at exit: 2,491,328 bytes in 25,307 blocks ==6498== total heap usage: 174,595 allocs, 149,288 frees, 33,739,156 bytes allocated ==6498== ==6498== LEAK SUMMARY: ==6498== definitely lost: 0 bytes in 0 blocks ==6498== indirectly lost: 0 bytes in 0 blocks ==6498== possibly lost: 528 bytes in 2 blocks ==6498== still reachable: 2,229,759 bytes in 21,272 blocks ==6498== of which reachable via heuristic: ==6498== length64 : 592 bytes in 10 blocks ==6498== newarray : 5,976 bytes in 28 blocks ==6498== suppressed: 253,929 bytes in 3,977 blocks ==6498== Reachable blocks (those to which a pointer was found) are not shown. ==6498== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6498== ==6498== For counts of detected and suppressed errors, rerun with: -v ==6498== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==650== Memcheck, a memory error detector ==650== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==650== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==650== Command: ./client-test Client::Source::davical_caldav::LinkedItemsWithVALARM::testLinkedItemsUpdateChild ==650== Parent PID: 111 ==650== ==650== ==650== HEAP SUMMARY: ==650== in use at exit: 465,719 bytes in 5,396 blocks ==650== total heap usage: 200,439 allocs, 194,980 frees, 24,844,791 bytes allocated ==650== ==650== LEAK SUMMARY: ==650== definitely lost: 0 bytes in 0 blocks ==650== indirectly lost: 0 bytes in 0 blocks ==650== possibly lost: 1,392 bytes in 4 blocks ==650== still reachable: 180,892 bytes in 1,023 blocks ==650== of which reachable via heuristic: ==650== length64 : 1,032 bytes in 18 blocks ==650== newarray : 5,976 bytes in 28 blocks ==650== suppressed: 271,915 bytes in 4,285 blocks ==650== Reachable blocks (those to which a pointer was found) are not shown. ==650== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==650== ==650== For counts of detected and suppressed errors, rerun with: -v ==650== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==6538== Memcheck, a memory error detector ==6538== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6538== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6538== Command: ./syncevo-local-sync ==6538== Parent PID: 6426 ==6538== ==6538== ==6538== HEAP SUMMARY: ==6538== in use at exit: 2,491,344 bytes in 25,307 blocks ==6538== total heap usage: 172,519 allocs, 147,212 frees, 33,510,472 bytes allocated ==6538== ==6538== LEAK SUMMARY: ==6538== definitely lost: 0 bytes in 0 blocks ==6538== indirectly lost: 0 bytes in 0 blocks ==6538== possibly lost: 528 bytes in 2 blocks ==6538== still reachable: 2,229,759 bytes in 21,272 blocks ==6538== of which reachable via heuristic: ==6538== length64 : 592 bytes in 10 blocks ==6538== newarray : 5,976 bytes in 28 blocks ==6538== suppressed: 253,945 bytes in 3,977 blocks ==6538== Reachable blocks (those to which a pointer was found) are not shown. ==6538== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6538== ==6538== For counts of detected and suppressed errors, rerun with: -v ==6538== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==654== Memcheck, a memory error detector ==654== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==654== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==654== Command: ./client-test Client::Source::davical_caldav::LinkedItemsWithVALARM::testLinkedItemsUpdateChild ==654== Parent PID: 650 ==654== ==6579== Memcheck, a memory error detector ==6579== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6579== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6579== Command: ./syncevo-local-sync ==6579== Parent PID: 6426 ==6579== ==6579== ==6579== HEAP SUMMARY: ==6579== in use at exit: 3,214,225 bytes in 27,624 blocks ==6579== total heap usage: 171,060 allocs, 143,436 frees, 32,533,396 bytes allocated ==6579== ==6579== LEAK SUMMARY: ==6579== definitely lost: 0 bytes in 0 blocks ==6579== indirectly lost: 0 bytes in 0 blocks ==6579== possibly lost: 528 bytes in 2 blocks ==6579== still reachable: 2,952,656 bytes in 23,589 blocks ==6579== of which reachable via heuristic: ==6579== length64 : 592 bytes in 10 blocks ==6579== newarray : 12,912 bytes in 223 blocks ==6579== suppressed: 253,929 bytes in 3,977 blocks ==6579== Reachable blocks (those to which a pointer was found) are not shown. ==6579== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6579== ==6579== For counts of detected and suppressed errors, rerun with: -v ==6579== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==6619== Memcheck, a memory error detector ==6619== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6619== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6619== Command: ./syncevo-local-sync ==6619== Parent PID: 6426 ==6619== ==6619== ==6619== HEAP SUMMARY: ==6619== in use at exit: 2,491,320 bytes in 25,307 blocks ==6619== total heap usage: 178,994 allocs, 153,687 frees, 34,168,879 bytes allocated ==6619== ==6619== LEAK SUMMARY: ==6619== definitely lost: 0 bytes in 0 blocks ==6619== indirectly lost: 0 bytes in 0 blocks ==6619== possibly lost: 528 bytes in 2 blocks ==6619== still reachable: 2,229,759 bytes in 21,272 blocks ==6619== of which reachable via heuristic: ==6619== length64 : 592 bytes in 10 blocks ==6619== newarray : 5,976 bytes in 28 blocks ==6619== suppressed: 253,921 bytes in 3,977 blocks ==6619== Reachable blocks (those to which a pointer was found) are not shown. ==6619== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6619== ==6619== For counts of detected and suppressed errors, rerun with: -v ==6619== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==662== Memcheck, a memory error detector ==662== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==662== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==662== Command: ./client-test Client::Source::davical_caldav::LinkedItemsWithVALARM::testLinkedItemsUpdateChild ==662== Parent PID: 650 ==662== ==6635== Memcheck, a memory error detector ==6635== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6635== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6635== Command: ./syncevo-local-sync ==6635== Parent PID: 6426 ==6635== ==6635== ==6635== HEAP SUMMARY: ==6635== in use at exit: 2,491,328 bytes in 25,307 blocks ==6635== total heap usage: 177,869 allocs, 152,562 frees, 34,060,980 bytes allocated ==6635== ==6635== LEAK SUMMARY: ==6635== definitely lost: 0 bytes in 0 blocks ==6635== indirectly lost: 0 bytes in 0 blocks ==6635== possibly lost: 528 bytes in 2 blocks ==6635== still reachable: 2,229,759 bytes in 21,272 blocks ==6635== of which reachable via heuristic: ==6635== length64 : 592 bytes in 10 blocks ==6635== newarray : 5,976 bytes in 28 blocks ==6635== suppressed: 253,929 bytes in 3,977 blocks ==6635== Reachable blocks (those to which a pointer was found) are not shown. ==6635== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6635== ==6635== For counts of detected and suppressed errors, rerun with: -v ==6635== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==6673== Memcheck, a memory error detector ==6673== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6673== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6673== Command: ./client-test Client::Sync::eds_task::testDelete ==6673== Parent PID: 6426 ==6673== ==670== Memcheck, a memory error detector ==670== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==670== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==670== Command: ./client-test Client::Source::davical_caldav::LinkedItemsWithVALARM::testLinkedItemsUpdateChildNoIDs ==670== Parent PID: 111 ==670== ==670== ==670== HEAP SUMMARY: ==670== in use at exit: 459,567 bytes in 5,372 blocks ==670== total heap usage: 156,736 allocs, 151,305 frees, 19,965,495 bytes allocated ==670== ==670== LEAK SUMMARY: ==670== definitely lost: 0 bytes in 0 blocks ==670== indirectly lost: 0 bytes in 0 blocks ==670== possibly lost: 1,392 bytes in 4 blocks ==670== still reachable: 174,748 bytes in 999 blocks ==670== of which reachable via heuristic: ==670== length64 : 1,032 bytes in 18 blocks ==670== newarray : 5,976 bytes in 28 blocks ==670== suppressed: 271,907 bytes in 4,285 blocks ==670== Reachable blocks (those to which a pointer was found) are not shown. ==670== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==670== ==670== For counts of detected and suppressed errors, rerun with: -v ==670== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==6701== Memcheck, a memory error detector ==6701== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6701== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6701== Command: ./syncevo-local-sync ==6701== Parent PID: 6426 ==6701== ==6701== ==6701== HEAP SUMMARY: ==6701== in use at exit: 2,491,336 bytes in 25,307 blocks ==6701== total heap usage: 174,559 allocs, 149,252 frees, 33,714,834 bytes allocated ==6701== ==6701== LEAK SUMMARY: ==6701== definitely lost: 0 bytes in 0 blocks ==6701== indirectly lost: 0 bytes in 0 blocks ==6701== possibly lost: 528 bytes in 2 blocks ==6701== still reachable: 2,229,759 bytes in 21,272 blocks ==6701== of which reachable via heuristic: ==6701== length64 : 592 bytes in 10 blocks ==6701== newarray : 5,976 bytes in 28 blocks ==6701== suppressed: 253,937 bytes in 3,977 blocks ==6701== Reachable blocks (those to which a pointer was found) are not shown. ==6701== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6701== ==6701== For counts of detected and suppressed errors, rerun with: -v ==6701== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==6717== Memcheck, a memory error detector ==6717== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6717== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6717== Command: ./syncevo-local-sync ==6717== Parent PID: 6426 ==6717== ==6717== ==6717== HEAP SUMMARY: ==6717== in use at exit: 2,491,312 bytes in 25,307 blocks ==6717== total heap usage: 174,195 allocs, 148,888 frees, 33,684,221 bytes allocated ==6717== ==6717== LEAK SUMMARY: ==6717== definitely lost: 0 bytes in 0 blocks ==6717== indirectly lost: 0 bytes in 0 blocks ==6717== possibly lost: 528 bytes in 2 blocks ==6717== still reachable: 2,229,759 bytes in 21,272 blocks ==6717== of which reachable via heuristic: ==6717== length64 : 592 bytes in 10 blocks ==6717== newarray : 5,976 bytes in 28 blocks ==6717== suppressed: 253,913 bytes in 3,977 blocks ==6717== Reachable blocks (those to which a pointer was found) are not shown. ==6717== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6717== ==6717== For counts of detected and suppressed errors, rerun with: -v ==6717== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==674== Memcheck, a memory error detector ==674== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==674== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==674== Command: ./client-test Client::Source::davical_caldav::LinkedItemsWithVALARM::testLinkedItemsUpdateChildNoIDs ==674== Parent PID: 670 ==674== ==6745== Memcheck, a memory error detector ==6745== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6745== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6745== Command: ./client-test Client::Sync::eds_task::testAddUpdate ==6745== Parent PID: 111 ==6745== ==6745== ==6745== HEAP SUMMARY: ==6745== in use at exit: 2,885,888 bytes in 29,897 blocks ==6745== total heap usage: 1,403,117 allocs, 1,373,161 frees, 205,034,331 bytes allocated ==6745== ==6745== LEAK SUMMARY: ==6745== definitely lost: 0 bytes in 0 blocks ==6745== indirectly lost: 0 bytes in 0 blocks ==6745== possibly lost: 1,392 bytes in 4 blocks ==6745== still reachable: 2,237,685 bytes in 21,418 blocks ==6745== of which reachable via heuristic: ==6745== length64 : 5,120 bytes in 80 blocks ==6745== newarray : 6,312 bytes in 49 blocks ==6745== suppressed: 576,547 bytes in 7,941 blocks ==6745== Reachable blocks (those to which a pointer was found) are not shown. ==6745== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6745== ==6745== For counts of detected and suppressed errors, rerun with: -v ==6745== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==6776== Memcheck, a memory error detector ==6776== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6776== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6776== Command: ./syncevo-local-sync ==6776== Parent PID: 6745 ==6776== ==6776== ==6776== HEAP SUMMARY: ==6776== in use at exit: 2,491,320 bytes in 25,307 blocks ==6776== total heap usage: 172,450 allocs, 147,143 frees, 33,466,170 bytes allocated ==6776== ==6776== LEAK SUMMARY: ==6776== definitely lost: 0 bytes in 0 blocks ==6776== indirectly lost: 0 bytes in 0 blocks ==6776== possibly lost: 528 bytes in 2 blocks ==6776== still reachable: 2,229,759 bytes in 21,272 blocks ==6776== of which reachable via heuristic: ==6776== length64 : 592 bytes in 10 blocks ==6776== newarray : 5,976 bytes in 28 blocks ==6776== suppressed: 253,921 bytes in 3,977 blocks ==6776== Reachable blocks (those to which a pointer was found) are not shown. ==6776== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6776== ==6776== For counts of detected and suppressed errors, rerun with: -v ==6776== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==6816== Memcheck, a memory error detector ==6816== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6816== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6816== Command: ./syncevo-local-sync ==6816== Parent PID: 6745 ==6816== ==6816== ==6816== HEAP SUMMARY: ==6816== in use at exit: 3,214,229 bytes in 27,624 blocks ==6816== total heap usage: 171,096 allocs, 143,472 frees, 32,536,813 bytes allocated ==6816== ==6816== LEAK SUMMARY: ==6816== definitely lost: 0 bytes in 0 blocks ==6816== indirectly lost: 0 bytes in 0 blocks ==6816== possibly lost: 528 bytes in 2 blocks ==6816== still reachable: 2,952,668 bytes in 23,589 blocks ==6816== of which reachable via heuristic: ==6816== length64 : 592 bytes in 10 blocks ==6816== newarray : 12,912 bytes in 223 blocks ==6816== suppressed: 253,921 bytes in 3,977 blocks ==6816== Reachable blocks (those to which a pointer was found) are not shown. ==6816== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6816== ==6816== For counts of detected and suppressed errors, rerun with: -v ==6816== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==682== Memcheck, a memory error detector ==682== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==682== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==682== Command: ./client-test Client::Source::davical_caldav::LinkedItemsWithVALARM::testLinkedItemsInsertBothUpdateChild ==682== Parent PID: 111 ==682== ==682== ==682== HEAP SUMMARY: ==682== in use at exit: 487,223 bytes in 5,480 blocks ==682== total heap usage: 235,605 allocs, 230,059 frees, 30,491,630 bytes allocated ==682== ==682== LEAK SUMMARY: ==682== definitely lost: 0 bytes in 0 blocks ==682== indirectly lost: 0 bytes in 0 blocks ==682== possibly lost: 1,392 bytes in 4 blocks ==682== still reachable: 202,396 bytes in 1,107 blocks ==682== of which reachable via heuristic: ==682== length64 : 1,032 bytes in 18 blocks ==682== newarray : 5,976 bytes in 28 blocks ==682== suppressed: 271,915 bytes in 4,285 blocks ==682== Reachable blocks (those to which a pointer was found) are not shown. ==682== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==682== ==682== For counts of detected and suppressed errors, rerun with: -v ==682== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==6832== Memcheck, a memory error detector ==6832== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6832== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6832== Command: ./syncevo-local-sync ==6832== Parent PID: 6745 ==6832== ==6832== ==6832== HEAP SUMMARY: ==6832== in use at exit: 2,491,320 bytes in 25,307 blocks ==6832== total heap usage: 172,996 allocs, 147,689 frees, 33,528,741 bytes allocated ==6832== ==6832== LEAK SUMMARY: ==6832== definitely lost: 0 bytes in 0 blocks ==6832== indirectly lost: 0 bytes in 0 blocks ==6832== possibly lost: 528 bytes in 2 blocks ==6832== still reachable: 2,229,759 bytes in 21,272 blocks ==6832== of which reachable via heuristic: ==6832== length64 : 592 bytes in 10 blocks ==6832== newarray : 5,976 bytes in 28 blocks ==6832== suppressed: 253,921 bytes in 3,977 blocks ==6832== Reachable blocks (those to which a pointer was found) are not shown. ==6832== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6832== ==6832== For counts of detected and suppressed errors, rerun with: -v ==6832== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==686== Memcheck, a memory error detector ==686== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==686== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==686== Command: ./client-test Client::Source::davical_caldav::LinkedItemsWithVALARM::testLinkedItemsInsertBothUpdateChild ==686== Parent PID: 682 ==686== ==6872== Memcheck, a memory error detector ==6872== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6872== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6872== Command: ./syncevo-local-sync ==6872== Parent PID: 6745 ==6872== ==6872== ==6872== HEAP SUMMARY: ==6872== in use at exit: 2,491,312 bytes in 25,307 blocks ==6872== total heap usage: 178,974 allocs, 153,667 frees, 34,167,644 bytes allocated ==6872== ==6872== LEAK SUMMARY: ==6872== definitely lost: 0 bytes in 0 blocks ==6872== indirectly lost: 0 bytes in 0 blocks ==6872== possibly lost: 528 bytes in 2 blocks ==6872== still reachable: 2,229,759 bytes in 21,272 blocks ==6872== of which reachable via heuristic: ==6872== length64 : 592 bytes in 10 blocks ==6872== newarray : 5,976 bytes in 28 blocks ==6872== suppressed: 253,913 bytes in 3,977 blocks ==6872== Reachable blocks (those to which a pointer was found) are not shown. ==6872== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6872== ==6872== For counts of detected and suppressed errors, rerun with: -v ==6872== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==6912== Memcheck, a memory error detector ==6912== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6912== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6912== Command: ./syncevo-local-sync ==6912== Parent PID: 6745 ==6912== ==6912== ==6912== HEAP SUMMARY: ==6912== in use at exit: 2,491,304 bytes in 25,307 blocks ==6912== total heap usage: 180,085 allocs, 154,778 frees, 34,299,060 bytes allocated ==6912== ==6912== LEAK SUMMARY: ==6912== definitely lost: 0 bytes in 0 blocks ==6912== indirectly lost: 0 bytes in 0 blocks ==6912== possibly lost: 528 bytes in 2 blocks ==6912== still reachable: 2,229,759 bytes in 21,272 blocks ==6912== of which reachable via heuristic: ==6912== length64 : 592 bytes in 10 blocks ==6912== newarray : 5,976 bytes in 28 blocks ==6912== suppressed: 253,905 bytes in 3,977 blocks ==6912== Reachable blocks (those to which a pointer was found) are not shown. ==6912== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6912== ==6912== For counts of detected and suppressed errors, rerun with: -v ==6912== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==6929== Memcheck, a memory error detector ==6929== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6929== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6929== Command: ./syncevo-local-sync ==6929== Parent PID: 6745 ==6929== ==6929== ==6929== HEAP SUMMARY: ==6929== in use at exit: 2,491,264 bytes in 25,305 blocks ==6929== total heap usage: 177,845 allocs, 152,540 frees, 34,037,048 bytes allocated ==6929== ==6929== LEAK SUMMARY: ==6929== definitely lost: 0 bytes in 0 blocks ==6929== indirectly lost: 0 bytes in 0 blocks ==6929== possibly lost: 528 bytes in 2 blocks ==6929== still reachable: 2,229,759 bytes in 21,272 blocks ==6929== of which reachable via heuristic: ==6929== length64 : 592 bytes in 10 blocks ==6929== newarray : 5,976 bytes in 28 blocks ==6929== suppressed: 253,865 bytes in 3,975 blocks ==6929== Reachable blocks (those to which a pointer was found) are not shown. ==6929== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6929== ==6929== For counts of detected and suppressed errors, rerun with: -v ==6929== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==694== Memcheck, a memory error detector ==694== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==694== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==694== Command: ./client-test Client::Source::davical_caldav::LinkedItemsWithVALARM::testLinkedItemsInsertBothUpdateChild ==694== Parent PID: 682 ==694== ==6966== Memcheck, a memory error detector ==6966== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6966== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6966== Command: ./client-test Client::Sync::eds_task::testAddUpdate ==6966== Parent PID: 6745 ==6966== ==6971== Memcheck, a memory error detector ==6971== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6971== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6971== Command: ./client-test Client::Sync::eds_task::testManyItems ==6971== Parent PID: 111 ==6971== ==6971== ==6971== HEAP SUMMARY: ==6971== in use at exit: 2,883,676 bytes in 29,857 blocks ==6971== total heap usage: 1,592,558 allocs, 1,562,642 frees, 230,704,318 bytes allocated ==6971== ==6971== LEAK SUMMARY: ==6971== definitely lost: 0 bytes in 0 blocks ==6971== indirectly lost: 0 bytes in 0 blocks ==6971== possibly lost: 1,392 bytes in 4 blocks ==6971== still reachable: 2,236,861 bytes in 21,410 blocks ==6971== of which reachable via heuristic: ==6971== length64 : 5,120 bytes in 80 blocks ==6971== newarray : 6,312 bytes in 49 blocks ==6971== suppressed: 575,327 bytes in 7,911 blocks ==6971== Reachable blocks (those to which a pointer was found) are not shown. ==6971== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6971== ==6971== For counts of detected and suppressed errors, rerun with: -v ==6971== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==7002== Memcheck, a memory error detector ==7002== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7002== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7002== Command: ./syncevo-local-sync ==7002== Parent PID: 6971 ==7002== ==7002== ==7002== HEAP SUMMARY: ==7002== in use at exit: 2,491,320 bytes in 25,307 blocks ==7002== total heap usage: 176,464 allocs, 151,157 frees, 33,880,255 bytes allocated ==7002== ==7002== LEAK SUMMARY: ==7002== definitely lost: 0 bytes in 0 blocks ==7002== indirectly lost: 0 bytes in 0 blocks ==7002== possibly lost: 528 bytes in 2 blocks ==7002== still reachable: 2,229,759 bytes in 21,272 blocks ==7002== of which reachable via heuristic: ==7002== length64 : 592 bytes in 10 blocks ==7002== newarray : 5,976 bytes in 28 blocks ==7002== suppressed: 253,921 bytes in 3,977 blocks ==7002== Reachable blocks (those to which a pointer was found) are not shown. ==7002== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7002== ==7002== For counts of detected and suppressed errors, rerun with: -v ==7002== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==702== Memcheck, a memory error detector ==702== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==702== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==702== Command: ./client-test Client::Source::davical_caldav::LinkedItemsWithVALARM::testLinkedItemsInsertBothUpdateParent ==702== Parent PID: 111 ==702== ==702== ==702== HEAP SUMMARY: ==702== in use at exit: 484,079 bytes in 5,466 blocks ==702== total heap usage: 234,258 allocs, 228,726 frees, 30,028,182 bytes allocated ==702== ==702== LEAK SUMMARY: ==702== definitely lost: 0 bytes in 0 blocks ==702== indirectly lost: 0 bytes in 0 blocks ==702== possibly lost: 1,392 bytes in 4 blocks ==702== still reachable: 199,324 bytes in 1,095 blocks ==702== of which reachable via heuristic: ==702== length64 : 1,032 bytes in 18 blocks ==702== newarray : 5,976 bytes in 28 blocks ==702== suppressed: 271,843 bytes in 4,283 blocks ==702== Reachable blocks (those to which a pointer was found) are not shown. ==702== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==702== ==702== For counts of detected and suppressed errors, rerun with: -v ==702== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==7042== Memcheck, a memory error detector ==7042== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7042== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7042== Command: ./syncevo-local-sync ==7042== Parent PID: 6971 ==7042== ==7042== ==7042== HEAP SUMMARY: ==7042== in use at exit: 2,491,320 bytes in 25,307 blocks ==7042== total heap usage: 174,531 allocs, 149,224 frees, 33,734,644 bytes allocated ==7042== ==7042== LEAK SUMMARY: ==7042== definitely lost: 0 bytes in 0 blocks ==7042== indirectly lost: 0 bytes in 0 blocks ==7042== possibly lost: 528 bytes in 2 blocks ==7042== still reachable: 2,229,759 bytes in 21,272 blocks ==7042== of which reachable via heuristic: ==7042== length64 : 592 bytes in 10 blocks ==7042== newarray : 5,976 bytes in 28 blocks ==7042== suppressed: 253,921 bytes in 3,977 blocks ==7042== Reachable blocks (those to which a pointer was found) are not shown. ==7042== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7042== ==7042== For counts of detected and suppressed errors, rerun with: -v ==7042== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==706== Memcheck, a memory error detector ==706== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==706== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==706== Command: ./client-test Client::Source::davical_caldav::LinkedItemsWithVALARM::testLinkedItemsInsertBothUpdateParent ==706== Parent PID: 702 ==706== ==7071== Memcheck, a memory error detector ==7071== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7071== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7071== Command: ./syncevo-local-sync ==7071== Parent PID: 6971 ==7071== ==7071== ==7071== HEAP SUMMARY: ==7071== in use at exit: 2,491,328 bytes in 25,307 blocks ==7071== total heap usage: 225,323 allocs, 200,016 frees, 39,727,799 bytes allocated ==7071== ==7071== LEAK SUMMARY: ==7071== definitely lost: 0 bytes in 0 blocks ==7071== indirectly lost: 0 bytes in 0 blocks ==7071== possibly lost: 528 bytes in 2 blocks ==7071== still reachable: 2,229,759 bytes in 21,272 blocks ==7071== of which reachable via heuristic: ==7071== length64 : 592 bytes in 10 blocks ==7071== newarray : 5,976 bytes in 28 blocks ==7071== suppressed: 253,929 bytes in 3,977 blocks ==7071== Reachable blocks (those to which a pointer was found) are not shown. ==7071== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7071== ==7071== For counts of detected and suppressed errors, rerun with: -v ==7071== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==7087== Memcheck, a memory error detector ==7087== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7087== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7087== Command: ./syncevo-local-sync ==7087== Parent PID: 6971 ==7087== ==7087== ==7087== HEAP SUMMARY: ==7087== in use at exit: 2,491,304 bytes in 25,307 blocks ==7087== total heap usage: 211,461 allocs, 186,154 frees, 37,984,734 bytes allocated ==7087== ==7087== LEAK SUMMARY: ==7087== definitely lost: 0 bytes in 0 blocks ==7087== indirectly lost: 0 bytes in 0 blocks ==7087== possibly lost: 528 bytes in 2 blocks ==7087== still reachable: 2,229,759 bytes in 21,272 blocks ==7087== of which reachable via heuristic: ==7087== length64 : 592 bytes in 10 blocks ==7087== newarray : 5,976 bytes in 28 blocks ==7087== suppressed: 253,905 bytes in 3,977 blocks ==7087== Reachable blocks (those to which a pointer was found) are not shown. ==7087== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7087== ==7087== For counts of detected and suppressed errors, rerun with: -v ==7087== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==7103== Memcheck, a memory error detector ==7103== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7103== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7103== Command: ./syncevo-local-sync ==7103== Parent PID: 6971 ==7103== ==7103== ==7103== HEAP SUMMARY: ==7103== in use at exit: 2,491,336 bytes in 25,307 blocks ==7103== total heap usage: 211,094 allocs, 185,787 frees, 37,950,588 bytes allocated ==7103== ==7103== LEAK SUMMARY: ==7103== definitely lost: 0 bytes in 0 blocks ==7103== indirectly lost: 0 bytes in 0 blocks ==7103== possibly lost: 528 bytes in 2 blocks ==7103== still reachable: 2,229,759 bytes in 21,272 blocks ==7103== of which reachable via heuristic: ==7103== length64 : 592 bytes in 10 blocks ==7103== newarray : 5,976 bytes in 28 blocks ==7103== suppressed: 253,937 bytes in 3,977 blocks ==7103== Reachable blocks (those to which a pointer was found) are not shown. ==7103== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7103== ==7103== For counts of detected and suppressed errors, rerun with: -v ==7103== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==7119== Memcheck, a memory error detector ==7119== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7119== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7119== Command: ./syncevo-local-sync ==7119== Parent PID: 6971 ==7119== ==7119== ==7119== HEAP SUMMARY: ==7119== in use at exit: 2,491,328 bytes in 25,307 blocks ==7119== total heap usage: 209,990 allocs, 184,683 frees, 37,827,436 bytes allocated ==7119== ==7119== LEAK SUMMARY: ==7119== definitely lost: 0 bytes in 0 blocks ==7119== indirectly lost: 0 bytes in 0 blocks ==7119== possibly lost: 528 bytes in 2 blocks ==7119== still reachable: 2,229,759 bytes in 21,272 blocks ==7119== of which reachable via heuristic: ==7119== length64 : 592 bytes in 10 blocks ==7119== newarray : 5,976 bytes in 28 blocks ==7119== suppressed: 253,929 bytes in 3,977 blocks ==7119== Reachable blocks (those to which a pointer was found) are not shown. ==7119== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7119== ==7119== For counts of detected and suppressed errors, rerun with: -v ==7119== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==714== Memcheck, a memory error detector ==714== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==714== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==714== Command: ./client-test Client::Source::davical_caldav::LinkedItemsWithVALARM::testLinkedItemsInsertBothUpdateParent ==714== Parent PID: 702 ==714== ==7157== Memcheck, a memory error detector ==7157== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7157== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7157== Command: ./client-test Client::Sync::eds_task::testManyItems ==7157== Parent PID: 6971 ==7157== ==7161== Memcheck, a memory error detector ==7161== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7161== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7161== Command: ./client-test Client::Sync::eds_task::testManyDeletes ==7161== Parent PID: 111 ==7161== ==7161== ==7161== HEAP SUMMARY: ==7161== in use at exit: 2,885,664 bytes in 29,895 blocks ==7161== total heap usage: 2,087,098 allocs, 2,057,142 frees, 285,620,132 bytes allocated ==7161== ==7161== LEAK SUMMARY: ==7161== definitely lost: 0 bytes in 0 blocks ==7161== indirectly lost: 0 bytes in 0 blocks ==7161== possibly lost: 1,392 bytes in 4 blocks ==7161== still reachable: 2,237,685 bytes in 21,418 blocks ==7161== of which reachable via heuristic: ==7161== length64 : 5,120 bytes in 80 blocks ==7161== newarray : 6,312 bytes in 49 blocks ==7161== suppressed: 576,323 bytes in 7,939 blocks ==7161== Reachable blocks (those to which a pointer was found) are not shown. ==7161== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7161== ==7161== For counts of detected and suppressed errors, rerun with: -v ==7161== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==7161== could not unlink /tmp/vgdb-pipe-from-vgdb-to-7161-by-nightly-on-syncev ==7161== could not unlink /tmp/vgdb-pipe-to-vgdb-from-7161-by-nightly-on-syncev ==7161== could not unlink /tmp/vgdb-pipe-shared-mem-vgdb-7161-by-nightly-on-syncev ==7192== Memcheck, a memory error detector ==7192== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7192== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7192== Command: ./syncevo-local-sync ==7192== Parent PID: 7161 ==7192== ==7192== ==7192== HEAP SUMMARY: ==7192== in use at exit: 2,491,312 bytes in 25,307 blocks ==7192== total heap usage: 209,951 allocs, 184,644 frees, 37,805,182 bytes allocated ==7192== ==7192== LEAK SUMMARY: ==7192== definitely lost: 0 bytes in 0 blocks ==7192== indirectly lost: 0 bytes in 0 blocks ==7192== possibly lost: 528 bytes in 2 blocks ==7192== still reachable: 2,229,759 bytes in 21,272 blocks ==7192== of which reachable via heuristic: ==7192== length64 : 592 bytes in 10 blocks ==7192== newarray : 5,976 bytes in 28 blocks ==7192== suppressed: 253,913 bytes in 3,977 blocks ==7192== Reachable blocks (those to which a pointer was found) are not shown. ==7192== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7192== ==7192== For counts of detected and suppressed errors, rerun with: -v ==7192== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==722== Memcheck, a memory error detector ==722== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==722== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==722== Command: ./client-test Client::Source::davical_caldav::LinkedItemsAllDay::testLinkedItemsParent ==722== Parent PID: 111 ==722== ==722== ==722== HEAP SUMMARY: ==722== in use at exit: 459,559 bytes in 5,372 blocks ==722== total heap usage: 184,673 allocs, 179,239 frees, 22,141,925 bytes allocated ==722== ==722== LEAK SUMMARY: ==722== definitely lost: 0 bytes in 0 blocks ==722== indirectly lost: 0 bytes in 0 blocks ==722== possibly lost: 1,392 bytes in 4 blocks ==722== still reachable: 174,748 bytes in 999 blocks ==722== of which reachable via heuristic: ==722== length64 : 1,032 bytes in 18 blocks ==722== newarray : 5,976 bytes in 28 blocks ==722== suppressed: 271,899 bytes in 4,285 blocks ==722== Reachable blocks (those to which a pointer was found) are not shown. ==722== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==722== ==722== For counts of detected and suppressed errors, rerun with: -v ==722== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==7233== Memcheck, a memory error detector ==7233== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7233== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7233== Command: ./syncevo-local-sync ==7233== Parent PID: 7161 ==7233== ==7233== ==7233== HEAP SUMMARY: ==7233== in use at exit: 2,491,328 bytes in 25,307 blocks ==7233== total heap usage: 184,702 allocs, 159,395 frees, 34,892,047 bytes allocated ==7233== ==7233== LEAK SUMMARY: ==7233== definitely lost: 0 bytes in 0 blocks ==7233== indirectly lost: 0 bytes in 0 blocks ==7233== possibly lost: 528 bytes in 2 blocks ==7233== still reachable: 2,229,759 bytes in 21,272 blocks ==7233== of which reachable via heuristic: ==7233== length64 : 592 bytes in 10 blocks ==7233== newarray : 5,976 bytes in 28 blocks ==7233== suppressed: 253,929 bytes in 3,977 blocks ==7233== Reachable blocks (those to which a pointer was found) are not shown. ==7233== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7233== ==7233== For counts of detected and suppressed errors, rerun with: -v ==7233== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==726== Memcheck, a memory error detector ==726== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==726== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==726== Command: ./client-test Client::Source::davical_caldav::LinkedItemsAllDay::testLinkedItemsParent ==726== Parent PID: 722 ==726== ==7261== Memcheck, a memory error detector ==7261== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7261== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7261== Command: ./syncevo-local-sync ==7261== Parent PID: 7161 ==7261== ==7261== ==7261== HEAP SUMMARY: ==7261== in use at exit: 2,491,352 bytes in 25,307 blocks ==7261== total heap usage: 222,881 allocs, 197,574 frees, 37,118,272 bytes allocated ==7261== ==7261== LEAK SUMMARY: ==7261== definitely lost: 0 bytes in 0 blocks ==7261== indirectly lost: 0 bytes in 0 blocks ==7261== possibly lost: 528 bytes in 2 blocks ==7261== still reachable: 2,229,759 bytes in 21,272 blocks ==7261== of which reachable via heuristic: ==7261== length64 : 592 bytes in 10 blocks ==7261== newarray : 5,976 bytes in 28 blocks ==7261== suppressed: 253,953 bytes in 3,977 blocks ==7261== Reachable blocks (those to which a pointer was found) are not shown. ==7261== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7261== ==7261== For counts of detected and suppressed errors, rerun with: -v ==7261== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==7278== Memcheck, a memory error detector ==7278== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7278== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7278== Command: ./syncevo-local-sync ==7278== Parent PID: 7161 ==7278== ==7278== ==7278== HEAP SUMMARY: ==7278== in use at exit: 2,491,336 bytes in 25,307 blocks ==7278== total heap usage: 209,961 allocs, 184,654 frees, 37,248,645 bytes allocated ==7278== ==7278== LEAK SUMMARY: ==7278== definitely lost: 0 bytes in 0 blocks ==7278== indirectly lost: 0 bytes in 0 blocks ==7278== possibly lost: 528 bytes in 2 blocks ==7278== still reachable: 2,229,759 bytes in 21,272 blocks ==7278== of which reachable via heuristic: ==7278== length64 : 592 bytes in 10 blocks ==7278== newarray : 5,976 bytes in 28 blocks ==7278== suppressed: 253,937 bytes in 3,977 blocks ==7278== Reachable blocks (those to which a pointer was found) are not shown. ==7278== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7278== ==7278== For counts of detected and suppressed errors, rerun with: -v ==7278== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==7294== Memcheck, a memory error detector ==7294== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7294== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7294== Command: ./syncevo-local-sync ==7294== Parent PID: 7161 ==7294== ==7294== ==7294== HEAP SUMMARY: ==7294== in use at exit: 2,491,320 bytes in 25,307 blocks ==7294== total heap usage: 209,980 allocs, 184,673 frees, 37,239,340 bytes allocated ==7294== ==7294== LEAK SUMMARY: ==7294== definitely lost: 0 bytes in 0 blocks ==7294== indirectly lost: 0 bytes in 0 blocks ==7294== possibly lost: 528 bytes in 2 blocks ==7294== still reachable: 2,229,759 bytes in 21,272 blocks ==7294== of which reachable via heuristic: ==7294== length64 : 592 bytes in 10 blocks ==7294== newarray : 5,976 bytes in 28 blocks ==7294== suppressed: 253,921 bytes in 3,977 blocks ==7294== Reachable blocks (those to which a pointer was found) are not shown. ==7294== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7294== ==7294== For counts of detected and suppressed errors, rerun with: -v ==7294== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==7311== Memcheck, a memory error detector ==7311== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7311== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7311== Command: ./syncevo-local-sync ==7311== Parent PID: 7161 ==7311== ==7311== ==7311== HEAP SUMMARY: ==7311== in use at exit: 2,491,336 bytes in 25,307 blocks ==7311== total heap usage: 208,528 allocs, 183,221 frees, 35,458,675 bytes allocated ==7311== ==7311== LEAK SUMMARY: ==7311== definitely lost: 0 bytes in 0 blocks ==7311== indirectly lost: 0 bytes in 0 blocks ==7311== possibly lost: 528 bytes in 2 blocks ==7311== still reachable: 2,229,759 bytes in 21,272 blocks ==7311== of which reachable via heuristic: ==7311== length64 : 592 bytes in 10 blocks ==7311== newarray : 5,976 bytes in 28 blocks ==7311== suppressed: 253,937 bytes in 3,977 blocks ==7311== Reachable blocks (those to which a pointer was found) are not shown. ==7311== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7311== ==7311== For counts of detected and suppressed errors, rerun with: -v ==7311== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==734== Memcheck, a memory error detector ==734== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==734== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==734== Command: ./client-test Client::Source::davical_caldav::LinkedItemsAllDay::testLinkedItemsChild ==734== Parent PID: 111 ==734== ==734== ==734== HEAP SUMMARY: ==734== in use at exit: 459,559 bytes in 5,372 blocks ==734== total heap usage: 184,758 allocs, 179,324 frees, 22,141,488 bytes allocated ==734== ==734== LEAK SUMMARY: ==734== definitely lost: 0 bytes in 0 blocks ==734== indirectly lost: 0 bytes in 0 blocks ==734== possibly lost: 1,392 bytes in 4 blocks ==734== still reachable: 174,748 bytes in 999 blocks ==734== of which reachable via heuristic: ==734== length64 : 1,032 bytes in 18 blocks ==734== newarray : 5,976 bytes in 28 blocks ==734== suppressed: 271,899 bytes in 4,285 blocks ==734== Reachable blocks (those to which a pointer was found) are not shown. ==734== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==734== ==734== For counts of detected and suppressed errors, rerun with: -v ==734== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==7349== Memcheck, a memory error detector ==7349== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7349== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7349== Command: ./client-test Client::Sync::eds_task::testManyDeletes ==7349== Parent PID: 7161 ==7349== ==7377== Memcheck, a memory error detector ==7377== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7377== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7377== Command: ./syncevo-local-sync ==7377== Parent PID: 7161 ==7377== ==7377== ==7377== HEAP SUMMARY: ==7377== in use at exit: 2,491,328 bytes in 25,307 blocks ==7377== total heap usage: 184,723 allocs, 159,416 frees, 31,879,775 bytes allocated ==7377== ==7377== LEAK SUMMARY: ==7377== definitely lost: 0 bytes in 0 blocks ==7377== indirectly lost: 0 bytes in 0 blocks ==7377== possibly lost: 528 bytes in 2 blocks ==7377== still reachable: 2,229,759 bytes in 21,272 blocks ==7377== of which reachable via heuristic: ==7377== length64 : 592 bytes in 10 blocks ==7377== newarray : 5,976 bytes in 28 blocks ==7377== suppressed: 253,929 bytes in 3,977 blocks ==7377== Reachable blocks (those to which a pointer was found) are not shown. ==7377== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7377== ==7377== For counts of detected and suppressed errors, rerun with: -v ==7377== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==738== Memcheck, a memory error detector ==738== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==738== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==738== Command: ./client-test Client::Source::davical_caldav::LinkedItemsAllDay::testLinkedItemsChild ==738== Parent PID: 734 ==738== ==7393== Memcheck, a memory error detector ==7393== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7393== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7393== Command: ./syncevo-local-sync ==7393== Parent PID: 7161 ==7393== ==7393== ==7393== HEAP SUMMARY: ==7393== in use at exit: 2,491,312 bytes in 25,307 blocks ==7393== total heap usage: 173,393 allocs, 148,086 frees, 30,582,042 bytes allocated ==7393== ==7393== LEAK SUMMARY: ==7393== definitely lost: 0 bytes in 0 blocks ==7393== indirectly lost: 0 bytes in 0 blocks ==7393== possibly lost: 528 bytes in 2 blocks ==7393== still reachable: 2,229,759 bytes in 21,272 blocks ==7393== of which reachable via heuristic: ==7393== length64 : 592 bytes in 10 blocks ==7393== newarray : 5,976 bytes in 28 blocks ==7393== suppressed: 253,913 bytes in 3,977 blocks ==7393== Reachable blocks (those to which a pointer was found) are not shown. ==7393== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7393== ==7393== For counts of detected and suppressed errors, rerun with: -v ==7393== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==7409== Memcheck, a memory error detector ==7409== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7409== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7409== Command: ./client-test Client::Sync::eds_task::testSlowSyncSemantic ==7409== Parent PID: 111 ==7409== ==7409== ==7409== HEAP SUMMARY: ==7409== in use at exit: 2,880,254 bytes in 29,801 blocks ==7409== total heap usage: 2,317,153 allocs, 2,287,288 frees, 350,048,605 bytes allocated ==7409== ==7409== LEAK SUMMARY: ==7409== definitely lost: 0 bytes in 0 blocks ==7409== indirectly lost: 0 bytes in 0 blocks ==7409== possibly lost: 1,392 bytes in 4 blocks ==7409== still reachable: 2,235,981 bytes in 21,409 blocks ==7409== of which reachable via heuristic: ==7409== length64 : 5,120 bytes in 80 blocks ==7409== newarray : 6,312 bytes in 49 blocks ==7409== suppressed: 572,785 bytes in 7,856 blocks ==7409== Reachable blocks (those to which a pointer was found) are not shown. ==7409== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7409== ==7409== For counts of detected and suppressed errors, rerun with: -v ==7409== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==7441== Memcheck, a memory error detector ==7441== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7441== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7441== Command: ./syncevo-local-sync ==7441== Parent PID: 7409 ==7441== ==7441== ==7441== HEAP SUMMARY: ==7441== in use at exit: 2,491,344 bytes in 25,307 blocks ==7441== total heap usage: 172,496 allocs, 147,189 frees, 33,491,374 bytes allocated ==7441== ==7441== LEAK SUMMARY: ==7441== definitely lost: 0 bytes in 0 blocks ==7441== indirectly lost: 0 bytes in 0 blocks ==7441== possibly lost: 528 bytes in 2 blocks ==7441== still reachable: 2,229,759 bytes in 21,272 blocks ==7441== of which reachable via heuristic: ==7441== length64 : 592 bytes in 10 blocks ==7441== newarray : 5,976 bytes in 28 blocks ==7441== suppressed: 253,945 bytes in 3,977 blocks ==7441== Reachable blocks (those to which a pointer was found) are not shown. ==7441== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7441== ==7441== For counts of detected and suppressed errors, rerun with: -v ==7441== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==746== Memcheck, a memory error detector ==746== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==746== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==746== Command: ./client-test Client::Source::davical_caldav::LinkedItemsAllDay::testLinkedItemsParentChild ==746== Parent PID: 111 ==746== ==746== ==746== HEAP SUMMARY: ==746== in use at exit: 477,999 bytes in 5,444 blocks ==746== total heap usage: 227,155 allocs, 221,645 frees, 26,824,287 bytes allocated ==746== ==746== LEAK SUMMARY: ==746== definitely lost: 0 bytes in 0 blocks ==746== indirectly lost: 0 bytes in 0 blocks ==746== possibly lost: 1,392 bytes in 4 blocks ==746== still reachable: 193,180 bytes in 1,071 blocks ==746== of which reachable via heuristic: ==746== length64 : 1,032 bytes in 18 blocks ==746== newarray : 5,976 bytes in 28 blocks ==746== suppressed: 271,907 bytes in 4,285 blocks ==746== Reachable blocks (those to which a pointer was found) are not shown. ==746== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==746== ==746== For counts of detected and suppressed errors, rerun with: -v ==746== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==7481== Memcheck, a memory error detector ==7481== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7481== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7481== Command: ./syncevo-local-sync ==7481== Parent PID: 7409 ==7481== ==7481== ==7481== HEAP SUMMARY: ==7481== in use at exit: 3,214,293 bytes in 27,624 blocks ==7481== total heap usage: 171,058 allocs, 143,434 frees, 32,534,723 bytes allocated ==7481== ==7481== LEAK SUMMARY: ==7481== definitely lost: 0 bytes in 0 blocks ==7481== indirectly lost: 0 bytes in 0 blocks ==7481== possibly lost: 528 bytes in 2 blocks ==7481== still reachable: 2,952,716 bytes in 23,589 blocks ==7481== of which reachable via heuristic: ==7481== length64 : 592 bytes in 10 blocks ==7481== newarray : 12,912 bytes in 223 blocks ==7481== suppressed: 253,937 bytes in 3,977 blocks ==7481== Reachable blocks (those to which a pointer was found) are not shown. ==7481== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7481== ==7481== For counts of detected and suppressed errors, rerun with: -v ==7481== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==750== Memcheck, a memory error detector ==750== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==750== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==750== Command: ./client-test Client::Source::davical_caldav::LinkedItemsAllDay::testLinkedItemsParentChild ==750== Parent PID: 746 ==750== ==7521== Memcheck, a memory error detector ==7521== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7521== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7521== Command: ./syncevo-local-sync ==7521== Parent PID: 7409 ==7521== ==7521== ==7521== HEAP SUMMARY: ==7521== in use at exit: 2,491,320 bytes in 25,307 blocks ==7521== total heap usage: 172,388 allocs, 147,081 frees, 33,462,741 bytes allocated ==7521== ==7521== LEAK SUMMARY: ==7521== definitely lost: 0 bytes in 0 blocks ==7521== indirectly lost: 0 bytes in 0 blocks ==7521== possibly lost: 528 bytes in 2 blocks ==7521== still reachable: 2,229,759 bytes in 21,272 blocks ==7521== of which reachable via heuristic: ==7521== length64 : 592 bytes in 10 blocks ==7521== newarray : 5,976 bytes in 28 blocks ==7521== suppressed: 253,921 bytes in 3,977 blocks ==7521== Reachable blocks (those to which a pointer was found) are not shown. ==7521== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7521== ==7521== For counts of detected and suppressed errors, rerun with: -v ==7521== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==7562== Memcheck, a memory error detector ==7562== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7562== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7562== Command: ./syncevo-local-sync ==7562== Parent PID: 7409 ==7562== ==7562== ==7562== HEAP SUMMARY: ==7562== in use at exit: 3,214,257 bytes in 27,624 blocks ==7562== total heap usage: 171,072 allocs, 143,448 frees, 32,535,060 bytes allocated ==7562== ==7562== LEAK SUMMARY: ==7562== definitely lost: 0 bytes in 0 blocks ==7562== indirectly lost: 0 bytes in 0 blocks ==7562== possibly lost: 528 bytes in 2 blocks ==7562== still reachable: 2,952,696 bytes in 23,589 blocks ==7562== of which reachable via heuristic: ==7562== length64 : 592 bytes in 10 blocks ==7562== newarray : 12,912 bytes in 223 blocks ==7562== suppressed: 253,921 bytes in 3,977 blocks ==7562== Reachable blocks (those to which a pointer was found) are not shown. ==7562== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7562== ==7562== For counts of detected and suppressed errors, rerun with: -v ==7562== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==758== Memcheck, a memory error detector ==758== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==758== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==758== Command: ./client-test Client::Source::davical_caldav::LinkedItemsAllDay::testLinkedItemsInsertBothUpdateChildNoIDs ==758== Parent PID: 111 ==758== ==758== ==758== HEAP SUMMARY: ==758== in use at exit: 465,727 bytes in 5,396 blocks ==758== total heap usage: 176,697 allocs, 171,240 frees, 21,573,242 bytes allocated ==758== ==758== LEAK SUMMARY: ==758== definitely lost: 0 bytes in 0 blocks ==758== indirectly lost: 0 bytes in 0 blocks ==758== possibly lost: 1,392 bytes in 4 blocks ==758== still reachable: 180,892 bytes in 1,023 blocks ==758== of which reachable via heuristic: ==758== length64 : 1,032 bytes in 18 blocks ==758== newarray : 5,976 bytes in 28 blocks ==758== suppressed: 271,923 bytes in 4,285 blocks ==758== Reachable blocks (those to which a pointer was found) are not shown. ==758== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==758== ==758== For counts of detected and suppressed errors, rerun with: -v ==758== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==7603== Memcheck, a memory error detector ==7603== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7603== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7603== Command: ./syncevo-local-sync ==7603== Parent PID: 7409 ==7603== ==7603== ==7603== HEAP SUMMARY: ==7603== in use at exit: 2,491,352 bytes in 25,307 blocks ==7603== total heap usage: 179,015 allocs, 153,708 frees, 34,171,695 bytes allocated ==7603== ==7603== LEAK SUMMARY: ==7603== definitely lost: 0 bytes in 0 blocks ==7603== indirectly lost: 0 bytes in 0 blocks ==7603== possibly lost: 528 bytes in 2 blocks ==7603== still reachable: 2,229,759 bytes in 21,272 blocks ==7603== of which reachable via heuristic: ==7603== length64 : 592 bytes in 10 blocks ==7603== newarray : 5,976 bytes in 28 blocks ==7603== suppressed: 253,953 bytes in 3,977 blocks ==7603== Reachable blocks (those to which a pointer was found) are not shown. ==7603== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7603== ==7603== For counts of detected and suppressed errors, rerun with: -v ==7603== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==762== Memcheck, a memory error detector ==762== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==762== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==762== Command: ./client-test Client::Source::davical_caldav::LinkedItemsAllDay::testLinkedItemsInsertBothUpdateChildNoIDs ==762== Parent PID: 758 ==762== ==7620== Memcheck, a memory error detector ==7620== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7620== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7620== Command: ./syncevo-local-sync ==7620== Parent PID: 7409 ==7620== ==7620== ==7620== HEAP SUMMARY: ==7620== in use at exit: 2,491,336 bytes in 25,307 blocks ==7620== total heap usage: 177,932 allocs, 152,625 frees, 34,066,360 bytes allocated ==7620== ==7620== LEAK SUMMARY: ==7620== definitely lost: 0 bytes in 0 blocks ==7620== indirectly lost: 0 bytes in 0 blocks ==7620== possibly lost: 528 bytes in 2 blocks ==7620== still reachable: 2,229,759 bytes in 21,272 blocks ==7620== of which reachable via heuristic: ==7620== length64 : 592 bytes in 10 blocks ==7620== newarray : 5,976 bytes in 28 blocks ==7620== suppressed: 253,937 bytes in 3,977 blocks ==7620== Reachable blocks (those to which a pointer was found) are not shown. ==7620== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7620== ==7620== For counts of detected and suppressed errors, rerun with: -v ==7620== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==7657== Memcheck, a memory error detector ==7657== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7657== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7657== Command: ./client-test Client::Sync::eds_task::testSlowSyncSemantic ==7657== Parent PID: 7409 ==7657== ==7661== Memcheck, a memory error detector ==7661== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7661== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7661== Command: ./syncevo-local-sync ==7661== Parent PID: 7409 ==7661== ==7661== ==7661== HEAP SUMMARY: ==7661== in use at exit: 2,491,304 bytes in 25,307 blocks ==7661== total heap usage: 176,509 allocs, 151,202 frees, 33,884,849 bytes allocated ==7661== ==7661== LEAK SUMMARY: ==7661== definitely lost: 0 bytes in 0 blocks ==7661== indirectly lost: 0 bytes in 0 blocks ==7661== possibly lost: 528 bytes in 2 blocks ==7661== still reachable: 2,229,759 bytes in 21,272 blocks ==7661== of which reachable via heuristic: ==7661== length64 : 592 bytes in 10 blocks ==7661== newarray : 5,976 bytes in 28 blocks ==7661== suppressed: 253,905 bytes in 3,977 blocks ==7661== Reachable blocks (those to which a pointer was found) are not shown. ==7661== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7661== ==7661== For counts of detected and suppressed errors, rerun with: -v ==7661== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==7677== Memcheck, a memory error detector ==7677== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7677== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7677== Command: ./syncevo-local-sync ==7677== Parent PID: 7409 ==7677== ==7677== ==7677== HEAP SUMMARY: ==7677== in use at exit: 3,217,167 bytes in 27,631 blocks ==7677== total heap usage: 171,436 allocs, 143,805 frees, 32,599,387 bytes allocated ==7677== ==7677== LEAK SUMMARY: ==7677== definitely lost: 0 bytes in 0 blocks ==7677== indirectly lost: 0 bytes in 0 blocks ==7677== possibly lost: 528 bytes in 2 blocks ==7677== still reachable: 2,955,598 bytes in 23,596 blocks ==7677== of which reachable via heuristic: ==7677== length64 : 592 bytes in 10 blocks ==7677== newarray : 12,912 bytes in 223 blocks ==7677== suppressed: 253,929 bytes in 3,977 blocks ==7677== Reachable blocks (those to which a pointer was found) are not shown. ==7677== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7677== ==7677== For counts of detected and suppressed errors, rerun with: -v ==7677== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==770== Memcheck, a memory error detector ==770== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==770== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==770== Command: ./client-test Client::Source::davical_caldav::LinkedItemsAllDay::testLinkedItemsChildParent ==770== Parent PID: 111 ==770== ==770== ==770== HEAP SUMMARY: ==770== in use at exit: 471,855 bytes in 5,420 blocks ==770== total heap usage: 197,301 allocs, 191,818 frees, 24,275,143 bytes allocated ==770== ==770== LEAK SUMMARY: ==770== definitely lost: 0 bytes in 0 blocks ==770== indirectly lost: 0 bytes in 0 blocks ==770== possibly lost: 1,392 bytes in 4 blocks ==770== still reachable: 187,036 bytes in 1,047 blocks ==770== of which reachable via heuristic: ==770== length64 : 1,032 bytes in 18 blocks ==770== newarray : 5,976 bytes in 28 blocks ==770== suppressed: 271,907 bytes in 4,285 blocks ==770== Reachable blocks (those to which a pointer was found) are not shown. ==770== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==770== ==770== For counts of detected and suppressed errors, rerun with: -v ==770== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==7718== Memcheck, a memory error detector ==7718== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7718== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7718== Command: ./syncevo-local-sync ==7718== Parent PID: 7409 ==7718== ==7718== ==7718== HEAP SUMMARY: ==7718== in use at exit: 2,491,312 bytes in 25,307 blocks ==7718== total heap usage: 174,515 allocs, 149,208 frees, 33,712,461 bytes allocated ==7718== ==7718== LEAK SUMMARY: ==7718== definitely lost: 0 bytes in 0 blocks ==7718== indirectly lost: 0 bytes in 0 blocks ==7718== possibly lost: 528 bytes in 2 blocks ==7718== still reachable: 2,229,759 bytes in 21,272 blocks ==7718== of which reachable via heuristic: ==7718== length64 : 592 bytes in 10 blocks ==7718== newarray : 5,976 bytes in 28 blocks ==7718== suppressed: 253,913 bytes in 3,977 blocks ==7718== Reachable blocks (those to which a pointer was found) are not shown. ==7718== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7718== ==7718== For counts of detected and suppressed errors, rerun with: -v ==7718== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==7734== Memcheck, a memory error detector ==7734== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7734== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7734== Command: ./syncevo-local-sync ==7734== Parent PID: 7409 ==7734== ==7734== ==7734== HEAP SUMMARY: ==7734== in use at exit: 2,491,344 bytes in 25,307 blocks ==7734== total heap usage: 173,004 allocs, 147,697 frees, 33,550,444 bytes allocated ==7734== ==7734== LEAK SUMMARY: ==7734== definitely lost: 0 bytes in 0 blocks ==7734== indirectly lost: 0 bytes in 0 blocks ==7734== possibly lost: 528 bytes in 2 blocks ==7734== still reachable: 2,229,759 bytes in 21,272 blocks ==7734== of which reachable via heuristic: ==7734== length64 : 592 bytes in 10 blocks ==7734== newarray : 5,976 bytes in 28 blocks ==7734== suppressed: 253,945 bytes in 3,977 blocks ==7734== Reachable blocks (those to which a pointer was found) are not shown. ==7734== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7734== ==7734== For counts of detected and suppressed errors, rerun with: -v ==7734== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==774== Memcheck, a memory error detector ==774== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==774== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==774== Command: ./client-test Client::Source::davical_caldav::LinkedItemsAllDay::testLinkedItemsChildParent ==774== Parent PID: 770 ==774== ==7750== Memcheck, a memory error detector ==7750== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7750== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7750== Command: ./syncevo-local-sync ==7750== Parent PID: 7409 ==7750== ==7750== ==7750== HEAP SUMMARY: ==7750== in use at exit: 2,491,304 bytes in 25,307 blocks ==7750== total heap usage: 174,141 allocs, 148,834 frees, 33,660,915 bytes allocated ==7750== ==7750== LEAK SUMMARY: ==7750== definitely lost: 0 bytes in 0 blocks ==7750== indirectly lost: 0 bytes in 0 blocks ==7750== possibly lost: 528 bytes in 2 blocks ==7750== still reachable: 2,229,759 bytes in 21,272 blocks ==7750== of which reachable via heuristic: ==7750== length64 : 592 bytes in 10 blocks ==7750== newarray : 5,976 bytes in 28 blocks ==7750== suppressed: 253,905 bytes in 3,977 blocks ==7750== Reachable blocks (those to which a pointer was found) are not shown. ==7750== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7750== ==7750== For counts of detected and suppressed errors, rerun with: -v ==7750== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==7766== Memcheck, a memory error detector ==7766== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7766== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7766== Command: ./client-test Client::Sync::eds_task::testComplexRefreshFromServerSemantic ==7766== Parent PID: 111 ==7766== ==7766== ==7766== HEAP SUMMARY: ==7766== in use at exit: 2,876,667 bytes in 29,751 blocks ==7766== total heap usage: 2,045,700 allocs, 2,015,887 frees, 297,708,074 bytes allocated ==7766== ==7766== LEAK SUMMARY: ==7766== definitely lost: 0 bytes in 0 blocks ==7766== indirectly lost: 0 bytes in 0 blocks ==7766== possibly lost: 1,392 bytes in 4 blocks ==7766== still reachable: 2,235,765 bytes in 21,413 blocks ==7766== of which reachable via heuristic: ==7766== length64 : 5,120 bytes in 80 blocks ==7766== newarray : 6,312 bytes in 49 blocks ==7766== suppressed: 569,246 bytes in 7,800 blocks ==7766== Reachable blocks (those to which a pointer was found) are not shown. ==7766== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7766== ==7766== For counts of detected and suppressed errors, rerun with: -v ==7766== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==7797== Memcheck, a memory error detector ==7797== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7797== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7797== Command: ./syncevo-local-sync ==7797== Parent PID: 7766 ==7797== ==7797== ==7797== HEAP SUMMARY: ==7797== in use at exit: 2,491,312 bytes in 25,307 blocks ==7797== total heap usage: 172,402 allocs, 147,095 frees, 33,466,190 bytes allocated ==7797== ==7797== LEAK SUMMARY: ==7797== definitely lost: 0 bytes in 0 blocks ==7797== indirectly lost: 0 bytes in 0 blocks ==7797== possibly lost: 528 bytes in 2 blocks ==7797== still reachable: 2,229,759 bytes in 21,272 blocks ==7797== of which reachable via heuristic: ==7797== length64 : 592 bytes in 10 blocks ==7797== newarray : 5,976 bytes in 28 blocks ==7797== suppressed: 253,913 bytes in 3,977 blocks ==7797== Reachable blocks (those to which a pointer was found) are not shown. ==7797== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7797== ==7797== For counts of detected and suppressed errors, rerun with: -v ==7797== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==782== Memcheck, a memory error detector ==782== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==782== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==782== Command: ./client-test Client::Source::davical_caldav::LinkedItemsAllDay::testLinkedItemsChildChangesParent ==782== Parent PID: 111 ==782== ==782== ==782== HEAP SUMMARY: ==782== in use at exit: 468,783 bytes in 5,408 blocks ==782== total heap usage: 208,752 allocs, 203,280 frees, 25,090,434 bytes allocated ==782== ==782== LEAK SUMMARY: ==782== definitely lost: 0 bytes in 0 blocks ==782== indirectly lost: 0 bytes in 0 blocks ==782== possibly lost: 1,392 bytes in 4 blocks ==782== still reachable: 183,964 bytes in 1,035 blocks ==782== of which reachable via heuristic: ==782== length64 : 1,032 bytes in 18 blocks ==782== newarray : 5,976 bytes in 28 blocks ==782== suppressed: 271,907 bytes in 4,285 blocks ==782== Reachable blocks (those to which a pointer was found) are not shown. ==782== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==782== ==782== For counts of detected and suppressed errors, rerun with: -v ==782== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==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: ./syncevo-local-sync ==7837== Parent PID: 7766 ==7837== ==7837== ==7837== HEAP SUMMARY: ==7837== in use at exit: 3,214,325 bytes in 27,624 blocks ==7837== total heap usage: 171,038 allocs, 143,414 frees, 32,535,043 bytes allocated ==7837== ==7837== LEAK SUMMARY: ==7837== definitely lost: 0 bytes in 0 blocks ==7837== indirectly lost: 0 bytes in 0 blocks ==7837== possibly lost: 528 bytes in 2 blocks ==7837== still reachable: 2,952,780 bytes in 23,589 blocks ==7837== of which reachable via heuristic: ==7837== length64 : 592 bytes in 10 blocks ==7837== newarray : 12,912 bytes in 223 blocks ==7837== suppressed: 253,905 bytes in 3,977 blocks ==7837== Reachable blocks (those to which a pointer was found) are not shown. ==7837== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7837== ==7837== For counts of detected and suppressed errors, rerun with: -v ==7837== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==786== Memcheck, a memory error detector ==786== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==786== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==786== Command: ./client-test Client::Source::davical_caldav::LinkedItemsAllDay::testLinkedItemsChildChangesParent ==786== Parent PID: 782 ==786== ==7877== Memcheck, a memory error detector ==7877== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7877== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7877== Command: ./syncevo-local-sync ==7877== Parent PID: 7766 ==7877== ==7877== ==7877== HEAP SUMMARY: ==7877== in use at exit: 2,491,312 bytes in 25,307 blocks ==7877== total heap usage: 172,392 allocs, 147,085 frees, 33,464,527 bytes allocated ==7877== ==7877== LEAK SUMMARY: ==7877== definitely lost: 0 bytes in 0 blocks ==7877== indirectly lost: 0 bytes in 0 blocks ==7877== possibly lost: 528 bytes in 2 blocks ==7877== still reachable: 2,229,759 bytes in 21,272 blocks ==7877== of which reachable via heuristic: ==7877== length64 : 592 bytes in 10 blocks ==7877== newarray : 5,976 bytes in 28 blocks ==7877== suppressed: 253,913 bytes in 3,977 blocks ==7877== Reachable blocks (those to which a pointer was found) are not shown. ==7877== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7877== ==7877== For counts of detected and suppressed errors, rerun with: -v ==7877== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==7917== Memcheck, a memory error detector ==7917== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7917== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7917== Command: ./syncevo-local-sync ==7917== Parent PID: 7766 ==7917== ==7917== ==7917== HEAP SUMMARY: ==7917== in use at exit: 3,214,313 bytes in 27,624 blocks ==7917== total heap usage: 171,061 allocs, 143,437 frees, 32,536,061 bytes allocated ==7917== ==7917== LEAK SUMMARY: ==7917== definitely lost: 0 bytes in 0 blocks ==7917== indirectly lost: 0 bytes in 0 blocks ==7917== possibly lost: 528 bytes in 2 blocks ==7917== still reachable: 2,952,760 bytes in 23,589 blocks ==7917== of which reachable via heuristic: ==7917== length64 : 592 bytes in 10 blocks ==7917== newarray : 12,912 bytes in 223 blocks ==7917== suppressed: 253,913 bytes in 3,977 blocks ==7917== Reachable blocks (those to which a pointer was found) are not shown. ==7917== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7917== ==7917== For counts of detected and suppressed errors, rerun with: -v ==7917== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==794== Memcheck, a memory error detector ==794== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==794== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==794== Command: ./client-test Client::Source::davical_caldav::LinkedItemsAllDay::testLinkedItemsChildChangesParent ==794== Parent PID: 782 ==794== ==7957== Memcheck, a memory error detector ==7957== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7957== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7957== Command: ./syncevo-local-sync ==7957== Parent PID: 7766 ==7957== ==7957== ==7957== HEAP SUMMARY: ==7957== in use at exit: 2,491,312 bytes in 25,307 blocks ==7957== total heap usage: 178,952 allocs, 153,645 frees, 34,169,036 bytes allocated ==7957== ==7957== LEAK SUMMARY: ==7957== definitely lost: 0 bytes in 0 blocks ==7957== indirectly lost: 0 bytes in 0 blocks ==7957== possibly lost: 528 bytes in 2 blocks ==7957== still reachable: 2,229,759 bytes in 21,272 blocks ==7957== of which reachable via heuristic: ==7957== length64 : 592 bytes in 10 blocks ==7957== newarray : 5,976 bytes in 28 blocks ==7957== suppressed: 253,913 bytes in 3,977 blocks ==7957== Reachable blocks (those to which a pointer was found) are not shown. ==7957== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7957== ==7957== For counts of detected and suppressed errors, rerun with: -v ==7957== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==7973== Memcheck, a memory error detector ==7973== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7973== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7973== Command: ./syncevo-local-sync ==7973== Parent PID: 7766 ==7973== ==7973== ==7973== HEAP SUMMARY: ==7973== in use at exit: 2,491,320 bytes in 25,307 blocks ==7973== total heap usage: 177,934 allocs, 152,627 frees, 34,068,238 bytes allocated ==7973== ==7973== LEAK SUMMARY: ==7973== definitely lost: 0 bytes in 0 blocks ==7973== indirectly lost: 0 bytes in 0 blocks ==7973== possibly lost: 528 bytes in 2 blocks ==7973== still reachable: 2,229,759 bytes in 21,272 blocks ==7973== of which reachable via heuristic: ==7973== length64 : 592 bytes in 10 blocks ==7973== newarray : 5,976 bytes in 28 blocks ==7973== suppressed: 253,921 bytes in 3,977 blocks ==7973== Reachable blocks (those to which a pointer was found) are not shown. ==7973== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7973== ==7973== For counts of detected and suppressed errors, rerun with: -v ==7973== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==8011== Memcheck, a memory error detector ==8011== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8011== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8011== Command: ./client-test Client::Sync::eds_task::testComplexRefreshFromServerSemantic ==8011== Parent PID: 7766 ==8011== ==802== Memcheck, a memory error detector ==802== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==802== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==802== Command: ./client-test Client::Source::davical_caldav::LinkedItemsAllDay::testLinkedItemsRemoveParentFirst ==802== Parent PID: 111 ==802== ==802== ==802== HEAP SUMMARY: ==802== in use at exit: 474,903 bytes in 5,430 blocks ==802== total heap usage: 219,621 allocs, 214,126 frees, 26,273,312 bytes allocated ==802== ==802== LEAK SUMMARY: ==802== definitely lost: 0 bytes in 0 blocks ==802== indirectly lost: 0 bytes in 0 blocks ==802== possibly lost: 1,392 bytes in 4 blocks ==802== still reachable: 190,108 bytes in 1,059 blocks ==802== of which reachable via heuristic: ==802== length64 : 1,032 bytes in 18 blocks ==802== newarray : 5,976 bytes in 28 blocks ==802== suppressed: 271,883 bytes in 4,283 blocks ==802== Reachable blocks (those to which a pointer was found) are not shown. ==802== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==802== ==802== For counts of detected and suppressed errors, rerun with: -v ==802== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==8036== Memcheck, a memory error detector ==8036== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8036== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8036== Command: ./client-test Client::Sync::eds_task::testComplexRefreshFromServerSemantic ==8036== Parent PID: 7766 ==8036== ==8041== Memcheck, a memory error detector ==8041== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8041== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8041== Command: ./syncevo-local-sync ==8041== Parent PID: 7766 ==8041== ==8041== ==8041== HEAP SUMMARY: ==8041== in use at exit: 2,491,336 bytes in 25,307 blocks ==8041== total heap usage: 177,276 allocs, 151,969 frees, 33,964,282 bytes allocated ==8041== ==8041== LEAK SUMMARY: ==8041== definitely lost: 0 bytes in 0 blocks ==8041== indirectly lost: 0 bytes in 0 blocks ==8041== possibly lost: 528 bytes in 2 blocks ==8041== still reachable: 2,229,759 bytes in 21,272 blocks ==8041== of which reachable via heuristic: ==8041== length64 : 592 bytes in 10 blocks ==8041== newarray : 5,976 bytes in 28 blocks ==8041== suppressed: 253,937 bytes in 3,977 blocks ==8041== Reachable blocks (those to which a pointer was found) are not shown. ==8041== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==8041== ==8041== For counts of detected and suppressed errors, rerun with: -v ==8041== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==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::davical_caldav::LinkedItemsAllDay::testLinkedItemsRemoveParentFirst ==806== Parent PID: 802 ==806== ==8081== Memcheck, a memory error detector ==8081== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8081== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8081== Command: ./syncevo-local-sync ==8081== Parent PID: 7766 ==8081== ==8081== ==8081== HEAP SUMMARY: ==8081== in use at exit: 2,491,304 bytes in 25,307 blocks ==8081== total heap usage: 174,538 allocs, 149,231 frees, 33,716,548 bytes allocated ==8081== ==8081== LEAK SUMMARY: ==8081== definitely lost: 0 bytes in 0 blocks ==8081== indirectly lost: 0 bytes in 0 blocks ==8081== possibly lost: 528 bytes in 2 blocks ==8081== still reachable: 2,229,759 bytes in 21,272 blocks ==8081== of which reachable via heuristic: ==8081== length64 : 592 bytes in 10 blocks ==8081== newarray : 5,976 bytes in 28 blocks ==8081== suppressed: 253,905 bytes in 3,977 blocks ==8081== Reachable blocks (those to which a pointer was found) are not shown. ==8081== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==8081== ==8081== For counts of detected and suppressed errors, rerun with: -v ==8081== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==8097== Memcheck, a memory error detector ==8097== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8097== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8097== Command: ./syncevo-local-sync ==8097== Parent PID: 7766 ==8097== ==8097== ==8097== HEAP SUMMARY: ==8097== in use at exit: 2,491,328 bytes in 25,307 blocks ==8097== total heap usage: 173,120 allocs, 147,813 frees, 33,579,769 bytes allocated ==8097== ==8097== LEAK SUMMARY: ==8097== definitely lost: 0 bytes in 0 blocks ==8097== indirectly lost: 0 bytes in 0 blocks ==8097== possibly lost: 528 bytes in 2 blocks ==8097== still reachable: 2,229,759 bytes in 21,272 blocks ==8097== of which reachable via heuristic: ==8097== length64 : 592 bytes in 10 blocks ==8097== newarray : 5,976 bytes in 28 blocks ==8097== suppressed: 253,929 bytes in 3,977 blocks ==8097== Reachable blocks (those to which a pointer was found) are not shown. ==8097== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==8097== ==8097== For counts of detected and suppressed errors, rerun with: -v ==8097== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==8113== Memcheck, a memory error detector ==8113== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8113== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8113== Command: ./client-test Client::Sync::eds_task::testDeleteBothSides ==8113== Parent PID: 111 ==8113== ==8113== ==8113== HEAP SUMMARY: ==8113== in use at exit: 2,883,903 bytes in 29,869 blocks ==8113== total heap usage: 1,968,342 allocs, 1,938,412 frees, 274,951,951 bytes allocated ==8113== ==8113== LEAK SUMMARY: ==8113== definitely lost: 0 bytes in 0 blocks ==8113== indirectly lost: 0 bytes in 0 blocks ==8113== possibly lost: 1,392 bytes in 4 blocks ==8113== still reachable: 2,237,781 bytes in 21,419 blocks ==8113== of which reachable via heuristic: ==8113== length64 : 5,120 bytes in 80 blocks ==8113== newarray : 6,312 bytes in 49 blocks ==8113== suppressed: 574,466 bytes in 7,912 blocks ==8113== Reachable blocks (those to which a pointer was found) are not shown. ==8113== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==8113== ==8113== For counts of detected and suppressed errors, rerun with: -v ==8113== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==814== Memcheck, a memory error detector ==814== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==814== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==814== Command: ./client-test Client::Source::davical_caldav::LinkedItemsAllDay::testLinkedItemsRemoveParentFirst ==814== Parent PID: 802 ==814== ==8144== Memcheck, a memory error detector ==8144== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8144== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8144== Command: ./syncevo-local-sync ==8144== Parent PID: 8113 ==8144== ==8144== ==8144== HEAP SUMMARY: ==8144== in use at exit: 2,491,320 bytes in 25,307 blocks ==8144== total heap usage: 172,408 allocs, 147,101 frees, 33,464,297 bytes allocated ==8144== ==8144== LEAK SUMMARY: ==8144== definitely lost: 0 bytes in 0 blocks ==8144== indirectly lost: 0 bytes in 0 blocks ==8144== possibly lost: 528 bytes in 2 blocks ==8144== still reachable: 2,229,759 bytes in 21,272 blocks ==8144== of which reachable via heuristic: ==8144== length64 : 592 bytes in 10 blocks ==8144== newarray : 5,976 bytes in 28 blocks ==8144== suppressed: 253,921 bytes in 3,977 blocks ==8144== Reachable blocks (those to which a pointer was found) are not shown. ==8144== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==8144== ==8144== For counts of detected and suppressed errors, rerun with: -v ==8144== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==8184== Memcheck, a memory error detector ==8184== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8184== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8184== Command: ./syncevo-local-sync ==8184== Parent PID: 8113 ==8184== ==8184== ==8184== HEAP SUMMARY: ==8184== in use at exit: 3,214,273 bytes in 27,624 blocks ==8184== total heap usage: 171,029 allocs, 143,405 frees, 32,532,582 bytes allocated ==8184== ==8184== LEAK SUMMARY: ==8184== definitely lost: 0 bytes in 0 blocks ==8184== indirectly lost: 0 bytes in 0 blocks ==8184== possibly lost: 528 bytes in 2 blocks ==8184== still reachable: 2,952,712 bytes in 23,589 blocks ==8184== of which reachable via heuristic: ==8184== length64 : 592 bytes in 10 blocks ==8184== newarray : 12,912 bytes in 223 blocks ==8184== suppressed: 253,921 bytes in 3,977 blocks ==8184== Reachable blocks (those to which a pointer was found) are not shown. ==8184== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==8184== ==8184== For counts of detected and suppressed errors, rerun with: -v ==8184== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==822== Memcheck, a memory error detector ==822== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==822== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==822== Command: ./client-test Client::Source::davical_caldav::LinkedItemsAllDay::testLinkedItemsRemoveNormal ==822== Parent PID: 111 ==822== ==822== ==822== HEAP SUMMARY: ==822== in use at exit: 474,911 bytes in 5,432 blocks ==822== total heap usage: 229,514 allocs, 224,016 frees, 27,287,935 bytes allocated ==822== ==822== LEAK SUMMARY: ==822== definitely lost: 0 bytes in 0 blocks ==822== indirectly lost: 0 bytes in 0 blocks ==822== possibly lost: 1,392 bytes in 4 blocks ==822== still reachable: 190,108 bytes in 1,059 blocks ==822== of which reachable via heuristic: ==822== length64 : 1,032 bytes in 18 blocks ==822== newarray : 5,976 bytes in 28 blocks ==822== suppressed: 271,891 bytes in 4,285 blocks ==822== Reachable blocks (those to which a pointer was found) are not shown. ==822== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==822== ==822== For counts of detected and suppressed errors, rerun with: -v ==822== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==8224== Memcheck, a memory error detector ==8224== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8224== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8224== Command: ./syncevo-local-sync ==8224== Parent PID: 8113 ==8224== ==8224== ==8224== HEAP SUMMARY: ==8224== in use at exit: 2,491,328 bytes in 25,307 blocks ==8224== total heap usage: 172,398 allocs, 147,091 frees, 33,463,063 bytes allocated ==8224== ==8224== LEAK SUMMARY: ==8224== definitely lost: 0 bytes in 0 blocks ==8224== indirectly lost: 0 bytes in 0 blocks ==8224== possibly lost: 528 bytes in 2 blocks ==8224== still reachable: 2,229,759 bytes in 21,272 blocks ==8224== of which reachable via heuristic: ==8224== length64 : 592 bytes in 10 blocks ==8224== newarray : 5,976 bytes in 28 blocks ==8224== suppressed: 253,929 bytes in 3,977 blocks ==8224== Reachable blocks (those to which a pointer was found) are not shown. ==8224== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==8224== ==8224== For counts of detected and suppressed errors, rerun with: -v ==8224== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==826== Memcheck, a memory error detector ==826== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==826== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==826== Command: ./client-test Client::Source::davical_caldav::LinkedItemsAllDay::testLinkedItemsRemoveNormal ==826== Parent PID: 822 ==826== ==8264== Memcheck, a memory error detector ==8264== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8264== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8264== Command: ./syncevo-local-sync ==8264== Parent PID: 8113 ==8264== ==8264== ==8264== HEAP SUMMARY: ==8264== in use at exit: 3,214,269 bytes in 27,624 blocks ==8264== total heap usage: 171,053 allocs, 143,429 frees, 32,533,707 bytes allocated ==8264== ==8264== LEAK SUMMARY: ==8264== definitely lost: 0 bytes in 0 blocks ==8264== indirectly lost: 0 bytes in 0 blocks ==8264== possibly lost: 528 bytes in 2 blocks ==8264== still reachable: 2,952,692 bytes in 23,589 blocks ==8264== of which reachable via heuristic: ==8264== length64 : 592 bytes in 10 blocks ==8264== newarray : 12,912 bytes in 223 blocks ==8264== suppressed: 253,937 bytes in 3,977 blocks ==8264== Reachable blocks (those to which a pointer was found) are not shown. ==8264== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==8264== ==8264== For counts of detected and suppressed errors, rerun with: -v ==8264== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==8304== Memcheck, a memory error detector ==8304== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8304== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8304== Command: ./syncevo-local-sync ==8304== Parent PID: 8113 ==8304== ==8304== ==8304== HEAP SUMMARY: ==8304== in use at exit: 2,491,328 bytes in 25,307 blocks ==8304== total heap usage: 178,951 allocs, 153,644 frees, 34,167,558 bytes allocated ==8304== ==8304== LEAK SUMMARY: ==8304== definitely lost: 0 bytes in 0 blocks ==8304== indirectly lost: 0 bytes in 0 blocks ==8304== possibly lost: 528 bytes in 2 blocks ==8304== still reachable: 2,229,759 bytes in 21,272 blocks ==8304== of which reachable via heuristic: ==8304== length64 : 592 bytes in 10 blocks ==8304== newarray : 5,976 bytes in 28 blocks ==8304== suppressed: 253,929 bytes in 3,977 blocks ==8304== Reachable blocks (those to which a pointer was found) are not shown. ==8304== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==8304== ==8304== For counts of detected and suppressed errors, rerun with: -v ==8304== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==8320== Memcheck, a memory error detector ==8320== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8320== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8320== Command: ./syncevo-local-sync ==8320== Parent PID: 8113 ==8320== ==8320== ==8320== HEAP SUMMARY: ==8320== in use at exit: 2,491,328 bytes in 25,307 blocks ==8320== total heap usage: 177,900 allocs, 152,593 frees, 34,063,858 bytes allocated ==8320== ==8320== LEAK SUMMARY: ==8320== definitely lost: 0 bytes in 0 blocks ==8320== indirectly lost: 0 bytes in 0 blocks ==8320== possibly lost: 528 bytes in 2 blocks ==8320== still reachable: 2,229,759 bytes in 21,272 blocks ==8320== of which reachable via heuristic: ==8320== length64 : 592 bytes in 10 blocks ==8320== newarray : 5,976 bytes in 28 blocks ==8320== suppressed: 253,929 bytes in 3,977 blocks ==8320== Reachable blocks (those to which a pointer was found) are not shown. ==8320== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==8320== ==8320== For counts of detected and suppressed errors, rerun with: -v ==8320== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==834== Memcheck, a memory error detector ==834== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==834== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==834== Command: ./client-test Client::Source::davical_caldav::LinkedItemsAllDay::testLinkedItemsRemoveNormal ==834== Parent PID: 822 ==834== ==8357== Memcheck, a memory error detector ==8357== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8357== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8357== Command: ./client-test Client::Sync::eds_task::testDeleteBothSides ==8357== Parent PID: 8113 ==8357== ==8382== Memcheck, a memory error detector ==8382== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8382== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8382== Command: ./client-test Client::Sync::eds_task::testDeleteBothSides ==8382== Parent PID: 8113 ==8382== ==842== Memcheck, a memory error detector ==842== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==842== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==842== Command: ./client-test Client::Source::davical_caldav::LinkedItemsAllDay::testLinkedItemsInsertParentTwice ==842== Parent PID: 111 ==842== ==842== ==842== HEAP SUMMARY: ==842== in use at exit: 465,695 bytes in 5,396 blocks ==842== total heap usage: 208,522 allocs, 203,062 frees, 24,680,009 bytes allocated ==842== ==842== LEAK SUMMARY: ==842== definitely lost: 0 bytes in 0 blocks ==842== indirectly lost: 0 bytes in 0 blocks ==842== possibly lost: 1,392 bytes in 4 blocks ==842== still reachable: 180,828 bytes in 1,022 blocks ==842== of which reachable via heuristic: ==842== length64 : 1,032 bytes in 18 blocks ==842== newarray : 5,976 bytes in 28 blocks ==842== suppressed: 271,955 bytes in 4,286 blocks ==842== Reachable blocks (those to which a pointer was found) are not shown. ==842== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==842== ==842== For counts of detected and suppressed errors, rerun with: -v ==842== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==8434== Memcheck, a memory error detector ==8434== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8434== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8434== Command: ./syncevo-local-sync ==8434== Parent PID: 8113 ==8434== ==8434== ==8434== HEAP SUMMARY: ==8434== in use at exit: 2,491,328 bytes in 25,307 blocks ==8434== total heap usage: 174,548 allocs, 149,241 frees, 33,715,659 bytes allocated ==8434== ==8434== LEAK SUMMARY: ==8434== definitely lost: 0 bytes in 0 blocks ==8434== indirectly lost: 0 bytes in 0 blocks ==8434== possibly lost: 528 bytes in 2 blocks ==8434== still reachable: 2,229,759 bytes in 21,272 blocks ==8434== of which reachable via heuristic: ==8434== length64 : 592 bytes in 10 blocks ==8434== newarray : 5,976 bytes in 28 blocks ==8434== suppressed: 253,929 bytes in 3,977 blocks ==8434== Reachable blocks (those to which a pointer was found) are not shown. ==8434== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==8434== ==8434== For counts of detected and suppressed errors, rerun with: -v ==8434== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==846== Memcheck, a memory error detector ==846== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==846== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==846== Command: ./client-test Client::Source::davical_caldav::LinkedItemsAllDay::testLinkedItemsInsertParentTwice ==846== Parent PID: 842 ==846== ==8462== Memcheck, a memory error detector ==8462== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8462== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8462== Command: ./syncevo-local-sync ==8462== Parent PID: 8113 ==8462== ==8462== ==8462== HEAP SUMMARY: ==8462== in use at exit: 2,491,328 bytes in 25,307 blocks ==8462== total heap usage: 174,193 allocs, 148,886 frees, 33,685,543 bytes allocated ==8462== ==8462== LEAK SUMMARY: ==8462== definitely lost: 0 bytes in 0 blocks ==8462== indirectly lost: 0 bytes in 0 blocks ==8462== possibly lost: 528 bytes in 2 blocks ==8462== still reachable: 2,229,759 bytes in 21,272 blocks ==8462== of which reachable via heuristic: ==8462== length64 : 592 bytes in 10 blocks ==8462== newarray : 5,976 bytes in 28 blocks ==8462== suppressed: 253,929 bytes in 3,977 blocks ==8462== Reachable blocks (those to which a pointer was found) are not shown. ==8462== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==8462== ==8462== For counts of detected and suppressed errors, rerun with: -v ==8462== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==8490== Memcheck, a memory error detector ==8490== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8490== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8490== Command: ./client-test Client::Sync::eds_task::testAddBothSides ==8490== Parent PID: 111 ==8490== ==8490== ==8490== HEAP SUMMARY: ==8490== in use at exit: 2,885,432 bytes in 29,898 blocks ==8490== total heap usage: 1,802,304 allocs, 1,772,345 frees, 265,322,978 bytes allocated ==8490== ==8490== LEAK SUMMARY: ==8490== definitely lost: 0 bytes in 0 blocks ==8490== indirectly lost: 0 bytes in 0 blocks ==8490== possibly lost: 1,392 bytes in 4 blocks ==8490== still reachable: 2,238,197 bytes in 21,424 blocks ==8490== of which reachable via heuristic: ==8490== length64 : 5,120 bytes in 80 blocks ==8490== newarray : 6,312 bytes in 49 blocks ==8490== suppressed: 575,579 bytes in 7,936 blocks ==8490== Reachable blocks (those to which a pointer was found) are not shown. ==8490== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==8490== ==8490== For counts of detected and suppressed errors, rerun with: -v ==8490== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==8521== Memcheck, a memory error detector ==8521== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8521== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8521== Command: ./syncevo-local-sync ==8521== Parent PID: 8490 ==8521== ==8521== ==8521== HEAP SUMMARY: ==8521== in use at exit: 2,491,312 bytes in 25,307 blocks ==8521== total heap usage: 172,435 allocs, 147,128 frees, 33,465,176 bytes allocated ==8521== ==8521== LEAK SUMMARY: ==8521== definitely lost: 0 bytes in 0 blocks ==8521== indirectly lost: 0 bytes in 0 blocks ==8521== possibly lost: 528 bytes in 2 blocks ==8521== still reachable: 2,229,759 bytes in 21,272 blocks ==8521== of which reachable via heuristic: ==8521== length64 : 592 bytes in 10 blocks ==8521== newarray : 5,976 bytes in 28 blocks ==8521== suppressed: 253,913 bytes in 3,977 blocks ==8521== Reachable blocks (those to which a pointer was found) are not shown. ==8521== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==8521== ==8521== For counts of detected and suppressed errors, rerun with: -v ==8521== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==854== Memcheck, a memory error detector ==854== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==854== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==854== Command: ./client-test Client::Source::davical_caldav::LinkedItemsAllDay::testLinkedItemsInsertParentTwice ==854== Parent PID: 842 ==854== ==8561== Memcheck, a memory error detector ==8561== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8561== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8561== Command: ./syncevo-local-sync ==8561== Parent PID: 8490 ==8561== ==8561== ==8561== HEAP SUMMARY: ==8561== in use at exit: 3,214,249 bytes in 27,624 blocks ==8561== total heap usage: 171,053 allocs, 143,429 frees, 32,533,418 bytes allocated ==8561== ==8561== LEAK SUMMARY: ==8561== definitely lost: 0 bytes in 0 blocks ==8561== indirectly lost: 0 bytes in 0 blocks ==8561== possibly lost: 528 bytes in 2 blocks ==8561== still reachable: 2,952,680 bytes in 23,589 blocks ==8561== of which reachable via heuristic: ==8561== length64 : 592 bytes in 10 blocks ==8561== newarray : 12,912 bytes in 223 blocks ==8561== suppressed: 253,929 bytes in 3,977 blocks ==8561== Reachable blocks (those to which a pointer was found) are not shown. ==8561== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==8561== ==8561== For counts of detected and suppressed errors, rerun with: -v ==8561== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==8601== Memcheck, a memory error detector ==8601== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8601== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8601== Command: ./syncevo-local-sync ==8601== Parent PID: 8490 ==8601== ==8601== ==8601== HEAP SUMMARY: ==8601== in use at exit: 2,491,272 bytes in 25,305 blocks ==8601== total heap usage: 172,419 allocs, 147,114 frees, 33,464,190 bytes allocated ==8601== ==8601== LEAK SUMMARY: ==8601== definitely lost: 0 bytes in 0 blocks ==8601== indirectly lost: 0 bytes in 0 blocks ==8601== possibly lost: 528 bytes in 2 blocks ==8601== still reachable: 2,229,759 bytes in 21,272 blocks ==8601== of which reachable via heuristic: ==8601== length64 : 592 bytes in 10 blocks ==8601== newarray : 5,976 bytes in 28 blocks ==8601== suppressed: 253,873 bytes in 3,975 blocks ==8601== Reachable blocks (those to which a pointer was found) are not shown. ==8601== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==8601== ==8601== For counts of detected and suppressed errors, rerun with: -v ==8601== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==862== Memcheck, a memory error detector ==862== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==862== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==862== Command: ./client-test Client::Source::davical_caldav::LinkedItemsAllDay::testLinkedItemsInsertChildTwice ==862== Parent PID: 111 ==862== ==862== ==862== HEAP SUMMARY: ==862== in use at exit: 465,703 bytes in 5,396 blocks ==862== total heap usage: 208,395 allocs, 202,935 frees, 24,648,517 bytes allocated ==862== ==862== LEAK SUMMARY: ==862== definitely lost: 0 bytes in 0 blocks ==862== indirectly lost: 0 bytes in 0 blocks ==862== possibly lost: 1,392 bytes in 4 blocks ==862== still reachable: 180,892 bytes in 1,023 blocks ==862== of which reachable via heuristic: ==862== length64 : 1,032 bytes in 18 blocks ==862== newarray : 5,976 bytes in 28 blocks ==862== suppressed: 271,899 bytes in 4,285 blocks ==862== Reachable blocks (those to which a pointer was found) are not shown. ==862== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==862== ==862== For counts of detected and suppressed errors, rerun with: -v ==862== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==8641== Memcheck, a memory error detector ==8641== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8641== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8641== Command: ./syncevo-local-sync ==8641== Parent PID: 8490 ==8641== ==8641== ==8641== HEAP SUMMARY: ==8641== in use at exit: 3,214,201 bytes in 27,622 blocks ==8641== total heap usage: 171,027 allocs, 143,405 frees, 32,531,806 bytes allocated ==8641== ==8641== LEAK SUMMARY: ==8641== definitely lost: 0 bytes in 0 blocks ==8641== indirectly lost: 0 bytes in 0 blocks ==8641== possibly lost: 528 bytes in 2 blocks ==8641== still reachable: 2,952,680 bytes in 23,589 blocks ==8641== of which reachable via heuristic: ==8641== length64 : 592 bytes in 10 blocks ==8641== newarray : 12,912 bytes in 223 blocks ==8641== suppressed: 253,881 bytes in 3,975 blocks ==8641== Reachable blocks (those to which a pointer was found) are not shown. ==8641== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==8641== ==8641== For counts of detected and suppressed errors, rerun with: -v ==8641== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==866== Memcheck, a memory error detector ==866== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==866== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==866== Command: ./client-test Client::Source::davical_caldav::LinkedItemsAllDay::testLinkedItemsInsertChildTwice ==866== Parent PID: 862 ==866== ==8681== Memcheck, a memory error detector ==8681== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8681== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8681== Command: ./syncevo-local-sync ==8681== Parent PID: 8490 ==8681== ==8681== ==8681== HEAP SUMMARY: ==8681== in use at exit: 2,491,320 bytes in 25,307 blocks ==8681== total heap usage: 178,947 allocs, 153,640 frees, 34,166,460 bytes allocated ==8681== ==8681== LEAK SUMMARY: ==8681== definitely lost: 0 bytes in 0 blocks ==8681== indirectly lost: 0 bytes in 0 blocks ==8681== possibly lost: 528 bytes in 2 blocks ==8681== still reachable: 2,229,759 bytes in 21,272 blocks ==8681== of which reachable via heuristic: ==8681== length64 : 592 bytes in 10 blocks ==8681== newarray : 5,976 bytes in 28 blocks ==8681== suppressed: 253,921 bytes in 3,977 blocks ==8681== Reachable blocks (those to which a pointer was found) are not shown. ==8681== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==8681== ==8681== For counts of detected and suppressed errors, rerun with: -v ==8681== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==8721== Memcheck, a memory error detector ==8721== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8721== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8721== Command: ./syncevo-local-sync ==8721== Parent PID: 8490 ==8721== ==8721== ==8721== HEAP SUMMARY: ==8721== in use at exit: 2,491,312 bytes in 25,307 blocks ==8721== total heap usage: 184,574 allocs, 159,267 frees, 34,746,775 bytes allocated ==8721== ==8721== LEAK SUMMARY: ==8721== definitely lost: 0 bytes in 0 blocks ==8721== indirectly lost: 0 bytes in 0 blocks ==8721== possibly lost: 528 bytes in 2 blocks ==8721== still reachable: 2,229,759 bytes in 21,272 blocks ==8721== of which reachable via heuristic: ==8721== length64 : 592 bytes in 10 blocks ==8721== newarray : 5,976 bytes in 28 blocks ==8721== suppressed: 253,913 bytes in 3,977 blocks ==8721== Reachable blocks (those to which a pointer was found) are not shown. ==8721== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==8721== ==8721== For counts of detected and suppressed errors, rerun with: -v ==8721== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==8737== Memcheck, a memory error detector ==8737== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8737== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8737== Command: ./syncevo-local-sync ==8737== Parent PID: 8490 ==8737== ==8737== ==8737== HEAP SUMMARY: ==8737== in use at exit: 2,491,312 bytes in 25,307 blocks ==8737== total heap usage: 177,942 allocs, 152,635 frees, 34,046,422 bytes allocated ==8737== ==8737== LEAK SUMMARY: ==8737== definitely lost: 0 bytes in 0 blocks ==8737== indirectly lost: 0 bytes in 0 blocks ==8737== possibly lost: 528 bytes in 2 blocks ==8737== still reachable: 2,229,759 bytes in 21,272 blocks ==8737== of which reachable via heuristic: ==8737== length64 : 592 bytes in 10 blocks ==8737== newarray : 5,976 bytes in 28 blocks ==8737== suppressed: 253,913 bytes in 3,977 blocks ==8737== Reachable blocks (those to which a pointer was found) are not shown. ==8737== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==8737== ==8737== For counts of detected and suppressed errors, rerun with: -v ==8737== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==874== Memcheck, a memory error detector ==874== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==874== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==874== Command: ./client-test Client::Source::davical_caldav::LinkedItemsAllDay::testLinkedItemsInsertChildTwice ==874== Parent PID: 862 ==874== ==8753== Memcheck, a memory error detector ==8753== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8753== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8753== Command: ./syncevo-local-sync ==8753== Parent PID: 8490 ==8753== ==8753== ==8753== HEAP SUMMARY: ==8753== in use at exit: 3,217,059 bytes in 27,631 blocks ==8753== total heap usage: 171,388 allocs, 143,757 frees, 32,574,766 bytes allocated ==8753== ==8753== LEAK SUMMARY: ==8753== definitely lost: 0 bytes in 0 blocks ==8753== indirectly lost: 0 bytes in 0 blocks ==8753== possibly lost: 528 bytes in 2 blocks ==8753== still reachable: 2,955,506 bytes in 23,596 blocks ==8753== of which reachable via heuristic: ==8753== length64 : 592 bytes in 10 blocks ==8753== newarray : 12,912 bytes in 223 blocks ==8753== suppressed: 253,913 bytes in 3,977 blocks ==8753== Reachable blocks (those to which a pointer was found) are not shown. ==8753== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==8753== ==8753== For counts of detected and suppressed errors, rerun with: -v ==8753== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==8783== Memcheck, a memory error detector ==8783== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8783== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8783== Command: ./client-test Client::Sync::eds_task::testAddBothSides ==8783== Parent PID: 8490 ==8783== ==8791== Memcheck, a memory error detector ==8791== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8791== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8791== Command: ./client-test Client::Sync::eds_task::testAddBothSidesRefresh ==8791== Parent PID: 111 ==8791== ==8791== ==8791== HEAP SUMMARY: ==8791== in use at exit: 2,886,590 bytes in 29,909 blocks ==8791== total heap usage: 1,804,510 allocs, 1,774,540 frees, 265,469,001 bytes allocated ==8791== ==8791== LEAK SUMMARY: ==8791== definitely lost: 0 bytes in 0 blocks ==8791== indirectly lost: 0 bytes in 0 blocks ==8791== possibly lost: 1,392 bytes in 4 blocks ==8791== still reachable: 2,237,645 bytes in 21,414 blocks ==8791== of which reachable via heuristic: ==8791== length64 : 5,120 bytes in 80 blocks ==8791== newarray : 6,312 bytes in 49 blocks ==8791== suppressed: 577,457 bytes in 7,959 blocks ==8791== Reachable blocks (those to which a pointer was found) are not shown. ==8791== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==8791== ==8791== For counts of detected and suppressed errors, rerun with: -v ==8791== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==882== Memcheck, a memory error detector ==882== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==882== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==882== Command: ./client-test Client::Source::davical_caldav::LinkedItemsAllDay::testLinkedItemsParentUpdate ==882== Parent PID: 111 ==882== ==882== ==882== HEAP SUMMARY: ==882== in use at exit: 465,647 bytes in 5,394 blocks ==882== total heap usage: 198,811 allocs, 193,354 frees, 23,774,866 bytes allocated ==882== ==882== LEAK SUMMARY: ==882== definitely lost: 0 bytes in 0 blocks ==882== indirectly lost: 0 bytes in 0 blocks ==882== possibly lost: 1,392 bytes in 4 blocks ==882== still reachable: 180,892 bytes in 1,023 blocks ==882== of which reachable via heuristic: ==882== length64 : 1,032 bytes in 18 blocks ==882== newarray : 5,976 bytes in 28 blocks ==882== suppressed: 271,843 bytes in 4,283 blocks ==882== Reachable blocks (those to which a pointer was found) are not shown. ==882== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==882== ==882== For counts of detected and suppressed errors, rerun with: -v ==882== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==8823== Memcheck, a memory error detector ==8823== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8823== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8823== Command: ./syncevo-local-sync ==8823== Parent PID: 8791 ==8823== ==8823== ==8823== HEAP SUMMARY: ==8823== in use at exit: 2,491,320 bytes in 25,307 blocks ==8823== total heap usage: 176,489 allocs, 151,182 frees, 33,885,571 bytes allocated ==8823== ==8823== LEAK SUMMARY: ==8823== definitely lost: 0 bytes in 0 blocks ==8823== indirectly lost: 0 bytes in 0 blocks ==8823== possibly lost: 528 bytes in 2 blocks ==8823== still reachable: 2,229,759 bytes in 21,272 blocks ==8823== of which reachable via heuristic: ==8823== length64 : 592 bytes in 10 blocks ==8823== newarray : 5,976 bytes in 28 blocks ==8823== suppressed: 253,921 bytes in 3,977 blocks ==8823== Reachable blocks (those to which a pointer was found) are not shown. ==8823== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==8823== ==8823== For counts of detected and suppressed errors, rerun with: -v ==8823== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==886== Memcheck, a memory error detector ==886== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==886== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==886== Command: ./client-test Client::Source::davical_caldav::LinkedItemsAllDay::testLinkedItemsParentUpdate ==886== Parent PID: 882 ==886== ==8863== Memcheck, a memory error detector ==8863== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8863== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8863== Command: ./syncevo-local-sync ==8863== Parent PID: 8791 ==8863== ==8863== ==8863== HEAP SUMMARY: ==8863== in use at exit: 2,491,304 bytes in 25,307 blocks ==8863== total heap usage: 174,576 allocs, 149,269 frees, 33,738,611 bytes allocated ==8863== ==8863== LEAK SUMMARY: ==8863== definitely lost: 0 bytes in 0 blocks ==8863== indirectly lost: 0 bytes in 0 blocks ==8863== possibly lost: 528 bytes in 2 blocks ==8863== still reachable: 2,229,759 bytes in 21,272 blocks ==8863== of which reachable via heuristic: ==8863== length64 : 592 bytes in 10 blocks ==8863== newarray : 5,976 bytes in 28 blocks ==8863== suppressed: 253,905 bytes in 3,977 blocks ==8863== Reachable blocks (those to which a pointer was found) are not shown. ==8863== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==8863== ==8863== For counts of detected and suppressed errors, rerun with: -v ==8863== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==8903== Memcheck, a memory error detector ==8903== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8903== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8903== Command: ./syncevo-local-sync ==8903== Parent PID: 8791 ==8903== ==8903== ==8903== HEAP SUMMARY: ==8903== in use at exit: 2,491,312 bytes in 25,307 blocks ==8903== total heap usage: 172,476 allocs, 147,169 frees, 33,508,909 bytes allocated ==8903== ==8903== LEAK SUMMARY: ==8903== definitely lost: 0 bytes in 0 blocks ==8903== indirectly lost: 0 bytes in 0 blocks ==8903== possibly lost: 528 bytes in 2 blocks ==8903== still reachable: 2,229,759 bytes in 21,272 blocks ==8903== of which reachable via heuristic: ==8903== length64 : 592 bytes in 10 blocks ==8903== newarray : 5,976 bytes in 28 blocks ==8903== suppressed: 253,913 bytes in 3,977 blocks ==8903== Reachable blocks (those to which a pointer was found) are not shown. ==8903== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==8903== ==8903== For counts of detected and suppressed errors, rerun with: -v ==8903== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==894== Memcheck, a memory error detector ==894== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==894== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==894== Command: ./client-test Client::Source::davical_caldav::LinkedItemsAllDay::testLinkedItemsParentUpdate ==894== Parent PID: 882 ==894== ==8943== Memcheck, a memory error detector ==8943== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8943== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8943== Command: ./syncevo-local-sync ==8943== Parent PID: 8791 ==8943== ==8943== ==8943== HEAP SUMMARY: ==8943== in use at exit: 3,214,269 bytes in 27,624 blocks ==8943== total heap usage: 171,024 allocs, 143,400 frees, 32,532,080 bytes allocated ==8943== ==8943== LEAK SUMMARY: ==8943== definitely lost: 0 bytes in 0 blocks ==8943== indirectly lost: 0 bytes in 0 blocks ==8943== possibly lost: 528 bytes in 2 blocks ==8943== still reachable: 2,952,708 bytes in 23,589 blocks ==8943== of which reachable via heuristic: ==8943== length64 : 592 bytes in 10 blocks ==8943== newarray : 12,912 bytes in 223 blocks ==8943== suppressed: 253,921 bytes in 3,977 blocks ==8943== Reachable blocks (those to which a pointer was found) are not shown. ==8943== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==8943== ==8943== For counts of detected and suppressed errors, rerun with: -v ==8943== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==9007== Memcheck, a memory error detector ==9007== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==9007== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==9007== Command: ./syncevo-local-sync ==9007== Parent PID: 8791 ==9007== ==9007== ==9007== HEAP SUMMARY: ==9007== in use at exit: 2,491,328 bytes in 25,307 blocks ==9007== total heap usage: 178,940 allocs, 153,633 frees, 34,166,753 bytes allocated ==9007== ==9007== LEAK SUMMARY: ==9007== definitely lost: 0 bytes in 0 blocks ==9007== indirectly lost: 0 bytes in 0 blocks ==9007== possibly lost: 528 bytes in 2 blocks ==9007== still reachable: 2,229,759 bytes in 21,272 blocks ==9007== of which reachable via heuristic: ==9007== length64 : 592 bytes in 10 blocks ==9007== newarray : 5,976 bytes in 28 blocks ==9007== suppressed: 253,929 bytes in 3,977 blocks ==9007== Reachable blocks (those to which a pointer was found) are not shown. ==9007== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==9007== ==9007== For counts of detected and suppressed errors, rerun with: -v ==9007== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==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::davical_caldav::LinkedItemsAllDay::testLinkedItemsUpdateChild ==902== Parent PID: 111 ==902== ==902== ==902== HEAP SUMMARY: ==902== in use at exit: 465,711 bytes in 5,396 blocks ==902== total heap usage: 198,780 allocs, 193,321 frees, 23,751,299 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: 1,392 bytes in 4 blocks ==902== still reachable: 180,892 bytes in 1,023 blocks ==902== of which reachable via heuristic: ==902== length64 : 1,032 bytes in 18 blocks ==902== newarray : 5,976 bytes in 28 blocks ==902== suppressed: 271,907 bytes in 4,285 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: 4 errors from 4 contexts (suppressed: 67 from 67) ==9023== Memcheck, a memory error detector ==9023== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==9023== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==9023== Command: ./syncevo-local-sync ==9023== Parent PID: 8791 ==9023== ==9023== ==9023== HEAP SUMMARY: ==9023== in use at exit: 2,491,344 bytes in 25,307 blocks ==9023== total heap usage: 177,875 allocs, 152,568 frees, 34,062,993 bytes allocated ==9023== ==9023== LEAK SUMMARY: ==9023== definitely lost: 0 bytes in 0 blocks ==9023== indirectly lost: 0 bytes in 0 blocks ==9023== possibly lost: 528 bytes in 2 blocks ==9023== still reachable: 2,229,759 bytes in 21,272 blocks ==9023== of which reachable via heuristic: ==9023== length64 : 592 bytes in 10 blocks ==9023== newarray : 5,976 bytes in 28 blocks ==9023== suppressed: 253,945 bytes in 3,977 blocks ==9023== Reachable blocks (those to which a pointer was found) are not shown. ==9023== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==9023== ==9023== For counts of detected and suppressed errors, rerun with: -v ==9023== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==9039== Memcheck, a memory error detector ==9039== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==9039== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==9039== Command: ./syncevo-local-sync ==9039== Parent PID: 8791 ==9039== ==9039== ==9039== HEAP SUMMARY: ==9039== in use at exit: 3,217,151 bytes in 27,631 blocks ==9039== total heap usage: 171,416 allocs, 143,785 frees, 32,577,608 bytes allocated ==9039== ==9039== LEAK SUMMARY: ==9039== definitely lost: 0 bytes in 0 blocks ==9039== indirectly lost: 0 bytes in 0 blocks ==9039== possibly lost: 528 bytes in 2 blocks ==9039== still reachable: 2,955,598 bytes in 23,596 blocks ==9039== of which reachable via heuristic: ==9039== length64 : 592 bytes in 10 blocks ==9039== newarray : 12,912 bytes in 223 blocks ==9039== suppressed: 253,913 bytes in 3,977 blocks ==9039== Reachable blocks (those to which a pointer was found) are not shown. ==9039== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==9039== ==9039== For counts of detected and suppressed errors, rerun with: -v ==9039== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==9055== Memcheck, a memory error detector ==9055== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==9055== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==9055== Command: ./syncevo-local-sync ==9055== Parent PID: 8791 ==9055== ==9055== ==9055== HEAP SUMMARY: ==9055== in use at exit: 3,217,151 bytes in 27,631 blocks ==9055== total heap usage: 171,412 allocs, 143,781 frees, 32,577,264 bytes allocated ==9055== ==9055== LEAK SUMMARY: ==9055== definitely lost: 0 bytes in 0 blocks ==9055== indirectly lost: 0 bytes in 0 blocks ==9055== possibly lost: 528 bytes in 2 blocks ==9055== still reachable: 2,955,598 bytes in 23,596 blocks ==9055== of which reachable via heuristic: ==9055== length64 : 592 bytes in 10 blocks ==9055== newarray : 12,912 bytes in 223 blocks ==9055== suppressed: 253,913 bytes in 3,977 blocks ==9055== Reachable blocks (those to which a pointer was found) are not shown. ==9055== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==9055== ==9055== For counts of detected and suppressed errors, rerun with: -v ==9055== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==906== Memcheck, a memory error detector ==906== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==906== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==906== Command: ./client-test Client::Source::davical_caldav::LinkedItemsAllDay::testLinkedItemsUpdateChild ==906== Parent PID: 902 ==906== ==9085== Memcheck, a memory error detector ==9085== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==9085== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==9085== Command: ./client-test Client::Sync::eds_task::testAddBothSidesRefresh ==9085== Parent PID: 8791 ==9085== ==9093== Memcheck, a memory error detector ==9093== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==9093== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==9093== Command: ./client-test Client::Sync::eds_task::testUpdate ==9093== Parent PID: 111 ==9093== ==9093== ==9093== HEAP SUMMARY: ==9093== in use at exit: 2,885,365 bytes in 29,885 blocks ==9093== total heap usage: 1,894,899 allocs, 1,864,953 frees, 271,198,434 bytes allocated ==9093== ==9093== LEAK SUMMARY: ==9093== definitely lost: 0 bytes in 0 blocks ==9093== indirectly lost: 0 bytes in 0 blocks ==9093== possibly lost: 1,392 bytes in 4 blocks ==9093== still reachable: 2,237,381 bytes in 21,412 blocks ==9093== of which reachable via heuristic: ==9093== length64 : 5,120 bytes in 80 blocks ==9093== newarray : 6,312 bytes in 49 blocks ==9093== suppressed: 576,496 bytes in 7,937 blocks ==9093== Reachable blocks (those to which a pointer was found) are not shown. ==9093== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==9093== ==9093== For counts of detected and suppressed errors, rerun with: -v ==9093== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==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: ./syncevo-local-sync ==9125== Parent PID: 9093 ==9125== ==9125== ==9125== HEAP SUMMARY: ==9125== in use at exit: 2,491,320 bytes in 25,307 blocks ==9125== total heap usage: 176,492 allocs, 151,185 frees, 33,884,545 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: 2,229,759 bytes in 21,272 blocks ==9125== of which reachable via heuristic: ==9125== length64 : 592 bytes in 10 blocks ==9125== newarray : 5,976 bytes in 28 blocks ==9125== suppressed: 253,921 bytes in 3,977 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: 68 from 68) ==914== Memcheck, a memory error detector ==914== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==914== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==914== Command: ./client-test Client::Source::davical_caldav::LinkedItemsAllDay::testLinkedItemsUpdateChild ==914== Parent PID: 902 ==914== ==9165== Memcheck, a memory error detector ==9165== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==9165== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==9165== Command: ./syncevo-local-sync ==9165== Parent PID: 9093 ==9165== ==9165== ==9165== HEAP SUMMARY: ==9165== in use at exit: 2,491,264 bytes in 25,305 blocks ==9165== total heap usage: 174,588 allocs, 149,283 frees, 33,738,612 bytes allocated ==9165== ==9165== LEAK SUMMARY: ==9165== definitely lost: 0 bytes in 0 blocks ==9165== indirectly lost: 0 bytes in 0 blocks ==9165== possibly lost: 528 bytes in 2 blocks ==9165== still reachable: 2,229,759 bytes in 21,272 blocks ==9165== of which reachable via heuristic: ==9165== length64 : 592 bytes in 10 blocks ==9165== newarray : 5,976 bytes in 28 blocks ==9165== suppressed: 253,865 bytes in 3,975 blocks ==9165== Reachable blocks (those to which a pointer was found) are not shown. ==9165== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==9165== ==9165== For counts of detected and suppressed errors, rerun with: -v ==9165== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==9206== Memcheck, a memory error detector ==9206== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==9206== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==9206== Command: ./syncevo-local-sync ==9206== Parent PID: 9093 ==9206== ==9206== ==9206== HEAP SUMMARY: ==9206== in use at exit: 2,491,320 bytes in 25,307 blocks ==9206== total heap usage: 172,477 allocs, 147,170 frees, 33,507,507 bytes allocated ==9206== ==9206== LEAK SUMMARY: ==9206== definitely lost: 0 bytes in 0 blocks ==9206== indirectly lost: 0 bytes in 0 blocks ==9206== possibly lost: 528 bytes in 2 blocks ==9206== still reachable: 2,229,759 bytes in 21,272 blocks ==9206== of which reachable via heuristic: ==9206== length64 : 592 bytes in 10 blocks ==9206== newarray : 5,976 bytes in 28 blocks ==9206== suppressed: 253,921 bytes in 3,977 blocks ==9206== Reachable blocks (those to which a pointer was found) are not shown. ==9206== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==9206== ==9206== For counts of detected and suppressed errors, rerun with: -v ==9206== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==922== Memcheck, a memory error detector ==922== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==922== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==922== Command: ./client-test Client::Source::davical_caldav::LinkedItemsAllDay::testLinkedItemsUpdateChildNoIDs ==922== Parent PID: 111 ==922== ==922== ==922== HEAP SUMMARY: ==922== in use at exit: 459,519 bytes in 5,370 blocks ==922== total heap usage: 155,576 allocs, 150,147 frees, 19,368,788 bytes allocated ==922== ==922== LEAK SUMMARY: ==922== definitely lost: 0 bytes in 0 blocks ==922== indirectly lost: 0 bytes in 0 blocks ==922== possibly lost: 1,392 bytes in 4 blocks ==922== still reachable: 174,748 bytes in 999 blocks ==922== of which reachable via heuristic: ==922== length64 : 1,032 bytes in 18 blocks ==922== newarray : 5,976 bytes in 28 blocks ==922== suppressed: 271,859 bytes in 4,283 blocks ==922== Reachable blocks (those to which a pointer was found) are not shown. ==922== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==922== ==922== For counts of detected and suppressed errors, rerun with: -v ==922== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==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: ./syncevo-local-sync ==9246== Parent PID: 9093 ==9246== ==9246== ==9246== HEAP SUMMARY: ==9246== in use at exit: 3,214,225 bytes in 27,624 blocks ==9246== total heap usage: 171,069 allocs, 143,445 frees, 32,533,985 bytes allocated ==9246== ==9246== LEAK SUMMARY: ==9246== definitely lost: 0 bytes in 0 blocks ==9246== indirectly lost: 0 bytes in 0 blocks ==9246== possibly lost: 528 bytes in 2 blocks ==9246== still reachable: 2,952,656 bytes in 23,589 blocks ==9246== of which reachable via heuristic: ==9246== length64 : 592 bytes in 10 blocks ==9246== newarray : 12,912 bytes in 223 blocks ==9246== suppressed: 253,929 bytes in 3,977 blocks ==9246== Reachable blocks (those to which a pointer was found) are not shown. ==9246== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==9246== ==9246== For counts of detected and suppressed errors, rerun with: -v ==9246== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==926== Memcheck, a memory error detector ==926== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==926== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==926== Command: ./client-test Client::Source::davical_caldav::LinkedItemsAllDay::testLinkedItemsUpdateChildNoIDs ==926== Parent PID: 922 ==926== ==9286== Memcheck, a memory error detector ==9286== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==9286== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==9286== Command: ./syncevo-local-sync ==9286== Parent PID: 9093 ==9286== ==9286== ==9286== HEAP SUMMARY: ==9286== in use at exit: 2,491,304 bytes in 25,307 blocks ==9286== total heap usage: 178,954 allocs, 153,647 frees, 34,166,464 bytes allocated ==9286== ==9286== LEAK SUMMARY: ==9286== definitely lost: 0 bytes in 0 blocks ==9286== indirectly lost: 0 bytes in 0 blocks ==9286== possibly lost: 528 bytes in 2 blocks ==9286== still reachable: 2,229,759 bytes in 21,272 blocks ==9286== of which reachable via heuristic: ==9286== length64 : 592 bytes in 10 blocks ==9286== newarray : 5,976 bytes in 28 blocks ==9286== suppressed: 253,905 bytes in 3,977 blocks ==9286== Reachable blocks (those to which a pointer was found) are not shown. ==9286== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==9286== ==9286== For counts of detected and suppressed errors, rerun with: -v ==9286== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==9302== Memcheck, a memory error detector ==9302== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==9302== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==9302== Command: ./syncevo-local-sync ==9302== Parent PID: 9093 ==9302== ==9302== ==9302== HEAP SUMMARY: ==9302== in use at exit: 2,491,304 bytes in 25,307 blocks ==9302== total heap usage: 177,939 allocs, 152,632 frees, 34,065,611 bytes allocated ==9302== ==9302== LEAK SUMMARY: ==9302== definitely lost: 0 bytes in 0 blocks ==9302== indirectly lost: 0 bytes in 0 blocks ==9302== possibly lost: 528 bytes in 2 blocks ==9302== still reachable: 2,229,759 bytes in 21,272 blocks ==9302== of which reachable via heuristic: ==9302== length64 : 592 bytes in 10 blocks ==9302== newarray : 5,976 bytes in 28 blocks ==9302== suppressed: 253,905 bytes in 3,977 blocks ==9302== Reachable blocks (those to which a pointer was found) are not shown. ==9302== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==9302== ==9302== For counts of detected and suppressed errors, rerun with: -v ==9302== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==9339== Memcheck, a memory error detector ==9339== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==9339== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==9339== Command: ./client-test Client::Sync::eds_task::testUpdate ==9339== Parent PID: 9093 ==9339== ==934== Memcheck, a memory error detector ==934== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==934== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==934== Command: ./client-test Client::Source::davical_caldav::LinkedItemsAllDay::testLinkedItemsInsertBothUpdateChild ==934== Parent PID: 111 ==934== ==934== ==934== HEAP SUMMARY: ==934== in use at exit: 487,151 bytes in 5,478 blocks ==934== total heap usage: 232,432 allocs, 226,888 frees, 27,839,057 bytes allocated ==934== ==934== LEAK SUMMARY: ==934== definitely lost: 0 bytes in 0 blocks ==934== indirectly lost: 0 bytes in 0 blocks ==934== possibly lost: 1,392 bytes in 4 blocks ==934== still reachable: 202,396 bytes in 1,107 blocks ==934== of which reachable via heuristic: ==934== length64 : 1,032 bytes in 18 blocks ==934== newarray : 5,976 bytes in 28 blocks ==934== suppressed: 271,843 bytes in 4,283 blocks ==934== Reachable blocks (those to which a pointer was found) are not shown. ==934== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==934== ==934== For counts of detected and suppressed errors, rerun with: -v ==934== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==9368== Memcheck, a memory error detector ==9368== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==9368== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==9368== Command: ./syncevo-local-sync ==9368== Parent PID: 9093 ==9368== ==9368== ==9368== HEAP SUMMARY: ==9368== in use at exit: 2,491,336 bytes in 25,307 blocks ==9368== total heap usage: 180,036 allocs, 154,729 frees, 34,275,468 bytes allocated ==9368== ==9368== LEAK SUMMARY: ==9368== definitely lost: 0 bytes in 0 blocks ==9368== indirectly lost: 0 bytes in 0 blocks ==9368== possibly lost: 528 bytes in 2 blocks ==9368== still reachable: 2,229,759 bytes in 21,272 blocks ==9368== of which reachable via heuristic: ==9368== length64 : 592 bytes in 10 blocks ==9368== newarray : 5,976 bytes in 28 blocks ==9368== suppressed: 253,937 bytes in 3,977 blocks ==9368== Reachable blocks (those to which a pointer was found) are not shown. ==9368== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==9368== ==9368== For counts of detected and suppressed errors, rerun with: -v ==9368== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==938== Memcheck, a memory error detector ==938== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==938== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==938== Command: ./client-test Client::Source::davical_caldav::LinkedItemsAllDay::testLinkedItemsInsertBothUpdateChild ==938== Parent PID: 934 ==938== ==9384== Memcheck, a memory error detector ==9384== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==9384== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==9384== Command: ./syncevo-local-sync ==9384== Parent PID: 9093 ==9384== ==9384== ==9384== HEAP SUMMARY: ==9384== in use at exit: 2,491,328 bytes in 25,307 blocks ==9384== total heap usage: 177,947 allocs, 152,640 frees, 34,043,893 bytes allocated ==9384== ==9384== LEAK SUMMARY: ==9384== definitely lost: 0 bytes in 0 blocks ==9384== indirectly lost: 0 bytes in 0 blocks ==9384== possibly lost: 528 bytes in 2 blocks ==9384== still reachable: 2,229,759 bytes in 21,272 blocks ==9384== of which reachable via heuristic: ==9384== length64 : 592 bytes in 10 blocks ==9384== newarray : 5,976 bytes in 28 blocks ==9384== suppressed: 253,929 bytes in 3,977 blocks ==9384== Reachable blocks (those to which a pointer was found) are not shown. ==9384== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==9384== ==9384== For counts of detected and suppressed errors, rerun with: -v ==9384== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==9422== Memcheck, a memory error detector ==9422== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==9422== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==9422== Command: ./client-test Client::Sync::eds_task::testUpdate ==9422== Parent PID: 9093 ==9422== ==9427== Memcheck, a memory error detector ==9427== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==9427== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==9427== Command: ./client-test Client::Sync::eds_task::testMerge ==9427== Parent PID: 111 ==9427== ==9427== ==9427== HEAP SUMMARY: ==9427== in use at exit: 2,890,023 bytes in 29,965 blocks ==9427== total heap usage: 2,365,040 allocs, 2,335,012 frees, 335,852,183 bytes allocated ==9427== ==9427== LEAK SUMMARY: ==9427== definitely lost: 0 bytes in 0 blocks ==9427== indirectly lost: 0 bytes in 0 blocks ==9427== possibly lost: 1,392 bytes in 4 blocks ==9427== still reachable: 2,240,754 bytes in 21,466 blocks ==9427== of which reachable via heuristic: ==9427== length64 : 5,120 bytes in 80 blocks ==9427== newarray : 6,312 bytes in 49 blocks ==9427== suppressed: 577,781 bytes in 7,963 blocks ==9427== Reachable blocks (those to which a pointer was found) are not shown. ==9427== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==9427== ==9427== For counts of detected and suppressed errors, rerun with: -v ==9427== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==9459== Memcheck, a memory error detector ==9459== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==9459== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==9459== Command: ./syncevo-local-sync ==9459== Parent PID: 9427 ==9459== ==9459== ==9459== HEAP SUMMARY: ==9459== in use at exit: 2,491,336 bytes in 25,307 blocks ==9459== total heap usage: 176,466 allocs, 151,159 frees, 33,880,507 bytes allocated ==9459== ==9459== LEAK SUMMARY: ==9459== definitely lost: 0 bytes in 0 blocks ==9459== indirectly lost: 0 bytes in 0 blocks ==9459== possibly lost: 528 bytes in 2 blocks ==9459== still reachable: 2,229,759 bytes in 21,272 blocks ==9459== of which reachable via heuristic: ==9459== length64 : 592 bytes in 10 blocks ==9459== newarray : 5,976 bytes in 28 blocks ==9459== suppressed: 253,937 bytes in 3,977 blocks ==9459== Reachable blocks (those to which a pointer was found) are not shown. ==9459== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==9459== ==9459== For counts of detected and suppressed errors, rerun with: -v ==9459== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==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::davical_caldav::LinkedItemsAllDay::testLinkedItemsInsertBothUpdateChild ==946== Parent PID: 934 ==946== ==9499== Memcheck, a memory error detector ==9499== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==9499== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==9499== Command: ./syncevo-local-sync ==9499== Parent PID: 9427 ==9499== ==9499== ==9499== HEAP SUMMARY: ==9499== in use at exit: 2,491,336 bytes in 25,307 blocks ==9499== total heap usage: 174,605 allocs, 149,298 frees, 33,739,966 bytes allocated ==9499== ==9499== LEAK SUMMARY: ==9499== definitely lost: 0 bytes in 0 blocks ==9499== indirectly lost: 0 bytes in 0 blocks ==9499== possibly lost: 528 bytes in 2 blocks ==9499== still reachable: 2,229,759 bytes in 21,272 blocks ==9499== of which reachable via heuristic: ==9499== length64 : 592 bytes in 10 blocks ==9499== newarray : 5,976 bytes in 28 blocks ==9499== suppressed: 253,937 bytes in 3,977 blocks ==9499== Reachable blocks (those to which a pointer was found) are not shown. ==9499== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==9499== ==9499== For counts of detected and suppressed errors, rerun with: -v ==9499== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==9539== Memcheck, a memory error detector ==9539== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==9539== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==9539== Command: ./syncevo-local-sync ==9539== Parent PID: 9427 ==9539== ==9539== ==9539== HEAP SUMMARY: ==9539== in use at exit: 2,491,304 bytes in 25,307 blocks ==9539== total heap usage: 172,512 allocs, 147,205 frees, 33,509,834 bytes allocated ==9539== ==9539== LEAK SUMMARY: ==9539== definitely lost: 0 bytes in 0 blocks ==9539== indirectly lost: 0 bytes in 0 blocks ==9539== possibly lost: 528 bytes in 2 blocks ==9539== still reachable: 2,229,759 bytes in 21,272 blocks ==9539== of which reachable via heuristic: ==9539== length64 : 592 bytes in 10 blocks ==9539== newarray : 5,976 bytes in 28 blocks ==9539== suppressed: 253,905 bytes in 3,977 blocks ==9539== Reachable blocks (those to which a pointer was found) are not shown. ==9539== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==9539== ==9539== For counts of detected and suppressed errors, rerun with: -v ==9539== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==954== Memcheck, a memory error detector ==954== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==954== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==954== Command: ./client-test Client::Source::davical_caldav::LinkedItemsAllDay::testLinkedItemsInsertBothUpdateParent ==954== Parent PID: 111 ==954== ==954== ==954== HEAP SUMMARY: ==954== in use at exit: 484,103 bytes in 5,466 blocks ==954== total heap usage: 231,396 allocs, 225,864 frees, 27,677,195 bytes allocated ==954== ==954== LEAK SUMMARY: ==954== definitely lost: 0 bytes in 0 blocks ==954== indirectly lost: 0 bytes in 0 blocks ==954== possibly lost: 1,392 bytes in 4 blocks ==954== still reachable: 199,324 bytes in 1,095 blocks ==954== of which reachable via heuristic: ==954== length64 : 1,032 bytes in 18 blocks ==954== newarray : 5,976 bytes in 28 blocks ==954== suppressed: 271,867 bytes in 4,283 blocks ==954== Reachable blocks (those to which a pointer was found) are not shown. ==954== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==954== ==954== For counts of detected and suppressed errors, rerun with: -v ==954== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==9579== Memcheck, a memory error detector ==9579== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==9579== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==9579== Command: ./syncevo-local-sync ==9579== Parent PID: 9427 ==9579== ==9579== ==9579== HEAP SUMMARY: ==9579== in use at exit: 3,214,205 bytes in 27,624 blocks ==9579== total heap usage: 171,023 allocs, 143,399 frees, 32,530,626 bytes allocated ==9579== ==9579== LEAK SUMMARY: ==9579== definitely lost: 0 bytes in 0 blocks ==9579== indirectly lost: 0 bytes in 0 blocks ==9579== possibly lost: 528 bytes in 2 blocks ==9579== still reachable: 2,952,652 bytes in 23,589 blocks ==9579== of which reachable via heuristic: ==9579== length64 : 592 bytes in 10 blocks ==9579== newarray : 12,912 bytes in 223 blocks ==9579== suppressed: 253,913 bytes in 3,977 blocks ==9579== Reachable blocks (those to which a pointer was found) are not shown. ==9579== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==9579== ==9579== For counts of detected and suppressed errors, rerun with: -v ==9579== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==958== Memcheck, a memory error detector ==958== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==958== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==958== Command: ./client-test Client::Source::davical_caldav::LinkedItemsAllDay::testLinkedItemsInsertBothUpdateParent ==958== Parent PID: 954 ==958== ==9619== Memcheck, a memory error detector ==9619== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==9619== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==9619== Command: ./syncevo-local-sync ==9619== Parent PID: 9427 ==9619== ==9619== ==9619== HEAP SUMMARY: ==9619== in use at exit: 2,491,344 bytes in 25,308 blocks ==9619== total heap usage: 178,949 allocs, 153,641 frees, 34,165,920 bytes allocated ==9619== ==9619== LEAK SUMMARY: ==9619== definitely lost: 0 bytes in 0 blocks ==9619== indirectly lost: 0 bytes in 0 blocks ==9619== possibly lost: 528 bytes in 2 blocks ==9619== still reachable: 2,229,759 bytes in 21,272 blocks ==9619== of which reachable via heuristic: ==9619== length64 : 632 bytes in 11 blocks ==9619== newarray : 5,976 bytes in 28 blocks ==9619== suppressed: 253,945 bytes in 3,978 blocks ==9619== Reachable blocks (those to which a pointer was found) are not shown. ==9619== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==9619== ==9619== For counts of detected and suppressed errors, rerun with: -v ==9619== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==9636== Memcheck, a memory error detector ==9636== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==9636== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==9636== Command: ./syncevo-local-sync ==9636== Parent PID: 9427 ==9636== ==9636== ==9636== HEAP SUMMARY: ==9636== in use at exit: 2,491,304 bytes in 25,307 blocks ==9636== total heap usage: 177,913 allocs, 152,606 frees, 34,064,053 bytes allocated ==9636== ==9636== LEAK SUMMARY: ==9636== definitely lost: 0 bytes in 0 blocks ==9636== indirectly lost: 0 bytes in 0 blocks ==9636== possibly lost: 528 bytes in 2 blocks ==9636== still reachable: 2,229,759 bytes in 21,272 blocks ==9636== of which reachable via heuristic: ==9636== length64 : 592 bytes in 10 blocks ==9636== newarray : 5,976 bytes in 28 blocks ==9636== suppressed: 253,905 bytes in 3,977 blocks ==9636== Reachable blocks (those to which a pointer was found) are not shown. ==9636== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==9636== ==9636== For counts of detected and suppressed errors, rerun with: -v ==9636== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==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::davical_caldav::LinkedItemsAllDay::testLinkedItemsInsertBothUpdateParent ==966== Parent PID: 954 ==966== ==9673== Memcheck, a memory error detector ==9673== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==9673== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==9673== Command: ./client-test Client::Sync::eds_task::testMerge ==9673== Parent PID: 9427 ==9673== ==9725== Memcheck, a memory error detector ==9725== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==9725== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==9725== Command: ./syncevo-local-sync ==9725== Parent PID: 9427 ==9725== ==9725== ==9725== HEAP SUMMARY: ==9725== in use at exit: 2,491,320 bytes in 25,307 blocks ==9725== total heap usage: 180,048 allocs, 154,741 frees, 34,276,936 bytes allocated ==9725== ==9725== LEAK SUMMARY: ==9725== definitely lost: 0 bytes in 0 blocks ==9725== indirectly lost: 0 bytes in 0 blocks ==9725== possibly lost: 528 bytes in 2 blocks ==9725== still reachable: 2,229,759 bytes in 21,272 blocks ==9725== of which reachable via heuristic: ==9725== length64 : 592 bytes in 10 blocks ==9725== newarray : 5,976 bytes in 28 blocks ==9725== suppressed: 253,921 bytes in 3,977 blocks ==9725== Reachable blocks (those to which a pointer was found) are not shown. ==9725== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==9725== ==9725== For counts of detected and suppressed errors, rerun with: -v ==9725== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==974== Memcheck, a memory error detector ==974== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==974== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==974== Command: ./client-test Client::Source::davical_caldav::LinkedItemsNoTZ::testLinkedItemsParent ==974== Parent PID: 111 ==974== ==974== ==974== HEAP SUMMARY: ==974== in use at exit: 459,579 bytes in 5,371 blocks ==974== total heap usage: 184,742 allocs, 179,309 frees, 22,145,774 bytes allocated ==974== ==974== LEAK SUMMARY: ==974== definitely lost: 0 bytes in 0 blocks ==974== indirectly lost: 0 bytes in 0 blocks ==974== possibly lost: 1,392 bytes in 4 blocks ==974== still reachable: 174,744 bytes in 998 blocks ==974== of which reachable via heuristic: ==974== length64 : 1,032 bytes in 18 blocks ==974== newarray : 5,976 bytes in 28 blocks ==974== suppressed: 271,923 bytes in 4,285 blocks ==974== Reachable blocks (those to which a pointer was found) are not shown. ==974== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==974== ==974== For counts of detected and suppressed errors, rerun with: -v ==974== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==9741== Memcheck, a memory error detector ==9741== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==9741== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==9741== Command: ./syncevo-local-sync ==9741== Parent PID: 9427 ==9741== ==9741== ==9741== HEAP SUMMARY: ==9741== in use at exit: 2,491,336 bytes in 25,307 blocks ==9741== total heap usage: 184,595 allocs, 159,288 frees, 34,721,703 bytes allocated ==9741== ==9741== LEAK SUMMARY: ==9741== definitely lost: 0 bytes in 0 blocks ==9741== indirectly lost: 0 bytes in 0 blocks ==9741== possibly lost: 528 bytes in 2 blocks ==9741== still reachable: 2,229,759 bytes in 21,272 blocks ==9741== of which reachable via heuristic: ==9741== length64 : 592 bytes in 10 blocks ==9741== newarray : 5,976 bytes in 28 blocks ==9741== suppressed: 253,937 bytes in 3,977 blocks ==9741== Reachable blocks (those to which a pointer was found) are not shown. ==9741== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==9741== ==9741== For counts of detected and suppressed errors, rerun with: -v ==9741== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==9769== Memcheck, a memory error detector ==9769== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==9769== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==9769== Command: ./syncevo-local-sync ==9769== Parent PID: 9427 ==9769== ==9769== ==9769== HEAP SUMMARY: ==9769== in use at exit: 2,491,360 bytes in 25,307 blocks ==9769== total heap usage: 177,908 allocs, 152,601 frees, 34,041,187 bytes allocated ==9769== ==9769== LEAK SUMMARY: ==9769== definitely lost: 0 bytes in 0 blocks ==9769== indirectly lost: 0 bytes in 0 blocks ==9769== possibly lost: 528 bytes in 2 blocks ==9769== still reachable: 2,229,759 bytes in 21,272 blocks ==9769== of which reachable via heuristic: ==9769== length64 : 592 bytes in 10 blocks ==9769== newarray : 5,976 bytes in 28 blocks ==9769== suppressed: 253,961 bytes in 3,977 blocks ==9769== Reachable blocks (those to which a pointer was found) are not shown. ==9769== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==9769== ==9769== For counts of detected and suppressed errors, rerun with: -v ==9769== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==978== Memcheck, a memory error detector ==978== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==978== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==978== Command: ./client-test Client::Source::davical_caldav::LinkedItemsNoTZ::testLinkedItemsParent ==978== Parent PID: 974 ==978== ==9806== Memcheck, a memory error detector ==9806== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==9806== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==9806== Command: ./client-test Client::Sync::eds_task::testMerge ==9806== Parent PID: 9427 ==9806== ==9810== Memcheck, a memory error detector ==9810== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==9810== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==9810== Command: ./syncevo-local-sync ==9810== Parent PID: 9427 ==9810== ==9810== ==9810== HEAP SUMMARY: ==9810== in use at exit: 2,491,312 bytes in 25,307 blocks ==9810== total heap usage: 177,223 allocs, 151,916 frees, 33,954,692 bytes allocated ==9810== ==9810== LEAK SUMMARY: ==9810== definitely lost: 0 bytes in 0 blocks ==9810== indirectly lost: 0 bytes in 0 blocks ==9810== possibly lost: 528 bytes in 2 blocks ==9810== still reachable: 2,229,759 bytes in 21,272 blocks ==9810== of which reachable via heuristic: ==9810== length64 : 592 bytes in 10 blocks ==9810== newarray : 5,976 bytes in 28 blocks ==9810== suppressed: 253,913 bytes in 3,977 blocks ==9810== Reachable blocks (those to which a pointer was found) are not shown. ==9810== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==9810== ==9810== For counts of detected and suppressed errors, rerun with: -v ==9810== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==9847== Memcheck, a memory error detector ==9847== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==9847== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==9847== Command: ./client-test Client::Sync::eds_task::testMerge ==9847== Parent PID: 9427 ==9847== ==9851== Memcheck, a memory error detector ==9851== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==9851== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==9851== Command: ./client-test Client::Sync::eds_task::testTwinning ==9851== Parent PID: 111 ==9851== ==9851== ==9851== HEAP SUMMARY: ==9851== in use at exit: 2,885,936 bytes in 29,899 blocks ==9851== total heap usage: 1,435,244 allocs, 1,405,286 frees, 208,262,685 bytes allocated ==9851== ==9851== LEAK SUMMARY: ==9851== definitely lost: 0 bytes in 0 blocks ==9851== indirectly lost: 0 bytes in 0 blocks ==9851== possibly lost: 1,392 bytes in 4 blocks ==9851== still reachable: 2,237,845 bytes in 21,421 blocks ==9851== of which reachable via heuristic: ==9851== length64 : 5,120 bytes in 80 blocks ==9851== newarray : 6,312 bytes in 49 blocks ==9851== suppressed: 576,435 bytes in 7,940 blocks ==9851== Reachable blocks (those to which a pointer was found) are not shown. ==9851== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==9851== ==9851== For counts of detected and suppressed errors, rerun with: -v ==9851== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==986== Memcheck, a memory error detector ==986== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==986== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==986== Command: ./client-test Client::Source::davical_caldav::LinkedItemsNoTZ::testLinkedItemsChild ==986== Parent PID: 111 ==986== ==986== ==986== HEAP SUMMARY: ==986== in use at exit: 459,555 bytes in 5,371 blocks ==986== total heap usage: 184,809 allocs, 179,376 frees, 22,152,798 bytes allocated ==986== ==986== LEAK SUMMARY: ==986== definitely lost: 0 bytes in 0 blocks ==986== indirectly lost: 0 bytes in 0 blocks ==986== possibly lost: 1,392 bytes in 4 blocks ==986== still reachable: 174,744 bytes in 998 blocks ==986== of which reachable via heuristic: ==986== length64 : 1,032 bytes in 18 blocks ==986== newarray : 5,976 bytes in 28 blocks ==986== suppressed: 271,899 bytes in 4,285 blocks ==986== Reachable blocks (those to which a pointer was found) are not shown. ==986== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==986== ==986== For counts of detected and suppressed errors, rerun with: -v ==986== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==9882== Memcheck, a memory error detector ==9882== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==9882== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==9882== Command: ./syncevo-local-sync ==9882== Parent PID: 9851 ==9882== ==9882== ==9882== HEAP SUMMARY: ==9882== in use at exit: 2,491,328 bytes in 25,307 blocks ==9882== total heap usage: 176,468 allocs, 151,161 frees, 33,880,115 bytes allocated ==9882== ==9882== LEAK SUMMARY: ==9882== definitely lost: 0 bytes in 0 blocks ==9882== indirectly lost: 0 bytes in 0 blocks ==9882== possibly lost: 528 bytes in 2 blocks ==9882== still reachable: 2,229,759 bytes in 21,272 blocks ==9882== of which reachable via heuristic: ==9882== length64 : 592 bytes in 10 blocks ==9882== newarray : 5,976 bytes in 28 blocks ==9882== suppressed: 253,929 bytes in 3,977 blocks ==9882== Reachable blocks (those to which a pointer was found) are not shown. ==9882== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==9882== ==9882== For counts of detected and suppressed errors, rerun with: -v ==9882== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==990== Memcheck, a memory error detector ==990== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==990== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==990== Command: ./client-test Client::Source::davical_caldav::LinkedItemsNoTZ::testLinkedItemsChild ==990== Parent PID: 986 ==990== ==9922== Memcheck, a memory error detector ==9922== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==9922== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==9922== Command: ./syncevo-local-sync ==9922== Parent PID: 9851 ==9922== ==9922== ==9922== HEAP SUMMARY: ==9922== in use at exit: 2,491,336 bytes in 25,307 blocks ==9922== total heap usage: 174,601 allocs, 149,294 frees, 33,739,297 bytes allocated ==9922== ==9922== LEAK SUMMARY: ==9922== definitely lost: 0 bytes in 0 blocks ==9922== indirectly lost: 0 bytes in 0 blocks ==9922== possibly lost: 528 bytes in 2 blocks ==9922== still reachable: 2,229,759 bytes in 21,272 blocks ==9922== of which reachable via heuristic: ==9922== length64 : 592 bytes in 10 blocks ==9922== newarray : 5,976 bytes in 28 blocks ==9922== suppressed: 253,937 bytes in 3,977 blocks ==9922== Reachable blocks (those to which a pointer was found) are not shown. ==9922== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==9922== ==9922== For counts of detected and suppressed errors, rerun with: -v ==9922== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==998== Memcheck, a memory error detector ==998== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==998== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==998== Command: ./client-test Client::Source::davical_caldav::LinkedItemsNoTZ::testLinkedItemsParentChild ==998== Parent PID: 111 ==998== ==998== ==998== HEAP SUMMARY: ==998== in use at exit: 477,931 bytes in 5,441 blocks ==998== total heap usage: 226,878 allocs, 221,371 frees, 26,802,953 bytes allocated ==998== ==998== LEAK SUMMARY: ==998== definitely lost: 0 bytes in 0 blocks ==998== indirectly lost: 0 bytes in 0 blocks ==998== possibly lost: 1,392 bytes in 4 blocks ==998== still reachable: 193,176 bytes in 1,070 blocks ==998== of which reachable via heuristic: ==998== length64 : 1,032 bytes in 18 blocks ==998== newarray : 5,976 bytes in 28 blocks ==998== suppressed: 271,843 bytes in 4,283 blocks ==998== Reachable blocks (those to which a pointer was found) are not shown. ==998== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==998== ==998== For counts of detected and suppressed errors, rerun with: -v ==998== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==9988== Memcheck, a memory error detector ==9988== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==9988== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==9988== Command: ./client-test Client::Sync::eds_task::testTwinning ==9988== Parent PID: 9851 ==9988== ==9996== Memcheck, a memory error detector ==9996== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==9996== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==9996== Command: ./syncevo-local-sync ==9996== Parent PID: 9851 ==9996== ==9996== ==9996== HEAP SUMMARY: ==9996== in use at exit: 2,491,336 bytes in 25,307 blocks ==9996== total heap usage: 179,642 allocs, 154,335 frees, 34,272,642 bytes allocated ==9996== ==9996== LEAK SUMMARY: ==9996== definitely lost: 0 bytes in 0 blocks ==9996== indirectly lost: 0 bytes in 0 blocks ==9996== possibly lost: 528 bytes in 2 blocks ==9996== still reachable: 2,229,759 bytes in 21,272 blocks ==9996== of which reachable via heuristic: ==9996== length64 : 592 bytes in 10 blocks ==9996== newarray : 5,976 bytes in 28 blocks ==9996== suppressed: 253,937 bytes in 3,977 blocks ==9996== Reachable blocks (those to which a pointer was found) are not shown. ==9996== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==9996== ==9996== For counts of detected and suppressed errors, rerun with: -v ==9996== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) valgrindcheck: ./client-test Client::Sync::eds_contact Client::Sync::eds_event Client::Sync::eds_task Client::Source::davical_caldav Client::Source::davical_caldavtodo Client::Source::davical_carddav: final result 1 wrappercheck-102 line 100: RET=1 wrappercheck-102 line 101: set -e wrappercheck-102 line 107: set +x *** killing and waiting for /usr/lib/evolution/evolution-calendar-factory wrappercheck-102 line 108: kill -INT -104 wrappercheck-102 line 108: kill -TERM -104 wrappercheck-102 line 108: kill -TERM 104 wrappercheck-102 line 110: KILL_PID=28195 wrappercheck-102 line 115: set +e wrappercheck-102 line 116: wait 104 wrappercheck-102 line 117: SUBRET=143 wrappercheck-102 line 118: case $SUBRET in wrappercheck-102 line 118: SUBRET=0 wrappercheck-102 line 120: SUBRET=0 wrappercheck-102 line 121: '[' 28195 ']' wrappercheck-102 line 109: perl -e 'sleep(60); kill(9, -104);' wwrappercheck-102 line 122: LC_ALL=C wwrappercheck-102 line 122: kill -KILL 28195 wrappercheck-102 line 122: msg= wrappercheck-102 line 123: echo '' wrappercheck-102 line 123: grep -q 'No such process' /data/runtests/work/sources/syncevolution/test/wrappercheck.sh: line 130: 28195 Killed perl -e "sleep(60); kill(9, -$BACKGROUND_PID);" wrappercheck-102 line 127: echo '' wrappercheck-102 line 129: wait 28195 wrappercheck-102 line 131: set -e wrappercheck-102 line 132: '[' 1 = 0 ']' wrappercheck-102 line 136: exit 1 wrappercheck-82 line 100: RET=1 wrappercheck-82 line 101: set -e wrappercheck-82 line 107: set +x *** killing and waiting for /usr/lib/evolution/evolution-addressbook-factory wrappercheck-82 line 108: kill -INT -84 wrappercheck-82 line 108: kill -TERM -84 wrappercheck-82 line 108: kill -TERM 84 wrappercheck-82 line 110: KILL_PID=28200 wrappercheck-82 line 109: perl -e 'sleep(60); kill(9, -84);' wrappercheck-82 line 115: set +e wrappercheck-82 line 116: wait 84 wrappercheck-82 line 117: SUBRET=143 wrappercheck-82 line 118: case $SUBRET in wrappercheck-82 line 118: SUBRET=0 wrappercheck-82 line 120: SUBRET=0 wrappercheck-82 line 121: '[' 28200 ']' wwrappercheck-82 line 122: LC_ALL=C wwrappercheck-82 line 122: kill -KILL 28200 wrappercheck-82 line 122: msg= wrappercheck-82 line 123: echo '' wrappercheck-82 line 123: grep -q 'No such process' /data/runtests/work/sources/syncevolution/test/wrappercheck.sh: line 130: 28200 Killed perl -e "sleep(60); kill(9, -$BACKGROUND_PID);" wrappercheck-82 line 127: echo '' wrappercheck-82 line 129: wait 28200 wrappercheck-82 line 131: set -e wrappercheck-82 line 132: '[' 1 = 0 ']' wrappercheck-82 line 136: exit 1 wrappercheck-25 line 100: RET=1 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 -28 wrappercheck-25 line 108: kill -TERM -28 wrappercheck-25 line 108: kill -TERM 28 wrappercheck-25 line 110: KILL_PID=28205 wrappercheck-25 line 115: set +e wrappercheck-25 line 116: wait 28 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: '[' 28205 ']' wwrappercheck-25 line 122: LC_ALL=C wwrappercheck-25 line 122: kill -KILL 28205 wrappercheck-25 line 122: msg= wrappercheck-25 line 123: echo '' wrappercheck-25 line 123: grep -q 'No such process' /data/runtests/work/sources/syncevolution/test/wrappercheck.sh: line 130: 28205 Killed perl -e "sleep(60); kill(9, -$BACKGROUND_PID);" wrappercheck-25 line 127: echo '' wrappercheck-25 line 129: wait 28205 wrappercheck-25 line 131: set -e wrappercheck-25 line 132: '[' 1 = 0 ']' wrappercheck-25 line 136: exit 1 wrappercheck-19 line 100: RET=1 wrappercheck-19 line 101: set -e wrappercheck-19 line 107: set +x *** killing and waiting for dbus-monitor wrappercheck-19 line 108: kill -INT -23 wrappercheck-19 line 108: kill -TERM -23 wrappercheck-19 line 108: kill -TERM 23 wrappercheck-19 line 110: KILL_PID=28210 wrappercheck-19 line 109: perl -e 'sleep(60); kill(9, -23);' wrappercheck-19 line 115: set +e wrappercheck-19 line 116: wait 23 wrappercheck-19 line 117: SUBRET=143 wrappercheck-19 line 118: case $SUBRET in wrappercheck-19 line 118: SUBRET=0 wrappercheck-19 line 120: SUBRET=0 wrappercheck-19 line 121: '[' 28210 ']' wwrappercheck-19 line 122: LC_ALL=C wwrappercheck-19 line 122: kill -KILL 28210 wrappercheck-19 line 122: msg= wrappercheck-19 line 123: echo '' wrappercheck-19 line 123: grep -q 'No such process' /data/runtests/work/sources/syncevolution/test/wrappercheck.sh: line 130: 28210 Killed perl -e "sleep(60); kill(9, -$BACKGROUND_PID);" wrappercheck-19 line 127: echo '' wrappercheck-19 line 129: wait 28210 wrappercheck-19 line 131: set -e wrappercheck-19 line 132: '[' 1 = 0 ']' wrappercheck-19 line 136: exit 1 dbus-session.sh: program returned 1 dbus-session.sh: final result 1 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.20Bcob3U83 Fri Jan 5 21:12:47 2018 UTC (+ 14013.5s / 14669.4s) === cleaning up === Traceback (most recent call last): File "/data/runtests/work/sources/syncevolution/test/resources.py", line 188, in subprocess.check_call(args) File "/usr/lib64/python2.7/subprocess.py", line 186, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['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=davical', 'CLIENT_TEST_SOURCES=davical_caldav,davical_caldavtodo,davical_carddav,eds_event,eds_task,eds_contact', 'SYNC_EVOLUTION_EVO_CALENDAR_DELAY=1', 'CLIENT_TEST_ALARM=1200', 'CLIENT_TEST_WEBDAV=davical caldav caldavtodo carddav', 'CLIENT_TEST_NUM_ITEMS=10', 'CLIENT_TEST_SIMPLE_UID=1', 'CLIENT_TEST_MODE=server', '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/davical', '-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:.:/home/nightly/bin:/home/nightly/testing:/usr/sbin:/sbin:/home/nightly/testing:/usr/sbin:/sbin:/home/nightly/bin:/usr/local/bin:/usr/bin:/bin:/usr/games:/usr/lib/mit/bin:/usr/lib/mit/sbin:', '/data/runtests/work/sources/syncevolution/test/valgrindcheck.sh', './client-test', 'Client::Sync::eds_contact', 'Client::Sync::eds_event', 'Client::Sync::eds_task', 'Client::Source::davical_caldav', 'Client::Source::davical_caldavtodo', 'Client::Source::davical_carddav']' returned non-zero exit status 1 Traceback (most recent call last): File "/data/runtests/work/sources/syncevolution/test/runtests.py", line 357, in tryexecution self.execute() File "/data/runtests/work/sources/syncevolution/test/runtests.py", line 995, in execute resources=[self.name]) File "/data/runtests/work/sources/syncevolution/test/runtests.py", line 496, in runCommand raise Exception("%s: failed (return code %d)" % (cmdstr, result>>8)) Exception: /data/runtests/work/sources/syncevolution/test/resources.py -j 1 -r davical -- 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=davical CLIENT_TEST_SOURCES=davical_caldav,davical_caldavtodo,davical_carddav,eds_event,eds_task,eds_contact SYNC_EVOLUTION_EVO_CALENDAR_DELAY=1 CLIENT_TEST_ALARM=1200 'CLIENT_TEST_WEBDAV=davical caldav caldavtodo carddav' CLIENT_TEST_NUM_ITEMS=10 CLIENT_TEST_SIMPLE_UID=1 CLIENT_TEST_MODE=server 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/davical -r -p -c 2018-01-05-07-10-all-testing-amd64 -- env PKG_CONFIG_PATH=/data/runtests/install/stable-amd64/libwbxml/lib/pkgconfig DBUS_SESSION_SH_SYSTEM_BUS=1 /unshare --pid --mount-proc --fork -- /data/runtests/work/sources/syncevolution/test/dbus-session.sh /data/runtests/work/sources/syncevolution/test/wrappercheck.sh --daemon-log dbus-monitor.log dbus-monitor interface=org.freedesktop.DBus -- /data/runtests/work/sources/syncevolution/test/wrappercheck.sh --daemon-log evolution-source-registry.log --daemon-sleep 5 --wait-for-dbus-daemon org.gnome.evolution.dataserver.Sources /usr/lib/evolution/evolution-source-registry -- /data/runtests/work/sources/syncevolution/test/wrappercheck.sh --daemon-log evolution-addressbook-factory.log --wait-for-dbus-daemon org.gnome.evolution.dataserver.AddressBook /usr/lib/evolution/evolution-addressbook-factory --keep-running -- /data/runtests/work/sources/syncevolution/test/wrappercheck.sh --daemon-log evolution-calendar-factory.log /usr/lib/evolution/evolution-calendar-factory --keep-running -- env LD_LIBRARY_PATH=build-synthesis/src/.libs:.libs:syncevo/.libs:gdbus/.libs:gdbusxx/.libs: PATH=backends/webdav:.:$PATH: /data/runtests/work/sources/syncevolution/test/valgrindcheck.sh ./client-test Client::Sync::eds_contact Client::Sync::eds_event Client::Sync::eds_task Client::Source::davical_caldav Client::Source::davical_caldavtodo Client::Source::davical_carddav: failed (return code 1)