runtests.py-17081 Fri Jan 5 15:56:20 2018 UTC (+ 1.1s / 1633.0s) target /data/schroot/2018-01-05-07-10-all-testing-amd64/data/runtests/work/testing-amd64/home/apple/.config/akonadi/akonadiserverrc: [%General] Driver=QSQLITE3 [QSQLITE3] Name=/data/runtests/work/testing-amd64/home/apple/data/akonadi/akonadi.db [Debug] Tracer=null runtests.py-17081 Fri Jan 5 15:56:20 2018 UTC (+ 0.2s / 1633.2s) target /data/schroot/2018-01-05-07-10-all-testing-amd64/data/runtests/work/testing-amd64/home/apple/.local/share/akonadi/akonadi.db: PRAGMA foreign_keys=OFF; BEGIN TRANSACTION; CREATE TABLE SchemaVersionTable (version INTEGER NOT NULL DEFAULT 0); INSERT INTO "SchemaVersionTable" VALUES(20); CREATE TABLE ResourceTable (id INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, name TEXT UNIQUE NOT NULL, isVirtual BOOL DEFAULT false); INSERT INTO "ResourceTable" VALUES(1,'akonadi_search_resource',1); INSERT INTO "ResourceTable" VALUES(2,'akonadi_ical_resource_0','false'); INSERT INTO "ResourceTable" VALUES(3,'akonadi_ical_resource_1','false'); INSERT INTO "ResourceTable" VALUES(4,'akonadi_ical_resource_2','false'); INSERT INTO "ResourceTable" VALUES(5,'akonadi_contacts_resource_0','false'); INSERT INTO "ResourceTable" VALUES(6,'akonadi_contacts_resource_1','false'); INSERT INTO "ResourceTable" VALUES(7,'akonadi_contacts_resource_2','false'); INSERT INTO "ResourceTable" VALUES(8,'akonadi_notes_resource_0','false'); INSERT INTO "ResourceTable" VALUES(9,'akonadi_notes_resource_1','false'); INSERT INTO "ResourceTable" VALUES(10,'akonadi_notes_resource_2','false'); CREATE TABLE CollectionTable (id INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, remoteId TEXT, remoteRevision TEXT, name TEXT NOT NULL, parentId BIGINT, resourceId BIGINT NOT NULL, subscribed BOOL NOT NULL DEFAULT true, cachePolicyInherit BOOL NOT NULL DEFAULT true, cachePolicyCheckInterval INTEGER NOT NULL DEFAULT -1, cachePolicyCacheTimeout INTEGER NOT NULL DEFAULT -1, cachePolicySyncOnDemand BOOL NOT NULL DEFAULT false, cachePolicyLocalParts TEXT, queryString TEXT, queryLanguage TEXT); INSERT INTO "CollectionTable" VALUES(1,NULL,NULL,'Search',NULL,1,'true','true',-1,-1,'false',NULL,NULL,NULL); INSERT INTO "CollectionTable" VALUES(2,'file:///data/runtests/work/testing-amd64/home/apple/data/akonadi/ical_resource_0.ics','','akonadi_ical_resource_0',NULL,2,'true','true',-1,-1,'false',NULL,NULL,NULL); INSERT INTO "CollectionTable" VALUES(3,'file:///data/runtests/work/testing-amd64/home/apple/data/akonadi/ical_resource_1.ics','','akonadi_ical_resource_1',NULL,3,'true','true',-1,-1,'false',NULL,NULL,NULL); INSERT INTO "CollectionTable" VALUES(4,'file:///data/runtests/work/testing-amd64/home/apple/data/akonadi/ical_resource_2.ics','','akonadi_ical_resource_2',NULL,4,'true','true',-1,-1,'false',NULL,NULL,NULL); INSERT INTO "CollectionTable" VALUES(5,'/data/runtests/work/testing-amd64/home/apple/data/akonadi/contacts_0','','Personal_Contacts_0',NULL,5,'true','true',-1,-1,'false',NULL,NULL,NULL); INSERT INTO "CollectionTable" VALUES(6,'/data/runtests/work/testing-amd64/home/apple/data/akonadi/contacts_1','','Personal_Contacts_1',NULL,6,'true','true',-1,-1,'false',NULL,NULL,NULL); INSERT INTO "CollectionTable" VALUES(8,'/data/runtests/work/testing-amd64/home/apple/data/akonadi/contacts_2','','Personal_Contacts_2',NULL,7,'true','true',-1,-1,'false',NULL,NULL,NULL); INSERT INTO "CollectionTable" VALUES(9,'file:///data/runtests/work/testing-amd64/home/apple/data/akonadi/notes_resource_0.ics','','akonadi_notes_resource_0',NULL,8,'true','true',-1,-1,'false',NULL,NULL,NULL); INSERT INTO "CollectionTable" VALUES(10,'file:///data/runtests/work/testing-amd64/home/apple/data/akonadi/notes_resource_0.ics','','akonadi_notes_resource_1',NULL,9,'true','true',-1,-1,'false',NULL,NULL,NULL); INSERT INTO "CollectionTable" VALUES(11,'file:///data/runtests/work/testing-amd64/home/apple/data/akonadi/notes_resource_1.ics','','akonadi_notes_resource_2',NULL,10,'true','true',-1,-1,'false',NULL,NULL,NULL); CREATE TABLE MimeTypeTable (id INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, name TEXT UNIQUE NOT NULL); INSERT INTO "MimeTypeTable" VALUES(1,'application/octet-stream'); INSERT INTO "MimeTypeTable" VALUES(2,'message/rfc822'); INSERT INTO "MimeTypeTable" VALUES(3,'text/calendar'); INSERT INTO "MimeTypeTable" VALUES(4,'text/vcard'); INSERT INTO "MimeTypeTable" VALUES(5,'inode/directory'); INSERT INTO "MimeTypeTable" VALUES(6,'application/x-vnd.akonadi.calendar.event'); INSERT INTO "MimeTypeTable" VALUES(7,'application/x-vnd.akonadi.calendar.todo'); INSERT INTO "MimeTypeTable" VALUES(8,'application/x-vnd.akonadi.calendar.journal'); INSERT INTO "MimeTypeTable" VALUES(9,'application/x-vnd.akonadi.calendar.freebusy'); INSERT INTO "MimeTypeTable" VALUES(10,'text/directory'); INSERT INTO "MimeTypeTable" VALUES(11,'application/x-vnd.kde.contactgroup'); INSERT INTO "MimeTypeTable" VALUES(12,'application/x-vnd.kde.notes'); CREATE TABLE PimItemTable (id INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, rev INTEGER NOT NULL DEFAULT 0, remoteId TEXT, remoteRevision TEXT, collectionId BIGINT, mimeTypeId BIGINT, datetime TIMESTAMP DEFAULT CURRENT_TIMESTAMP, atime TIMESTAMP, dirty BOOL, size BIGINT NOT NULL DEFAULT 0); CREATE TABLE FlagTable (id INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, name TEXT UNIQUE NOT NULL); INSERT INTO "FlagTable" VALUES(1,'important'); INSERT INTO "FlagTable" VALUES(2,'has_attachment'); INSERT INTO "FlagTable" VALUES(3,'spam'); INSERT INTO "FlagTable" VALUES(4,'\ANSWERED'); INSERT INTO "FlagTable" VALUES(5,'\FLAGGED'); INSERT INTO "FlagTable" VALUES(6,'\DELETED'); INSERT INTO "FlagTable" VALUES(7,'\SEEN'); INSERT INTO "FlagTable" VALUES(8,'\DRAFT'); CREATE TABLE PartTable (id INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, pimItemId BIGINT NOT NULL, name TEXT NOT NULL, data LONGBLOB, datasize BIGINT NOT NULL, version INTEGER DEFAULT 0, external BOOL DEFAULT false); CREATE TABLE CollectionAttributeTable (id INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, collectionId BIGINT NOT NULL, type LONGBLOB NOT NULL, value LONGBLOB); INSERT INTO "CollectionAttributeTable" VALUES(1,2,X'454E54495459444953504C4159',X'28226963616C5F7265736F757263655F302E6963732220226F66666963652D63616C656E6461722220222220282929'); INSERT INTO "CollectionAttributeTable" VALUES(2,2,X'416363657373526967687473',X'77636457'); INSERT INTO "CollectionAttributeTable" VALUES(3,3,X'454E54495459444953504C4159',X'28226963616C5F7265736F757263655F302E6963732028436C6F6E65292220226F66666963652D63616C656E6461722220222220282929'); INSERT INTO "CollectionAttributeTable" VALUES(4,3,X'416363657373526967687473',X'77636457'); INSERT INTO "CollectionAttributeTable" VALUES(5,4,X'454E54495459444953504C4159',X'28226963616C5F7265736F757263655F322E6963732220226F66666963652D63616C656E6461722220222220282929'); INSERT INTO "CollectionAttributeTable" VALUES(6,4,X'416363657373526967687473',X'77636457'); INSERT INTO "CollectionAttributeTable" VALUES(7,5,X'416363657373526967687473',X'61'); INSERT INTO "CollectionAttributeTable" VALUES(8,6,X'416363657373526967687473',X'61'); INSERT INTO "CollectionAttributeTable" VALUES(10,8,X'416363657373526967687473',X'61'); INSERT INTO "CollectionAttributeTable" VALUES(11,9,X'454E54495459444953504C4159',X'28226E6F7465735F7265736F757263655F302E6963732220226B6E6F7465732220222220282929'); INSERT INTO "CollectionAttributeTable" VALUES(12,9,X'416363657373526967687473',X'77636457'); INSERT INTO "CollectionAttributeTable" VALUES(13,10,X'454E54495459444953504C4159',X'28226E6F7465735F7265736F757263655F302E6963732028436C6F6E65292220226B6E6F7465732220222220282929'); INSERT INTO "CollectionAttributeTable" VALUES(14,10,X'416363657373526967687473',X'77636457'); INSERT INTO "CollectionAttributeTable" VALUES(15,11,X'454E54495459444953504C4159',X'28226E6F7465735F7265736F757263655F302E6963732028436C6F6E65292028436C6F6E65292220226B6E6F7465732220222220282929'); INSERT INTO "CollectionAttributeTable" VALUES(16,11,X'416363657373526967687473',X'77636457'); CREATE TABLE PimItemFlagRelation (PimItem_id INTEGER REFERENCES PimItemTable(id), Flag_id INTEGER REFERENCES FlagTable(id), PRIMARY KEY (PimItem_id, Flag_id)); CREATE TABLE CollectionMimeTypeRelation (Collection_id INTEGER REFERENCES CollectionTable(id), MimeType_id INTEGER REFERENCES MimeTypeTable(id), PRIMARY KEY (Collection_id, MimeType_id)); INSERT INTO "CollectionMimeTypeRelation" VALUES(2,3); INSERT INTO "CollectionMimeTypeRelation" VALUES(2,6); INSERT INTO "CollectionMimeTypeRelation" VALUES(2,7); INSERT INTO "CollectionMimeTypeRelation" VALUES(2,8); INSERT INTO "CollectionMimeTypeRelation" VALUES(2,9); INSERT INTO "CollectionMimeTypeRelation" VALUES(3,6); INSERT INTO "CollectionMimeTypeRelation" VALUES(3,9); INSERT INTO "CollectionMimeTypeRelation" VALUES(3,8); INSERT INTO "CollectionMimeTypeRelation" VALUES(3,7); INSERT INTO "CollectionMimeTypeRelation" VALUES(3,3); INSERT INTO "CollectionMimeTypeRelation" VALUES(4,6); INSERT INTO "CollectionMimeTypeRelation" VALUES(4,9); INSERT INTO "CollectionMimeTypeRelation" VALUES(4,8); INSERT INTO "CollectionMimeTypeRelation" VALUES(4,7); INSERT INTO "CollectionMimeTypeRelation" VALUES(4,3); INSERT INTO "CollectionMimeTypeRelation" VALUES(5,5); INSERT INTO "CollectionMimeTypeRelation" VALUES(5,10); INSERT INTO "CollectionMimeTypeRelation" VALUES(5,11); INSERT INTO "CollectionMimeTypeRelation" VALUES(6,11); INSERT INTO "CollectionMimeTypeRelation" VALUES(6,5); INSERT INTO "CollectionMimeTypeRelation" VALUES(6,10); INSERT INTO "CollectionMimeTypeRelation" VALUES(8,11); INSERT INTO "CollectionMimeTypeRelation" VALUES(8,5); INSERT INTO "CollectionMimeTypeRelation" VALUES(8,10); INSERT INTO "CollectionMimeTypeRelation" VALUES(9,12); INSERT INTO "CollectionMimeTypeRelation" VALUES(10,12); INSERT INTO "CollectionMimeTypeRelation" VALUES(11,12); CREATE TABLE CollectionPimItemRelation (Collection_id INTEGER REFERENCES CollectionTable(id), PimItem_id INTEGER REFERENCES PimItemTable(id), PRIMARY KEY (Collection_id, PimItem_id)); DELETE FROM sqlite_sequence; INSERT INTO "sqlite_sequence" VALUES('ResourceTable',10); INSERT INTO "sqlite_sequence" VALUES('CollectionTable',11); INSERT INTO "sqlite_sequence" VALUES('MimeTypeTable',12); INSERT INTO "sqlite_sequence" VALUES('FlagTable',8); INSERT INTO "sqlite_sequence" VALUES('CollectionAttributeTable',16); CREATE UNIQUE INDEX CollectionTable_parentAndNameIndex ON CollectionTable (parentId,name); CREATE INDEX PimItemTable_collectionIndex ON PimItemTable (collectionId); CREATE UNIQUE INDEX PartTable_pimItemIdNameIndex ON PartTable (pimItemId,name); CREATE INDEX PartTable_pimItemNameIndex ON PartTable (name); CREATE INDEX CollectionAttributeTable_collectionIndex ON CollectionAttributeTable (collectionId); COMMIT; old /data/schroot/2018-01-05-07-10-all-testing-amd64/data/runtests/work/testing-amd64/home/apple/.cache new /data/schroot/2018-01-05-07-10-all-testing-amd64/data/runtests/work/testing-amd64/home/apple/cache old /data/schroot/2018-01-05-07-10-all-testing-amd64/data/runtests/work/testing-amd64/home/apple/.config new /data/schroot/2018-01-05-07-10-all-testing-amd64/data/runtests/work/testing-amd64/home/apple/config old /data/schroot/2018-01-05-07-10-all-testing-amd64/data/runtests/work/testing-amd64/home/apple/.local/share new /data/schroot/2018-01-05-07-10-all-testing-amd64/data/runtests/work/testing-amd64/home/apple/data runtests.py-17081 Fri Jan 5 15:56:20 2018 UTC (+ 0.0s / 1633.3s) === starting apple === runtests.py-17081 Fri Jan 5 15:56:20 2018 UTC (+ 0.0s / 1633.3s) result dir: /data/schroot/2018-01-05-07-10-all-testing-amd64/home/nightly/results/2018-01-05-07-10_all/testing-amd64/20-apple, /proc/self/cwd -> /data/schroot/2018-01-05-07-10-all-testing-amd64/home/nightly/results/2018-01-05-07-10_all/testing-amd64/20-apple runtests.py-17081 Fri Jan 5 15:56:20 2018 UTC (+ 0.1s / 1633.4s) changing into directory /data/schroot/2018-01-05-07-10-all-testing-amd64/data/runtests/work/testing-amd64/tests/apple (= /data/schroot/2018-01-05-07-10-all-testing-amd64/data/runtests/work/testing-amd64/tests/apple) runtests.py-17081 Fri Jan 5 15:56:20 2018 UTC (+ 0.0s / 1633.4s) *** ( cd /data/schroot/2018-01-05-07-10-all-testing-amd64/data/runtests/work/testing-amd64/tests/apple; export 'PATH=/home/nightly/bin:/home/nightly/testing:/usr/sbin:/sbin:/home/nightly/testing:/usr/sbin:/sbin:/home/nightly/bin:/usr/local/bin:/usr/bin:/bin:/usr/games:/usr/lib/mit/bin:/usr/lib/mit/sbin' 'HOME=/data/runtests/work/testing-amd64/home/apple' 'XDG_CONFIG_HOME=/data/runtests/work/testing-amd64/home/apple/config' 'XDG_DATA_HOME=/data/runtests/work/testing-amd64/home/apple/data' 'XDG_CACHE_HOME=/data/runtests/work/testing-amd64/home/apple/cache'; unset LD_LIBRARY_PATH; /data/runtests/work/sources/syncevolution/test/resources.py -j 1 -r apple -- env 'CLIENT_TEST_WEBDAV=apple caldav caldavtodo carddav' CLIENT_TEST_NUM_ITEMS=100 CLIENT_TEST_FAILURES=Client::Sync::eds_contact::testOneWayFromLocal,Client::Sync::eds_contact::testOneWayFromClient,Client::Sync::eds_task::testOneWayFromLocal,Client::Sync::eds_task::testOneWayFromClient, CLIENT_TEST_NO_TIMEZONES=1 CLIENT_TEST_MODE=server SYNCEVOLUTION_DATA_DIR=/data/runtests/work/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/apple -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 apple ./syncevolution ) Fri Jan 5 15:56:20 2018 UTC (+ 0.0s / 0.0s) === locking resource(s) ['apple'] === Fri Jan 5 16:26:08 2018 UTC (+ 1787.9s / 1787.9s) property changed: status = acquired Fri Jan 5 16:26:08 2018 UTC (+ 0.0s / 1787.9s) using jobserver Fri Jan 5 16:26:08 2018 UTC (+ 0.0s / 1787.9s) === allocating 1 job slot(s) === Fri Jan 5 16:26:41 2018 UTC (+ 33.2s / 1821.1s) === 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 apple ./syncevolution” + PS4='wrappercheck-$$ line ${LINENO}: ' wrappercheck-15 line 16: PIDS= wrappercheck-15 line 18: trap '[ "" ] && kill -TERM ' TERM wrappercheck-15 line 19: trap '[ "" ] && kill -INT ' INT wrappercheck-15 line 21: DAEMON_LOG= wrappercheck-15 line 22: WAIT_FOR_DAEMON_OUTPUT= wrappercheck-15 line 23: WAIT_FOR_DBUS_DAEMON= wrappercheck-15 line 25: declare -a BACKGROUND wrappercheck-15 line 26: declare -a ENV wrappercheck-15 line 28: '[' 32 -gt 1 ']' wrappercheck-15 line 28: '[' --daemon-log '!=' -- ']' wrappercheck-15 line 29: case "$1" in wrappercheck-15 line 31: shift wrappercheck-15 line 32: DAEMON_LOG=dbus-monitor.log wrappercheck-15 line 53: shift wrappercheck-15 line 28: '[' 30 -gt 1 ']' wrappercheck-15 line 28: '[' dbus-monitor '!=' -- ']' wrappercheck-15 line 29: case "$1" in wrappercheck-15 line 50: break wrappercheck-15 line 56: '[' 30 -gt 1 ']' wrappercheck-15 line 56: '[' dbus-monitor '!=' -- ']' wrappercheck-15 line 57: BACKGROUND[${#BACKGROUND[*]}]=dbus-monitor wrappercheck-15 line 58: shift wrappercheck-15 line 56: '[' 29 -gt 1 ']' wrappercheck-15 line 56: '[' interface=org.freedesktop.DBus '!=' -- ']' wrappercheck-15 line 57: BACKGROUND[${#BACKGROUND[*]}]=interface=org.freedesktop.DBus wrappercheck-15 line 58: shift wrappercheck-15 line 56: '[' 28 -gt 1 ']' wrappercheck-15 line 56: '[' -- '!=' -- ']' wrappercheck-15 line 60: shift wrappercheck-15 line 62: '[' dbus-monitor.log ']' wrappercheck-15 line 62: '[' '' ']' wrappercheck-15 line 66: set +x *** starting dbus-monitor as background daemon, output to dbus-monitor.log wrappercheck-15 line 72: BACKGROUND_PID=17 wrappercheck-15 line 73: PIDS+=17 wrappercheck-15 line 70: set -x wrappercheck-15 line 75: '[' dbus-monitor.log ']' wrappercheck-15 line 70: exec wrappercheck-15 line 75: '[' '' ']' gnome-keyring-daemon: insufficient process capabilities, unsecure memory might get used wrappercheck-15 line 84: '[' '' ']' wrappercheck-15 line 93: kill -0 17 wrappercheck-15 line 94: set +e wrappercheck-15 line 95: '[' '' ']' wrappercheck-15 line 99: set -x wrappercheck-15 line 99: /data/runtests/work/sources/syncevolution/test/wrappercheck.sh --daemon-log evolution-source-registry.log --daemon-sleep 5 --wait-for-dbus-daemon org.gnome.evolution.dataserver.Sources /usr/lib/evolution/evolution-source-registry -- /data/runtests/work/sources/syncevolution/test/wrappercheck.sh --daemon-log evolution-addressbook-factory.log --wait-for-dbus-daemon org.gnome.evolution.dataserver.AddressBook /usr/lib/evolution/evolution-addressbook-factory --keep-running -- /data/runtests/work/sources/syncevolution/test/wrappercheck.sh --daemon-log evolution-calendar-factory.log /usr/lib/evolution/evolution-calendar-factory --keep-running -- env /home/nightly/testing/setup-syncevolution.sh apple ./syncevolution ** Message: couldn't access control socket: /tmp/tmp.4ZrlZuS76X/keyring/control: No such file or directory + PS4='wrappercheck-$$ line ${LINENO}: ' wrappercheck-20 line 16: PIDS= wrappercheck-20 line 18: trap '[ "" ] && kill -TERM ' TERM wrappercheck-20 line 19: trap '[ "" ] && kill -INT ' INT wrappercheck-20 line 21: DAEMON_LOG= wrappercheck-20 line 22: WAIT_FOR_DAEMON_OUTPUT= wrappercheck-20 line 23: WAIT_FOR_DBUS_DAEMON= wrappercheck-20 line 25: declare -a BACKGROUND wrappercheck-20 line 26: declare -a ENV wrappercheck-20 line 28: '[' 26 -gt 1 ']' wrappercheck-20 line 28: '[' --daemon-log '!=' -- ']' wrappercheck-20 line 29: case "$1" in wrappercheck-20 line 31: shift wrappercheck-20 line 32: DAEMON_LOG=evolution-source-registry.log wrappercheck-20 line 53: shift wrappercheck-20 line 28: '[' 24 -gt 1 ']' wrappercheck-20 line 28: '[' --daemon-sleep '!=' -- ']' wrappercheck-20 line 29: case "$1" in wrappercheck-20 line 43: shift wrappercheck-20 line 44: DAEMON_SLEEP=5 wrappercheck-20 line 53: shift wrappercheck-20 line 28: '[' 22 -gt 1 ']' wrappercheck-20 line 28: '[' --wait-for-dbus-daemon '!=' -- ']' wrappercheck-20 line 29: case "$1" in wrappercheck-20 line 35: shift wrappercheck-20 line 36: WAIT_FOR_DBUS_DAEMON=org.gnome.evolution.dataserver.Sources wrappercheck-20 line 53: shift wrappercheck-20 line 28: '[' 20 -gt 1 ']' wrappercheck-20 line 28: '[' /usr/lib/evolution/evolution-source-registry '!=' -- ']' wrappercheck-20 line 29: case "$1" in wrappercheck-20 line 50: break wrappercheck-20 line 56: '[' 20 -gt 1 ']' wrappercheck-20 line 56: '[' /usr/lib/evolution/evolution-source-registry '!=' -- ']' wrappercheck-20 line 57: BACKGROUND[${#BACKGROUND[*]}]=/usr/lib/evolution/evolution-source-registry wrappercheck-20 line 58: shift wrappercheck-20 line 56: '[' 19 -gt 1 ']' wrappercheck-20 line 56: '[' -- '!=' -- ']' wrappercheck-20 line 60: shift wrappercheck-20 line 62: '[' evolution-source-registry.log ']' wrappercheck-20 line 62: '[' '' ']' wrappercheck-20 line 66: set +x *** starting /usr/lib/evolution/evolution-source-registry as background daemon, output to evolution-source-registry.log wrappercheck-20 line 72: BACKGROUND_PID=26 wrappercheck-20 line 73: PIDS+=26 wrappercheck-20 line 70: set -x wrappercheck-20 line 75: '[' evolution-source-registry.log ']' wrappercheck-20 line 75: '[' '' ']' wrappercheck-20 line 70: exec wrappercheck-20 line 84: '[' org.gnome.evolution.dataserver.Sources ']' wrappercheck-20 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-20 line 93: kill -0 26 wrappercheck-20 line 94: set +e wrappercheck-20 line 95: '[' 5 ']' wrappercheck-20 line 96: set +x *** 'sleep 5' for daemon to settle down wrappercheck-20 line 97: sleep 5 wrappercheck-20 line 99: set -x wrappercheck-20 line 99: /data/runtests/work/sources/syncevolution/test/wrappercheck.sh --daemon-log evolution-addressbook-factory.log --wait-for-dbus-daemon org.gnome.evolution.dataserver.AddressBook /usr/lib/evolution/evolution-addressbook-factory --keep-running -- /data/runtests/work/sources/syncevolution/test/wrappercheck.sh --daemon-log evolution-calendar-factory.log /usr/lib/evolution/evolution-calendar-factory --keep-running -- env /home/nightly/testing/setup-syncevolution.sh apple ./syncevolution + PS4='wrappercheck-$$ line ${LINENO}: ' wrappercheck-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: '[' 17 -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: '[' 15 -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: '[' 13 -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: '[' 13 -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: '[' 12 -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: '[' 11 -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 75: '[' evolution-addressbook-factory.log ']' wrappercheck-82 line 70: set -x 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 /home/nightly/testing/setup-syncevolution.sh apple ./syncevolution + 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: '[' 9 -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: '[' 7 -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: '[' 7 -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: '[' 6 -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: '[' 5 -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 75: '[' '' ']' wrappercheck-102 line 70: exec 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 /home/nightly/testing/setup-syncevolution.sh apple ./syncevolution + case $TEST in + rm -rf '/data/runtests/work/testing-amd64/home/apple/.sync4j/evolution/apple_[12]' '/data/runtests/work/testing-amd64/home/apple/config/syncevolution/apple_[12]' '/data/runtests/work/testing-amd64/home/apple/config/syncevolution/client-test-[12]/peers/apple_[12]' '/data/runtests/work/testing-amd64/home/apple/config/syncevolution/client-test-apple-[12]' + for client in 1 2 + ./syncevolution --version + grep -q -e '[+ ]1.[0-9]' + config=apple_1@client-test-apple-1 ++ credentials apple_1 ++ case "$SCHROOT_CHROOT_NAME" in ++ case $1 in ++ echo '--template SyncEvolution_Client username= password= syncURL=local://@client-test-apple calendar/uri=caldav todo/uri=caldavtodo addressbook/uri=carddav' + ./syncevolution --daemon=no --configure --template apple --template SyncEvolution_Client username= password= syncURL=local://@client-test-apple calendar/uri=caldav todo/uri=caldavtodo addressbook/uri=carddav --sync-property proxyHost=http://proxy.vlan13.01.org:3128 --sync-property useProxy=0 --sync-property logLevel=4 apple_1@client-test-apple-1 [INFO] addressbook: checking usability... [INFO] addressbook: configuring datastore with sync mode 'two-way' [INFO] calendar: checking usability... [INFO] calendar: configuring datastore with sync mode 'two-way' [INFO] memo: checking usability... [INFO] memo: configuring datastore with sync mode 'two-way' [INFO] todo: checking usability... [INFO] todo: configuring datastore with sync mode 'two-way' + sources=/data/runtests/work/testing-amd64/home/apple/config/syncevolution/client-test-apple-1/peers/apple_1/sources + copy_source /data/runtests/work/testing-amd64/home/apple/config/syncevolution/client-test-apple-1/peers/apple_1/sources addressbook eds_contact + path=/data/runtests/work/testing-amd64/home/apple/config/syncevolution/client-test-apple-1/peers/apple_1/sources + shift + source=addressbook + shift + '[' -d /data/runtests/work/testing-amd64/home/apple/config/syncevolution/client-test-apple-1/peers/apple_1/sources/addressbook ']' + for i in $@ + cp -r /data/runtests/work/testing-amd64/home/apple/config/syncevolution/client-test-apple-1/peers/apple_1/sources/addressbook /data/runtests/work/testing-amd64/home/apple/config/syncevolution/client-test-apple-1/peers/apple_1/sources/eds_contact + copy_source /data/runtests/work/testing-amd64/home/apple/config/syncevolution/client-test-apple-1/peers/apple_1/sources calendar eds_event + path=/data/runtests/work/testing-amd64/home/apple/config/syncevolution/client-test-apple-1/peers/apple_1/sources + shift + source=calendar + shift + '[' -d /data/runtests/work/testing-amd64/home/apple/config/syncevolution/client-test-apple-1/peers/apple_1/sources/calendar ']' + for i in $@ + cp -r /data/runtests/work/testing-amd64/home/apple/config/syncevolution/client-test-apple-1/peers/apple_1/sources/calendar /data/runtests/work/testing-amd64/home/apple/config/syncevolution/client-test-apple-1/peers/apple_1/sources/eds_event + copy_source /data/runtests/work/testing-amd64/home/apple/config/syncevolution/client-test-apple-1/peers/apple_1/sources todo eds_task + path=/data/runtests/work/testing-amd64/home/apple/config/syncevolution/client-test-apple-1/peers/apple_1/sources + shift + source=todo + shift + '[' -d /data/runtests/work/testing-amd64/home/apple/config/syncevolution/client-test-apple-1/peers/apple_1/sources/todo ']' + for i in $@ + cp -r /data/runtests/work/testing-amd64/home/apple/config/syncevolution/client-test-apple-1/peers/apple_1/sources/todo /data/runtests/work/testing-amd64/home/apple/config/syncevolution/client-test-apple-1/peers/apple_1/sources/eds_task + copy_source /data/runtests/work/testing-amd64/home/apple/config/syncevolution/client-test-apple-1/peers/apple_1/sources memo eds_memo + path=/data/runtests/work/testing-amd64/home/apple/config/syncevolution/client-test-apple-1/peers/apple_1/sources + shift + source=memo + shift + '[' -d /data/runtests/work/testing-amd64/home/apple/config/syncevolution/client-test-apple-1/peers/apple_1/sources/memo ']' + for i in $@ + cp -r /data/runtests/work/testing-amd64/home/apple/config/syncevolution/client-test-apple-1/peers/apple_1/sources/memo /data/runtests/work/testing-amd64/home/apple/config/syncevolution/client-test-apple-1/peers/apple_1/sources/eds_memo + for i in eds_contact eds_event eds_task eds_memo + ./syncevolution --daemon=no --configure database=Test_eds_contact_1 apple_1@client-test-apple-1 eds_contact + for i in eds_contact eds_event eds_task eds_memo + ./syncevolution --daemon=no --configure database=Test_eds_event_1 apple_1@client-test-apple-1 eds_event + for i in eds_contact eds_event eds_task eds_memo + ./syncevolution --daemon=no --configure database=Test_eds_task_1 apple_1@client-test-apple-1 eds_task + for i in eds_contact eds_event eds_task eds_memo + ./syncevolution --daemon=no --configure database=Test_eds_memo_1 apple_1@client-test-apple-1 eds_memo + case $TEST in + case $TEST in + case $TEST in + ./syncevolution --configure --daemon=no databaseUser=user01 databasePassword=user01 sslverifyhost=0 sslverifyserver=0 apple_caldav/database=http://127.0.0.1:8008/calendars/__uids__/10000000-0000-0000-0000-000000000001/calendar/ apple_caldavtodo/database=http://127.0.0.1:8008/calendars/__uids__/10000000-0000-0000-0000-000000000001/tasks/ apple_carddav/database=http://127.0.0.1:8008/addressbooks/__uids__/10000000-0000-0000-0000-000000000001/addressbook/ apple_caldav/backend=caldav apple_caldavtodo/backend=caldavtodo apple_carddav/backend=carddav apple_1@client-test-apple-1 apple_caldav apple_caldavtodo apple_carddav + for client in 1 2 + ./syncevolution --version + grep -q -e '[+ ]1.[0-9]' + config=apple_2@client-test-apple-2 ++ credentials apple_2 ++ case "$SCHROOT_CHROOT_NAME" in ++ case $1 in ++ echo '--template SyncEvolution_Client username= password= syncURL=local://@client-test-apple calendar/uri=caldav todo/uri=caldavtodo addressbook/uri=carddav' + ./syncevolution --daemon=no --configure --template apple --template SyncEvolution_Client username= password= syncURL=local://@client-test-apple calendar/uri=caldav todo/uri=caldavtodo addressbook/uri=carddav --sync-property proxyHost=http://proxy.vlan13.01.org:3128 --sync-property useProxy=0 --sync-property logLevel=4 apple_2@client-test-apple-2 [INFO] addressbook: checking usability... [INFO] addressbook: configuring datastore with sync mode 'two-way' [INFO] calendar: checking usability... [INFO] calendar: configuring datastore with sync mode 'two-way' [INFO] memo: checking usability... [INFO] memo: configuring datastore with sync mode 'two-way' [INFO] todo: checking usability... [INFO] todo: configuring datastore with sync mode 'two-way' + sources=/data/runtests/work/testing-amd64/home/apple/config/syncevolution/client-test-apple-2/peers/apple_2/sources + copy_source /data/runtests/work/testing-amd64/home/apple/config/syncevolution/client-test-apple-2/peers/apple_2/sources addressbook eds_contact + path=/data/runtests/work/testing-amd64/home/apple/config/syncevolution/client-test-apple-2/peers/apple_2/sources + shift + source=addressbook + shift + '[' -d /data/runtests/work/testing-amd64/home/apple/config/syncevolution/client-test-apple-2/peers/apple_2/sources/addressbook ']' + for i in $@ + cp -r /data/runtests/work/testing-amd64/home/apple/config/syncevolution/client-test-apple-2/peers/apple_2/sources/addressbook /data/runtests/work/testing-amd64/home/apple/config/syncevolution/client-test-apple-2/peers/apple_2/sources/eds_contact + copy_source /data/runtests/work/testing-amd64/home/apple/config/syncevolution/client-test-apple-2/peers/apple_2/sources calendar eds_event + path=/data/runtests/work/testing-amd64/home/apple/config/syncevolution/client-test-apple-2/peers/apple_2/sources + shift + source=calendar + shift + '[' -d /data/runtests/work/testing-amd64/home/apple/config/syncevolution/client-test-apple-2/peers/apple_2/sources/calendar ']' + for i in $@ + cp -r /data/runtests/work/testing-amd64/home/apple/config/syncevolution/client-test-apple-2/peers/apple_2/sources/calendar /data/runtests/work/testing-amd64/home/apple/config/syncevolution/client-test-apple-2/peers/apple_2/sources/eds_event + copy_source /data/runtests/work/testing-amd64/home/apple/config/syncevolution/client-test-apple-2/peers/apple_2/sources todo eds_task + path=/data/runtests/work/testing-amd64/home/apple/config/syncevolution/client-test-apple-2/peers/apple_2/sources + shift + source=todo + shift + '[' -d /data/runtests/work/testing-amd64/home/apple/config/syncevolution/client-test-apple-2/peers/apple_2/sources/todo ']' + for i in $@ + cp -r /data/runtests/work/testing-amd64/home/apple/config/syncevolution/client-test-apple-2/peers/apple_2/sources/todo /data/runtests/work/testing-amd64/home/apple/config/syncevolution/client-test-apple-2/peers/apple_2/sources/eds_task + copy_source /data/runtests/work/testing-amd64/home/apple/config/syncevolution/client-test-apple-2/peers/apple_2/sources memo eds_memo + path=/data/runtests/work/testing-amd64/home/apple/config/syncevolution/client-test-apple-2/peers/apple_2/sources + shift + source=memo + shift + '[' -d /data/runtests/work/testing-amd64/home/apple/config/syncevolution/client-test-apple-2/peers/apple_2/sources/memo ']' + for i in $@ + cp -r /data/runtests/work/testing-amd64/home/apple/config/syncevolution/client-test-apple-2/peers/apple_2/sources/memo /data/runtests/work/testing-amd64/home/apple/config/syncevolution/client-test-apple-2/peers/apple_2/sources/eds_memo + for i in eds_contact eds_event eds_task eds_memo + ./syncevolution --daemon=no --configure database=Test_eds_contact_2 apple_2@client-test-apple-2 eds_contact + for i in eds_contact eds_event eds_task eds_memo + ./syncevolution --daemon=no --configure database=Test_eds_event_2 apple_2@client-test-apple-2 eds_event + for i in eds_contact eds_event eds_task eds_memo + ./syncevolution --daemon=no --configure database=Test_eds_task_2 apple_2@client-test-apple-2 eds_task + for i in eds_contact eds_event eds_task eds_memo + ./syncevolution --daemon=no --configure database=Test_eds_memo_2 apple_2@client-test-apple-2 eds_memo + case $TEST in + case $TEST in + case $TEST in + ./syncevolution --configure --daemon=no databaseUser=user01 databasePassword=user01 sslverifyhost=0 sslverifyserver=0 apple_caldav/database=http://127.0.0.1:8008/calendars/__uids__/10000000-0000-0000-0000-000000000001/calendar/ apple_caldavtodo/database=http://127.0.0.1:8008/calendars/__uids__/10000000-0000-0000-0000-000000000001/tasks/ apple_carddav/database=http://127.0.0.1:8008/addressbooks/__uids__/10000000-0000-0000-0000-000000000001/addressbook/ apple_caldav/backend=caldav apple_caldavtodo/backend=caldavtodo apple_carddav/backend=carddav apple_2@client-test-apple-2 apple_caldav apple_caldavtodo apple_carddav + case $TEST in + rm -rf /data/runtests/work/testing-amd64/home/apple/config/syncevolution/client-test-apple + ./syncevolution --configure --daemon=no useProxy=0 loglevel=4 sslverifyhost=0 sslverifyserver=0 syncURL=http://127.0.0.1:8008/ printChanges=0 dumpData=0 username=user01 password=user01 caldav/backend=caldav caldavtodo/backend=caldavtodo carddav/backend=carddav target-config@client-test-apple caldav caldavtodo carddav [INFO] caldav: configuring datastore with sync mode 'two-way' [INFO] caldavtodo: configuring datastore with sync mode 'two-way' [INFO] carddav: configuring datastore with sync mode 'two-way' + for i in evolution-contacts=eds_contact evolution-calendar=eds_event evolution-tasks=eds_task evolution-memos=eds_memo ++ echo evolution-contacts=eds_contact ++ sed -e 's/=.*//' + backend=evolution-contacts ++ 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 + ./syncevolution --daemon=no --print-databases backend=evolution-calendar + grep Test_eds_event_2 Test_eds_event_2 (1303827982.6946.28@mob-sync2) + echo evolution-calendar: Test_eds_event_2 exists evolution-calendar: Test_eds_event_2 exists + for i in evolution-contacts=eds_contact evolution-calendar=eds_event evolution-tasks=eds_task evolution-memos=eds_memo ++ echo evolution-tasks=eds_task ++ sed -e 's/=.*//' + backend=evolution-tasks ++ echo evolution-tasks=eds_task ++ sed -e 's/.*=//' + name=eds_task + for i in 1 2 + databasename=Test_eds_task_1 + ./syncevolution --daemon=no --print-databases backend=evolution-tasks + grep Test_eds_task_1 Test_eds_task_1 (1303829357.6946.35@mob-sync2) + echo evolution-tasks: Test_eds_task_1 exists evolution-tasks: Test_eds_task_1 exists + for i in 1 2 + databasename=Test_eds_task_2 + ./syncevolution --daemon=no --print-databases backend=evolution-tasks + grep Test_eds_task_2 Test_eds_task_2 (1303829493.6946.36@mob-sync2) + echo evolution-tasks: Test_eds_task_2 exists evolution-tasks: Test_eds_task_2 exists + for i in evolution-contacts=eds_contact evolution-calendar=eds_event evolution-tasks=eds_task evolution-memos=eds_memo ++ echo evolution-memos=eds_memo ++ sed -e 's/=.*//' + backend=evolution-memos ++ echo evolution-memos=eds_memo ++ sed -e 's/.*=//' + name=eds_memo + for i in 1 2 + databasename=Test_eds_memo_1 + ./syncevolution --daemon=no --print-databases backend=evolution-memos + grep Test_eds_memo_1 Test_eds_memo_1 (1303828148.6946.31@mob-sync2) + echo evolution-memos: Test_eds_memo_1 exists evolution-memos: Test_eds_memo_1 exists + for i in 1 2 + databasename=Test_eds_memo_2 + grep Test_eds_memo_2 + ./syncevolution --daemon=no --print-databases backend=evolution-memos Test_eds_memo_2 (1303828749.6946.32@mob-sync2) + echo evolution-memos: Test_eds_memo_2 exists evolution-memos: Test_eds_memo_2 exists wrappercheck-102 line 100: RET=0 wrappercheck-102 line 101: set -e wrappercheck-102 line 107: set +x *** killing and waiting for /usr/lib/evolution/evolution-calendar-factory wrappercheck-102 line 108: kill -INT -104 wrappercheck-102 line 108: kill -TERM -104 wrappercheck-102 line 108: kill -TERM 104 wrappercheck-102 line 110: KILL_PID=344 wrappercheck-102 line 115: set +e wrappercheck-102 line 116: wait 104 wrappercheck-102 line 109: perl -e 'sleep(60); kill(9, -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: '[' 344 ']' wwrappercheck-102 line 122: LC_ALL=C wwrappercheck-102 line 122: kill -KILL 344 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: 344 Killed perl -e "sleep(60); kill(9, -$BACKGROUND_PID);" wrappercheck-102 line 127: echo '' wrappercheck-102 line 129: wait 344 wrappercheck-102 line 131: set -e wrappercheck-102 line 132: '[' 0 = 0 ']' wrappercheck-102 line 133: RET=0 wrappercheck-102 line 136: exit 0 wrappercheck-82 line 100: RET=0 wrappercheck-82 line 101: set -e wrappercheck-82 line 107: set +x *** killing and waiting for /usr/lib/evolution/evolution-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=349 wrappercheck-82 line 115: set +e wrappercheck-82 line 116: wait 84 wrappercheck-82 line 109: perl -e 'sleep(60); kill(9, -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: '[' 349 ']' wwrappercheck-82 line 122: LC_ALL=C wwrappercheck-82 line 122: kill -KILL 349 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: 349 Killed perl -e "sleep(60); kill(9, -$BACKGROUND_PID);" wrappercheck-82 line 127: echo '' wrappercheck-82 line 129: wait 349 wrappercheck-82 line 131: set -e wrappercheck-82 line 132: '[' 0 = 0 ']' wrappercheck-82 line 133: RET=0 wrappercheck-82 line 136: exit 0 wrappercheck-20 line 100: RET=0 wrappercheck-20 line 101: set -e wrappercheck-20 line 107: set +x *** killing and waiting for /usr/lib/evolution/evolution-source-registry wrappercheck-20 line 108: kill -INT -26 wrappercheck-20 line 108: kill -TERM -26 wrappercheck-20 line 108: kill -TERM 26 wrappercheck-20 line 110: KILL_PID=354 wrappercheck-20 line 115: set +e wrappercheck-20 line 116: wait 26 wrappercheck-20 line 109: perl -e 'sleep(60); kill(9, -26);' wrappercheck-20 line 117: SUBRET=143 wrappercheck-20 line 118: case $SUBRET in wrappercheck-20 line 118: SUBRET=0 wrappercheck-20 line 120: SUBRET=0 wrappercheck-20 line 121: '[' 354 ']' wwrappercheck-20 line 122: LC_ALL=C wwrappercheck-20 line 122: kill -KILL 354 wrappercheck-20 line 122: msg= wrappercheck-20 line 123: echo '' wrappercheck-20 line 123: grep -q 'No such process' /data/runtests/work/sources/syncevolution/test/wrappercheck.sh: line 130: 354 Killed perl -e "sleep(60); kill(9, -$BACKGROUND_PID);" wrappercheck-20 line 127: echo '' wrappercheck-20 line 129: wait 354 wrappercheck-20 line 131: set -e wrappercheck-20 line 132: '[' 0 = 0 ']' wrappercheck-20 line 133: RET=0 wrappercheck-20 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=359 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: '[' 359 ']' wwrappercheck-15 line 122: LC_ALL=C wwrappercheck-15 line 122: kill -KILL 359 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: 359 Killed perl -e "sleep(60); kill(9, -$BACKGROUND_PID);" wrappercheck-15 line 127: echo '' wrappercheck-15 line 129: wait 359 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.4ZrlZuS76X Fri Jan 5 16:26:50 2018 UTC (+ 9.4s / 1830.6s) === cleaning up === runtests.py-17081 Fri Jan 5 16:26:50 2018 UTC (+ 1830.6s / 3464.0s) *** ( cd /data/schroot/2018-01-05-07-10-all-testing-amd64/data/runtests/work/testing-amd64/tests/apple; export 'PATH=/home/nightly/bin:/home/nightly/testing:/usr/sbin:/sbin:/home/nightly/testing:/usr/sbin:/sbin:/home/nightly/bin:/usr/local/bin:/usr/bin:/bin:/usr/games:/usr/lib/mit/bin:/usr/lib/mit/sbin' 'HOME=/data/runtests/work/testing-amd64/home/apple' 'XDG_CONFIG_HOME=/data/runtests/work/testing-amd64/home/apple/config' 'XDG_DATA_HOME=/data/runtests/work/testing-amd64/home/apple/data' 'XDG_CACHE_HOME=/data/runtests/work/testing-amd64/home/apple/cache'; unset LD_LIBRARY_PATH; /data/runtests/work/sources/syncevolution/test/resources.py -j 1 -r apple -- env VALGRIND_LEAK_CHECK_SKIP=akonadi_control,.bin.sh.-c. VALGRIND_LEAK_CHECK_ONLY_FIRST=1 'VALGRIND_ARGS=--show-possibly-lost=no --suppressions=/data/runtests/work/sources/syncevolution/test/sys.supp --suppressions=/data/runtests/work/sources/syncevolution/test/evo.supp --num-callers=30 --trace-children=yes --trace-children-skip=*synclog2html,*synccompare*,*akonadi_*resource,*akonadi_*agent,*akonadi_*feeder,*akonadiserver*,/bin/ls,/bin/sed,/bin/cp,/bin/rm,/usr/bin/kdeinit4,/usr/bin/perl,*/modify-remote,*/modify-local,*/mktemp,*/nslookup,*/host,*/adnshost,*/grep --suppressions=/data/runtests/work/sources/activesyncd/sys.supp --leak-check=yes --suppressions=/home/nightly/testing/gdbus.supp' VALGRIND_LOG= http_proxy= CLIENT_TEST_SERVER=apple CLIENT_TEST_SOURCES=apple_caldav,apple_caldavtodo,apple_carddav,eds_event,eds_task,eds_contact SYNC_EVOLUTION_EVO_CALENDAR_DELAY=1 CLIENT_TEST_ALARM=2400 'CLIENT_TEST_WEBDAV=apple caldav caldavtodo carddav' CLIENT_TEST_NUM_ITEMS=100 CLIENT_TEST_FAILURES=Client::Sync::eds_contact::testOneWayFromLocal,Client::Sync::eds_contact::testOneWayFromClient,Client::Sync::eds_task::testOneWayFromLocal,Client::Sync::eds_task::testOneWayFromClient, CLIENT_TEST_NO_TIMEZONES=1 CLIENT_TEST_MODE=server SYNCEVOLUTION_DATA_DIR=/data/runtests/work/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/apple -r -p -c 2018-01-05-07-10-all-testing-amd64 -- env PKG_CONFIG_PATH=/data/runtests/install/stable-amd64/libwbxml/lib/pkgconfig DBUS_SESSION_SH_SYSTEM_BUS=1 /unshare --pid --mount-proc --fork -- /data/runtests/work/sources/syncevolution/test/dbus-session.sh /data/runtests/work/sources/syncevolution/test/wrappercheck.sh --daemon-log dbus-monitor.log dbus-monitor interface=org.freedesktop.DBus -- /data/runtests/work/sources/syncevolution/test/wrappercheck.sh --daemon-log evolution-source-registry.log --daemon-sleep 5 --wait-for-dbus-daemon org.gnome.evolution.dataserver.Sources /usr/lib/evolution/evolution-source-registry -- /data/runtests/work/sources/syncevolution/test/wrappercheck.sh --daemon-log evolution-addressbook-factory.log --wait-for-dbus-daemon org.gnome.evolution.dataserver.AddressBook /usr/lib/evolution/evolution-addressbook-factory --keep-running -- /data/runtests/work/sources/syncevolution/test/wrappercheck.sh --daemon-log evolution-calendar-factory.log /usr/lib/evolution/evolution-calendar-factory --keep-running -- env LD_LIBRARY_PATH=build-synthesis/src/.libs:.libs:syncevo/.libs:gdbus/.libs:gdbusxx/.libs: PATH=backends/webdav:.:$PATH: /data/runtests/work/sources/syncevolution/test/valgrindcheck.sh ./client-test Client::Source::apple_caldav Client::Source::apple_caldavtodo Client::Source::apple_carddav Client::Sync::eds_event Client::Sync::eds_task Client::Sync::eds_contact ) Fri Jan 5 16:26:50 2018 UTC (+ 0.0s / 0.0s) === locking resource(s) ['apple'] === Fri Jan 5 16:39:19 2018 UTC (+ 748.1s / 748.1s) property changed: status = acquired Fri Jan 5 16:39:19 2018 UTC (+ 0.0s / 748.1s) using jobserver Fri Jan 5 16:39:19 2018 UTC (+ 0.0s / 748.1s) === allocating 1 job slot(s) === Fri Jan 5 16:41:03 2018 UTC (+ 104.0s / 852.2s) === allocated 1 job slot(s) === W: line 4 [2018-01-05-07-10-all-release-eas-testing-amd64] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. W: line 4 [2018-01-05-07-10-all-release-eas-stretch-amd64] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. W: line 4 [2018-01-05-07-10-all-prebuilt-xenial-amd64] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. W: line 4 [2018-01-05-07-10-all-prebuilt-testing-amd64] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. W: line 4 [2018-01-05-07-10-all-clang-amd64] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. W: line 4 [2018-01-05-07-10-all-xenial-amd64] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. W: line 4 [2018-01-05-07-10-all-downstream-xenial-amd64] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. W: line 4 [2018-01-05-07-10-all-testing-amd64] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. W: line 4 [2018-01-05-07-10-all-release-eas-stretch-i386] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. W: line 4 [2018-01-05-07-10-all-prebuilt-testing-i386] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. W: line 4 [2018-01-05-07-10-all-xenial-i386] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. W: line 4 [2018-01-05-07-10-all-downstream-unstable] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. W: line 4 [2018-01-05-07-10-all-downstream-testing] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. W: line 4 [2018-01-05-07-10-all-release-eas-testing-i386] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. I: [2018-01-05-07-10-all-testing-amd64 chroot] Running command: “env PKG_CONFIG_PATH=/data/runtests/install/stable-amd64/libwbxml/lib/pkgconfig DBUS_SESSION_SH_SYSTEM_BUS=1 /unshare --pid --mount-proc --fork -- /data/runtests/work/sources/syncevolution/test/dbus-session.sh /data/runtests/work/sources/syncevolution/test/wrappercheck.sh --daemon-log dbus-monitor.log dbus-monitor interface=org.freedesktop.DBus -- /data/runtests/work/sources/syncevolution/test/wrappercheck.sh --daemon-log evolution-source-registry.log --daemon-sleep 5 --wait-for-dbus-daemon org.gnome.evolution.dataserver.Sources /usr/lib/evolution/evolution-source-registry -- /data/runtests/work/sources/syncevolution/test/wrappercheck.sh --daemon-log evolution-addressbook-factory.log --wait-for-dbus-daemon org.gnome.evolution.dataserver.AddressBook /usr/lib/evolution/evolution-addressbook-factory --keep-running -- /data/runtests/work/sources/syncevolution/test/wrappercheck.sh --daemon-log evolution-calendar-factory.log /usr/lib/evolution/evolution-calendar-factory --keep-running -- env LD_LIBRARY_PATH=build-synthesis/src/.libs:.libs:syncevo/.libs:gdbus/.libs:gdbusxx/.libs: PATH=backends/webdav:.:/home/nightly/bin:/home/nightly/testing:/usr/sbin:/sbin:/home/nightly/testing:/usr/sbin:/sbin:/home/nightly/bin:/usr/local/bin:/usr/bin:/bin:/usr/games:/usr/lib/mit/bin:/usr/lib/mit/sbin: /data/runtests/work/sources/syncevolution/test/valgrindcheck.sh ./client-test Client::Source::apple_caldav Client::Source::apple_caldavtodo Client::Source::apple_carddav Client::Sync::eds_event Client::Sync::eds_task Client::Sync::eds_contact” gnome-keyring-daemon: insufficient process capabilities, unsecure memory might get used ** Message: couldn't access control socket: /tmp/tmp.B0xZ4Rjji7/keyring/control: No such file or directory + PS4='wrappercheck-$$ line ${LINENO}: ' wrappercheck-20 line 16: PIDS= wrappercheck-20 line 18: trap '[ "" ] && kill -TERM ' TERM wrappercheck-20 line 19: trap '[ "" ] && kill -INT ' INT wrappercheck-20 line 21: DAEMON_LOG= wrappercheck-20 line 22: WAIT_FOR_DAEMON_OUTPUT= wrappercheck-20 line 23: WAIT_FOR_DBUS_DAEMON= wrappercheck-20 line 25: declare -a BACKGROUND wrappercheck-20 line 26: declare -a ENV wrappercheck-20 line 28: '[' 39 -gt 1 ']' wrappercheck-20 line 28: '[' --daemon-log '!=' -- ']' wrappercheck-20 line 29: case "$1" in wrappercheck-20 line 31: shift wrappercheck-20 line 32: DAEMON_LOG=dbus-monitor.log wrappercheck-20 line 53: shift wrappercheck-20 line 28: '[' 37 -gt 1 ']' wrappercheck-20 line 28: '[' dbus-monitor '!=' -- ']' wrappercheck-20 line 29: case "$1" in wrappercheck-20 line 50: break wrappercheck-20 line 56: '[' 37 -gt 1 ']' wrappercheck-20 line 56: '[' dbus-monitor '!=' -- ']' wrappercheck-20 line 57: BACKGROUND[${#BACKGROUND[*]}]=dbus-monitor wrappercheck-20 line 58: shift wrappercheck-20 line 56: '[' 36 -gt 1 ']' wrappercheck-20 line 56: '[' interface=org.freedesktop.DBus '!=' -- ']' wrappercheck-20 line 57: BACKGROUND[${#BACKGROUND[*]}]=interface=org.freedesktop.DBus wrappercheck-20 line 58: shift wrappercheck-20 line 56: '[' 35 -gt 1 ']' wrappercheck-20 line 56: '[' -- '!=' -- ']' wrappercheck-20 line 60: shift wrappercheck-20 line 62: '[' dbus-monitor.log ']' wrappercheck-20 line 62: '[' '' ']' wrappercheck-20 line 66: set +x *** starting dbus-monitor as background daemon, output to dbus-monitor.log wrappercheck-20 line 72: BACKGROUND_PID=23 wrappercheck-20 line 73: PIDS+=23 wrappercheck-20 line 70: set -x wrappercheck-20 line 75: '[' dbus-monitor.log ']' wrappercheck-20 line 70: exec wrappercheck-20 line 75: '[' '' ']' wrappercheck-20 line 84: '[' '' ']' wrappercheck-20 line 93: kill -0 23 wrappercheck-20 line 94: set +e wrappercheck-20 line 95: '[' '' ']' wrappercheck-20 line 99: set -x wrappercheck-20 line 99: /data/runtests/work/sources/syncevolution/test/wrappercheck.sh --daemon-log evolution-source-registry.log --daemon-sleep 5 --wait-for-dbus-daemon org.gnome.evolution.dataserver.Sources /usr/lib/evolution/evolution-source-registry -- /data/runtests/work/sources/syncevolution/test/wrappercheck.sh --daemon-log evolution-addressbook-factory.log --wait-for-dbus-daemon org.gnome.evolution.dataserver.AddressBook /usr/lib/evolution/evolution-addressbook-factory --keep-running -- /data/runtests/work/sources/syncevolution/test/wrappercheck.sh --daemon-log evolution-calendar-factory.log /usr/lib/evolution/evolution-calendar-factory --keep-running -- env LD_LIBRARY_PATH=build-synthesis/src/.libs:.libs:syncevo/.libs:gdbus/.libs:gdbusxx/.libs: PATH=backends/webdav:.:/home/nightly/bin:/home/nightly/testing:/usr/sbin:/sbin:/home/nightly/testing:/usr/sbin:/sbin:/home/nightly/bin:/usr/local/bin:/usr/bin:/bin:/usr/games:/usr/lib/mit/bin:/usr/lib/mit/sbin: /data/runtests/work/sources/syncevolution/test/valgrindcheck.sh ./client-test Client::Source::apple_caldav Client::Source::apple_caldavtodo Client::Source::apple_carddav Client::Sync::eds_event Client::Sync::eds_task Client::Sync::eds_contact + PS4='wrappercheck-$$ line ${LINENO}: ' wrappercheck-26 line 16: PIDS= wrappercheck-26 line 18: trap '[ "" ] && kill -TERM ' TERM wrappercheck-26 line 19: trap '[ "" ] && kill -INT ' INT wrappercheck-26 line 21: DAEMON_LOG= wrappercheck-26 line 22: WAIT_FOR_DAEMON_OUTPUT= wrappercheck-26 line 23: WAIT_FOR_DBUS_DAEMON= wrappercheck-26 line 25: declare -a BACKGROUND wrappercheck-26 line 26: declare -a ENV wrappercheck-26 line 28: '[' 33 -gt 1 ']' wrappercheck-26 line 28: '[' --daemon-log '!=' -- ']' wrappercheck-26 line 29: case "$1" in wrappercheck-26 line 31: shift wrappercheck-26 line 32: DAEMON_LOG=evolution-source-registry.log wrappercheck-26 line 53: shift wrappercheck-26 line 28: '[' 31 -gt 1 ']' wrappercheck-26 line 28: '[' --daemon-sleep '!=' -- ']' wrappercheck-26 line 29: case "$1" in wrappercheck-26 line 43: shift wrappercheck-26 line 44: DAEMON_SLEEP=5 wrappercheck-26 line 53: shift wrappercheck-26 line 28: '[' 29 -gt 1 ']' wrappercheck-26 line 28: '[' --wait-for-dbus-daemon '!=' -- ']' wrappercheck-26 line 29: case "$1" in wrappercheck-26 line 35: shift wrappercheck-26 line 36: WAIT_FOR_DBUS_DAEMON=org.gnome.evolution.dataserver.Sources wrappercheck-26 line 53: shift wrappercheck-26 line 28: '[' 27 -gt 1 ']' wrappercheck-26 line 28: '[' /usr/lib/evolution/evolution-source-registry '!=' -- ']' wrappercheck-26 line 29: case "$1" in wrappercheck-26 line 50: break wrappercheck-26 line 56: '[' 27 -gt 1 ']' wrappercheck-26 line 56: '[' /usr/lib/evolution/evolution-source-registry '!=' -- ']' wrappercheck-26 line 57: BACKGROUND[${#BACKGROUND[*]}]=/usr/lib/evolution/evolution-source-registry wrappercheck-26 line 58: shift wrappercheck-26 line 56: '[' 26 -gt 1 ']' wrappercheck-26 line 56: '[' -- '!=' -- ']' wrappercheck-26 line 60: shift wrappercheck-26 line 62: '[' evolution-source-registry.log ']' wrappercheck-26 line 62: '[' '' ']' wrappercheck-26 line 66: set +x *** starting /usr/lib/evolution/evolution-source-registry as background daemon, output to evolution-source-registry.log wrappercheck-26 line 72: BACKGROUND_PID=30 wrappercheck-26 line 73: PIDS+=30 wrappercheck-26 line 75: '[' evolution-source-registry.log ']' wrappercheck-26 line 75: '[' '' ']' wrappercheck-26 line 84: '[' org.gnome.evolution.dataserver.Sources ']' wrappercheck-26 line 70: set -x wrappercheck-26 line 70: exec wrappercheck-26 line 85: set +x *** waiting for daemon to connect to D-Bus as 'org.gnome.evolution.dataserver.Sources' wrappercheck-26 line 93: kill -0 30 wrappercheck-26 line 94: set +e wrappercheck-26 line 95: '[' 5 ']' wrappercheck-26 line 96: set +x *** 'sleep 5' for daemon to settle down wrappercheck-26 line 97: sleep 5 wrappercheck-26 line 99: set -x wrappercheck-26 line 99: /data/runtests/work/sources/syncevolution/test/wrappercheck.sh --daemon-log evolution-addressbook-factory.log --wait-for-dbus-daemon org.gnome.evolution.dataserver.AddressBook /usr/lib/evolution/evolution-addressbook-factory --keep-running -- /data/runtests/work/sources/syncevolution/test/wrappercheck.sh --daemon-log evolution-calendar-factory.log /usr/lib/evolution/evolution-calendar-factory --keep-running -- env LD_LIBRARY_PATH=build-synthesis/src/.libs:.libs:syncevo/.libs:gdbus/.libs:gdbusxx/.libs: PATH=backends/webdav:.:/home/nightly/bin:/home/nightly/testing:/usr/sbin:/sbin:/home/nightly/testing:/usr/sbin:/sbin:/home/nightly/bin:/usr/local/bin:/usr/bin:/bin:/usr/games:/usr/lib/mit/bin:/usr/lib/mit/sbin: /data/runtests/work/sources/syncevolution/test/valgrindcheck.sh ./client-test Client::Source::apple_caldav Client::Source::apple_caldavtodo Client::Source::apple_carddav Client::Sync::eds_event Client::Sync::eds_task Client::Sync::eds_contact + PS4='wrappercheck-$$ line ${LINENO}: ' wrappercheck-83 line 16: PIDS= wrappercheck-83 line 18: trap '[ "" ] && kill -TERM ' TERM wrappercheck-83 line 19: trap '[ "" ] && kill -INT ' INT wrappercheck-83 line 21: DAEMON_LOG= wrappercheck-83 line 22: WAIT_FOR_DAEMON_OUTPUT= wrappercheck-83 line 23: WAIT_FOR_DBUS_DAEMON= wrappercheck-83 line 25: declare -a BACKGROUND wrappercheck-83 line 26: declare -a ENV wrappercheck-83 line 28: '[' 24 -gt 1 ']' wrappercheck-83 line 28: '[' --daemon-log '!=' -- ']' wrappercheck-83 line 29: case "$1" in wrappercheck-83 line 31: shift wrappercheck-83 line 32: DAEMON_LOG=evolution-addressbook-factory.log wrappercheck-83 line 53: shift wrappercheck-83 line 28: '[' 22 -gt 1 ']' wrappercheck-83 line 28: '[' --wait-for-dbus-daemon '!=' -- ']' wrappercheck-83 line 29: case "$1" in wrappercheck-83 line 35: shift wrappercheck-83 line 36: WAIT_FOR_DBUS_DAEMON=org.gnome.evolution.dataserver.AddressBook wrappercheck-83 line 53: shift wrappercheck-83 line 28: '[' 20 -gt 1 ']' wrappercheck-83 line 28: '[' /usr/lib/evolution/evolution-addressbook-factory '!=' -- ']' wrappercheck-83 line 29: case "$1" in wrappercheck-83 line 50: break wrappercheck-83 line 56: '[' 20 -gt 1 ']' wrappercheck-83 line 56: '[' /usr/lib/evolution/evolution-addressbook-factory '!=' -- ']' wrappercheck-83 line 57: BACKGROUND[${#BACKGROUND[*]}]=/usr/lib/evolution/evolution-addressbook-factory wrappercheck-83 line 58: shift wrappercheck-83 line 56: '[' 19 -gt 1 ']' wrappercheck-83 line 56: '[' --keep-running '!=' -- ']' wrappercheck-83 line 57: BACKGROUND[${#BACKGROUND[*]}]=--keep-running wrappercheck-83 line 58: shift wrappercheck-83 line 56: '[' 18 -gt 1 ']' wrappercheck-83 line 56: '[' -- '!=' -- ']' wrappercheck-83 line 60: shift wrappercheck-83 line 62: '[' evolution-addressbook-factory.log ']' wrappercheck-83 line 62: '[' '' ']' wrappercheck-83 line 66: set +x *** starting /usr/lib/evolution/evolution-addressbook-factory as background daemon, output to evolution-addressbook-factory.log wrappercheck-83 line 72: BACKGROUND_PID=85 wrappercheck-83 line 73: PIDS+=85 wrappercheck-83 line 75: '[' evolution-addressbook-factory.log ']' wrappercheck-83 line 70: set -x wrappercheck-83 line 75: '[' '' ']' wrappercheck-83 line 70: exec wrappercheck-83 line 84: '[' org.gnome.evolution.dataserver.AddressBook ']' wrappercheck-83 line 85: set +x *** waiting for daemon to connect to D-Bus as 'org.gnome.evolution.dataserver.AddressBook' wrappercheck-83 line 93: kill -0 85 wrappercheck-83 line 94: set +e wrappercheck-83 line 95: '[' '' ']' wrappercheck-83 line 99: set -x wrappercheck-83 line 99: /data/runtests/work/sources/syncevolution/test/wrappercheck.sh --daemon-log evolution-calendar-factory.log /usr/lib/evolution/evolution-calendar-factory --keep-running -- env LD_LIBRARY_PATH=build-synthesis/src/.libs:.libs:syncevo/.libs:gdbus/.libs:gdbusxx/.libs: PATH=backends/webdav:.:/home/nightly/bin:/home/nightly/testing:/usr/sbin:/sbin:/home/nightly/testing:/usr/sbin:/sbin:/home/nightly/bin:/usr/local/bin:/usr/bin:/bin:/usr/games:/usr/lib/mit/bin:/usr/lib/mit/sbin: /data/runtests/work/sources/syncevolution/test/valgrindcheck.sh ./client-test Client::Source::apple_caldav Client::Source::apple_caldavtodo Client::Source::apple_carddav Client::Sync::eds_event Client::Sync::eds_task Client::Sync::eds_contact + PS4='wrappercheck-$$ line ${LINENO}: ' wrappercheck-103 line 16: PIDS= wrappercheck-103 line 18: trap '[ "" ] && kill -TERM ' TERM wrappercheck-103 line 19: trap '[ "" ] && kill -INT ' INT wrappercheck-103 line 21: DAEMON_LOG= wrappercheck-103 line 22: WAIT_FOR_DAEMON_OUTPUT= wrappercheck-103 line 23: WAIT_FOR_DBUS_DAEMON= wrappercheck-103 line 25: declare -a BACKGROUND wrappercheck-103 line 26: declare -a ENV wrappercheck-103 line 28: '[' 16 -gt 1 ']' wrappercheck-103 line 28: '[' --daemon-log '!=' -- ']' wrappercheck-103 line 29: case "$1" in wrappercheck-103 line 31: shift wrappercheck-103 line 32: DAEMON_LOG=evolution-calendar-factory.log wrappercheck-103 line 53: shift wrappercheck-103 line 28: '[' 14 -gt 1 ']' wrappercheck-103 line 28: '[' /usr/lib/evolution/evolution-calendar-factory '!=' -- ']' wrappercheck-103 line 29: case "$1" in wrappercheck-103 line 50: break wrappercheck-103 line 56: '[' 14 -gt 1 ']' wrappercheck-103 line 56: '[' /usr/lib/evolution/evolution-calendar-factory '!=' -- ']' wrappercheck-103 line 57: BACKGROUND[${#BACKGROUND[*]}]=/usr/lib/evolution/evolution-calendar-factory wrappercheck-103 line 58: shift wrappercheck-103 line 56: '[' 13 -gt 1 ']' wrappercheck-103 line 56: '[' --keep-running '!=' -- ']' wrappercheck-103 line 57: BACKGROUND[${#BACKGROUND[*]}]=--keep-running wrappercheck-103 line 58: shift wrappercheck-103 line 56: '[' 12 -gt 1 ']' wrappercheck-103 line 56: '[' -- '!=' -- ']' wrappercheck-103 line 60: shift wrappercheck-103 line 62: '[' evolution-calendar-factory.log ']' wrappercheck-103 line 62: '[' '' ']' wrappercheck-103 line 66: set +x *** starting /usr/lib/evolution/evolution-calendar-factory as background daemon, output to evolution-calendar-factory.log wrappercheck-103 line 72: BACKGROUND_PID=105 wrappercheck-103 line 73: PIDS+=105 wrappercheck-103 line 70: set -x wrappercheck-103 line 75: '[' evolution-calendar-factory.log ']' wrappercheck-103 line 75: '[' '' ']' wrappercheck-103 line 70: exec wrappercheck-103 line 84: '[' '' ']' wrappercheck-103 line 93: kill -0 105 wrappercheck-103 line 94: set +e wrappercheck-103 line 95: '[' '' ']' wrappercheck-103 line 99: set -x wrappercheck-103 line 99: env LD_LIBRARY_PATH=build-synthesis/src/.libs:.libs:syncevo/.libs:gdbus/.libs:gdbusxx/.libs: PATH=backends/webdav:.:/home/nightly/bin:/home/nightly/testing:/usr/sbin:/sbin:/home/nightly/testing:/usr/sbin:/sbin:/home/nightly/bin:/usr/local/bin:/usr/bin:/bin:/usr/games:/usr/lib/mit/bin:/usr/lib/mit/sbin: /data/runtests/work/sources/syncevolution/test/valgrindcheck.sh ./client-test Client::Source::apple_caldav Client::Source::apple_caldavtodo Client::Source::apple_carddav Client::Sync::eds_event Client::Sync::eds_task Client::Sync::eds_contact *** 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/apple/valgrind.p108.c%p.out ./client-test Client::Source::apple_caldav Client::Source::apple_caldavtodo Client::Source::apple_carddav Client::Sync::eds_event Client::Sync::eds_task Client::Sync::eds_contact Client::Source::apple_caldav::testOpen okay Client::Source::apple_caldav::testIterateTwice okay sess: Destroying session. Client::Source::apple_caldav::testDelete404 okay sess: Destroying session. Client::Source::apple_caldav::testReadItem404 okay sess: Destroying session. Client::Source::apple_caldav::testSimpleInsert okay sess: Destroying session. Client::Source::apple_caldav::testLocalDeleteAll okay sess: Destroying session. Client::Source::apple_caldav::testComplexInsert okay sess: Destroying session. received an invalid or unencryptable secret Client::Source::apple_caldav::testInsertTwice okay sess: Destroying session. Client::Source::apple_caldav::testLocalUpdate okay sess: Destroying session. Client::Source::apple_caldav::testChanges okay sess: Destroying session. Client::Source::apple_caldav::testChangesMultiCycles okay sess: Destroying session. Client::Source::apple_caldav::testImport okay sess: Destroying session. Client::Source::apple_caldav::testImportDelete okay sess: Destroying session. Client::Source::apple_caldav::testRemoveProperties okay sess: Destroying session. received an invalid or unencryptable secret Client::Source::apple_caldav::testManyChanges okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsDefault::testLinkedItemsParent okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsDefault::testLinkedItemsChild okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsDefault::testLinkedItemsParentChild okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsDefault::testLinkedItemsInsertBothUpdateChildNoIDs okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsDefault::testLinkedItemsChildParent okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsDefault::testLinkedItemsChildChangesParent okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsDefault::testLinkedItemsRemoveParentFirst okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsDefault::testLinkedItemsRemoveNormal okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsDefault::testLinkedItemsInsertParentTwice okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsDefault::testLinkedItemsInsertChildTwice okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsDefault::testLinkedItemsParentUpdate okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsDefault::testLinkedItemsUpdateChild okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsDefault::testLinkedItemsUpdateChildNoIDs okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsDefault::testLinkedItemsInsertBothUpdateChild okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsDefault::testLinkedItemsInsertBothUpdateParent okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsDefault::testLinkedItemsSingle404 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsDefault::testLinkedItemsMany404 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWithVALARM::testLinkedItemsParent okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWithVALARM::testLinkedItemsChild okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWithVALARM::testLinkedItemsParentChild okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWithVALARM::testLinkedItemsInsertBothUpdateChildNoIDs okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWithVALARM::testLinkedItemsChildParent okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWithVALARM::testLinkedItemsChildChangesParent okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWithVALARM::testLinkedItemsRemoveParentFirst okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWithVALARM::testLinkedItemsRemoveNormal okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWithVALARM::testLinkedItemsInsertParentTwice okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWithVALARM::testLinkedItemsInsertChildTwice okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWithVALARM::testLinkedItemsParentUpdate okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWithVALARM::testLinkedItemsUpdateChild okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWithVALARM::testLinkedItemsUpdateChildNoIDs okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWithVALARM::testLinkedItemsInsertBothUpdateChild okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWithVALARM::testLinkedItemsInsertBothUpdateParent okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsAllDay::testLinkedItemsParent okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsAllDay::testLinkedItemsChild okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsAllDay::testLinkedItemsParentChild okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsAllDay::testLinkedItemsInsertBothUpdateChildNoIDs okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsAllDay::testLinkedItemsChildParent okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsAllDay::testLinkedItemsChildChangesParent okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsAllDay::testLinkedItemsRemoveParentFirst okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsAllDay::testLinkedItemsRemoveNormal okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsAllDay::testLinkedItemsInsertParentTwice okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsAllDay::testLinkedItemsInsertChildTwice okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsAllDay::testLinkedItemsParentUpdate okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsAllDay::testLinkedItemsUpdateChild okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsAllDay::testLinkedItemsUpdateChildNoIDs okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsAllDay::testLinkedItemsInsertBothUpdateChild okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsAllDay::testLinkedItemsInsertBothUpdateParent okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsNoTZ::testLinkedItemsParent okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsNoTZ::testLinkedItemsChild okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsNoTZ::testLinkedItemsParentChild okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsNoTZ::testLinkedItemsInsertBothUpdateChildNoIDs okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsNoTZ::testLinkedItemsChildParent okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsNoTZ::testLinkedItemsChildChangesParent okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsNoTZ::testLinkedItemsRemoveParentFirst okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsNoTZ::testLinkedItemsRemoveNormal okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsNoTZ::testLinkedItemsInsertParentTwice okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsNoTZ::testLinkedItemsInsertChildTwice okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsNoTZ::testLinkedItemsParentUpdate okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsNoTZ::testLinkedItemsUpdateChild okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsNoTZ::testLinkedItemsUpdateChildNoIDs okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsNoTZ::testLinkedItemsInsertBothUpdateChild okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsNoTZ::testLinkedItemsInsertBothUpdateParent okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsYearly::testSubsetStart0Skip0 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsYearly::testSubsetStart0Skip1 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsYearly::testSubsetStart0Skip2 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsYearly::testSubsetStart1Skip0 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsYearly::testSubsetStart1Skip1 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsYearly::testSubsetStart2Skip0 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsYearly::testSubsetStart3Skip0 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart0Skip0 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart0Skip1 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart0Skip2 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart0Skip3 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart0Skip4 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart0Skip5 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart0Skip6 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart0Skip7 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart0Skip8 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart0Skip9 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart0Skip10 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::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart0Skip11 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart3Skip0 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart3Skip1 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart3Skip2 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart3Skip3 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart3Skip4 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart3Skip5 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart3Skip6 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart3Skip7 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart3Skip8 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart3Exdate okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart6Skip0 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart6Skip1 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart6Skip2 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart6Skip3 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart6Skip4 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart6Skip5 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart6Exdate okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart9Skip0 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart9Skip1 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart9Skip2 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart9Exdate okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart12Skip0 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsMonthlyMiddle::testSubsetStart0Skip0 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsMonthlyMiddle::testSubsetStart0Skip1 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsMonthlyMiddle::testSubsetStart0Skip2 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsMonthlyMiddle::testSubsetStart0Skip3 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsMonthlyMiddle::testSubsetStart0Skip4 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsMonthlyMiddle::testSubsetStart0Skip5 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsMonthlyMiddle::testSubsetStart2Skip0 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsMonthlyMiddle::testSubsetStart2Skip1 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsMonthlyMiddle::testSubsetStart2Skip2 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsMonthlyMiddle::testSubsetStart2Skip3 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsMonthlyMiddle::testSubsetStart2Exdate okay sess: Destroying session. received an invalid or unencryptable secret Client::Source::apple_caldav::LinkedItemsMonthlyMiddle::testSubsetStart4Skip0 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsMonthlyMiddle::testSubsetStart4Skip1 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsMonthlyMiddle::testSubsetStart6Skip0 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip0 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip1 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip2 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip3 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip4 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip5 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip6 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip7 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip8 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip9 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip10 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip11 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip12 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip13 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip14 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip15 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip16 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip17 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip18 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip19 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip20 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip21 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip22 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip23 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip24 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip25 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip26 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip27 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip28 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip29 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip30 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip31 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip32 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip33 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip34 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip35 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip36 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip37 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip38 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip39 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip40 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip41 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip42 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip43 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip44 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip45 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip46 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip47 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip48 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip49 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip50 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip51 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip52 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip0 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip1 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip2 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip3 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip4 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip5 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip6 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip7 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip8 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip9 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip10 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip11 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip12 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip13 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip14 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip15 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip16 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip17 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip18 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip19 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip20 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip21 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip22 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip23 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip24 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip25 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip26 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip27 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip28 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip29 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip30 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip31 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip32 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip33 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip34 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip35 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip36 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip37 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip38 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip39 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip40 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip41 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Exdate okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart22Skip0 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart22Skip1 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart22Skip2 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart22Skip3 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart22Skip4 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart22Skip5 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart22Skip6 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart22Skip7 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart22Skip8 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart22Skip9 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart22Skip10 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart22Skip11 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart22Skip12 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart22Skip13 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart22Skip14 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart22Skip15 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart22Skip16 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart22Skip17 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart22Skip18 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart22Skip19 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart22Skip20 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart22Skip21 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart22Skip22 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart22Skip23 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart22Skip24 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart22Skip25 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart22Skip26 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart22Skip27 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart22Skip28 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart22Skip29 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart22Skip30 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart22Exdate okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart33Skip0 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart33Skip1 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart33Skip2 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart33Skip3 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart33Skip4 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart33Skip5 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart33Skip6 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart33Skip7 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart33Skip8 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart33Skip9 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart33Skip10 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart33Skip11 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart33Skip12 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart33Skip13 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart33Skip14 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart33Skip15 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart33Skip16 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart33Skip17 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart33Skip18 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart33Skip19 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart33Exdate okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart44Skip0 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart44Skip1 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart44Skip2 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart44Skip3 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart44Skip4 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart44Skip5 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart44Skip6 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart44Skip7 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart44Skip8 okay sess: Destroying session. Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart44Exdate okay sess: Destroying session. Client::Source::apple_caldavtodo::testOpen okay Client::Source::apple_caldavtodo::testIterateTwice okay sess: Destroying session. Client::Source::apple_caldavtodo::testDelete404 okay sess: Destroying session. Client::Source::apple_caldavtodo::testReadItem404 okay sess: Destroying session. Client::Source::apple_caldavtodo::testSimpleInsert okay sess: Destroying session. Client::Source::apple_caldavtodo::testLocalDeleteAll okay sess: Destroying session. Client::Source::apple_caldavtodo::testComplexInsert okay sess: Destroying session. Client::Source::apple_caldavtodo::testInsertTwice okay sess: Destroying session. Client::Source::apple_caldavtodo::testLocalUpdate okay sess: Destroying session. Client::Source::apple_caldavtodo::testChanges okay sess: Destroying session. Client::Source::apple_caldavtodo::testChangesMultiCycles okay sess: Destroying session. Client::Source::apple_caldavtodo::testImport okay sess: Destroying session. Client::Source::apple_caldavtodo::testImportDelete okay sess: Destroying session. Client::Source::apple_caldavtodo::testRemoveProperties okay sess: Destroying session. Client::Source::apple_caldavtodo::testManyChanges okay sess: Destroying session. Client::Source::apple_carddav::testOpen okay Client::Source::apple_carddav::testIterateTwice okay sess: Destroying session. Client::Source::apple_carddav::testDelete404 okay sess: Destroying session. Client::Source::apple_carddav::testReadItem404 okay sess: Destroying session. Client::Source::apple_carddav::testSimpleInsert okay sess: Destroying session. Client::Source::apple_carddav::testLocalDeleteAll okay sess: Destroying session. Client::Source::apple_carddav::testComplexInsert okay sess: Destroying session. Client::Source::apple_carddav::testLocalUpdate okay sess: Destroying session. Client::Source::apple_carddav::testChanges okay sess: Destroying session. Client::Source::apple_carddav::testChangesMultiCycles okay sess: Destroying session. Client::Source::apple_carddav::testImport okay sess: Destroying session. Client::Source::apple_carddav::testImportDelete okay sess: Destroying session. Client::Source::apple_carddav::testRemoveProperties okay sess: Destroying session. Client::Source::apple_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 received an invalid or unencryptable secret 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 *** failure ignored *** ClientTest.cpp:8334:Assertion Test name: Client::Sync::eds_task::testOneWayFromClient equality assertion failed - Expected: 0 - Actual : 1 - eds_task: clientUpdated == source.getItemStat(SyncSourceReport::ITEM_LOCAL, S yncSourceReport::ITEM_UPDATED, SyncSourceReport::ITEM_TOTAL) - ClientTest.cpp:8334 - ClientTest.cpp:6460 - ClientTest.cpp:4245 - ClientTest.cpp:4328 Failures !!! Run: 0 Failure total: 1 Failures: 1 Errors: 0 Client::Sync::eds_task::testOneWayFromRemote okay Client::Sync::eds_task::testOneWayFromLocal *** failure ignored *** ClientTest.cpp:8334:Assertion Test name: Client::Sync::eds_task::testOneWayFromLocal equality assertion failed - Expected: 0 - Actual : 1 - eds_task: clientUpdated == source.getItemStat(SyncSourceReport::ITEM_LOCAL, S yncSourceReport::ITEM_UPDATED, SyncSourceReport::ITEM_TOTAL) - ClientTest.cpp:8334 - ClientTest.cpp:6460 - ClientTest.cpp:4245 - ClientTest.cpp:4334 Failures !!! Run: 0 Failure total: 1 Failures: 1 Errors: 0 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 *** failure ignored *** ClientTest.cpp:8334:Assertion Test name: Client::Sync::eds_contact::testOneWayFromClient equality assertion failed - Expected: 0 - Actual : 1 - eds_contact: clientUpdated == source.getItemStat(SyncSourceReport::ITEM_LOCAL , SyncSourceReport::ITEM_UPDATED, SyncSourceReport::ITEM_TOTAL) - ClientTest.cpp:8334 - ClientTest.cpp:6460 - ClientTest.cpp:4245 - ClientTest.cpp:4328 Failures !!! Run: 0 Failure total: 1 Failures: 1 Errors: 0 Client::Sync::eds_contact::testOneWayFromRemote okay Client::Sync::eds_contact::testOneWayFromLocal *** failure ignored *** ClientTest.cpp:8334:Assertion Test name: Client::Sync::eds_contact::testOneWayFromLocal equality assertion failed - Expected: 0 - Actual : 1 - eds_contact: clientUpdated == source.getItemStat(SyncSourceReport::ITEM_LOCAL , SyncSourceReport::ITEM_UPDATED, SyncSourceReport::ITEM_TOTAL) - ClientTest.cpp:8334 - ClientTest.cpp:6460 - ClientTest.cpp:4245 - ClientTest.cpp:4334 Failures !!! Run: 0 Failure total: 1 Failures: 1 Errors: 0 Client::Sync::eds_contact::testDownload okay sess: Destroying session. Client::Sync::eds_contact::testUpload okay sess: Destroying session. OKvalgrindcheck (108): './client-test Client::Source::apple_caldav Client::Source::apple_caldavtodo Client::Source::apple_carddav Client::Sync::eds_event Client::Sync::eds_task Client::Sync::eds_contact' (112): returned 0 ==10002== Memcheck, a memory error detector ==10002== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==10002== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==10002== Command: ./syncevo-local-sync ==10002== Parent PID: 9971 ==10002== ==10002== ==10002== HEAP SUMMARY: ==10002== in use at exit: 2,491,222 bytes in 25,305 blocks ==10002== total heap usage: 176,506 allocs, 151,201 frees, 33,894,577 bytes allocated ==10002== ==10002== LEAK SUMMARY: ==10002== definitely lost: 0 bytes in 0 blocks ==10002== indirectly lost: 0 bytes in 0 blocks ==10002== possibly lost: 528 bytes in 2 blocks ==10002== still reachable: 2,229,741 bytes in 21,272 blocks ==10002== of which reachable via heuristic: ==10002== length64 : 592 bytes in 10 blocks ==10002== newarray : 5,976 bytes in 28 blocks ==10002== suppressed: 253,841 bytes in 3,975 blocks ==10002== Reachable blocks (those to which a pointer was found) are not shown. ==10002== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==10002== ==10002== For counts of detected and suppressed errors, rerun with: -v ==10002== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==10043== Memcheck, a memory error detector ==10043== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==10043== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==10043== Command: ./syncevo-local-sync ==10043== Parent PID: 9971 ==10043== ==10043== ==10043== HEAP SUMMARY: ==10043== in use at exit: 2,491,286 bytes in 25,307 blocks ==10043== total heap usage: 174,530 allocs, 149,223 frees, 33,736,353 bytes allocated ==10043== ==10043== LEAK SUMMARY: ==10043== definitely lost: 0 bytes in 0 blocks ==10043== indirectly lost: 0 bytes in 0 blocks ==10043== possibly lost: 528 bytes in 2 blocks ==10043== still reachable: 2,229,741 bytes in 21,272 blocks ==10043== of which reachable via heuristic: ==10043== length64 : 592 bytes in 10 blocks ==10043== newarray : 5,976 bytes in 28 blocks ==10043== suppressed: 253,905 bytes in 3,977 blocks ==10043== Reachable blocks (those to which a pointer was found) are not shown. ==10043== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==10043== ==10043== For counts of detected and suppressed errors, rerun with: -v ==10043== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==10059== Memcheck, a memory error detector ==10059== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==10059== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==10059== Command: ./syncevo-local-sync ==10059== Parent PID: 9971 ==10059== ==10059== ==10059== HEAP SUMMARY: ==10059== in use at exit: 3,213,923 bytes in 27,622 blocks ==10059== total heap usage: 171,058 allocs, 143,436 frees, 32,546,658 bytes allocated ==10059== ==10059== LEAK SUMMARY: ==10059== definitely lost: 0 bytes in 0 blocks ==10059== indirectly lost: 0 bytes in 0 blocks ==10059== possibly lost: 528 bytes in 2 blocks ==10059== still reachable: 2,952,450 bytes in 23,589 blocks ==10059== of which reachable via heuristic: ==10059== length64 : 592 bytes in 10 blocks ==10059== newarray : 12,912 bytes in 223 blocks ==10059== suppressed: 253,833 bytes in 3,975 blocks ==10059== Reachable blocks (those to which a pointer was found) are not shown. ==10059== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==10059== ==10059== For counts of detected and suppressed errors, rerun with: -v ==10059== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1007== Memcheck, a memory error detector ==1007== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1007== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1007== Command: ./client-test Client::Source::apple_caldav::LinkedItemsNoTZ::testLinkedItemsInsertBothUpdateChildNoIDs ==1007== Parent PID: 112 ==1007== ==1007== ==1007== HEAP SUMMARY: ==1007== in use at exit: 465,683 bytes in 5,395 blocks ==1007== total heap usage: 192,003 allocs, 186,547 frees, 28,580,756 bytes allocated ==1007== ==1007== LEAK SUMMARY: ==1007== definitely lost: 0 bytes in 0 blocks ==1007== indirectly lost: 0 bytes in 0 blocks ==1007== possibly lost: 1,392 bytes in 4 blocks ==1007== still reachable: 180,888 bytes in 1,022 blocks ==1007== of which reachable via heuristic: ==1007== length64 : 1,032 bytes in 18 blocks ==1007== newarray : 5,976 bytes in 28 blocks ==1007== suppressed: 271,883 bytes in 4,285 blocks ==1007== Reachable blocks (those to which a pointer was found) are not shown. ==1007== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1007== ==1007== For counts of detected and suppressed errors, rerun with: -v ==1007== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==10095== Memcheck, a memory error detector ==10095== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==10095== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==10095== Command: ./client-test Client::Sync::eds_task::testCopy ==10095== Parent PID: 112 ==10095== ==10095== ==10095== HEAP SUMMARY: ==10095== in use at exit: 2,885,396 bytes in 29,898 blocks ==10095== total heap usage: 1,515,186 allocs, 1,485,229 frees, 217,503,940 bytes allocated ==10095== ==10095== LEAK SUMMARY: ==10095== definitely lost: 0 bytes in 0 blocks ==10095== indirectly lost: 0 bytes in 0 blocks ==10095== possibly lost: 1,392 bytes in 4 blocks ==10095== still reachable: 2,238,189 bytes in 21,424 blocks ==10095== of which reachable via heuristic: ==10095== length64 : 5,120 bytes in 80 blocks ==10095== newarray : 6,312 bytes in 49 blocks ==10095== suppressed: 575,551 bytes in 7,936 blocks ==10095== Reachable blocks (those to which a pointer was found) are not shown. ==10095== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==10095== ==10095== For counts of detected and suppressed errors, rerun with: -v ==10095== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==1011== Memcheck, a memory error detector ==1011== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1011== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1011== Command: ./client-test Client::Source::apple_caldav::LinkedItemsNoTZ::testLinkedItemsInsertBothUpdateChildNoIDs ==1011== Parent PID: 1007 ==1011== ==10126== Memcheck, a memory error detector ==10126== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==10126== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==10126== Command: ./syncevo-local-sync ==10126== Parent PID: 10095 ==10126== ==10126== ==10126== HEAP SUMMARY: ==10126== in use at exit: 2,491,286 bytes in 25,307 blocks ==10126== total heap usage: 172,402 allocs, 147,095 frees, 33,456,058 bytes allocated ==10126== ==10126== LEAK SUMMARY: ==10126== definitely lost: 0 bytes in 0 blocks ==10126== indirectly lost: 0 bytes in 0 blocks ==10126== possibly lost: 528 bytes in 2 blocks ==10126== still reachable: 2,229,741 bytes in 21,272 blocks ==10126== of which reachable via heuristic: ==10126== length64 : 592 bytes in 10 blocks ==10126== newarray : 5,976 bytes in 28 blocks ==10126== suppressed: 253,905 bytes in 3,977 blocks ==10126== Reachable blocks (those to which a pointer was found) are not shown. ==10126== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==10126== ==10126== For counts of detected and suppressed errors, rerun with: -v ==10126== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==10166== Memcheck, a memory error detector ==10166== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==10166== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==10166== Command: ./syncevo-local-sync ==10166== Parent PID: 10095 ==10166== ==10166== ==10166== HEAP SUMMARY: ==10166== in use at exit: 3,214,099 bytes in 27,624 blocks ==10166== total heap usage: 171,028 allocs, 143,404 frees, 32,524,868 bytes allocated ==10166== ==10166== LEAK SUMMARY: ==10166== definitely lost: 0 bytes in 0 blocks ==10166== indirectly lost: 0 bytes in 0 blocks ==10166== possibly lost: 528 bytes in 2 blocks ==10166== still reachable: 2,952,546 bytes in 23,589 blocks ==10166== of which reachable via heuristic: ==10166== length64 : 592 bytes in 10 blocks ==10166== newarray : 12,912 bytes in 223 blocks ==10166== suppressed: 253,913 bytes in 3,977 blocks ==10166== Reachable blocks (those to which a pointer was found) are not shown. ==10166== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==10166== ==10166== For counts of detected and suppressed errors, rerun with: -v ==10166== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1019== Memcheck, a memory error detector ==1019== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1019== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1019== Command: ./client-test Client::Source::apple_caldav::LinkedItemsNoTZ::testLinkedItemsChildParent ==1019== Parent PID: 112 ==1019== ==1019== ==1019== HEAP SUMMARY: ==1019== in use at exit: 471,827 bytes in 5,419 blocks ==1019== total heap usage: 212,622 allocs, 207,140 frees, 31,264,426 bytes allocated ==1019== ==1019== LEAK SUMMARY: ==1019== definitely lost: 0 bytes in 0 blocks ==1019== indirectly lost: 0 bytes in 0 blocks ==1019== possibly lost: 1,392 bytes in 4 blocks ==1019== still reachable: 187,032 bytes in 1,046 blocks ==1019== of which reachable via heuristic: ==1019== length64 : 1,032 bytes in 18 blocks ==1019== newarray : 5,976 bytes in 28 blocks ==1019== suppressed: 271,883 bytes in 4,285 blocks ==1019== Reachable blocks (those to which a pointer was found) are not shown. ==1019== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1019== ==1019== For counts of detected and suppressed errors, rerun with: -v ==1019== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==10206== Memcheck, a memory error detector ==10206== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==10206== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==10206== Command: ./syncevo-local-sync ==10206== Parent PID: 10095 ==10206== ==10206== ==10206== HEAP SUMMARY: ==10206== in use at exit: 2,491,238 bytes in 25,305 blocks ==10206== total heap usage: 172,392 allocs, 147,087 frees, 33,459,990 bytes allocated ==10206== ==10206== LEAK SUMMARY: ==10206== definitely lost: 0 bytes in 0 blocks ==10206== indirectly lost: 0 bytes in 0 blocks ==10206== possibly lost: 528 bytes in 2 blocks ==10206== still reachable: 2,229,741 bytes in 21,272 blocks ==10206== of which reachable via heuristic: ==10206== length64 : 592 bytes in 10 blocks ==10206== newarray : 5,976 bytes in 28 blocks ==10206== suppressed: 253,857 bytes in 3,975 blocks ==10206== Reachable blocks (those to which a pointer was found) are not shown. ==10206== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==10206== ==10206== For counts of detected and suppressed errors, rerun with: -v ==10206== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1023== Memcheck, a memory error detector ==1023== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1023== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1023== Command: ./client-test Client::Source::apple_caldav::LinkedItemsNoTZ::testLinkedItemsChildParent ==1023== Parent PID: 1019 ==1023== ==10246== Memcheck, a memory error detector ==10246== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==10246== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==10246== Command: ./syncevo-local-sync ==10246== Parent PID: 10095 ==10246== ==10246== ==10246== HEAP SUMMARY: ==10246== in use at exit: 3,214,071 bytes in 27,624 blocks ==10246== total heap usage: 171,024 allocs, 143,400 frees, 32,524,335 bytes allocated ==10246== ==10246== LEAK SUMMARY: ==10246== definitely lost: 0 bytes in 0 blocks ==10246== indirectly lost: 0 bytes in 0 blocks ==10246== possibly lost: 528 bytes in 2 blocks ==10246== still reachable: 2,952,526 bytes in 23,589 blocks ==10246== of which reachable via heuristic: ==10246== length64 : 592 bytes in 10 blocks ==10246== newarray : 12,912 bytes in 223 blocks ==10246== suppressed: 253,905 bytes in 3,977 blocks ==10246== Reachable blocks (those to which a pointer was found) are not shown. ==10246== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==10246== ==10246== For counts of detected and suppressed errors, rerun with: -v ==10246== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==10286== Memcheck, a memory error detector ==10286== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==10286== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==10286== Command: ./syncevo-local-sync ==10286== Parent PID: 10095 ==10286== ==10286== ==10286== HEAP SUMMARY: ==10286== in use at exit: 2,491,302 bytes in 25,307 blocks ==10286== total heap usage: 178,966 allocs, 153,659 frees, 34,180,975 bytes allocated ==10286== ==10286== LEAK SUMMARY: ==10286== definitely lost: 0 bytes in 0 blocks ==10286== indirectly lost: 0 bytes in 0 blocks ==10286== possibly lost: 528 bytes in 2 blocks ==10286== still reachable: 2,229,741 bytes in 21,272 blocks ==10286== of which reachable via heuristic: ==10286== length64 : 592 bytes in 10 blocks ==10286== newarray : 5,976 bytes in 28 blocks ==10286== suppressed: 253,921 bytes in 3,977 blocks ==10286== Reachable blocks (those to which a pointer was found) are not shown. ==10286== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==10286== ==10286== For counts of detected and suppressed errors, rerun with: -v ==10286== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==10302== Memcheck, a memory error detector ==10302== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==10302== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==10302== Command: ./syncevo-local-sync ==10302== Parent PID: 10095 ==10302== ==10302== ==10302== HEAP SUMMARY: ==10302== in use at exit: 2,491,262 bytes in 25,307 blocks ==10302== total heap usage: 177,904 allocs, 152,597 frees, 34,071,735 bytes allocated ==10302== ==10302== LEAK SUMMARY: ==10302== definitely lost: 0 bytes in 0 blocks ==10302== indirectly lost: 0 bytes in 0 blocks ==10302== possibly lost: 528 bytes in 2 blocks ==10302== still reachable: 2,229,741 bytes in 21,272 blocks ==10302== of which reachable via heuristic: ==10302== length64 : 592 bytes in 10 blocks ==10302== newarray : 5,976 bytes in 28 blocks ==10302== suppressed: 253,881 bytes in 3,977 blocks ==10302== Reachable blocks (those to which a pointer was found) are not shown. ==10302== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==10302== ==10302== For counts of detected and suppressed errors, rerun with: -v ==10302== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1031== Memcheck, a memory error detector ==1031== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1031== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1031== Command: ./client-test Client::Source::apple_caldav::LinkedItemsNoTZ::testLinkedItemsChildChangesParent ==1031== Parent PID: 112 ==1031== ==1031== ==1031== HEAP SUMMARY: ==1031== in use at exit: 468,747 bytes in 5,407 blocks ==1031== total heap usage: 224,290 allocs, 218,819 frees, 32,099,579 bytes allocated ==1031== ==1031== LEAK SUMMARY: ==1031== definitely lost: 0 bytes in 0 blocks ==1031== indirectly lost: 0 bytes in 0 blocks ==1031== possibly lost: 1,392 bytes in 4 blocks ==1031== still reachable: 183,960 bytes in 1,034 blocks ==1031== of which reachable via heuristic: ==1031== length64 : 1,032 bytes in 18 blocks ==1031== newarray : 5,976 bytes in 28 blocks ==1031== suppressed: 271,875 bytes in 4,285 blocks ==1031== Reachable blocks (those to which a pointer was found) are not shown. ==1031== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1031== ==1031== For counts of detected and suppressed errors, rerun with: -v ==1031== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==10339== Memcheck, a memory error detector ==10339== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==10339== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==10339== Command: ./client-test Client::Sync::eds_task::testCopy ==10339== Parent PID: 10095 ==10339== ==1035== Memcheck, a memory error detector ==1035== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1035== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1035== Command: ./client-test Client::Source::apple_caldav::LinkedItemsNoTZ::testLinkedItemsChildChangesParent ==1035== Parent PID: 1031 ==1035== ==10364== Memcheck, a memory error detector ==10364== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==10364== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==10364== Command: ./client-test Client::Sync::eds_task::testCopy ==10364== Parent PID: 10095 ==10364== ==10368== Memcheck, a memory error detector ==10368== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==10368== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==10368== Command: ./client-test Client::Sync::eds_task::testDelete ==10368== Parent PID: 112 ==10368== ==10368== ==10368== HEAP SUMMARY: ==10368== in use at exit: 2,883,600 bytes in 29,855 blocks ==10368== total heap usage: 1,871,528 allocs, 1,841,612 frees, 275,264,821 bytes allocated ==10368== ==10368== LEAK SUMMARY: ==10368== definitely lost: 0 bytes in 0 blocks ==10368== indirectly lost: 0 bytes in 0 blocks ==10368== possibly lost: 1,392 bytes in 4 blocks ==10368== still reachable: 2,236,861 bytes in 21,410 blocks ==10368== of which reachable via heuristic: ==10368== length64 : 5,120 bytes in 80 blocks ==10368== newarray : 6,312 bytes in 49 blocks ==10368== suppressed: 575,251 bytes in 7,909 blocks ==10368== Reachable blocks (those to which a pointer was found) are not shown. ==10368== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==10368== ==10368== For counts of detected and suppressed errors, rerun with: -v ==10368== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==10399== Memcheck, a memory error detector ==10399== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==10399== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==10399== Command: ./syncevo-local-sync ==10399== Parent PID: 10368 ==10399== ==10399== ==10399== HEAP SUMMARY: ==10399== in use at exit: 2,491,214 bytes in 25,305 blocks ==10399== total heap usage: 176,520 allocs, 151,215 frees, 33,895,233 bytes allocated ==10399== ==10399== LEAK SUMMARY: ==10399== definitely lost: 0 bytes in 0 blocks ==10399== indirectly lost: 0 bytes in 0 blocks ==10399== possibly lost: 528 bytes in 2 blocks ==10399== still reachable: 2,229,741 bytes in 21,272 blocks ==10399== of which reachable via heuristic: ==10399== length64 : 592 bytes in 10 blocks ==10399== newarray : 5,976 bytes in 28 blocks ==10399== suppressed: 253,833 bytes in 3,975 blocks ==10399== Reachable blocks (those to which a pointer was found) are not shown. ==10399== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==10399== ==10399== For counts of detected and suppressed errors, rerun with: -v ==10399== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1043== Memcheck, a memory error detector ==1043== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1043== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1043== Command: ./client-test Client::Source::apple_caldav::LinkedItemsNoTZ::testLinkedItemsChildChangesParent ==1043== Parent PID: 1031 ==1043== ==10439== Memcheck, a memory error detector ==10439== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==10439== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==10439== Command: ./syncevo-local-sync ==10439== Parent PID: 10368 ==10439== ==10439== ==10439== HEAP SUMMARY: ==10439== in use at exit: 2,491,278 bytes in 25,307 blocks ==10439== total heap usage: 174,547 allocs, 149,240 frees, 33,737,329 bytes allocated ==10439== ==10439== LEAK SUMMARY: ==10439== definitely lost: 0 bytes in 0 blocks ==10439== indirectly lost: 0 bytes in 0 blocks ==10439== possibly lost: 528 bytes in 2 blocks ==10439== still reachable: 2,229,741 bytes in 21,272 blocks ==10439== of which reachable via heuristic: ==10439== length64 : 592 bytes in 10 blocks ==10439== newarray : 5,976 bytes in 28 blocks ==10439== suppressed: 253,897 bytes in 3,977 blocks ==10439== Reachable blocks (those to which a pointer was found) are not shown. ==10439== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==10439== ==10439== For counts of detected and suppressed errors, rerun with: -v ==10439== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==10479== Memcheck, a memory error detector ==10479== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==10479== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==10479== Command: ./syncevo-local-sync ==10479== Parent PID: 10368 ==10479== ==10479== ==10479== HEAP SUMMARY: ==10479== in use at exit: 2,491,278 bytes in 25,307 blocks ==10479== total heap usage: 172,493 allocs, 147,186 frees, 33,501,243 bytes allocated ==10479== ==10479== LEAK SUMMARY: ==10479== definitely lost: 0 bytes in 0 blocks ==10479== indirectly lost: 0 bytes in 0 blocks ==10479== possibly lost: 528 bytes in 2 blocks ==10479== still reachable: 2,229,741 bytes in 21,272 blocks ==10479== of which reachable via heuristic: ==10479== length64 : 592 bytes in 10 blocks ==10479== newarray : 5,976 bytes in 28 blocks ==10479== suppressed: 253,897 bytes in 3,977 blocks ==10479== Reachable blocks (those to which a pointer was found) are not shown. ==10479== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==10479== ==10479== For counts of detected and suppressed errors, rerun with: -v ==10479== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1051== Memcheck, a memory error detector ==1051== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1051== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1051== Command: ./client-test Client::Source::apple_caldav::LinkedItemsNoTZ::testLinkedItemsRemoveParentFirst ==1051== Parent PID: 112 ==1051== ==1051== ==1051== HEAP SUMMARY: ==1051== in use at exit: 474,899 bytes in 5,431 blocks ==1051== total heap usage: 235,092 allocs, 229,596 frees, 33,299,142 bytes allocated ==1051== ==1051== LEAK SUMMARY: ==1051== definitely lost: 0 bytes in 0 blocks ==1051== indirectly lost: 0 bytes in 0 blocks ==1051== possibly lost: 1,392 bytes in 4 blocks ==1051== still reachable: 190,104 bytes in 1,058 blocks ==1051== of which reachable via heuristic: ==1051== length64 : 1,032 bytes in 18 blocks ==1051== newarray : 5,976 bytes in 28 blocks ==1051== suppressed: 271,883 bytes in 4,285 blocks ==1051== Reachable blocks (those to which a pointer was found) are not shown. ==1051== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1051== ==1051== For counts of detected and suppressed errors, rerun with: -v ==1051== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==10519== Memcheck, a memory error detector ==10519== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==10519== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==10519== Command: ./syncevo-local-sync ==10519== Parent PID: 10368 ==10519== ==10519== ==10519== HEAP SUMMARY: ==10519== in use at exit: 3,214,063 bytes in 27,624 blocks ==10519== total heap usage: 171,034 allocs, 143,410 frees, 32,524,947 bytes allocated ==10519== ==10519== LEAK SUMMARY: ==10519== definitely lost: 0 bytes in 0 blocks ==10519== indirectly lost: 0 bytes in 0 blocks ==10519== possibly lost: 528 bytes in 2 blocks ==10519== still reachable: 2,952,534 bytes in 23,589 blocks ==10519== of which reachable via heuristic: ==10519== length64 : 592 bytes in 10 blocks ==10519== newarray : 12,912 bytes in 223 blocks ==10519== suppressed: 253,889 bytes in 3,977 blocks ==10519== Reachable blocks (those to which a pointer was found) are not shown. ==10519== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==10519== ==10519== For counts of detected and suppressed errors, rerun with: -v ==10519== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1055== Memcheck, a memory error detector ==1055== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1055== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1055== Command: ./client-test Client::Source::apple_caldav::LinkedItemsNoTZ::testLinkedItemsRemoveParentFirst ==1055== Parent PID: 1051 ==1055== ==10559== Memcheck, a memory error detector ==10559== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==10559== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==10559== Command: ./syncevo-local-sync ==10559== Parent PID: 10368 ==10559== ==10559== ==10559== HEAP SUMMARY: ==10559== in use at exit: 2,491,278 bytes in 25,307 blocks ==10559== total heap usage: 178,967 allocs, 153,660 frees, 34,181,030 bytes allocated ==10559== ==10559== LEAK SUMMARY: ==10559== definitely lost: 0 bytes in 0 blocks ==10559== indirectly lost: 0 bytes in 0 blocks ==10559== possibly lost: 528 bytes in 2 blocks ==10559== still reachable: 2,229,741 bytes in 21,272 blocks ==10559== of which reachable via heuristic: ==10559== length64 : 592 bytes in 10 blocks ==10559== newarray : 5,976 bytes in 28 blocks ==10559== suppressed: 253,897 bytes in 3,977 blocks ==10559== Reachable blocks (those to which a pointer was found) are not shown. ==10559== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==10559== ==10559== For counts of detected and suppressed errors, rerun with: -v ==10559== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==10575== Memcheck, a memory error detector ==10575== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==10575== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==10575== Command: ./syncevo-local-sync ==10575== Parent PID: 10368 ==10575== ==10575== ==10575== HEAP SUMMARY: ==10575== in use at exit: 2,491,294 bytes in 25,307 blocks ==10575== total heap usage: 177,892 allocs, 152,585 frees, 34,070,999 bytes allocated ==10575== ==10575== LEAK SUMMARY: ==10575== definitely lost: 0 bytes in 0 blocks ==10575== indirectly lost: 0 bytes in 0 blocks ==10575== possibly lost: 528 bytes in 2 blocks ==10575== still reachable: 2,229,741 bytes in 21,272 blocks ==10575== of which reachable via heuristic: ==10575== length64 : 592 bytes in 10 blocks ==10575== newarray : 5,976 bytes in 28 blocks ==10575== suppressed: 253,913 bytes in 3,977 blocks ==10575== Reachable blocks (those to which a pointer was found) are not shown. ==10575== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==10575== ==10575== For counts of detected and suppressed errors, rerun with: -v ==10575== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==10612== Memcheck, a memory error detector ==10612== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==10612== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==10612== Command: ./client-test Client::Sync::eds_task::testDelete ==10612== Parent PID: 10368 ==10612== ==1063== Memcheck, a memory error detector ==1063== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1063== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1063== Command: ./client-test Client::Source::apple_caldav::LinkedItemsNoTZ::testLinkedItemsRemoveParentFirst ==1063== Parent PID: 1051 ==1063== ==10640== Memcheck, a memory error detector ==10640== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==10640== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==10640== Command: ./syncevo-local-sync ==10640== Parent PID: 10368 ==10640== ==10640== ==10640== HEAP SUMMARY: ==10640== in use at exit: 2,491,286 bytes in 25,307 blocks ==10640== total heap usage: 174,504 allocs, 149,197 frees, 33,712,774 bytes allocated ==10640== ==10640== LEAK SUMMARY: ==10640== definitely lost: 0 bytes in 0 blocks ==10640== indirectly lost: 0 bytes in 0 blocks ==10640== possibly lost: 528 bytes in 2 blocks ==10640== still reachable: 2,229,741 bytes in 21,272 blocks ==10640== of which reachable via heuristic: ==10640== length64 : 592 bytes in 10 blocks ==10640== newarray : 5,976 bytes in 28 blocks ==10640== suppressed: 253,905 bytes in 3,977 blocks ==10640== Reachable blocks (those to which a pointer was found) are not shown. ==10640== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==10640== ==10640== For counts of detected and suppressed errors, rerun with: -v ==10640== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==10656== Memcheck, a memory error detector ==10656== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==10656== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==10656== Command: ./syncevo-local-sync ==10656== Parent PID: 10368 ==10656== ==10656== ==10656== HEAP SUMMARY: ==10656== in use at exit: 2,491,278 bytes in 25,307 blocks ==10656== total heap usage: 174,208 allocs, 148,901 frees, 33,691,396 bytes allocated ==10656== ==10656== LEAK SUMMARY: ==10656== definitely lost: 0 bytes in 0 blocks ==10656== indirectly lost: 0 bytes in 0 blocks ==10656== possibly lost: 528 bytes in 2 blocks ==10656== still reachable: 2,229,741 bytes in 21,272 blocks ==10656== of which reachable via heuristic: ==10656== length64 : 592 bytes in 10 blocks ==10656== newarray : 5,976 bytes in 28 blocks ==10656== suppressed: 253,897 bytes in 3,977 blocks ==10656== Reachable blocks (those to which a pointer was found) are not shown. ==10656== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==10656== ==10656== For counts of detected and suppressed errors, rerun with: -v ==10656== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==10685== Memcheck, a memory error detector ==10685== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==10685== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==10685== Command: ./client-test Client::Sync::eds_task::testAddUpdate ==10685== Parent PID: 112 ==10685== ==10685== ==10685== HEAP SUMMARY: ==10685== in use at exit: 2,876,695 bytes in 29,753 blocks ==10685== total heap usage: 1,418,306 allocs, 1,388,494 frees, 211,921,897 bytes allocated ==10685== ==10685== LEAK SUMMARY: ==10685== definitely lost: 0 bytes in 0 blocks ==10685== indirectly lost: 0 bytes in 0 blocks ==10685== possibly lost: 1,392 bytes in 4 blocks ==10685== still reachable: 2,235,597 bytes in 21,410 blocks ==10685== of which reachable via heuristic: ==10685== length64 : 5,120 bytes in 80 blocks ==10685== newarray : 6,312 bytes in 49 blocks ==10685== suppressed: 569,442 bytes in 7,805 blocks ==10685== Reachable blocks (those to which a pointer was found) are not shown. ==10685== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==10685== ==10685== For counts of detected and suppressed errors, rerun with: -v ==10685== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==1071== Memcheck, a memory error detector ==1071== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1071== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1071== Command: ./client-test Client::Source::apple_caldav::LinkedItemsNoTZ::testLinkedItemsRemoveNormal ==1071== Parent PID: 112 ==1071== ==1071== ==1071== HEAP SUMMARY: ==1071== in use at exit: 474,883 bytes in 5,431 blocks ==1071== total heap usage: 244,840 allocs, 239,343 frees, 34,303,497 bytes allocated ==1071== ==1071== LEAK SUMMARY: ==1071== definitely lost: 0 bytes in 0 blocks ==1071== indirectly lost: 0 bytes in 0 blocks ==1071== possibly lost: 1,392 bytes in 4 blocks ==1071== still reachable: 190,104 bytes in 1,058 blocks ==1071== of which reachable via heuristic: ==1071== length64 : 1,032 bytes in 18 blocks ==1071== newarray : 5,976 bytes in 28 blocks ==1071== suppressed: 271,867 bytes in 4,285 blocks ==1071== Reachable blocks (those to which a pointer was found) are not shown. ==1071== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1071== ==1071== For counts of detected and suppressed errors, rerun with: -v ==1071== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==10716== Memcheck, a memory error detector ==10716== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==10716== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==10716== Command: ./syncevo-local-sync ==10716== Parent PID: 10685 ==10716== ==10716== ==10716== HEAP SUMMARY: ==10716== in use at exit: 2,491,270 bytes in 25,307 blocks ==10716== total heap usage: 172,411 allocs, 147,104 frees, 33,456,784 bytes allocated ==10716== ==10716== LEAK SUMMARY: ==10716== definitely lost: 0 bytes in 0 blocks ==10716== indirectly lost: 0 bytes in 0 blocks ==10716== possibly lost: 528 bytes in 2 blocks ==10716== still reachable: 2,229,741 bytes in 21,272 blocks ==10716== of which reachable via heuristic: ==10716== length64 : 592 bytes in 10 blocks ==10716== newarray : 5,976 bytes in 28 blocks ==10716== suppressed: 253,889 bytes in 3,977 blocks ==10716== Reachable blocks (those to which a pointer was found) are not shown. ==10716== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==10716== ==10716== For counts of detected and suppressed errors, rerun with: -v ==10716== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1075== Memcheck, a memory error detector ==1075== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1075== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1075== Command: ./client-test Client::Source::apple_caldav::LinkedItemsNoTZ::testLinkedItemsRemoveNormal ==1075== Parent PID: 1071 ==1075== ==10756== Memcheck, a memory error detector ==10756== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==10756== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==10756== Command: ./syncevo-local-sync ==10756== Parent PID: 10685 ==10756== ==10756== ==10756== HEAP SUMMARY: ==10756== in use at exit: 3,214,091 bytes in 27,624 blocks ==10756== total heap usage: 171,059 allocs, 143,435 frees, 32,527,228 bytes allocated ==10756== ==10756== LEAK SUMMARY: ==10756== definitely lost: 0 bytes in 0 blocks ==10756== indirectly lost: 0 bytes in 0 blocks ==10756== possibly lost: 528 bytes in 2 blocks ==10756== still reachable: 2,952,546 bytes in 23,589 blocks ==10756== of which reachable via heuristic: ==10756== length64 : 592 bytes in 10 blocks ==10756== newarray : 12,912 bytes in 223 blocks ==10756== suppressed: 253,905 bytes in 3,977 blocks ==10756== Reachable blocks (those to which a pointer was found) are not shown. ==10756== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==10756== ==10756== For counts of detected and suppressed errors, rerun with: -v ==10756== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==10773== Memcheck, a memory error detector ==10773== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==10773== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==10773== Command: ./syncevo-local-sync ==10773== Parent PID: 10685 ==10773== ==10773== ==10773== HEAP SUMMARY: ==10773== in use at exit: 2,491,278 bytes in 25,307 blocks ==10773== total heap usage: 173,014 allocs, 147,707 frees, 33,529,844 bytes allocated ==10773== ==10773== LEAK SUMMARY: ==10773== definitely lost: 0 bytes in 0 blocks ==10773== indirectly lost: 0 bytes in 0 blocks ==10773== possibly lost: 528 bytes in 2 blocks ==10773== still reachable: 2,229,741 bytes in 21,272 blocks ==10773== of which reachable via heuristic: ==10773== length64 : 592 bytes in 10 blocks ==10773== newarray : 5,976 bytes in 28 blocks ==10773== suppressed: 253,897 bytes in 3,977 blocks ==10773== Reachable blocks (those to which a pointer was found) are not shown. ==10773== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==10773== ==10773== For counts of detected and suppressed errors, rerun with: -v ==10773== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==10814== Memcheck, a memory error detector ==10814== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==10814== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==10814== Command: ./syncevo-local-sync ==10814== Parent PID: 10685 ==10814== ==10814== ==10814== HEAP SUMMARY: ==10814== in use at exit: 2,491,286 bytes in 25,307 blocks ==10814== total heap usage: 178,975 allocs, 153,668 frees, 34,181,601 bytes allocated ==10814== ==10814== LEAK SUMMARY: ==10814== definitely lost: 0 bytes in 0 blocks ==10814== indirectly lost: 0 bytes in 0 blocks ==10814== possibly lost: 528 bytes in 2 blocks ==10814== still reachable: 2,229,741 bytes in 21,272 blocks ==10814== of which reachable via heuristic: ==10814== length64 : 592 bytes in 10 blocks ==10814== newarray : 5,976 bytes in 28 blocks ==10814== suppressed: 253,905 bytes in 3,977 blocks ==10814== Reachable blocks (those to which a pointer was found) are not shown. ==10814== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==10814== ==10814== For counts of detected and suppressed errors, rerun with: -v ==10814== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1083== Memcheck, a memory error detector ==1083== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1083== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1083== Command: ./client-test Client::Source::apple_caldav::LinkedItemsNoTZ::testLinkedItemsRemoveNormal ==1083== Parent PID: 1071 ==1083== ==10854== Memcheck, a memory error detector ==10854== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==10854== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==10854== Command: ./syncevo-local-sync ==10854== Parent PID: 10685 ==10854== ==10854== ==10854== HEAP SUMMARY: ==10854== in use at exit: 2,491,270 bytes in 25,307 blocks ==10854== total heap usage: 180,090 allocs, 154,783 frees, 34,307,353 bytes allocated ==10854== ==10854== LEAK SUMMARY: ==10854== definitely lost: 0 bytes in 0 blocks ==10854== indirectly lost: 0 bytes in 0 blocks ==10854== possibly lost: 528 bytes in 2 blocks ==10854== still reachable: 2,229,741 bytes in 21,272 blocks ==10854== of which reachable via heuristic: ==10854== length64 : 592 bytes in 10 blocks ==10854== newarray : 5,976 bytes in 28 blocks ==10854== suppressed: 253,889 bytes in 3,977 blocks ==10854== Reachable blocks (those to which a pointer was found) are not shown. ==10854== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==10854== ==10854== For counts of detected and suppressed errors, rerun with: -v ==10854== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==10870== Memcheck, a memory error detector ==10870== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==10870== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==10870== Command: ./syncevo-local-sync ==10870== Parent PID: 10685 ==10870== ==10870== ==10870== HEAP SUMMARY: ==10870== in use at exit: 2,491,270 bytes in 25,307 blocks ==10870== total heap usage: 177,872 allocs, 152,565 frees, 34,047,653 bytes allocated ==10870== ==10870== LEAK SUMMARY: ==10870== definitely lost: 0 bytes in 0 blocks ==10870== indirectly lost: 0 bytes in 0 blocks ==10870== possibly lost: 528 bytes in 2 blocks ==10870== still reachable: 2,229,741 bytes in 21,272 blocks ==10870== of which reachable via heuristic: ==10870== length64 : 592 bytes in 10 blocks ==10870== newarray : 5,976 bytes in 28 blocks ==10870== suppressed: 253,889 bytes in 3,977 blocks ==10870== Reachable blocks (those to which a pointer was found) are not shown. ==10870== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==10870== ==10870== For counts of detected and suppressed errors, rerun with: -v ==10870== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==10908== Memcheck, a memory error detector ==10908== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==10908== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==10908== Command: ./client-test Client::Sync::eds_task::testAddUpdate ==10908== Parent PID: 10685 ==10908== ==1091== Memcheck, a memory error detector ==1091== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1091== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1091== Command: ./client-test Client::Source::apple_caldav::LinkedItemsNoTZ::testLinkedItemsInsertParentTwice ==1091== Parent PID: 112 ==1091== ==1091== ==1091== HEAP SUMMARY: ==1091== in use at exit: 465,659 bytes in 5,395 blocks ==1091== total heap usage: 224,001 allocs, 218,542 frees, 31,696,289 bytes allocated ==1091== ==1091== LEAK SUMMARY: ==1091== definitely lost: 0 bytes in 0 blocks ==1091== indirectly lost: 0 bytes in 0 blocks ==1091== possibly lost: 1,392 bytes in 4 blocks ==1091== still reachable: 180,888 bytes in 1,022 blocks ==1091== of which reachable via heuristic: ==1091== length64 : 1,032 bytes in 18 blocks ==1091== newarray : 5,976 bytes in 28 blocks ==1091== suppressed: 271,859 bytes in 4,285 blocks ==1091== Reachable blocks (those to which a pointer was found) are not shown. ==1091== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1091== ==1091== For counts of detected and suppressed errors, rerun with: -v ==1091== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==10912== Memcheck, a memory error detector ==10912== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==10912== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==10912== Command: ./client-test Client::Sync::eds_task::testManyItems ==10912== Parent PID: 112 ==10912== ==10912== ==10912== HEAP SUMMARY: ==10912== in use at exit: 2,893,446 bytes in 29,926 blocks ==10912== total heap usage: 5,261,689 allocs, 5,231,704 frees, 642,031,453 bytes allocated ==10912== ==10912== LEAK SUMMARY: ==10912== definitely lost: 0 bytes in 0 blocks ==10912== indirectly lost: 0 bytes in 0 blocks ==10912== possibly lost: 1,392 bytes in 4 blocks ==10912== still reachable: 2,242,518 bytes in 21,423 blocks ==10912== of which reachable via heuristic: ==10912== length64 : 5,120 bytes in 80 blocks ==10912== newarray : 6,312 bytes in 49 blocks ==10912== suppressed: 579,272 bytes in 7,965 blocks ==10912== Reachable blocks (those to which a pointer was found) are not shown. ==10912== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==10912== ==10912== For counts of detected and suppressed errors, rerun with: -v ==10912== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==10943== Memcheck, a memory error detector ==10943== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==10943== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==10943== Command: ./syncevo-local-sync ==10943== Parent PID: 10912 ==10943== ==10943== ==10943== HEAP SUMMARY: ==10943== in use at exit: 2,491,294 bytes in 25,307 blocks ==10943== total heap usage: 176,469 allocs, 151,162 frees, 33,879,494 bytes allocated ==10943== ==10943== LEAK SUMMARY: ==10943== definitely lost: 0 bytes in 0 blocks ==10943== indirectly lost: 0 bytes in 0 blocks ==10943== possibly lost: 528 bytes in 2 blocks ==10943== still reachable: 2,229,741 bytes in 21,272 blocks ==10943== of which reachable via heuristic: ==10943== length64 : 592 bytes in 10 blocks ==10943== newarray : 5,976 bytes in 28 blocks ==10943== suppressed: 253,913 bytes in 3,977 blocks ==10943== Reachable blocks (those to which a pointer was found) are not shown. ==10943== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==10943== ==10943== For counts of detected and suppressed errors, rerun with: -v ==10943== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1095== Memcheck, a memory error detector ==1095== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1095== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1095== Command: ./client-test Client::Source::apple_caldav::LinkedItemsNoTZ::testLinkedItemsInsertParentTwice ==1095== Parent PID: 1091 ==1095== ==10983== Memcheck, a memory error detector ==10983== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==10983== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==10983== Command: ./syncevo-local-sync ==10983== Parent PID: 10912 ==10983== ==10983== ==10983== HEAP SUMMARY: ==10983== in use at exit: 2,491,310 bytes in 25,307 blocks ==10983== total heap usage: 174,516 allocs, 149,209 frees, 33,735,051 bytes allocated ==10983== ==10983== LEAK SUMMARY: ==10983== definitely lost: 0 bytes in 0 blocks ==10983== indirectly lost: 0 bytes in 0 blocks ==10983== possibly lost: 528 bytes in 2 blocks ==10983== still reachable: 2,229,741 bytes in 21,272 blocks ==10983== of which reachable via heuristic: ==10983== length64 : 592 bytes in 10 blocks ==10983== newarray : 5,976 bytes in 28 blocks ==10983== suppressed: 253,929 bytes in 3,977 blocks ==10983== Reachable blocks (those to which a pointer was found) are not shown. ==10983== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==10983== ==10983== For counts of detected and suppressed errors, rerun with: -v ==10983== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==11012== Memcheck, a memory error detector ==11012== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==11012== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==11012== Command: ./syncevo-local-sync ==11012== Parent PID: 10912 ==11012== ==11012== ==11012== HEAP SUMMARY: ==11012== in use at exit: 2,491,238 bytes in 25,305 blocks ==11012== total heap usage: 696,122 allocs, 670,817 frees, 98,524,087 bytes allocated ==11012== ==11012== LEAK SUMMARY: ==11012== definitely lost: 0 bytes in 0 blocks ==11012== indirectly lost: 0 bytes in 0 blocks ==11012== possibly lost: 528 bytes in 2 blocks ==11012== still reachable: 2,229,741 bytes in 21,272 blocks ==11012== of which reachable via heuristic: ==11012== length64 : 592 bytes in 10 blocks ==11012== newarray : 5,976 bytes in 28 blocks ==11012== suppressed: 253,857 bytes in 3,975 blocks ==11012== Reachable blocks (those to which a pointer was found) are not shown. ==11012== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==11012== ==11012== For counts of detected and suppressed errors, rerun with: -v ==11012== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1103== Memcheck, a memory error detector ==1103== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1103== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1103== Command: ./client-test Client::Source::apple_caldav::LinkedItemsNoTZ::testLinkedItemsInsertParentTwice ==1103== Parent PID: 1091 ==1103== ==11030== Memcheck, a memory error detector ==11030== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==11030== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==11030== Command: ./syncevo-local-sync ==11030== Parent PID: 10912 ==11030== ==11030== ==11030== HEAP SUMMARY: ==11030== in use at exit: 2,491,214 bytes in 25,305 blocks ==11030== total heap usage: 533,141 allocs, 507,836 frees, 75,884,570 bytes allocated ==11030== ==11030== LEAK SUMMARY: ==11030== definitely lost: 0 bytes in 0 blocks ==11030== indirectly lost: 0 bytes in 0 blocks ==11030== possibly lost: 528 bytes in 2 blocks ==11030== still reachable: 2,229,741 bytes in 21,272 blocks ==11030== of which reachable via heuristic: ==11030== length64 : 592 bytes in 10 blocks ==11030== newarray : 5,976 bytes in 28 blocks ==11030== suppressed: 253,833 bytes in 3,975 blocks ==11030== Reachable blocks (those to which a pointer was found) are not shown. ==11030== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==11030== ==11030== For counts of detected and suppressed errors, rerun with: -v ==11030== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==11047== Memcheck, a memory error detector ==11047== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==11047== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==11047== Command: ./syncevo-local-sync ==11047== Parent PID: 10912 ==11047== ==11047== ==11047== HEAP SUMMARY: ==11047== in use at exit: 2,491,270 bytes in 25,307 blocks ==11047== total heap usage: 529,626 allocs, 504,319 frees, 75,642,860 bytes allocated ==11047== ==11047== LEAK SUMMARY: ==11047== definitely lost: 0 bytes in 0 blocks ==11047== indirectly lost: 0 bytes in 0 blocks ==11047== possibly lost: 528 bytes in 2 blocks ==11047== still reachable: 2,229,741 bytes in 21,272 blocks ==11047== of which reachable via heuristic: ==11047== length64 : 592 bytes in 10 blocks ==11047== newarray : 5,976 bytes in 28 blocks ==11047== suppressed: 253,889 bytes in 3,977 blocks ==11047== Reachable blocks (those to which a pointer was found) are not shown. ==11047== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==11047== ==11047== For counts of detected and suppressed errors, rerun with: -v ==11047== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==11065== Memcheck, a memory error detector ==11065== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==11065== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==11065== Command: ./syncevo-local-sync ==11065== Parent PID: 10912 ==11065== ==11065== ==11065== HEAP SUMMARY: ==11065== in use at exit: 2,491,270 bytes in 25,307 blocks ==11065== total heap usage: 531,589 allocs, 506,282 frees, 75,703,085 bytes allocated ==11065== ==11065== LEAK SUMMARY: ==11065== definitely lost: 0 bytes in 0 blocks ==11065== indirectly lost: 0 bytes in 0 blocks ==11065== possibly lost: 528 bytes in 2 blocks ==11065== still reachable: 2,229,741 bytes in 21,272 blocks ==11065== of which reachable via heuristic: ==11065== length64 : 592 bytes in 10 blocks ==11065== newarray : 5,976 bytes in 28 blocks ==11065== suppressed: 253,889 bytes in 3,977 blocks ==11065== Reachable blocks (those to which a pointer was found) are not shown. ==11065== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==11065== ==11065== For counts of detected and suppressed errors, rerun with: -v ==11065== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==11104== Memcheck, a memory error detector ==11104== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==11104== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==11104== Command: ./client-test Client::Sync::eds_task::testManyItems ==11104== Parent PID: 10912 ==11104== ==11108== Memcheck, a memory error detector ==11108== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==11108== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==11108== Command: ./client-test Client::Sync::eds_task::testManyDeletes ==11108== Parent PID: 112 ==11108== ==11108== ==11108== HEAP SUMMARY: ==11108== in use at exit: 2,893,430 bytes in 29,926 blocks ==11108== total heap usage: 7,212,018 allocs, 7,182,031 frees, 780,774,813 bytes allocated ==11108== ==11108== LEAK SUMMARY: ==11108== definitely lost: 0 bytes in 0 blocks ==11108== indirectly lost: 0 bytes in 0 blocks ==11108== possibly lost: 1,392 bytes in 4 blocks ==11108== still reachable: 2,242,518 bytes in 21,423 blocks ==11108== of which reachable via heuristic: ==11108== length64 : 5,120 bytes in 80 blocks ==11108== newarray : 6,312 bytes in 49 blocks ==11108== suppressed: 579,256 bytes in 7,965 blocks ==11108== Reachable blocks (those to which a pointer was found) are not shown. ==11108== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==11108== ==11108== For counts of detected and suppressed errors, rerun with: -v ==11108== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==1111== Memcheck, a memory error detector ==1111== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1111== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1111== Command: ./client-test Client::Source::apple_caldav::LinkedItemsNoTZ::testLinkedItemsInsertChildTwice ==1111== Parent PID: 112 ==1111== ==1111== ==1111== HEAP SUMMARY: ==1111== in use at exit: 465,675 bytes in 5,395 blocks ==1111== total heap usage: 224,009 allocs, 218,550 frees, 31,676,763 bytes allocated ==1111== ==1111== LEAK SUMMARY: ==1111== definitely lost: 0 bytes in 0 blocks ==1111== indirectly lost: 0 bytes in 0 blocks ==1111== possibly lost: 1,392 bytes in 4 blocks ==1111== still reachable: 180,888 bytes in 1,022 blocks ==1111== of which reachable via heuristic: ==1111== length64 : 1,032 bytes in 18 blocks ==1111== newarray : 5,976 bytes in 28 blocks ==1111== suppressed: 271,875 bytes in 4,285 blocks ==1111== Reachable blocks (those to which a pointer was found) are not shown. ==1111== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1111== ==1111== For counts of detected and suppressed errors, rerun with: -v ==1111== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==11141== Memcheck, a memory error detector ==11141== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==11141== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==11141== Command: ./syncevo-local-sync ==11141== Parent PID: 11108 ==11141== ==11141== ==11141== HEAP SUMMARY: ==11141== in use at exit: 2,491,270 bytes in 25,307 blocks ==11141== total heap usage: 531,558 allocs, 506,251 frees, 75,681,566 bytes allocated ==11141== ==11141== LEAK SUMMARY: ==11141== definitely lost: 0 bytes in 0 blocks ==11141== indirectly lost: 0 bytes in 0 blocks ==11141== possibly lost: 528 bytes in 2 blocks ==11141== still reachable: 2,229,741 bytes in 21,272 blocks ==11141== of which reachable via heuristic: ==11141== length64 : 592 bytes in 10 blocks ==11141== newarray : 5,976 bytes in 28 blocks ==11141== suppressed: 253,889 bytes in 3,977 blocks ==11141== Reachable blocks (those to which a pointer was found) are not shown. ==11141== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==11141== ==11141== For counts of detected and suppressed errors, rerun with: -v ==11141== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1115== Memcheck, a memory error detector ==1115== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1115== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1115== Command: ./client-test Client::Source::apple_caldav::LinkedItemsNoTZ::testLinkedItemsInsertChildTwice ==1115== Parent PID: 1111 ==1115== ==11183== Memcheck, a memory error detector ==11183== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==11183== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==11183== Command: ./syncevo-local-sync ==11183== Parent PID: 11108 ==11183== ==11183== ==11183== HEAP SUMMARY: ==11183== in use at exit: 2,491,238 bytes in 25,305 blocks ==11183== total heap usage: 290,817 allocs, 265,512 frees, 49,427,307 bytes allocated ==11183== ==11183== LEAK SUMMARY: ==11183== definitely lost: 0 bytes in 0 blocks ==11183== indirectly lost: 0 bytes in 0 blocks ==11183== possibly lost: 528 bytes in 2 blocks ==11183== still reachable: 2,229,741 bytes in 21,272 blocks ==11183== of which reachable via heuristic: ==11183== length64 : 592 bytes in 10 blocks ==11183== newarray : 5,976 bytes in 28 blocks ==11183== suppressed: 253,857 bytes in 3,975 blocks ==11183== Reachable blocks (those to which a pointer was found) are not shown. ==11183== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==11183== ==11183== For counts of detected and suppressed errors, rerun with: -v ==11183== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==112== Memcheck, a memory error detector ==112== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==112== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==112== Command: ./client-test Client::Source::apple_caldav Client::Source::apple_caldavtodo Client::Source::apple_carddav Client::Sync::eds_event Client::Sync::eds_task Client::Sync::eds_contact ==112== Parent PID: 108 ==112== ==112== ==112== HEAP SUMMARY: ==112== in use at exit: 351,625 bytes in 4,900 blocks ==112== total heap usage: 130,405 allocs, 125,452 frees, 25,190,555 bytes allocated ==112== ==112== LEAK SUMMARY: ==112== definitely lost: 0 bytes in 0 blocks ==112== indirectly lost: 0 bytes in 0 blocks ==112== possibly lost: 960 bytes in 3 blocks ==112== still reachable: 67,303 bytes in 533 blocks ==112== of which reachable via heuristic: ==112== length64 : 1,032 bytes in 18 blocks ==112== newarray : 5,976 bytes in 28 blocks ==112== suppressed: 271,842 bytes in 4,280 blocks ==112== Reachable blocks (those to which a pointer was found) are not shown. ==112== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==112== ==112== For counts of detected and suppressed errors, rerun with: -v ==112== ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 67 from 67) ==11211== Memcheck, a memory error detector ==11211== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==11211== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==11211== Command: ./syncevo-local-sync ==11211== Parent PID: 11108 ==11211== ==11211== ==11211== HEAP SUMMARY: ==11211== in use at exit: 2,491,214 bytes in 25,305 blocks ==11211== total heap usage: 669,562 allocs, 644,257 frees, 86,329,251 bytes allocated ==11211== ==11211== LEAK SUMMARY: ==11211== definitely lost: 0 bytes in 0 blocks ==11211== indirectly lost: 0 bytes in 0 blocks ==11211== possibly lost: 528 bytes in 2 blocks ==11211== still reachable: 2,229,741 bytes in 21,272 blocks ==11211== of which reachable via heuristic: ==11211== length64 : 592 bytes in 10 blocks ==11211== newarray : 5,976 bytes in 28 blocks ==11211== suppressed: 253,833 bytes in 3,975 blocks ==11211== Reachable blocks (those to which a pointer was found) are not shown. ==11211== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==11211== ==11211== For counts of detected and suppressed errors, rerun with: -v ==11211== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==11228== Memcheck, a memory error detector ==11228== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==11228== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==11228== Command: ./syncevo-local-sync ==11228== Parent PID: 11108 ==11228== ==11228== ==11228== HEAP SUMMARY: ==11228== in use at exit: 2,491,278 bytes in 25,307 blocks ==11228== total heap usage: 512,088 allocs, 486,781 frees, 68,459,350 bytes allocated ==11228== ==11228== LEAK SUMMARY: ==11228== definitely lost: 0 bytes in 0 blocks ==11228== indirectly lost: 0 bytes in 0 blocks ==11228== possibly lost: 528 bytes in 2 blocks ==11228== still reachable: 2,229,741 bytes in 21,272 blocks ==11228== of which reachable via heuristic: ==11228== length64 : 592 bytes in 10 blocks ==11228== newarray : 5,976 bytes in 28 blocks ==11228== suppressed: 253,897 bytes in 3,977 blocks ==11228== Reachable blocks (those to which a pointer was found) are not shown. ==11228== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==11228== ==11228== For counts of detected and suppressed errors, rerun with: -v ==11228== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1123== Memcheck, a memory error detector ==1123== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1123== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1123== Command: ./client-test Client::Source::apple_caldav::LinkedItemsNoTZ::testLinkedItemsInsertChildTwice ==1123== Parent PID: 1111 ==1123== ==11245== Memcheck, a memory error detector ==11245== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==11245== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==11245== Command: ./syncevo-local-sync ==11245== Parent PID: 11108 ==11245== ==11245== ==11245== HEAP SUMMARY: ==11245== in use at exit: 2,491,214 bytes in 25,305 blocks ==11245== total heap usage: 512,080 allocs, 486,775 frees, 68,438,527 bytes allocated ==11245== ==11245== LEAK SUMMARY: ==11245== definitely lost: 0 bytes in 0 blocks ==11245== indirectly lost: 0 bytes in 0 blocks ==11245== possibly lost: 528 bytes in 2 blocks ==11245== still reachable: 2,229,741 bytes in 21,272 blocks ==11245== of which reachable via heuristic: ==11245== length64 : 592 bytes in 10 blocks ==11245== newarray : 5,976 bytes in 28 blocks ==11245== suppressed: 253,833 bytes in 3,975 blocks ==11245== Reachable blocks (those to which a pointer was found) are not shown. ==11245== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==11245== ==11245== For counts of detected and suppressed errors, rerun with: -v ==11245== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==11262== Memcheck, a memory error detector ==11262== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==11262== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==11262== Command: ./syncevo-local-sync ==11262== Parent PID: 11108 ==11262== ==11262== ==11262== HEAP SUMMARY: ==11262== in use at exit: 2,491,294 bytes in 25,307 blocks ==11262== total heap usage: 510,554 allocs, 485,247 frees, 66,643,758 bytes allocated ==11262== ==11262== LEAK SUMMARY: ==11262== definitely lost: 0 bytes in 0 blocks ==11262== indirectly lost: 0 bytes in 0 blocks ==11262== possibly lost: 528 bytes in 2 blocks ==11262== still reachable: 2,229,741 bytes in 21,272 blocks ==11262== of which reachable via heuristic: ==11262== length64 : 592 bytes in 10 blocks ==11262== newarray : 5,976 bytes in 28 blocks ==11262== suppressed: 253,913 bytes in 3,977 blocks ==11262== Reachable blocks (those to which a pointer was found) are not shown. ==11262== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==11262== ==11262== For counts of detected and suppressed errors, rerun with: -v ==11262== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==11300== Memcheck, a memory error detector ==11300== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==11300== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==11300== Command: ./client-test Client::Sync::eds_task::testManyDeletes ==11300== Parent PID: 11108 ==11300== ==1131== Memcheck, a memory error detector ==1131== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1131== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1131== Command: ./client-test Client::Source::apple_caldav::LinkedItemsNoTZ::testLinkedItemsParentUpdate ==1131== Parent PID: 112 ==1131== ==1131== ==1131== HEAP SUMMARY: ==1131== in use at exit: 465,683 bytes in 5,395 blocks ==1131== total heap usage: 214,299 allocs, 208,841 frees, 30,786,740 bytes allocated ==1131== ==1131== LEAK SUMMARY: ==1131== definitely lost: 0 bytes in 0 blocks ==1131== indirectly lost: 0 bytes in 0 blocks ==1131== possibly lost: 1,392 bytes in 4 blocks ==1131== still reachable: 180,888 bytes in 1,022 blocks ==1131== of which reachable via heuristic: ==1131== length64 : 1,032 bytes in 18 blocks ==1131== newarray : 5,976 bytes in 28 blocks ==1131== suppressed: 271,883 bytes in 4,285 blocks ==1131== Reachable blocks (those to which a pointer was found) are not shown. ==1131== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1131== ==1131== For counts of detected and suppressed errors, rerun with: -v ==1131== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==11329== Memcheck, a memory error detector ==11329== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==11329== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==11329== Command: ./syncevo-local-sync ==11329== Parent PID: 11108 ==11329== ==11329== ==11329== HEAP SUMMARY: ==11329== in use at exit: 2,491,262 bytes in 25,307 blocks ==11329== total heap usage: 290,643 allocs, 265,336 frees, 46,396,458 bytes allocated ==11329== ==11329== LEAK SUMMARY: ==11329== definitely lost: 0 bytes in 0 blocks ==11329== indirectly lost: 0 bytes in 0 blocks ==11329== possibly lost: 528 bytes in 2 blocks ==11329== still reachable: 2,229,741 bytes in 21,272 blocks ==11329== of which reachable via heuristic: ==11329== length64 : 592 bytes in 10 blocks ==11329== newarray : 5,976 bytes in 28 blocks ==11329== suppressed: 253,881 bytes in 3,977 blocks ==11329== Reachable blocks (those to which a pointer was found) are not shown. ==11329== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==11329== ==11329== For counts of detected and suppressed errors, rerun with: -v ==11329== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==11345== Memcheck, a memory error detector ==11345== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==11345== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==11345== Command: ./syncevo-local-sync ==11345== Parent PID: 11108 ==11345== ==11345== ==11345== HEAP SUMMARY: ==11345== in use at exit: 2,491,278 bytes in 25,307 blocks ==11345== total heap usage: 176,571 allocs, 151,264 frees, 30,781,256 bytes allocated ==11345== ==11345== LEAK SUMMARY: ==11345== definitely lost: 0 bytes in 0 blocks ==11345== indirectly lost: 0 bytes in 0 blocks ==11345== possibly lost: 528 bytes in 2 blocks ==11345== still reachable: 2,229,741 bytes in 21,272 blocks ==11345== of which reachable via heuristic: ==11345== length64 : 592 bytes in 10 blocks ==11345== newarray : 5,976 bytes in 28 blocks ==11345== suppressed: 253,897 bytes in 3,977 blocks ==11345== Reachable blocks (those to which a pointer was found) are not shown. ==11345== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==11345== ==11345== For counts of detected and suppressed errors, rerun with: -v ==11345== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1135== Memcheck, a memory error detector ==1135== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1135== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1135== Command: ./client-test Client::Source::apple_caldav::LinkedItemsNoTZ::testLinkedItemsParentUpdate ==1135== Parent PID: 1131 ==1135== ==11361== Memcheck, a memory error detector ==11361== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==11361== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==11361== Command: ./client-test Client::Sync::eds_task::testSlowSyncSemantic ==11361== Parent PID: 112 ==11361== ==11361== ==11361== HEAP SUMMARY: ==11361== in use at exit: 2,885,708 bytes in 29,897 blocks ==11361== total heap usage: 2,335,162 allocs, 2,305,201 frees, 356,985,784 bytes allocated ==11361== ==11361== LEAK SUMMARY: ==11361== definitely lost: 0 bytes in 0 blocks ==11361== indirectly lost: 0 bytes in 0 blocks ==11361== possibly lost: 1,392 bytes in 4 blocks ==11361== still reachable: 2,237,845 bytes in 21,421 blocks ==11361== of which reachable via heuristic: ==11361== length64 : 5,120 bytes in 80 blocks ==11361== newarray : 6,312 bytes in 49 blocks ==11361== suppressed: 576,207 bytes in 7,938 blocks ==11361== Reachable blocks (those to which a pointer was found) are not shown. ==11361== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==11361== ==11361== For counts of detected and suppressed errors, rerun with: -v ==11361== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==11393== Memcheck, a memory error detector ==11393== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==11393== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==11393== Command: ./syncevo-local-sync ==11393== Parent PID: 11361 ==11393== ==11393== ==11393== HEAP SUMMARY: ==11393== in use at exit: 2,491,310 bytes in 25,307 blocks ==11393== total heap usage: 172,445 allocs, 147,138 frees, 33,480,444 bytes allocated ==11393== ==11393== LEAK SUMMARY: ==11393== definitely lost: 0 bytes in 0 blocks ==11393== indirectly lost: 0 bytes in 0 blocks ==11393== possibly lost: 528 bytes in 2 blocks ==11393== still reachable: 2,229,741 bytes in 21,272 blocks ==11393== of which reachable via heuristic: ==11393== length64 : 592 bytes in 10 blocks ==11393== newarray : 5,976 bytes in 28 blocks ==11393== suppressed: 253,929 bytes in 3,977 blocks ==11393== Reachable blocks (those to which a pointer was found) are not shown. ==11393== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==11393== ==11393== For counts of detected and suppressed errors, rerun with: -v ==11393== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1143== Memcheck, a memory error detector ==1143== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1143== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1143== Command: ./client-test Client::Source::apple_caldav::LinkedItemsNoTZ::testLinkedItemsParentUpdate ==1143== Parent PID: 1131 ==1143== ==11433== Memcheck, a memory error detector ==11433== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==11433== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==11433== Command: ./syncevo-local-sync ==11433== Parent PID: 11361 ==11433== ==11433== ==11433== HEAP SUMMARY: ==11433== in use at exit: 3,214,067 bytes in 27,622 blocks ==11433== total heap usage: 171,053 allocs, 143,431 frees, 32,528,120 bytes allocated ==11433== ==11433== LEAK SUMMARY: ==11433== definitely lost: 0 bytes in 0 blocks ==11433== indirectly lost: 0 bytes in 0 blocks ==11433== possibly lost: 528 bytes in 2 blocks ==11433== still reachable: 2,952,594 bytes in 23,589 blocks ==11433== of which reachable via heuristic: ==11433== length64 : 592 bytes in 10 blocks ==11433== newarray : 12,912 bytes in 223 blocks ==11433== suppressed: 253,833 bytes in 3,975 blocks ==11433== Reachable blocks (those to which a pointer was found) are not shown. ==11433== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==11433== ==11433== For counts of detected and suppressed errors, rerun with: -v ==11433== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==11473== Memcheck, a memory error detector ==11473== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==11473== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==11473== Command: ./syncevo-local-sync ==11473== Parent PID: 11361 ==11473== ==11473== ==11473== HEAP SUMMARY: ==11473== in use at exit: 2,491,286 bytes in 25,307 blocks ==11473== total heap usage: 172,402 allocs, 147,095 frees, 33,456,750 bytes allocated ==11473== ==11473== LEAK SUMMARY: ==11473== definitely lost: 0 bytes in 0 blocks ==11473== indirectly lost: 0 bytes in 0 blocks ==11473== possibly lost: 528 bytes in 2 blocks ==11473== still reachable: 2,229,741 bytes in 21,272 blocks ==11473== of which reachable via heuristic: ==11473== length64 : 592 bytes in 10 blocks ==11473== newarray : 5,976 bytes in 28 blocks ==11473== suppressed: 253,905 bytes in 3,977 blocks ==11473== Reachable blocks (those to which a pointer was found) are not shown. ==11473== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==11473== ==11473== For counts of detected and suppressed errors, rerun with: -v ==11473== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1151== Memcheck, a memory error detector ==1151== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1151== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1151== Command: ./client-test Client::Source::apple_caldav::LinkedItemsNoTZ::testLinkedItemsUpdateChild ==1151== Parent PID: 112 ==1151== ==1151== ==1151== HEAP SUMMARY: ==1151== in use at exit: 465,675 bytes in 5,395 blocks ==1151== total heap usage: 214,263 allocs, 208,805 frees, 30,764,435 bytes allocated ==1151== ==1151== LEAK SUMMARY: ==1151== definitely lost: 0 bytes in 0 blocks ==1151== indirectly lost: 0 bytes in 0 blocks ==1151== possibly lost: 1,392 bytes in 4 blocks ==1151== still reachable: 180,888 bytes in 1,022 blocks ==1151== of which reachable via heuristic: ==1151== length64 : 1,032 bytes in 18 blocks ==1151== newarray : 5,976 bytes in 28 blocks ==1151== suppressed: 271,875 bytes in 4,285 blocks ==1151== Reachable blocks (those to which a pointer was found) are not shown. ==1151== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1151== ==1151== For counts of detected and suppressed errors, rerun with: -v ==1151== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==11513== Memcheck, a memory error detector ==11513== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==11513== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==11513== Command: ./syncevo-local-sync ==11513== Parent PID: 11361 ==11513== ==11513== ==11513== HEAP SUMMARY: ==11513== in use at exit: 3,214,111 bytes in 27,624 blocks ==11513== total heap usage: 171,039 allocs, 143,415 frees, 32,526,471 bytes allocated ==11513== ==11513== LEAK SUMMARY: ==11513== definitely lost: 0 bytes in 0 blocks ==11513== indirectly lost: 0 bytes in 0 blocks ==11513== possibly lost: 528 bytes in 2 blocks ==11513== still reachable: 2,952,574 bytes in 23,589 blocks ==11513== of which reachable via heuristic: ==11513== length64 : 592 bytes in 10 blocks ==11513== newarray : 12,912 bytes in 223 blocks ==11513== suppressed: 253,897 bytes in 3,977 blocks ==11513== Reachable blocks (those to which a pointer was found) are not shown. ==11513== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==11513== ==11513== For counts of detected and suppressed errors, rerun with: -v ==11513== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1155== Memcheck, a memory error detector ==1155== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1155== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1155== Command: ./client-test Client::Source::apple_caldav::LinkedItemsNoTZ::testLinkedItemsUpdateChild ==1155== Parent PID: 1151 ==1155== ==11553== Memcheck, a memory error detector ==11553== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==11553== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==11553== Command: ./syncevo-local-sync ==11553== Parent PID: 11361 ==11553== ==11553== ==11553== HEAP SUMMARY: ==11553== in use at exit: 2,491,214 bytes in 25,305 blocks ==11553== total heap usage: 178,966 allocs, 153,661 frees, 34,182,082 bytes allocated ==11553== ==11553== LEAK SUMMARY: ==11553== definitely lost: 0 bytes in 0 blocks ==11553== indirectly lost: 0 bytes in 0 blocks ==11553== possibly lost: 528 bytes in 2 blocks ==11553== still reachable: 2,229,741 bytes in 21,272 blocks ==11553== of which reachable via heuristic: ==11553== length64 : 592 bytes in 10 blocks ==11553== newarray : 5,976 bytes in 28 blocks ==11553== suppressed: 253,833 bytes in 3,975 blocks ==11553== Reachable blocks (those to which a pointer was found) are not shown. ==11553== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==11553== ==11553== For counts of detected and suppressed errors, rerun with: -v ==11553== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==11569== Memcheck, a memory error detector ==11569== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==11569== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==11569== Command: ./syncevo-local-sync ==11569== Parent PID: 11361 ==11569== ==11569== ==11569== HEAP SUMMARY: ==11569== in use at exit: 2,491,270 bytes in 25,307 blocks ==11569== total heap usage: 177,894 allocs, 152,587 frees, 34,071,978 bytes allocated ==11569== ==11569== LEAK SUMMARY: ==11569== definitely lost: 0 bytes in 0 blocks ==11569== indirectly lost: 0 bytes in 0 blocks ==11569== possibly lost: 528 bytes in 2 blocks ==11569== still reachable: 2,229,741 bytes in 21,272 blocks ==11569== of which reachable via heuristic: ==11569== length64 : 592 bytes in 10 blocks ==11569== newarray : 5,976 bytes in 28 blocks ==11569== suppressed: 253,889 bytes in 3,977 blocks ==11569== Reachable blocks (those to which a pointer was found) are not shown. ==11569== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==11569== ==11569== For counts of detected and suppressed errors, rerun with: -v ==11569== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==11606== Memcheck, a memory error detector ==11606== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==11606== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==11606== Command: ./client-test Client::Sync::eds_task::testSlowSyncSemantic ==11606== Parent PID: 11361 ==11606== ==11610== Memcheck, a memory error detector ==11610== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==11610== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==11610== Command: ./syncevo-local-sync ==11610== Parent PID: 11361 ==11610== ==11610== ==11610== HEAP SUMMARY: ==11610== in use at exit: 2,491,270 bytes in 25,307 blocks ==11610== total heap usage: 176,488 allocs, 151,181 frees, 33,892,235 bytes allocated ==11610== ==11610== LEAK SUMMARY: ==11610== definitely lost: 0 bytes in 0 blocks ==11610== indirectly lost: 0 bytes in 0 blocks ==11610== possibly lost: 528 bytes in 2 blocks ==11610== still reachable: 2,229,741 bytes in 21,272 blocks ==11610== of which reachable via heuristic: ==11610== length64 : 592 bytes in 10 blocks ==11610== newarray : 5,976 bytes in 28 blocks ==11610== suppressed: 253,889 bytes in 3,977 blocks ==11610== Reachable blocks (those to which a pointer was found) are not shown. ==11610== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==11610== ==11610== For counts of detected and suppressed errors, rerun with: -v ==11610== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==11626== Memcheck, a memory error detector ==11626== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==11626== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==11626== Command: ./syncevo-local-sync ==11626== Parent PID: 11361 ==11626== ==11626== ==11626== HEAP SUMMARY: ==11626== in use at exit: 3,217,006 bytes in 27,631 blocks ==11626== total heap usage: 171,429 allocs, 143,798 frees, 32,587,593 bytes allocated ==11626== ==11626== LEAK SUMMARY: ==11626== definitely lost: 0 bytes in 0 blocks ==11626== indirectly lost: 0 bytes in 0 blocks ==11626== possibly lost: 528 bytes in 2 blocks ==11626== still reachable: 2,955,469 bytes in 23,596 blocks ==11626== of which reachable via heuristic: ==11626== length64 : 592 bytes in 10 blocks ==11626== newarray : 12,912 bytes in 223 blocks ==11626== suppressed: 253,897 bytes in 3,977 blocks ==11626== Reachable blocks (those to which a pointer was found) are not shown. ==11626== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==11626== ==11626== For counts of detected and suppressed errors, rerun with: -v ==11626== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1163== Memcheck, a memory error detector ==1163== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1163== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1163== Command: ./client-test Client::Source::apple_caldav::LinkedItemsNoTZ::testLinkedItemsUpdateChild ==1163== Parent PID: 1151 ==1163== ==11667== Memcheck, a memory error detector ==11667== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==11667== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==11667== Command: ./syncevo-local-sync ==11667== Parent PID: 11361 ==11667== ==11667== ==11667== HEAP SUMMARY: ==11667== in use at exit: 2,491,278 bytes in 25,307 blocks ==11667== total heap usage: 174,516 allocs, 149,209 frees, 33,713,965 bytes allocated ==11667== ==11667== LEAK SUMMARY: ==11667== definitely lost: 0 bytes in 0 blocks ==11667== indirectly lost: 0 bytes in 0 blocks ==11667== possibly lost: 528 bytes in 2 blocks ==11667== still reachable: 2,229,741 bytes in 21,272 blocks ==11667== of which reachable via heuristic: ==11667== length64 : 592 bytes in 10 blocks ==11667== newarray : 5,976 bytes in 28 blocks ==11667== suppressed: 253,897 bytes in 3,977 blocks ==11667== Reachable blocks (those to which a pointer was found) are not shown. ==11667== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==11667== ==11667== For counts of detected and suppressed errors, rerun with: -v ==11667== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==11683== Memcheck, a memory error detector ==11683== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==11683== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==11683== Command: ./syncevo-local-sync ==11683== Parent PID: 11361 ==11683== ==11683== ==11683== HEAP SUMMARY: ==11683== in use at exit: 2,491,270 bytes in 25,307 blocks ==11683== total heap usage: 173,049 allocs, 147,742 frees, 33,553,044 bytes allocated ==11683== ==11683== LEAK SUMMARY: ==11683== definitely lost: 0 bytes in 0 blocks ==11683== indirectly lost: 0 bytes in 0 blocks ==11683== possibly lost: 528 bytes in 2 blocks ==11683== still reachable: 2,229,741 bytes in 21,272 blocks ==11683== of which reachable via heuristic: ==11683== length64 : 592 bytes in 10 blocks ==11683== newarray : 5,976 bytes in 28 blocks ==11683== suppressed: 253,889 bytes in 3,977 blocks ==11683== Reachable blocks (those to which a pointer was found) are not shown. ==11683== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==11683== ==11683== For counts of detected and suppressed errors, rerun with: -v ==11683== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==11699== Memcheck, a memory error detector ==11699== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==11699== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==11699== Command: ./syncevo-local-sync ==11699== Parent PID: 11361 ==11699== ==11699== ==11699== HEAP SUMMARY: ==11699== in use at exit: 2,491,286 bytes in 25,307 blocks ==11699== total heap usage: 174,192 allocs, 148,885 frees, 33,671,077 bytes allocated ==11699== ==11699== LEAK SUMMARY: ==11699== definitely lost: 0 bytes in 0 blocks ==11699== indirectly lost: 0 bytes in 0 blocks ==11699== possibly lost: 528 bytes in 2 blocks ==11699== still reachable: 2,229,741 bytes in 21,272 blocks ==11699== of which reachable via heuristic: ==11699== length64 : 592 bytes in 10 blocks ==11699== newarray : 5,976 bytes in 28 blocks ==11699== suppressed: 253,905 bytes in 3,977 blocks ==11699== Reachable blocks (those to which a pointer was found) are not shown. ==11699== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==11699== ==11699== For counts of detected and suppressed errors, rerun with: -v ==11699== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1171== Memcheck, a memory error detector ==1171== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1171== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1171== Command: ./client-test Client::Source::apple_caldav::LinkedItemsNoTZ::testLinkedItemsUpdateChildNoIDs ==1171== Parent PID: 112 ==1171== ==1171== ==1171== HEAP SUMMARY: ==1171== in use at exit: 459,539 bytes in 5,371 blocks ==1171== total heap usage: 171,117 allocs, 165,687 frees, 26,382,479 bytes allocated ==1171== ==1171== LEAK SUMMARY: ==1171== definitely lost: 0 bytes in 0 blocks ==1171== indirectly lost: 0 bytes in 0 blocks ==1171== possibly lost: 1,392 bytes in 4 blocks ==1171== still reachable: 174,744 bytes in 998 blocks ==1171== of which reachable via heuristic: ==1171== length64 : 1,032 bytes in 18 blocks ==1171== newarray : 5,976 bytes in 28 blocks ==1171== suppressed: 271,883 bytes in 4,285 blocks ==1171== Reachable blocks (those to which a pointer was found) are not shown. ==1171== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1171== ==1171== For counts of detected and suppressed errors, rerun with: -v ==1171== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==11716== Memcheck, a memory error detector ==11716== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==11716== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==11716== Command: ./client-test Client::Sync::eds_task::testComplexRefreshFromServerSemantic ==11716== Parent PID: 112 ==11716== ==11716== ==11716== HEAP SUMMARY: ==11716== in use at exit: 2,885,796 bytes in 29,913 blocks ==11716== total heap usage: 2,060,194 allocs, 2,030,219 frees, 304,488,733 bytes allocated ==11716== ==11716== LEAK SUMMARY: ==11716== definitely lost: 0 bytes in 0 blocks ==11716== indirectly lost: 0 bytes in 0 blocks ==11716== possibly lost: 1,392 bytes in 4 blocks ==11716== still reachable: 2,238,589 bytes in 21,428 blocks ==11716== of which reachable via heuristic: ==11716== length64 : 5,120 bytes in 80 blocks ==11716== newarray : 6,312 bytes in 49 blocks ==11716== suppressed: 575,551 bytes in 7,947 blocks ==11716== Reachable blocks (those to which a pointer was found) are not shown. ==11716== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==11716== ==11716== For counts of detected and suppressed errors, rerun with: -v ==11716== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==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: 11716 ==11748== ==11748== ==11748== HEAP SUMMARY: ==11748== in use at exit: 2,491,262 bytes in 25,307 blocks ==11748== total heap usage: 172,440 allocs, 147,133 frees, 33,461,993 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,741 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,881 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) ==1175== Memcheck, a memory error detector ==1175== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1175== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1175== Command: ./client-test Client::Source::apple_caldav::LinkedItemsNoTZ::testLinkedItemsUpdateChildNoIDs ==1175== Parent PID: 1171 ==1175== ==11789== Memcheck, a memory error detector ==11789== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==11789== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==11789== Command: ./syncevo-local-sync ==11789== Parent PID: 11716 ==11789== ==11789== ==11789== HEAP SUMMARY: ==11789== in use at exit: 3,214,187 bytes in 27,624 blocks ==11789== total heap usage: 171,039 allocs, 143,415 frees, 32,528,753 bytes allocated ==11789== ==11789== LEAK SUMMARY: ==11789== definitely lost: 0 bytes in 0 blocks ==11789== indirectly lost: 0 bytes in 0 blocks ==11789== possibly lost: 528 bytes in 2 blocks ==11789== still reachable: 2,952,658 bytes in 23,589 blocks ==11789== of which reachable via heuristic: ==11789== length64 : 592 bytes in 10 blocks ==11789== newarray : 12,912 bytes in 223 blocks ==11789== suppressed: 253,889 bytes in 3,977 blocks ==11789== Reachable blocks (those to which a pointer was found) are not shown. ==11789== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==11789== ==11789== For counts of detected and suppressed errors, rerun with: -v ==11789== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==11829== Memcheck, a memory error detector ==11829== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==11829== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==11829== Command: ./syncevo-local-sync ==11829== Parent PID: 11716 ==11829== ==11829== ==11829== HEAP SUMMARY: ==11829== in use at exit: 2,491,270 bytes in 25,307 blocks ==11829== total heap usage: 172,407 allocs, 147,100 frees, 33,458,828 bytes allocated ==11829== ==11829== LEAK SUMMARY: ==11829== definitely lost: 0 bytes in 0 blocks ==11829== indirectly lost: 0 bytes in 0 blocks ==11829== possibly lost: 528 bytes in 2 blocks ==11829== still reachable: 2,229,741 bytes in 21,272 blocks ==11829== of which reachable via heuristic: ==11829== length64 : 592 bytes in 10 blocks ==11829== newarray : 5,976 bytes in 28 blocks ==11829== suppressed: 253,889 bytes in 3,977 blocks ==11829== Reachable blocks (those to which a pointer was found) are not shown. ==11829== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==11829== ==11829== For counts of detected and suppressed errors, rerun with: -v ==11829== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1183== Memcheck, a memory error detector ==1183== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1183== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1183== Command: ./client-test Client::Source::apple_caldav::LinkedItemsNoTZ::testLinkedItemsInsertBothUpdateChild ==1183== Parent PID: 112 ==1183== ==1183== ==1183== HEAP SUMMARY: ==1183== in use at exit: 487,187 bytes in 5,479 blocks ==1183== total heap usage: 247,535 allocs, 241,990 frees, 34,845,613 bytes allocated ==1183== ==1183== LEAK SUMMARY: ==1183== definitely lost: 0 bytes in 0 blocks ==1183== indirectly lost: 0 bytes in 0 blocks ==1183== possibly lost: 1,392 bytes in 4 blocks ==1183== still reachable: 202,392 bytes in 1,106 blocks ==1183== of which reachable via heuristic: ==1183== length64 : 1,032 bytes in 18 blocks ==1183== newarray : 5,976 bytes in 28 blocks ==1183== suppressed: 271,883 bytes in 4,285 blocks ==1183== Reachable blocks (those to which a pointer was found) are not shown. ==1183== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1183== ==1183== For counts of detected and suppressed errors, rerun with: -v ==1183== 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: 11716 ==11869== ==11869== ==11869== HEAP SUMMARY: ==11869== in use at exit: 3,214,167 bytes in 27,624 blocks ==11869== total heap usage: 171,044 allocs, 143,420 frees, 32,528,646 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,952,638 bytes in 23,589 blocks ==11869== of which reachable via heuristic: ==11869== length64 : 592 bytes in 10 blocks ==11869== newarray : 12,912 bytes in 223 blocks ==11869== suppressed: 253,889 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) ==1187== Memcheck, a memory error detector ==1187== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1187== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1187== Command: ./client-test Client::Source::apple_caldav::LinkedItemsNoTZ::testLinkedItemsInsertBothUpdateChild ==1187== Parent PID: 1183 ==1187== ==11909== Memcheck, a memory error detector ==11909== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==11909== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==11909== Command: ./syncevo-local-sync ==11909== Parent PID: 11716 ==11909== ==11909== ==11909== HEAP SUMMARY: ==11909== in use at exit: 2,491,278 bytes in 25,307 blocks ==11909== total heap usage: 178,968 allocs, 153,661 frees, 34,183,762 bytes allocated ==11909== ==11909== LEAK SUMMARY: ==11909== definitely lost: 0 bytes in 0 blocks ==11909== indirectly lost: 0 bytes in 0 blocks ==11909== possibly lost: 528 bytes in 2 blocks ==11909== still reachable: 2,229,741 bytes in 21,272 blocks ==11909== of which reachable via heuristic: ==11909== length64 : 592 bytes in 10 blocks ==11909== newarray : 5,976 bytes in 28 blocks ==11909== suppressed: 253,897 bytes in 3,977 blocks ==11909== Reachable blocks (those to which a pointer was found) are not shown. ==11909== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==11909== ==11909== For counts of detected and suppressed errors, rerun with: -v ==11909== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==11925== Memcheck, a memory error detector ==11925== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==11925== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==11925== Command: ./syncevo-local-sync ==11925== Parent PID: 11716 ==11925== ==11925== ==11925== HEAP SUMMARY: ==11925== in use at exit: 2,491,278 bytes in 25,307 blocks ==11925== total heap usage: 177,897 allocs, 152,590 frees, 34,073,718 bytes allocated ==11925== ==11925== LEAK SUMMARY: ==11925== definitely lost: 0 bytes in 0 blocks ==11925== indirectly lost: 0 bytes in 0 blocks ==11925== possibly lost: 528 bytes in 2 blocks ==11925== still reachable: 2,229,741 bytes in 21,272 blocks ==11925== of which reachable via heuristic: ==11925== length64 : 592 bytes in 10 blocks ==11925== newarray : 5,976 bytes in 28 blocks ==11925== suppressed: 253,897 bytes in 3,977 blocks ==11925== Reachable blocks (those to which a pointer was found) are not shown. ==11925== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==11925== ==11925== For counts of detected and suppressed errors, rerun with: -v ==11925== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1195== Memcheck, a memory error detector ==1195== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1195== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1195== Command: ./client-test Client::Source::apple_caldav::LinkedItemsNoTZ::testLinkedItemsInsertBothUpdateChild ==1195== Parent PID: 1183 ==1195== ==11963== Memcheck, a memory error detector ==11963== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==11963== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==11963== Command: ./client-test Client::Sync::eds_task::testComplexRefreshFromServerSemantic ==11963== Parent PID: 11716 ==11963== ==11988== Memcheck, a memory error detector ==11988== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==11988== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==11988== Command: ./client-test Client::Sync::eds_task::testComplexRefreshFromServerSemantic ==11988== Parent PID: 11716 ==11988== ==11992== Memcheck, a memory error detector ==11992== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==11992== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==11992== Command: ./syncevo-local-sync ==11992== Parent PID: 11716 ==11992== ==11992== ==11992== HEAP SUMMARY: ==11992== in use at exit: 2,491,286 bytes in 25,307 blocks ==11992== total heap usage: 177,284 allocs, 151,977 frees, 33,965,656 bytes allocated ==11992== ==11992== LEAK SUMMARY: ==11992== definitely lost: 0 bytes in 0 blocks ==11992== indirectly lost: 0 bytes in 0 blocks ==11992== possibly lost: 528 bytes in 2 blocks ==11992== still reachable: 2,229,741 bytes in 21,272 blocks ==11992== of which reachable via heuristic: ==11992== length64 : 592 bytes in 10 blocks ==11992== newarray : 5,976 bytes in 28 blocks ==11992== suppressed: 253,905 bytes in 3,977 blocks ==11992== Reachable blocks (those to which a pointer was found) are not shown. ==11992== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==11992== ==11992== For counts of detected and suppressed errors, rerun with: -v ==11992== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1203== Memcheck, a memory error detector ==1203== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1203== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1203== Command: ./client-test Client::Source::apple_caldav::LinkedItemsNoTZ::testLinkedItemsInsertBothUpdateParent ==1203== Parent PID: 112 ==1203== ==1203== ==1203== HEAP SUMMARY: ==1203== in use at exit: 484,107 bytes in 5,467 blocks ==1203== total heap usage: 246,775 allocs, 241,242 frees, 34,700,486 bytes allocated ==1203== ==1203== LEAK SUMMARY: ==1203== definitely lost: 0 bytes in 0 blocks ==1203== indirectly lost: 0 bytes in 0 blocks ==1203== possibly lost: 1,392 bytes in 4 blocks ==1203== still reachable: 199,320 bytes in 1,094 blocks ==1203== of which reachable via heuristic: ==1203== length64 : 1,032 bytes in 18 blocks ==1203== newarray : 5,976 bytes in 28 blocks ==1203== suppressed: 271,875 bytes in 4,285 blocks ==1203== Reachable blocks (those to which a pointer was found) are not shown. ==1203== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1203== ==1203== For counts of detected and suppressed errors, rerun with: -v ==1203== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==12032== Memcheck, a memory error detector ==12032== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==12032== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==12032== Command: ./syncevo-local-sync ==12032== Parent PID: 11716 ==12032== ==12032== ==12032== HEAP SUMMARY: ==12032== in use at exit: 2,491,286 bytes in 25,307 blocks ==12032== total heap usage: 174,482 allocs, 149,175 frees, 33,714,339 bytes allocated ==12032== ==12032== LEAK SUMMARY: ==12032== definitely lost: 0 bytes in 0 blocks ==12032== indirectly lost: 0 bytes in 0 blocks ==12032== possibly lost: 528 bytes in 2 blocks ==12032== still reachable: 2,229,741 bytes in 21,272 blocks ==12032== of which reachable via heuristic: ==12032== length64 : 592 bytes in 10 blocks ==12032== newarray : 5,976 bytes in 28 blocks ==12032== suppressed: 253,905 bytes in 3,977 blocks ==12032== Reachable blocks (those to which a pointer was found) are not shown. ==12032== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==12032== ==12032== For counts of detected and suppressed errors, rerun with: -v ==12032== 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: 11716 ==12048== ==12048== ==12048== HEAP SUMMARY: ==12048== in use at exit: 2,491,286 bytes in 25,307 blocks ==12048== total heap usage: 173,105 allocs, 147,798 frees, 33,578,327 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,229,741 bytes in 21,272 blocks ==12048== of which reachable via heuristic: ==12048== length64 : 592 bytes in 10 blocks ==12048== newarray : 5,976 bytes in 28 blocks ==12048== suppressed: 253,905 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) ==12064== Memcheck, a memory error detector ==12064== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==12064== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==12064== Command: ./client-test Client::Sync::eds_task::testDeleteBothSides ==12064== Parent PID: 112 ==12064== ==12064== ==12064== HEAP SUMMARY: ==12064== in use at exit: 2,876,268 bytes in 29,739 blocks ==12064== total heap usage: 1,983,495 allocs, 1,953,695 frees, 281,775,111 bytes allocated ==12064== ==12064== LEAK SUMMARY: ==12064== definitely lost: 0 bytes in 0 blocks ==12064== indirectly lost: 0 bytes in 0 blocks ==12064== possibly lost: 1,392 bytes in 4 blocks ==12064== still reachable: 2,235,461 bytes in 21,407 blocks ==12064== of which reachable via heuristic: ==12064== length64 : 5,120 bytes in 80 blocks ==12064== newarray : 6,312 bytes in 49 blocks ==12064== suppressed: 569,319 bytes in 7,796 blocks ==12064== Reachable blocks (those to which a pointer was found) are not shown. ==12064== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==12064== ==12064== For counts of detected and suppressed errors, rerun with: -v ==12064== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==1207== Memcheck, a memory error detector ==1207== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1207== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1207== Command: ./client-test Client::Source::apple_caldav::LinkedItemsNoTZ::testLinkedItemsInsertBothUpdateParent ==1207== Parent PID: 1203 ==1207== ==12096== Memcheck, a memory error detector ==12096== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==12096== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==12096== Command: ./syncevo-local-sync ==12096== Parent PID: 12064 ==12096== ==12096== ==12096== HEAP SUMMARY: ==12096== in use at exit: 2,491,286 bytes in 25,307 blocks ==12096== total heap usage: 172,408 allocs, 147,101 frees, 33,457,646 bytes allocated ==12096== ==12096== LEAK SUMMARY: ==12096== definitely lost: 0 bytes in 0 blocks ==12096== indirectly lost: 0 bytes in 0 blocks ==12096== possibly lost: 528 bytes in 2 blocks ==12096== still reachable: 2,229,741 bytes in 21,272 blocks ==12096== of which reachable via heuristic: ==12096== length64 : 592 bytes in 10 blocks ==12096== newarray : 5,976 bytes in 28 blocks ==12096== suppressed: 253,905 bytes in 3,977 blocks ==12096== Reachable blocks (those to which a pointer was found) are not shown. ==12096== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==12096== ==12096== For counts of detected and suppressed errors, rerun with: -v ==12096== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==12136== Memcheck, a memory error detector ==12136== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==12136== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==12136== Command: ./syncevo-local-sync ==12136== Parent PID: 12064 ==12136== ==12136== ==12136== HEAP SUMMARY: ==12136== in use at exit: 3,214,119 bytes in 27,624 blocks ==12136== total heap usage: 171,039 allocs, 143,415 frees, 32,526,828 bytes allocated ==12136== ==12136== LEAK SUMMARY: ==12136== definitely lost: 0 bytes in 0 blocks ==12136== indirectly lost: 0 bytes in 0 blocks ==12136== possibly lost: 528 bytes in 2 blocks ==12136== still reachable: 2,952,590 bytes in 23,589 blocks ==12136== of which reachable via heuristic: ==12136== length64 : 592 bytes in 10 blocks ==12136== newarray : 12,912 bytes in 223 blocks ==12136== suppressed: 253,889 bytes in 3,977 blocks ==12136== Reachable blocks (those to which a pointer was found) are not shown. ==12136== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==12136== ==12136== For counts of detected and suppressed errors, rerun with: -v ==12136== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1215== Memcheck, a memory error detector ==1215== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1215== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1215== Command: ./client-test Client::Source::apple_caldav::LinkedItemsNoTZ::testLinkedItemsInsertBothUpdateParent ==1215== Parent PID: 1203 ==1215== ==12176== Memcheck, a memory error detector ==12176== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==12176== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==12176== Command: ./syncevo-local-sync ==12176== Parent PID: 12064 ==12176== ==12176== ==12176== HEAP SUMMARY: ==12176== in use at exit: 2,491,286 bytes in 25,307 blocks ==12176== total heap usage: 172,407 allocs, 147,100 frees, 33,457,206 bytes allocated ==12176== ==12176== LEAK SUMMARY: ==12176== definitely lost: 0 bytes in 0 blocks ==12176== indirectly lost: 0 bytes in 0 blocks ==12176== possibly lost: 528 bytes in 2 blocks ==12176== still reachable: 2,229,741 bytes in 21,272 blocks ==12176== of which reachable via heuristic: ==12176== length64 : 592 bytes in 10 blocks ==12176== newarray : 5,976 bytes in 28 blocks ==12176== suppressed: 253,905 bytes in 3,977 blocks ==12176== Reachable blocks (those to which a pointer was found) are not shown. ==12176== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==12176== ==12176== For counts of detected and suppressed errors, rerun with: -v ==12176== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==12216== Memcheck, a memory error detector ==12216== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==12216== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==12216== Command: ./syncevo-local-sync ==12216== Parent PID: 12064 ==12216== ==12216== ==12216== HEAP SUMMARY: ==12216== in use at exit: 3,214,115 bytes in 27,624 blocks ==12216== total heap usage: 171,041 allocs, 143,417 frees, 32,526,482 bytes allocated ==12216== ==12216== LEAK SUMMARY: ==12216== definitely lost: 0 bytes in 0 blocks ==12216== indirectly lost: 0 bytes in 0 blocks ==12216== possibly lost: 528 bytes in 2 blocks ==12216== still reachable: 2,952,570 bytes in 23,589 blocks ==12216== of which reachable via heuristic: ==12216== length64 : 592 bytes in 10 blocks ==12216== newarray : 12,912 bytes in 223 blocks ==12216== suppressed: 253,905 bytes in 3,977 blocks ==12216== Reachable blocks (those to which a pointer was found) are not shown. ==12216== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==12216== ==12216== For counts of detected and suppressed errors, rerun with: -v ==12216== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1223== Memcheck, a memory error detector ==1223== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1223== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1223== Command: ./client-test Client::Source::apple_caldav::LinkedItemsYearly::testSubsetStart0Skip0 ==1223== Parent PID: 112 ==1223== ==1223== ==1223== HEAP SUMMARY: ==1223== in use at exit: 469,015 bytes in 5,409 blocks ==1223== total heap usage: 265,255 allocs, 259,778 frees, 37,022,354 bytes allocated ==1223== ==1223== LEAK SUMMARY: ==1223== definitely lost: 0 bytes in 0 blocks ==1223== indirectly lost: 0 bytes in 0 blocks ==1223== possibly lost: 1,392 bytes in 4 blocks ==1223== still reachable: 184,220 bytes in 1,036 blocks ==1223== of which reachable via heuristic: ==1223== length64 : 1,032 bytes in 18 blocks ==1223== newarray : 5,976 bytes in 28 blocks ==1223== suppressed: 271,883 bytes in 4,285 blocks ==1223== Reachable blocks (those to which a pointer was found) are not shown. ==1223== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1223== ==1223== For counts of detected and suppressed errors, rerun with: -v ==1223== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==12256== Memcheck, a memory error detector ==12256== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==12256== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==12256== Command: ./syncevo-local-sync ==12256== Parent PID: 12064 ==12256== ==12256== ==12256== HEAP SUMMARY: ==12256== in use at exit: 2,491,246 bytes in 25,305 blocks ==12256== total heap usage: 178,969 allocs, 153,664 frees, 34,182,050 bytes allocated ==12256== ==12256== LEAK SUMMARY: ==12256== definitely lost: 0 bytes in 0 blocks ==12256== indirectly lost: 0 bytes in 0 blocks ==12256== possibly lost: 528 bytes in 2 blocks ==12256== still reachable: 2,229,741 bytes in 21,272 blocks ==12256== of which reachable via heuristic: ==12256== length64 : 592 bytes in 10 blocks ==12256== newarray : 5,976 bytes in 28 blocks ==12256== suppressed: 253,865 bytes in 3,975 blocks ==12256== Reachable blocks (those to which a pointer was found) are not shown. ==12256== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==12256== ==12256== For counts of detected and suppressed errors, rerun with: -v ==12256== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1227== Memcheck, a memory error detector ==1227== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1227== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1227== Command: ./client-test Client::Source::apple_caldav::LinkedItemsYearly::testSubsetStart0Skip0 ==1227== Parent PID: 1223 ==1227== ==12272== Memcheck, a memory error detector ==12272== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==12272== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==12272== Command: ./syncevo-local-sync ==12272== Parent PID: 12064 ==12272== ==12272== ==12272== HEAP SUMMARY: ==12272== in use at exit: 2,491,222 bytes in 25,305 blocks ==12272== total heap usage: 177,902 allocs, 152,597 frees, 34,072,362 bytes allocated ==12272== ==12272== LEAK SUMMARY: ==12272== definitely lost: 0 bytes in 0 blocks ==12272== indirectly lost: 0 bytes in 0 blocks ==12272== possibly lost: 528 bytes in 2 blocks ==12272== still reachable: 2,229,741 bytes in 21,272 blocks ==12272== of which reachable via heuristic: ==12272== length64 : 592 bytes in 10 blocks ==12272== newarray : 5,976 bytes in 28 blocks ==12272== suppressed: 253,841 bytes in 3,975 blocks ==12272== Reachable blocks (those to which a pointer was found) are not shown. ==12272== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==12272== ==12272== For counts of detected and suppressed errors, rerun with: -v ==12272== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==123== Memcheck, a memory error detector ==123== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==123== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==123== Command: ./client-test Client::Source::apple_caldav::testOpen ==123== Parent PID: 112 ==123== ==123== ==123== HEAP SUMMARY: ==123== in use at exit: 354,241 bytes in 4,906 blocks ==123== total heap usage: 116,641 allocs, 111,681 frees, 20,872,676 bytes allocated ==123== ==123== LEAK SUMMARY: ==123== definitely lost: 0 bytes in 0 blocks ==123== indirectly lost: 0 bytes in 0 blocks ==123== possibly lost: 1,392 bytes in 4 blocks ==123== still reachable: 69,455 bytes in 536 blocks ==123== of which reachable via heuristic: ==123== length64 : 1,032 bytes in 18 blocks ==123== newarray : 5,976 bytes in 28 blocks ==123== suppressed: 271,874 bytes in 4,282 blocks ==123== Reachable blocks (those to which a pointer was found) are not shown. ==123== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==123== ==123== For counts of detected and suppressed errors, rerun with: -v ==123== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==12309== Memcheck, a memory error detector ==12309== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==12309== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==12309== Command: ./client-test Client::Sync::eds_task::testDeleteBothSides ==12309== Parent PID: 12064 ==12309== ==12335== Memcheck, a memory error detector ==12335== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==12335== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==12335== Command: ./client-test Client::Sync::eds_task::testDeleteBothSides ==12335== Parent PID: 12064 ==12335== ==1235== Memcheck, a memory error detector ==1235== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1235== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1235== Command: ./client-test Client::Source::apple_caldav::LinkedItemsYearly::testSubsetStart0Skip0 ==1235== Parent PID: 1223 ==1235== ==12387== Memcheck, a memory error detector ==12387== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==12387== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==12387== Command: ./syncevo-local-sync ==12387== Parent PID: 12064 ==12387== ==12387== ==12387== HEAP SUMMARY: ==12387== in use at exit: 2,491,278 bytes in 25,307 blocks ==12387== total heap usage: 174,493 allocs, 149,186 frees, 33,713,409 bytes allocated ==12387== ==12387== LEAK SUMMARY: ==12387== definitely lost: 0 bytes in 0 blocks ==12387== indirectly lost: 0 bytes in 0 blocks ==12387== possibly lost: 528 bytes in 2 blocks ==12387== still reachable: 2,229,741 bytes in 21,272 blocks ==12387== of which reachable via heuristic: ==12387== length64 : 592 bytes in 10 blocks ==12387== newarray : 5,976 bytes in 28 blocks ==12387== suppressed: 253,897 bytes in 3,977 blocks ==12387== Reachable blocks (those to which a pointer was found) are not shown. ==12387== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==12387== ==12387== For counts of detected and suppressed errors, rerun with: -v ==12387== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==12415== Memcheck, a memory error detector ==12415== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==12415== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==12415== Command: ./syncevo-local-sync ==12415== Parent PID: 12064 ==12415== ==12415== ==12415== HEAP SUMMARY: ==12415== in use at exit: 2,491,278 bytes in 25,307 blocks ==12415== total heap usage: 174,211 allocs, 148,904 frees, 33,693,419 bytes allocated ==12415== ==12415== LEAK SUMMARY: ==12415== definitely lost: 0 bytes in 0 blocks ==12415== indirectly lost: 0 bytes in 0 blocks ==12415== possibly lost: 528 bytes in 2 blocks ==12415== still reachable: 2,229,741 bytes in 21,272 blocks ==12415== of which reachable via heuristic: ==12415== length64 : 592 bytes in 10 blocks ==12415== newarray : 5,976 bytes in 28 blocks ==12415== suppressed: 253,897 bytes in 3,977 blocks ==12415== Reachable blocks (those to which a pointer was found) are not shown. ==12415== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==12415== ==12415== For counts of detected and suppressed errors, rerun with: -v ==12415== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1243== Memcheck, a memory error detector ==1243== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1243== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1243== Command: ./client-test Client::Source::apple_caldav::LinkedItemsYearly::testSubsetStart0Skip0 ==1243== Parent PID: 1223 ==1243== ==12443== Memcheck, a memory error detector ==12443== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==12443== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==12443== Command: ./client-test Client::Sync::eds_task::testAddBothSides ==12443== Parent PID: 112 ==12443== ==12443== ==12443== HEAP SUMMARY: ==12443== in use at exit: 2,878,111 bytes in 29,770 blocks ==12443== total heap usage: 1,819,685 allocs, 1,789,854 frees, 272,229,336 bytes allocated ==12443== ==12443== LEAK SUMMARY: ==12443== definitely lost: 0 bytes in 0 blocks ==12443== indirectly lost: 0 bytes in 0 blocks ==12443== possibly lost: 1,392 bytes in 4 blocks ==12443== still reachable: 2,235,205 bytes in 21,403 blocks ==12443== of which reachable via heuristic: ==12443== length64 : 5,120 bytes in 80 blocks ==12443== newarray : 6,312 bytes in 49 blocks ==12443== suppressed: 571,418 bytes in 7,831 blocks ==12443== Reachable blocks (those to which a pointer was found) are not shown. ==12443== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==12443== ==12443== For counts of detected and suppressed errors, rerun with: -v ==12443== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==12474== Memcheck, a memory error detector ==12474== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==12474== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==12474== Command: ./syncevo-local-sync ==12474== Parent PID: 12443 ==12474== ==12474== ==12474== HEAP SUMMARY: ==12474== in use at exit: 2,491,278 bytes in 25,307 blocks ==12474== total heap usage: 172,404 allocs, 147,097 frees, 33,456,242 bytes allocated ==12474== ==12474== LEAK SUMMARY: ==12474== definitely lost: 0 bytes in 0 blocks ==12474== indirectly lost: 0 bytes in 0 blocks ==12474== possibly lost: 528 bytes in 2 blocks ==12474== still reachable: 2,229,741 bytes in 21,272 blocks ==12474== of which reachable via heuristic: ==12474== length64 : 592 bytes in 10 blocks ==12474== newarray : 5,976 bytes in 28 blocks ==12474== suppressed: 253,897 bytes in 3,977 blocks ==12474== Reachable blocks (those to which a pointer was found) are not shown. ==12474== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==12474== ==12474== For counts of detected and suppressed errors, rerun with: -v ==12474== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1251== Memcheck, a memory error detector ==1251== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1251== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1251== Command: ./client-test Client::Source::apple_caldav::LinkedItemsYearly::testSubsetStart0Skip0 ==1251== Parent PID: 1223 ==1251== ==12514== Memcheck, a memory error detector ==12514== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==12514== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==12514== Command: ./syncevo-local-sync ==12514== Parent PID: 12443 ==12514== ==12514== ==12514== HEAP SUMMARY: ==12514== in use at exit: 3,214,103 bytes in 27,624 blocks ==12514== total heap usage: 171,040 allocs, 143,416 frees, 32,526,137 bytes allocated ==12514== ==12514== LEAK SUMMARY: ==12514== definitely lost: 0 bytes in 0 blocks ==12514== indirectly lost: 0 bytes in 0 blocks ==12514== possibly lost: 528 bytes in 2 blocks ==12514== still reachable: 2,952,558 bytes in 23,589 blocks ==12514== of which reachable via heuristic: ==12514== length64 : 592 bytes in 10 blocks ==12514== newarray : 12,912 bytes in 223 blocks ==12514== suppressed: 253,905 bytes in 3,977 blocks ==12514== Reachable blocks (those to which a pointer was found) are not shown. ==12514== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==12514== ==12514== For counts of detected and suppressed errors, rerun with: -v ==12514== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==12554== Memcheck, a memory error detector ==12554== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==12554== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==12554== Command: ./syncevo-local-sync ==12554== Parent PID: 12443 ==12554== ==12554== ==12554== HEAP SUMMARY: ==12554== in use at exit: 2,491,270 bytes in 25,307 blocks ==12554== total heap usage: 172,410 allocs, 147,103 frees, 33,456,966 bytes allocated ==12554== ==12554== LEAK SUMMARY: ==12554== definitely lost: 0 bytes in 0 blocks ==12554== indirectly lost: 0 bytes in 0 blocks ==12554== possibly lost: 528 bytes in 2 blocks ==12554== still reachable: 2,229,741 bytes in 21,272 blocks ==12554== of which reachable via heuristic: ==12554== length64 : 592 bytes in 10 blocks ==12554== newarray : 5,976 bytes in 28 blocks ==12554== suppressed: 253,889 bytes in 3,977 blocks ==12554== Reachable blocks (those to which a pointer was found) are not shown. ==12554== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==12554== ==12554== For counts of detected and suppressed errors, rerun with: -v ==12554== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1259== Memcheck, a memory error detector ==1259== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1259== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1259== Command: ./client-test Client::Source::apple_caldav::LinkedItemsYearly::testSubsetStart0Skip1 ==1259== Parent PID: 112 ==1259== ==1259== ==1259== HEAP SUMMARY: ==1259== in use at exit: 467,199 bytes in 5,402 blocks ==1259== total heap usage: 203,046 allocs, 197,582 frees, 30,448,281 bytes allocated ==1259== ==1259== LEAK SUMMARY: ==1259== definitely lost: 0 bytes in 0 blocks ==1259== indirectly lost: 0 bytes in 0 blocks ==1259== possibly lost: 1,392 bytes in 4 blocks ==1259== still reachable: 182,428 bytes in 1,029 blocks ==1259== of which reachable via heuristic: ==1259== length64 : 1,032 bytes in 18 blocks ==1259== newarray : 5,976 bytes in 28 blocks ==1259== suppressed: 271,859 bytes in 4,285 blocks ==1259== Reachable blocks (those to which a pointer was found) are not shown. ==1259== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1259== ==1259== For counts of detected and suppressed errors, rerun with: -v ==1259== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==12594== Memcheck, a memory error detector ==12594== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==12594== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==12594== Command: ./syncevo-local-sync ==12594== Parent PID: 12443 ==12594== ==12594== ==12594== HEAP SUMMARY: ==12594== in use at exit: 3,214,087 bytes in 27,624 blocks ==12594== total heap usage: 171,052 allocs, 143,428 frees, 32,527,202 bytes allocated ==12594== ==12594== LEAK SUMMARY: ==12594== definitely lost: 0 bytes in 0 blocks ==12594== indirectly lost: 0 bytes in 0 blocks ==12594== possibly lost: 528 bytes in 2 blocks ==12594== still reachable: 2,952,558 bytes in 23,589 blocks ==12594== of which reachable via heuristic: ==12594== length64 : 592 bytes in 10 blocks ==12594== newarray : 12,912 bytes in 223 blocks ==12594== suppressed: 253,889 bytes in 3,977 blocks ==12594== Reachable blocks (those to which a pointer was found) are not shown. ==12594== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==12594== ==12594== For counts of detected and suppressed errors, rerun with: -v ==12594== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1263== Memcheck, a memory error detector ==1263== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1263== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1263== Command: ./client-test Client::Source::apple_caldav::LinkedItemsYearly::testSubsetStart0Skip1 ==1263== Parent PID: 1259 ==1263== ==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: 12443 ==12634== ==12634== ==12634== HEAP SUMMARY: ==12634== in use at exit: 2,491,270 bytes in 25,307 blocks ==12634== total heap usage: 178,973 allocs, 153,666 frees, 34,181,858 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,741 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,889 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) ==12674== Memcheck, a memory error detector ==12674== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==12674== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==12674== Command: ./syncevo-local-sync ==12674== Parent PID: 12443 ==12674== ==12674== ==12674== HEAP SUMMARY: ==12674== in use at exit: 2,491,326 bytes in 25,308 blocks ==12674== total heap usage: 184,627 allocs, 159,319 frees, 34,771,276 bytes allocated ==12674== ==12674== LEAK SUMMARY: ==12674== definitely lost: 0 bytes in 0 blocks ==12674== indirectly lost: 0 bytes in 0 blocks ==12674== possibly lost: 528 bytes in 2 blocks ==12674== still reachable: 2,229,741 bytes in 21,272 blocks ==12674== of which reachable via heuristic: ==12674== length64 : 632 bytes in 11 blocks ==12674== newarray : 5,976 bytes in 28 blocks ==12674== suppressed: 253,945 bytes in 3,978 blocks ==12674== Reachable blocks (those to which a pointer was found) are not shown. ==12674== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==12674== ==12674== For counts of detected and suppressed errors, rerun with: -v ==12674== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==12690== Memcheck, a memory error detector ==12690== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==12690== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==12690== Command: ./syncevo-local-sync ==12690== Parent PID: 12443 ==12690== ==12690== ==12690== HEAP SUMMARY: ==12690== in use at exit: 2,491,310 bytes in 25,307 blocks ==12690== total heap usage: 177,944 allocs, 152,637 frees, 34,054,653 bytes allocated ==12690== ==12690== LEAK SUMMARY: ==12690== definitely lost: 0 bytes in 0 blocks ==12690== indirectly lost: 0 bytes in 0 blocks ==12690== possibly lost: 528 bytes in 2 blocks ==12690== still reachable: 2,229,741 bytes in 21,272 blocks ==12690== of which reachable via heuristic: ==12690== length64 : 592 bytes in 10 blocks ==12690== newarray : 5,976 bytes in 28 blocks ==12690== suppressed: 253,929 bytes in 3,977 blocks ==12690== Reachable blocks (those to which a pointer was found) are not shown. ==12690== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==12690== ==12690== For counts of detected and suppressed errors, rerun with: -v ==12690== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==127== Memcheck, a memory error detector ==127== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==127== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==127== Command: ./client-test Client::Source::apple_caldav::testIterateTwice ==127== Parent PID: 112 ==127== ==127== ==127== HEAP SUMMARY: ==127== in use at exit: 519,021 bytes in 5,605 blocks ==127== total heap usage: 125,067 allocs, 119,408 frees, 23,652,273 bytes allocated ==127== ==127== LEAK SUMMARY: ==127== definitely lost: 0 bytes in 0 blocks ==127== indirectly lost: 0 bytes in 0 blocks ==127== possibly lost: 1,392 bytes in 4 blocks ==127== still reachable: 234,171 bytes in 1,231 blocks ==127== of which reachable via heuristic: ==127== length64 : 1,032 bytes in 18 blocks ==127== newarray : 5,976 bytes in 28 blocks ==127== suppressed: 271,938 bytes in 4,286 blocks ==127== Reachable blocks (those to which a pointer was found) are not shown. ==127== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==127== ==127== For counts of detected and suppressed errors, rerun with: -v ==127== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==12707== Memcheck, a memory error detector ==12707== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==12707== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==12707== Command: ./syncevo-local-sync ==12707== Parent PID: 12443 ==12707== ==12707== ==12707== HEAP SUMMARY: ==12707== in use at exit: 3,216,930 bytes in 27,631 blocks ==12707== total heap usage: 171,374 allocs, 143,743 frees, 32,563,102 bytes allocated ==12707== ==12707== LEAK SUMMARY: ==12707== definitely lost: 0 bytes in 0 blocks ==12707== indirectly lost: 0 bytes in 0 blocks ==12707== possibly lost: 528 bytes in 2 blocks ==12707== still reachable: 2,955,377 bytes in 23,596 blocks ==12707== of which reachable via heuristic: ==12707== length64 : 592 bytes in 10 blocks ==12707== newarray : 12,912 bytes in 223 blocks ==12707== suppressed: 253,913 bytes in 3,977 blocks ==12707== Reachable blocks (those to which a pointer was found) are not shown. ==12707== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==12707== ==12707== For counts of detected and suppressed errors, rerun with: -v ==12707== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1271== Memcheck, a memory error detector ==1271== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1271== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1271== Command: ./client-test Client::Source::apple_caldav::LinkedItemsYearly::testSubsetStart0Skip1 ==1271== Parent PID: 1259 ==1271== ==12738== Memcheck, a memory error detector ==12738== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==12738== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==12738== Command: ./client-test Client::Sync::eds_task::testAddBothSides ==12738== Parent PID: 12443 ==12738== ==12746== Memcheck, a memory error detector ==12746== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==12746== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==12746== Command: ./client-test Client::Sync::eds_task::testAddBothSidesRefresh ==12746== Parent PID: 112 ==12746== ==12746== ==12746== HEAP SUMMARY: ==12746== in use at exit: 2,881,951 bytes in 29,827 blocks ==12746== total heap usage: 1,821,323 allocs, 1,791,435 frees, 272,353,900 bytes allocated ==12746== ==12746== LEAK SUMMARY: ==12746== definitely lost: 0 bytes in 0 blocks ==12746== indirectly lost: 0 bytes in 0 blocks ==12746== possibly lost: 1,392 bytes in 4 blocks ==12746== still reachable: 2,236,341 bytes in 21,408 blocks ==12746== of which reachable via heuristic: ==12746== length64 : 5,120 bytes in 80 blocks ==12746== newarray : 6,312 bytes in 49 blocks ==12746== suppressed: 574,122 bytes in 7,883 blocks ==12746== Reachable blocks (those to which a pointer was found) are not shown. ==12746== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==12746== ==12746== For counts of detected and suppressed errors, rerun with: -v ==12746== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==12777== Memcheck, a memory error detector ==12777== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==12777== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==12777== Command: ./syncevo-local-sync ==12777== Parent PID: 12746 ==12777== ==12777== ==12777== HEAP SUMMARY: ==12777== in use at exit: 2,491,286 bytes in 25,307 blocks ==12777== total heap usage: 176,469 allocs, 151,162 frees, 33,882,615 bytes allocated ==12777== ==12777== LEAK SUMMARY: ==12777== definitely lost: 0 bytes in 0 blocks ==12777== indirectly lost: 0 bytes in 0 blocks ==12777== possibly lost: 528 bytes in 2 blocks ==12777== still reachable: 2,229,741 bytes in 21,272 blocks ==12777== of which reachable via heuristic: ==12777== length64 : 592 bytes in 10 blocks ==12777== newarray : 5,976 bytes in 28 blocks ==12777== suppressed: 253,905 bytes in 3,977 blocks ==12777== Reachable blocks (those to which a pointer was found) are not shown. ==12777== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==12777== ==12777== For counts of detected and suppressed errors, rerun with: -v ==12777== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1279== Memcheck, a memory error detector ==1279== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1279== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1279== Command: ./client-test Client::Source::apple_caldav::LinkedItemsYearly::testSubsetStart0Skip2 ==1279== Parent PID: 112 ==1279== ==1279== ==1279== HEAP SUMMARY: ==1279== in use at exit: 463,631 bytes in 5,388 blocks ==1279== total heap usage: 202,829 allocs, 197,379 frees, 30,381,545 bytes allocated ==1279== ==1279== LEAK SUMMARY: ==1279== definitely lost: 0 bytes in 0 blocks ==1279== indirectly lost: 0 bytes in 0 blocks ==1279== possibly lost: 1,392 bytes in 4 blocks ==1279== still reachable: 178,844 bytes in 1,015 blocks ==1279== of which reachable via heuristic: ==1279== length64 : 1,032 bytes in 18 blocks ==1279== newarray : 5,976 bytes in 28 blocks ==1279== suppressed: 271,875 bytes in 4,285 blocks ==1279== Reachable blocks (those to which a pointer was found) are not shown. ==1279== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1279== ==1279== For counts of detected and suppressed errors, rerun with: -v ==1279== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==12818== Memcheck, a memory error detector ==12818== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==12818== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==12818== Command: ./syncevo-local-sync ==12818== Parent PID: 12746 ==12818== ==12818== ==12818== HEAP SUMMARY: ==12818== in use at exit: 2,491,278 bytes in 25,307 blocks ==12818== total heap usage: 174,514 allocs, 149,207 frees, 33,735,867 bytes allocated ==12818== ==12818== LEAK SUMMARY: ==12818== definitely lost: 0 bytes in 0 blocks ==12818== indirectly lost: 0 bytes in 0 blocks ==12818== possibly lost: 528 bytes in 2 blocks ==12818== still reachable: 2,229,741 bytes in 21,272 blocks ==12818== of which reachable via heuristic: ==12818== length64 : 592 bytes in 10 blocks ==12818== newarray : 5,976 bytes in 28 blocks ==12818== suppressed: 253,897 bytes in 3,977 blocks ==12818== Reachable blocks (those to which a pointer was found) are not shown. ==12818== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==12818== ==12818== For counts of detected and suppressed errors, rerun with: -v ==12818== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1283== Memcheck, a memory error detector ==1283== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1283== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1283== Command: ./client-test Client::Source::apple_caldav::LinkedItemsYearly::testSubsetStart0Skip2 ==1283== Parent PID: 1279 ==1283== ==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: 12746 ==12858== ==12858== ==12858== HEAP SUMMARY: ==12858== in use at exit: 2,491,278 bytes in 25,307 blocks ==12858== total heap usage: 172,495 allocs, 147,188 frees, 33,502,963 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,741 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,897 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) ==12899== Memcheck, a memory error detector ==12899== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==12899== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==12899== Command: ./syncevo-local-sync ==12899== Parent PID: 12746 ==12899== ==12899== ==12899== HEAP SUMMARY: ==12899== in use at exit: 3,214,075 bytes in 27,622 blocks ==12899== total heap usage: 171,045 allocs, 143,423 frees, 32,527,518 bytes allocated ==12899== ==12899== LEAK SUMMARY: ==12899== definitely lost: 0 bytes in 0 blocks ==12899== indirectly lost: 0 bytes in 0 blocks ==12899== possibly lost: 528 bytes in 2 blocks ==12899== still reachable: 2,952,586 bytes in 23,589 blocks ==12899== of which reachable via heuristic: ==12899== length64 : 592 bytes in 10 blocks ==12899== newarray : 12,912 bytes in 223 blocks ==12899== suppressed: 253,849 bytes in 3,975 blocks ==12899== Reachable blocks (those to which a pointer was found) are not shown. ==12899== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==12899== ==12899== For counts of detected and suppressed errors, rerun with: -v ==12899== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1291== Memcheck, a memory error detector ==1291== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1291== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1291== Command: ./client-test Client::Source::apple_caldav::LinkedItemsYearly::testSubsetStart0Skip2 ==1291== Parent PID: 1279 ==1291== ==12963== Memcheck, a memory error detector ==12963== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==12963== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==12963== Command: ./syncevo-local-sync ==12963== Parent PID: 12746 ==12963== ==12963== ==12963== HEAP SUMMARY: ==12963== in use at exit: 2,491,294 bytes in 25,307 blocks ==12963== total heap usage: 178,990 allocs, 153,683 frees, 34,183,914 bytes allocated ==12963== ==12963== LEAK SUMMARY: ==12963== definitely lost: 0 bytes in 0 blocks ==12963== indirectly lost: 0 bytes in 0 blocks ==12963== possibly lost: 528 bytes in 2 blocks ==12963== still reachable: 2,229,741 bytes in 21,272 blocks ==12963== of which reachable via heuristic: ==12963== length64 : 592 bytes in 10 blocks ==12963== newarray : 5,976 bytes in 28 blocks ==12963== suppressed: 253,913 bytes in 3,977 blocks ==12963== Reachable blocks (those to which a pointer was found) are not shown. ==12963== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==12963== ==12963== For counts of detected and suppressed errors, rerun with: -v ==12963== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==12979== Memcheck, a memory error detector ==12979== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==12979== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==12979== Command: ./syncevo-local-sync ==12979== Parent PID: 12746 ==12979== ==12979== ==12979== HEAP SUMMARY: ==12979== in use at exit: 2,491,294 bytes in 25,307 blocks ==12979== total heap usage: 177,920 allocs, 152,613 frees, 34,074,707 bytes allocated ==12979== ==12979== LEAK SUMMARY: ==12979== definitely lost: 0 bytes in 0 blocks ==12979== indirectly lost: 0 bytes in 0 blocks ==12979== possibly lost: 528 bytes in 2 blocks ==12979== still reachable: 2,229,741 bytes in 21,272 blocks ==12979== of which reachable via heuristic: ==12979== length64 : 592 bytes in 10 blocks ==12979== newarray : 5,976 bytes in 28 blocks ==12979== suppressed: 253,913 bytes in 3,977 blocks ==12979== Reachable blocks (those to which a pointer was found) are not shown. ==12979== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==12979== ==12979== For counts of detected and suppressed errors, rerun with: -v ==12979== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1299== Memcheck, a memory error detector ==1299== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1299== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1299== Command: ./client-test Client::Source::apple_caldav::LinkedItemsYearly::testSubsetStart1Skip0 ==1299== Parent PID: 112 ==1299== ==1299== ==1299== HEAP SUMMARY: ==1299== in use at exit: 467,207 bytes in 5,402 blocks ==1299== total heap usage: 234,469 allocs, 229,002 frees, 33,904,899 bytes allocated ==1299== ==1299== LEAK SUMMARY: ==1299== definitely lost: 0 bytes in 0 blocks ==1299== indirectly lost: 0 bytes in 0 blocks ==1299== possibly lost: 1,392 bytes in 4 blocks ==1299== still reachable: 182,428 bytes in 1,029 blocks ==1299== of which reachable via heuristic: ==1299== length64 : 1,032 bytes in 18 blocks ==1299== newarray : 5,976 bytes in 28 blocks ==1299== suppressed: 271,867 bytes in 4,285 blocks ==1299== Reachable blocks (those to which a pointer was found) are not shown. ==1299== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1299== ==1299== For counts of detected and suppressed errors, rerun with: -v ==1299== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==12996== Memcheck, a memory error detector ==12996== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==12996== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==12996== Command: ./syncevo-local-sync ==12996== Parent PID: 12746 ==12996== ==12996== ==12996== HEAP SUMMARY: ==12996== in use at exit: 3,217,006 bytes in 27,631 blocks ==12996== total heap usage: 171,376 allocs, 143,745 frees, 32,563,797 bytes allocated ==12996== ==12996== LEAK SUMMARY: ==12996== definitely lost: 0 bytes in 0 blocks ==12996== indirectly lost: 0 bytes in 0 blocks ==12996== possibly lost: 528 bytes in 2 blocks ==12996== still reachable: 2,955,469 bytes in 23,596 blocks ==12996== of which reachable via heuristic: ==12996== length64 : 592 bytes in 10 blocks ==12996== newarray : 12,912 bytes in 223 blocks ==12996== suppressed: 253,897 bytes in 3,977 blocks ==12996== Reachable blocks (those to which a pointer was found) are not shown. ==12996== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==12996== ==12996== For counts of detected and suppressed errors, rerun with: -v ==12996== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==13013== Memcheck, a memory error detector ==13013== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13013== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13013== Command: ./syncevo-local-sync ==13013== Parent PID: 12746 ==13013== ==13013== ==13013== HEAP SUMMARY: ==13013== in use at exit: 3,216,998 bytes in 27,631 blocks ==13013== total heap usage: 171,370 allocs, 143,739 frees, 32,563,593 bytes allocated ==13013== ==13013== LEAK SUMMARY: ==13013== definitely lost: 0 bytes in 0 blocks ==13013== indirectly lost: 0 bytes in 0 blocks ==13013== possibly lost: 528 bytes in 2 blocks ==13013== still reachable: 2,955,469 bytes in 23,596 blocks ==13013== of which reachable via heuristic: ==13013== length64 : 592 bytes in 10 blocks ==13013== newarray : 12,912 bytes in 223 blocks ==13013== suppressed: 253,889 bytes in 3,977 blocks ==13013== Reachable blocks (those to which a pointer was found) are not shown. ==13013== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==13013== ==13013== For counts of detected and suppressed errors, rerun with: -v ==13013== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1303== Memcheck, a memory error detector ==1303== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1303== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1303== Command: ./client-test Client::Source::apple_caldav::LinkedItemsYearly::testSubsetStart1Skip0 ==1303== Parent PID: 1299 ==1303== ==13043== Memcheck, a memory error detector ==13043== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13043== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13043== Command: ./client-test Client::Sync::eds_task::testAddBothSidesRefresh ==13043== Parent PID: 12746 ==13043== ==13051== Memcheck, a memory error detector ==13051== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13051== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13051== Command: ./client-test Client::Sync::eds_task::testUpdate ==13051== Parent PID: 112 ==13051== ==13051== ==13051== HEAP SUMMARY: ==13051== in use at exit: 2,887,837 bytes in 29,941 blocks ==13051== total heap usage: 1,910,662 allocs, 1,880,660 frees, 278,045,014 bytes allocated ==13051== ==13051== LEAK SUMMARY: ==13051== definitely lost: 0 bytes in 0 blocks ==13051== indirectly lost: 0 bytes in 0 blocks ==13051== possibly lost: 1,392 bytes in 4 blocks ==13051== still reachable: 2,238,493 bytes in 21,427 blocks ==13051== of which reachable via heuristic: ==13051== length64 : 5,120 bytes in 80 blocks ==13051== newarray : 6,312 bytes in 49 blocks ==13051== suppressed: 577,688 bytes in 7,976 blocks ==13051== Reachable blocks (those to which a pointer was found) are not shown. ==13051== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==13051== ==13051== For counts of detected and suppressed errors, rerun with: -v ==13051== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==13083== Memcheck, a memory error detector ==13083== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13083== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13083== Command: ./syncevo-local-sync ==13083== Parent PID: 13051 ==13083== ==13083== ==13083== HEAP SUMMARY: ==13083== in use at exit: 2,491,222 bytes in 25,305 blocks ==13083== total heap usage: 176,491 allocs, 151,186 frees, 33,892,982 bytes allocated ==13083== ==13083== LEAK SUMMARY: ==13083== definitely lost: 0 bytes in 0 blocks ==13083== indirectly lost: 0 bytes in 0 blocks ==13083== possibly lost: 528 bytes in 2 blocks ==13083== still reachable: 2,229,741 bytes in 21,272 blocks ==13083== of which reachable via heuristic: ==13083== length64 : 592 bytes in 10 blocks ==13083== newarray : 5,976 bytes in 28 blocks ==13083== suppressed: 253,841 bytes in 3,975 blocks ==13083== Reachable blocks (those to which a pointer was found) are not shown. ==13083== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==13083== ==13083== For counts of detected and suppressed errors, rerun with: -v ==13083== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==131== Memcheck, a memory error detector ==131== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==131== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==131== Command: ./client-test Client::Source::apple_caldav::testDelete404 ==131== Parent PID: 112 ==131== ==131== ==131== HEAP SUMMARY: ==131== in use at exit: 519,021 bytes in 5,605 blocks ==131== total heap usage: 125,846 allocs, 120,187 frees, 23,725,108 bytes allocated ==131== ==131== LEAK SUMMARY: ==131== definitely lost: 0 bytes in 0 blocks ==131== indirectly lost: 0 bytes in 0 blocks ==131== possibly lost: 1,392 bytes in 4 blocks ==131== still reachable: 234,171 bytes in 1,231 blocks ==131== of which reachable via heuristic: ==131== length64 : 1,032 bytes in 18 blocks ==131== newarray : 5,976 bytes in 28 blocks ==131== suppressed: 271,938 bytes in 4,286 blocks ==131== Reachable blocks (those to which a pointer was found) are not shown. ==131== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==131== ==131== For counts of detected and suppressed errors, rerun with: -v ==131== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==1311== Memcheck, a memory error detector ==1311== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1311== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1311== Command: ./client-test Client::Source::apple_caldav::LinkedItemsYearly::testSubsetStart1Skip0 ==1311== Parent PID: 1299 ==1311== ==13123== Memcheck, a memory error detector ==13123== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13123== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13123== Command: ./syncevo-local-sync ==13123== Parent PID: 13051 ==13123== ==13123== ==13123== HEAP SUMMARY: ==13123== in use at exit: 2,491,302 bytes in 25,307 blocks ==13123== total heap usage: 174,561 allocs, 149,254 frees, 33,738,469 bytes allocated ==13123== ==13123== LEAK SUMMARY: ==13123== definitely lost: 0 bytes in 0 blocks ==13123== indirectly lost: 0 bytes in 0 blocks ==13123== possibly lost: 528 bytes in 2 blocks ==13123== still reachable: 2,229,741 bytes in 21,272 blocks ==13123== of which reachable via heuristic: ==13123== length64 : 592 bytes in 10 blocks ==13123== newarray : 5,976 bytes in 28 blocks ==13123== suppressed: 253,921 bytes in 3,977 blocks ==13123== Reachable blocks (those to which a pointer was found) are not shown. ==13123== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==13123== ==13123== For counts of detected and suppressed errors, rerun with: -v ==13123== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==13164== Memcheck, a memory error detector ==13164== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13164== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13164== Command: ./syncevo-local-sync ==13164== Parent PID: 13051 ==13164== ==13164== ==13164== HEAP SUMMARY: ==13164== in use at exit: 2,491,270 bytes in 25,307 blocks ==13164== total heap usage: 172,491 allocs, 147,184 frees, 33,501,461 bytes allocated ==13164== ==13164== LEAK SUMMARY: ==13164== definitely lost: 0 bytes in 0 blocks ==13164== indirectly lost: 0 bytes in 0 blocks ==13164== possibly lost: 528 bytes in 2 blocks ==13164== still reachable: 2,229,741 bytes in 21,272 blocks ==13164== of which reachable via heuristic: ==13164== length64 : 592 bytes in 10 blocks ==13164== newarray : 5,976 bytes in 28 blocks ==13164== suppressed: 253,889 bytes in 3,977 blocks ==13164== Reachable blocks (those to which a pointer was found) are not shown. ==13164== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==13164== ==13164== For counts of detected and suppressed errors, rerun with: -v ==13164== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1319== Memcheck, a memory error detector ==1319== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1319== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1319== Command: ./client-test Client::Source::apple_caldav::LinkedItemsYearly::testSubsetStart1Skip0 ==1319== Parent PID: 1299 ==1319== ==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: 13051 ==13204== ==13204== ==13204== HEAP SUMMARY: ==13204== in use at exit: 3,214,063 bytes in 27,624 blocks ==13204== total heap usage: 171,034 allocs, 143,410 frees, 32,525,236 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,952,534 bytes in 23,589 blocks ==13204== of which reachable via heuristic: ==13204== length64 : 592 bytes in 10 blocks ==13204== newarray : 12,912 bytes in 223 blocks ==13204== suppressed: 253,889 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) ==13244== Memcheck, a memory error detector ==13244== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13244== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13244== Command: ./syncevo-local-sync ==13244== Parent PID: 13051 ==13244== ==13244== ==13244== HEAP SUMMARY: ==13244== in use at exit: 2,491,286 bytes in 25,307 blocks ==13244== total heap usage: 178,967 allocs, 153,660 frees, 34,181,038 bytes allocated ==13244== ==13244== LEAK SUMMARY: ==13244== definitely lost: 0 bytes in 0 blocks ==13244== indirectly lost: 0 bytes in 0 blocks ==13244== possibly lost: 528 bytes in 2 blocks ==13244== still reachable: 2,229,741 bytes in 21,272 blocks ==13244== of which reachable via heuristic: ==13244== length64 : 592 bytes in 10 blocks ==13244== newarray : 5,976 bytes in 28 blocks ==13244== suppressed: 253,905 bytes in 3,977 blocks ==13244== Reachable blocks (those to which a pointer was found) are not shown. ==13244== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==13244== ==13244== For counts of detected and suppressed errors, rerun with: -v ==13244== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==13260== Memcheck, a memory error detector ==13260== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13260== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13260== Command: ./syncevo-local-sync ==13260== Parent PID: 13051 ==13260== ==13260== ==13260== HEAP SUMMARY: ==13260== in use at exit: 2,491,294 bytes in 25,307 blocks ==13260== total heap usage: 177,915 allocs, 152,608 frees, 34,072,617 bytes allocated ==13260== ==13260== LEAK SUMMARY: ==13260== definitely lost: 0 bytes in 0 blocks ==13260== indirectly lost: 0 bytes in 0 blocks ==13260== possibly lost: 528 bytes in 2 blocks ==13260== still reachable: 2,229,741 bytes in 21,272 blocks ==13260== of which reachable via heuristic: ==13260== length64 : 592 bytes in 10 blocks ==13260== newarray : 5,976 bytes in 28 blocks ==13260== suppressed: 253,913 bytes in 3,977 blocks ==13260== Reachable blocks (those to which a pointer was found) are not shown. ==13260== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==13260== ==13260== For counts of detected and suppressed errors, rerun with: -v ==13260== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1327== Memcheck, a memory error detector ==1327== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1327== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1327== Command: ./client-test Client::Source::apple_caldav::LinkedItemsYearly::testSubsetStart1Skip1 ==1327== Parent PID: 112 ==1327== ==1327== ==1327== HEAP SUMMARY: ==1327== in use at exit: 465,419 bytes in 5,394 blocks ==1327== total heap usage: 202,974 allocs, 197,518 frees, 30,400,455 bytes allocated ==1327== ==1327== LEAK SUMMARY: ==1327== definitely lost: 0 bytes in 0 blocks ==1327== indirectly lost: 0 bytes in 0 blocks ==1327== possibly lost: 1,392 bytes in 4 blocks ==1327== still reachable: 180,632 bytes in 1,021 blocks ==1327== of which reachable via heuristic: ==1327== length64 : 1,032 bytes in 18 blocks ==1327== newarray : 5,976 bytes in 28 blocks ==1327== suppressed: 271,875 bytes in 4,285 blocks ==1327== Reachable blocks (those to which a pointer was found) are not shown. ==1327== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1327== ==1327== For counts of detected and suppressed errors, rerun with: -v ==1327== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==13297== Memcheck, a memory error detector ==13297== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13297== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13297== Command: ./client-test Client::Sync::eds_task::testUpdate ==13297== Parent PID: 13051 ==13297== ==1331== Memcheck, a memory error detector ==1331== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1331== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1331== Command: ./client-test Client::Source::apple_caldav::LinkedItemsYearly::testSubsetStart1Skip1 ==1331== Parent PID: 1327 ==1331== ==13325== Memcheck, a memory error detector ==13325== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13325== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13325== Command: ./syncevo-local-sync ==13325== Parent PID: 13051 ==13325== ==13325== ==13325== HEAP SUMMARY: ==13325== in use at exit: 2,491,246 bytes in 25,305 blocks ==13325== total heap usage: 180,040 allocs, 154,735 frees, 34,283,395 bytes allocated ==13325== ==13325== LEAK SUMMARY: ==13325== definitely lost: 0 bytes in 0 blocks ==13325== indirectly lost: 0 bytes in 0 blocks ==13325== possibly lost: 528 bytes in 2 blocks ==13325== still reachable: 2,229,741 bytes in 21,272 blocks ==13325== of which reachable via heuristic: ==13325== length64 : 592 bytes in 10 blocks ==13325== newarray : 5,976 bytes in 28 blocks ==13325== suppressed: 253,865 bytes in 3,975 blocks ==13325== Reachable blocks (those to which a pointer was found) are not shown. ==13325== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==13325== ==13325== For counts of detected and suppressed errors, rerun with: -v ==13325== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==13341== Memcheck, a memory error detector ==13341== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13341== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13341== Command: ./syncevo-local-sync ==13341== Parent PID: 13051 ==13341== ==13341== ==13341== HEAP SUMMARY: ==13341== in use at exit: 2,491,270 bytes in 25,307 blocks ==13341== total heap usage: 177,925 allocs, 152,618 frees, 34,050,541 bytes allocated ==13341== ==13341== LEAK SUMMARY: ==13341== definitely lost: 0 bytes in 0 blocks ==13341== indirectly lost: 0 bytes in 0 blocks ==13341== possibly lost: 528 bytes in 2 blocks ==13341== still reachable: 2,229,741 bytes in 21,272 blocks ==13341== of which reachable via heuristic: ==13341== length64 : 592 bytes in 10 blocks ==13341== newarray : 5,976 bytes in 28 blocks ==13341== suppressed: 253,889 bytes in 3,977 blocks ==13341== Reachable blocks (those to which a pointer was found) are not shown. ==13341== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==13341== ==13341== For counts of detected and suppressed errors, rerun with: -v ==13341== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==13378== Memcheck, a memory error detector ==13378== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13378== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13378== Command: ./client-test Client::Sync::eds_task::testUpdate ==13378== Parent PID: 13051 ==13378== ==13382== Memcheck, a memory error detector ==13382== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13382== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13382== Command: ./client-test Client::Sync::eds_task::testMerge ==13382== Parent PID: 112 ==13382== ==13382== ==13382== HEAP SUMMARY: ==13382== in use at exit: 2,885,273 bytes in 29,883 blocks ==13382== total heap usage: 2,381,325 allocs, 2,351,379 frees, 342,664,008 bytes allocated ==13382== ==13382== LEAK SUMMARY: ==13382== definitely lost: 0 bytes in 0 blocks ==13382== indirectly lost: 0 bytes in 0 blocks ==13382== possibly lost: 1,392 bytes in 4 blocks ==13382== still reachable: 2,237,541 bytes in 21,415 blocks ==13382== of which reachable via heuristic: ==13382== length64 : 5,120 bytes in 80 blocks ==13382== newarray : 6,312 bytes in 49 blocks ==13382== suppressed: 576,244 bytes in 7,932 blocks ==13382== Reachable blocks (those to which a pointer was found) are not shown. ==13382== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==13382== ==13382== For counts of detected and suppressed errors, rerun with: -v ==13382== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==1339== Memcheck, a memory error detector ==1339== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1339== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1339== Command: ./client-test Client::Source::apple_caldav::LinkedItemsYearly::testSubsetStart1Skip1 ==1339== Parent PID: 1327 ==1339== ==13413== Memcheck, a memory error detector ==13413== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13413== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13413== Command: ./syncevo-local-sync ==13413== Parent PID: 13382 ==13413== ==13413== ==13413== HEAP SUMMARY: ==13413== in use at exit: 2,491,278 bytes in 25,307 blocks ==13413== total heap usage: 176,493 allocs, 151,186 frees, 33,881,340 bytes allocated ==13413== ==13413== LEAK SUMMARY: ==13413== definitely lost: 0 bytes in 0 blocks ==13413== indirectly lost: 0 bytes in 0 blocks ==13413== possibly lost: 528 bytes in 2 blocks ==13413== still reachable: 2,229,741 bytes in 21,272 blocks ==13413== of which reachable via heuristic: ==13413== length64 : 592 bytes in 10 blocks ==13413== newarray : 5,976 bytes in 28 blocks ==13413== suppressed: 253,897 bytes in 3,977 blocks ==13413== Reachable blocks (those to which a pointer was found) are not shown. ==13413== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==13413== ==13413== For counts of detected and suppressed errors, rerun with: -v ==13413== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==13453== Memcheck, a memory error detector ==13453== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13453== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13453== Command: ./syncevo-local-sync ==13453== Parent PID: 13382 ==13453== ==13453== ==13453== HEAP SUMMARY: ==13453== in use at exit: 2,491,278 bytes in 25,307 blocks ==13453== total heap usage: 174,574 allocs, 149,267 frees, 33,739,535 bytes allocated ==13453== ==13453== LEAK SUMMARY: ==13453== definitely lost: 0 bytes in 0 blocks ==13453== indirectly lost: 0 bytes in 0 blocks ==13453== possibly lost: 528 bytes in 2 blocks ==13453== still reachable: 2,229,741 bytes in 21,272 blocks ==13453== of which reachable via heuristic: ==13453== length64 : 592 bytes in 10 blocks ==13453== newarray : 5,976 bytes in 28 blocks ==13453== suppressed: 253,897 bytes in 3,977 blocks ==13453== Reachable blocks (those to which a pointer was found) are not shown. ==13453== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==13453== ==13453== For counts of detected and suppressed errors, rerun with: -v ==13453== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1347== Memcheck, a memory error detector ==1347== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1347== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1347== Command: ./client-test Client::Source::apple_caldav::LinkedItemsYearly::testSubsetStart2Skip0 ==1347== Parent PID: 112 ==1347== ==1347== ==1347== HEAP SUMMARY: ==1347== in use at exit: 463,619 bytes in 5,387 blocks ==1347== total heap usage: 202,889 allocs, 197,440 frees, 30,369,506 bytes allocated ==1347== ==1347== LEAK SUMMARY: ==1347== definitely lost: 0 bytes in 0 blocks ==1347== indirectly lost: 0 bytes in 0 blocks ==1347== possibly lost: 1,392 bytes in 4 blocks ==1347== still reachable: 178,840 bytes in 1,014 blocks ==1347== of which reachable via heuristic: ==1347== length64 : 1,032 bytes in 18 blocks ==1347== newarray : 5,976 bytes in 28 blocks ==1347== suppressed: 271,867 bytes in 4,285 blocks ==1347== Reachable blocks (those to which a pointer was found) are not shown. ==1347== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1347== ==1347== For counts of detected and suppressed errors, rerun with: -v ==1347== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==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: 13382 ==13493== ==13493== ==13493== HEAP SUMMARY: ==13493== in use at exit: 2,491,270 bytes in 25,307 blocks ==13493== total heap usage: 172,501 allocs, 147,194 frees, 33,502,035 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,741 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,889 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) ==135== Memcheck, a memory error detector ==135== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==135== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==135== Command: ./client-test Client::Source::apple_caldav::testReadItem404 ==135== Parent PID: 112 ==135== ==135== ==135== HEAP SUMMARY: ==135== in use at exit: 519,013 bytes in 5,605 blocks ==135== total heap usage: 125,887 allocs, 120,228 frees, 23,726,884 bytes allocated ==135== ==135== LEAK SUMMARY: ==135== definitely lost: 0 bytes in 0 blocks ==135== indirectly lost: 0 bytes in 0 blocks ==135== possibly lost: 1,392 bytes in 4 blocks ==135== still reachable: 234,171 bytes in 1,231 blocks ==135== of which reachable via heuristic: ==135== length64 : 1,032 bytes in 18 blocks ==135== newarray : 5,976 bytes in 28 blocks ==135== suppressed: 271,930 bytes in 4,286 blocks ==135== Reachable blocks (those to which a pointer was found) are not shown. ==135== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==135== ==135== For counts of detected and suppressed errors, rerun with: -v ==135== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==1351== Memcheck, a memory error detector ==1351== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1351== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1351== Command: ./client-test Client::Source::apple_caldav::LinkedItemsYearly::testSubsetStart2Skip0 ==1351== Parent PID: 1347 ==1351== ==13533== Memcheck, a memory error detector ==13533== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13533== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13533== Command: ./syncevo-local-sync ==13533== Parent PID: 13382 ==13533== ==13533== ==13533== HEAP SUMMARY: ==13533== in use at exit: 3,214,075 bytes in 27,624 blocks ==13533== total heap usage: 171,040 allocs, 143,416 frees, 32,525,498 bytes allocated ==13533== ==13533== LEAK SUMMARY: ==13533== definitely lost: 0 bytes in 0 blocks ==13533== indirectly lost: 0 bytes in 0 blocks ==13533== possibly lost: 528 bytes in 2 blocks ==13533== still reachable: 2,952,530 bytes in 23,589 blocks ==13533== of which reachable via heuristic: ==13533== length64 : 592 bytes in 10 blocks ==13533== newarray : 12,912 bytes in 223 blocks ==13533== suppressed: 253,905 bytes in 3,977 blocks ==13533== Reachable blocks (those to which a pointer was found) are not shown. ==13533== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==13533== ==13533== For counts of detected and suppressed errors, rerun with: -v ==13533== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==13574== Memcheck, a memory error detector ==13574== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13574== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13574== Command: ./syncevo-local-sync ==13574== Parent PID: 13382 ==13574== ==13574== ==13574== HEAP SUMMARY: ==13574== in use at exit: 2,491,302 bytes in 25,307 blocks ==13574== total heap usage: 178,966 allocs, 153,659 frees, 34,181,080 bytes allocated ==13574== ==13574== LEAK SUMMARY: ==13574== definitely lost: 0 bytes in 0 blocks ==13574== indirectly lost: 0 bytes in 0 blocks ==13574== possibly lost: 528 bytes in 2 blocks ==13574== still reachable: 2,229,741 bytes in 21,272 blocks ==13574== of which reachable via heuristic: ==13574== length64 : 592 bytes in 10 blocks ==13574== newarray : 5,976 bytes in 28 blocks ==13574== suppressed: 253,921 bytes in 3,977 blocks ==13574== Reachable blocks (those to which a pointer was found) are not shown. ==13574== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==13574== ==13574== For counts of detected and suppressed errors, rerun with: -v ==13574== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1359== Memcheck, a memory error detector ==1359== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1359== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1359== Command: ./client-test Client::Source::apple_caldav::LinkedItemsYearly::testSubsetStart2Skip0 ==1359== Parent PID: 1347 ==1359== ==13590== Memcheck, a memory error detector ==13590== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13590== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13590== Command: ./syncevo-local-sync ==13590== Parent PID: 13382 ==13590== ==13590== ==13590== HEAP SUMMARY: ==13590== in use at exit: 2,491,270 bytes in 25,307 blocks ==13590== total heap usage: 177,904 allocs, 152,597 frees, 34,071,843 bytes allocated ==13590== ==13590== LEAK SUMMARY: ==13590== definitely lost: 0 bytes in 0 blocks ==13590== indirectly lost: 0 bytes in 0 blocks ==13590== possibly lost: 528 bytes in 2 blocks ==13590== still reachable: 2,229,741 bytes in 21,272 blocks ==13590== of which reachable via heuristic: ==13590== length64 : 592 bytes in 10 blocks ==13590== newarray : 5,976 bytes in 28 blocks ==13590== suppressed: 253,889 bytes in 3,977 blocks ==13590== Reachable blocks (those to which a pointer was found) are not shown. ==13590== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==13590== ==13590== For counts of detected and suppressed errors, rerun with: -v ==13590== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==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: ./client-test Client::Sync::eds_task::testMerge ==13628== Parent PID: 13382 ==13628== ==1367== Memcheck, a memory error detector ==1367== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1367== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1367== Command: ./client-test Client::Source::apple_caldav::LinkedItemsYearly::testSubsetStart3Skip0 ==1367== Parent PID: 112 ==1367== ==1367== ==1367== HEAP SUMMARY: ==1367== in use at exit: 461,827 bytes in 5,380 blocks ==1367== total heap usage: 171,517 allocs, 166,078 frees, 26,924,644 bytes allocated ==1367== ==1367== LEAK SUMMARY: ==1367== definitely lost: 0 bytes in 0 blocks ==1367== indirectly lost: 0 bytes in 0 blocks ==1367== possibly lost: 1,392 bytes in 4 blocks ==1367== still reachable: 177,048 bytes in 1,007 blocks ==1367== of which reachable via heuristic: ==1367== length64 : 1,032 bytes in 18 blocks ==1367== newarray : 5,976 bytes in 28 blocks ==1367== suppressed: 271,867 bytes in 4,285 blocks ==1367== Reachable blocks (those to which a pointer was found) are not shown. ==1367== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1367== ==1367== For counts of detected and suppressed errors, rerun with: -v ==1367== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==13680== Memcheck, a memory error detector ==13680== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13680== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13680== Command: ./syncevo-local-sync ==13680== Parent PID: 13382 ==13680== ==13680== ==13680== HEAP SUMMARY: ==13680== in use at exit: 2,491,270 bytes in 25,307 blocks ==13680== total heap usage: 180,043 allocs, 154,736 frees, 34,284,363 bytes allocated ==13680== ==13680== LEAK SUMMARY: ==13680== definitely lost: 0 bytes in 0 blocks ==13680== indirectly lost: 0 bytes in 0 blocks ==13680== possibly lost: 528 bytes in 2 blocks ==13680== still reachable: 2,229,741 bytes in 21,272 blocks ==13680== of which reachable via heuristic: ==13680== length64 : 592 bytes in 10 blocks ==13680== newarray : 5,976 bytes in 28 blocks ==13680== suppressed: 253,889 bytes in 3,977 blocks ==13680== Reachable blocks (those to which a pointer was found) are not shown. ==13680== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==13680== ==13680== For counts of detected and suppressed errors, rerun with: -v ==13680== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==13696== Memcheck, a memory error detector ==13696== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13696== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13696== Command: ./syncevo-local-sync ==13696== Parent PID: 13382 ==13696== ==13696== ==13696== HEAP SUMMARY: ==13696== in use at exit: 2,491,302 bytes in 25,307 blocks ==13696== total heap usage: 184,637 allocs, 159,330 frees, 34,745,504 bytes allocated ==13696== ==13696== LEAK SUMMARY: ==13696== definitely lost: 0 bytes in 0 blocks ==13696== indirectly lost: 0 bytes in 0 blocks ==13696== possibly lost: 528 bytes in 2 blocks ==13696== still reachable: 2,229,741 bytes in 21,272 blocks ==13696== of which reachable via heuristic: ==13696== length64 : 592 bytes in 10 blocks ==13696== newarray : 5,976 bytes in 28 blocks ==13696== suppressed: 253,921 bytes in 3,977 blocks ==13696== Reachable blocks (those to which a pointer was found) are not shown. ==13696== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==13696== ==13696== For counts of detected and suppressed errors, rerun with: -v ==13696== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1371== Memcheck, a memory error detector ==1371== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1371== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1371== Command: ./client-test Client::Source::apple_caldav::LinkedItemsYearly::testSubsetStart3Skip0 ==1371== Parent PID: 1367 ==1371== ==13725== Memcheck, a memory error detector ==13725== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13725== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13725== Command: ./syncevo-local-sync ==13725== Parent PID: 13382 ==13725== ==13725== ==13725== HEAP SUMMARY: ==13725== in use at exit: 2,491,294 bytes in 25,307 blocks ==13725== total heap usage: 177,934 allocs, 152,627 frees, 34,051,508 bytes allocated ==13725== ==13725== LEAK SUMMARY: ==13725== definitely lost: 0 bytes in 0 blocks ==13725== indirectly lost: 0 bytes in 0 blocks ==13725== possibly lost: 528 bytes in 2 blocks ==13725== still reachable: 2,229,741 bytes in 21,272 blocks ==13725== of which reachable via heuristic: ==13725== length64 : 592 bytes in 10 blocks ==13725== newarray : 5,976 bytes in 28 blocks ==13725== suppressed: 253,913 bytes in 3,977 blocks ==13725== Reachable blocks (those to which a pointer was found) are not shown. ==13725== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==13725== ==13725== For counts of detected and suppressed errors, rerun with: -v ==13725== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==13762== Memcheck, a memory error detector ==13762== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13762== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13762== Command: ./client-test Client::Sync::eds_task::testMerge ==13762== Parent PID: 13382 ==13762== ==13766== Memcheck, a memory error detector ==13766== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13766== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13766== Command: ./syncevo-local-sync ==13766== Parent PID: 13382 ==13766== ==13766== ==13766== HEAP SUMMARY: ==13766== in use at exit: 2,491,270 bytes in 25,307 blocks ==13766== total heap usage: 177,261 allocs, 151,954 frees, 33,959,334 bytes allocated ==13766== ==13766== LEAK SUMMARY: ==13766== definitely lost: 0 bytes in 0 blocks ==13766== indirectly lost: 0 bytes in 0 blocks ==13766== possibly lost: 528 bytes in 2 blocks ==13766== still reachable: 2,229,741 bytes in 21,272 blocks ==13766== of which reachable via heuristic: ==13766== length64 : 592 bytes in 10 blocks ==13766== newarray : 5,976 bytes in 28 blocks ==13766== suppressed: 253,889 bytes in 3,977 blocks ==13766== Reachable blocks (those to which a pointer was found) are not shown. ==13766== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==13766== ==13766== For counts of detected and suppressed errors, rerun with: -v ==13766== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1379== Memcheck, a memory error detector ==1379== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1379== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1379== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart0Skip0 ==1379== Parent PID: 112 ==1379== ==1379== ==1379== HEAP SUMMARY: ==1379== in use at exit: 599,839 bytes in 5,920 blocks ==1379== total heap usage: 563,749 allocs, 557,734 frees, 79,276,204 bytes allocated ==1379== ==1379== LEAK SUMMARY: ==1379== definitely lost: 0 bytes in 0 blocks ==1379== indirectly lost: 0 bytes in 0 blocks ==1379== possibly lost: 1,392 bytes in 4 blocks ==1379== still reachable: 315,036 bytes in 1,547 blocks ==1379== of which reachable via heuristic: ==1379== length64 : 1,032 bytes in 18 blocks ==1379== newarray : 5,976 bytes in 28 blocks ==1379== suppressed: 271,891 bytes in 4,285 blocks ==1379== Reachable blocks (those to which a pointer was found) are not shown. ==1379== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1379== ==1379== For counts of detected and suppressed errors, rerun with: -v ==1379== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==13804== Memcheck, a memory error detector ==13804== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13804== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13804== Command: ./client-test Client::Sync::eds_task::testMerge ==13804== Parent PID: 13382 ==13804== ==13808== Memcheck, a memory error detector ==13808== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13808== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13808== Command: ./client-test Client::Sync::eds_task::testTwinning ==13808== Parent PID: 112 ==13808== ==13808== ==13808== HEAP SUMMARY: ==13808== in use at exit: 2,878,306 bytes in 29,792 blocks ==13808== total heap usage: 1,451,222 allocs, 1,421,371 frees, 215,111,845 bytes allocated ==13808== ==13808== LEAK SUMMARY: ==13808== definitely lost: 0 bytes in 0 blocks ==13808== indirectly lost: 0 bytes in 0 blocks ==13808== possibly lost: 1,392 bytes in 4 blocks ==13808== still reachable: 2,236,021 bytes in 21,415 blocks ==13808== of which reachable via heuristic: ==13808== length64 : 5,120 bytes in 80 blocks ==13808== newarray : 6,312 bytes in 49 blocks ==13808== suppressed: 570,629 bytes in 7,839 blocks ==13808== Reachable blocks (those to which a pointer was found) are not shown. ==13808== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==13808== ==13808== For counts of detected and suppressed errors, rerun with: -v ==13808== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==1383== Memcheck, a memory error detector ==1383== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1383== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1383== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart0Skip0 ==1383== Parent PID: 1379 ==1383== ==13839== Memcheck, a memory error detector ==13839== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13839== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13839== Command: ./syncevo-local-sync ==13839== Parent PID: 13808 ==13839== ==13839== ==13839== HEAP SUMMARY: ==13839== in use at exit: 2,491,286 bytes in 25,307 blocks ==13839== total heap usage: 176,468 allocs, 151,161 frees, 33,879,185 bytes allocated ==13839== ==13839== LEAK SUMMARY: ==13839== definitely lost: 0 bytes in 0 blocks ==13839== indirectly lost: 0 bytes in 0 blocks ==13839== possibly lost: 528 bytes in 2 blocks ==13839== still reachable: 2,229,741 bytes in 21,272 blocks ==13839== of which reachable via heuristic: ==13839== length64 : 592 bytes in 10 blocks ==13839== newarray : 5,976 bytes in 28 blocks ==13839== suppressed: 253,905 bytes in 3,977 blocks ==13839== Reachable blocks (those to which a pointer was found) are not shown. ==13839== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==13839== ==13839== For counts of detected and suppressed errors, rerun with: -v ==13839== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==13879== Memcheck, a memory error detector ==13879== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13879== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13879== Command: ./syncevo-local-sync ==13879== Parent PID: 13808 ==13879== ==13879== ==13879== HEAP SUMMARY: ==13879== in use at exit: 2,491,270 bytes in 25,307 blocks ==13879== total heap usage: 174,546 allocs, 149,239 frees, 33,737,081 bytes allocated ==13879== ==13879== LEAK SUMMARY: ==13879== definitely lost: 0 bytes in 0 blocks ==13879== indirectly lost: 0 bytes in 0 blocks ==13879== possibly lost: 528 bytes in 2 blocks ==13879== still reachable: 2,229,741 bytes in 21,272 blocks ==13879== of which reachable via heuristic: ==13879== length64 : 592 bytes in 10 blocks ==13879== newarray : 5,976 bytes in 28 blocks ==13879== suppressed: 253,889 bytes in 3,977 blocks ==13879== Reachable blocks (those to which a pointer was found) are not shown. ==13879== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==13879== ==13879== For counts of detected and suppressed errors, rerun with: -v ==13879== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==139== Memcheck, a memory error detector ==139== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==139== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==139== Command: ./client-test Client::Source::apple_caldav::testSimpleInsert ==139== Parent PID: 112 ==139== ==139== ==139== HEAP SUMMARY: ==139== in use at exit: 518,973 bytes in 5,603 blocks ==139== total heap usage: 137,594 allocs, 131,936 frees, 25,135,072 bytes allocated ==139== ==139== LEAK SUMMARY: ==139== definitely lost: 0 bytes in 0 blocks ==139== indirectly lost: 0 bytes in 0 blocks ==139== possibly lost: 1,392 bytes in 4 blocks ==139== still reachable: 234,171 bytes in 1,231 blocks ==139== of which reachable via heuristic: ==139== length64 : 1,032 bytes in 18 blocks ==139== newarray : 5,976 bytes in 28 blocks ==139== suppressed: 271,890 bytes in 4,284 blocks ==139== Reachable blocks (those to which a pointer was found) are not shown. ==139== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==139== ==139== For counts of detected and suppressed errors, rerun with: -v ==139== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==1391== Memcheck, a memory error detector ==1391== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1391== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1391== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart0Skip0 ==1391== Parent PID: 1379 ==1391== ==13946== Memcheck, a memory error detector ==13946== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13946== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13946== Command: ./client-test Client::Sync::eds_task::testTwinning ==13946== Parent PID: 13808 ==13946== ==13954== Memcheck, a memory error detector ==13954== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13954== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13954== Command: ./syncevo-local-sync ==13954== Parent PID: 13808 ==13954== ==13954== ==13954== HEAP SUMMARY: ==13954== in use at exit: 2,491,294 bytes in 25,307 blocks ==13954== total heap usage: 180,334 allocs, 155,027 frees, 34,367,881 bytes allocated ==13954== ==13954== LEAK SUMMARY: ==13954== definitely lost: 0 bytes in 0 blocks ==13954== indirectly lost: 0 bytes in 0 blocks ==13954== possibly lost: 528 bytes in 2 blocks ==13954== still reachable: 2,229,741 bytes in 21,272 blocks ==13954== of which reachable via heuristic: ==13954== length64 : 592 bytes in 10 blocks ==13954== newarray : 5,976 bytes in 28 blocks ==13954== suppressed: 253,913 bytes in 3,977 blocks ==13954== Reachable blocks (those to which a pointer was found) are not shown. ==13954== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==13954== ==13954== For counts of detected and suppressed errors, rerun with: -v ==13954== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==13970== Memcheck, a memory error detector ==13970== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13970== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13970== Command: ./syncevo-local-sync ==13970== Parent PID: 13808 ==13970== ==13970== ==13970== HEAP SUMMARY: ==13970== in use at exit: 2,491,246 bytes in 25,305 blocks ==13970== total heap usage: 177,572 allocs, 152,267 frees, 34,019,582 bytes allocated ==13970== ==13970== LEAK SUMMARY: ==13970== definitely lost: 0 bytes in 0 blocks ==13970== indirectly lost: 0 bytes in 0 blocks ==13970== possibly lost: 528 bytes in 2 blocks ==13970== still reachable: 2,229,741 bytes in 21,272 blocks ==13970== of which reachable via heuristic: ==13970== length64 : 592 bytes in 10 blocks ==13970== newarray : 5,976 bytes in 28 blocks ==13970== suppressed: 253,865 bytes in 3,975 blocks ==13970== Reachable blocks (those to which a pointer was found) are not shown. ==13970== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==13970== ==13970== For counts of detected and suppressed errors, rerun with: -v ==13970== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==13987== Memcheck, a memory error detector ==13987== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13987== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==13987== Command: ./syncevo-local-sync ==13987== Parent PID: 13808 ==13987== ==13987== ==13987== HEAP SUMMARY: ==13987== in use at exit: 2,491,214 bytes in 25,305 blocks ==13987== total heap usage: 177,536 allocs, 152,231 frees, 34,006,297 bytes allocated ==13987== ==13987== LEAK SUMMARY: ==13987== definitely lost: 0 bytes in 0 blocks ==13987== indirectly lost: 0 bytes in 0 blocks ==13987== possibly lost: 528 bytes in 2 blocks ==13987== still reachable: 2,229,741 bytes in 21,272 blocks ==13987== of which reachable via heuristic: ==13987== length64 : 592 bytes in 10 blocks ==13987== newarray : 5,976 bytes in 28 blocks ==13987== suppressed: 253,833 bytes in 3,975 blocks ==13987== Reachable blocks (those to which a pointer was found) are not shown. ==13987== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==13987== ==13987== For counts of detected and suppressed errors, rerun with: -v ==13987== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1399== Memcheck, a memory error detector ==1399== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1399== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1399== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart0Skip0 ==1399== Parent PID: 1379 ==1399== ==14003== Memcheck, a memory error detector ==14003== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14003== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14003== Command: ./syncevo-local-sync ==14003== Parent PID: 13808 ==14003== ==14003== ==14003== HEAP SUMMARY: ==14003== in use at exit: 2,491,286 bytes in 25,307 blocks ==14003== total heap usage: 176,721 allocs, 151,414 frees, 33,914,583 bytes allocated ==14003== ==14003== LEAK SUMMARY: ==14003== definitely lost: 0 bytes in 0 blocks ==14003== indirectly lost: 0 bytes in 0 blocks ==14003== possibly lost: 528 bytes in 2 blocks ==14003== still reachable: 2,229,741 bytes in 21,272 blocks ==14003== of which reachable via heuristic: ==14003== length64 : 592 bytes in 10 blocks ==14003== newarray : 5,976 bytes in 28 blocks ==14003== suppressed: 253,905 bytes in 3,977 blocks ==14003== Reachable blocks (those to which a pointer was found) are not shown. ==14003== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==14003== ==14003== For counts of detected and suppressed errors, rerun with: -v ==14003== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==14041== Memcheck, a memory error detector ==14041== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14041== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14041== Command: ./client-test Client::Sync::eds_task::testTwinning ==14041== Parent PID: 13808 ==14041== ==14045== Memcheck, a memory error detector ==14045== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14045== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14045== Command: ./client-test Client::Sync::eds_task::testItems ==14045== Parent PID: 112 ==14045== ==14045== ==14045== HEAP SUMMARY: ==14045== in use at exit: 2,881,895 bytes in 29,827 blocks ==14045== total heap usage: 1,109,855 allocs, 1,079,971 frees, 158,248,579 bytes allocated ==14045== ==14045== LEAK SUMMARY: ==14045== definitely lost: 0 bytes in 0 blocks ==14045== indirectly lost: 0 bytes in 0 blocks ==14045== possibly lost: 1,392 bytes in 4 blocks ==14045== still reachable: 2,236,501 bytes in 21,411 blocks ==14045== of which reachable via heuristic: ==14045== length64 : 5,120 bytes in 80 blocks ==14045== newarray : 6,312 bytes in 49 blocks ==14045== suppressed: 573,906 bytes in 7,880 blocks ==14045== Reachable blocks (those to which a pointer was found) are not shown. ==14045== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==14045== ==14045== For counts of detected and suppressed errors, rerun with: -v ==14045== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==1407== Memcheck, a memory error detector ==1407== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1407== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1407== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart0Skip0 ==1407== Parent PID: 1379 ==1407== ==14076== Memcheck, a memory error detector ==14076== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14076== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14076== Command: ./syncevo-local-sync ==14076== Parent PID: 14045 ==14076== ==14076== ==14076== HEAP SUMMARY: ==14076== in use at exit: 2,491,286 bytes in 25,307 blocks ==14076== total heap usage: 176,691 allocs, 151,384 frees, 33,892,346 bytes allocated ==14076== ==14076== LEAK SUMMARY: ==14076== definitely lost: 0 bytes in 0 blocks ==14076== indirectly lost: 0 bytes in 0 blocks ==14076== possibly lost: 528 bytes in 2 blocks ==14076== still reachable: 2,229,741 bytes in 21,272 blocks ==14076== of which reachable via heuristic: ==14076== length64 : 592 bytes in 10 blocks ==14076== newarray : 5,976 bytes in 28 blocks ==14076== suppressed: 253,905 bytes in 3,977 blocks ==14076== Reachable blocks (those to which a pointer was found) are not shown. ==14076== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==14076== ==14076== For counts of detected and suppressed errors, rerun with: -v ==14076== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==14117== Memcheck, a memory error detector ==14117== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14117== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14117== Command: ./syncevo-local-sync ==14117== Parent PID: 14045 ==14117== ==14117== ==14117== HEAP SUMMARY: ==14117== in use at exit: 2,491,286 bytes in 25,307 blocks ==14117== total heap usage: 174,530 allocs, 149,223 frees, 33,735,549 bytes allocated ==14117== ==14117== LEAK SUMMARY: ==14117== definitely lost: 0 bytes in 0 blocks ==14117== indirectly lost: 0 bytes in 0 blocks ==14117== possibly lost: 528 bytes in 2 blocks ==14117== still reachable: 2,229,741 bytes in 21,272 blocks ==14117== of which reachable via heuristic: ==14117== length64 : 592 bytes in 10 blocks ==14117== newarray : 5,976 bytes in 28 blocks ==14117== suppressed: 253,905 bytes in 3,977 blocks ==14117== Reachable blocks (those to which a pointer was found) are not shown. ==14117== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==14117== ==14117== For counts of detected and suppressed errors, rerun with: -v ==14117== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1415== Memcheck, a memory error detector ==1415== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1415== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1415== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart0Skip0 ==1415== Parent PID: 1379 ==1415== ==14183== Memcheck, a memory error detector ==14183== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14183== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14183== Command: ./client-test Client::Sync::eds_task::testItems ==14183== Parent PID: 14045 ==14183== ==14191== Memcheck, a memory error detector ==14191== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14191== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14191== Command: ./syncevo-local-sync ==14191== Parent PID: 14045 ==14191== ==14191== ==14191== HEAP SUMMARY: ==14191== in use at exit: 2,491,214 bytes in 25,305 blocks ==14191== total heap usage: 180,307 allocs, 155,002 frees, 34,365,763 bytes allocated ==14191== ==14191== LEAK SUMMARY: ==14191== definitely lost: 0 bytes in 0 blocks ==14191== indirectly lost: 0 bytes in 0 blocks ==14191== possibly lost: 528 bytes in 2 blocks ==14191== still reachable: 2,229,741 bytes in 21,272 blocks ==14191== of which reachable via heuristic: ==14191== length64 : 592 bytes in 10 blocks ==14191== newarray : 5,976 bytes in 28 blocks ==14191== suppressed: 253,833 bytes in 3,975 blocks ==14191== Reachable blocks (those to which a pointer was found) are not shown. ==14191== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==14191== ==14191== For counts of detected and suppressed errors, rerun with: -v ==14191== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==14208== Memcheck, a memory error detector ==14208== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14208== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14208== Command: ./syncevo-local-sync ==14208== Parent PID: 14045 ==14208== ==14208== ==14208== HEAP SUMMARY: ==14208== in use at exit: 2,491,278 bytes in 25,307 blocks ==14208== total heap usage: 177,575 allocs, 152,268 frees, 34,029,019 bytes allocated ==14208== ==14208== LEAK SUMMARY: ==14208== definitely lost: 0 bytes in 0 blocks ==14208== indirectly lost: 0 bytes in 0 blocks ==14208== possibly lost: 528 bytes in 2 blocks ==14208== still reachable: 2,229,741 bytes in 21,272 blocks ==14208== of which reachable via heuristic: ==14208== length64 : 592 bytes in 10 blocks ==14208== newarray : 5,976 bytes in 28 blocks ==14208== suppressed: 253,897 bytes in 3,977 blocks ==14208== Reachable blocks (those to which a pointer was found) are not shown. ==14208== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==14208== ==14208== For counts of detected and suppressed errors, rerun with: -v ==14208== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1423== Memcheck, a memory error detector ==1423== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1423== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1423== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart0Skip0 ==1423== Parent PID: 1379 ==1423== ==14246== Memcheck, a memory error detector ==14246== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14246== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14246== Command: ./client-test Client::Sync::eds_task::testItems ==14246== Parent PID: 14045 ==14246== ==14250== Memcheck, a memory error detector ==14250== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14250== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14250== Command: ./client-test Client::Sync::eds_task::testItemsXML ==14250== Parent PID: 112 ==14250== ==14250== ==14250== HEAP SUMMARY: ==14250== in use at exit: 2,887,805 bytes in 29,941 blocks ==14250== total heap usage: 1,108,867 allocs, 1,078,869 frees, 158,218,167 bytes allocated ==14250== ==14250== LEAK SUMMARY: ==14250== definitely lost: 0 bytes in 0 blocks ==14250== indirectly lost: 0 bytes in 0 blocks ==14250== possibly lost: 1,392 bytes in 4 blocks ==14250== still reachable: 2,238,333 bytes in 21,424 blocks ==14250== of which reachable via heuristic: ==14250== length64 : 5,120 bytes in 80 blocks ==14250== newarray : 6,312 bytes in 49 blocks ==14250== suppressed: 577,816 bytes in 7,979 blocks ==14250== Reachable blocks (those to which a pointer was found) are not shown. ==14250== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==14250== ==14250== For counts of detected and suppressed errors, rerun with: -v ==14250== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==14281== Memcheck, a memory error detector ==14281== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14281== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14281== Command: ./syncevo-local-sync ==14281== Parent PID: 14250 ==14281== ==14281== ==14281== HEAP SUMMARY: ==14281== in use at exit: 2,491,270 bytes in 25,307 blocks ==14281== total heap usage: 176,731 allocs, 151,424 frees, 33,915,786 bytes allocated ==14281== ==14281== LEAK SUMMARY: ==14281== definitely lost: 0 bytes in 0 blocks ==14281== indirectly lost: 0 bytes in 0 blocks ==14281== possibly lost: 528 bytes in 2 blocks ==14281== still reachable: 2,229,741 bytes in 21,272 blocks ==14281== of which reachable via heuristic: ==14281== length64 : 592 bytes in 10 blocks ==14281== newarray : 5,976 bytes in 28 blocks ==14281== suppressed: 253,889 bytes in 3,977 blocks ==14281== Reachable blocks (those to which a pointer was found) are not shown. ==14281== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==14281== ==14281== For counts of detected and suppressed errors, rerun with: -v ==14281== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==143== Memcheck, a memory error detector ==143== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==143== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==143== Command: ./client-test Client::Source::apple_caldav::testLocalDeleteAll ==143== Parent PID: 112 ==143== ==143== ==143== HEAP SUMMARY: ==143== in use at exit: 522,245 bytes in 5,617 blocks ==143== total heap usage: 164,266 allocs, 158,592 frees, 28,644,636 bytes allocated ==143== ==143== LEAK SUMMARY: ==143== definitely lost: 0 bytes in 0 blocks ==143== indirectly lost: 0 bytes in 0 blocks ==143== possibly lost: 1,392 bytes in 4 blocks ==143== still reachable: 237,467 bytes in 1,244 blocks ==143== of which reachable via heuristic: ==143== length64 : 1,032 bytes in 18 blocks ==143== newarray : 5,976 bytes in 28 blocks ==143== suppressed: 271,866 bytes in 4,285 blocks ==143== Reachable blocks (those to which a pointer was found) are not shown. ==143== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==143== ==143== For counts of detected and suppressed errors, rerun with: -v ==143== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==1431== Memcheck, a memory error detector ==1431== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1431== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1431== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart0Skip0 ==1431== Parent PID: 1379 ==1431== ==14322== Memcheck, a memory error detector ==14322== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14322== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14322== Command: ./syncevo-local-sync ==14322== Parent PID: 14250 ==14322== ==14322== ==14322== HEAP SUMMARY: ==14322== in use at exit: 2,491,286 bytes in 25,307 blocks ==14322== total heap usage: 174,538 allocs, 149,231 frees, 33,736,379 bytes allocated ==14322== ==14322== LEAK SUMMARY: ==14322== definitely lost: 0 bytes in 0 blocks ==14322== indirectly lost: 0 bytes in 0 blocks ==14322== possibly lost: 528 bytes in 2 blocks ==14322== still reachable: 2,229,741 bytes in 21,272 blocks ==14322== of which reachable via heuristic: ==14322== length64 : 592 bytes in 10 blocks ==14322== newarray : 5,976 bytes in 28 blocks ==14322== suppressed: 253,905 bytes in 3,977 blocks ==14322== Reachable blocks (those to which a pointer was found) are not shown. ==14322== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==14322== ==14322== For counts of detected and suppressed errors, rerun with: -v ==14322== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==14388== Memcheck, a memory error detector ==14388== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14388== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14388== Command: ./client-test Client::Sync::eds_task::testItemsXML ==14388== Parent PID: 14250 ==14388== ==1439== Memcheck, a memory error detector ==1439== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1439== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1439== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart0Skip0 ==1439== Parent PID: 1379 ==1439== ==14396== Memcheck, a memory error detector ==14396== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14396== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14396== Command: ./syncevo-local-sync ==14396== Parent PID: 14250 ==14396== ==14396== ==14396== HEAP SUMMARY: ==14396== in use at exit: 2,491,286 bytes in 25,307 blocks ==14396== total heap usage: 180,309 allocs, 155,002 frees, 34,366,127 bytes allocated ==14396== ==14396== LEAK SUMMARY: ==14396== definitely lost: 0 bytes in 0 blocks ==14396== indirectly lost: 0 bytes in 0 blocks ==14396== possibly lost: 528 bytes in 2 blocks ==14396== still reachable: 2,229,741 bytes in 21,272 blocks ==14396== of which reachable via heuristic: ==14396== length64 : 592 bytes in 10 blocks ==14396== newarray : 5,976 bytes in 28 blocks ==14396== suppressed: 253,905 bytes in 3,977 blocks ==14396== Reachable blocks (those to which a pointer was found) are not shown. ==14396== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==14396== ==14396== For counts of detected and suppressed errors, rerun with: -v ==14396== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==14412== Memcheck, a memory error detector ==14412== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14412== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14412== Command: ./syncevo-local-sync ==14412== Parent PID: 14250 ==14412== ==14412== ==14412== HEAP SUMMARY: ==14412== in use at exit: 2,491,286 bytes in 25,307 blocks ==14412== total heap usage: 177,581 allocs, 152,274 frees, 34,029,673 bytes allocated ==14412== ==14412== LEAK SUMMARY: ==14412== definitely lost: 0 bytes in 0 blocks ==14412== indirectly lost: 0 bytes in 0 blocks ==14412== possibly lost: 528 bytes in 2 blocks ==14412== still reachable: 2,229,741 bytes in 21,272 blocks ==14412== of which reachable via heuristic: ==14412== length64 : 592 bytes in 10 blocks ==14412== newarray : 5,976 bytes in 28 blocks ==14412== suppressed: 253,905 bytes in 3,977 blocks ==14412== Reachable blocks (those to which a pointer was found) are not shown. ==14412== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==14412== ==14412== For counts of detected and suppressed errors, rerun with: -v ==14412== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==14450== Memcheck, a memory error detector ==14450== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14450== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14450== Command: ./client-test Client::Sync::eds_task::testItemsXML ==14450== Parent PID: 14250 ==14450== ==14454== Memcheck, a memory error detector ==14454== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14454== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14454== Command: ./client-test Client::Sync::eds_task::testMaxMsg ==14454== Parent PID: 112 ==14454== ==14454== ==14454== HEAP SUMMARY: ==14454== in use at exit: 2,889,373 bytes in 29,979 blocks ==14454== total heap usage: 1,383,443 allocs, 1,353,407 frees, 208,770,371 bytes allocated ==14454== ==14454== LEAK SUMMARY: ==14454== definitely lost: 0 bytes in 0 blocks ==14454== indirectly lost: 0 bytes in 0 blocks ==14454== possibly lost: 1,392 bytes in 4 blocks ==14454== still reachable: 2,238,549 bytes in 21,425 blocks ==14454== of which reachable via heuristic: ==14454== length64 : 5,120 bytes in 80 blocks ==14454== newarray : 6,312 bytes in 49 blocks ==14454== suppressed: 579,336 bytes in 8,018 blocks ==14454== Reachable blocks (those to which a pointer was found) are not shown. ==14454== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==14454== ==14454== For counts of detected and suppressed errors, rerun with: -v ==14454== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==1447== Memcheck, a memory error detector ==1447== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1447== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1447== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart0Skip0 ==1447== Parent PID: 1379 ==1447== ==14485== Memcheck, a memory error detector ==14485== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14485== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14485== Command: ./syncevo-local-sync ==14485== Parent PID: 14454 ==14485== ==14485== ==14485== HEAP SUMMARY: ==14485== in use at exit: 2,491,214 bytes in 25,305 blocks ==14485== total heap usage: 176,733 allocs, 151,428 frees, 33,915,724 bytes allocated ==14485== ==14485== LEAK SUMMARY: ==14485== definitely lost: 0 bytes in 0 blocks ==14485== indirectly lost: 0 bytes in 0 blocks ==14485== possibly lost: 528 bytes in 2 blocks ==14485== still reachable: 2,229,741 bytes in 21,272 blocks ==14485== of which reachable via heuristic: ==14485== length64 : 592 bytes in 10 blocks ==14485== newarray : 5,976 bytes in 28 blocks ==14485== suppressed: 253,833 bytes in 3,975 blocks ==14485== Reachable blocks (those to which a pointer was found) are not shown. ==14485== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==14485== ==14485== For counts of detected and suppressed errors, rerun with: -v ==14485== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==14525== Memcheck, a memory error detector ==14525== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14525== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14525== Command: ./syncevo-local-sync ==14525== Parent PID: 14454 ==14525== ==14525== ==14525== HEAP SUMMARY: ==14525== in use at exit: 2,491,270 bytes in 25,307 blocks ==14525== total heap usage: 174,563 allocs, 149,256 frees, 33,737,871 bytes allocated ==14525== ==14525== LEAK SUMMARY: ==14525== definitely lost: 0 bytes in 0 blocks ==14525== indirectly lost: 0 bytes in 0 blocks ==14525== possibly lost: 528 bytes in 2 blocks ==14525== still reachable: 2,229,741 bytes in 21,272 blocks ==14525== of which reachable via heuristic: ==14525== length64 : 592 bytes in 10 blocks ==14525== newarray : 5,976 bytes in 28 blocks ==14525== suppressed: 253,889 bytes in 3,977 blocks ==14525== Reachable blocks (those to which a pointer was found) are not shown. ==14525== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==14525== ==14525== For counts of detected and suppressed errors, rerun with: -v ==14525== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1455== Memcheck, a memory error detector ==1455== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1455== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1455== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart0Skip0 ==1455== Parent PID: 1379 ==1455== ==14554== Memcheck, a memory error detector ==14554== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14554== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14554== Command: ./syncevo-local-sync ==14554== Parent PID: 14454 ==14554== ==14554== ==14554== HEAP SUMMARY: ==14554== in use at exit: 2,491,286 bytes in 25,307 blocks ==14554== total heap usage: 315,469 allocs, 290,162 frees, 50,346,196 bytes allocated ==14554== ==14554== LEAK SUMMARY: ==14554== definitely lost: 0 bytes in 0 blocks ==14554== indirectly lost: 0 bytes in 0 blocks ==14554== possibly lost: 528 bytes in 2 blocks ==14554== still reachable: 2,229,741 bytes in 21,272 blocks ==14554== of which reachable via heuristic: ==14554== length64 : 592 bytes in 10 blocks ==14554== newarray : 5,976 bytes in 28 blocks ==14554== suppressed: 253,905 bytes in 3,977 blocks ==14554== Reachable blocks (those to which a pointer was found) are not shown. ==14554== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==14554== ==14554== For counts of detected and suppressed errors, rerun with: -v ==14554== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==14570== Memcheck, a memory error detector ==14570== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14570== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14570== Command: ./syncevo-local-sync ==14570== Parent PID: 14454 ==14570== ==14570== ==14570== HEAP SUMMARY: ==14570== in use at exit: 2,491,270 bytes in 25,307 blocks ==14570== total heap usage: 272,436 allocs, 247,129 frees, 62,087,195 bytes allocated ==14570== ==14570== LEAK SUMMARY: ==14570== definitely lost: 0 bytes in 0 blocks ==14570== indirectly lost: 0 bytes in 0 blocks ==14570== possibly lost: 528 bytes in 2 blocks ==14570== still reachable: 2,229,741 bytes in 21,272 blocks ==14570== of which reachable via heuristic: ==14570== length64 : 592 bytes in 10 blocks ==14570== newarray : 5,976 bytes in 28 blocks ==14570== suppressed: 253,889 bytes in 3,977 blocks ==14570== Reachable blocks (those to which a pointer was found) are not shown. ==14570== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==14570== ==14570== For counts of detected and suppressed errors, rerun with: -v ==14570== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==14607== Memcheck, a memory error detector ==14607== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14607== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14607== Command: ./client-test Client::Sync::eds_task::testMaxMsg ==14607== Parent PID: 14454 ==14607== ==14611== Memcheck, a memory error detector ==14611== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14611== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14611== Command: ./client-test Client::Sync::eds_task::testLargeObject ==14611== Parent PID: 112 ==14611== ==14611== ==14611== HEAP SUMMARY: ==14611== in use at exit: 2,887,509 bytes in 29,926 blocks ==14611== total heap usage: 1,674,181 allocs, 1,644,198 frees, 219,212,934 bytes allocated ==14611== ==14611== LEAK SUMMARY: ==14611== definitely lost: 0 bytes in 0 blocks ==14611== indirectly lost: 0 bytes in 0 blocks ==14611== possibly lost: 1,392 bytes in 4 blocks ==14611== still reachable: 2,238,109 bytes in 21,423 blocks ==14611== of which reachable via heuristic: ==14611== length64 : 5,120 bytes in 80 blocks ==14611== newarray : 6,312 bytes in 49 blocks ==14611== suppressed: 577,744 bytes in 7,965 blocks ==14611== Reachable blocks (those to which a pointer was found) are not shown. ==14611== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==14611== ==14611== For counts of detected and suppressed errors, rerun with: -v ==14611== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==1463== Memcheck, a memory error detector ==1463== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1463== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1463== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart0Skip0 ==1463== Parent PID: 1379 ==1463== ==14643== Memcheck, a memory error detector ==14643== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14643== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14643== Command: ./syncevo-local-sync ==14643== Parent PID: 14611 ==14643== ==14643== ==14643== HEAP SUMMARY: ==14643== in use at exit: 2,491,278 bytes in 25,307 blocks ==14643== total heap usage: 271,918 allocs, 246,611 frees, 44,773,577 bytes allocated ==14643== ==14643== LEAK SUMMARY: ==14643== definitely lost: 0 bytes in 0 blocks ==14643== indirectly lost: 0 bytes in 0 blocks ==14643== possibly lost: 528 bytes in 2 blocks ==14643== still reachable: 2,229,741 bytes in 21,272 blocks ==14643== of which reachable via heuristic: ==14643== length64 : 592 bytes in 10 blocks ==14643== newarray : 5,976 bytes in 28 blocks ==14643== suppressed: 253,897 bytes in 3,977 blocks ==14643== Reachable blocks (those to which a pointer was found) are not shown. ==14643== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==14643== ==14643== For counts of detected and suppressed errors, rerun with: -v ==14643== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==14683== Memcheck, a memory error detector ==14683== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14683== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14683== Command: ./syncevo-local-sync ==14683== Parent PID: 14611 ==14683== ==14683== ==14683== HEAP SUMMARY: ==14683== in use at exit: 2,491,286 bytes in 25,307 blocks ==14683== total heap usage: 204,393 allocs, 179,086 frees, 37,383,802 bytes allocated ==14683== ==14683== LEAK SUMMARY: ==14683== definitely lost: 0 bytes in 0 blocks ==14683== indirectly lost: 0 bytes in 0 blocks ==14683== possibly lost: 528 bytes in 2 blocks ==14683== still reachable: 2,229,741 bytes in 21,272 blocks ==14683== of which reachable via heuristic: ==14683== length64 : 592 bytes in 10 blocks ==14683== newarray : 5,976 bytes in 28 blocks ==14683== suppressed: 253,905 bytes in 3,977 blocks ==14683== Reachable blocks (those to which a pointer was found) are not shown. ==14683== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==14683== ==14683== For counts of detected and suppressed errors, rerun with: -v ==14683== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==147== Memcheck, a memory error detector ==147== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==147== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==147== Command: ./client-test Client::Source::apple_caldav::testComplexInsert ==147== Parent PID: 112 ==147== ==147== ==147== HEAP SUMMARY: ==147== in use at exit: 436,449 bytes in 5,358 blocks ==147== total heap usage: 158,973 allocs, 153,557 frees, 25,058,306 bytes allocated ==147== ==147== LEAK SUMMARY: ==147== definitely lost: 0 bytes in 0 blocks ==147== indirectly lost: 0 bytes in 0 blocks ==147== possibly lost: 1,392 bytes in 4 blocks ==147== still reachable: 151,663 bytes in 985 blocks ==147== of which reachable via heuristic: ==147== length64 : 1,032 bytes in 18 blocks ==147== newarray : 5,976 bytes in 28 blocks ==147== suppressed: 271,874 bytes in 4,285 blocks ==147== Reachable blocks (those to which a pointer was found) are not shown. ==147== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==147== ==147== For counts of detected and suppressed errors, rerun with: -v ==147== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==1471== Memcheck, a memory error detector ==1471== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1471== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1471== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart0Skip0 ==1471== Parent PID: 1379 ==1471== ==14711== Memcheck, a memory error detector ==14711== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14711== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14711== Command: ./syncevo-local-sync ==14711== Parent PID: 14611 ==14711== ==14711== ==14711== HEAP SUMMARY: ==14711== in use at exit: 2,491,270 bytes in 25,307 blocks ==14711== total heap usage: 315,461 allocs, 290,154 frees, 50,345,654 bytes allocated ==14711== ==14711== LEAK SUMMARY: ==14711== definitely lost: 0 bytes in 0 blocks ==14711== indirectly lost: 0 bytes in 0 blocks ==14711== possibly lost: 528 bytes in 2 blocks ==14711== still reachable: 2,229,741 bytes in 21,272 blocks ==14711== of which reachable via heuristic: ==14711== length64 : 592 bytes in 10 blocks ==14711== newarray : 5,976 bytes in 28 blocks ==14711== suppressed: 253,889 bytes in 3,977 blocks ==14711== Reachable blocks (those to which a pointer was found) are not shown. ==14711== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==14711== ==14711== For counts of detected and suppressed errors, rerun with: -v ==14711== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==14728== Memcheck, a memory error detector ==14728== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14728== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14728== Command: ./syncevo-local-sync ==14728== Parent PID: 14611 ==14728== ==14728== ==14728== HEAP SUMMARY: ==14728== in use at exit: 2,491,302 bytes in 25,307 blocks ==14728== total heap usage: 289,699 allocs, 264,392 frees, 43,547,162 bytes allocated ==14728== ==14728== LEAK SUMMARY: ==14728== definitely lost: 0 bytes in 0 blocks ==14728== indirectly lost: 0 bytes in 0 blocks ==14728== possibly lost: 528 bytes in 2 blocks ==14728== still reachable: 2,229,741 bytes in 21,272 blocks ==14728== of which reachable via heuristic: ==14728== length64 : 592 bytes in 10 blocks ==14728== newarray : 5,976 bytes in 28 blocks ==14728== suppressed: 253,921 bytes in 3,977 blocks ==14728== Reachable blocks (those to which a pointer was found) are not shown. ==14728== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==14728== ==14728== For counts of detected and suppressed errors, rerun with: -v ==14728== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==14765== Memcheck, a memory error detector ==14765== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14765== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14765== Command: ./client-test Client::Sync::eds_task::testLargeObject ==14765== Parent PID: 14611 ==14765== ==14769== Memcheck, a memory error detector ==14769== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14769== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14769== Command: ./client-test Client::Sync::eds_task::testOneWayFromServer ==14769== Parent PID: 112 ==14769== ==14769== ==14769== HEAP SUMMARY: ==14769== in use at exit: 2,885,820 bytes in 29,913 blocks ==14769== total heap usage: 2,200,577 allocs, 2,170,603 frees, 305,976,089 bytes allocated ==14769== ==14769== LEAK SUMMARY: ==14769== definitely lost: 0 bytes in 0 blocks ==14769== indirectly lost: 0 bytes in 0 blocks ==14769== possibly lost: 1,392 bytes in 4 blocks ==14769== still reachable: 2,238,429 bytes in 21,425 blocks ==14769== of which reachable via heuristic: ==14769== length64 : 5,120 bytes in 80 blocks ==14769== newarray : 6,312 bytes in 49 blocks ==14769== suppressed: 575,735 bytes in 7,950 blocks ==14769== Reachable blocks (those to which a pointer was found) are not shown. ==14769== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==14769== ==14769== For counts of detected and suppressed errors, rerun with: -v ==14769== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==1479== Memcheck, a memory error detector ==1479== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1479== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1479== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart0Skip0 ==1479== Parent PID: 1379 ==1479== ==14801== Memcheck, a memory error detector ==14801== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14801== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14801== Command: ./syncevo-local-sync ==14801== Parent PID: 14769 ==14801== ==14801== ==14801== HEAP SUMMARY: ==14801== in use at exit: 2,491,246 bytes in 25,305 blocks ==14801== total heap usage: 271,803 allocs, 246,498 frees, 44,759,795 bytes allocated ==14801== ==14801== LEAK SUMMARY: ==14801== definitely lost: 0 bytes in 0 blocks ==14801== indirectly lost: 0 bytes in 0 blocks ==14801== possibly lost: 528 bytes in 2 blocks ==14801== still reachable: 2,229,741 bytes in 21,272 blocks ==14801== of which reachable via heuristic: ==14801== length64 : 592 bytes in 10 blocks ==14801== newarray : 5,976 bytes in 28 blocks ==14801== suppressed: 253,865 bytes in 3,975 blocks ==14801== Reachable blocks (those to which a pointer was found) are not shown. ==14801== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==14801== ==14801== For counts of detected and suppressed errors, rerun with: -v ==14801== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==14841== Memcheck, a memory error detector ==14841== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14841== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14841== Command: ./syncevo-local-sync ==14841== Parent PID: 14769 ==14841== ==14841== ==14841== HEAP SUMMARY: ==14841== in use at exit: 2,491,294 bytes in 25,307 blocks ==14841== total heap usage: 204,405 allocs, 179,098 frees, 37,385,128 bytes allocated ==14841== ==14841== LEAK SUMMARY: ==14841== definitely lost: 0 bytes in 0 blocks ==14841== indirectly lost: 0 bytes in 0 blocks ==14841== possibly lost: 528 bytes in 2 blocks ==14841== still reachable: 2,229,741 bytes in 21,272 blocks ==14841== of which reachable via heuristic: ==14841== length64 : 592 bytes in 10 blocks ==14841== newarray : 5,976 bytes in 28 blocks ==14841== suppressed: 253,913 bytes in 3,977 blocks ==14841== Reachable blocks (those to which a pointer was found) are not shown. ==14841== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==14841== ==14841== For counts of detected and suppressed errors, rerun with: -v ==14841== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==14857== Memcheck, a memory error detector ==14857== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14857== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14857== Command: ./syncevo-local-sync ==14857== Parent PID: 14769 ==14857== ==14857== ==14857== HEAP SUMMARY: ==14857== in use at exit: 2,491,270 bytes in 25,307 blocks ==14857== total heap usage: 174,051 allocs, 148,744 frees, 33,634,077 bytes allocated ==14857== ==14857== LEAK SUMMARY: ==14857== definitely lost: 0 bytes in 0 blocks ==14857== indirectly lost: 0 bytes in 0 blocks ==14857== possibly lost: 528 bytes in 2 blocks ==14857== still reachable: 2,229,741 bytes in 21,272 blocks ==14857== of which reachable via heuristic: ==14857== length64 : 592 bytes in 10 blocks ==14857== newarray : 5,976 bytes in 28 blocks ==14857== suppressed: 253,889 bytes in 3,977 blocks ==14857== Reachable blocks (those to which a pointer was found) are not shown. ==14857== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==14857== ==14857== For counts of detected and suppressed errors, rerun with: -v ==14857== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1487== Memcheck, a memory error detector ==1487== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1487== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1487== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart0Skip1 ==1487== Parent PID: 112 ==1487== ==1487== ==1487== HEAP SUMMARY: ==1487== in use at exit: 486,863 bytes in 5,477 blocks ==1487== total heap usage: 235,648 allocs, 230,106 frees, 35,768,054 bytes allocated ==1487== ==1487== LEAK SUMMARY: ==1487== definitely lost: 0 bytes in 0 blocks ==1487== indirectly lost: 0 bytes in 0 blocks ==1487== possibly lost: 1,392 bytes in 4 blocks ==1487== still reachable: 202,140 bytes in 1,106 blocks ==1487== of which reachable via heuristic: ==1487== length64 : 1,032 bytes in 18 blocks ==1487== newarray : 5,976 bytes in 28 blocks ==1487== suppressed: 271,811 bytes in 4,283 blocks ==1487== Reachable blocks (those to which a pointer was found) are not shown. ==1487== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1487== ==1487== For counts of detected and suppressed errors, rerun with: -v ==1487== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==14909== Memcheck, a memory error detector ==14909== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14909== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14909== Command: ./syncevo-local-sync ==14909== Parent PID: 14769 ==14909== ==14909== ==14909== HEAP SUMMARY: ==14909== in use at exit: 2,491,278 bytes in 25,307 blocks ==14909== total heap usage: 178,948 allocs, 153,641 frees, 34,178,622 bytes allocated ==14909== ==14909== LEAK SUMMARY: ==14909== definitely lost: 0 bytes in 0 blocks ==14909== indirectly lost: 0 bytes in 0 blocks ==14909== possibly lost: 528 bytes in 2 blocks ==14909== still reachable: 2,229,741 bytes in 21,272 blocks ==14909== of which reachable via heuristic: ==14909== length64 : 592 bytes in 10 blocks ==14909== newarray : 5,976 bytes in 28 blocks ==14909== suppressed: 253,897 bytes in 3,977 blocks ==14909== Reachable blocks (those to which a pointer was found) are not shown. ==14909== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==14909== ==14909== For counts of detected and suppressed errors, rerun with: -v ==14909== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1491== Memcheck, a memory error detector ==1491== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1491== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1491== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart0Skip1 ==1491== Parent PID: 1487 ==1491== ==14961== Memcheck, a memory error detector ==14961== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14961== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14961== Command: ./syncevo-local-sync ==14961== Parent PID: 14769 ==14961== ==14961== ==14961== HEAP SUMMARY: ==14961== in use at exit: 2,491,270 bytes in 25,307 blocks ==14961== total heap usage: 177,929 allocs, 152,622 frees, 34,070,495 bytes allocated ==14961== ==14961== LEAK SUMMARY: ==14961== definitely lost: 0 bytes in 0 blocks ==14961== indirectly lost: 0 bytes in 0 blocks ==14961== possibly lost: 528 bytes in 2 blocks ==14961== still reachable: 2,229,741 bytes in 21,272 blocks ==14961== of which reachable via heuristic: ==14961== length64 : 592 bytes in 10 blocks ==14961== newarray : 5,976 bytes in 28 blocks ==14961== suppressed: 253,889 bytes in 3,977 blocks ==14961== Reachable blocks (those to which a pointer was found) are not shown. ==14961== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==14961== ==14961== For counts of detected and suppressed errors, rerun with: -v ==14961== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1499== Memcheck, a memory error detector ==1499== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1499== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1499== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart0Skip1 ==1499== Parent PID: 1487 ==1499== ==14990== Memcheck, a memory error detector ==14990== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14990== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14990== Command: ./syncevo-local-sync ==14990== Parent PID: 14769 ==14990== ==14990== ==14990== HEAP SUMMARY: ==14990== in use at exit: 3,216,982 bytes in 27,631 blocks ==14990== total heap usage: 171,376 allocs, 143,745 frees, 32,563,806 bytes allocated ==14990== ==14990== LEAK SUMMARY: ==14990== definitely lost: 0 bytes in 0 blocks ==14990== indirectly lost: 0 bytes in 0 blocks ==14990== possibly lost: 528 bytes in 2 blocks ==14990== still reachable: 2,955,461 bytes in 23,596 blocks ==14990== of which reachable via heuristic: ==14990== length64 : 592 bytes in 10 blocks ==14990== newarray : 12,912 bytes in 223 blocks ==14990== suppressed: 253,881 bytes in 3,977 blocks ==14990== Reachable blocks (those to which a pointer was found) are not shown. ==14990== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==14990== ==14990== For counts of detected and suppressed errors, rerun with: -v ==14990== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==15054== Memcheck, a memory error detector ==15054== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==15054== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==15054== Command: ./syncevo-local-sync ==15054== Parent PID: 14769 ==15054== ==15054== ==15054== HEAP SUMMARY: ==15054== in use at exit: 2,491,286 bytes in 25,307 blocks ==15054== total heap usage: 174,519 allocs, 149,212 frees, 33,714,763 bytes allocated ==15054== ==15054== LEAK SUMMARY: ==15054== definitely lost: 0 bytes in 0 blocks ==15054== indirectly lost: 0 bytes in 0 blocks ==15054== possibly lost: 528 bytes in 2 blocks ==15054== still reachable: 2,229,741 bytes in 21,272 blocks ==15054== of which reachable via heuristic: ==15054== length64 : 592 bytes in 10 blocks ==15054== newarray : 5,976 bytes in 28 blocks ==15054== suppressed: 253,905 bytes in 3,977 blocks ==15054== Reachable blocks (those to which a pointer was found) are not shown. ==15054== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==15054== ==15054== For counts of detected and suppressed errors, rerun with: -v ==15054== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1507== Memcheck, a memory error detector ==1507== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1507== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1507== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart0Skip1 ==1507== Parent PID: 1487 ==1507== ==15082== Memcheck, a memory error detector ==15082== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==15082== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==15082== Command: ./syncevo-local-sync ==15082== Parent PID: 14769 ==15082== ==15082== ==15082== HEAP SUMMARY: ==15082== in use at exit: 2,491,270 bytes in 25,307 blocks ==15082== total heap usage: 174,246 allocs, 148,939 frees, 33,692,802 bytes allocated ==15082== ==15082== LEAK SUMMARY: ==15082== definitely lost: 0 bytes in 0 blocks ==15082== indirectly lost: 0 bytes in 0 blocks ==15082== possibly lost: 528 bytes in 2 blocks ==15082== still reachable: 2,229,741 bytes in 21,272 blocks ==15082== of which reachable via heuristic: ==15082== length64 : 592 bytes in 10 blocks ==15082== newarray : 5,976 bytes in 28 blocks ==15082== suppressed: 253,889 bytes in 3,977 blocks ==15082== Reachable blocks (those to which a pointer was found) are not shown. ==15082== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==15082== ==15082== For counts of detected and suppressed errors, rerun with: -v ==15082== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==151== Memcheck, a memory error detector ==151== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==151== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==151== Command: ./client-test Client::Source::apple_caldav::testInsertTwice ==151== Parent PID: 112 ==151== ==151== ==151== HEAP SUMMARY: ==151== in use at exit: 460,931 bytes in 5,401 blocks ==151== total heap usage: 144,921 allocs, 139,413 frees, 23,583,227 bytes allocated ==151== ==151== LEAK SUMMARY: ==151== definitely lost: 0 bytes in 0 blocks ==151== indirectly lost: 0 bytes in 0 blocks ==151== possibly lost: 1,392 bytes in 4 blocks ==151== still reachable: 175,985 bytes in 1,026 blocks ==151== of which reachable via heuristic: ==151== length64 : 1,032 bytes in 18 blocks ==151== newarray : 5,976 bytes in 28 blocks ==151== suppressed: 272,034 bytes in 4,287 blocks ==151== Reachable blocks (those to which a pointer was found) are not shown. ==151== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==151== ==151== For counts of detected and suppressed errors, rerun with: -v ==151== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==15111== Memcheck, a memory error detector ==15111== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==15111== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==15111== Command: ./client-test Client::Sync::eds_task::testOneWayFromClient ==15111== Parent PID: 112 ==15111== ==15111== ==15111== HEAP SUMMARY: ==15111== in use at exit: 2,887,036 bytes in 29,938 blocks ==15111== total heap usage: 1,700,716 allocs, 1,670,718 frees, 247,273,552 bytes allocated ==15111== ==15111== LEAK SUMMARY: ==15111== definitely lost: 0 bytes in 0 blocks ==15111== indirectly lost: 0 bytes in 0 blocks ==15111== possibly lost: 1,392 bytes in 4 blocks ==15111== still reachable: 2,238,345 bytes in 21,425 blocks ==15111== of which reachable via heuristic: ==15111== length64 : 5,120 bytes in 80 blocks ==15111== newarray : 6,312 bytes in 49 blocks ==15111== suppressed: 577,203 bytes in 7,977 blocks ==15111== Reachable blocks (those to which a pointer was found) are not shown. ==15111== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==15111== ==15111== For counts of detected and suppressed errors, rerun with: -v ==15111== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==15142== Memcheck, a memory error detector ==15142== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==15142== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==15142== Command: ./syncevo-local-sync ==15142== Parent PID: 15111 ==15142== ==15142== ==15142== HEAP SUMMARY: ==15142== in use at exit: 2,491,246 bytes in 25,305 blocks ==15142== total heap usage: 172,404 allocs, 147,099 frees, 33,456,628 bytes allocated ==15142== ==15142== LEAK SUMMARY: ==15142== definitely lost: 0 bytes in 0 blocks ==15142== indirectly lost: 0 bytes in 0 blocks ==15142== possibly lost: 528 bytes in 2 blocks ==15142== still reachable: 2,229,741 bytes in 21,272 blocks ==15142== of which reachable via heuristic: ==15142== length64 : 592 bytes in 10 blocks ==15142== newarray : 5,976 bytes in 28 blocks ==15142== suppressed: 253,865 bytes in 3,975 blocks ==15142== Reachable blocks (those to which a pointer was found) are not shown. ==15142== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==15142== ==15142== For counts of detected and suppressed errors, rerun with: -v ==15142== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1515== Memcheck, a memory error detector ==1515== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1515== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1515== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart0Skip2 ==1515== Parent PID: 112 ==1515== ==1515== ==1515== HEAP SUMMARY: ==1515== in use at exit: 465,407 bytes in 5,395 blocks ==1515== total heap usage: 202,986 allocs, 197,529 frees, 30,410,863 bytes allocated ==1515== ==1515== LEAK SUMMARY: ==1515== definitely lost: 0 bytes in 0 blocks ==1515== indirectly lost: 0 bytes in 0 blocks ==1515== possibly lost: 1,392 bytes in 4 blocks ==1515== still reachable: 180,636 bytes in 1,022 blocks ==1515== of which reachable via heuristic: ==1515== length64 : 1,032 bytes in 18 blocks ==1515== newarray : 5,976 bytes in 28 blocks ==1515== suppressed: 271,859 bytes in 4,285 blocks ==1515== Reachable blocks (those to which a pointer was found) are not shown. ==1515== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1515== ==1515== For counts of detected and suppressed errors, rerun with: -v ==1515== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==15182== Memcheck, a memory error detector ==15182== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==15182== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==15182== Command: ./syncevo-local-sync ==15182== Parent PID: 15111 ==15182== ==15182== ==15182== HEAP SUMMARY: ==15182== in use at exit: 3,214,063 bytes in 27,622 blocks ==15182== total heap usage: 171,029 allocs, 143,407 frees, 32,526,016 bytes allocated ==15182== ==15182== LEAK SUMMARY: ==15182== definitely lost: 0 bytes in 0 blocks ==15182== indirectly lost: 0 bytes in 0 blocks ==15182== possibly lost: 528 bytes in 2 blocks ==15182== still reachable: 2,952,574 bytes in 23,589 blocks ==15182== of which reachable via heuristic: ==15182== length64 : 592 bytes in 10 blocks ==15182== newarray : 12,912 bytes in 223 blocks ==15182== suppressed: 253,849 bytes in 3,975 blocks ==15182== Reachable blocks (those to which a pointer was found) are not shown. ==15182== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==15182== ==15182== For counts of detected and suppressed errors, rerun with: -v ==15182== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1519== Memcheck, a memory error detector ==1519== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1519== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1519== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart0Skip2 ==1519== Parent PID: 1515 ==1519== ==15222== Memcheck, a memory error detector ==15222== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==15222== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==15222== Command: ./syncevo-local-sync ==15222== Parent PID: 15111 ==15222== ==15222== ==15222== HEAP SUMMARY: ==15222== in use at exit: 2,491,230 bytes in 25,305 blocks ==15222== total heap usage: 172,424 allocs, 147,119 frees, 33,458,406 bytes allocated ==15222== ==15222== LEAK SUMMARY: ==15222== definitely lost: 0 bytes in 0 blocks ==15222== indirectly lost: 0 bytes in 0 blocks ==15222== possibly lost: 528 bytes in 2 blocks ==15222== still reachable: 2,229,741 bytes in 21,272 blocks ==15222== of which reachable via heuristic: ==15222== length64 : 592 bytes in 10 blocks ==15222== newarray : 5,976 bytes in 28 blocks ==15222== suppressed: 253,849 bytes in 3,975 blocks ==15222== Reachable blocks (those to which a pointer was found) are not shown. ==15222== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==15222== ==15222== For counts of detected and suppressed errors, rerun with: -v ==15222== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==15262== Memcheck, a memory error detector ==15262== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==15262== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==15262== Command: ./syncevo-local-sync ==15262== Parent PID: 15111 ==15262== ==15262== ==15262== HEAP SUMMARY: ==15262== in use at exit: 3,214,103 bytes in 27,624 blocks ==15262== total heap usage: 171,034 allocs, 143,410 frees, 32,526,156 bytes allocated ==15262== ==15262== LEAK SUMMARY: ==15262== definitely lost: 0 bytes in 0 blocks ==15262== indirectly lost: 0 bytes in 0 blocks ==15262== possibly lost: 528 bytes in 2 blocks ==15262== still reachable: 2,952,574 bytes in 23,589 blocks ==15262== of which reachable via heuristic: ==15262== length64 : 592 bytes in 10 blocks ==15262== newarray : 12,912 bytes in 223 blocks ==15262== suppressed: 253,889 bytes in 3,977 blocks ==15262== Reachable blocks (those to which a pointer was found) are not shown. ==15262== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==15262== ==15262== For counts of detected and suppressed errors, rerun with: -v ==15262== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1527== Memcheck, a memory error detector ==1527== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1527== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1527== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart0Skip2 ==1527== Parent PID: 1515 ==1527== ==15314== Memcheck, a memory error detector ==15314== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==15314== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==15314== Command: ./syncevo-local-sync ==15314== Parent PID: 15111 ==15314== ==15314== ==15314== HEAP SUMMARY: ==15314== in use at exit: 2,491,270 bytes in 25,307 blocks ==15314== total heap usage: 178,957 allocs, 153,650 frees, 34,178,669 bytes allocated ==15314== ==15314== LEAK SUMMARY: ==15314== definitely lost: 0 bytes in 0 blocks ==15314== indirectly lost: 0 bytes in 0 blocks ==15314== possibly lost: 528 bytes in 2 blocks ==15314== still reachable: 2,229,741 bytes in 21,272 blocks ==15314== of which reachable via heuristic: ==15314== length64 : 592 bytes in 10 blocks ==15314== newarray : 5,976 bytes in 28 blocks ==15314== suppressed: 253,889 bytes in 3,977 blocks ==15314== Reachable blocks (those to which a pointer was found) are not shown. ==15314== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==15314== ==15314== For counts of detected and suppressed errors, rerun with: -v ==15314== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1535== Memcheck, a memory error detector ==1535== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1535== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1535== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart0Skip3 ==1535== Parent PID: 112 ==1535== ==1535== ==1535== HEAP SUMMARY: ==1535== in use at exit: 463,631 bytes in 5,388 blocks ==1535== total heap usage: 202,887 allocs, 197,437 frees, 30,387,774 bytes allocated ==1535== ==1535== LEAK SUMMARY: ==1535== definitely lost: 0 bytes in 0 blocks ==1535== indirectly lost: 0 bytes in 0 blocks ==1535== possibly lost: 1,392 bytes in 4 blocks ==1535== still reachable: 178,844 bytes in 1,015 blocks ==1535== of which reachable via heuristic: ==1535== length64 : 1,032 bytes in 18 blocks ==1535== newarray : 5,976 bytes in 28 blocks ==1535== suppressed: 271,875 bytes in 4,285 blocks ==1535== Reachable blocks (those to which a pointer was found) are not shown. ==1535== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1535== ==1535== For counts of detected and suppressed errors, rerun with: -v ==1535== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==15366== Memcheck, a memory error detector ==15366== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==15366== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==15366== Command: ./syncevo-local-sync ==15366== Parent PID: 15111 ==15366== ==15366== ==15366== HEAP SUMMARY: ==15366== in use at exit: 2,491,270 bytes in 25,307 blocks ==15366== total heap usage: 180,058 allocs, 154,751 frees, 34,319,938 bytes allocated ==15366== ==15366== LEAK SUMMARY: ==15366== definitely lost: 0 bytes in 0 blocks ==15366== indirectly lost: 0 bytes in 0 blocks ==15366== possibly lost: 528 bytes in 2 blocks ==15366== still reachable: 2,229,741 bytes in 21,272 blocks ==15366== of which reachable via heuristic: ==15366== length64 : 592 bytes in 10 blocks ==15366== newarray : 5,976 bytes in 28 blocks ==15366== suppressed: 253,889 bytes in 3,977 blocks ==15366== Reachable blocks (those to which a pointer was found) are not shown. ==15366== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==15366== ==15366== For counts of detected and suppressed errors, rerun with: -v ==15366== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1539== Memcheck, a memory error detector ==1539== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1539== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1539== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart0Skip3 ==1539== Parent PID: 1535 ==1539== ==15394== Memcheck, a memory error detector ==15394== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==15394== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==15394== Command: ./syncevo-local-sync ==15394== Parent PID: 15111 ==15394== ==15394== ==15394== HEAP SUMMARY: ==15394== in use at exit: 2,491,310 bytes in 25,307 blocks ==15394== total heap usage: 181,732 allocs, 156,425 frees, 34,438,396 bytes allocated ==15394== ==15394== LEAK SUMMARY: ==15394== definitely lost: 0 bytes in 0 blocks ==15394== indirectly lost: 0 bytes in 0 blocks ==15394== possibly lost: 528 bytes in 2 blocks ==15394== still reachable: 2,229,741 bytes in 21,272 blocks ==15394== of which reachable via heuristic: ==15394== length64 : 592 bytes in 10 blocks ==15394== newarray : 5,976 bytes in 28 blocks ==15394== suppressed: 253,929 bytes in 3,977 blocks ==15394== Reachable blocks (those to which a pointer was found) are not shown. ==15394== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==15394== ==15394== For counts of detected and suppressed errors, rerun with: -v ==15394== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==15410== Memcheck, a memory error detector ==15410== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==15410== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==15410== Command: ./client-test Client::Sync::eds_task::testOneWayFromRemote ==15410== Parent PID: 112 ==15410== ==15410== ==15410== HEAP SUMMARY: ==15410== in use at exit: 2,885,932 bytes in 29,899 blocks ==15410== total heap usage: 1,924,674 allocs, 1,894,714 frees, 279,013,328 bytes allocated ==15410== ==15410== LEAK SUMMARY: ==15410== definitely lost: 0 bytes in 0 blocks ==15410== indirectly lost: 0 bytes in 0 blocks ==15410== possibly lost: 1,392 bytes in 4 blocks ==15410== still reachable: 2,237,685 bytes in 21,418 blocks ==15410== of which reachable via heuristic: ==15410== length64 : 5,120 bytes in 80 blocks ==15410== newarray : 6,312 bytes in 49 blocks ==15410== suppressed: 576,591 bytes in 7,943 blocks ==15410== Reachable blocks (those to which a pointer was found) are not shown. ==15410== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==15410== ==15410== For counts of detected and suppressed errors, rerun with: -v ==15410== ERROR SUMMARY: 4 errors from 4 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: 15410 ==15442== ==15442== ==15442== HEAP SUMMARY: ==15442== in use at exit: 2,491,286 bytes in 25,307 blocks ==15442== total heap usage: 180,274 allocs, 154,967 frees, 34,265,788 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,741 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,905 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) ==1547== Memcheck, a memory error detector ==1547== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1547== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1547== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart0Skip3 ==1547== Parent PID: 1535 ==1547== ==15483== Memcheck, a memory error detector ==15483== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==15483== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==15483== Command: ./syncevo-local-sync ==15483== Parent PID: 15410 ==15483== ==15483== ==15483== HEAP SUMMARY: ==15483== in use at exit: 2,491,294 bytes in 25,307 blocks ==15483== total heap usage: 175,622 allocs, 150,315 frees, 33,860,151 bytes allocated ==15483== ==15483== LEAK SUMMARY: ==15483== definitely lost: 0 bytes in 0 blocks ==15483== indirectly lost: 0 bytes in 0 blocks ==15483== possibly lost: 528 bytes in 2 blocks ==15483== still reachable: 2,229,741 bytes in 21,272 blocks ==15483== of which reachable via heuristic: ==15483== length64 : 592 bytes in 10 blocks ==15483== newarray : 5,976 bytes in 28 blocks ==15483== suppressed: 253,913 bytes in 3,977 blocks ==15483== Reachable blocks (those to which a pointer was found) are not shown. ==15483== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==15483== ==15483== For counts of detected and suppressed errors, rerun with: -v ==15483== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==155== Memcheck, a memory error detector ==155== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==155== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==155== Command: ./client-test Client::Source::apple_caldav::testLocalUpdate ==155== Parent PID: 112 ==155== ==155== ==155== HEAP SUMMARY: ==155== in use at exit: 462,610 bytes in 5,383 blocks ==155== total heap usage: 170,985 allocs, 165,543 frees, 26,355,412 bytes allocated ==155== ==155== LEAK SUMMARY: ==155== definitely lost: 0 bytes in 0 blocks ==155== indirectly lost: 0 bytes in 0 blocks ==155== possibly lost: 1,392 bytes in 4 blocks ==155== still reachable: 177,816 bytes in 1,010 blocks ==155== of which reachable via heuristic: ==155== length64 : 1,032 bytes in 18 blocks ==155== newarray : 5,976 bytes in 28 blocks ==155== suppressed: 271,882 bytes in 4,285 blocks ==155== Reachable blocks (those to which a pointer was found) are not shown. ==155== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==155== ==155== For counts of detected and suppressed errors, rerun with: -v ==155== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==15500== Memcheck, a memory error detector ==15500== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==15500== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==15500== Command: ./syncevo-local-sync ==15500== Parent PID: 15410 ==15500== ==15500== ==15500== HEAP SUMMARY: ==15500== in use at exit: 2,491,286 bytes in 25,307 blocks ==15500== total heap usage: 173,148 allocs, 147,841 frees, 33,578,320 bytes allocated ==15500== ==15500== LEAK SUMMARY: ==15500== definitely lost: 0 bytes in 0 blocks ==15500== indirectly lost: 0 bytes in 0 blocks ==15500== possibly lost: 528 bytes in 2 blocks ==15500== still reachable: 2,229,741 bytes in 21,272 blocks ==15500== of which reachable via heuristic: ==15500== length64 : 592 bytes in 10 blocks ==15500== newarray : 5,976 bytes in 28 blocks ==15500== suppressed: 253,905 bytes in 3,977 blocks ==15500== Reachable blocks (those to which a pointer was found) are not shown. ==15500== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==15500== ==15500== For counts of detected and suppressed errors, rerun with: -v ==15500== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1555== Memcheck, a memory error detector ==1555== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1555== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1555== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart0Skip4 ==1555== Parent PID: 112 ==1555== ==1555== ==1555== HEAP SUMMARY: ==1555== in use at exit: 461,839 bytes in 5,381 blocks ==1555== total heap usage: 171,527 allocs, 166,087 frees, 26,939,956 bytes allocated ==1555== ==1555== LEAK SUMMARY: ==1555== definitely lost: 0 bytes in 0 blocks ==1555== indirectly lost: 0 bytes in 0 blocks ==1555== possibly lost: 1,392 bytes in 4 blocks ==1555== still reachable: 177,052 bytes in 1,008 blocks ==1555== of which reachable via heuristic: ==1555== length64 : 1,032 bytes in 18 blocks ==1555== newarray : 5,976 bytes in 28 blocks ==1555== suppressed: 271,875 bytes in 4,285 blocks ==1555== Reachable blocks (those to which a pointer was found) are not shown. ==1555== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1555== ==1555== For counts of detected and suppressed errors, rerun with: -v ==1555== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==15552== Memcheck, a memory error detector ==15552== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==15552== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==15552== Command: ./syncevo-local-sync ==15552== Parent PID: 15410 ==15552== ==15552== ==15552== HEAP SUMMARY: ==15552== in use at exit: 2,491,270 bytes in 25,307 blocks ==15552== total heap usage: 178,960 allocs, 153,653 frees, 34,179,464 bytes allocated ==15552== ==15552== LEAK SUMMARY: ==15552== definitely lost: 0 bytes in 0 blocks ==15552== indirectly lost: 0 bytes in 0 blocks ==15552== possibly lost: 528 bytes in 2 blocks ==15552== still reachable: 2,229,741 bytes in 21,272 blocks ==15552== of which reachable via heuristic: ==15552== length64 : 592 bytes in 10 blocks ==15552== newarray : 5,976 bytes in 28 blocks ==15552== suppressed: 253,889 bytes in 3,977 blocks ==15552== Reachable blocks (those to which a pointer was found) are not shown. ==15552== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==15552== ==15552== For counts of detected and suppressed errors, rerun with: -v ==15552== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1559== Memcheck, a memory error detector ==1559== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1559== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1559== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart0Skip4 ==1559== Parent PID: 1555 ==1559== ==15606== Memcheck, a memory error detector ==15606== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==15606== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==15606== Command: ./syncevo-local-sync ==15606== Parent PID: 15410 ==15606== ==15606== ==15606== HEAP SUMMARY: ==15606== in use at exit: 2,491,278 bytes in 25,307 blocks ==15606== total heap usage: 177,959 allocs, 152,652 frees, 34,072,674 bytes allocated ==15606== ==15606== LEAK SUMMARY: ==15606== definitely lost: 0 bytes in 0 blocks ==15606== indirectly lost: 0 bytes in 0 blocks ==15606== possibly lost: 528 bytes in 2 blocks ==15606== still reachable: 2,229,741 bytes in 21,272 blocks ==15606== of which reachable via heuristic: ==15606== length64 : 592 bytes in 10 blocks ==15606== newarray : 5,976 bytes in 28 blocks ==15606== suppressed: 253,897 bytes in 3,977 blocks ==15606== Reachable blocks (those to which a pointer was found) are not shown. ==15606== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==15606== ==15606== For counts of detected and suppressed errors, rerun with: -v ==15606== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==15634== Memcheck, a memory error detector ==15634== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==15634== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==15634== Command: ./syncevo-local-sync ==15634== Parent PID: 15410 ==15634== ==15634== ==15634== HEAP SUMMARY: ==15634== in use at exit: 3,216,934 bytes in 27,629 blocks ==15634== total heap usage: 171,380 allocs, 143,751 frees, 32,564,002 bytes allocated ==15634== ==15634== LEAK SUMMARY: ==15634== definitely lost: 0 bytes in 0 blocks ==15634== indirectly lost: 0 bytes in 0 blocks ==15634== possibly lost: 528 bytes in 2 blocks ==15634== still reachable: 2,955,461 bytes in 23,596 blocks ==15634== of which reachable via heuristic: ==15634== length64 : 592 bytes in 10 blocks ==15634== newarray : 12,912 bytes in 223 blocks ==15634== suppressed: 253,833 bytes in 3,975 blocks ==15634== Reachable blocks (those to which a pointer was found) are not shown. ==15634== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==15634== ==15634== For counts of detected and suppressed errors, rerun with: -v ==15634== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1567== Memcheck, a memory error detector ==1567== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1567== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1567== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart0Skip5 ==1567== Parent PID: 112 ==1567== ==1567== ==1567== HEAP SUMMARY: ==1567== in use at exit: 459,991 bytes in 5,372 blocks ==1567== total heap usage: 171,432 allocs, 166,001 frees, 26,905,359 bytes allocated ==1567== ==1567== LEAK SUMMARY: ==1567== definitely lost: 0 bytes in 0 blocks ==1567== indirectly lost: 0 bytes in 0 blocks ==1567== possibly lost: 1,392 bytes in 4 blocks ==1567== still reachable: 175,260 bytes in 1,001 blocks ==1567== of which reachable via heuristic: ==1567== length64 : 1,032 bytes in 18 blocks ==1567== newarray : 5,976 bytes in 28 blocks ==1567== suppressed: 271,819 bytes in 4,283 blocks ==1567== Reachable blocks (those to which a pointer was found) are not shown. ==1567== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1567== ==1567== For counts of detected and suppressed errors, rerun with: -v ==1567== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==15698== Memcheck, a memory error detector ==15698== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==15698== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==15698== Command: ./syncevo-local-sync ==15698== Parent PID: 15410 ==15698== ==15698== ==15698== HEAP SUMMARY: ==15698== in use at exit: 2,491,278 bytes in 25,307 blocks ==15698== total heap usage: 174,505 allocs, 149,198 frees, 33,713,887 bytes allocated ==15698== ==15698== LEAK SUMMARY: ==15698== definitely lost: 0 bytes in 0 blocks ==15698== indirectly lost: 0 bytes in 0 blocks ==15698== possibly lost: 528 bytes in 2 blocks ==15698== still reachable: 2,229,741 bytes in 21,272 blocks ==15698== of which reachable via heuristic: ==15698== length64 : 592 bytes in 10 blocks ==15698== newarray : 5,976 bytes in 28 blocks ==15698== suppressed: 253,897 bytes in 3,977 blocks ==15698== Reachable blocks (those to which a pointer was found) are not shown. ==15698== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==15698== ==15698== For counts of detected and suppressed errors, rerun with: -v ==15698== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1571== Memcheck, a memory error detector ==1571== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1571== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1571== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart0Skip5 ==1571== Parent PID: 1567 ==1571== ==15726== Memcheck, a memory error detector ==15726== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==15726== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==15726== Command: ./syncevo-local-sync ==15726== Parent PID: 15410 ==15726== ==15726== ==15726== HEAP SUMMARY: ==15726== in use at exit: 2,491,286 bytes in 25,307 blocks ==15726== total heap usage: 174,239 allocs, 148,932 frees, 33,692,263 bytes allocated ==15726== ==15726== LEAK SUMMARY: ==15726== definitely lost: 0 bytes in 0 blocks ==15726== indirectly lost: 0 bytes in 0 blocks ==15726== possibly lost: 528 bytes in 2 blocks ==15726== still reachable: 2,229,741 bytes in 21,272 blocks ==15726== of which reachable via heuristic: ==15726== length64 : 592 bytes in 10 blocks ==15726== newarray : 5,976 bytes in 28 blocks ==15726== suppressed: 253,905 bytes in 3,977 blocks ==15726== Reachable blocks (those to which a pointer was found) are not shown. ==15726== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==15726== ==15726== For counts of detected and suppressed errors, rerun with: -v ==15726== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==15754== Memcheck, a memory error detector ==15754== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==15754== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==15754== Command: ./client-test Client::Sync::eds_task::testOneWayFromLocal ==15754== Parent PID: 112 ==15754== ==15754== ==15754== HEAP SUMMARY: ==15754== in use at exit: 2,878,351 bytes in 29,773 blocks ==15754== total heap usage: 1,700,852 allocs, 1,671,019 frees, 247,288,016 bytes allocated ==15754== ==15754== LEAK SUMMARY: ==15754== definitely lost: 0 bytes in 0 blocks ==15754== indirectly lost: 0 bytes in 0 blocks ==15754== possibly lost: 1,392 bytes in 4 blocks ==15754== still reachable: 2,235,205 bytes in 21,403 blocks ==15754== of which reachable via heuristic: ==15754== length64 : 5,120 bytes in 80 blocks ==15754== newarray : 6,312 bytes in 49 blocks ==15754== suppressed: 571,658 bytes in 7,834 blocks ==15754== Reachable blocks (those to which a pointer was found) are not shown. ==15754== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==15754== ==15754== For counts of detected and suppressed errors, rerun with: -v ==15754== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==15785== Memcheck, a memory error detector ==15785== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==15785== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==15785== Command: ./syncevo-local-sync ==15785== Parent PID: 15754 ==15785== ==15785== ==15785== HEAP SUMMARY: ==15785== in use at exit: 2,491,278 bytes in 25,307 blocks ==15785== total heap usage: 172,429 allocs, 147,122 frees, 33,458,454 bytes allocated ==15785== ==15785== LEAK SUMMARY: ==15785== definitely lost: 0 bytes in 0 blocks ==15785== indirectly lost: 0 bytes in 0 blocks ==15785== possibly lost: 528 bytes in 2 blocks ==15785== still reachable: 2,229,741 bytes in 21,272 blocks ==15785== of which reachable via heuristic: ==15785== length64 : 592 bytes in 10 blocks ==15785== newarray : 5,976 bytes in 28 blocks ==15785== suppressed: 253,897 bytes in 3,977 blocks ==15785== Reachable blocks (those to which a pointer was found) are not shown. ==15785== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==15785== ==15785== For counts of detected and suppressed errors, rerun with: -v ==15785== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1579== Memcheck, a memory error detector ==1579== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1579== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1579== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart0Skip6 ==1579== Parent PID: 112 ==1579== ==1579== ==1579== HEAP SUMMARY: ==1579== in use at exit: 460,039 bytes in 5,374 blocks ==1579== total heap usage: 171,423 allocs, 165,990 frees, 26,905,019 bytes allocated ==1579== ==1579== LEAK SUMMARY: ==1579== definitely lost: 0 bytes in 0 blocks ==1579== indirectly lost: 0 bytes in 0 blocks ==1579== possibly lost: 1,392 bytes in 4 blocks ==1579== still reachable: 175,260 bytes in 1,001 blocks ==1579== of which reachable via heuristic: ==1579== length64 : 1,032 bytes in 18 blocks ==1579== newarray : 5,976 bytes in 28 blocks ==1579== suppressed: 271,867 bytes in 4,285 blocks ==1579== Reachable blocks (those to which a pointer was found) are not shown. ==1579== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1579== ==1579== For counts of detected and suppressed errors, rerun with: -v ==1579== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==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: 15754 ==15826== ==15826== ==15826== HEAP SUMMARY: ==15826== in use at exit: 3,214,099 bytes in 27,624 blocks ==15826== total heap usage: 171,052 allocs, 143,428 frees, 32,526,936 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,952,570 bytes in 23,589 blocks ==15826== of which reachable via heuristic: ==15826== length64 : 592 bytes in 10 blocks ==15826== newarray : 12,912 bytes in 223 blocks ==15826== suppressed: 253,889 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) ==1583== Memcheck, a memory error detector ==1583== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1583== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1583== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart0Skip6 ==1583== Parent PID: 1579 ==1583== ==15866== Memcheck, a memory error detector ==15866== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==15866== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==15866== Command: ./syncevo-local-sync ==15866== Parent PID: 15754 ==15866== ==15866== ==15866== HEAP SUMMARY: ==15866== in use at exit: 2,491,214 bytes in 25,305 blocks ==15866== total heap usage: 172,406 allocs, 147,101 frees, 33,456,640 bytes allocated ==15866== ==15866== LEAK SUMMARY: ==15866== definitely lost: 0 bytes in 0 blocks ==15866== indirectly lost: 0 bytes in 0 blocks ==15866== possibly lost: 528 bytes in 2 blocks ==15866== still reachable: 2,229,741 bytes in 21,272 blocks ==15866== of which reachable via heuristic: ==15866== length64 : 592 bytes in 10 blocks ==15866== newarray : 5,976 bytes in 28 blocks ==15866== suppressed: 253,833 bytes in 3,975 blocks ==15866== Reachable blocks (those to which a pointer was found) are not shown. ==15866== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==15866== ==15866== For counts of detected and suppressed errors, rerun with: -v ==15866== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==159== Memcheck, a memory error detector ==159== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==159== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==159== Command: ./client-test Client::Source::apple_caldav::testChanges ==159== Parent PID: 112 ==159== ==159== ==159== HEAP SUMMARY: ==159== in use at exit: 484,098 bytes in 5,467 blocks ==159== total heap usage: 493,235 allocs, 487,677 frees, 57,734,349 bytes allocated ==159== ==159== LEAK SUMMARY: ==159== definitely lost: 0 bytes in 0 blocks ==159== indirectly lost: 0 bytes in 0 blocks ==159== possibly lost: 1,392 bytes in 4 blocks ==159== still reachable: 199,320 bytes in 1,094 blocks ==159== of which reachable via heuristic: ==159== length64 : 1,032 bytes in 18 blocks ==159== newarray : 5,976 bytes in 28 blocks ==159== suppressed: 271,866 bytes in 4,285 blocks ==159== Reachable blocks (those to which a pointer was found) are not shown. ==159== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==159== ==159== For counts of detected and suppressed errors, rerun with: -v ==159== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==15906== Memcheck, a memory error detector ==15906== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==15906== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==15906== Command: ./syncevo-local-sync ==15906== Parent PID: 15754 ==15906== ==15906== ==15906== HEAP SUMMARY: ==15906== in use at exit: 3,214,115 bytes in 27,624 blocks ==15906== total heap usage: 171,039 allocs, 143,415 frees, 32,526,574 bytes allocated ==15906== ==15906== LEAK SUMMARY: ==15906== definitely lost: 0 bytes in 0 blocks ==15906== indirectly lost: 0 bytes in 0 blocks ==15906== possibly lost: 528 bytes in 2 blocks ==15906== still reachable: 2,952,570 bytes in 23,589 blocks ==15906== of which reachable via heuristic: ==15906== length64 : 592 bytes in 10 blocks ==15906== newarray : 12,912 bytes in 223 blocks ==15906== suppressed: 253,905 bytes in 3,977 blocks ==15906== Reachable blocks (those to which a pointer was found) are not shown. ==15906== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==15906== ==15906== For counts of detected and suppressed errors, rerun with: -v ==15906== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1591== Memcheck, a memory error detector ==1591== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1591== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1591== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart0Skip7 ==1591== Parent PID: 112 ==1591== ==1591== ==1591== HEAP SUMMARY: ==1591== in use at exit: 460,055 bytes in 5,374 blocks ==1591== total heap usage: 171,424 allocs, 165,991 frees, 26,905,104 bytes allocated ==1591== ==1591== LEAK SUMMARY: ==1591== definitely lost: 0 bytes in 0 blocks ==1591== indirectly lost: 0 bytes in 0 blocks ==1591== possibly lost: 1,392 bytes in 4 blocks ==1591== still reachable: 175,260 bytes in 1,001 blocks ==1591== of which reachable via heuristic: ==1591== length64 : 1,032 bytes in 18 blocks ==1591== newarray : 5,976 bytes in 28 blocks ==1591== suppressed: 271,883 bytes in 4,285 blocks ==1591== Reachable blocks (those to which a pointer was found) are not shown. ==1591== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1591== ==1591== For counts of detected and suppressed errors, rerun with: -v ==1591== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==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::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart0Skip7 ==1595== Parent PID: 1591 ==1595== ==15958== Memcheck, a memory error detector ==15958== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==15958== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==15958== Command: ./syncevo-local-sync ==15958== Parent PID: 15754 ==15958== ==15958== ==15958== HEAP SUMMARY: ==15958== in use at exit: 2,491,302 bytes in 25,307 blocks ==15958== total heap usage: 178,941 allocs, 153,634 frees, 34,177,967 bytes allocated ==15958== ==15958== LEAK SUMMARY: ==15958== definitely lost: 0 bytes in 0 blocks ==15958== indirectly lost: 0 bytes in 0 blocks ==15958== possibly lost: 528 bytes in 2 blocks ==15958== still reachable: 2,229,741 bytes in 21,272 blocks ==15958== of which reachable via heuristic: ==15958== length64 : 592 bytes in 10 blocks ==15958== newarray : 5,976 bytes in 28 blocks ==15958== suppressed: 253,921 bytes in 3,977 blocks ==15958== Reachable blocks (those to which a pointer was found) are not shown. ==15958== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==15958== ==15958== For counts of detected and suppressed errors, rerun with: -v ==15958== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==16012== Memcheck, a memory error detector ==16012== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==16012== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==16012== Command: ./syncevo-local-sync ==16012== Parent PID: 15754 ==16012== ==16012== ==16012== HEAP SUMMARY: ==16012== in use at exit: 2,491,310 bytes in 25,307 blocks ==16012== total heap usage: 180,060 allocs, 154,753 frees, 34,320,019 bytes allocated ==16012== ==16012== LEAK SUMMARY: ==16012== definitely lost: 0 bytes in 0 blocks ==16012== indirectly lost: 0 bytes in 0 blocks ==16012== possibly lost: 528 bytes in 2 blocks ==16012== still reachable: 2,229,741 bytes in 21,272 blocks ==16012== of which reachable via heuristic: ==16012== length64 : 592 bytes in 10 blocks ==16012== newarray : 5,976 bytes in 28 blocks ==16012== suppressed: 253,929 bytes in 3,977 blocks ==16012== Reachable blocks (those to which a pointer was found) are not shown. ==16012== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==16012== ==16012== For counts of detected and suppressed errors, rerun with: -v ==16012== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1603== Memcheck, a memory error detector ==1603== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1603== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1603== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart0Skip8 ==1603== Parent PID: 112 ==1603== ==1603== ==1603== HEAP SUMMARY: ==1603== in use at exit: 460,039 bytes in 5,374 blocks ==1603== total heap usage: 171,425 allocs, 165,992 frees, 26,905,165 bytes allocated ==1603== ==1603== LEAK SUMMARY: ==1603== definitely lost: 0 bytes in 0 blocks ==1603== indirectly lost: 0 bytes in 0 blocks ==1603== possibly lost: 1,392 bytes in 4 blocks ==1603== still reachable: 175,260 bytes in 1,001 blocks ==1603== of which reachable via heuristic: ==1603== length64 : 1,032 bytes in 18 blocks ==1603== newarray : 5,976 bytes in 28 blocks ==1603== suppressed: 271,867 bytes in 4,285 blocks ==1603== Reachable blocks (those to which a pointer was found) are not shown. ==1603== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1603== ==1603== For counts of detected and suppressed errors, rerun with: -v ==1603== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==16040== Memcheck, a memory error detector ==16040== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==16040== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==16040== Command: ./syncevo-local-sync ==16040== Parent PID: 15754 ==16040== ==16040== ==16040== HEAP SUMMARY: ==16040== in use at exit: 2,491,270 bytes in 25,307 blocks ==16040== total heap usage: 181,749 allocs, 156,442 frees, 34,439,152 bytes allocated ==16040== ==16040== LEAK SUMMARY: ==16040== definitely lost: 0 bytes in 0 blocks ==16040== indirectly lost: 0 bytes in 0 blocks ==16040== possibly lost: 528 bytes in 2 blocks ==16040== still reachable: 2,229,741 bytes in 21,272 blocks ==16040== of which reachable via heuristic: ==16040== length64 : 592 bytes in 10 blocks ==16040== newarray : 5,976 bytes in 28 blocks ==16040== suppressed: 253,889 bytes in 3,977 blocks ==16040== Reachable blocks (those to which a pointer was found) are not shown. ==16040== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==16040== ==16040== For counts of detected and suppressed errors, rerun with: -v ==16040== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==16057== Memcheck, a memory error detector ==16057== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==16057== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==16057== Command: ./client-test Client::Sync::eds_contact::testDeleteAllRefresh ==16057== Parent PID: 112 ==16057== ==16057== ==16057== HEAP SUMMARY: ==16057== in use at exit: 2,936,458 bytes in 30,306 blocks ==16057== total heap usage: 840,240 allocs, 809,878 frees, 124,675,933 bytes allocated ==16057== ==16057== LEAK SUMMARY: ==16057== definitely lost: 0 bytes in 0 blocks ==16057== indirectly lost: 0 bytes in 0 blocks ==16057== possibly lost: 1,392 bytes in 4 blocks ==16057== still reachable: 2,313,133 bytes in 21,448 blocks ==16057== of which reachable via heuristic: ==16057== length64 : 5,096 bytes in 80 blocks ==16057== newarray : 6,296 bytes in 48 blocks ==16057== suppressed: 531,989 bytes in 8,197 blocks ==16057== Reachable blocks (those to which a pointer was found) are not shown. ==16057== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==16057== ==16057== For counts of detected and suppressed errors, rerun with: -v ==16057== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==1607== Memcheck, a memory error detector ==1607== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1607== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1607== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart0Skip8 ==1607== Parent PID: 1603 ==1607== ==16092== Memcheck, a memory error detector ==16092== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==16092== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==16092== Command: ./syncevo-local-sync ==16092== Parent PID: 16057 ==16092== ==16092== ==16092== HEAP SUMMARY: ==16092== in use at exit: 2,491,278 bytes in 25,307 blocks ==16092== total heap usage: 228,282 allocs, 202,975 frees, 42,995,933 bytes allocated ==16092== ==16092== LEAK SUMMARY: ==16092== definitely lost: 0 bytes in 0 blocks ==16092== indirectly lost: 0 bytes in 0 blocks ==16092== possibly lost: 528 bytes in 2 blocks ==16092== still reachable: 2,229,741 bytes in 21,272 blocks ==16092== of which reachable via heuristic: ==16092== length64 : 592 bytes in 10 blocks ==16092== newarray : 5,976 bytes in 28 blocks ==16092== suppressed: 253,897 bytes in 3,977 blocks ==16092== Reachable blocks (those to which a pointer was found) are not shown. ==16092== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==16092== ==16092== For counts of detected and suppressed errors, rerun with: -v ==16092== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==16110== Memcheck, a memory error detector ==16110== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==16110== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==16110== Command: ./syncevo-local-sync ==16110== Parent PID: 16057 ==16110== ==16110== ==16110== HEAP SUMMARY: ==16110== in use at exit: 2,491,294 bytes in 25,307 blocks ==16110== total heap usage: 176,489 allocs, 151,182 frees, 34,045,476 bytes allocated ==16110== ==16110== LEAK SUMMARY: ==16110== definitely lost: 0 bytes in 0 blocks ==16110== indirectly lost: 0 bytes in 0 blocks ==16110== possibly lost: 528 bytes in 2 blocks ==16110== still reachable: 2,229,741 bytes in 21,272 blocks ==16110== of which reachable via heuristic: ==16110== length64 : 592 bytes in 10 blocks ==16110== newarray : 5,976 bytes in 28 blocks ==16110== suppressed: 253,913 bytes in 3,977 blocks ==16110== Reachable blocks (those to which a pointer was found) are not shown. ==16110== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==16110== ==16110== For counts of detected and suppressed errors, rerun with: -v ==16110== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==16121== Memcheck, a memory error detector ==16121== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==16121== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==16121== Command: ./syncevo-local-sync ==16121== Parent PID: 16057 ==16121== ==16121== ==16121== HEAP SUMMARY: ==16121== in use at exit: 2,491,286 bytes in 25,307 blocks ==16121== total heap usage: 175,351 allocs, 150,044 frees, 33,915,264 bytes allocated ==16121== ==16121== LEAK SUMMARY: ==16121== definitely lost: 0 bytes in 0 blocks ==16121== indirectly lost: 0 bytes in 0 blocks ==16121== possibly lost: 528 bytes in 2 blocks ==16121== still reachable: 2,229,741 bytes in 21,272 blocks ==16121== of which reachable via heuristic: ==16121== length64 : 592 bytes in 10 blocks ==16121== newarray : 5,976 bytes in 28 blocks ==16121== suppressed: 253,905 bytes in 3,977 blocks ==16121== Reachable blocks (those to which a pointer was found) are not shown. ==16121== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==16121== ==16121== For counts of detected and suppressed errors, rerun with: -v ==16121== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==16133== Memcheck, a memory error detector ==16133== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==16133== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==16133== Command: ./client-test Client::Sync::eds_contact::testTwoWaySync ==16133== Parent PID: 112 ==16133== ==16133== ==16133== HEAP SUMMARY: ==16133== in use at exit: 2,878,055 bytes in 29,749 blocks ==16133== total heap usage: 354,974 allocs, 325,171 frees, 57,951,073 bytes allocated ==16133== ==16133== LEAK SUMMARY: ==16133== definitely lost: 0 bytes in 0 blocks ==16133== indirectly lost: 0 bytes in 0 blocks ==16133== possibly lost: 1,392 bytes in 4 blocks ==16133== still reachable: 2,310,325 bytes in 21,416 blocks ==16133== of which reachable via heuristic: ==16133== length64 : 5,056 bytes in 79 blocks ==16133== newarray : 6,296 bytes in 48 blocks ==16133== suppressed: 497,090 bytes in 7,807 blocks ==16133== Reachable blocks (those to which a pointer was found) are not shown. ==16133== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==16133== ==16133== For counts of detected and suppressed errors, rerun with: -v ==16133== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==1615== Memcheck, a memory error detector ==1615== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1615== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1615== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart0Skip9 ==1615== Parent PID: 112 ==1615== ==1615== ==1615== HEAP SUMMARY: ==1615== in use at exit: 460,063 bytes in 5,374 blocks ==1615== total heap usage: 171,426 allocs, 165,993 frees, 26,905,266 bytes allocated ==1615== ==1615== LEAK SUMMARY: ==1615== definitely lost: 0 bytes in 0 blocks ==1615== indirectly lost: 0 bytes in 0 blocks ==1615== possibly lost: 1,392 bytes in 4 blocks ==1615== still reachable: 175,260 bytes in 1,001 blocks ==1615== of which reachable via heuristic: ==1615== length64 : 1,032 bytes in 18 blocks ==1615== newarray : 5,976 bytes in 28 blocks ==1615== suppressed: 271,891 bytes in 4,285 blocks ==1615== Reachable blocks (those to which a pointer was found) are not shown. ==1615== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1615== ==1615== For counts of detected and suppressed errors, rerun with: -v ==1615== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==16151== Memcheck, a memory error detector ==16151== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==16151== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==16151== Command: ./syncevo-local-sync ==16151== Parent PID: 16133 ==16151== ==16151== ==16151== HEAP SUMMARY: ==16151== in use at exit: 3,278,750 bytes in 27,729 blocks ==16151== total heap usage: 174,031 allocs, 146,302 frees, 32,985,497 bytes allocated ==16151== ==16151== LEAK SUMMARY: ==16151== definitely lost: 0 bytes in 0 blocks ==16151== indirectly lost: 0 bytes in 0 blocks ==16151== possibly lost: 528 bytes in 2 blocks ==16151== still reachable: 3,017,189 bytes in 23,694 blocks ==16151== of which reachable via heuristic: ==16151== length64 : 592 bytes in 10 blocks ==16151== newarray : 12,912 bytes in 223 blocks ==16151== suppressed: 253,921 bytes in 3,977 blocks ==16151== Reachable blocks (those to which a pointer was found) are not shown. ==16151== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==16151== ==16151== For counts of detected and suppressed errors, rerun with: -v ==16151== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==16158== Memcheck, a memory error detector ==16158== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==16158== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==16158== Command: ./client-test Client::Sync::eds_contact::testSlowSync ==16158== Parent PID: 112 ==16158== ==16158== ==16158== HEAP SUMMARY: ==16158== in use at exit: 2,881,409 bytes in 29,805 blocks ==16158== total heap usage: 354,668 allocs, 324,809 frees, 58,011,265 bytes allocated ==16158== ==16158== LEAK SUMMARY: ==16158== definitely lost: 0 bytes in 0 blocks ==16158== indirectly lost: 0 bytes in 0 blocks ==16158== possibly lost: 1,392 bytes in 4 blocks ==16158== still reachable: 2,311,449 bytes in 21,423 blocks ==16158== of which reachable via heuristic: ==16158== length64 : 5,056 bytes in 79 blocks ==16158== newarray : 6,296 bytes in 48 blocks ==16158== suppressed: 499,320 bytes in 7,856 blocks ==16158== Reachable blocks (those to which a pointer was found) are not shown. ==16158== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==16158== ==16158== For counts of detected and suppressed errors, rerun with: -v ==16158== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==16176== Memcheck, a memory error detector ==16176== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==16176== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==16176== Command: ./syncevo-local-sync ==16176== Parent PID: 16158 ==16176== ==16176== ==16176== HEAP SUMMARY: ==16176== in use at exit: 2,491,214 bytes in 25,305 blocks ==16176== total heap usage: 175,349 allocs, 150,044 frees, 33,913,631 bytes allocated ==16176== ==16176== LEAK SUMMARY: ==16176== definitely lost: 0 bytes in 0 blocks ==16176== indirectly lost: 0 bytes in 0 blocks ==16176== possibly lost: 528 bytes in 2 blocks ==16176== still reachable: 2,229,741 bytes in 21,272 blocks ==16176== of which reachable via heuristic: ==16176== length64 : 592 bytes in 10 blocks ==16176== newarray : 5,976 bytes in 28 blocks ==16176== suppressed: 253,833 bytes in 3,975 blocks ==16176== Reachable blocks (those to which a pointer was found) are not shown. ==16176== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==16176== ==16176== For counts of detected and suppressed errors, rerun with: -v ==16176== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==16183== Memcheck, a memory error detector ==16183== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==16183== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==16183== Command: ./client-test Client::Sync::eds_contact::testRefreshFromServerSync ==16183== Parent PID: 112 ==16183== ==16183== ==16183== HEAP SUMMARY: ==16183== in use at exit: 2,881,876 bytes in 29,833 blocks ==16183== total heap usage: 355,313 allocs, 325,426 frees, 58,039,310 bytes allocated ==16183== ==16183== LEAK SUMMARY: ==16183== definitely lost: 0 bytes in 0 blocks ==16183== indirectly lost: 0 bytes in 0 blocks ==16183== possibly lost: 1,392 bytes in 4 blocks ==16183== still reachable: 2,312,413 bytes in 21,433 blocks ==16183== of which reachable via heuristic: ==16183== length64 : 5,056 bytes in 79 blocks ==16183== newarray : 6,296 bytes in 48 blocks ==16183== suppressed: 498,655 bytes in 7,872 blocks ==16183== Reachable blocks (those to which a pointer was found) are not shown. ==16183== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==16183== ==16183== For counts of detected and suppressed errors, rerun with: -v ==16183== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==1619== Memcheck, a memory error detector ==1619== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1619== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1619== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart0Skip9 ==1619== Parent PID: 1615 ==1619== ==16201== Memcheck, a memory error detector ==16201== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==16201== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==16201== Command: ./syncevo-local-sync ==16201== Parent PID: 16183 ==16201== ==16201== ==16201== HEAP SUMMARY: ==16201== in use at exit: 2,491,302 bytes in 25,307 blocks ==16201== total heap usage: 175,526 allocs, 150,219 frees, 33,921,174 bytes allocated ==16201== ==16201== LEAK SUMMARY: ==16201== definitely lost: 0 bytes in 0 blocks ==16201== indirectly lost: 0 bytes in 0 blocks ==16201== possibly lost: 528 bytes in 2 blocks ==16201== still reachable: 2,229,741 bytes in 21,272 blocks ==16201== of which reachable via heuristic: ==16201== length64 : 592 bytes in 10 blocks ==16201== newarray : 5,976 bytes in 28 blocks ==16201== suppressed: 253,921 bytes in 3,977 blocks ==16201== Reachable blocks (those to which a pointer was found) are not shown. ==16201== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==16201== ==16201== For counts of detected and suppressed errors, rerun with: -v ==16201== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==16208== Memcheck, a memory error detector ==16208== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==16208== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==16208== Command: ./client-test Client::Sync::eds_contact::testRefreshFromClientSync ==16208== Parent PID: 112 ==16208== ==16208== ==16208== HEAP SUMMARY: ==16208== in use at exit: 2,882,682 bytes in 29,831 blocks ==16208== total heap usage: 355,037 allocs, 325,152 frees, 58,034,139 bytes allocated ==16208== ==16208== LEAK SUMMARY: ==16208== definitely lost: 0 bytes in 0 blocks ==16208== indirectly lost: 0 bytes in 0 blocks ==16208== possibly lost: 1,392 bytes in 4 blocks ==16208== still reachable: 2,311,713 bytes in 21,425 blocks ==16208== of which reachable via heuristic: ==16208== length64 : 5,056 bytes in 79 blocks ==16208== newarray : 6,296 bytes in 48 blocks ==16208== suppressed: 500,329 bytes in 7,880 blocks ==16208== Reachable blocks (those to which a pointer was found) are not shown. ==16208== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==16208== ==16208== For counts of detected and suppressed errors, rerun with: -v ==16208== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==16226== Memcheck, a memory error detector ==16226== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==16226== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==16226== Command: ./syncevo-local-sync ==16226== Parent PID: 16208 ==16226== ==16226== ==16226== HEAP SUMMARY: ==16226== in use at exit: 2,491,270 bytes in 25,307 blocks ==16226== total heap usage: 176,051 allocs, 150,744 frees, 33,995,413 bytes allocated ==16226== ==16226== LEAK SUMMARY: ==16226== definitely lost: 0 bytes in 0 blocks ==16226== indirectly lost: 0 bytes in 0 blocks ==16226== possibly lost: 528 bytes in 2 blocks ==16226== still reachable: 2,229,741 bytes in 21,272 blocks ==16226== of which reachable via heuristic: ==16226== length64 : 592 bytes in 10 blocks ==16226== newarray : 5,976 bytes in 28 blocks ==16226== suppressed: 253,889 bytes in 3,977 blocks ==16226== Reachable blocks (those to which a pointer was found) are not shown. ==16226== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==16226== ==16226== For counts of detected and suppressed errors, rerun with: -v ==16226== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==16233== Memcheck, a memory error detector ==16233== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==16233== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==16233== Command: ./client-test Client::Sync::eds_contact::testRefreshFromRemoteSync ==16233== Parent PID: 112 ==16233== ==16233== ==16233== HEAP SUMMARY: ==16233== in use at exit: 2,872,167 bytes in 29,659 blocks ==16233== total heap usage: 355,860 allocs, 326,147 frees, 58,064,596 bytes allocated ==16233== ==16233== LEAK SUMMARY: ==16233== definitely lost: 0 bytes in 0 blocks ==16233== indirectly lost: 0 bytes in 0 blocks ==16233== possibly lost: 1,392 bytes in 4 blocks ==16233== still reachable: 2,309,485 bytes in 21,416 blocks ==16233== of which reachable via heuristic: ==16233== length64 : 5,056 bytes in 79 blocks ==16233== newarray : 6,296 bytes in 48 blocks ==16233== suppressed: 491,874 bytes in 7,715 blocks ==16233== Reachable blocks (those to which a pointer was found) are not shown. ==16233== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==16233== ==16233== For counts of detected and suppressed errors, rerun with: -v ==16233== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==16251== Memcheck, a memory error detector ==16251== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==16251== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==16251== Command: ./syncevo-local-sync ==16251== Parent PID: 16233 ==16251== ==16251== ==16251== HEAP SUMMARY: ==16251== in use at exit: 2,491,286 bytes in 25,307 blocks ==16251== total heap usage: 176,044 allocs, 150,737 frees, 33,994,424 bytes allocated ==16251== ==16251== LEAK SUMMARY: ==16251== definitely lost: 0 bytes in 0 blocks ==16251== indirectly lost: 0 bytes in 0 blocks ==16251== possibly lost: 528 bytes in 2 blocks ==16251== still reachable: 2,229,741 bytes in 21,272 blocks ==16251== of which reachable via heuristic: ==16251== length64 : 592 bytes in 10 blocks ==16251== newarray : 5,976 bytes in 28 blocks ==16251== suppressed: 253,905 bytes in 3,977 blocks ==16251== Reachable blocks (those to which a pointer was found) are not shown. ==16251== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==16251== ==16251== For counts of detected and suppressed errors, rerun with: -v ==16251== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==16258== Memcheck, a memory error detector ==16258== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==16258== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==16258== Command: ./client-test Client::Sync::eds_contact::testRefreshFromLocalSync ==16258== Parent PID: 112 ==16258== ==16258== ==16258== HEAP SUMMARY: ==16258== in use at exit: 2,882,746 bytes in 29,833 blocks ==16258== total heap usage: 354,975 allocs, 325,088 frees, 58,027,185 bytes allocated ==16258== ==16258== LEAK SUMMARY: ==16258== definitely lost: 0 bytes in 0 blocks ==16258== indirectly lost: 0 bytes in 0 blocks ==16258== possibly lost: 1,392 bytes in 4 blocks ==16258== still reachable: 2,311,713 bytes in 21,425 blocks ==16258== of which reachable via heuristic: ==16258== length64 : 5,056 bytes in 79 blocks ==16258== newarray : 6,296 bytes in 48 blocks ==16258== suppressed: 500,393 bytes in 7,882 blocks ==16258== Reachable blocks (those to which a pointer was found) are not shown. ==16258== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==16258== ==16258== For counts of detected and suppressed errors, rerun with: -v ==16258== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==1627== Memcheck, a memory error detector ==1627== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1627== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1627== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart0Skip10 ==1627== Parent PID: 112 ==1627== ==1627== ==1627== HEAP SUMMARY: ==1627== in use at exit: 460,039 bytes in 5,374 blocks ==1627== total heap usage: 171,445 allocs, 166,012 frees, 26,906,101 bytes allocated ==1627== ==1627== LEAK SUMMARY: ==1627== definitely lost: 0 bytes in 0 blocks ==1627== indirectly lost: 0 bytes in 0 blocks ==1627== possibly lost: 1,392 bytes in 4 blocks ==1627== still reachable: 175,260 bytes in 1,001 blocks ==1627== of which reachable via heuristic: ==1627== length64 : 1,032 bytes in 18 blocks ==1627== newarray : 5,976 bytes in 28 blocks ==1627== suppressed: 271,867 bytes in 4,285 blocks ==1627== Reachable blocks (those to which a pointer was found) are not shown. ==1627== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1627== ==1627== For counts of detected and suppressed errors, rerun with: -v ==1627== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==16276== Memcheck, a memory error detector ==16276== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==16276== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==16276== Command: ./syncevo-local-sync ==16276== Parent PID: 16258 ==16276== ==16276== ==16276== HEAP SUMMARY: ==16276== in use at exit: 2,491,294 bytes in 25,307 blocks ==16276== total heap usage: 175,557 allocs, 150,250 frees, 33,923,501 bytes allocated ==16276== ==16276== LEAK SUMMARY: ==16276== definitely lost: 0 bytes in 0 blocks ==16276== indirectly lost: 0 bytes in 0 blocks ==16276== possibly lost: 528 bytes in 2 blocks ==16276== still reachable: 2,229,741 bytes in 21,272 blocks ==16276== of which reachable via heuristic: ==16276== length64 : 592 bytes in 10 blocks ==16276== newarray : 5,976 bytes in 28 blocks ==16276== suppressed: 253,913 bytes in 3,977 blocks ==16276== Reachable blocks (those to which a pointer was found) are not shown. ==16276== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==16276== ==16276== For counts of detected and suppressed errors, rerun with: -v ==16276== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==16283== Memcheck, a memory error detector ==16283== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==16283== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==16283== Command: ./client-test Client::Sync::eds_contact::testRefreshFromServerSemantic ==16283== Parent PID: 112 ==16283== ==16283== ==16283== HEAP SUMMARY: ==16283== in use at exit: 2,933,493 bytes in 30,266 blocks ==16283== total heap usage: 975,950 allocs, 945,627 frees, 150,668,267 bytes allocated ==16283== ==16283== LEAK SUMMARY: ==16283== definitely lost: 0 bytes in 0 blocks ==16283== indirectly lost: 0 bytes in 0 blocks ==16283== possibly lost: 1,392 bytes in 4 blocks ==16283== still reachable: 2,312,109 bytes in 21,427 blocks ==16283== of which reachable via heuristic: ==16283== length64 : 5,096 bytes in 80 blocks ==16283== newarray : 6,296 bytes in 48 blocks ==16283== suppressed: 530,048 bytes in 8,178 blocks ==16283== Reachable blocks (those to which a pointer was found) are not shown. ==16283== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==16283== ==16283== For counts of detected and suppressed errors, rerun with: -v ==16283== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==163== Memcheck, a memory error detector ==163== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==163== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==163== Command: ./client-test Client::Source::apple_caldav::testChangesMultiCycles ==163== Parent PID: 112 ==163== ==163== ==163== HEAP SUMMARY: ==163== in use at exit: 481,042 bytes in 5,455 blocks ==163== total heap usage: 396,445 allocs, 390,912 frees, 50,517,604 bytes allocated ==163== ==163== LEAK SUMMARY: ==163== definitely lost: 0 bytes in 0 blocks ==163== indirectly lost: 0 bytes in 0 blocks ==163== possibly lost: 1,392 bytes in 4 blocks ==163== still reachable: 196,248 bytes in 1,082 blocks ==163== of which reachable via heuristic: ==163== length64 : 1,032 bytes in 18 blocks ==163== newarray : 5,976 bytes in 28 blocks ==163== suppressed: 271,882 bytes in 4,285 blocks ==163== Reachable blocks (those to which a pointer was found) are not shown. ==163== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==163== ==163== For counts of detected and suppressed errors, rerun with: -v ==163== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==16309== Memcheck, a memory error detector ==16309== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==16309== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==16309== Command: ./syncevo-local-sync ==16309== Parent PID: 16283 ==16309== ==16309== ==16309== HEAP SUMMARY: ==16309== in use at exit: 2,491,214 bytes in 25,305 blocks ==16309== total heap usage: 175,324 allocs, 150,019 frees, 33,914,802 bytes allocated ==16309== ==16309== LEAK SUMMARY: ==16309== definitely lost: 0 bytes in 0 blocks ==16309== indirectly lost: 0 bytes in 0 blocks ==16309== possibly lost: 528 bytes in 2 blocks ==16309== still reachable: 2,229,741 bytes in 21,272 blocks ==16309== of which reachable via heuristic: ==16309== length64 : 592 bytes in 10 blocks ==16309== newarray : 5,976 bytes in 28 blocks ==16309== suppressed: 253,833 bytes in 3,975 blocks ==16309== Reachable blocks (those to which a pointer was found) are not shown. ==16309== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==16309== ==16309== For counts of detected and suppressed errors, rerun with: -v ==16309== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1631== Memcheck, a memory error detector ==1631== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1631== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1631== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart0Skip10 ==1631== Parent PID: 1627 ==1631== ==16324== Memcheck, a memory error detector ==16324== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==16324== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==16324== Command: ./syncevo-local-sync ==16324== Parent PID: 16283 ==16324== ==16324== ==16324== HEAP SUMMARY: ==16324== in use at exit: 3,278,914 bytes in 27,729 blocks ==16324== total heap usage: 174,033 allocs, 146,304 frees, 32,988,851 bytes allocated ==16324== ==16324== LEAK SUMMARY: ==16324== definitely lost: 0 bytes in 0 blocks ==16324== indirectly lost: 0 bytes in 0 blocks ==16324== possibly lost: 528 bytes in 2 blocks ==16324== still reachable: 3,017,377 bytes in 23,694 blocks ==16324== of which reachable via heuristic: ==16324== length64 : 592 bytes in 10 blocks ==16324== newarray : 12,912 bytes in 223 blocks ==16324== suppressed: 253,897 bytes in 3,977 blocks ==16324== Reachable blocks (those to which a pointer was found) are not shown. ==16324== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==16324== ==16324== For counts of detected and suppressed errors, rerun with: -v ==16324== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==16342== Memcheck, a memory error detector ==16342== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==16342== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==16342== Command: ./syncevo-local-sync ==16342== Parent PID: 16283 ==16342== ==16342== ==16342== HEAP SUMMARY: ==16342== in use at exit: 2,491,246 bytes in 25,305 blocks ==16342== total heap usage: 176,066 allocs, 150,761 frees, 33,997,619 bytes allocated ==16342== ==16342== LEAK SUMMARY: ==16342== definitely lost: 0 bytes in 0 blocks ==16342== indirectly lost: 0 bytes in 0 blocks ==16342== possibly lost: 528 bytes in 2 blocks ==16342== still reachable: 2,229,741 bytes in 21,272 blocks ==16342== of which reachable via heuristic: ==16342== length64 : 592 bytes in 10 blocks ==16342== newarray : 5,976 bytes in 28 blocks ==16342== suppressed: 253,865 bytes in 3,975 blocks ==16342== Reachable blocks (those to which a pointer was found) are not shown. ==16342== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==16342== ==16342== For counts of detected and suppressed errors, rerun with: -v ==16342== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==16353== Memcheck, a memory error detector ==16353== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==16353== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==16353== Command: ./syncevo-local-sync ==16353== Parent PID: 16283 ==16353== ==16353== ==16353== HEAP SUMMARY: ==16353== in use at exit: 3,278,870 bytes in 27,729 blocks ==16353== total heap usage: 174,027 allocs, 146,298 frees, 32,987,393 bytes allocated ==16353== ==16353== LEAK SUMMARY: ==16353== definitely lost: 0 bytes in 0 blocks ==16353== indirectly lost: 0 bytes in 0 blocks ==16353== possibly lost: 528 bytes in 2 blocks ==16353== still reachable: 3,017,341 bytes in 23,694 blocks ==16353== of which reachable via heuristic: ==16353== length64 : 592 bytes in 10 blocks ==16353== newarray : 12,912 bytes in 223 blocks ==16353== suppressed: 253,889 bytes in 3,977 blocks ==16353== Reachable blocks (those to which a pointer was found) are not shown. ==16353== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==16353== ==16353== For counts of detected and suppressed errors, rerun with: -v ==16353== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==16360== Memcheck, a memory error detector ==16360== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==16360== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==16360== Command: ./client-test Client::Sync::eds_contact::testRefreshFromClientSemantic ==16360== Parent PID: 112 ==16360== ==16360== ==16360== HEAP SUMMARY: ==16360== in use at exit: 2,936,705 bytes in 30,328 blocks ==16360== total heap usage: 1,161,731 allocs, 1,131,345 frees, 180,296,550 bytes allocated ==16360== ==16360== LEAK SUMMARY: ==16360== definitely lost: 0 bytes in 0 blocks ==16360== indirectly lost: 0 bytes in 0 blocks ==16360== possibly lost: 1,392 bytes in 4 blocks ==16360== still reachable: 2,311,989 bytes in 21,426 blocks ==16360== of which reachable via heuristic: ==16360== length64 : 5,096 bytes in 80 blocks ==16360== newarray : 6,296 bytes in 48 blocks ==16360== suppressed: 533,380 bytes in 8,241 blocks ==16360== Reachable blocks (those to which a pointer was found) are not shown. ==16360== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==16360== ==16360== For counts of detected and suppressed errors, rerun with: -v ==16360== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==16386== Memcheck, a memory error detector ==16386== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==16386== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==16386== Command: ./syncevo-local-sync ==16386== Parent PID: 16360 ==16386== ==16386== ==16386== HEAP SUMMARY: ==16386== in use at exit: 2,491,278 bytes in 25,307 blocks ==16386== total heap usage: 175,314 allocs, 150,007 frees, 33,914,426 bytes allocated ==16386== ==16386== LEAK SUMMARY: ==16386== definitely lost: 0 bytes in 0 blocks ==16386== indirectly lost: 0 bytes in 0 blocks ==16386== possibly lost: 528 bytes in 2 blocks ==16386== still reachable: 2,229,741 bytes in 21,272 blocks ==16386== of which reachable via heuristic: ==16386== length64 : 592 bytes in 10 blocks ==16386== newarray : 5,976 bytes in 28 blocks ==16386== suppressed: 253,897 bytes in 3,977 blocks ==16386== Reachable blocks (those to which a pointer was found) are not shown. ==16386== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==16386== ==16386== For counts of detected and suppressed errors, rerun with: -v ==16386== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1639== Memcheck, a memory error detector ==1639== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1639== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1639== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart0Skip11 ==1639== Parent PID: 112 ==1639== ==1639== ==1639== HEAP SUMMARY: ==1639== in use at exit: 460,056 bytes in 5,374 blocks ==1639== total heap usage: 171,428 allocs, 165,995 frees, 26,905,485 bytes allocated ==1639== ==1639== LEAK SUMMARY: ==1639== definitely lost: 0 bytes in 0 blocks ==1639== indirectly lost: 0 bytes in 0 blocks ==1639== possibly lost: 1,392 bytes in 4 blocks ==1639== still reachable: 175,261 bytes in 1,001 blocks ==1639== of which reachable via heuristic: ==1639== length64 : 1,032 bytes in 18 blocks ==1639== newarray : 5,976 bytes in 28 blocks ==1639== suppressed: 271,883 bytes in 4,285 blocks ==1639== Reachable blocks (those to which a pointer was found) are not shown. ==1639== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1639== ==1639== For counts of detected and suppressed errors, rerun with: -v ==1639== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==16401== Memcheck, a memory error detector ==16401== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==16401== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==16401== Command: ./syncevo-local-sync ==16401== Parent PID: 16360 ==16401== ==16401== ==16401== HEAP SUMMARY: ==16401== in use at exit: 3,278,906 bytes in 27,729 blocks ==16401== total heap usage: 174,054 allocs, 146,325 frees, 32,990,349 bytes allocated ==16401== ==16401== LEAK SUMMARY: ==16401== definitely lost: 0 bytes in 0 blocks ==16401== indirectly lost: 0 bytes in 0 blocks ==16401== possibly lost: 528 bytes in 2 blocks ==16401== still reachable: 3,017,377 bytes in 23,694 blocks ==16401== of which reachable via heuristic: ==16401== length64 : 592 bytes in 10 blocks ==16401== newarray : 12,912 bytes in 223 blocks ==16401== suppressed: 253,889 bytes in 3,977 blocks ==16401== Reachable blocks (those to which a pointer was found) are not shown. ==16401== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==16401== ==16401== For counts of detected and suppressed errors, rerun with: -v ==16401== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==16419== Memcheck, a memory error detector ==16419== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==16419== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==16419== Command: ./syncevo-local-sync ==16419== Parent PID: 16360 ==16419== ==16419== ==16419== HEAP SUMMARY: ==16419== in use at exit: 2,491,270 bytes in 25,307 blocks ==16419== total heap usage: 186,150 allocs, 160,843 frees, 35,058,593 bytes allocated ==16419== ==16419== LEAK SUMMARY: ==16419== definitely lost: 0 bytes in 0 blocks ==16419== indirectly lost: 0 bytes in 0 blocks ==16419== possibly lost: 528 bytes in 2 blocks ==16419== still reachable: 2,229,741 bytes in 21,272 blocks ==16419== of which reachable via heuristic: ==16419== length64 : 592 bytes in 10 blocks ==16419== newarray : 5,976 bytes in 28 blocks ==16419== suppressed: 253,889 bytes in 3,977 blocks ==16419== Reachable blocks (those to which a pointer was found) are not shown. ==16419== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==16419== ==16419== For counts of detected and suppressed errors, rerun with: -v ==16419== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1643== Memcheck, a memory error detector ==1643== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1643== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1643== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart0Skip11 ==1643== Parent PID: 1639 ==1643== ==16436== Memcheck, a memory error detector ==16436== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==16436== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==16436== Command: ./syncevo-local-sync ==16436== Parent PID: 16360 ==16436== ==16436== ==16436== HEAP SUMMARY: ==16436== in use at exit: 2,491,270 bytes in 25,307 blocks ==16436== total heap usage: 176,485 allocs, 151,178 frees, 34,044,844 bytes allocated ==16436== ==16436== LEAK SUMMARY: ==16436== definitely lost: 0 bytes in 0 blocks ==16436== indirectly lost: 0 bytes in 0 blocks ==16436== possibly lost: 528 bytes in 2 blocks ==16436== still reachable: 2,229,741 bytes in 21,272 blocks ==16436== of which reachable via heuristic: ==16436== length64 : 592 bytes in 10 blocks ==16436== newarray : 5,976 bytes in 28 blocks ==16436== suppressed: 253,889 bytes in 3,977 blocks ==16436== Reachable blocks (those to which a pointer was found) are not shown. ==16436== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==16436== ==16436== For counts of detected and suppressed errors, rerun with: -v ==16436== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==16443== Memcheck, a memory error detector ==16443== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==16443== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==16443== Command: ./syncevo-local-sync ==16443== Parent PID: 16360 ==16443== ==16443== ==16443== HEAP SUMMARY: ==16443== in use at exit: 2,491,286 bytes in 25,307 blocks ==16443== total heap usage: 176,043 allocs, 150,736 frees, 33,995,421 bytes allocated ==16443== ==16443== LEAK SUMMARY: ==16443== definitely lost: 0 bytes in 0 blocks ==16443== indirectly lost: 0 bytes in 0 blocks ==16443== possibly lost: 528 bytes in 2 blocks ==16443== still reachable: 2,229,741 bytes in 21,272 blocks ==16443== of which reachable via heuristic: ==16443== length64 : 592 bytes in 10 blocks ==16443== newarray : 5,976 bytes in 28 blocks ==16443== suppressed: 253,905 bytes in 3,977 blocks ==16443== Reachable blocks (those to which a pointer was found) are not shown. ==16443== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==16443== ==16443== For counts of detected and suppressed errors, rerun with: -v ==16443== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==16452== Memcheck, a memory error detector ==16452== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==16452== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==16452== Command: ./client-test Client::Sync::eds_contact::testRefreshStatus ==16452== Parent PID: 112 ==16452== ==16452== ==16452== HEAP SUMMARY: ==16452== in use at exit: 2,933,872 bytes in 30,278 blocks ==16452== total heap usage: 642,437 allocs, 612,104 frees, 94,377,113 bytes allocated ==16452== ==16452== LEAK SUMMARY: ==16452== definitely lost: 0 bytes in 0 blocks ==16452== indirectly lost: 0 bytes in 0 blocks ==16452== possibly lost: 1,392 bytes in 4 blocks ==16452== still reachable: 2,312,413 bytes in 21,433 blocks ==16452== of which reachable via heuristic: ==16452== length64 : 5,096 bytes in 80 blocks ==16452== newarray : 6,296 bytes in 48 blocks ==16452== suppressed: 529,955 bytes in 8,182 blocks ==16452== Reachable blocks (those to which a pointer was found) are not shown. ==16452== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==16452== ==16452== For counts of detected and suppressed errors, rerun with: -v ==16452== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==16496== Memcheck, a memory error detector ==16496== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==16496== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==16496== Command: ./syncevo-local-sync ==16496== Parent PID: 16452 ==16496== ==16496== ==16496== HEAP SUMMARY: ==16496== in use at exit: 2,491,278 bytes in 25,307 blocks ==16496== total heap usage: 185,702 allocs, 160,395 frees, 34,987,820 bytes allocated ==16496== ==16496== LEAK SUMMARY: ==16496== definitely lost: 0 bytes in 0 blocks ==16496== indirectly lost: 0 bytes in 0 blocks ==16496== possibly lost: 528 bytes in 2 blocks ==16496== still reachable: 2,229,741 bytes in 21,272 blocks ==16496== of which reachable via heuristic: ==16496== length64 : 592 bytes in 10 blocks ==16496== newarray : 5,976 bytes in 28 blocks ==16496== suppressed: 253,897 bytes in 3,977 blocks ==16496== Reachable blocks (those to which a pointer was found) are not shown. ==16496== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==16496== ==16496== For counts of detected and suppressed errors, rerun with: -v ==16496== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==16505== Memcheck, a memory error detector ==16505== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==16505== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==16505== Command: ./syncevo-local-sync ==16505== Parent PID: 16452 ==16505== ==16505== ==16505== HEAP SUMMARY: ==16505== in use at exit: 3,281,753 bytes in 27,736 blocks ==16505== total heap usage: 174,543 allocs, 146,807 frees, 33,056,592 bytes allocated ==16505== ==16505== LEAK SUMMARY: ==16505== definitely lost: 0 bytes in 0 blocks ==16505== indirectly lost: 0 bytes in 0 blocks ==16505== possibly lost: 528 bytes in 2 blocks ==16505== still reachable: 3,020,224 bytes in 23,701 blocks ==16505== of which reachable via heuristic: ==16505== length64 : 592 bytes in 10 blocks ==16505== newarray : 12,912 bytes in 223 blocks ==16505== suppressed: 253,889 bytes in 3,977 blocks ==16505== Reachable blocks (those to which a pointer was found) are not shown. ==16505== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==16505== ==16505== For counts of detected and suppressed errors, rerun with: -v ==16505== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1651== Memcheck, a memory error detector ==1651== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1651== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1651== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart3Skip0 ==1651== Parent PID: 112 ==1651== ==1651== ==1651== HEAP SUMMARY: ==1651== in use at exit: 477,952 bytes in 5,444 blocks ==1651== total heap usage: 298,407 allocs, 292,892 frees, 41,287,473 bytes allocated ==1651== ==1651== LEAK SUMMARY: ==1651== definitely lost: 0 bytes in 0 blocks ==1651== indirectly lost: 0 bytes in 0 blocks ==1651== possibly lost: 1,392 bytes in 4 blocks ==1651== still reachable: 193,181 bytes in 1,071 blocks ==1651== of which reachable via heuristic: ==1651== length64 : 1,032 bytes in 18 blocks ==1651== newarray : 5,976 bytes in 28 blocks ==1651== suppressed: 271,859 bytes in 4,285 blocks ==1651== Reachable blocks (those to which a pointer was found) are not shown. ==1651== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1651== ==1651== For counts of detected and suppressed errors, rerun with: -v ==1651== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==16513== Memcheck, a memory error detector ==16513== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==16513== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==16513== Command: ./client-test Client::Sync::eds_contact::testTwoWayRestart ==16513== Parent PID: 112 ==16513== ==16513== ==16513== HEAP SUMMARY: ==16513== in use at exit: 2,940,765 bytes in 30,339 blocks ==16513== total heap usage: 824,866 allocs, 794,471 frees, 123,724,852 bytes allocated ==16513== ==16513== LEAK SUMMARY: ==16513== definitely lost: 0 bytes in 0 blocks ==16513== indirectly lost: 0 bytes in 0 blocks ==16513== possibly lost: 1,824 bytes in 5 blocks ==16513== still reachable: 2,316,712 bytes in 21,474 blocks ==16513== of which reachable via heuristic: ==16513== length64 : 5,096 bytes in 80 blocks ==16513== newarray : 6,296 bytes in 48 blocks ==16513== suppressed: 532,285 bytes in 8,203 blocks ==16513== Reachable blocks (those to which a pointer was found) are not shown. ==16513== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==16513== ==16513== For counts of detected and suppressed errors, rerun with: -v ==16513== ERROR SUMMARY: 5 errors from 5 contexts (suppressed: 68 from 68) ==16539== Memcheck, a memory error detector ==16539== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==16539== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==16539== Command: ./syncevo-local-sync ==16539== Parent PID: 16513 ==16539== ==16539== ==16539== HEAP SUMMARY: ==16539== in use at exit: 2,491,214 bytes in 25,305 blocks ==16539== total heap usage: 182,251 allocs, 156,946 frees, 34,669,838 bytes allocated ==16539== ==16539== LEAK SUMMARY: ==16539== definitely lost: 0 bytes in 0 blocks ==16539== indirectly lost: 0 bytes in 0 blocks ==16539== possibly lost: 528 bytes in 2 blocks ==16539== still reachable: 2,229,741 bytes in 21,272 blocks ==16539== of which reachable via heuristic: ==16539== length64 : 592 bytes in 10 blocks ==16539== newarray : 5,976 bytes in 28 blocks ==16539== suppressed: 253,833 bytes in 3,975 blocks ==16539== Reachable blocks (those to which a pointer was found) are not shown. ==16539== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==16539== ==16539== For counts of detected and suppressed errors, rerun with: -v ==16539== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1655== Memcheck, a memory error detector ==1655== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1655== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1655== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart3Skip0 ==1655== Parent PID: 1651 ==1655== ==16557== Memcheck, a memory error detector ==16557== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==16557== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==16557== Command: ./syncevo-local-sync ==16557== Parent PID: 16513 ==16557== ==16557== ==16557== HEAP SUMMARY: ==16557== in use at exit: 2,491,270 bytes in 25,307 blocks ==16557== total heap usage: 177,743 allocs, 152,436 frees, 34,213,857 bytes allocated ==16557== ==16557== LEAK SUMMARY: ==16557== definitely lost: 0 bytes in 0 blocks ==16557== indirectly lost: 0 bytes in 0 blocks ==16557== possibly lost: 528 bytes in 2 blocks ==16557== still reachable: 2,229,741 bytes in 21,272 blocks ==16557== of which reachable via heuristic: ==16557== length64 : 592 bytes in 10 blocks ==16557== newarray : 5,976 bytes in 28 blocks ==16557== suppressed: 253,889 bytes in 3,977 blocks ==16557== Reachable blocks (those to which a pointer was found) are not shown. ==16557== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==16557== ==16557== For counts of detected and suppressed errors, rerun with: -v ==16557== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==16564== Memcheck, a memory error detector ==16564== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==16564== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==16564== Command: ./syncevo-local-sync ==16564== Parent PID: 16513 ==16564== ==16564== ==16564== HEAP SUMMARY: ==16564== in use at exit: 3,278,822 bytes in 27,729 blocks ==16564== total heap usage: 174,064 allocs, 146,335 frees, 33,008,846 bytes allocated ==16564== ==16564== LEAK SUMMARY: ==16564== definitely lost: 0 bytes in 0 blocks ==16564== indirectly lost: 0 bytes in 0 blocks ==16564== possibly lost: 528 bytes in 2 blocks ==16564== still reachable: 3,017,277 bytes in 23,694 blocks ==16564== of which reachable via heuristic: ==16564== length64 : 592 bytes in 10 blocks ==16564== newarray : 12,912 bytes in 223 blocks ==16564== suppressed: 253,905 bytes in 3,977 blocks ==16564== Reachable blocks (those to which a pointer was found) are not shown. ==16564== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==16564== ==16564== For counts of detected and suppressed errors, rerun with: -v ==16564== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==16586== Memcheck, a memory error detector ==16586== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==16586== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==16586== Command: ./client-test Client::Sync::eds_contact::testCopy ==16586== Parent PID: 112 ==16586== ==16586== ==16586== HEAP SUMMARY: ==16586== in use at exit: 2,937,626 bytes in 30,281 blocks ==16586== total heap usage: 1,474,341 allocs, 1,444,001 frees, 217,921,632 bytes allocated ==16586== ==16586== LEAK SUMMARY: ==16586== definitely lost: 0 bytes in 0 blocks ==16586== indirectly lost: 0 bytes in 0 blocks ==16586== possibly lost: 1,824 bytes in 5 blocks ==16586== still reachable: 2,315,990 bytes in 21,454 blocks ==16586== of which reachable via heuristic: ==16586== length64 : 5,096 bytes in 80 blocks ==16586== newarray : 6,296 bytes in 48 blocks ==16586== suppressed: 529,868 bytes in 8,165 blocks ==16586== Reachable blocks (those to which a pointer was found) are not shown. ==16586== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==16586== ==16586== For counts of detected and suppressed errors, rerun with: -v ==16586== ERROR SUMMARY: 5 errors from 5 contexts (suppressed: 68 from 68) ==16612== Memcheck, a memory error detector ==16612== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==16612== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==16612== Command: ./syncevo-local-sync ==16612== Parent PID: 16586 ==16612== ==16612== ==16612== HEAP SUMMARY: ==16612== in use at exit: 2,491,270 bytes in 25,307 blocks ==16612== total heap usage: 175,316 allocs, 150,009 frees, 33,913,246 bytes allocated ==16612== ==16612== LEAK SUMMARY: ==16612== definitely lost: 0 bytes in 0 blocks ==16612== indirectly lost: 0 bytes in 0 blocks ==16612== possibly lost: 528 bytes in 2 blocks ==16612== still reachable: 2,229,741 bytes in 21,272 blocks ==16612== of which reachable via heuristic: ==16612== length64 : 592 bytes in 10 blocks ==16612== newarray : 5,976 bytes in 28 blocks ==16612== suppressed: 253,889 bytes in 3,977 blocks ==16612== Reachable blocks (those to which a pointer was found) are not shown. ==16612== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==16612== ==16612== For counts of detected and suppressed errors, rerun with: -v ==16612== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==16628== Memcheck, a memory error detector ==16628== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==16628== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==16628== Command: ./syncevo-local-sync ==16628== Parent PID: 16586 ==16628== ==16628== ==16628== HEAP SUMMARY: ==16628== in use at exit: 3,278,858 bytes in 27,729 blocks ==16628== total heap usage: 174,058 allocs, 146,329 frees, 32,989,087 bytes allocated ==16628== ==16628== LEAK SUMMARY: ==16628== definitely lost: 0 bytes in 0 blocks ==16628== indirectly lost: 0 bytes in 0 blocks ==16628== possibly lost: 528 bytes in 2 blocks ==16628== still reachable: 3,017,313 bytes in 23,694 blocks ==16628== of which reachable via heuristic: ==16628== length64 : 592 bytes in 10 blocks ==16628== newarray : 12,912 bytes in 223 blocks ==16628== suppressed: 253,905 bytes in 3,977 blocks ==16628== Reachable blocks (those to which a pointer was found) are not shown. ==16628== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==16628== ==16628== For counts of detected and suppressed errors, rerun with: -v ==16628== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1663== Memcheck, a memory error detector ==1663== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1663== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1663== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart3Skip0 ==1663== Parent PID: 1651 ==1663== ==16646== Memcheck, a memory error detector ==16646== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==16646== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==16646== Command: ./syncevo-local-sync ==16646== Parent PID: 16586 ==16646== ==16646== ==16646== HEAP SUMMARY: ==16646== in use at exit: 2,491,270 bytes in 25,307 blocks ==16646== total heap usage: 175,330 allocs, 150,023 frees, 33,918,416 bytes allocated ==16646== ==16646== LEAK SUMMARY: ==16646== definitely lost: 0 bytes in 0 blocks ==16646== indirectly lost: 0 bytes in 0 blocks ==16646== possibly lost: 528 bytes in 2 blocks ==16646== still reachable: 2,229,741 bytes in 21,272 blocks ==16646== of which reachable via heuristic: ==16646== length64 : 592 bytes in 10 blocks ==16646== newarray : 5,976 bytes in 28 blocks ==16646== suppressed: 253,889 bytes in 3,977 blocks ==16646== Reachable blocks (those to which a pointer was found) are not shown. ==16646== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==16646== ==16646== For counts of detected and suppressed errors, rerun with: -v ==16646== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==16661== Memcheck, a memory error detector ==16661== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==16661== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==16661== Command: ./syncevo-local-sync ==16661== Parent PID: 16586 ==16661== ==16661== ==16661== HEAP SUMMARY: ==16661== in use at exit: 3,278,822 bytes in 27,729 blocks ==16661== total heap usage: 174,056 allocs, 146,327 frees, 32,988,470 bytes allocated ==16661== ==16661== LEAK SUMMARY: ==16661== definitely lost: 0 bytes in 0 blocks ==16661== indirectly lost: 0 bytes in 0 blocks ==16661== possibly lost: 528 bytes in 2 blocks ==16661== still reachable: 3,017,293 bytes in 23,694 blocks ==16661== of which reachable via heuristic: ==16661== length64 : 592 bytes in 10 blocks ==16661== newarray : 12,912 bytes in 223 blocks ==16661== suppressed: 253,889 bytes in 3,977 blocks ==16661== Reachable blocks (those to which a pointer was found) are not shown. ==16661== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==16661== ==16661== For counts of detected and suppressed errors, rerun with: -v ==16661== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==16679== Memcheck, a memory error detector ==16679== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==16679== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==16679== Command: ./syncevo-local-sync ==16679== Parent PID: 16586 ==16679== ==16679== ==16679== HEAP SUMMARY: ==16679== in use at exit: 2,491,270 bytes in 25,307 blocks ==16679== total heap usage: 186,177 allocs, 160,870 frees, 35,058,786 bytes allocated ==16679== ==16679== LEAK SUMMARY: ==16679== definitely lost: 0 bytes in 0 blocks ==16679== indirectly lost: 0 bytes in 0 blocks ==16679== possibly lost: 528 bytes in 2 blocks ==16679== still reachable: 2,229,741 bytes in 21,272 blocks ==16679== of which reachable via heuristic: ==16679== length64 : 592 bytes in 10 blocks ==16679== newarray : 5,976 bytes in 28 blocks ==16679== suppressed: 253,889 bytes in 3,977 blocks ==16679== Reachable blocks (those to which a pointer was found) are not shown. ==16679== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==16679== ==16679== For counts of detected and suppressed errors, rerun with: -v ==16679== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==16687== Memcheck, a memory error detector ==16687== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==16687== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==16687== Command: ./syncevo-local-sync ==16687== Parent PID: 16586 ==16687== ==16687== ==16687== HEAP SUMMARY: ==16687== in use at exit: 2,491,286 bytes in 25,307 blocks ==16687== total heap usage: 183,895 allocs, 158,588 frees, 34,862,634 bytes allocated ==16687== ==16687== LEAK SUMMARY: ==16687== definitely lost: 0 bytes in 0 blocks ==16687== indirectly lost: 0 bytes in 0 blocks ==16687== possibly lost: 528 bytes in 2 blocks ==16687== still reachable: 2,229,741 bytes in 21,272 blocks ==16687== of which reachable via heuristic: ==16687== length64 : 592 bytes in 10 blocks ==16687== newarray : 5,976 bytes in 28 blocks ==16687== suppressed: 253,905 bytes in 3,977 blocks ==16687== Reachable blocks (those to which a pointer was found) are not shown. ==16687== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==16687== ==16687== For counts of detected and suppressed errors, rerun with: -v ==16687== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==167== Memcheck, a memory error detector ==167== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==167== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==167== Command: ./client-test Client::Source::apple_caldav::testImport ==167== Parent PID: 112 ==167== ==167== ==167== HEAP SUMMARY: ==167== in use at exit: 522,254 bytes in 5,617 blocks ==167== total heap usage: 198,030 allocs, 192,356 frees, 36,051,849 bytes allocated ==167== ==167== LEAK SUMMARY: ==167== definitely lost: 0 bytes in 0 blocks ==167== indirectly lost: 0 bytes in 0 blocks ==167== possibly lost: 1,392 bytes in 4 blocks ==167== still reachable: 237,468 bytes in 1,244 blocks ==167== of which reachable via heuristic: ==167== length64 : 1,032 bytes in 18 blocks ==167== newarray : 5,976 bytes in 28 blocks ==167== suppressed: 271,874 bytes in 4,285 blocks ==167== Reachable blocks (those to which a pointer was found) are not shown. ==167== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==167== ==167== For counts of detected and suppressed errors, rerun with: -v ==167== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==1671== Memcheck, a memory error detector ==1671== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1671== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1671== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart3Skip0 ==1671== Parent PID: 1651 ==1671== ==16710== Memcheck, a memory error detector ==16710== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==16710== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==16710== Command: ./client-test Client::Sync::eds_contact::testCopy ==16710== Parent PID: 16586 ==16710== ==16728== Memcheck, a memory error detector ==16728== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==16728== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==16728== Command: ./client-test Client::Sync::eds_contact::testCopy ==16728== Parent PID: 16586 ==16728== ==16733== Memcheck, a memory error detector ==16733== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==16733== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==16733== Command: ./client-test Client::Sync::eds_contact::testDelete ==16733== Parent PID: 112 ==16733== ==16733== ==16733== HEAP SUMMARY: ==16733== in use at exit: 2,932,899 bytes in 30,197 blocks ==16733== total heap usage: 1,822,845 allocs, 1,792,587 frees, 275,979,606 bytes allocated ==16733== ==16733== LEAK SUMMARY: ==16733== definitely lost: 0 bytes in 0 blocks ==16733== indirectly lost: 0 bytes in 0 blocks ==16733== possibly lost: 1,824 bytes in 5 blocks ==16733== still reachable: 2,313,701 bytes in 21,424 blocks ==16733== of which reachable via heuristic: ==16733== length64 : 5,096 bytes in 80 blocks ==16733== newarray : 6,296 bytes in 48 blocks ==16733== suppressed: 527,430 bytes in 8,111 blocks ==16733== Reachable blocks (those to which a pointer was found) are not shown. ==16733== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==16733== ==16733== For counts of detected and suppressed errors, rerun with: -v ==16733== ERROR SUMMARY: 5 errors from 5 contexts (suppressed: 68 from 68) ==16759== Memcheck, a memory error detector ==16759== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==16759== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==16759== Command: ./syncevo-local-sync ==16759== Parent PID: 16733 ==16759== ==16759== ==16759== HEAP SUMMARY: ==16759== in use at exit: 2,491,270 bytes in 25,307 blocks ==16759== total heap usage: 182,264 allocs, 156,957 frees, 34,669,874 bytes allocated ==16759== ==16759== LEAK SUMMARY: ==16759== definitely lost: 0 bytes in 0 blocks ==16759== indirectly lost: 0 bytes in 0 blocks ==16759== possibly lost: 528 bytes in 2 blocks ==16759== still reachable: 2,229,741 bytes in 21,272 blocks ==16759== of which reachable via heuristic: ==16759== length64 : 592 bytes in 10 blocks ==16759== newarray : 5,976 bytes in 28 blocks ==16759== suppressed: 253,889 bytes in 3,977 blocks ==16759== Reachable blocks (those to which a pointer was found) are not shown. ==16759== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==16759== ==16759== For counts of detected and suppressed errors, rerun with: -v ==16759== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==16777== Memcheck, a memory error detector ==16777== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==16777== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==16777== Command: ./syncevo-local-sync ==16777== Parent PID: 16733 ==16777== ==16777== ==16777== HEAP SUMMARY: ==16777== in use at exit: 2,491,238 bytes in 25,305 blocks ==16777== total heap usage: 177,726 allocs, 152,421 frees, 34,212,669 bytes allocated ==16777== ==16777== LEAK SUMMARY: ==16777== definitely lost: 0 bytes in 0 blocks ==16777== indirectly lost: 0 bytes in 0 blocks ==16777== possibly lost: 528 bytes in 2 blocks ==16777== still reachable: 2,229,741 bytes in 21,272 blocks ==16777== of which reachable via heuristic: ==16777== length64 : 592 bytes in 10 blocks ==16777== newarray : 5,976 bytes in 28 blocks ==16777== suppressed: 253,857 bytes in 3,975 blocks ==16777== Reachable blocks (those to which a pointer was found) are not shown. ==16777== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==16777== ==16777== For counts of detected and suppressed errors, rerun with: -v ==16777== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1679== Memcheck, a memory error detector ==1679== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1679== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1679== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart3Skip0 ==1679== Parent PID: 1651 ==1679== ==16794== Memcheck, a memory error detector ==16794== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==16794== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==16794== Command: ./syncevo-local-sync ==16794== Parent PID: 16733 ==16794== ==16794== ==16794== HEAP SUMMARY: ==16794== in use at exit: 2,491,262 bytes in 25,307 blocks ==16794== total heap usage: 175,416 allocs, 150,109 frees, 33,959,185 bytes allocated ==16794== ==16794== LEAK SUMMARY: ==16794== definitely lost: 0 bytes in 0 blocks ==16794== indirectly lost: 0 bytes in 0 blocks ==16794== possibly lost: 528 bytes in 2 blocks ==16794== still reachable: 2,229,741 bytes in 21,272 blocks ==16794== of which reachable via heuristic: ==16794== length64 : 592 bytes in 10 blocks ==16794== newarray : 5,976 bytes in 28 blocks ==16794== suppressed: 253,881 bytes in 3,977 blocks ==16794== Reachable blocks (those to which a pointer was found) are not shown. ==16794== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==16794== ==16794== For counts of detected and suppressed errors, rerun with: -v ==16794== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==16809== Memcheck, a memory error detector ==16809== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==16809== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==16809== Command: ./syncevo-local-sync ==16809== Parent PID: 16733 ==16809== ==16809== ==16809== HEAP SUMMARY: ==16809== in use at exit: 3,278,830 bytes in 27,729 blocks ==16809== total heap usage: 174,029 allocs, 146,300 frees, 32,986,705 bytes allocated ==16809== ==16809== LEAK SUMMARY: ==16809== definitely lost: 0 bytes in 0 blocks ==16809== indirectly lost: 0 bytes in 0 blocks ==16809== possibly lost: 528 bytes in 2 blocks ==16809== still reachable: 3,017,301 bytes in 23,694 blocks ==16809== of which reachable via heuristic: ==16809== length64 : 592 bytes in 10 blocks ==16809== newarray : 12,912 bytes in 223 blocks ==16809== suppressed: 253,889 bytes in 3,977 blocks ==16809== Reachable blocks (those to which a pointer was found) are not shown. ==16809== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==16809== ==16809== For counts of detected and suppressed errors, rerun with: -v ==16809== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==16827== Memcheck, a memory error detector ==16827== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==16827== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==16827== Command: ./syncevo-local-sync ==16827== Parent PID: 16733 ==16827== ==16827== ==16827== HEAP SUMMARY: ==16827== in use at exit: 2,491,302 bytes in 25,307 blocks ==16827== total heap usage: 186,149 allocs, 160,842 frees, 35,057,109 bytes allocated ==16827== ==16827== LEAK SUMMARY: ==16827== definitely lost: 0 bytes in 0 blocks ==16827== indirectly lost: 0 bytes in 0 blocks ==16827== possibly lost: 528 bytes in 2 blocks ==16827== still reachable: 2,229,741 bytes in 21,272 blocks ==16827== of which reachable via heuristic: ==16827== length64 : 592 bytes in 10 blocks ==16827== newarray : 5,976 bytes in 28 blocks ==16827== suppressed: 253,921 bytes in 3,977 blocks ==16827== Reachable blocks (those to which a pointer was found) are not shown. ==16827== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==16827== ==16827== For counts of detected and suppressed errors, rerun with: -v ==16827== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==16835== Memcheck, a memory error detector ==16835== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==16835== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==16835== Command: ./syncevo-local-sync ==16835== Parent PID: 16733 ==16835== ==16835== ==16835== HEAP SUMMARY: ==16835== in use at exit: 2,491,222 bytes in 25,305 blocks ==16835== total heap usage: 183,891 allocs, 158,586 frees, 34,862,808 bytes allocated ==16835== ==16835== LEAK SUMMARY: ==16835== definitely lost: 0 bytes in 0 blocks ==16835== indirectly lost: 0 bytes in 0 blocks ==16835== possibly lost: 528 bytes in 2 blocks ==16835== still reachable: 2,229,741 bytes in 21,272 blocks ==16835== of which reachable via heuristic: ==16835== length64 : 592 bytes in 10 blocks ==16835== newarray : 5,976 bytes in 28 blocks ==16835== suppressed: 253,841 bytes in 3,975 blocks ==16835== Reachable blocks (those to which a pointer was found) are not shown. ==16835== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==16835== ==16835== For counts of detected and suppressed errors, rerun with: -v ==16835== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==16858== Memcheck, a memory error detector ==16858== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==16858== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==16858== Command: ./client-test Client::Sync::eds_contact::testDelete ==16858== Parent PID: 16733 ==16858== ==1687== Memcheck, a memory error detector ==1687== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1687== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1687== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart3Skip0 ==1687== Parent PID: 1651 ==1687== ==16871== Memcheck, a memory error detector ==16871== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==16871== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==16871== Command: ./syncevo-local-sync ==16871== Parent PID: 16733 ==16871== ==16871== ==16871== HEAP SUMMARY: ==16871== in use at exit: 2,491,270 bytes in 25,307 blocks ==16871== total heap usage: 177,701 allocs, 152,394 frees, 34,188,648 bytes allocated ==16871== ==16871== LEAK SUMMARY: ==16871== definitely lost: 0 bytes in 0 blocks ==16871== indirectly lost: 0 bytes in 0 blocks ==16871== possibly lost: 528 bytes in 2 blocks ==16871== still reachable: 2,229,741 bytes in 21,272 blocks ==16871== of which reachable via heuristic: ==16871== length64 : 592 bytes in 10 blocks ==16871== newarray : 5,976 bytes in 28 blocks ==16871== suppressed: 253,889 bytes in 3,977 blocks ==16871== Reachable blocks (those to which a pointer was found) are not shown. ==16871== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==16871== ==16871== For counts of detected and suppressed errors, rerun with: -v ==16871== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==16878== Memcheck, a memory error detector ==16878== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==16878== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==16878== Command: ./syncevo-local-sync ==16878== Parent PID: 16733 ==16878== ==16878== ==16878== HEAP SUMMARY: ==16878== in use at exit: 2,491,270 bytes in 25,307 blocks ==16878== total heap usage: 177,254 allocs, 151,947 frees, 34,157,212 bytes allocated ==16878== ==16878== LEAK SUMMARY: ==16878== definitely lost: 0 bytes in 0 blocks ==16878== indirectly lost: 0 bytes in 0 blocks ==16878== possibly lost: 528 bytes in 2 blocks ==16878== still reachable: 2,229,741 bytes in 21,272 blocks ==16878== of which reachable via heuristic: ==16878== length64 : 592 bytes in 10 blocks ==16878== newarray : 5,976 bytes in 28 blocks ==16878== suppressed: 253,889 bytes in 3,977 blocks ==16878== Reachable blocks (those to which a pointer was found) are not shown. ==16878== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==16878== ==16878== For counts of detected and suppressed errors, rerun with: -v ==16878== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==16892== Memcheck, a memory error detector ==16892== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==16892== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==16892== Command: ./client-test Client::Sync::eds_contact::testAddUpdate ==16892== Parent PID: 112 ==16892== ==16892== ==16892== HEAP SUMMARY: ==16892== in use at exit: 2,941,245 bytes in 30,339 blocks ==16892== total heap usage: 1,388,453 allocs, 1,358,055 frees, 212,710,444 bytes allocated ==16892== ==16892== LEAK SUMMARY: ==16892== definitely lost: 0 bytes in 0 blocks ==16892== indirectly lost: 0 bytes in 0 blocks ==16892== possibly lost: 1,824 bytes in 5 blocks ==16892== still reachable: 2,317,352 bytes in 21,477 blocks ==16892== of which reachable via heuristic: ==16892== length64 : 5,096 bytes in 80 blocks ==16892== newarray : 6,296 bytes in 48 blocks ==16892== suppressed: 532,125 bytes in 8,200 blocks ==16892== Reachable blocks (those to which a pointer was found) are not shown. ==16892== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==16892== ==16892== For counts of detected and suppressed errors, rerun with: -v ==16892== ERROR SUMMARY: 5 errors from 5 contexts (suppressed: 68 from 68) ==16918== Memcheck, a memory error detector ==16918== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==16918== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==16918== Command: ./syncevo-local-sync ==16918== Parent PID: 16892 ==16918== ==16918== ==16918== HEAP SUMMARY: ==16918== in use at exit: 2,491,270 bytes in 25,307 blocks ==16918== total heap usage: 175,355 allocs, 150,048 frees, 33,915,876 bytes allocated ==16918== ==16918== LEAK SUMMARY: ==16918== definitely lost: 0 bytes in 0 blocks ==16918== indirectly lost: 0 bytes in 0 blocks ==16918== possibly lost: 528 bytes in 2 blocks ==16918== still reachable: 2,229,741 bytes in 21,272 blocks ==16918== of which reachable via heuristic: ==16918== length64 : 592 bytes in 10 blocks ==16918== newarray : 5,976 bytes in 28 blocks ==16918== suppressed: 253,889 bytes in 3,977 blocks ==16918== Reachable blocks (those to which a pointer was found) are not shown. ==16918== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==16918== ==16918== For counts of detected and suppressed errors, rerun with: -v ==16918== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==16933== Memcheck, a memory error detector ==16933== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==16933== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==16933== Command: ./syncevo-local-sync ==16933== Parent PID: 16892 ==16933== ==16933== ==16933== HEAP SUMMARY: ==16933== in use at exit: 3,278,850 bytes in 27,729 blocks ==16933== total heap usage: 174,013 allocs, 146,284 frees, 32,985,982 bytes allocated ==16933== ==16933== LEAK SUMMARY: ==16933== definitely lost: 0 bytes in 0 blocks ==16933== indirectly lost: 0 bytes in 0 blocks ==16933== possibly lost: 528 bytes in 2 blocks ==16933== still reachable: 3,017,313 bytes in 23,694 blocks ==16933== of which reachable via heuristic: ==16933== length64 : 592 bytes in 10 blocks ==16933== newarray : 12,912 bytes in 223 blocks ==16933== suppressed: 253,897 bytes in 3,977 blocks ==16933== Reachable blocks (those to which a pointer was found) are not shown. ==16933== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==16933== ==16933== For counts of detected and suppressed errors, rerun with: -v ==16933== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==16941== Memcheck, a memory error detector ==16941== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==16941== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==16941== Command: ./syncevo-local-sync ==16941== Parent PID: 16892 ==16941== ==16941== ==16941== HEAP SUMMARY: ==16941== in use at exit: 2,491,270 bytes in 25,307 blocks ==16941== total heap usage: 176,054 allocs, 150,747 frees, 33,995,092 bytes allocated ==16941== ==16941== LEAK SUMMARY: ==16941== definitely lost: 0 bytes in 0 blocks ==16941== indirectly lost: 0 bytes in 0 blocks ==16941== possibly lost: 528 bytes in 2 blocks ==16941== still reachable: 2,229,741 bytes in 21,272 blocks ==16941== of which reachable via heuristic: ==16941== length64 : 592 bytes in 10 blocks ==16941== newarray : 5,976 bytes in 28 blocks ==16941== suppressed: 253,889 bytes in 3,977 blocks ==16941== Reachable blocks (those to which a pointer was found) are not shown. ==16941== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==16941== ==16941== For counts of detected and suppressed errors, rerun with: -v ==16941== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1695== Memcheck, a memory error detector ==1695== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1695== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1695== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart3Skip1 ==1695== Parent PID: 112 ==1695== ==1695== ==1695== HEAP SUMMARY: ==1695== in use at exit: 472,596 bytes in 5,422 blocks ==1695== total heap usage: 234,860 allocs, 229,373 frees, 35,461,878 bytes allocated ==1695== ==1695== LEAK SUMMARY: ==1695== definitely lost: 0 bytes in 0 blocks ==1695== indirectly lost: 0 bytes in 0 blocks ==1695== possibly lost: 1,392 bytes in 4 blocks ==1695== still reachable: 187,801 bytes in 1,049 blocks ==1695== of which reachable via heuristic: ==1695== length64 : 1,032 bytes in 18 blocks ==1695== newarray : 5,976 bytes in 28 blocks ==1695== suppressed: 271,883 bytes in 4,285 blocks ==1695== Reachable blocks (those to which a pointer was found) are not shown. ==1695== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1695== ==1695== For counts of detected and suppressed errors, rerun with: -v ==1695== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==16960== Memcheck, a memory error detector ==16960== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==16960== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==16960== Command: ./syncevo-local-sync ==16960== Parent PID: 16892 ==16960== ==16960== ==16960== HEAP SUMMARY: ==16960== in use at exit: 2,491,214 bytes in 25,305 blocks ==16960== total heap usage: 186,136 allocs, 160,831 frees, 35,056,016 bytes allocated ==16960== ==16960== LEAK SUMMARY: ==16960== definitely lost: 0 bytes in 0 blocks ==16960== indirectly lost: 0 bytes in 0 blocks ==16960== possibly lost: 528 bytes in 2 blocks ==16960== still reachable: 2,229,741 bytes in 21,272 blocks ==16960== of which reachable via heuristic: ==16960== length64 : 592 bytes in 10 blocks ==16960== newarray : 5,976 bytes in 28 blocks ==16960== suppressed: 253,833 bytes in 3,975 blocks ==16960== Reachable blocks (those to which a pointer was found) are not shown. ==16960== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==16960== ==16960== For counts of detected and suppressed errors, rerun with: -v ==16960== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==16978== Memcheck, a memory error detector ==16978== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==16978== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==16978== Command: ./syncevo-local-sync ==16978== Parent PID: 16892 ==16978== ==16978== ==16978== HEAP SUMMARY: ==16978== in use at exit: 2,491,270 bytes in 25,307 blocks ==16978== total heap usage: 190,814 allocs, 165,507 frees, 35,575,253 bytes allocated ==16978== ==16978== LEAK SUMMARY: ==16978== definitely lost: 0 bytes in 0 blocks ==16978== indirectly lost: 0 bytes in 0 blocks ==16978== possibly lost: 528 bytes in 2 blocks ==16978== still reachable: 2,229,741 bytes in 21,272 blocks ==16978== of which reachable via heuristic: ==16978== length64 : 592 bytes in 10 blocks ==16978== newarray : 5,976 bytes in 28 blocks ==16978== suppressed: 253,889 bytes in 3,977 blocks ==16978== Reachable blocks (those to which a pointer was found) are not shown. ==16978== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==16978== ==16978== For counts of detected and suppressed errors, rerun with: -v ==16978== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==16986== Memcheck, a memory error detector ==16986== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==16986== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==16986== Command: ./syncevo-local-sync ==16986== Parent PID: 16892 ==16986== ==16986== ==16986== HEAP SUMMARY: ==16986== in use at exit: 2,491,278 bytes in 25,307 blocks ==16986== total heap usage: 183,887 allocs, 158,580 frees, 34,843,137 bytes allocated ==16986== ==16986== LEAK SUMMARY: ==16986== definitely lost: 0 bytes in 0 blocks ==16986== indirectly lost: 0 bytes in 0 blocks ==16986== possibly lost: 528 bytes in 2 blocks ==16986== still reachable: 2,229,741 bytes in 21,272 blocks ==16986== of which reachable via heuristic: ==16986== length64 : 592 bytes in 10 blocks ==16986== newarray : 5,976 bytes in 28 blocks ==16986== suppressed: 253,897 bytes in 3,977 blocks ==16986== Reachable blocks (those to which a pointer was found) are not shown. ==16986== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==16986== ==16986== For counts of detected and suppressed errors, rerun with: -v ==16986== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1699== Memcheck, a memory error detector ==1699== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1699== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1699== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart3Skip1 ==1699== Parent PID: 1695 ==1699== ==17009== Memcheck, a memory error detector ==17009== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==17009== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==17009== Command: ./client-test Client::Sync::eds_contact::testAddUpdate ==17009== Parent PID: 16892 ==17009== ==17014== Memcheck, a memory error detector ==17014== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==17014== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==17014== Command: ./client-test Client::Sync::eds_contact::testManyItems ==17014== Parent PID: 112 ==17014== ==17014== ==17014== HEAP SUMMARY: ==17014== in use at exit: 2,993,915 bytes in 30,363 blocks ==17014== total heap usage: 5,000,570 allocs, 4,970,148 frees, 616,364,007 bytes allocated ==17014== ==17014== LEAK SUMMARY: ==17014== definitely lost: 0 bytes in 0 blocks ==17014== indirectly lost: 0 bytes in 0 blocks ==17014== possibly lost: 1,824 bytes in 5 blocks ==17014== still reachable: 2,370,102 bytes in 21,501 blocks ==17014== of which reachable via heuristic: ==17014== length64 : 5,096 bytes in 80 blocks ==17014== newarray : 6,296 bytes in 48 blocks ==17014== suppressed: 532,045 bytes in 8,200 blocks ==17014== Reachable blocks (those to which a pointer was found) are not shown. ==17014== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==17014== ==17014== For counts of detected and suppressed errors, rerun with: -v ==17014== ERROR SUMMARY: 5 errors from 5 contexts (suppressed: 68 from 68) ==17040== Memcheck, a memory error detector ==17040== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==17040== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==17040== Command: ./syncevo-local-sync ==17040== Parent PID: 17014 ==17040== ==17040== ==17040== HEAP SUMMARY: ==17040== in use at exit: 2,491,286 bytes in 25,307 blocks ==17040== total heap usage: 182,238 allocs, 156,931 frees, 34,659,129 bytes allocated ==17040== ==17040== LEAK SUMMARY: ==17040== definitely lost: 0 bytes in 0 blocks ==17040== indirectly lost: 0 bytes in 0 blocks ==17040== possibly lost: 528 bytes in 2 blocks ==17040== still reachable: 2,229,741 bytes in 21,272 blocks ==17040== of which reachable via heuristic: ==17040== length64 : 592 bytes in 10 blocks ==17040== newarray : 5,976 bytes in 28 blocks ==17040== suppressed: 253,905 bytes in 3,977 blocks ==17040== Reachable blocks (those to which a pointer was found) are not shown. ==17040== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==17040== ==17040== For counts of detected and suppressed errors, rerun with: -v ==17040== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==17057== Memcheck, a memory error detector ==17057== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==17057== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==17057== Command: ./syncevo-local-sync ==17057== Parent PID: 17014 ==17057== ==17057== ==17057== HEAP SUMMARY: ==17057== in use at exit: 2,491,278 bytes in 25,307 blocks ==17057== total heap usage: 177,742 allocs, 152,435 frees, 34,213,541 bytes allocated ==17057== ==17057== LEAK SUMMARY: ==17057== definitely lost: 0 bytes in 0 blocks ==17057== indirectly lost: 0 bytes in 0 blocks ==17057== possibly lost: 528 bytes in 2 blocks ==17057== still reachable: 2,229,741 bytes in 21,272 blocks ==17057== of which reachable via heuristic: ==17057== length64 : 592 bytes in 10 blocks ==17057== newarray : 5,976 bytes in 28 blocks ==17057== suppressed: 253,897 bytes in 3,977 blocks ==17057== Reachable blocks (those to which a pointer was found) are not shown. ==17057== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==17057== ==17057== For counts of detected and suppressed errors, rerun with: -v ==17057== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1707== Memcheck, a memory error detector ==1707== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1707== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1707== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart3Skip1 ==1707== Parent PID: 1695 ==1707== ==17070== Memcheck, a memory error detector ==17070== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==17070== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==17070== Command: ./syncevo-local-sync ==17070== Parent PID: 17014 ==17070== ==17070== ==17070== HEAP SUMMARY: ==17070== in use at exit: 2,491,270 bytes in 25,307 blocks ==17070== total heap usage: 1,109,860 allocs, 1,084,553 frees, 138,632,944 bytes allocated ==17070== ==17070== LEAK SUMMARY: ==17070== definitely lost: 0 bytes in 0 blocks ==17070== indirectly lost: 0 bytes in 0 blocks ==17070== possibly lost: 528 bytes in 2 blocks ==17070== still reachable: 2,229,741 bytes in 21,272 blocks ==17070== of which reachable via heuristic: ==17070== length64 : 592 bytes in 10 blocks ==17070== newarray : 5,976 bytes in 28 blocks ==17070== suppressed: 253,889 bytes in 3,977 blocks ==17070== Reachable blocks (those to which a pointer was found) are not shown. ==17070== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==17070== ==17070== For counts of detected and suppressed errors, rerun with: -v ==17070== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==17079== Memcheck, a memory error detector ==17079== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==17079== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==17079== Command: ./syncevo-local-sync ==17079== Parent PID: 17014 ==17079== ==17079== ==17079== HEAP SUMMARY: ==17079== in use at exit: 2,491,222 bytes in 25,305 blocks ==17079== total heap usage: 802,127 allocs, 776,822 frees, 103,269,028 bytes allocated ==17079== ==17079== LEAK SUMMARY: ==17079== definitely lost: 0 bytes in 0 blocks ==17079== indirectly lost: 0 bytes in 0 blocks ==17079== possibly lost: 528 bytes in 2 blocks ==17079== still reachable: 2,229,741 bytes in 21,272 blocks ==17079== of which reachable via heuristic: ==17079== length64 : 592 bytes in 10 blocks ==17079== newarray : 5,976 bytes in 28 blocks ==17079== suppressed: 253,841 bytes in 3,975 blocks ==17079== Reachable blocks (those to which a pointer was found) are not shown. ==17079== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==17079== ==17079== For counts of detected and suppressed errors, rerun with: -v ==17079== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==17088== Memcheck, a memory error detector ==17088== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==17088== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==17088== Command: ./syncevo-local-sync ==17088== Parent PID: 17014 ==17088== ==17088== ==17088== HEAP SUMMARY: ==17088== in use at exit: 2,491,294 bytes in 25,307 blocks ==17088== total heap usage: 798,629 allocs, 773,322 frees, 103,027,882 bytes allocated ==17088== ==17088== LEAK SUMMARY: ==17088== definitely lost: 0 bytes in 0 blocks ==17088== indirectly lost: 0 bytes in 0 blocks ==17088== possibly lost: 528 bytes in 2 blocks ==17088== still reachable: 2,229,741 bytes in 21,272 blocks ==17088== of which reachable via heuristic: ==17088== length64 : 592 bytes in 10 blocks ==17088== newarray : 5,976 bytes in 28 blocks ==17088== suppressed: 253,913 bytes in 3,977 blocks ==17088== Reachable blocks (those to which a pointer was found) are not shown. ==17088== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==17088== ==17088== For counts of detected and suppressed errors, rerun with: -v ==17088== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==17098== Memcheck, a memory error detector ==17098== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==17098== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==17098== Command: ./syncevo-local-sync ==17098== Parent PID: 17014 ==17098== ==17098== ==17098== HEAP SUMMARY: ==17098== in use at exit: 2,491,278 bytes in 25,307 blocks ==17098== total heap usage: 788,252 allocs, 762,945 frees, 102,230,571 bytes allocated ==17098== ==17098== LEAK SUMMARY: ==17098== definitely lost: 0 bytes in 0 blocks ==17098== indirectly lost: 0 bytes in 0 blocks ==17098== possibly lost: 528 bytes in 2 blocks ==17098== still reachable: 2,229,741 bytes in 21,272 blocks ==17098== of which reachable via heuristic: ==17098== length64 : 592 bytes in 10 blocks ==17098== newarray : 5,976 bytes in 28 blocks ==17098== suppressed: 253,897 bytes in 3,977 blocks ==17098== Reachable blocks (those to which a pointer was found) are not shown. ==17098== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==17098== ==17098== For counts of detected and suppressed errors, rerun with: -v ==17098== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==171== Memcheck, a memory error detector ==171== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==171== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==171== Command: ./client-test Client::Source::apple_caldav::testImport ==171== Parent PID: 167 ==171== ==17122== Memcheck, a memory error detector ==17122== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==17122== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==17122== Command: ./client-test Client::Sync::eds_contact::testManyItems ==17122== Parent PID: 17014 ==17122== ==17126== Memcheck, a memory error detector ==17126== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==17126== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==17126== Command: ./client-test Client::Sync::eds_contact::testManyDeletes ==17126== Parent PID: 112 ==17126== ==17126== ==17126== HEAP SUMMARY: ==17126== in use at exit: 2,935,752 bytes in 30,263 blocks ==17126== total heap usage: 6,962,738 allocs, 6,932,414 frees, 782,165,540 bytes allocated ==17126== ==17126== LEAK SUMMARY: ==17126== definitely lost: 0 bytes in 0 blocks ==17126== indirectly lost: 0 bytes in 0 blocks ==17126== possibly lost: 1,392 bytes in 4 blocks ==17126== still reachable: 2,314,817 bytes in 21,436 blocks ==17126== of which reachable via heuristic: ==17126== length64 : 5,096 bytes in 80 blocks ==17126== newarray : 6,296 bytes in 48 blocks ==17126== suppressed: 529,431 bytes in 8,164 blocks ==17126== Reachable blocks (those to which a pointer was found) are not shown. ==17126== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==17126== ==17126== For counts of detected and suppressed errors, rerun with: -v ==17126== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==1715== Memcheck, a memory error detector ==1715== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1715== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1715== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart3Skip1 ==1715== Parent PID: 1695 ==1715== ==17152== Memcheck, a memory error detector ==17152== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==17152== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==17152== Command: ./syncevo-local-sync ==17152== Parent PID: 17126 ==17152== ==17152== ==17152== HEAP SUMMARY: ==17152== in use at exit: 2,491,318 bytes in 25,308 blocks ==17152== total heap usage: 788,227 allocs, 762,919 frees, 102,210,232 bytes allocated ==17152== ==17152== LEAK SUMMARY: ==17152== definitely lost: 0 bytes in 0 blocks ==17152== indirectly lost: 0 bytes in 0 blocks ==17152== possibly lost: 528 bytes in 2 blocks ==17152== still reachable: 2,229,741 bytes in 21,272 blocks ==17152== of which reachable via heuristic: ==17152== length64 : 632 bytes in 11 blocks ==17152== newarray : 5,976 bytes in 28 blocks ==17152== suppressed: 253,937 bytes in 3,978 blocks ==17152== Reachable blocks (those to which a pointer was found) are not shown. ==17152== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==17152== ==17152== For counts of detected and suppressed errors, rerun with: -v ==17152== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==17170== Memcheck, a memory error detector ==17170== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==17170== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==17170== Command: ./syncevo-local-sync ==17170== Parent PID: 17126 ==17170== ==17170== ==17170== HEAP SUMMARY: ==17170== in use at exit: 2,491,278 bytes in 25,307 blocks ==17170== total heap usage: 313,634 allocs, 288,327 frees, 51,366,578 bytes allocated ==17170== ==17170== LEAK SUMMARY: ==17170== definitely lost: 0 bytes in 0 blocks ==17170== indirectly lost: 0 bytes in 0 blocks ==17170== possibly lost: 528 bytes in 2 blocks ==17170== still reachable: 2,229,741 bytes in 21,272 blocks ==17170== of which reachable via heuristic: ==17170== length64 : 592 bytes in 10 blocks ==17170== newarray : 5,976 bytes in 28 blocks ==17170== suppressed: 253,897 bytes in 3,977 blocks ==17170== Reachable blocks (those to which a pointer was found) are not shown. ==17170== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==17170== ==17170== For counts of detected and suppressed errors, rerun with: -v ==17170== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==17184== Memcheck, a memory error detector ==17184== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==17184== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==17184== Command: ./syncevo-local-sync ==17184== Parent PID: 17126 ==17184== ==17184== ==17184== HEAP SUMMARY: ==17184== in use at exit: 2,491,286 bytes in 25,307 blocks ==17184== total heap usage: 1,091,633 allocs, 1,066,326 frees, 128,356,916 bytes allocated ==17184== ==17184== LEAK SUMMARY: ==17184== definitely lost: 0 bytes in 0 blocks ==17184== indirectly lost: 0 bytes in 0 blocks ==17184== possibly lost: 528 bytes in 2 blocks ==17184== still reachable: 2,229,741 bytes in 21,272 blocks ==17184== of which reachable via heuristic: ==17184== length64 : 592 bytes in 10 blocks ==17184== newarray : 5,976 bytes in 28 blocks ==17184== suppressed: 253,905 bytes in 3,977 blocks ==17184== Reachable blocks (those to which a pointer was found) are not shown. ==17184== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==17184== ==17184== For counts of detected and suppressed errors, rerun with: -v ==17184== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==17193== Memcheck, a memory error detector ==17193== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==17193== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==17193== Command: ./syncevo-local-sync ==17193== Parent PID: 17126 ==17193== ==17193== ==17193== HEAP SUMMARY: ==17193== in use at exit: 2,491,270 bytes in 25,307 blocks ==17193== total heap usage: 793,265 allocs, 767,958 frees, 97,658,046 bytes allocated ==17193== ==17193== LEAK SUMMARY: ==17193== definitely lost: 0 bytes in 0 blocks ==17193== indirectly lost: 0 bytes in 0 blocks ==17193== possibly lost: 528 bytes in 2 blocks ==17193== still reachable: 2,229,741 bytes in 21,272 blocks ==17193== of which reachable via heuristic: ==17193== length64 : 592 bytes in 10 blocks ==17193== newarray : 5,976 bytes in 28 blocks ==17193== suppressed: 253,889 bytes in 3,977 blocks ==17193== Reachable blocks (those to which a pointer was found) are not shown. ==17193== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==17193== ==17193== For counts of detected and suppressed errors, rerun with: -v ==17193== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==17202== Memcheck, a memory error detector ==17202== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==17202== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==17202== Command: ./syncevo-local-sync ==17202== Parent PID: 17126 ==17202== ==17202== ==17202== HEAP SUMMARY: ==17202== in use at exit: 2,491,286 bytes in 25,307 blocks ==17202== total heap usage: 793,227 allocs, 767,920 frees, 97,635,118 bytes allocated ==17202== ==17202== LEAK SUMMARY: ==17202== definitely lost: 0 bytes in 0 blocks ==17202== indirectly lost: 0 bytes in 0 blocks ==17202== possibly lost: 528 bytes in 2 blocks ==17202== still reachable: 2,229,741 bytes in 21,272 blocks ==17202== of which reachable via heuristic: ==17202== length64 : 592 bytes in 10 blocks ==17202== newarray : 5,976 bytes in 28 blocks ==17202== suppressed: 253,905 bytes in 3,977 blocks ==17202== Reachable blocks (those to which a pointer was found) are not shown. ==17202== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==17202== ==17202== For counts of detected and suppressed errors, rerun with: -v ==17202== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==17212== Memcheck, a memory error detector ==17212== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==17212== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==17212== Command: ./syncevo-local-sync ==17212== Parent PID: 17126 ==17212== ==17212== ==17212== HEAP SUMMARY: ==17212== in use at exit: 2,491,286 bytes in 25,307 blocks ==17212== total heap usage: 778,866 allocs, 753,559 frees, 94,963,737 bytes allocated ==17212== ==17212== LEAK SUMMARY: ==17212== definitely lost: 0 bytes in 0 blocks ==17212== indirectly lost: 0 bytes in 0 blocks ==17212== possibly lost: 528 bytes in 2 blocks ==17212== still reachable: 2,229,741 bytes in 21,272 blocks ==17212== of which reachable via heuristic: ==17212== length64 : 592 bytes in 10 blocks ==17212== newarray : 5,976 bytes in 28 blocks ==17212== suppressed: 253,905 bytes in 3,977 blocks ==17212== Reachable blocks (those to which a pointer was found) are not shown. ==17212== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==17212== ==17212== For counts of detected and suppressed errors, rerun with: -v ==17212== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1723== Memcheck, a memory error detector ==1723== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1723== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1723== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart3Skip2 ==1723== Parent PID: 112 ==1723== ==1723== ==1723== HEAP SUMMARY: ==1723== in use at exit: 465,412 bytes in 5,394 blocks ==1723== total heap usage: 203,055 allocs, 197,599 frees, 30,397,611 bytes allocated ==1723== ==1723== LEAK SUMMARY: ==1723== definitely lost: 0 bytes in 0 blocks ==1723== indirectly lost: 0 bytes in 0 blocks ==1723== possibly lost: 1,392 bytes in 4 blocks ==1723== still reachable: 180,633 bytes in 1,021 blocks ==1723== of which reachable via heuristic: ==1723== length64 : 1,032 bytes in 18 blocks ==1723== newarray : 5,976 bytes in 28 blocks ==1723== suppressed: 271,867 bytes in 4,285 blocks ==1723== Reachable blocks (those to which a pointer was found) are not shown. ==1723== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1723== ==1723== For counts of detected and suppressed errors, rerun with: -v ==1723== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==17236== Memcheck, a memory error detector ==17236== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==17236== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==17236== Command: ./client-test Client::Sync::eds_contact::testManyDeletes ==17236== Parent PID: 17126 ==17236== ==17248== Memcheck, a memory error detector ==17248== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==17248== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==17248== Command: ./syncevo-local-sync ==17248== Parent PID: 17126 ==17248== ==17248== ==17248== HEAP SUMMARY: ==17248== in use at exit: 2,491,286 bytes in 25,307 blocks ==17248== total heap usage: 313,452 allocs, 288,145 frees, 48,335,149 bytes allocated ==17248== ==17248== LEAK SUMMARY: ==17248== definitely lost: 0 bytes in 0 blocks ==17248== indirectly lost: 0 bytes in 0 blocks ==17248== possibly lost: 528 bytes in 2 blocks ==17248== still reachable: 2,229,741 bytes in 21,272 blocks ==17248== of which reachable via heuristic: ==17248== length64 : 592 bytes in 10 blocks ==17248== newarray : 5,976 bytes in 28 blocks ==17248== suppressed: 253,905 bytes in 3,977 blocks ==17248== Reachable blocks (those to which a pointer was found) are not shown. ==17248== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==17248== ==17248== For counts of detected and suppressed errors, rerun with: -v ==17248== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==17256== Memcheck, a memory error detector ==17256== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==17256== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==17256== Command: ./syncevo-local-sync ==17256== Parent PID: 17126 ==17256== ==17256== ==17256== HEAP SUMMARY: ==17256== in use at exit: 2,491,270 bytes in 25,307 blocks ==17256== total heap usage: 179,625 allocs, 154,318 frees, 31,247,188 bytes allocated ==17256== ==17256== LEAK SUMMARY: ==17256== definitely lost: 0 bytes in 0 blocks ==17256== indirectly lost: 0 bytes in 0 blocks ==17256== possibly lost: 528 bytes in 2 blocks ==17256== still reachable: 2,229,741 bytes in 21,272 blocks ==17256== of which reachable via heuristic: ==17256== length64 : 592 bytes in 10 blocks ==17256== newarray : 5,976 bytes in 28 blocks ==17256== suppressed: 253,889 bytes in 3,977 blocks ==17256== Reachable blocks (those to which a pointer was found) are not shown. ==17256== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==17256== ==17256== For counts of detected and suppressed errors, rerun with: -v ==17256== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==17265== Memcheck, a memory error detector ==17265== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==17265== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==17265== Command: ./client-test Client::Sync::eds_contact::testSlowSyncSemantic ==17265== Parent PID: 112 ==17265== ==17265== ==17265== HEAP SUMMARY: ==17265== in use at exit: 2,936,589 bytes in 30,271 blocks ==17265== total heap usage: 2,286,959 allocs, 2,256,624 frees, 357,901,411 bytes allocated ==17265== ==17265== LEAK SUMMARY: ==17265== definitely lost: 0 bytes in 0 blocks ==17265== indirectly lost: 0 bytes in 0 blocks ==17265== possibly lost: 1,824 bytes in 5 blocks ==17265== still reachable: 2,314,869 bytes in 21,432 blocks ==17265== of which reachable via heuristic: ==17265== length64 : 5,096 bytes in 80 blocks ==17265== newarray : 6,296 bytes in 48 blocks ==17265== suppressed: 529,952 bytes in 8,177 blocks ==17265== Reachable blocks (those to which a pointer was found) are not shown. ==17265== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==17265== ==17265== For counts of detected and suppressed errors, rerun with: -v ==17265== ERROR SUMMARY: 5 errors from 5 contexts (suppressed: 68 from 68) ==1727== Memcheck, a memory error detector ==1727== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1727== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1727== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart3Skip2 ==1727== Parent PID: 1723 ==1727== ==17291== Memcheck, a memory error detector ==17291== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==17291== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==17291== Command: ./syncevo-local-sync ==17291== Parent PID: 17265 ==17291== ==17291== ==17291== HEAP SUMMARY: ==17291== in use at exit: 2,491,278 bytes in 25,307 blocks ==17291== total heap usage: 175,362 allocs, 150,055 frees, 33,937,567 bytes allocated ==17291== ==17291== LEAK SUMMARY: ==17291== definitely lost: 0 bytes in 0 blocks ==17291== indirectly lost: 0 bytes in 0 blocks ==17291== possibly lost: 528 bytes in 2 blocks ==17291== still reachable: 2,229,741 bytes in 21,272 blocks ==17291== of which reachable via heuristic: ==17291== length64 : 592 bytes in 10 blocks ==17291== newarray : 5,976 bytes in 28 blocks ==17291== suppressed: 253,897 bytes in 3,977 blocks ==17291== Reachable blocks (those to which a pointer was found) are not shown. ==17291== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==17291== ==17291== For counts of detected and suppressed errors, rerun with: -v ==17291== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==17306== Memcheck, a memory error detector ==17306== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==17306== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==17306== Command: ./syncevo-local-sync ==17306== Parent PID: 17265 ==17306== ==17306== ==17306== HEAP SUMMARY: ==17306== in use at exit: 3,278,890 bytes in 27,729 blocks ==17306== total heap usage: 174,034 allocs, 146,305 frees, 32,988,834 bytes allocated ==17306== ==17306== LEAK SUMMARY: ==17306== definitely lost: 0 bytes in 0 blocks ==17306== indirectly lost: 0 bytes in 0 blocks ==17306== possibly lost: 528 bytes in 2 blocks ==17306== still reachable: 3,017,361 bytes in 23,694 blocks ==17306== of which reachable via heuristic: ==17306== length64 : 592 bytes in 10 blocks ==17306== newarray : 12,912 bytes in 223 blocks ==17306== suppressed: 253,889 bytes in 3,977 blocks ==17306== Reachable blocks (those to which a pointer was found) are not shown. ==17306== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==17306== ==17306== For counts of detected and suppressed errors, rerun with: -v ==17306== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==17324== Memcheck, a memory error detector ==17324== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==17324== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==17324== Command: ./syncevo-local-sync ==17324== Parent PID: 17265 ==17324== ==17324== ==17324== HEAP SUMMARY: ==17324== in use at exit: 2,491,278 bytes in 25,307 blocks ==17324== total heap usage: 175,319 allocs, 150,012 frees, 33,914,060 bytes allocated ==17324== ==17324== LEAK SUMMARY: ==17324== definitely lost: 0 bytes in 0 blocks ==17324== indirectly lost: 0 bytes in 0 blocks ==17324== possibly lost: 528 bytes in 2 blocks ==17324== still reachable: 2,229,741 bytes in 21,272 blocks ==17324== of which reachable via heuristic: ==17324== length64 : 592 bytes in 10 blocks ==17324== newarray : 5,976 bytes in 28 blocks ==17324== suppressed: 253,897 bytes in 3,977 blocks ==17324== Reachable blocks (those to which a pointer was found) are not shown. ==17324== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==17324== ==17324== For counts of detected and suppressed errors, rerun with: -v ==17324== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==17339== Memcheck, a memory error detector ==17339== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==17339== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==17339== Command: ./syncevo-local-sync ==17339== Parent PID: 17265 ==17339== ==17339== ==17339== HEAP SUMMARY: ==17339== in use at exit: 3,278,910 bytes in 27,729 blocks ==17339== total heap usage: 174,027 allocs, 146,298 frees, 32,987,521 bytes allocated ==17339== ==17339== LEAK SUMMARY: ==17339== definitely lost: 0 bytes in 0 blocks ==17339== indirectly lost: 0 bytes in 0 blocks ==17339== possibly lost: 528 bytes in 2 blocks ==17339== still reachable: 3,017,341 bytes in 23,694 blocks ==17339== of which reachable via heuristic: ==17339== length64 : 592 bytes in 10 blocks ==17339== newarray : 12,912 bytes in 223 blocks ==17339== suppressed: 253,929 bytes in 3,977 blocks ==17339== Reachable blocks (those to which a pointer was found) are not shown. ==17339== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==17339== ==17339== For counts of detected and suppressed errors, rerun with: -v ==17339== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1735== Memcheck, a memory error detector ==1735== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1735== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1735== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart3Skip2 ==1735== Parent PID: 1723 ==1735== ==17357== Memcheck, a memory error detector ==17357== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==17357== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==17357== Command: ./syncevo-local-sync ==17357== Parent PID: 17265 ==17357== ==17357== ==17357== HEAP SUMMARY: ==17357== in use at exit: 2,491,294 bytes in 25,307 blocks ==17357== total heap usage: 186,143 allocs, 160,836 frees, 35,057,708 bytes allocated ==17357== ==17357== LEAK SUMMARY: ==17357== definitely lost: 0 bytes in 0 blocks ==17357== indirectly lost: 0 bytes in 0 blocks ==17357== possibly lost: 528 bytes in 2 blocks ==17357== still reachable: 2,229,741 bytes in 21,272 blocks ==17357== of which reachable via heuristic: ==17357== length64 : 592 bytes in 10 blocks ==17357== newarray : 5,976 bytes in 28 blocks ==17357== suppressed: 253,913 bytes in 3,977 blocks ==17357== Reachable blocks (those to which a pointer was found) are not shown. ==17357== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==17357== ==17357== For counts of detected and suppressed errors, rerun with: -v ==17357== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==17365== Memcheck, a memory error detector ==17365== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==17365== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==17365== Command: ./syncevo-local-sync ==17365== Parent PID: 17265 ==17365== ==17365== ==17365== HEAP SUMMARY: ==17365== in use at exit: 2,491,310 bytes in 25,307 blocks ==17365== total heap usage: 183,907 allocs, 158,600 frees, 34,864,639 bytes allocated ==17365== ==17365== LEAK SUMMARY: ==17365== definitely lost: 0 bytes in 0 blocks ==17365== indirectly lost: 0 bytes in 0 blocks ==17365== possibly lost: 528 bytes in 2 blocks ==17365== still reachable: 2,229,741 bytes in 21,272 blocks ==17365== of which reachable via heuristic: ==17365== length64 : 592 bytes in 10 blocks ==17365== newarray : 5,976 bytes in 28 blocks ==17365== suppressed: 253,929 bytes in 3,977 blocks ==17365== Reachable blocks (those to which a pointer was found) are not shown. ==17365== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==17365== ==17365== For counts of detected and suppressed errors, rerun with: -v ==17365== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==17388== Memcheck, a memory error detector ==17388== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==17388== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==17388== Command: ./client-test Client::Sync::eds_contact::testSlowSyncSemantic ==17388== Parent PID: 17265 ==17388== ==17392== Memcheck, a memory error detector ==17392== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==17392== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==17392== Command: ./syncevo-local-sync ==17392== Parent PID: 17265 ==17392== ==17392== ==17392== HEAP SUMMARY: ==17392== in use at exit: 2,491,270 bytes in 25,307 blocks ==17392== total heap usage: 182,252 allocs, 156,945 frees, 34,668,706 bytes allocated ==17392== ==17392== LEAK SUMMARY: ==17392== definitely lost: 0 bytes in 0 blocks ==17392== indirectly lost: 0 bytes in 0 blocks ==17392== possibly lost: 528 bytes in 2 blocks ==17392== still reachable: 2,229,741 bytes in 21,272 blocks ==17392== of which reachable via heuristic: ==17392== length64 : 592 bytes in 10 blocks ==17392== newarray : 5,976 bytes in 28 blocks ==17392== suppressed: 253,889 bytes in 3,977 blocks ==17392== Reachable blocks (those to which a pointer was found) are not shown. ==17392== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==17392== ==17392== For counts of detected and suppressed errors, rerun with: -v ==17392== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==17400== Memcheck, a memory error detector ==17400== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==17400== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==17400== Command: ./syncevo-local-sync ==17400== Parent PID: 17265 ==17400== ==17400== ==17400== HEAP SUMMARY: ==17400== in use at exit: 3,281,781 bytes in 27,736 blocks ==17400== total heap usage: 174,556 allocs, 146,820 frees, 33,058,388 bytes allocated ==17400== ==17400== LEAK SUMMARY: ==17400== definitely lost: 0 bytes in 0 blocks ==17400== indirectly lost: 0 bytes in 0 blocks ==17400== possibly lost: 528 bytes in 2 blocks ==17400== still reachable: 3,020,236 bytes in 23,701 blocks ==17400== of which reachable via heuristic: ==17400== length64 : 592 bytes in 10 blocks ==17400== newarray : 12,912 bytes in 223 blocks ==17400== suppressed: 253,905 bytes in 3,977 blocks ==17400== Reachable blocks (those to which a pointer was found) are not shown. ==17400== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==17400== ==17400== For counts of detected and suppressed errors, rerun with: -v ==17400== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==17417== Memcheck, a memory error detector ==17417== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==17417== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==17417== Command: ./syncevo-local-sync ==17417== Parent PID: 17265 ==17417== ==17417== ==17417== HEAP SUMMARY: ==17417== in use at exit: 2,491,246 bytes in 25,305 blocks ==17417== total heap usage: 177,701 allocs, 152,396 frees, 34,190,099 bytes allocated ==17417== ==17417== LEAK SUMMARY: ==17417== definitely lost: 0 bytes in 0 blocks ==17417== indirectly lost: 0 bytes in 0 blocks ==17417== possibly lost: 528 bytes in 2 blocks ==17417== still reachable: 2,229,741 bytes in 21,272 blocks ==17417== of which reachable via heuristic: ==17417== length64 : 592 bytes in 10 blocks ==17417== newarray : 5,976 bytes in 28 blocks ==17417== suppressed: 253,865 bytes in 3,975 blocks ==17417== Reachable blocks (those to which a pointer was found) are not shown. ==17417== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==17417== ==17417== For counts of detected and suppressed errors, rerun with: -v ==17417== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==17424== Memcheck, a memory error detector ==17424== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==17424== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==17424== Command: ./syncevo-local-sync ==17424== Parent PID: 17265 ==17424== ==17424== ==17424== HEAP SUMMARY: ==17424== in use at exit: 2,491,278 bytes in 25,307 blocks ==17424== total heap usage: 176,070 allocs, 150,763 frees, 34,016,801 bytes allocated ==17424== ==17424== LEAK SUMMARY: ==17424== definitely lost: 0 bytes in 0 blocks ==17424== indirectly lost: 0 bytes in 0 blocks ==17424== possibly lost: 528 bytes in 2 blocks ==17424== still reachable: 2,229,741 bytes in 21,272 blocks ==17424== of which reachable via heuristic: ==17424== length64 : 592 bytes in 10 blocks ==17424== newarray : 5,976 bytes in 28 blocks ==17424== suppressed: 253,897 bytes in 3,977 blocks ==17424== Reachable blocks (those to which a pointer was found) are not shown. ==17424== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==17424== ==17424== For counts of detected and suppressed errors, rerun with: -v ==17424== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1743== Memcheck, a memory error detector ==1743== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1743== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1743== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart3Skip3 ==1743== Parent PID: 112 ==1743== ==1743== ==1743== HEAP SUMMARY: ==1743== in use at exit: 463,636 bytes in 5,387 blocks ==1743== total heap usage: 202,941 allocs, 197,492 frees, 30,366,627 bytes allocated ==1743== ==1743== LEAK SUMMARY: ==1743== definitely lost: 0 bytes in 0 blocks ==1743== indirectly lost: 0 bytes in 0 blocks ==1743== possibly lost: 1,392 bytes in 4 blocks ==1743== still reachable: 178,841 bytes in 1,014 blocks ==1743== of which reachable via heuristic: ==1743== length64 : 1,032 bytes in 18 blocks ==1743== newarray : 5,976 bytes in 28 blocks ==1743== suppressed: 271,883 bytes in 4,285 blocks ==1743== Reachable blocks (those to which a pointer was found) are not shown. ==1743== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1743== ==1743== For counts of detected and suppressed errors, rerun with: -v ==1743== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==17432== Memcheck, a memory error detector ==17432== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==17432== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==17432== Command: ./syncevo-local-sync ==17432== Parent PID: 17265 ==17432== ==17432== ==17432== HEAP SUMMARY: ==17432== in use at exit: 2,491,286 bytes in 25,307 blocks ==17432== total heap usage: 177,205 allocs, 151,898 frees, 34,134,603 bytes allocated ==17432== ==17432== LEAK SUMMARY: ==17432== definitely lost: 0 bytes in 0 blocks ==17432== indirectly lost: 0 bytes in 0 blocks ==17432== possibly lost: 528 bytes in 2 blocks ==17432== still reachable: 2,229,741 bytes in 21,272 blocks ==17432== of which reachable via heuristic: ==17432== length64 : 592 bytes in 10 blocks ==17432== newarray : 5,976 bytes in 28 blocks ==17432== suppressed: 253,905 bytes in 3,977 blocks ==17432== Reachable blocks (those to which a pointer was found) are not shown. ==17432== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==17432== ==17432== For counts of detected and suppressed errors, rerun with: -v ==17432== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==17443== Memcheck, a memory error detector ==17443== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==17443== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==17443== Command: ./client-test Client::Sync::eds_contact::testComplexRefreshFromServerSemantic ==17443== Parent PID: 112 ==17443== ==17443== ==17443== HEAP SUMMARY: ==17443== in use at exit: 2,933,797 bytes in 30,246 blocks ==17443== total heap usage: 2,012,247 allocs, 1,981,939 frees, 305,374,870 bytes allocated ==17443== ==17443== LEAK SUMMARY: ==17443== definitely lost: 0 bytes in 0 blocks ==17443== indirectly lost: 0 bytes in 0 blocks ==17443== possibly lost: 1,392 bytes in 4 blocks ==17443== still reachable: 2,312,021 bytes in 21,423 blocks ==17443== of which reachable via heuristic: ==17443== length64 : 5,096 bytes in 80 blocks ==17443== newarray : 6,296 bytes in 48 blocks ==17443== suppressed: 530,440 bytes in 8,162 blocks ==17443== Reachable blocks (those to which a pointer was found) are not shown. ==17443== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==17443== ==17443== For counts of detected and suppressed errors, rerun with: -v ==17443== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==17469== Memcheck, a memory error detector ==17469== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==17469== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==17469== Command: ./syncevo-local-sync ==17469== Parent PID: 17443 ==17469== ==17469== ==17469== HEAP SUMMARY: ==17469== in use at exit: 2,491,286 bytes in 25,307 blocks ==17469== total heap usage: 175,333 allocs, 150,026 frees, 33,917,304 bytes allocated ==17469== ==17469== LEAK SUMMARY: ==17469== definitely lost: 0 bytes in 0 blocks ==17469== indirectly lost: 0 bytes in 0 blocks ==17469== possibly lost: 528 bytes in 2 blocks ==17469== still reachable: 2,229,741 bytes in 21,272 blocks ==17469== of which reachable via heuristic: ==17469== length64 : 592 bytes in 10 blocks ==17469== newarray : 5,976 bytes in 28 blocks ==17469== suppressed: 253,905 bytes in 3,977 blocks ==17469== Reachable blocks (those to which a pointer was found) are not shown. ==17469== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==17469== ==17469== For counts of detected and suppressed errors, rerun with: -v ==17469== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1747== Memcheck, a memory error detector ==1747== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1747== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1747== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart3Skip3 ==1747== Parent PID: 1743 ==1747== ==17484== Memcheck, a memory error detector ==17484== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==17484== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==17484== Command: ./syncevo-local-sync ==17484== Parent PID: 17443 ==17484== ==17484== ==17484== HEAP SUMMARY: ==17484== in use at exit: 3,278,962 bytes in 27,729 blocks ==17484== total heap usage: 174,035 allocs, 146,306 frees, 32,990,540 bytes allocated ==17484== ==17484== LEAK SUMMARY: ==17484== definitely lost: 0 bytes in 0 blocks ==17484== indirectly lost: 0 bytes in 0 blocks ==17484== possibly lost: 528 bytes in 2 blocks ==17484== still reachable: 3,017,425 bytes in 23,694 blocks ==17484== of which reachable via heuristic: ==17484== length64 : 592 bytes in 10 blocks ==17484== newarray : 12,912 bytes in 223 blocks ==17484== suppressed: 253,897 bytes in 3,977 blocks ==17484== Reachable blocks (those to which a pointer was found) are not shown. ==17484== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==17484== ==17484== For counts of detected and suppressed errors, rerun with: -v ==17484== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==17502== Memcheck, a memory error detector ==17502== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==17502== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==17502== Command: ./syncevo-local-sync ==17502== Parent PID: 17443 ==17502== ==17502== ==17502== HEAP SUMMARY: ==17502== in use at exit: 2,491,278 bytes in 25,307 blocks ==17502== total heap usage: 175,327 allocs, 150,020 frees, 33,916,651 bytes allocated ==17502== ==17502== LEAK SUMMARY: ==17502== definitely lost: 0 bytes in 0 blocks ==17502== indirectly lost: 0 bytes in 0 blocks ==17502== possibly lost: 528 bytes in 2 blocks ==17502== still reachable: 2,229,741 bytes in 21,272 blocks ==17502== of which reachable via heuristic: ==17502== length64 : 592 bytes in 10 blocks ==17502== newarray : 5,976 bytes in 28 blocks ==17502== suppressed: 253,897 bytes in 3,977 blocks ==17502== Reachable blocks (those to which a pointer was found) are not shown. ==17502== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==17502== ==17502== For counts of detected and suppressed errors, rerun with: -v ==17502== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==17517== Memcheck, a memory error detector ==17517== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==17517== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==17517== Command: ./syncevo-local-sync ==17517== Parent PID: 17443 ==17517== ==17517== ==17517== HEAP SUMMARY: ==17517== in use at exit: 3,278,942 bytes in 27,729 blocks ==17517== total heap usage: 174,034 allocs, 146,305 frees, 32,989,956 bytes allocated ==17517== ==17517== LEAK SUMMARY: ==17517== definitely lost: 0 bytes in 0 blocks ==17517== indirectly lost: 0 bytes in 0 blocks ==17517== possibly lost: 528 bytes in 2 blocks ==17517== still reachable: 3,017,405 bytes in 23,694 blocks ==17517== of which reachable via heuristic: ==17517== length64 : 592 bytes in 10 blocks ==17517== newarray : 12,912 bytes in 223 blocks ==17517== suppressed: 253,897 bytes in 3,977 blocks ==17517== Reachable blocks (those to which a pointer was found) are not shown. ==17517== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==17517== ==17517== For counts of detected and suppressed errors, rerun with: -v ==17517== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==17535== Memcheck, a memory error detector ==17535== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==17535== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==17535== Command: ./syncevo-local-sync ==17535== Parent PID: 17443 ==17535== ==17535== ==17535== HEAP SUMMARY: ==17535== in use at exit: 2,491,222 bytes in 25,305 blocks ==17535== total heap usage: 186,144 allocs, 160,839 frees, 35,059,559 bytes allocated ==17535== ==17535== LEAK SUMMARY: ==17535== definitely lost: 0 bytes in 0 blocks ==17535== indirectly lost: 0 bytes in 0 blocks ==17535== possibly lost: 528 bytes in 2 blocks ==17535== still reachable: 2,229,741 bytes in 21,272 blocks ==17535== of which reachable via heuristic: ==17535== length64 : 592 bytes in 10 blocks ==17535== newarray : 5,976 bytes in 28 blocks ==17535== suppressed: 253,841 bytes in 3,975 blocks ==17535== Reachable blocks (those to which a pointer was found) are not shown. ==17535== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==17535== ==17535== For counts of detected and suppressed errors, rerun with: -v ==17535== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==17543== Memcheck, a memory error detector ==17543== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==17543== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==17543== Command: ./syncevo-local-sync ==17543== Parent PID: 17443 ==17543== ==17543== ==17543== HEAP SUMMARY: ==17543== in use at exit: 2,491,238 bytes in 25,305 blocks ==17543== total heap usage: 183,884 allocs, 158,579 frees, 34,864,999 bytes allocated ==17543== ==17543== LEAK SUMMARY: ==17543== definitely lost: 0 bytes in 0 blocks ==17543== indirectly lost: 0 bytes in 0 blocks ==17543== possibly lost: 528 bytes in 2 blocks ==17543== still reachable: 2,229,741 bytes in 21,272 blocks ==17543== of which reachable via heuristic: ==17543== length64 : 592 bytes in 10 blocks ==17543== newarray : 5,976 bytes in 28 blocks ==17543== suppressed: 253,857 bytes in 3,975 blocks ==17543== Reachable blocks (those to which a pointer was found) are not shown. ==17543== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==17543== ==17543== For counts of detected and suppressed errors, rerun with: -v ==17543== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1755== Memcheck, a memory error detector ==1755== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1755== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1755== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart3Skip3 ==1755== Parent PID: 1743 ==1755== ==17566== Memcheck, a memory error detector ==17566== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==17566== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==17566== Command: ./client-test Client::Sync::eds_contact::testComplexRefreshFromServerSemantic ==17566== Parent PID: 17443 ==17566== ==17584== Memcheck, a memory error detector ==17584== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==17584== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==17584== Command: ./client-test Client::Sync::eds_contact::testComplexRefreshFromServerSemantic ==17584== Parent PID: 17443 ==17584== ==17588== Memcheck, a memory error detector ==17588== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==17588== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==17588== Command: ./syncevo-local-sync ==17588== Parent PID: 17443 ==17588== ==17588== ==17588== HEAP SUMMARY: ==17588== in use at exit: 2,491,270 bytes in 25,307 blocks ==17588== total heap usage: 183,267 allocs, 157,960 frees, 34,756,022 bytes allocated ==17588== ==17588== LEAK SUMMARY: ==17588== definitely lost: 0 bytes in 0 blocks ==17588== indirectly lost: 0 bytes in 0 blocks ==17588== possibly lost: 528 bytes in 2 blocks ==17588== still reachable: 2,229,741 bytes in 21,272 blocks ==17588== of which reachable via heuristic: ==17588== length64 : 592 bytes in 10 blocks ==17588== newarray : 5,976 bytes in 28 blocks ==17588== suppressed: 253,889 bytes in 3,977 blocks ==17588== Reachable blocks (those to which a pointer was found) are not shown. ==17588== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==17588== ==17588== For counts of detected and suppressed errors, rerun with: -v ==17588== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==17605== Memcheck, a memory error detector ==17605== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==17605== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==17605== Command: ./syncevo-local-sync ==17605== Parent PID: 17443 ==17605== ==17605== ==17605== HEAP SUMMARY: ==17605== in use at exit: 2,491,286 bytes in 25,307 blocks ==17605== total heap usage: 177,686 allocs, 152,379 frees, 34,191,079 bytes allocated ==17605== ==17605== LEAK SUMMARY: ==17605== definitely lost: 0 bytes in 0 blocks ==17605== indirectly lost: 0 bytes in 0 blocks ==17605== possibly lost: 528 bytes in 2 blocks ==17605== still reachable: 2,229,741 bytes in 21,272 blocks ==17605== of which reachable via heuristic: ==17605== length64 : 592 bytes in 10 blocks ==17605== newarray : 5,976 bytes in 28 blocks ==17605== suppressed: 253,905 bytes in 3,977 blocks ==17605== Reachable blocks (those to which a pointer was found) are not shown. ==17605== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==17605== ==17605== For counts of detected and suppressed errors, rerun with: -v ==17605== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==17612== Memcheck, a memory error detector ==17612== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==17612== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==17612== Command: ./syncevo-local-sync ==17612== Parent PID: 17443 ==17612== ==17612== ==17612== HEAP SUMMARY: ==17612== in use at exit: 2,491,278 bytes in 25,307 blocks ==17612== total heap usage: 176,126 allocs, 150,819 frees, 34,042,544 bytes allocated ==17612== ==17612== LEAK SUMMARY: ==17612== definitely lost: 0 bytes in 0 blocks ==17612== indirectly lost: 0 bytes in 0 blocks ==17612== possibly lost: 528 bytes in 2 blocks ==17612== still reachable: 2,229,741 bytes in 21,272 blocks ==17612== of which reachable via heuristic: ==17612== length64 : 592 bytes in 10 blocks ==17612== newarray : 5,976 bytes in 28 blocks ==17612== suppressed: 253,897 bytes in 3,977 blocks ==17612== Reachable blocks (those to which a pointer was found) are not shown. ==17612== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==17612== ==17612== For counts of detected and suppressed errors, rerun with: -v ==17612== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==17621== Memcheck, a memory error detector ==17621== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==17621== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==17621== Command: ./client-test Client::Sync::eds_contact::testDeleteBothSides ==17621== Parent PID: 112 ==17621== ==17621== ==17621== HEAP SUMMARY: ==17621== in use at exit: 2,938,669 bytes in 30,334 blocks ==17621== total heap usage: 1,915,891 allocs, 1,885,496 frees, 281,534,457 bytes allocated ==17621== ==17621== LEAK SUMMARY: ==17621== definitely lost: 0 bytes in 0 blocks ==17621== indirectly lost: 0 bytes in 0 blocks ==17621== possibly lost: 1,392 bytes in 4 blocks ==17621== still reachable: 2,315,264 bytes in 21,475 blocks ==17621== of which reachable via heuristic: ==17621== length64 : 5,096 bytes in 80 blocks ==17621== newarray : 6,296 bytes in 48 blocks ==17621== suppressed: 532,069 bytes in 8,198 blocks ==17621== Reachable blocks (those to which a pointer was found) are not shown. ==17621== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==17621== ==17621== For counts of detected and suppressed errors, rerun with: -v ==17621== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==1763== Memcheck, a memory error detector ==1763== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1763== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1763== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart3Skip4 ==1763== Parent PID: 112 ==1763== ==1763== ==1763== HEAP SUMMARY: ==1763== in use at exit: 461,836 bytes in 5,380 blocks ==1763== total heap usage: 171,561 allocs, 166,122 frees, 26,927,291 bytes allocated ==1763== ==1763== LEAK SUMMARY: ==1763== definitely lost: 0 bytes in 0 blocks ==1763== indirectly lost: 0 bytes in 0 blocks ==1763== possibly lost: 1,392 bytes in 4 blocks ==1763== still reachable: 177,049 bytes in 1,007 blocks ==1763== of which reachable via heuristic: ==1763== length64 : 1,032 bytes in 18 blocks ==1763== newarray : 5,976 bytes in 28 blocks ==1763== suppressed: 271,875 bytes in 4,285 blocks ==1763== Reachable blocks (those to which a pointer was found) are not shown. ==1763== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1763== ==1763== For counts of detected and suppressed errors, rerun with: -v ==1763== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==17647== Memcheck, a memory error detector ==17647== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==17647== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==17647== Command: ./syncevo-local-sync ==17647== Parent PID: 17621 ==17647== ==17647== ==17647== HEAP SUMMARY: ==17647== in use at exit: 2,491,294 bytes in 25,307 blocks ==17647== total heap usage: 175,318 allocs, 150,011 frees, 33,914,144 bytes allocated ==17647== ==17647== LEAK SUMMARY: ==17647== definitely lost: 0 bytes in 0 blocks ==17647== indirectly lost: 0 bytes in 0 blocks ==17647== possibly lost: 528 bytes in 2 blocks ==17647== still reachable: 2,229,741 bytes in 21,272 blocks ==17647== of which reachable via heuristic: ==17647== length64 : 592 bytes in 10 blocks ==17647== newarray : 5,976 bytes in 28 blocks ==17647== suppressed: 253,913 bytes in 3,977 blocks ==17647== Reachable blocks (those to which a pointer was found) are not shown. ==17647== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==17647== ==17647== For counts of detected and suppressed errors, rerun with: -v ==17647== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==17662== Memcheck, a memory error detector ==17662== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==17662== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==17662== Command: ./syncevo-local-sync ==17662== Parent PID: 17621 ==17662== ==17662== ==17662== HEAP SUMMARY: ==17662== in use at exit: 3,278,886 bytes in 27,729 blocks ==17662== total heap usage: 174,027 allocs, 146,298 frees, 32,987,862 bytes allocated ==17662== ==17662== LEAK SUMMARY: ==17662== definitely lost: 0 bytes in 0 blocks ==17662== indirectly lost: 0 bytes in 0 blocks ==17662== possibly lost: 528 bytes in 2 blocks ==17662== still reachable: 3,017,357 bytes in 23,694 blocks ==17662== of which reachable via heuristic: ==17662== length64 : 592 bytes in 10 blocks ==17662== newarray : 12,912 bytes in 223 blocks ==17662== suppressed: 253,889 bytes in 3,977 blocks ==17662== Reachable blocks (those to which a pointer was found) are not shown. ==17662== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==17662== ==17662== For counts of detected and suppressed errors, rerun with: -v ==17662== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1767== Memcheck, a memory error detector ==1767== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1767== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1767== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart3Skip4 ==1767== Parent PID: 1763 ==1767== ==17680== Memcheck, a memory error detector ==17680== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==17680== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==17680== Command: ./syncevo-local-sync ==17680== Parent PID: 17621 ==17680== ==17680== ==17680== HEAP SUMMARY: ==17680== in use at exit: 2,491,286 bytes in 25,307 blocks ==17680== total heap usage: 175,322 allocs, 150,015 frees, 33,913,964 bytes allocated ==17680== ==17680== LEAK SUMMARY: ==17680== definitely lost: 0 bytes in 0 blocks ==17680== indirectly lost: 0 bytes in 0 blocks ==17680== possibly lost: 528 bytes in 2 blocks ==17680== still reachable: 2,229,741 bytes in 21,272 blocks ==17680== of which reachable via heuristic: ==17680== length64 : 592 bytes in 10 blocks ==17680== newarray : 5,976 bytes in 28 blocks ==17680== suppressed: 253,905 bytes in 3,977 blocks ==17680== Reachable blocks (those to which a pointer was found) are not shown. ==17680== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==17680== ==17680== For counts of detected and suppressed errors, rerun with: -v ==17680== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==17695== Memcheck, a memory error detector ==17695== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==17695== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==17695== Command: ./syncevo-local-sync ==17695== Parent PID: 17621 ==17695== ==17695== ==17695== HEAP SUMMARY: ==17695== in use at exit: 3,278,874 bytes in 27,729 blocks ==17695== total heap usage: 174,023 allocs, 146,294 frees, 32,987,115 bytes allocated ==17695== ==17695== LEAK SUMMARY: ==17695== definitely lost: 0 bytes in 0 blocks ==17695== indirectly lost: 0 bytes in 0 blocks ==17695== possibly lost: 528 bytes in 2 blocks ==17695== still reachable: 3,017,337 bytes in 23,694 blocks ==17695== of which reachable via heuristic: ==17695== length64 : 592 bytes in 10 blocks ==17695== newarray : 12,912 bytes in 223 blocks ==17695== suppressed: 253,897 bytes in 3,977 blocks ==17695== Reachable blocks (those to which a pointer was found) are not shown. ==17695== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==17695== ==17695== For counts of detected and suppressed errors, rerun with: -v ==17695== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==17713== Memcheck, a memory error detector ==17713== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==17713== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==17713== Command: ./syncevo-local-sync ==17713== Parent PID: 17621 ==17713== ==17713== ==17713== HEAP SUMMARY: ==17713== in use at exit: 2,491,246 bytes in 25,305 blocks ==17713== total heap usage: 186,141 allocs, 160,836 frees, 35,057,563 bytes allocated ==17713== ==17713== LEAK SUMMARY: ==17713== definitely lost: 0 bytes in 0 blocks ==17713== indirectly lost: 0 bytes in 0 blocks ==17713== possibly lost: 528 bytes in 2 blocks ==17713== still reachable: 2,229,741 bytes in 21,272 blocks ==17713== of which reachable via heuristic: ==17713== length64 : 592 bytes in 10 blocks ==17713== newarray : 5,976 bytes in 28 blocks ==17713== suppressed: 253,865 bytes in 3,975 blocks ==17713== Reachable blocks (those to which a pointer was found) are not shown. ==17713== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==17713== ==17713== For counts of detected and suppressed errors, rerun with: -v ==17713== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==17721== Memcheck, a memory error detector ==17721== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==17721== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==17721== Command: ./syncevo-local-sync ==17721== Parent PID: 17621 ==17721== ==17721== ==17721== HEAP SUMMARY: ==17721== in use at exit: 2,491,262 bytes in 25,307 blocks ==17721== total heap usage: 183,894 allocs, 158,587 frees, 34,863,931 bytes allocated ==17721== ==17721== LEAK SUMMARY: ==17721== definitely lost: 0 bytes in 0 blocks ==17721== indirectly lost: 0 bytes in 0 blocks ==17721== possibly lost: 528 bytes in 2 blocks ==17721== still reachable: 2,229,741 bytes in 21,272 blocks ==17721== of which reachable via heuristic: ==17721== length64 : 592 bytes in 10 blocks ==17721== newarray : 5,976 bytes in 28 blocks ==17721== suppressed: 253,881 bytes in 3,977 blocks ==17721== Reachable blocks (those to which a pointer was found) are not shown. ==17721== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==17721== ==17721== For counts of detected and suppressed errors, rerun with: -v ==17721== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==17744== Memcheck, a memory error detector ==17744== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==17744== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==17744== Command: ./client-test Client::Sync::eds_contact::testDeleteBothSides ==17744== Parent PID: 17621 ==17744== ==1775== Memcheck, a memory error detector ==1775== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1775== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1775== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart3Skip5 ==1775== Parent PID: 112 ==1775== ==1775== ==1775== HEAP SUMMARY: ==1775== in use at exit: 460,052 bytes in 5,373 blocks ==1775== total heap usage: 171,460 allocs, 166,028 frees, 26,899,746 bytes allocated ==1775== ==1775== LEAK SUMMARY: ==1775== definitely lost: 0 bytes in 0 blocks ==1775== indirectly lost: 0 bytes in 0 blocks ==1775== possibly lost: 1,392 bytes in 4 blocks ==1775== still reachable: 175,257 bytes in 1,000 blocks ==1775== of which reachable via heuristic: ==1775== length64 : 1,032 bytes in 18 blocks ==1775== newarray : 5,976 bytes in 28 blocks ==1775== suppressed: 271,883 bytes in 4,285 blocks ==1775== Reachable blocks (those to which a pointer was found) are not shown. ==1775== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1775== ==1775== For counts of detected and suppressed errors, rerun with: -v ==1775== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==17762== Memcheck, a memory error detector ==17762== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==17762== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==17762== Command: ./client-test Client::Sync::eds_contact::testDeleteBothSides ==17762== Parent PID: 17621 ==17762== ==17784== Memcheck, a memory error detector ==17784== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==17784== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==17784== Command: ./syncevo-local-sync ==17784== Parent PID: 17621 ==17784== ==17784== ==17784== HEAP SUMMARY: ==17784== in use at exit: 2,491,222 bytes in 25,305 blocks ==17784== total heap usage: 177,704 allocs, 152,399 frees, 34,190,901 bytes allocated ==17784== ==17784== LEAK SUMMARY: ==17784== definitely lost: 0 bytes in 0 blocks ==17784== indirectly lost: 0 bytes in 0 blocks ==17784== possibly lost: 528 bytes in 2 blocks ==17784== still reachable: 2,229,741 bytes in 21,272 blocks ==17784== of which reachable via heuristic: ==17784== length64 : 592 bytes in 10 blocks ==17784== newarray : 5,976 bytes in 28 blocks ==17784== suppressed: 253,841 bytes in 3,975 blocks ==17784== Reachable blocks (those to which a pointer was found) are not shown. ==17784== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==17784== ==17784== For counts of detected and suppressed errors, rerun with: -v ==17784== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1779== Memcheck, a memory error detector ==1779== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1779== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1779== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart3Skip5 ==1779== Parent PID: 1775 ==1779== ==17795== Memcheck, a memory error detector ==17795== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==17795== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==17795== Command: ./syncevo-local-sync ==17795== Parent PID: 17621 ==17795== ==17795== ==17795== HEAP SUMMARY: ==17795== in use at exit: 2,491,278 bytes in 25,307 blocks ==17795== total heap usage: 177,226 allocs, 151,919 frees, 34,156,853 bytes allocated ==17795== ==17795== LEAK SUMMARY: ==17795== definitely lost: 0 bytes in 0 blocks ==17795== indirectly lost: 0 bytes in 0 blocks ==17795== possibly lost: 528 bytes in 2 blocks ==17795== still reachable: 2,229,741 bytes in 21,272 blocks ==17795== of which reachable via heuristic: ==17795== length64 : 592 bytes in 10 blocks ==17795== newarray : 5,976 bytes in 28 blocks ==17795== suppressed: 253,897 bytes in 3,977 blocks ==17795== Reachable blocks (those to which a pointer was found) are not shown. ==17795== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==17795== ==17795== For counts of detected and suppressed errors, rerun with: -v ==17795== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==17807== Memcheck, a memory error detector ==17807== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==17807== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==17807== Command: ./client-test Client::Sync::eds_contact::testUpdate ==17807== Parent PID: 112 ==17807== ==17807== ==17807== HEAP SUMMARY: ==17807== in use at exit: 2,936,413 bytes in 30,253 blocks ==17807== total heap usage: 1,855,724 allocs, 1,825,410 frees, 278,056,836 bytes allocated ==17807== ==17807== LEAK SUMMARY: ==17807== definitely lost: 0 bytes in 0 blocks ==17807== indirectly lost: 0 bytes in 0 blocks ==17807== possibly lost: 1,824 bytes in 5 blocks ==17807== still reachable: 2,314,125 bytes in 21,425 blocks ==17807== of which reachable via heuristic: ==17807== length64 : 5,096 bytes in 80 blocks ==17807== newarray : 6,296 bytes in 48 blocks ==17807== suppressed: 530,520 bytes in 8,166 blocks ==17807== Reachable blocks (those to which a pointer was found) are not shown. ==17807== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==17807== ==17807== For counts of detected and suppressed errors, rerun with: -v ==17807== ERROR SUMMARY: 5 errors from 5 contexts (suppressed: 68 from 68) ==17833== Memcheck, a memory error detector ==17833== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==17833== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==17833== Command: ./syncevo-local-sync ==17833== Parent PID: 17807 ==17833== ==17833== ==17833== HEAP SUMMARY: ==17833== in use at exit: 2,491,302 bytes in 25,307 blocks ==17833== total heap usage: 175,329 allocs, 150,022 frees, 33,914,422 bytes allocated ==17833== ==17833== LEAK SUMMARY: ==17833== definitely lost: 0 bytes in 0 blocks ==17833== indirectly lost: 0 bytes in 0 blocks ==17833== possibly lost: 528 bytes in 2 blocks ==17833== still reachable: 2,229,741 bytes in 21,272 blocks ==17833== of which reachable via heuristic: ==17833== length64 : 592 bytes in 10 blocks ==17833== newarray : 5,976 bytes in 28 blocks ==17833== suppressed: 253,921 bytes in 3,977 blocks ==17833== Reachable blocks (those to which a pointer was found) are not shown. ==17833== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==17833== ==17833== For counts of detected and suppressed errors, rerun with: -v ==17833== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==17848== Memcheck, a memory error detector ==17848== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==17848== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==17848== Command: ./syncevo-local-sync ==17848== Parent PID: 17807 ==17848== ==17848== ==17848== HEAP SUMMARY: ==17848== in use at exit: 3,278,858 bytes in 27,729 blocks ==17848== total heap usage: 174,033 allocs, 146,304 frees, 32,987,568 bytes allocated ==17848== ==17848== LEAK SUMMARY: ==17848== definitely lost: 0 bytes in 0 blocks ==17848== indirectly lost: 0 bytes in 0 blocks ==17848== possibly lost: 528 bytes in 2 blocks ==17848== still reachable: 3,017,321 bytes in 23,694 blocks ==17848== of which reachable via heuristic: ==17848== length64 : 592 bytes in 10 blocks ==17848== newarray : 12,912 bytes in 223 blocks ==17848== suppressed: 253,897 bytes in 3,977 blocks ==17848== Reachable blocks (those to which a pointer was found) are not shown. ==17848== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==17848== ==17848== For counts of detected and suppressed errors, rerun with: -v ==17848== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==17866== Memcheck, a memory error detector ==17866== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==17866== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==17866== Command: ./syncevo-local-sync ==17866== Parent PID: 17807 ==17866== ==17866== ==17866== HEAP SUMMARY: ==17866== in use at exit: 2,491,270 bytes in 25,307 blocks ==17866== total heap usage: 175,324 allocs, 150,017 frees, 33,913,342 bytes allocated ==17866== ==17866== LEAK SUMMARY: ==17866== definitely lost: 0 bytes in 0 blocks ==17866== indirectly lost: 0 bytes in 0 blocks ==17866== possibly lost: 528 bytes in 2 blocks ==17866== still reachable: 2,229,741 bytes in 21,272 blocks ==17866== of which reachable via heuristic: ==17866== length64 : 592 bytes in 10 blocks ==17866== newarray : 5,976 bytes in 28 blocks ==17866== suppressed: 253,889 bytes in 3,977 blocks ==17866== Reachable blocks (those to which a pointer was found) are not shown. ==17866== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==17866== ==17866== For counts of detected and suppressed errors, rerun with: -v ==17866== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1787== Memcheck, a memory error detector ==1787== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1787== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1787== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart3Skip6 ==1787== Parent PID: 112 ==1787== ==1787== ==1787== HEAP SUMMARY: ==1787== in use at exit: 460,012 bytes in 5,371 blocks ==1787== total heap usage: 171,459 allocs, 166,029 frees, 26,899,783 bytes allocated ==1787== ==1787== LEAK SUMMARY: ==1787== definitely lost: 0 bytes in 0 blocks ==1787== indirectly lost: 0 bytes in 0 blocks ==1787== possibly lost: 1,392 bytes in 4 blocks ==1787== still reachable: 175,257 bytes in 1,000 blocks ==1787== of which reachable via heuristic: ==1787== length64 : 1,032 bytes in 18 blocks ==1787== newarray : 5,976 bytes in 28 blocks ==1787== suppressed: 271,843 bytes in 4,283 blocks ==1787== Reachable blocks (those to which a pointer was found) are not shown. ==1787== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1787== ==1787== For counts of detected and suppressed errors, rerun with: -v ==1787== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==17881== Memcheck, a memory error detector ==17881== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==17881== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==17881== Command: ./syncevo-local-sync ==17881== Parent PID: 17807 ==17881== ==17881== ==17881== HEAP SUMMARY: ==17881== in use at exit: 3,278,862 bytes in 27,729 blocks ==17881== total heap usage: 174,033 allocs, 146,304 frees, 32,987,132 bytes allocated ==17881== ==17881== LEAK SUMMARY: ==17881== definitely lost: 0 bytes in 0 blocks ==17881== indirectly lost: 0 bytes in 0 blocks ==17881== possibly lost: 528 bytes in 2 blocks ==17881== still reachable: 3,017,301 bytes in 23,694 blocks ==17881== of which reachable via heuristic: ==17881== length64 : 592 bytes in 10 blocks ==17881== newarray : 12,912 bytes in 223 blocks ==17881== suppressed: 253,921 bytes in 3,977 blocks ==17881== Reachable blocks (those to which a pointer was found) are not shown. ==17881== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==17881== ==17881== For counts of detected and suppressed errors, rerun with: -v ==17881== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==17899== Memcheck, a memory error detector ==17899== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==17899== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==17899== Command: ./syncevo-local-sync ==17899== Parent PID: 17807 ==17899== ==17899== ==17899== HEAP SUMMARY: ==17899== in use at exit: 2,491,278 bytes in 25,307 blocks ==17899== total heap usage: 186,139 allocs, 160,832 frees, 35,056,254 bytes allocated ==17899== ==17899== LEAK SUMMARY: ==17899== definitely lost: 0 bytes in 0 blocks ==17899== indirectly lost: 0 bytes in 0 blocks ==17899== possibly lost: 528 bytes in 2 blocks ==17899== still reachable: 2,229,741 bytes in 21,272 blocks ==17899== of which reachable via heuristic: ==17899== length64 : 592 bytes in 10 blocks ==17899== newarray : 5,976 bytes in 28 blocks ==17899== suppressed: 253,897 bytes in 3,977 blocks ==17899== Reachable blocks (those to which a pointer was found) are not shown. ==17899== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==17899== ==17899== For counts of detected and suppressed errors, rerun with: -v ==17899== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==179== Memcheck, a memory error detector ==179== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==179== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==179== Command: ./client-test Client::Source::apple_caldav::testImportDelete ==179== Parent PID: 112 ==179== ==179== ==179== HEAP SUMMARY: ==179== in use at exit: 581,918 bytes in 5,850 blocks ==179== total heap usage: 234,083 allocs, 228,174 frees, 46,680,708 bytes allocated ==179== ==179== LEAK SUMMARY: ==179== definitely lost: 0 bytes in 0 blocks ==179== indirectly lost: 0 bytes in 0 blocks ==179== possibly lost: 1,392 bytes in 4 blocks ==179== still reachable: 297,116 bytes in 1,477 blocks ==179== of which reachable via heuristic: ==179== length64 : 1,032 bytes in 18 blocks ==179== newarray : 5,976 bytes in 28 blocks ==179== suppressed: 271,890 bytes in 4,285 blocks ==179== Reachable blocks (those to which a pointer was found) are not shown. ==179== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==179== ==179== For counts of detected and suppressed errors, rerun with: -v ==179== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==17907== Memcheck, a memory error detector ==17907== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==17907== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==17907== Command: ./syncevo-local-sync ==17907== Parent PID: 17807 ==17907== ==17907== ==17907== HEAP SUMMARY: ==17907== in use at exit: 2,491,270 bytes in 25,307 blocks ==17907== total heap usage: 183,895 allocs, 158,588 frees, 34,862,826 bytes allocated ==17907== ==17907== LEAK SUMMARY: ==17907== definitely lost: 0 bytes in 0 blocks ==17907== indirectly lost: 0 bytes in 0 blocks ==17907== possibly lost: 528 bytes in 2 blocks ==17907== still reachable: 2,229,741 bytes in 21,272 blocks ==17907== of which reachable via heuristic: ==17907== length64 : 592 bytes in 10 blocks ==17907== newarray : 5,976 bytes in 28 blocks ==17907== suppressed: 253,889 bytes in 3,977 blocks ==17907== Reachable blocks (those to which a pointer was found) are not shown. ==17907== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==17907== ==17907== For counts of detected and suppressed errors, rerun with: -v ==17907== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1791== Memcheck, a memory error detector ==1791== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1791== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1791== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart3Skip6 ==1791== Parent PID: 1787 ==1791== ==17930== Memcheck, a memory error detector ==17930== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==17930== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==17930== Command: ./client-test Client::Sync::eds_contact::testUpdate ==17930== Parent PID: 17807 ==17930== ==17943== Memcheck, a memory error detector ==17943== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==17943== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==17943== Command: ./syncevo-local-sync ==17943== Parent PID: 17807 ==17943== ==17943== ==17943== HEAP SUMMARY: ==17943== in use at exit: 2,491,278 bytes in 25,307 blocks ==17943== total heap usage: 190,775 allocs, 165,468 frees, 35,552,123 bytes allocated ==17943== ==17943== LEAK SUMMARY: ==17943== definitely lost: 0 bytes in 0 blocks ==17943== indirectly lost: 0 bytes in 0 blocks ==17943== possibly lost: 528 bytes in 2 blocks ==17943== still reachable: 2,229,741 bytes in 21,272 blocks ==17943== of which reachable via heuristic: ==17943== length64 : 592 bytes in 10 blocks ==17943== newarray : 5,976 bytes in 28 blocks ==17943== suppressed: 253,897 bytes in 3,977 blocks ==17943== Reachable blocks (those to which a pointer was found) are not shown. ==17943== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==17943== ==17943== For counts of detected and suppressed errors, rerun with: -v ==17943== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==17951== Memcheck, a memory error detector ==17951== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==17951== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==17951== Command: ./syncevo-local-sync ==17951== Parent PID: 17807 ==17951== ==17951== ==17951== HEAP SUMMARY: ==17951== in use at exit: 2,491,286 bytes in 25,307 blocks ==17951== total heap usage: 183,925 allocs, 158,618 frees, 34,845,273 bytes allocated ==17951== ==17951== LEAK SUMMARY: ==17951== definitely lost: 0 bytes in 0 blocks ==17951== indirectly lost: 0 bytes in 0 blocks ==17951== possibly lost: 528 bytes in 2 blocks ==17951== still reachable: 2,229,741 bytes in 21,272 blocks ==17951== of which reachable via heuristic: ==17951== length64 : 592 bytes in 10 blocks ==17951== newarray : 5,976 bytes in 28 blocks ==17951== suppressed: 253,905 bytes in 3,977 blocks ==17951== Reachable blocks (those to which a pointer was found) are not shown. ==17951== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==17951== ==17951== For counts of detected and suppressed errors, rerun with: -v ==17951== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==17974== Memcheck, a memory error detector ==17974== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==17974== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==17974== Command: ./client-test Client::Sync::eds_contact::testUpdate ==17974== Parent PID: 17807 ==17974== ==17979== Memcheck, a memory error detector ==17979== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==17979== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==17979== Command: ./client-test Client::Sync::eds_contact::testComplexUpdate ==17979== Parent PID: 112 ==17979== ==17979== ==17979== HEAP SUMMARY: ==17979== in use at exit: 2,943,001 bytes in 30,365 blocks ==17979== total heap usage: 1,870,889 allocs, 1,840,463 frees, 279,574,765 bytes allocated ==17979== ==17979== LEAK SUMMARY: ==17979== definitely lost: 0 bytes in 0 blocks ==17979== indirectly lost: 0 bytes in 0 blocks ==17979== possibly lost: 1,824 bytes in 5 blocks ==17979== still reachable: 2,318,892 bytes in 21,501 blocks ==17979== of which reachable via heuristic: ==17979== length64 : 5,096 bytes in 80 blocks ==17979== newarray : 6,296 bytes in 48 blocks ==17979== suppressed: 532,341 bytes in 8,202 blocks ==17979== Reachable blocks (those to which a pointer was found) are not shown. ==17979== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==17979== ==17979== For counts of detected and suppressed errors, rerun with: -v ==17979== ERROR SUMMARY: 5 errors from 5 contexts (suppressed: 68 from 68) ==1799== Memcheck, a memory error detector ==1799== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1799== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1799== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart3Skip7 ==1799== Parent PID: 112 ==1799== ==1799== ==1799== HEAP SUMMARY: ==1799== in use at exit: 460,044 bytes in 5,373 blocks ==1799== total heap usage: 171,462 allocs, 166,030 frees, 26,899,884 bytes allocated ==1799== ==1799== LEAK SUMMARY: ==1799== definitely lost: 0 bytes in 0 blocks ==1799== indirectly lost: 0 bytes in 0 blocks ==1799== possibly lost: 1,392 bytes in 4 blocks ==1799== still reachable: 175,257 bytes in 1,000 blocks ==1799== of which reachable via heuristic: ==1799== length64 : 1,032 bytes in 18 blocks ==1799== newarray : 5,976 bytes in 28 blocks ==1799== suppressed: 271,875 bytes in 4,285 blocks ==1799== Reachable blocks (those to which a pointer was found) are not shown. ==1799== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1799== ==1799== For counts of detected and suppressed errors, rerun with: -v ==1799== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==18005== Memcheck, a memory error detector ==18005== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==18005== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==18005== Command: ./syncevo-local-sync ==18005== Parent PID: 17979 ==18005== ==18005== ==18005== HEAP SUMMARY: ==18005== in use at exit: 2,491,262 bytes in 25,307 blocks ==18005== total heap usage: 182,241 allocs, 156,934 frees, 34,660,173 bytes allocated ==18005== ==18005== LEAK SUMMARY: ==18005== definitely lost: 0 bytes in 0 blocks ==18005== indirectly lost: 0 bytes in 0 blocks ==18005== possibly lost: 528 bytes in 2 blocks ==18005== still reachable: 2,229,741 bytes in 21,272 blocks ==18005== of which reachable via heuristic: ==18005== length64 : 592 bytes in 10 blocks ==18005== newarray : 5,976 bytes in 28 blocks ==18005== suppressed: 253,881 bytes in 3,977 blocks ==18005== Reachable blocks (those to which a pointer was found) are not shown. ==18005== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==18005== ==18005== For counts of detected and suppressed errors, rerun with: -v ==18005== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==18022== Memcheck, a memory error detector ==18022== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==18022== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==18022== Command: ./syncevo-local-sync ==18022== Parent PID: 17979 ==18022== ==18022== ==18022== HEAP SUMMARY: ==18022== in use at exit: 2,491,270 bytes in 25,307 blocks ==18022== total heap usage: 177,735 allocs, 152,428 frees, 34,213,599 bytes allocated ==18022== ==18022== LEAK SUMMARY: ==18022== definitely lost: 0 bytes in 0 blocks ==18022== indirectly lost: 0 bytes in 0 blocks ==18022== possibly lost: 528 bytes in 2 blocks ==18022== still reachable: 2,229,741 bytes in 21,272 blocks ==18022== of which reachable via heuristic: ==18022== length64 : 592 bytes in 10 blocks ==18022== newarray : 5,976 bytes in 28 blocks ==18022== suppressed: 253,889 bytes in 3,977 blocks ==18022== Reachable blocks (those to which a pointer was found) are not shown. ==18022== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==18022== ==18022== For counts of detected and suppressed errors, rerun with: -v ==18022== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1803== Memcheck, a memory error detector ==1803== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1803== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1803== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart3Skip7 ==1803== Parent PID: 1799 ==1803== ==18039== Memcheck, a memory error detector ==18039== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==18039== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==18039== Command: ./syncevo-local-sync ==18039== Parent PID: 17979 ==18039== ==18039== ==18039== HEAP SUMMARY: ==18039== in use at exit: 2,491,270 bytes in 25,307 blocks ==18039== total heap usage: 175,413 allocs, 150,106 frees, 33,959,733 bytes allocated ==18039== ==18039== LEAK SUMMARY: ==18039== definitely lost: 0 bytes in 0 blocks ==18039== indirectly lost: 0 bytes in 0 blocks ==18039== possibly lost: 528 bytes in 2 blocks ==18039== still reachable: 2,229,741 bytes in 21,272 blocks ==18039== of which reachable via heuristic: ==18039== length64 : 592 bytes in 10 blocks ==18039== newarray : 5,976 bytes in 28 blocks ==18039== suppressed: 253,889 bytes in 3,977 blocks ==18039== Reachable blocks (those to which a pointer was found) are not shown. ==18039== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==18039== ==18039== For counts of detected and suppressed errors, rerun with: -v ==18039== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==18054== Memcheck, a memory error detector ==18054== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==18054== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==18054== Command: ./syncevo-local-sync ==18054== Parent PID: 17979 ==18054== ==18054== ==18054== HEAP SUMMARY: ==18054== in use at exit: 3,278,858 bytes in 27,729 blocks ==18054== total heap usage: 174,027 allocs, 146,298 frees, 32,987,210 bytes allocated ==18054== ==18054== LEAK SUMMARY: ==18054== definitely lost: 0 bytes in 0 blocks ==18054== indirectly lost: 0 bytes in 0 blocks ==18054== possibly lost: 528 bytes in 2 blocks ==18054== still reachable: 3,017,329 bytes in 23,694 blocks ==18054== of which reachable via heuristic: ==18054== length64 : 592 bytes in 10 blocks ==18054== newarray : 12,912 bytes in 223 blocks ==18054== suppressed: 253,889 bytes in 3,977 blocks ==18054== Reachable blocks (those to which a pointer was found) are not shown. ==18054== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==18054== ==18054== For counts of detected and suppressed errors, rerun with: -v ==18054== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==18072== Memcheck, a memory error detector ==18072== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==18072== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==18072== Command: ./syncevo-local-sync ==18072== Parent PID: 17979 ==18072== ==18072== ==18072== HEAP SUMMARY: ==18072== in use at exit: 2,491,278 bytes in 25,307 blocks ==18072== total heap usage: 186,159 allocs, 160,852 frees, 35,058,672 bytes allocated ==18072== ==18072== LEAK SUMMARY: ==18072== definitely lost: 0 bytes in 0 blocks ==18072== indirectly lost: 0 bytes in 0 blocks ==18072== possibly lost: 528 bytes in 2 blocks ==18072== still reachable: 2,229,741 bytes in 21,272 blocks ==18072== of which reachable via heuristic: ==18072== length64 : 592 bytes in 10 blocks ==18072== newarray : 5,976 bytes in 28 blocks ==18072== suppressed: 253,897 bytes in 3,977 blocks ==18072== Reachable blocks (those to which a pointer was found) are not shown. ==18072== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==18072== ==18072== For counts of detected and suppressed errors, rerun with: -v ==18072== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==18080== Memcheck, a memory error detector ==18080== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==18080== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==18080== Command: ./syncevo-local-sync ==18080== Parent PID: 17979 ==18080== ==18080== ==18080== HEAP SUMMARY: ==18080== in use at exit: 2,491,270 bytes in 25,307 blocks ==18080== total heap usage: 183,901 allocs, 158,594 frees, 34,863,969 bytes allocated ==18080== ==18080== LEAK SUMMARY: ==18080== definitely lost: 0 bytes in 0 blocks ==18080== indirectly lost: 0 bytes in 0 blocks ==18080== possibly lost: 528 bytes in 2 blocks ==18080== still reachable: 2,229,741 bytes in 21,272 blocks ==18080== of which reachable via heuristic: ==18080== length64 : 592 bytes in 10 blocks ==18080== newarray : 5,976 bytes in 28 blocks ==18080== suppressed: 253,889 bytes in 3,977 blocks ==18080== Reachable blocks (those to which a pointer was found) are not shown. ==18080== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==18080== ==18080== For counts of detected and suppressed errors, rerun with: -v ==18080== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==18103== Memcheck, a memory error detector ==18103== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==18103== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==18103== Command: ./client-test Client::Sync::eds_contact::testComplexUpdate ==18103== Parent PID: 17979 ==18103== ==1811== Memcheck, a memory error detector ==1811== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1811== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1811== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart3Skip8 ==1811== Parent PID: 112 ==1811== ==1811== ==1811== HEAP SUMMARY: ==1811== in use at exit: 460,052 bytes in 5,373 blocks ==1811== total heap usage: 171,463 allocs, 166,031 frees, 26,899,969 bytes allocated ==1811== ==1811== LEAK SUMMARY: ==1811== definitely lost: 0 bytes in 0 blocks ==1811== indirectly lost: 0 bytes in 0 blocks ==1811== possibly lost: 1,392 bytes in 4 blocks ==1811== still reachable: 175,257 bytes in 1,000 blocks ==1811== of which reachable via heuristic: ==1811== length64 : 1,032 bytes in 18 blocks ==1811== newarray : 5,976 bytes in 28 blocks ==1811== suppressed: 271,883 bytes in 4,285 blocks ==1811== Reachable blocks (those to which a pointer was found) are not shown. ==1811== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1811== ==1811== For counts of detected and suppressed errors, rerun with: -v ==1811== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==18116== Memcheck, a memory error detector ==18116== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==18116== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==18116== Command: ./syncevo-local-sync ==18116== Parent PID: 17979 ==18116== ==18116== ==18116== HEAP SUMMARY: ==18116== in use at exit: 2,491,278 bytes in 25,307 blocks ==18116== total heap usage: 191,082 allocs, 165,775 frees, 35,579,368 bytes allocated ==18116== ==18116== LEAK SUMMARY: ==18116== definitely lost: 0 bytes in 0 blocks ==18116== indirectly lost: 0 bytes in 0 blocks ==18116== possibly lost: 528 bytes in 2 blocks ==18116== still reachable: 2,229,741 bytes in 21,272 blocks ==18116== of which reachable via heuristic: ==18116== length64 : 592 bytes in 10 blocks ==18116== newarray : 5,976 bytes in 28 blocks ==18116== suppressed: 253,897 bytes in 3,977 blocks ==18116== Reachable blocks (those to which a pointer was found) are not shown. ==18116== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==18116== ==18116== For counts of detected and suppressed errors, rerun with: -v ==18116== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==18124== Memcheck, a memory error detector ==18124== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==18124== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==18124== Command: ./syncevo-local-sync ==18124== Parent PID: 17979 ==18124== ==18124== ==18124== HEAP SUMMARY: ==18124== in use at exit: 2,491,270 bytes in 25,307 blocks ==18124== total heap usage: 183,993 allocs, 158,686 frees, 34,850,971 bytes allocated ==18124== ==18124== LEAK SUMMARY: ==18124== definitely lost: 0 bytes in 0 blocks ==18124== indirectly lost: 0 bytes in 0 blocks ==18124== possibly lost: 528 bytes in 2 blocks ==18124== still reachable: 2,229,741 bytes in 21,272 blocks ==18124== of which reachable via heuristic: ==18124== length64 : 592 bytes in 10 blocks ==18124== newarray : 5,976 bytes in 28 blocks ==18124== suppressed: 253,889 bytes in 3,977 blocks ==18124== Reachable blocks (those to which a pointer was found) are not shown. ==18124== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==18124== ==18124== For counts of detected and suppressed errors, rerun with: -v ==18124== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==18147== Memcheck, a memory error detector ==18147== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==18147== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==18147== Command: ./client-test Client::Sync::eds_contact::testComplexUpdate ==18147== Parent PID: 17979 ==18147== ==1815== Memcheck, a memory error detector ==1815== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1815== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1815== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart3Skip8 ==1815== Parent PID: 1811 ==1815== ==18152== Memcheck, a memory error detector ==18152== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==18152== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==18152== Command: ./client-test Client::Sync::eds_contact::testMerge ==18152== Parent PID: 112 ==18152== ==18152== ==18152== HEAP SUMMARY: ==18152== in use at exit: 2,941,173 bytes in 30,337 blocks ==18152== total heap usage: 2,352,368 allocs, 2,321,968 frees, 346,877,266 bytes allocated ==18152== ==18152== LEAK SUMMARY: ==18152== definitely lost: 0 bytes in 0 blocks ==18152== indirectly lost: 0 bytes in 0 blocks ==18152== possibly lost: 1,824 bytes in 5 blocks ==18152== still reachable: 2,317,344 bytes in 21,476 blocks ==18152== of which reachable via heuristic: ==18152== length64 : 5,096 bytes in 80 blocks ==18152== newarray : 6,296 bytes in 48 blocks ==18152== suppressed: 532,061 bytes in 8,199 blocks ==18152== Reachable blocks (those to which a pointer was found) are not shown. ==18152== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==18152== ==18152== For counts of detected and suppressed errors, rerun with: -v ==18152== ERROR SUMMARY: 5 errors from 5 contexts (suppressed: 68 from 68) ==18178== Memcheck, a memory error detector ==18178== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==18178== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==18178== Command: ./syncevo-local-sync ==18178== Parent PID: 18152 ==18178== ==18178== ==18178== HEAP SUMMARY: ==18178== in use at exit: 2,491,214 bytes in 25,305 blocks ==18178== total heap usage: 182,279 allocs, 156,974 frees, 34,662,616 bytes allocated ==18178== ==18178== LEAK SUMMARY: ==18178== definitely lost: 0 bytes in 0 blocks ==18178== indirectly lost: 0 bytes in 0 blocks ==18178== possibly lost: 528 bytes in 2 blocks ==18178== still reachable: 2,229,741 bytes in 21,272 blocks ==18178== of which reachable via heuristic: ==18178== length64 : 592 bytes in 10 blocks ==18178== newarray : 5,976 bytes in 28 blocks ==18178== suppressed: 253,833 bytes in 3,975 blocks ==18178== Reachable blocks (those to which a pointer was found) are not shown. ==18178== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==18178== ==18178== For counts of detected and suppressed errors, rerun with: -v ==18178== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==18195== Memcheck, a memory error detector ==18195== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==18195== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==18195== Command: ./syncevo-local-sync ==18195== Parent PID: 18152 ==18195== ==18195== ==18195== HEAP SUMMARY: ==18195== in use at exit: 2,491,286 bytes in 25,307 blocks ==18195== total heap usage: 177,733 allocs, 152,426 frees, 34,212,731 bytes allocated ==18195== ==18195== LEAK SUMMARY: ==18195== definitely lost: 0 bytes in 0 blocks ==18195== indirectly lost: 0 bytes in 0 blocks ==18195== possibly lost: 528 bytes in 2 blocks ==18195== still reachable: 2,229,741 bytes in 21,272 blocks ==18195== of which reachable via heuristic: ==18195== length64 : 592 bytes in 10 blocks ==18195== newarray : 5,976 bytes in 28 blocks ==18195== suppressed: 253,905 bytes in 3,977 blocks ==18195== Reachable blocks (those to which a pointer was found) are not shown. ==18195== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==18195== ==18195== For counts of detected and suppressed errors, rerun with: -v ==18195== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==18212== Memcheck, a memory error detector ==18212== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==18212== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==18212== Command: ./syncevo-local-sync ==18212== Parent PID: 18152 ==18212== ==18212== ==18212== HEAP SUMMARY: ==18212== in use at exit: 2,491,326 bytes in 25,307 blocks ==18212== total heap usage: 175,415 allocs, 150,108 frees, 33,959,133 bytes allocated ==18212== ==18212== LEAK SUMMARY: ==18212== definitely lost: 0 bytes in 0 blocks ==18212== indirectly lost: 0 bytes in 0 blocks ==18212== possibly lost: 528 bytes in 2 blocks ==18212== still reachable: 2,229,741 bytes in 21,272 blocks ==18212== of which reachable via heuristic: ==18212== length64 : 592 bytes in 10 blocks ==18212== newarray : 5,976 bytes in 28 blocks ==18212== suppressed: 253,945 bytes in 3,977 blocks ==18212== Reachable blocks (those to which a pointer was found) are not shown. ==18212== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==18212== ==18212== For counts of detected and suppressed errors, rerun with: -v ==18212== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==18227== Memcheck, a memory error detector ==18227== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==18227== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==18227== Command: ./syncevo-local-sync ==18227== Parent PID: 18152 ==18227== ==18227== ==18227== HEAP SUMMARY: ==18227== in use at exit: 3,278,858 bytes in 27,729 blocks ==18227== total heap usage: 174,029 allocs, 146,300 frees, 32,986,792 bytes allocated ==18227== ==18227== LEAK SUMMARY: ==18227== definitely lost: 0 bytes in 0 blocks ==18227== indirectly lost: 0 bytes in 0 blocks ==18227== possibly lost: 528 bytes in 2 blocks ==18227== still reachable: 3,017,297 bytes in 23,694 blocks ==18227== of which reachable via heuristic: ==18227== length64 : 592 bytes in 10 blocks ==18227== newarray : 12,912 bytes in 223 blocks ==18227== suppressed: 253,921 bytes in 3,977 blocks ==18227== Reachable blocks (those to which a pointer was found) are not shown. ==18227== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==18227== ==18227== For counts of detected and suppressed errors, rerun with: -v ==18227== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1823== Memcheck, a memory error detector ==1823== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1823== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1823== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart3Exdate ==1823== Parent PID: 112 ==1823== ==1823== ==1823== HEAP SUMMARY: ==1823== in use at exit: 465,428 bytes in 5,394 blocks ==1823== total heap usage: 234,496 allocs, 229,037 frees, 33,875,111 bytes allocated ==1823== ==1823== LEAK SUMMARY: ==1823== definitely lost: 0 bytes in 0 blocks ==1823== indirectly lost: 0 bytes in 0 blocks ==1823== possibly lost: 1,392 bytes in 4 blocks ==1823== still reachable: 180,633 bytes in 1,021 blocks ==1823== of which reachable via heuristic: ==1823== length64 : 1,032 bytes in 18 blocks ==1823== newarray : 5,976 bytes in 28 blocks ==1823== suppressed: 271,883 bytes in 4,285 blocks ==1823== Reachable blocks (those to which a pointer was found) are not shown. ==1823== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1823== ==1823== For counts of detected and suppressed errors, rerun with: -v ==1823== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==18245== Memcheck, a memory error detector ==18245== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==18245== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==18245== Command: ./syncevo-local-sync ==18245== Parent PID: 18152 ==18245== ==18245== ==18245== HEAP SUMMARY: ==18245== in use at exit: 2,491,278 bytes in 25,307 blocks ==18245== total heap usage: 186,145 allocs, 160,838 frees, 35,056,791 bytes allocated ==18245== ==18245== LEAK SUMMARY: ==18245== definitely lost: 0 bytes in 0 blocks ==18245== indirectly lost: 0 bytes in 0 blocks ==18245== possibly lost: 528 bytes in 2 blocks ==18245== still reachable: 2,229,741 bytes in 21,272 blocks ==18245== of which reachable via heuristic: ==18245== length64 : 592 bytes in 10 blocks ==18245== newarray : 5,976 bytes in 28 blocks ==18245== suppressed: 253,897 bytes in 3,977 blocks ==18245== Reachable blocks (those to which a pointer was found) are not shown. ==18245== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==18245== ==18245== For counts of detected and suppressed errors, rerun with: -v ==18245== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==18253== Memcheck, a memory error detector ==18253== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==18253== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==18253== Command: ./syncevo-local-sync ==18253== Parent PID: 18152 ==18253== ==18253== ==18253== HEAP SUMMARY: ==18253== in use at exit: 2,491,326 bytes in 25,307 blocks ==18253== total heap usage: 183,890 allocs, 158,583 frees, 34,862,714 bytes allocated ==18253== ==18253== LEAK SUMMARY: ==18253== definitely lost: 0 bytes in 0 blocks ==18253== indirectly lost: 0 bytes in 0 blocks ==18253== possibly lost: 528 bytes in 2 blocks ==18253== still reachable: 2,229,741 bytes in 21,272 blocks ==18253== of which reachable via heuristic: ==18253== length64 : 592 bytes in 10 blocks ==18253== newarray : 5,976 bytes in 28 blocks ==18253== suppressed: 253,945 bytes in 3,977 blocks ==18253== Reachable blocks (those to which a pointer was found) are not shown. ==18253== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==18253== ==18253== For counts of detected and suppressed errors, rerun with: -v ==18253== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1827== Memcheck, a memory error detector ==1827== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1827== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1827== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart3Exdate ==1827== Parent PID: 1823 ==1827== ==18276== Memcheck, a memory error detector ==18276== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==18276== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==18276== Command: ./client-test Client::Sync::eds_contact::testMerge ==18276== Parent PID: 18152 ==18276== ==18298== Memcheck, a memory error detector ==18298== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==18298== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==18298== Command: ./syncevo-local-sync ==18298== Parent PID: 18152 ==18298== ==18298== ==18298== HEAP SUMMARY: ==18298== in use at exit: 2,491,294 bytes in 25,307 blocks ==18298== total heap usage: 192,478 allocs, 167,171 frees, 35,697,109 bytes allocated ==18298== ==18298== LEAK SUMMARY: ==18298== definitely lost: 0 bytes in 0 blocks ==18298== indirectly lost: 0 bytes in 0 blocks ==18298== possibly lost: 528 bytes in 2 blocks ==18298== still reachable: 2,229,741 bytes in 21,272 blocks ==18298== of which reachable via heuristic: ==18298== length64 : 592 bytes in 10 blocks ==18298== newarray : 5,976 bytes in 28 blocks ==18298== suppressed: 253,913 bytes in 3,977 blocks ==18298== Reachable blocks (those to which a pointer was found) are not shown. ==18298== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==18298== ==18298== For counts of detected and suppressed errors, rerun with: -v ==18298== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==183== Memcheck, a memory error detector ==183== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==183== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==183== Command: ./client-test Client::Source::apple_caldav::testImportDelete ==183== Parent PID: 179 ==183== ==18306== Memcheck, a memory error detector ==18306== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==18306== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==18306== Command: ./syncevo-local-sync ==18306== Parent PID: 18152 ==18306== ==18306== ==18306== HEAP SUMMARY: ==18306== in use at exit: 2,491,294 bytes in 25,307 blocks ==18306== total heap usage: 213,139 allocs, 187,832 frees, 37,677,833 bytes allocated ==18306== ==18306== LEAK SUMMARY: ==18306== definitely lost: 0 bytes in 0 blocks ==18306== indirectly lost: 0 bytes in 0 blocks ==18306== possibly lost: 528 bytes in 2 blocks ==18306== still reachable: 2,229,741 bytes in 21,272 blocks ==18306== of which reachable via heuristic: ==18306== length64 : 592 bytes in 10 blocks ==18306== newarray : 5,976 bytes in 28 blocks ==18306== suppressed: 253,913 bytes in 3,977 blocks ==18306== Reachable blocks (those to which a pointer was found) are not shown. ==18306== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==18306== ==18306== For counts of detected and suppressed errors, rerun with: -v ==18306== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==18319== Memcheck, a memory error detector ==18319== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==18319== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==18319== Command: ./syncevo-local-sync ==18319== Parent PID: 18152 ==18319== ==18319== ==18319== HEAP SUMMARY: ==18319== in use at exit: 2,491,278 bytes in 25,307 blocks ==18319== total heap usage: 190,669 allocs, 165,362 frees, 35,463,945 bytes allocated ==18319== ==18319== LEAK SUMMARY: ==18319== definitely lost: 0 bytes in 0 blocks ==18319== indirectly lost: 0 bytes in 0 blocks ==18319== possibly lost: 528 bytes in 2 blocks ==18319== still reachable: 2,229,741 bytes in 21,272 blocks ==18319== of which reachable via heuristic: ==18319== length64 : 592 bytes in 10 blocks ==18319== newarray : 5,976 bytes in 28 blocks ==18319== suppressed: 253,897 bytes in 3,977 blocks ==18319== Reachable blocks (those to which a pointer was found) are not shown. ==18319== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==18319== ==18319== For counts of detected and suppressed errors, rerun with: -v ==18319== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==18341== Memcheck, a memory error detector ==18341== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==18341== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==18341== Command: ./client-test Client::Sync::eds_contact::testMerge ==18341== Parent PID: 18152 ==18341== ==18345== Memcheck, a memory error detector ==18345== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==18345== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==18345== Command: ./syncevo-local-sync ==18345== Parent PID: 18152 ==18345== ==18345== ==18345== HEAP SUMMARY: ==18345== in use at exit: 2,491,270 bytes in 25,307 blocks ==18345== total heap usage: 190,020 allocs, 164,713 frees, 35,373,292 bytes allocated ==18345== ==18345== LEAK SUMMARY: ==18345== definitely lost: 0 bytes in 0 blocks ==18345== indirectly lost: 0 bytes in 0 blocks ==18345== possibly lost: 528 bytes in 2 blocks ==18345== still reachable: 2,229,741 bytes in 21,272 blocks ==18345== of which reachable via heuristic: ==18345== length64 : 592 bytes in 10 blocks ==18345== newarray : 5,976 bytes in 28 blocks ==18345== suppressed: 253,889 bytes in 3,977 blocks ==18345== Reachable blocks (those to which a pointer was found) are not shown. ==18345== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==18345== ==18345== For counts of detected and suppressed errors, rerun with: -v ==18345== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1835== Memcheck, a memory error detector ==1835== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1835== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1835== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart3Exdate ==1835== Parent PID: 1823 ==1835== ==18367== Memcheck, a memory error detector ==18367== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==18367== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==18367== Command: ./client-test Client::Sync::eds_contact::testMerge ==18367== Parent PID: 18152 ==18367== ==18372== Memcheck, a memory error detector ==18372== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==18372== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==18372== Command: ./client-test Client::Sync::eds_contact::testTwinning ==18372== Parent PID: 112 ==18372== ==18372== ==18372== HEAP SUMMARY: ==18372== in use at exit: 2,941,280 bytes in 30,389 blocks ==18372== total heap usage: 2,010,989 allocs, 1,980,541 frees, 275,835,693 bytes allocated ==18372== ==18372== LEAK SUMMARY: ==18372== definitely lost: 0 bytes in 0 blocks ==18372== indirectly lost: 0 bytes in 0 blocks ==18372== possibly lost: 1,824 bytes in 5 blocks ==18372== still reachable: 2,316,448 bytes in 21,457 blocks ==18372== of which reachable via heuristic: ==18372== length64 : 5,096 bytes in 80 blocks ==18372== newarray : 6,296 bytes in 48 blocks ==18372== suppressed: 532,896 bytes in 8,268 blocks ==18372== Reachable blocks (those to which a pointer was found) are not shown. ==18372== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==18372== ==18372== For counts of detected and suppressed errors, rerun with: -v ==18372== ERROR SUMMARY: 5 errors from 5 contexts (suppressed: 68 from 68) ==18398== Memcheck, a memory error detector ==18398== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==18398== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==18398== Command: ./syncevo-local-sync ==18398== Parent PID: 18372 ==18398== ==18398== ==18398== HEAP SUMMARY: ==18398== in use at exit: 2,491,294 bytes in 25,307 blocks ==18398== total heap usage: 188,986 allocs, 163,679 frees, 35,278,121 bytes allocated ==18398== ==18398== LEAK SUMMARY: ==18398== definitely lost: 0 bytes in 0 blocks ==18398== indirectly lost: 0 bytes in 0 blocks ==18398== possibly lost: 528 bytes in 2 blocks ==18398== still reachable: 2,229,741 bytes in 21,272 blocks ==18398== of which reachable via heuristic: ==18398== length64 : 592 bytes in 10 blocks ==18398== newarray : 5,976 bytes in 28 blocks ==18398== suppressed: 253,913 bytes in 3,977 blocks ==18398== Reachable blocks (those to which a pointer was found) are not shown. ==18398== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==18398== ==18398== For counts of detected and suppressed errors, rerun with: -v ==18398== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==18415== Memcheck, a memory error detector ==18415== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==18415== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==18415== Command: ./syncevo-local-sync ==18415== Parent PID: 18372 ==18415== ==18415== ==18415== HEAP SUMMARY: ==18415== in use at exit: 2,491,278 bytes in 25,307 blocks ==18415== total heap usage: 177,734 allocs, 152,427 frees, 34,212,707 bytes allocated ==18415== ==18415== LEAK SUMMARY: ==18415== definitely lost: 0 bytes in 0 blocks ==18415== indirectly lost: 0 bytes in 0 blocks ==18415== possibly lost: 528 bytes in 2 blocks ==18415== still reachable: 2,229,741 bytes in 21,272 blocks ==18415== of which reachable via heuristic: ==18415== length64 : 592 bytes in 10 blocks ==18415== newarray : 5,976 bytes in 28 blocks ==18415== suppressed: 253,897 bytes in 3,977 blocks ==18415== Reachable blocks (those to which a pointer was found) are not shown. ==18415== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==18415== ==18415== For counts of detected and suppressed errors, rerun with: -v ==18415== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1843== Memcheck, a memory error detector ==1843== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1843== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1843== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart3Exdate ==1843== Parent PID: 1823 ==1843== ==18443== Memcheck, a memory error detector ==18443== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==18443== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==18443== Command: ./client-test Client::Sync::eds_contact::testTwinning ==18443== Parent PID: 18372 ==18443== ==18451== Memcheck, a memory error detector ==18451== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==18451== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==18451== Command: ./syncevo-local-sync ==18451== Parent PID: 18372 ==18451== ==18451== ==18451== HEAP SUMMARY: ==18451== in use at exit: 2,491,278 bytes in 25,307 blocks ==18451== total heap usage: 350,150 allocs, 324,843 frees, 52,356,477 bytes allocated ==18451== ==18451== LEAK SUMMARY: ==18451== definitely lost: 0 bytes in 0 blocks ==18451== indirectly lost: 0 bytes in 0 blocks ==18451== possibly lost: 528 bytes in 2 blocks ==18451== still reachable: 2,229,741 bytes in 21,272 blocks ==18451== of which reachable via heuristic: ==18451== length64 : 592 bytes in 10 blocks ==18451== newarray : 5,976 bytes in 28 blocks ==18451== suppressed: 253,897 bytes in 3,977 blocks ==18451== Reachable blocks (those to which a pointer was found) are not shown. ==18451== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==18451== ==18451== For counts of detected and suppressed errors, rerun with: -v ==18451== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==18460== Memcheck, a memory error detector ==18460== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==18460== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==18460== Command: ./syncevo-local-sync ==18460== Parent PID: 18372 ==18460== ==18460== ==18460== HEAP SUMMARY: ==18460== in use at exit: 2,491,286 bytes in 25,307 blocks ==18460== total heap usage: 374,579 allocs, 349,272 frees, 54,002,002 bytes allocated ==18460== ==18460== LEAK SUMMARY: ==18460== definitely lost: 0 bytes in 0 blocks ==18460== indirectly lost: 0 bytes in 0 blocks ==18460== possibly lost: 528 bytes in 2 blocks ==18460== still reachable: 2,229,741 bytes in 21,272 blocks ==18460== of which reachable via heuristic: ==18460== length64 : 592 bytes in 10 blocks ==18460== newarray : 5,976 bytes in 28 blocks ==18460== suppressed: 253,905 bytes in 3,977 blocks ==18460== Reachable blocks (those to which a pointer was found) are not shown. ==18460== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==18460== ==18460== For counts of detected and suppressed errors, rerun with: -v ==18460== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==18469== Memcheck, a memory error detector ==18469== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==18469== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==18469== Command: ./syncevo-local-sync ==18469== Parent PID: 18372 ==18469== ==18469== ==18469== HEAP SUMMARY: ==18469== in use at exit: 2,491,214 bytes in 25,305 blocks ==18469== total heap usage: 373,991 allocs, 348,686 frees, 53,946,588 bytes allocated ==18469== ==18469== LEAK SUMMARY: ==18469== definitely lost: 0 bytes in 0 blocks ==18469== indirectly lost: 0 bytes in 0 blocks ==18469== possibly lost: 528 bytes in 2 blocks ==18469== still reachable: 2,229,741 bytes in 21,272 blocks ==18469== of which reachable via heuristic: ==18469== length64 : 592 bytes in 10 blocks ==18469== newarray : 5,976 bytes in 28 blocks ==18469== suppressed: 253,833 bytes in 3,975 blocks ==18469== Reachable blocks (those to which a pointer was found) are not shown. ==18469== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==18469== ==18469== For counts of detected and suppressed errors, rerun with: -v ==18469== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==18479== Memcheck, a memory error detector ==18479== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==18479== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==18479== Command: ./syncevo-local-sync ==18479== Parent PID: 18372 ==18479== ==18479== ==18479== HEAP SUMMARY: ==18479== in use at exit: 2,491,270 bytes in 25,307 blocks ==18479== total heap usage: 371,548 allocs, 346,241 frees, 53,747,786 bytes allocated ==18479== ==18479== LEAK SUMMARY: ==18479== definitely lost: 0 bytes in 0 blocks ==18479== indirectly lost: 0 bytes in 0 blocks ==18479== possibly lost: 528 bytes in 2 blocks ==18479== still reachable: 2,229,741 bytes in 21,272 blocks ==18479== of which reachable via heuristic: ==18479== length64 : 592 bytes in 10 blocks ==18479== newarray : 5,976 bytes in 28 blocks ==18479== suppressed: 253,889 bytes in 3,977 blocks ==18479== Reachable blocks (those to which a pointer was found) are not shown. ==18479== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==18479== ==18479== For counts of detected and suppressed errors, rerun with: -v ==18479== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==18502== Memcheck, a memory error detector ==18502== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==18502== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==18502== Command: ./client-test Client::Sync::eds_contact::testTwinning ==18502== Parent PID: 18372 ==18502== ==18507== Memcheck, a memory error detector ==18507== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==18507== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==18507== Command: ./client-test Client::Sync::eds_contact::testItems ==18507== Parent PID: 112 ==18507== ==18507== ==18507== HEAP SUMMARY: ==18507== in use at exit: 2,939,982 bytes in 30,321 blocks ==18507== total heap usage: 1,586,274 allocs, 1,555,896 frees, 208,891,195 bytes allocated ==18507== ==18507== LEAK SUMMARY: ==18507== definitely lost: 0 bytes in 0 blocks ==18507== indirectly lost: 0 bytes in 0 blocks ==18507== possibly lost: 1,824 bytes in 5 blocks ==18507== still reachable: 2,316,625 bytes in 21,464 blocks ==18507== of which reachable via heuristic: ==18507== length64 : 5,096 bytes in 80 blocks ==18507== newarray : 6,296 bytes in 48 blocks ==18507== suppressed: 531,589 bytes in 8,195 blocks ==18507== Reachable blocks (those to which a pointer was found) are not shown. ==18507== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==18507== ==18507== For counts of detected and suppressed errors, rerun with: -v ==18507== ERROR SUMMARY: 5 errors from 5 contexts (suppressed: 68 from 68) ==1851== Memcheck, a memory error detector ==1851== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1851== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1851== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart6Skip0 ==1851== Parent PID: 112 ==1851== ==1851== ==1851== HEAP SUMMARY: ==1851== in use at exit: 481,540 bytes in 5,457 blocks ==1851== total heap usage: 298,631 allocs, 293,103 frees, 41,345,211 bytes allocated ==1851== ==1851== LEAK SUMMARY: ==1851== definitely lost: 0 bytes in 0 blocks ==1851== indirectly lost: 0 bytes in 0 blocks ==1851== possibly lost: 1,392 bytes in 4 blocks ==1851== still reachable: 196,761 bytes in 1,084 blocks ==1851== of which reachable via heuristic: ==1851== length64 : 1,032 bytes in 18 blocks ==1851== newarray : 5,976 bytes in 28 blocks ==1851== suppressed: 271,867 bytes in 4,285 blocks ==1851== Reachable blocks (those to which a pointer was found) are not shown. ==1851== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1851== ==1851== For counts of detected and suppressed errors, rerun with: -v ==1851== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==18533== Memcheck, a memory error detector ==18533== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==18533== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==18533== Command: ./syncevo-local-sync ==18533== Parent PID: 18507 ==18533== ==18533== ==18533== HEAP SUMMARY: ==18533== in use at exit: 2,491,270 bytes in 25,307 blocks ==18533== total heap usage: 371,509 allocs, 346,202 frees, 53,725,126 bytes allocated ==18533== ==18533== LEAK SUMMARY: ==18533== definitely lost: 0 bytes in 0 blocks ==18533== indirectly lost: 0 bytes in 0 blocks ==18533== possibly lost: 528 bytes in 2 blocks ==18533== still reachable: 2,229,741 bytes in 21,272 blocks ==18533== of which reachable via heuristic: ==18533== length64 : 592 bytes in 10 blocks ==18533== newarray : 5,976 bytes in 28 blocks ==18533== suppressed: 253,889 bytes in 3,977 blocks ==18533== Reachable blocks (those to which a pointer was found) are not shown. ==18533== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==18533== ==18533== For counts of detected and suppressed errors, rerun with: -v ==18533== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1855== Memcheck, a memory error detector ==1855== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1855== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1855== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart6Skip0 ==1855== Parent PID: 1851 ==1855== ==18551== Memcheck, a memory error detector ==18551== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==18551== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==18551== Command: ./syncevo-local-sync ==18551== Parent PID: 18507 ==18551== ==18551== ==18551== HEAP SUMMARY: ==18551== in use at exit: 2,491,246 bytes in 25,305 blocks ==18551== total heap usage: 198,313 allocs, 173,008 frees, 36,533,693 bytes allocated ==18551== ==18551== LEAK SUMMARY: ==18551== definitely lost: 0 bytes in 0 blocks ==18551== indirectly lost: 0 bytes in 0 blocks ==18551== possibly lost: 528 bytes in 2 blocks ==18551== still reachable: 2,229,741 bytes in 21,272 blocks ==18551== of which reachable via heuristic: ==18551== length64 : 592 bytes in 10 blocks ==18551== newarray : 5,976 bytes in 28 blocks ==18551== suppressed: 253,865 bytes in 3,975 blocks ==18551== Reachable blocks (those to which a pointer was found) are not shown. ==18551== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==18551== ==18551== For counts of detected and suppressed errors, rerun with: -v ==18551== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==18579== Memcheck, a memory error detector ==18579== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==18579== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==18579== Command: ./client-test Client::Sync::eds_contact::testItems ==18579== Parent PID: 18507 ==18579== ==18587== Memcheck, a memory error detector ==18587== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==18587== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==18587== Command: ./syncevo-local-sync ==18587== Parent PID: 18507 ==18587== ==18587== ==18587== HEAP SUMMARY: ==18587== in use at exit: 2,491,278 bytes in 25,307 blocks ==18587== total heap usage: 350,152 allocs, 324,845 frees, 52,327,898 bytes allocated ==18587== ==18587== LEAK SUMMARY: ==18587== definitely lost: 0 bytes in 0 blocks ==18587== indirectly lost: 0 bytes in 0 blocks ==18587== possibly lost: 528 bytes in 2 blocks ==18587== still reachable: 2,229,741 bytes in 21,272 blocks ==18587== of which reachable via heuristic: ==18587== length64 : 592 bytes in 10 blocks ==18587== newarray : 5,976 bytes in 28 blocks ==18587== suppressed: 253,897 bytes in 3,977 blocks ==18587== Reachable blocks (those to which a pointer was found) are not shown. ==18587== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==18587== ==18587== For counts of detected and suppressed errors, rerun with: -v ==18587== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==18596== Memcheck, a memory error detector ==18596== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==18596== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==18596== Command: ./syncevo-local-sync ==18596== Parent PID: 18507 ==18596== ==18596== ==18596== HEAP SUMMARY: ==18596== in use at exit: 2,491,270 bytes in 25,307 blocks ==18596== total heap usage: 374,591 allocs, 349,284 frees, 54,002,520 bytes allocated ==18596== ==18596== LEAK SUMMARY: ==18596== definitely lost: 0 bytes in 0 blocks ==18596== indirectly lost: 0 bytes in 0 blocks ==18596== possibly lost: 528 bytes in 2 blocks ==18596== still reachable: 2,229,741 bytes in 21,272 blocks ==18596== of which reachable via heuristic: ==18596== length64 : 592 bytes in 10 blocks ==18596== newarray : 5,976 bytes in 28 blocks ==18596== suppressed: 253,889 bytes in 3,977 blocks ==18596== Reachable blocks (those to which a pointer was found) are not shown. ==18596== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==18596== ==18596== For counts of detected and suppressed errors, rerun with: -v ==18596== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==18620== Memcheck, a memory error detector ==18620== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==18620== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==18620== Command: ./client-test Client::Sync::eds_contact::testItems ==18620== Parent PID: 18507 ==18620== ==18624== Memcheck, a memory error detector ==18624== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==18624== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==18624== Command: ./client-test Client::Sync::eds_contact::testItemsXML ==18624== Parent PID: 112 ==18624== ==18624== ==18624== HEAP SUMMARY: ==18624== in use at exit: 2,932,294 bytes in 30,226 blocks ==18624== total heap usage: 1,587,231 allocs, 1,556,948 frees, 208,949,673 bytes allocated ==18624== ==18624== LEAK SUMMARY: ==18624== definitely lost: 0 bytes in 0 blocks ==18624== indirectly lost: 0 bytes in 0 blocks ==18624== possibly lost: 1,824 bytes in 5 blocks ==18624== still reachable: 2,313,520 bytes in 21,440 blocks ==18624== of which reachable via heuristic: ==18624== length64 : 5,096 bytes in 80 blocks ==18624== newarray : 6,296 bytes in 48 blocks ==18624== suppressed: 526,838 bytes in 8,122 blocks ==18624== Reachable blocks (those to which a pointer was found) are not shown. ==18624== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==18624== ==18624== For counts of detected and suppressed errors, rerun with: -v ==18624== ERROR SUMMARY: 5 errors from 5 contexts (suppressed: 68 from 68) ==1863== Memcheck, a memory error detector ==1863== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1863== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1863== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart6Skip0 ==1863== Parent PID: 1851 ==1863== ==18650== Memcheck, a memory error detector ==18650== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==18650== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==18650== Command: ./syncevo-local-sync ==18650== Parent PID: 18624 ==18650== ==18650== ==18650== HEAP SUMMARY: ==18650== in use at exit: 2,491,278 bytes in 25,307 blocks ==18650== total heap usage: 371,556 allocs, 346,249 frees, 53,758,836 bytes allocated ==18650== ==18650== LEAK SUMMARY: ==18650== definitely lost: 0 bytes in 0 blocks ==18650== indirectly lost: 0 bytes in 0 blocks ==18650== possibly lost: 528 bytes in 2 blocks ==18650== still reachable: 2,229,741 bytes in 21,272 blocks ==18650== of which reachable via heuristic: ==18650== length64 : 592 bytes in 10 blocks ==18650== newarray : 5,976 bytes in 28 blocks ==18650== suppressed: 253,897 bytes in 3,977 blocks ==18650== Reachable blocks (those to which a pointer was found) are not shown. ==18650== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==18650== ==18650== For counts of detected and suppressed errors, rerun with: -v ==18650== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==18668== Memcheck, a memory error detector ==18668== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==18668== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==18668== Command: ./syncevo-local-sync ==18668== Parent PID: 18624 ==18668== ==18668== ==18668== HEAP SUMMARY: ==18668== in use at exit: 2,491,214 bytes in 25,305 blocks ==18668== total heap usage: 198,279 allocs, 172,974 frees, 36,530,847 bytes allocated ==18668== ==18668== LEAK SUMMARY: ==18668== definitely lost: 0 bytes in 0 blocks ==18668== indirectly lost: 0 bytes in 0 blocks ==18668== possibly lost: 528 bytes in 2 blocks ==18668== still reachable: 2,229,741 bytes in 21,272 blocks ==18668== of which reachable via heuristic: ==18668== length64 : 592 bytes in 10 blocks ==18668== newarray : 5,976 bytes in 28 blocks ==18668== suppressed: 253,833 bytes in 3,975 blocks ==18668== Reachable blocks (those to which a pointer was found) are not shown. ==18668== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==18668== ==18668== For counts of detected and suppressed errors, rerun with: -v ==18668== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==18696== Memcheck, a memory error detector ==18696== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==18696== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==18696== Command: ./client-test Client::Sync::eds_contact::testItemsXML ==18696== Parent PID: 18624 ==18696== ==18704== Memcheck, a memory error detector ==18704== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==18704== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==18704== Command: ./syncevo-local-sync ==18704== Parent PID: 18624 ==18704== ==18704== ==18704== HEAP SUMMARY: ==18704== in use at exit: 2,491,270 bytes in 25,307 blocks ==18704== total heap usage: 350,151 allocs, 324,844 frees, 52,355,114 bytes allocated ==18704== ==18704== LEAK SUMMARY: ==18704== definitely lost: 0 bytes in 0 blocks ==18704== indirectly lost: 0 bytes in 0 blocks ==18704== possibly lost: 528 bytes in 2 blocks ==18704== still reachable: 2,229,741 bytes in 21,272 blocks ==18704== of which reachable via heuristic: ==18704== length64 : 592 bytes in 10 blocks ==18704== newarray : 5,976 bytes in 28 blocks ==18704== suppressed: 253,889 bytes in 3,977 blocks ==18704== Reachable blocks (those to which a pointer was found) are not shown. ==18704== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==18704== ==18704== For counts of detected and suppressed errors, rerun with: -v ==18704== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1871== Memcheck, a memory error detector ==1871== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1871== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1871== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart6Skip0 ==1871== Parent PID: 1851 ==1871== ==18713== Memcheck, a memory error detector ==18713== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==18713== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==18713== Command: ./syncevo-local-sync ==18713== Parent PID: 18624 ==18713== ==18713== ==18713== HEAP SUMMARY: ==18713== in use at exit: 2,491,278 bytes in 25,307 blocks ==18713== total heap usage: 374,579 allocs, 349,272 frees, 53,994,332 bytes allocated ==18713== ==18713== LEAK SUMMARY: ==18713== definitely lost: 0 bytes in 0 blocks ==18713== indirectly lost: 0 bytes in 0 blocks ==18713== possibly lost: 528 bytes in 2 blocks ==18713== still reachable: 2,229,741 bytes in 21,272 blocks ==18713== of which reachable via heuristic: ==18713== length64 : 592 bytes in 10 blocks ==18713== newarray : 5,976 bytes in 28 blocks ==18713== suppressed: 253,897 bytes in 3,977 blocks ==18713== Reachable blocks (those to which a pointer was found) are not shown. ==18713== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==18713== ==18713== For counts of detected and suppressed errors, rerun with: -v ==18713== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==18737== Memcheck, a memory error detector ==18737== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==18737== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==18737== Command: ./client-test Client::Sync::eds_contact::testItemsXML ==18737== Parent PID: 18624 ==18737== ==18741== Memcheck, a memory error detector ==18741== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==18741== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==18741== Command: ./client-test Client::Sync::eds_contact::testExtensions ==18741== Parent PID: 112 ==18741== ==18741== ==18741== HEAP SUMMARY: ==18741== in use at exit: 2,938,217 bytes in 30,291 blocks ==18741== total heap usage: 2,257,013 allocs, 2,226,663 frees, 299,220,182 bytes allocated ==18741== ==18741== LEAK SUMMARY: ==18741== definitely lost: 0 bytes in 0 blocks ==18741== indirectly lost: 0 bytes in 0 blocks ==18741== possibly lost: 1,824 bytes in 5 blocks ==18741== still reachable: 2,315,104 bytes in 21,438 blocks ==18741== of which reachable via heuristic: ==18741== length64 : 5,096 bytes in 80 blocks ==18741== newarray : 6,296 bytes in 48 blocks ==18741== suppressed: 531,345 bytes in 8,191 blocks ==18741== Reachable blocks (those to which a pointer was found) are not shown. ==18741== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==18741== ==18741== For counts of detected and suppressed errors, rerun with: -v ==18741== ERROR SUMMARY: 5 errors from 5 contexts (suppressed: 68 from 68) ==18767== Memcheck, a memory error detector ==18767== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==18767== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==18767== Command: ./syncevo-local-sync ==18767== Parent PID: 18741 ==18767== ==18767== ==18767== HEAP SUMMARY: ==18767== in use at exit: 2,491,278 bytes in 25,307 blocks ==18767== total heap usage: 371,551 allocs, 346,244 frees, 53,750,894 bytes allocated ==18767== ==18767== LEAK SUMMARY: ==18767== definitely lost: 0 bytes in 0 blocks ==18767== indirectly lost: 0 bytes in 0 blocks ==18767== possibly lost: 528 bytes in 2 blocks ==18767== still reachable: 2,229,741 bytes in 21,272 blocks ==18767== of which reachable via heuristic: ==18767== length64 : 592 bytes in 10 blocks ==18767== newarray : 5,976 bytes in 28 blocks ==18767== suppressed: 253,897 bytes in 3,977 blocks ==18767== Reachable blocks (those to which a pointer was found) are not shown. ==18767== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==18767== ==18767== For counts of detected and suppressed errors, rerun with: -v ==18767== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==18785== Memcheck, a memory error detector ==18785== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==18785== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==18785== Command: ./syncevo-local-sync ==18785== Parent PID: 18741 ==18785== ==18785== ==18785== HEAP SUMMARY: ==18785== in use at exit: 2,491,270 bytes in 25,307 blocks ==18785== total heap usage: 198,307 allocs, 173,000 frees, 36,533,735 bytes allocated ==18785== ==18785== LEAK SUMMARY: ==18785== definitely lost: 0 bytes in 0 blocks ==18785== indirectly lost: 0 bytes in 0 blocks ==18785== possibly lost: 528 bytes in 2 blocks ==18785== still reachable: 2,229,741 bytes in 21,272 blocks ==18785== of which reachable via heuristic: ==18785== length64 : 592 bytes in 10 blocks ==18785== newarray : 5,976 bytes in 28 blocks ==18785== suppressed: 253,889 bytes in 3,977 blocks ==18785== Reachable blocks (those to which a pointer was found) are not shown. ==18785== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==18785== ==18785== For counts of detected and suppressed errors, rerun with: -v ==18785== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1879== Memcheck, a memory error detector ==1879== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1879== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1879== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart6Skip0 ==1879== Parent PID: 1851 ==1879== ==18813== Memcheck, a memory error detector ==18813== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==18813== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==18813== Command: ./client-test Client::Sync::eds_contact::testExtensions ==18813== Parent PID: 18741 ==18813== ==18825== Memcheck, a memory error detector ==18825== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==18825== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==18825== Command: ./syncevo-local-sync ==18825== Parent PID: 18741 ==18825== ==18825== ==18825== HEAP SUMMARY: ==18825== in use at exit: 2,491,278 bytes in 25,307 blocks ==18825== total heap usage: 350,150 allocs, 324,843 frees, 52,355,627 bytes allocated ==18825== ==18825== LEAK SUMMARY: ==18825== definitely lost: 0 bytes in 0 blocks ==18825== indirectly lost: 0 bytes in 0 blocks ==18825== possibly lost: 528 bytes in 2 blocks ==18825== still reachable: 2,229,741 bytes in 21,272 blocks ==18825== of which reachable via heuristic: ==18825== length64 : 592 bytes in 10 blocks ==18825== newarray : 5,976 bytes in 28 blocks ==18825== suppressed: 253,897 bytes in 3,977 blocks ==18825== Reachable blocks (those to which a pointer was found) are not shown. ==18825== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==18825== ==18825== For counts of detected and suppressed errors, rerun with: -v ==18825== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==18834== Memcheck, a memory error detector ==18834== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==18834== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==18834== Command: ./syncevo-local-sync ==18834== Parent PID: 18741 ==18834== ==18834== ==18834== HEAP SUMMARY: ==18834== in use at exit: 2,491,270 bytes in 25,307 blocks ==18834== total heap usage: 374,588 allocs, 349,281 frees, 54,002,647 bytes allocated ==18834== ==18834== LEAK SUMMARY: ==18834== definitely lost: 0 bytes in 0 blocks ==18834== indirectly lost: 0 bytes in 0 blocks ==18834== possibly lost: 528 bytes in 2 blocks ==18834== still reachable: 2,229,741 bytes in 21,272 blocks ==18834== of which reachable via heuristic: ==18834== length64 : 592 bytes in 10 blocks ==18834== newarray : 5,976 bytes in 28 blocks ==18834== suppressed: 253,889 bytes in 3,977 blocks ==18834== Reachable blocks (those to which a pointer was found) are not shown. ==18834== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==18834== ==18834== For counts of detected and suppressed errors, rerun with: -v ==18834== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==18849== Memcheck, a memory error detector ==18849== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==18849== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==18849== Command: ./syncevo-local-sync ==18849== Parent PID: 18741 ==18849== ==18849== ==18849== HEAP SUMMARY: ==18849== in use at exit: 2,491,278 bytes in 25,307 blocks ==18849== total heap usage: 533,329 allocs, 508,022 frees, 71,000,105 bytes allocated ==18849== ==18849== LEAK SUMMARY: ==18849== definitely lost: 0 bytes in 0 blocks ==18849== indirectly lost: 0 bytes in 0 blocks ==18849== possibly lost: 528 bytes in 2 blocks ==18849== still reachable: 2,229,741 bytes in 21,272 blocks ==18849== of which reachable via heuristic: ==18849== length64 : 592 bytes in 10 blocks ==18849== newarray : 5,976 bytes in 28 blocks ==18849== suppressed: 253,897 bytes in 3,977 blocks ==18849== Reachable blocks (those to which a pointer was found) are not shown. ==18849== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==18849== ==18849== For counts of detected and suppressed errors, rerun with: -v ==18849== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==18858== Memcheck, a memory error detector ==18858== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==18858== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==18858== Command: ./syncevo-local-sync ==18858== Parent PID: 18741 ==18858== ==18858== ==18858== HEAP SUMMARY: ==18858== in use at exit: 2,491,270 bytes in 25,307 blocks ==18858== total heap usage: 378,624 allocs, 353,317 frees, 54,546,684 bytes allocated ==18858== ==18858== LEAK SUMMARY: ==18858== definitely lost: 0 bytes in 0 blocks ==18858== indirectly lost: 0 bytes in 0 blocks ==18858== possibly lost: 528 bytes in 2 blocks ==18858== still reachable: 2,229,741 bytes in 21,272 blocks ==18858== of which reachable via heuristic: ==18858== length64 : 592 bytes in 10 blocks ==18858== newarray : 5,976 bytes in 28 blocks ==18858== suppressed: 253,889 bytes in 3,977 blocks ==18858== Reachable blocks (those to which a pointer was found) are not shown. ==18858== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==18858== ==18858== For counts of detected and suppressed errors, rerun with: -v ==18858== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1887== Memcheck, a memory error detector ==1887== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1887== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1887== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart6Skip0 ==1887== Parent PID: 1851 ==1887== ==18874== Memcheck, a memory error detector ==18874== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==18874== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==18874== Command: ./client-test Client::Sync::eds_contact::testExtensions ==18874== Parent PID: 18741 ==18874== ==18880== Memcheck, a memory error detector ==18880== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==18880== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==18880== Command: ./client-test Client::Sync::eds_contact::testMaxMsg ==18880== Parent PID: 112 ==18880== ==18880== ==18880== HEAP SUMMARY: ==18880== in use at exit: 2,938,936 bytes in 30,308 blocks ==18880== total heap usage: 1,679,947 allocs, 1,649,582 frees, 239,464,498 bytes allocated ==18880== ==18880== LEAK SUMMARY: ==18880== definitely lost: 0 bytes in 0 blocks ==18880== indirectly lost: 0 bytes in 0 blocks ==18880== possibly lost: 1,824 bytes in 5 blocks ==18880== still reachable: 2,314,997 bytes in 21,430 blocks ==18880== of which reachable via heuristic: ==18880== length64 : 5,096 bytes in 80 blocks ==18880== newarray : 6,296 bytes in 48 blocks ==18880== suppressed: 532,171 bytes in 8,216 blocks ==18880== Reachable blocks (those to which a pointer was found) are not shown. ==18880== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==18880== ==18880== For counts of detected and suppressed errors, rerun with: -v ==18880== ERROR SUMMARY: 5 errors from 5 contexts (suppressed: 68 from 68) ==18906== Memcheck, a memory error detector ==18906== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==18906== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==18906== Command: ./syncevo-local-sync ==18906== Parent PID: 18880 ==18906== ==18906== ==18906== HEAP SUMMARY: ==18906== in use at exit: 2,491,286 bytes in 25,307 blocks ==18906== total heap usage: 371,550 allocs, 346,243 frees, 53,754,909 bytes allocated ==18906== ==18906== LEAK SUMMARY: ==18906== definitely lost: 0 bytes in 0 blocks ==18906== indirectly lost: 0 bytes in 0 blocks ==18906== possibly lost: 528 bytes in 2 blocks ==18906== still reachable: 2,229,741 bytes in 21,272 blocks ==18906== of which reachable via heuristic: ==18906== length64 : 592 bytes in 10 blocks ==18906== newarray : 5,976 bytes in 28 blocks ==18906== suppressed: 253,905 bytes in 3,977 blocks ==18906== Reachable blocks (those to which a pointer was found) are not shown. ==18906== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==18906== ==18906== For counts of detected and suppressed errors, rerun with: -v ==18906== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==18924== Memcheck, a memory error detector ==18924== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==18924== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==18924== Command: ./syncevo-local-sync ==18924== Parent PID: 18880 ==18924== ==18924== ==18924== HEAP SUMMARY: ==18924== in use at exit: 2,491,278 bytes in 25,307 blocks ==18924== total heap usage: 198,275 allocs, 172,968 frees, 36,530,523 bytes allocated ==18924== ==18924== LEAK SUMMARY: ==18924== definitely lost: 0 bytes in 0 blocks ==18924== indirectly lost: 0 bytes in 0 blocks ==18924== possibly lost: 528 bytes in 2 blocks ==18924== still reachable: 2,229,741 bytes in 21,272 blocks ==18924== of which reachable via heuristic: ==18924== length64 : 592 bytes in 10 blocks ==18924== newarray : 5,976 bytes in 28 blocks ==18924== suppressed: 253,897 bytes in 3,977 blocks ==18924== Reachable blocks (those to which a pointer was found) are not shown. ==18924== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==18924== ==18924== For counts of detected and suppressed errors, rerun with: -v ==18924== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==18938== Memcheck, a memory error detector ==18938== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==18938== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==18938== Command: ./syncevo-local-sync ==18938== Parent PID: 18880 ==18938== ==18938== ==18938== HEAP SUMMARY: ==18938== in use at exit: 2,491,214 bytes in 25,305 blocks ==18938== total heap usage: 434,294 allocs, 408,989 frees, 62,034,049 bytes allocated ==18938== ==18938== LEAK SUMMARY: ==18938== definitely lost: 0 bytes in 0 blocks ==18938== indirectly lost: 0 bytes in 0 blocks ==18938== possibly lost: 528 bytes in 2 blocks ==18938== still reachable: 2,229,741 bytes in 21,272 blocks ==18938== of which reachable via heuristic: ==18938== length64 : 592 bytes in 10 blocks ==18938== newarray : 5,976 bytes in 28 blocks ==18938== suppressed: 253,833 bytes in 3,975 blocks ==18938== Reachable blocks (those to which a pointer was found) are not shown. ==18938== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==18938== ==18938== For counts of detected and suppressed errors, rerun with: -v ==18938== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==18947== Memcheck, a memory error detector ==18947== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==18947== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==18947== Command: ./syncevo-local-sync ==18947== Parent PID: 18880 ==18947== ==18947== ==18947== HEAP SUMMARY: ==18947== in use at exit: 2,491,286 bytes in 25,307 blocks ==18947== total heap usage: 352,779 allocs, 327,472 frees, 70,456,482 bytes allocated ==18947== ==18947== LEAK SUMMARY: ==18947== definitely lost: 0 bytes in 0 blocks ==18947== indirectly lost: 0 bytes in 0 blocks ==18947== possibly lost: 528 bytes in 2 blocks ==18947== still reachable: 2,229,741 bytes in 21,272 blocks ==18947== of which reachable via heuristic: ==18947== length64 : 592 bytes in 10 blocks ==18947== newarray : 5,976 bytes in 28 blocks ==18947== suppressed: 253,905 bytes in 3,977 blocks ==18947== Reachable blocks (those to which a pointer was found) are not shown. ==18947== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==18947== ==18947== For counts of detected and suppressed errors, rerun with: -v ==18947== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1895== Memcheck, a memory error detector ==1895== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1895== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1895== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart6Skip1 ==1895== Parent PID: 112 ==1895== ==1895== ==1895== HEAP SUMMARY: ==1895== in use at exit: 472,596 bytes in 5,422 blocks ==1895== total heap usage: 234,888 allocs, 229,401 frees, 35,463,423 bytes allocated ==1895== ==1895== LEAK SUMMARY: ==1895== definitely lost: 0 bytes in 0 blocks ==1895== indirectly lost: 0 bytes in 0 blocks ==1895== possibly lost: 1,392 bytes in 4 blocks ==1895== still reachable: 187,801 bytes in 1,049 blocks ==1895== of which reachable via heuristic: ==1895== length64 : 1,032 bytes in 18 blocks ==1895== newarray : 5,976 bytes in 28 blocks ==1895== suppressed: 271,883 bytes in 4,285 blocks ==1895== Reachable blocks (those to which a pointer was found) are not shown. ==1895== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1895== ==1895== For counts of detected and suppressed errors, rerun with: -v ==1895== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==18971== Memcheck, a memory error detector ==18971== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==18971== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==18971== Command: ./client-test Client::Sync::eds_contact::testMaxMsg ==18971== Parent PID: 18880 ==18971== ==18975== Memcheck, a memory error detector ==18975== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==18975== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==18975== Command: ./client-test Client::Sync::eds_contact::testLargeObject ==18975== Parent PID: 112 ==18975== ==18975== ==18975== HEAP SUMMARY: ==18975== in use at exit: 2,936,837 bytes in 30,271 blocks ==18975== total heap usage: 1,850,740 allocs, 1,820,412 frees, 239,116,334 bytes allocated ==18975== ==18975== LEAK SUMMARY: ==18975== definitely lost: 0 bytes in 0 blocks ==18975== indirectly lost: 0 bytes in 0 blocks ==18975== possibly lost: 1,824 bytes in 5 blocks ==18975== still reachable: 2,315,381 bytes in 21,433 blocks ==18975== of which reachable via heuristic: ==18975== length64 : 5,096 bytes in 80 blocks ==18975== newarray : 6,296 bytes in 48 blocks ==18975== suppressed: 529,688 bytes in 8,176 blocks ==18975== Reachable blocks (those to which a pointer was found) are not shown. ==18975== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==18975== ==18975== For counts of detected and suppressed errors, rerun with: -v ==18975== ERROR SUMMARY: 5 errors from 5 contexts (suppressed: 68 from 68) ==1899== Memcheck, a memory error detector ==1899== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1899== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1899== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart6Skip1 ==1899== Parent PID: 1895 ==1899== ==19001== Memcheck, a memory error detector ==19001== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==19001== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==19001== Command: ./syncevo-local-sync ==19001== Parent PID: 18975 ==19001== ==19001== ==19001== HEAP SUMMARY: ==19001== in use at exit: 2,491,270 bytes in 25,307 blocks ==19001== total heap usage: 348,281 allocs, 322,974 frees, 52,869,132 bytes allocated ==19001== ==19001== LEAK SUMMARY: ==19001== definitely lost: 0 bytes in 0 blocks ==19001== indirectly lost: 0 bytes in 0 blocks ==19001== possibly lost: 528 bytes in 2 blocks ==19001== still reachable: 2,229,741 bytes in 21,272 blocks ==19001== of which reachable via heuristic: ==19001== length64 : 592 bytes in 10 blocks ==19001== newarray : 5,976 bytes in 28 blocks ==19001== suppressed: 253,889 bytes in 3,977 blocks ==19001== Reachable blocks (those to which a pointer was found) are not shown. ==19001== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==19001== ==19001== For counts of detected and suppressed errors, rerun with: -v ==19001== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==19019== Memcheck, a memory error detector ==19019== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==19019== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==19019== Command: ./syncevo-local-sync ==19019== Parent PID: 18975 ==19019== ==19019== ==19019== HEAP SUMMARY: ==19019== in use at exit: 2,491,230 bytes in 25,305 blocks ==19019== total heap usage: 212,767 allocs, 187,462 frees, 38,247,348 bytes allocated ==19019== ==19019== LEAK SUMMARY: ==19019== definitely lost: 0 bytes in 0 blocks ==19019== indirectly lost: 0 bytes in 0 blocks ==19019== possibly lost: 528 bytes in 2 blocks ==19019== still reachable: 2,229,741 bytes in 21,272 blocks ==19019== of which reachable via heuristic: ==19019== length64 : 592 bytes in 10 blocks ==19019== newarray : 5,976 bytes in 28 blocks ==19019== suppressed: 253,849 bytes in 3,975 blocks ==19019== Reachable blocks (those to which a pointer was found) are not shown. ==19019== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==19019== ==19019== For counts of detected and suppressed errors, rerun with: -v ==19019== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==19033== Memcheck, a memory error detector ==19033== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==19033== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==19033== Command: ./syncevo-local-sync ==19033== Parent PID: 18975 ==19033== ==19033== ==19033== HEAP SUMMARY: ==19033== in use at exit: 2,491,214 bytes in 25,305 blocks ==19033== total heap usage: 434,287 allocs, 408,982 frees, 62,067,244 bytes allocated ==19033== ==19033== LEAK SUMMARY: ==19033== definitely lost: 0 bytes in 0 blocks ==19033== indirectly lost: 0 bytes in 0 blocks ==19033== possibly lost: 528 bytes in 2 blocks ==19033== still reachable: 2,229,741 bytes in 21,272 blocks ==19033== of which reachable via heuristic: ==19033== length64 : 592 bytes in 10 blocks ==19033== newarray : 5,976 bytes in 28 blocks ==19033== suppressed: 253,833 bytes in 3,975 blocks ==19033== Reachable blocks (those to which a pointer was found) are not shown. ==19033== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==19033== ==19033== For counts of detected and suppressed errors, rerun with: -v ==19033== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==19042== Memcheck, a memory error detector ==19042== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==19042== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==19042== Command: ./syncevo-local-sync ==19042== Parent PID: 18975 ==19042== ==19042== ==19042== HEAP SUMMARY: ==19042== in use at exit: 2,491,214 bytes in 25,305 blocks ==19042== total heap usage: 360,817 allocs, 335,512 frees, 51,177,631 bytes allocated ==19042== ==19042== LEAK SUMMARY: ==19042== definitely lost: 0 bytes in 0 blocks ==19042== indirectly lost: 0 bytes in 0 blocks ==19042== possibly lost: 528 bytes in 2 blocks ==19042== still reachable: 2,229,741 bytes in 21,272 blocks ==19042== of which reachable via heuristic: ==19042== length64 : 592 bytes in 10 blocks ==19042== newarray : 5,976 bytes in 28 blocks ==19042== suppressed: 253,833 bytes in 3,975 blocks ==19042== Reachable blocks (those to which a pointer was found) are not shown. ==19042== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==19042== ==19042== For counts of detected and suppressed errors, rerun with: -v ==19042== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==19066== Memcheck, a memory error detector ==19066== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==19066== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==19066== Command: ./client-test Client::Sync::eds_contact::testLargeObject ==19066== Parent PID: 18975 ==19066== ==1907== Memcheck, a memory error detector ==1907== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1907== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1907== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart6Skip1 ==1907== Parent PID: 1895 ==1907== ==19070== Memcheck, a memory error detector ==19070== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==19070== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==19070== Command: ./client-test Client::Sync::eds_contact::testOneWayFromServer ==19070== Parent PID: 112 ==19070== ==19070== ==19070== HEAP SUMMARY: ==19070== in use at exit: 2,935,478 bytes in 30,276 blocks ==19070== total heap usage: 2,221,205 allocs, 2,190,868 frees, 314,621,149 bytes allocated ==19070== ==19070== LEAK SUMMARY: ==19070== definitely lost: 0 bytes in 0 blocks ==19070== indirectly lost: 0 bytes in 0 blocks ==19070== possibly lost: 1,392 bytes in 4 blocks ==19070== still reachable: 2,312,881 bytes in 21,429 blocks ==19070== of which reachable via heuristic: ==19070== length64 : 5,096 bytes in 80 blocks ==19070== newarray : 6,296 bytes in 48 blocks ==19070== suppressed: 531,261 bytes in 8,186 blocks ==19070== Reachable blocks (those to which a pointer was found) are not shown. ==19070== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==19070== ==19070== For counts of detected and suppressed errors, rerun with: -v ==19070== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==19096== Memcheck, a memory error detector ==19096== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==19096== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==19096== Command: ./syncevo-local-sync ==19096== Parent PID: 19070 ==19096== ==19096== ==19096== HEAP SUMMARY: ==19096== in use at exit: 2,491,294 bytes in 25,307 blocks ==19096== total heap usage: 348,262 allocs, 322,955 frees, 52,873,572 bytes allocated ==19096== ==19096== LEAK SUMMARY: ==19096== definitely lost: 0 bytes in 0 blocks ==19096== indirectly lost: 0 bytes in 0 blocks ==19096== possibly lost: 528 bytes in 2 blocks ==19096== still reachable: 2,229,741 bytes in 21,272 blocks ==19096== of which reachable via heuristic: ==19096== length64 : 592 bytes in 10 blocks ==19096== newarray : 5,976 bytes in 28 blocks ==19096== suppressed: 253,913 bytes in 3,977 blocks ==19096== Reachable blocks (those to which a pointer was found) are not shown. ==19096== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==19096== ==19096== For counts of detected and suppressed errors, rerun with: -v ==19096== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==191== Memcheck, a memory error detector ==191== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==191== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==191== Command: ./client-test Client::Source::apple_caldav::testRemoveProperties ==191== Parent PID: 112 ==191== ==191== ==191== HEAP SUMMARY: ==191== in use at exit: 549,630 bytes in 5,724 blocks ==191== total heap usage: 266,058 allocs, 260,276 frees, 46,289,967 bytes allocated ==191== ==191== LEAK SUMMARY: ==191== definitely lost: 0 bytes in 0 blocks ==191== indirectly lost: 0 bytes in 0 blocks ==191== possibly lost: 1,392 bytes in 4 blocks ==191== still reachable: 264,860 bytes in 1,351 blocks ==191== of which reachable via heuristic: ==191== length64 : 1,032 bytes in 18 blocks ==191== newarray : 5,976 bytes in 28 blocks ==191== suppressed: 271,858 bytes in 4,285 blocks ==191== Reachable blocks (those to which a pointer was found) are not shown. ==191== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==191== ==191== For counts of detected and suppressed errors, rerun with: -v ==191== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==19114== Memcheck, a memory error detector ==19114== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==19114== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==19114== Command: ./syncevo-local-sync ==19114== Parent PID: 19070 ==19114== ==19114== ==19114== HEAP SUMMARY: ==19114== in use at exit: 2,491,270 bytes in 25,307 blocks ==19114== total heap usage: 212,753 allocs, 187,446 frees, 38,246,860 bytes allocated ==19114== ==19114== LEAK SUMMARY: ==19114== definitely lost: 0 bytes in 0 blocks ==19114== indirectly lost: 0 bytes in 0 blocks ==19114== possibly lost: 528 bytes in 2 blocks ==19114== still reachable: 2,229,741 bytes in 21,272 blocks ==19114== of which reachable via heuristic: ==19114== length64 : 592 bytes in 10 blocks ==19114== newarray : 5,976 bytes in 28 blocks ==19114== suppressed: 253,889 bytes in 3,977 blocks ==19114== Reachable blocks (those to which a pointer was found) are not shown. ==19114== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==19114== ==19114== For counts of detected and suppressed errors, rerun with: -v ==19114== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==19122== Memcheck, a memory error detector ==19122== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==19122== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==19122== Command: ./syncevo-local-sync ==19122== Parent PID: 19070 ==19122== ==19122== ==19122== HEAP SUMMARY: ==19122== in use at exit: 2,491,302 bytes in 25,307 blocks ==19122== total heap usage: 177,070 allocs, 151,763 frees, 34,097,772 bytes allocated ==19122== ==19122== LEAK SUMMARY: ==19122== definitely lost: 0 bytes in 0 blocks ==19122== indirectly lost: 0 bytes in 0 blocks ==19122== possibly lost: 528 bytes in 2 blocks ==19122== still reachable: 2,229,741 bytes in 21,272 blocks ==19122== of which reachable via heuristic: ==19122== length64 : 592 bytes in 10 blocks ==19122== newarray : 5,976 bytes in 28 blocks ==19122== suppressed: 253,921 bytes in 3,977 blocks ==19122== Reachable blocks (those to which a pointer was found) are not shown. ==19122== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==19122== ==19122== For counts of detected and suppressed errors, rerun with: -v ==19122== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==19145== Memcheck, a memory error detector ==19145== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==19145== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==19145== Command: ./syncevo-local-sync ==19145== Parent PID: 19070 ==19145== ==19145== ==19145== HEAP SUMMARY: ==19145== in use at exit: 2,491,270 bytes in 25,307 blocks ==19145== total heap usage: 186,150 allocs, 160,843 frees, 35,057,706 bytes allocated ==19145== ==19145== LEAK SUMMARY: ==19145== definitely lost: 0 bytes in 0 blocks ==19145== indirectly lost: 0 bytes in 0 blocks ==19145== possibly lost: 528 bytes in 2 blocks ==19145== still reachable: 2,229,741 bytes in 21,272 blocks ==19145== of which reachable via heuristic: ==19145== length64 : 592 bytes in 10 blocks ==19145== newarray : 5,976 bytes in 28 blocks ==19145== suppressed: 253,889 bytes in 3,977 blocks ==19145== Reachable blocks (those to which a pointer was found) are not shown. ==19145== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==19145== ==19145== For counts of detected and suppressed errors, rerun with: -v ==19145== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1915== Memcheck, a memory error detector ==1915== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1915== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1915== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart6Skip1 ==1915== Parent PID: 1895 ==1915== ==19166== Memcheck, a memory error detector ==19166== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==19166== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==19166== Command: ./syncevo-local-sync ==19166== Parent PID: 19070 ==19166== ==19166== ==19166== HEAP SUMMARY: ==19166== in use at exit: 2,491,286 bytes in 25,307 blocks ==19166== total heap usage: 183,947 allocs, 158,640 frees, 34,865,413 bytes allocated ==19166== ==19166== LEAK SUMMARY: ==19166== definitely lost: 0 bytes in 0 blocks ==19166== indirectly lost: 0 bytes in 0 blocks ==19166== possibly lost: 528 bytes in 2 blocks ==19166== still reachable: 2,229,741 bytes in 21,272 blocks ==19166== of which reachable via heuristic: ==19166== length64 : 592 bytes in 10 blocks ==19166== newarray : 5,976 bytes in 28 blocks ==19166== suppressed: 253,905 bytes in 3,977 blocks ==19166== Reachable blocks (those to which a pointer was found) are not shown. ==19166== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==19166== ==19166== For counts of detected and suppressed errors, rerun with: -v ==19166== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==19178== Memcheck, a memory error detector ==19178== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==19178== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==19178== Command: ./syncevo-local-sync ==19178== Parent PID: 19070 ==19178== ==19178== ==19178== HEAP SUMMARY: ==19178== in use at exit: 3,281,765 bytes in 27,736 blocks ==19178== total heap usage: 174,498 allocs, 146,762 frees, 33,033,541 bytes allocated ==19178== ==19178== LEAK SUMMARY: ==19178== definitely lost: 0 bytes in 0 blocks ==19178== indirectly lost: 0 bytes in 0 blocks ==19178== possibly lost: 528 bytes in 2 blocks ==19178== still reachable: 3,020,228 bytes in 23,701 blocks ==19178== of which reachable via heuristic: ==19178== length64 : 592 bytes in 10 blocks ==19178== newarray : 12,912 bytes in 223 blocks ==19178== suppressed: 253,897 bytes in 3,977 blocks ==19178== Reachable blocks (those to which a pointer was found) are not shown. ==19178== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==19178== ==19178== For counts of detected and suppressed errors, rerun with: -v ==19178== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==19202== Memcheck, a memory error detector ==19202== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==19202== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==19202== Command: ./syncevo-local-sync ==19202== Parent PID: 19070 ==19202== ==19202== ==19202== HEAP SUMMARY: ==19202== in use at exit: 2,491,214 bytes in 25,305 blocks ==19202== total heap usage: 177,697 allocs, 152,392 frees, 34,189,779 bytes allocated ==19202== ==19202== LEAK SUMMARY: ==19202== definitely lost: 0 bytes in 0 blocks ==19202== indirectly lost: 0 bytes in 0 blocks ==19202== possibly lost: 528 bytes in 2 blocks ==19202== still reachable: 2,229,741 bytes in 21,272 blocks ==19202== of which reachable via heuristic: ==19202== length64 : 592 bytes in 10 blocks ==19202== newarray : 5,976 bytes in 28 blocks ==19202== suppressed: 253,833 bytes in 3,975 blocks ==19202== Reachable blocks (those to which a pointer was found) are not shown. ==19202== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==19202== ==19202== For counts of detected and suppressed errors, rerun with: -v ==19202== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==19213== Memcheck, a memory error detector ==19213== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==19213== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==19213== Command: ./syncevo-local-sync ==19213== Parent PID: 19070 ==19213== ==19213== ==19213== HEAP SUMMARY: ==19213== in use at exit: 2,491,302 bytes in 25,307 blocks ==19213== total heap usage: 177,273 allocs, 151,966 frees, 34,157,522 bytes allocated ==19213== ==19213== LEAK SUMMARY: ==19213== definitely lost: 0 bytes in 0 blocks ==19213== indirectly lost: 0 bytes in 0 blocks ==19213== possibly lost: 528 bytes in 2 blocks ==19213== still reachable: 2,229,741 bytes in 21,272 blocks ==19213== of which reachable via heuristic: ==19213== length64 : 592 bytes in 10 blocks ==19213== newarray : 5,976 bytes in 28 blocks ==19213== suppressed: 253,921 bytes in 3,977 blocks ==19213== Reachable blocks (those to which a pointer was found) are not shown. ==19213== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==19213== ==19213== For counts of detected and suppressed errors, rerun with: -v ==19213== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==19225== Memcheck, a memory error detector ==19225== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==19225== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==19225== Command: ./client-test Client::Sync::eds_contact::testOneWayFromClient ==19225== Parent PID: 112 ==19225== ==19225== ==19225== HEAP SUMMARY: ==19225== in use at exit: 2,941,128 bytes in 30,337 blocks ==19225== total heap usage: 1,657,127 allocs, 1,626,730 frees, 248,109,478 bytes allocated ==19225== ==19225== LEAK SUMMARY: ==19225== definitely lost: 0 bytes in 0 blocks ==19225== indirectly lost: 0 bytes in 0 blocks ==19225== possibly lost: 1,824 bytes in 5 blocks ==19225== still reachable: 2,318,964 bytes in 21,501 blocks ==19225== of which reachable via heuristic: ==19225== length64 : 5,096 bytes in 80 blocks ==19225== newarray : 6,296 bytes in 48 blocks ==19225== suppressed: 530,396 bytes in 8,174 blocks ==19225== Reachable blocks (those to which a pointer was found) are not shown. ==19225== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==19225== ==19225== For counts of detected and suppressed errors, rerun with: -v ==19225== ERROR SUMMARY: 5 errors from 5 contexts (suppressed: 68 from 68) ==1923== Memcheck, a memory error detector ==1923== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1923== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1923== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart6Skip2 ==1923== Parent PID: 112 ==1923== ==1923== ==1923== HEAP SUMMARY: ==1923== in use at exit: 465,436 bytes in 5,394 blocks ==1923== total heap usage: 203,065 allocs, 197,609 frees, 30,398,406 bytes allocated ==1923== ==1923== LEAK SUMMARY: ==1923== definitely lost: 0 bytes in 0 blocks ==1923== indirectly lost: 0 bytes in 0 blocks ==1923== possibly lost: 1,392 bytes in 4 blocks ==1923== still reachable: 180,633 bytes in 1,021 blocks ==1923== of which reachable via heuristic: ==1923== length64 : 1,032 bytes in 18 blocks ==1923== newarray : 5,976 bytes in 28 blocks ==1923== suppressed: 271,891 bytes in 4,285 blocks ==1923== Reachable blocks (those to which a pointer was found) are not shown. ==1923== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1923== ==1923== For counts of detected and suppressed errors, rerun with: -v ==1923== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==19251== Memcheck, a memory error detector ==19251== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==19251== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==19251== Command: ./syncevo-local-sync ==19251== Parent PID: 19225 ==19251== ==19251== ==19251== HEAP SUMMARY: ==19251== in use at exit: 2,491,294 bytes in 25,307 blocks ==19251== total heap usage: 175,314 allocs, 150,007 frees, 33,913,550 bytes allocated ==19251== ==19251== LEAK SUMMARY: ==19251== definitely lost: 0 bytes in 0 blocks ==19251== indirectly lost: 0 bytes in 0 blocks ==19251== possibly lost: 528 bytes in 2 blocks ==19251== still reachable: 2,229,741 bytes in 21,272 blocks ==19251== of which reachable via heuristic: ==19251== length64 : 592 bytes in 10 blocks ==19251== newarray : 5,976 bytes in 28 blocks ==19251== suppressed: 253,913 bytes in 3,977 blocks ==19251== Reachable blocks (those to which a pointer was found) are not shown. ==19251== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==19251== ==19251== For counts of detected and suppressed errors, rerun with: -v ==19251== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==19266== Memcheck, a memory error detector ==19266== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==19266== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==19266== Command: ./syncevo-local-sync ==19266== Parent PID: 19225 ==19266== ==19266== ==19266== HEAP SUMMARY: ==19266== in use at exit: 3,278,814 bytes in 27,727 blocks ==19266== total heap usage: 174,031 allocs, 146,304 frees, 32,987,964 bytes allocated ==19266== ==19266== LEAK SUMMARY: ==19266== definitely lost: 0 bytes in 0 blocks ==19266== indirectly lost: 0 bytes in 0 blocks ==19266== possibly lost: 528 bytes in 2 blocks ==19266== still reachable: 3,017,341 bytes in 23,694 blocks ==19266== of which reachable via heuristic: ==19266== length64 : 592 bytes in 10 blocks ==19266== newarray : 12,912 bytes in 223 blocks ==19266== suppressed: 253,833 bytes in 3,975 blocks ==19266== Reachable blocks (those to which a pointer was found) are not shown. ==19266== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==19266== ==19266== For counts of detected and suppressed errors, rerun with: -v ==19266== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1927== Memcheck, a memory error detector ==1927== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1927== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1927== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart6Skip2 ==1927== Parent PID: 1923 ==1927== ==19284== Memcheck, a memory error detector ==19284== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==19284== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==19284== Command: ./syncevo-local-sync ==19284== Parent PID: 19225 ==19284== ==19284== ==19284== HEAP SUMMARY: ==19284== in use at exit: 2,491,294 bytes in 25,307 blocks ==19284== total heap usage: 175,324 allocs, 150,017 frees, 33,914,366 bytes allocated ==19284== ==19284== LEAK SUMMARY: ==19284== definitely lost: 0 bytes in 0 blocks ==19284== indirectly lost: 0 bytes in 0 blocks ==19284== possibly lost: 528 bytes in 2 blocks ==19284== still reachable: 2,229,741 bytes in 21,272 blocks ==19284== of which reachable via heuristic: ==19284== length64 : 592 bytes in 10 blocks ==19284== newarray : 5,976 bytes in 28 blocks ==19284== suppressed: 253,913 bytes in 3,977 blocks ==19284== Reachable blocks (those to which a pointer was found) are not shown. ==19284== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==19284== ==19284== For counts of detected and suppressed errors, rerun with: -v ==19284== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==19299== Memcheck, a memory error detector ==19299== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==19299== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==19299== Command: ./syncevo-local-sync ==19299== Parent PID: 19225 ==19299== ==19299== ==19299== HEAP SUMMARY: ==19299== in use at exit: 3,278,878 bytes in 27,729 blocks ==19299== total heap usage: 174,029 allocs, 146,300 frees, 32,987,780 bytes allocated ==19299== ==19299== LEAK SUMMARY: ==19299== definitely lost: 0 bytes in 0 blocks ==19299== indirectly lost: 0 bytes in 0 blocks ==19299== possibly lost: 528 bytes in 2 blocks ==19299== still reachable: 3,017,341 bytes in 23,694 blocks ==19299== of which reachable via heuristic: ==19299== length64 : 592 bytes in 10 blocks ==19299== newarray : 12,912 bytes in 223 blocks ==19299== suppressed: 253,897 bytes in 3,977 blocks ==19299== Reachable blocks (those to which a pointer was found) are not shown. ==19299== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==19299== ==19299== For counts of detected and suppressed errors, rerun with: -v ==19299== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==19321== Memcheck, a memory error detector ==19321== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==19321== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==19321== Command: ./syncevo-local-sync ==19321== Parent PID: 19225 ==19321== ==19321== ==19321== HEAP SUMMARY: ==19321== in use at exit: 2,491,294 bytes in 25,307 blocks ==19321== total heap usage: 186,150 allocs, 160,843 frees, 35,057,725 bytes allocated ==19321== ==19321== LEAK SUMMARY: ==19321== definitely lost: 0 bytes in 0 blocks ==19321== indirectly lost: 0 bytes in 0 blocks ==19321== possibly lost: 528 bytes in 2 blocks ==19321== still reachable: 2,229,741 bytes in 21,272 blocks ==19321== of which reachable via heuristic: ==19321== length64 : 592 bytes in 10 blocks ==19321== newarray : 5,976 bytes in 28 blocks ==19321== suppressed: 253,913 bytes in 3,977 blocks ==19321== Reachable blocks (those to which a pointer was found) are not shown. ==19321== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==19321== ==19321== For counts of detected and suppressed errors, rerun with: -v ==19321== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==19342== Memcheck, a memory error detector ==19342== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==19342== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==19342== Command: ./syncevo-local-sync ==19342== Parent PID: 19225 ==19342== ==19342== ==19342== HEAP SUMMARY: ==19342== in use at exit: 2,491,294 bytes in 25,307 blocks ==19342== total heap usage: 187,407 allocs, 162,100 frees, 35,209,834 bytes allocated ==19342== ==19342== LEAK SUMMARY: ==19342== definitely lost: 0 bytes in 0 blocks ==19342== indirectly lost: 0 bytes in 0 blocks ==19342== possibly lost: 528 bytes in 2 blocks ==19342== still reachable: 2,229,741 bytes in 21,272 blocks ==19342== of which reachable via heuristic: ==19342== length64 : 592 bytes in 10 blocks ==19342== newarray : 5,976 bytes in 28 blocks ==19342== suppressed: 253,913 bytes in 3,977 blocks ==19342== Reachable blocks (those to which a pointer was found) are not shown. ==19342== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==19342== ==19342== For counts of detected and suppressed errors, rerun with: -v ==19342== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1935== Memcheck, a memory error detector ==1935== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1935== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1935== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart6Skip2 ==1935== Parent PID: 1923 ==1935== ==19354== Memcheck, a memory error detector ==19354== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==19354== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==19354== Command: ./syncevo-local-sync ==19354== Parent PID: 19225 ==19354== ==19354== ==19354== HEAP SUMMARY: ==19354== in use at exit: 2,491,278 bytes in 25,307 blocks ==19354== total heap usage: 190,827 allocs, 165,520 frees, 35,570,176 bytes allocated ==19354== ==19354== LEAK SUMMARY: ==19354== definitely lost: 0 bytes in 0 blocks ==19354== indirectly lost: 0 bytes in 0 blocks ==19354== possibly lost: 528 bytes in 2 blocks ==19354== still reachable: 2,229,741 bytes in 21,272 blocks ==19354== of which reachable via heuristic: ==19354== length64 : 592 bytes in 10 blocks ==19354== newarray : 5,976 bytes in 28 blocks ==19354== suppressed: 253,897 bytes in 3,977 blocks ==19354== Reachable blocks (those to which a pointer was found) are not shown. ==19354== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==19354== ==19354== For counts of detected and suppressed errors, rerun with: -v ==19354== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==19366== Memcheck, a memory error detector ==19366== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==19366== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==19366== Command: ./client-test Client::Sync::eds_contact::testOneWayFromRemote ==19366== Parent PID: 112 ==19366== ==19366== ==19366== HEAP SUMMARY: ==19366== in use at exit: 2,940,393 bytes in 30,360 blocks ==19366== total heap usage: 1,867,463 allocs, 1,837,042 frees, 279,656,740 bytes allocated ==19366== ==19366== LEAK SUMMARY: ==19366== definitely lost: 0 bytes in 0 blocks ==19366== indirectly lost: 0 bytes in 0 blocks ==19366== possibly lost: 1,392 bytes in 4 blocks ==19366== still reachable: 2,316,764 bytes in 21,498 blocks ==19366== of which reachable via heuristic: ==19366== length64 : 5,096 bytes in 80 blocks ==19366== newarray : 6,296 bytes in 48 blocks ==19366== suppressed: 532,293 bytes in 8,201 blocks ==19366== Reachable blocks (those to which a pointer was found) are not shown. ==19366== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==19366== ==19366== For counts of detected and suppressed errors, rerun with: -v ==19366== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==19392== Memcheck, a memory error detector ==19392== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==19392== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==19392== Command: ./syncevo-local-sync ==19392== Parent PID: 19366 ==19392== ==19392== ==19392== HEAP SUMMARY: ==19392== in use at exit: 2,491,270 bytes in 25,307 blocks ==19392== total heap usage: 188,300 allocs, 162,993 frees, 35,290,430 bytes allocated ==19392== ==19392== LEAK SUMMARY: ==19392== definitely lost: 0 bytes in 0 blocks ==19392== indirectly lost: 0 bytes in 0 blocks ==19392== possibly lost: 528 bytes in 2 blocks ==19392== still reachable: 2,229,741 bytes in 21,272 blocks ==19392== of which reachable via heuristic: ==19392== length64 : 592 bytes in 10 blocks ==19392== newarray : 5,976 bytes in 28 blocks ==19392== suppressed: 253,889 bytes in 3,977 blocks ==19392== Reachable blocks (those to which a pointer was found) are not shown. ==19392== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==19392== ==19392== For counts of detected and suppressed errors, rerun with: -v ==19392== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==19409== Memcheck, a memory error detector ==19409== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==19409== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==19409== Command: ./syncevo-local-sync ==19409== Parent PID: 19366 ==19409== ==19409== ==19409== HEAP SUMMARY: ==19409== in use at exit: 2,491,246 bytes in 25,305 blocks ==19409== total heap usage: 178,999 allocs, 153,694 frees, 34,358,295 bytes allocated ==19409== ==19409== LEAK SUMMARY: ==19409== definitely lost: 0 bytes in 0 blocks ==19409== indirectly lost: 0 bytes in 0 blocks ==19409== possibly lost: 528 bytes in 2 blocks ==19409== still reachable: 2,229,741 bytes in 21,272 blocks ==19409== of which reachable via heuristic: ==19409== length64 : 592 bytes in 10 blocks ==19409== newarray : 5,976 bytes in 28 blocks ==19409== suppressed: 253,865 bytes in 3,975 blocks ==19409== Reachable blocks (those to which a pointer was found) are not shown. ==19409== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==19409== ==19409== For counts of detected and suppressed errors, rerun with: -v ==19409== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==19416== Memcheck, a memory error detector ==19416== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==19416== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==19416== Command: ./syncevo-local-sync ==19416== Parent PID: 19366 ==19416== ==19416== ==19416== HEAP SUMMARY: ==19416== in use at exit: 2,491,278 bytes in 25,307 blocks ==19416== total heap usage: 176,171 allocs, 150,864 frees, 34,042,461 bytes allocated ==19416== ==19416== LEAK SUMMARY: ==19416== definitely lost: 0 bytes in 0 blocks ==19416== indirectly lost: 0 bytes in 0 blocks ==19416== possibly lost: 528 bytes in 2 blocks ==19416== still reachable: 2,229,741 bytes in 21,272 blocks ==19416== of which reachable via heuristic: ==19416== length64 : 592 bytes in 10 blocks ==19416== newarray : 5,976 bytes in 28 blocks ==19416== suppressed: 253,897 bytes in 3,977 blocks ==19416== Reachable blocks (those to which a pointer was found) are not shown. ==19416== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==19416== ==19416== For counts of detected and suppressed errors, rerun with: -v ==19416== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1943== Memcheck, a memory error detector ==1943== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1943== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1943== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart6Skip3 ==1943== Parent PID: 112 ==1943== ==1943== ==1943== HEAP SUMMARY: ==1943== in use at exit: 463,644 bytes in 5,387 blocks ==1943== total heap usage: 202,966 allocs, 197,517 frees, 30,367,994 bytes allocated ==1943== ==1943== LEAK SUMMARY: ==1943== definitely lost: 0 bytes in 0 blocks ==1943== indirectly lost: 0 bytes in 0 blocks ==1943== possibly lost: 1,392 bytes in 4 blocks ==1943== still reachable: 178,841 bytes in 1,014 blocks ==1943== of which reachable via heuristic: ==1943== length64 : 1,032 bytes in 18 blocks ==1943== newarray : 5,976 bytes in 28 blocks ==1943== suppressed: 271,891 bytes in 4,285 blocks ==1943== Reachable blocks (those to which a pointer was found) are not shown. ==1943== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1943== ==1943== For counts of detected and suppressed errors, rerun with: -v ==1943== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==19439== Memcheck, a memory error detector ==19439== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==19439== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==19439== Command: ./syncevo-local-sync ==19439== Parent PID: 19366 ==19439== ==19439== ==19439== HEAP SUMMARY: ==19439== in use at exit: 2,491,270 bytes in 25,307 blocks ==19439== total heap usage: 186,143 allocs, 160,836 frees, 35,057,192 bytes allocated ==19439== ==19439== LEAK SUMMARY: ==19439== definitely lost: 0 bytes in 0 blocks ==19439== indirectly lost: 0 bytes in 0 blocks ==19439== possibly lost: 528 bytes in 2 blocks ==19439== still reachable: 2,229,741 bytes in 21,272 blocks ==19439== of which reachable via heuristic: ==19439== length64 : 592 bytes in 10 blocks ==19439== newarray : 5,976 bytes in 28 blocks ==19439== suppressed: 253,889 bytes in 3,977 blocks ==19439== Reachable blocks (those to which a pointer was found) are not shown. ==19439== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==19439== ==19439== For counts of detected and suppressed errors, rerun with: -v ==19439== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==19460== Memcheck, a memory error detector ==19460== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==19460== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==19460== Command: ./syncevo-local-sync ==19460== Parent PID: 19366 ==19460== ==19460== ==19460== HEAP SUMMARY: ==19460== in use at exit: 2,491,294 bytes in 25,307 blocks ==19460== total heap usage: 183,949 allocs, 158,642 frees, 34,865,678 bytes allocated ==19460== ==19460== LEAK SUMMARY: ==19460== definitely lost: 0 bytes in 0 blocks ==19460== indirectly lost: 0 bytes in 0 blocks ==19460== possibly lost: 528 bytes in 2 blocks ==19460== still reachable: 2,229,741 bytes in 21,272 blocks ==19460== of which reachable via heuristic: ==19460== length64 : 592 bytes in 10 blocks ==19460== newarray : 5,976 bytes in 28 blocks ==19460== suppressed: 253,913 bytes in 3,977 blocks ==19460== Reachable blocks (those to which a pointer was found) are not shown. ==19460== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==19460== ==19460== For counts of detected and suppressed errors, rerun with: -v ==19460== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1947== Memcheck, a memory error detector ==1947== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1947== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1947== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart6Skip3 ==1947== Parent PID: 1943 ==1947== ==19472== Memcheck, a memory error detector ==19472== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==19472== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==19472== Command: ./syncevo-local-sync ==19472== Parent PID: 19366 ==19472== ==19472== ==19472== HEAP SUMMARY: ==19472== in use at exit: 3,281,789 bytes in 27,736 blocks ==19472== total heap usage: 174,509 allocs, 146,773 frees, 33,034,789 bytes allocated ==19472== ==19472== LEAK SUMMARY: ==19472== definitely lost: 0 bytes in 0 blocks ==19472== indirectly lost: 0 bytes in 0 blocks ==19472== possibly lost: 528 bytes in 2 blocks ==19472== still reachable: 3,020,228 bytes in 23,701 blocks ==19472== of which reachable via heuristic: ==19472== length64 : 592 bytes in 10 blocks ==19472== newarray : 12,912 bytes in 223 blocks ==19472== suppressed: 253,921 bytes in 3,977 blocks ==19472== Reachable blocks (those to which a pointer was found) are not shown. ==19472== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==19472== ==19472== For counts of detected and suppressed errors, rerun with: -v ==19472== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==19496== Memcheck, a memory error detector ==19496== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==19496== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==19496== Command: ./syncevo-local-sync ==19496== Parent PID: 19366 ==19496== ==19496== ==19496== HEAP SUMMARY: ==19496== in use at exit: 2,491,302 bytes in 25,307 blocks ==19496== total heap usage: 177,698 allocs, 152,391 frees, 34,189,615 bytes allocated ==19496== ==19496== LEAK SUMMARY: ==19496== definitely lost: 0 bytes in 0 blocks ==19496== indirectly lost: 0 bytes in 0 blocks ==19496== possibly lost: 528 bytes in 2 blocks ==19496== still reachable: 2,229,741 bytes in 21,272 blocks ==19496== of which reachable via heuristic: ==19496== length64 : 592 bytes in 10 blocks ==19496== newarray : 5,976 bytes in 28 blocks ==19496== suppressed: 253,921 bytes in 3,977 blocks ==19496== Reachable blocks (those to which a pointer was found) are not shown. ==19496== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==19496== ==19496== For counts of detected and suppressed errors, rerun with: -v ==19496== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==195== Memcheck, a memory error detector ==195== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==195== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==195== Command: ./client-test Client::Source::apple_caldav::testRemoveProperties ==195== Parent PID: 191 ==195== ==19507== Memcheck, a memory error detector ==19507== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==19507== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==19507== Command: ./syncevo-local-sync ==19507== Parent PID: 19366 ==19507== ==19507== ==19507== HEAP SUMMARY: ==19507== in use at exit: 2,491,214 bytes in 25,305 blocks ==19507== total heap usage: 177,271 allocs, 151,966 frees, 34,157,405 bytes allocated ==19507== ==19507== LEAK SUMMARY: ==19507== definitely lost: 0 bytes in 0 blocks ==19507== indirectly lost: 0 bytes in 0 blocks ==19507== possibly lost: 528 bytes in 2 blocks ==19507== still reachable: 2,229,741 bytes in 21,272 blocks ==19507== of which reachable via heuristic: ==19507== length64 : 592 bytes in 10 blocks ==19507== newarray : 5,976 bytes in 28 blocks ==19507== suppressed: 253,833 bytes in 3,975 blocks ==19507== Reachable blocks (those to which a pointer was found) are not shown. ==19507== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==19507== ==19507== For counts of detected and suppressed errors, rerun with: -v ==19507== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==19519== Memcheck, a memory error detector ==19519== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==19519== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==19519== Command: ./client-test Client::Sync::eds_contact::testOneWayFromLocal ==19519== Parent PID: 112 ==19519== ==19519== ==19519== HEAP SUMMARY: ==19519== in use at exit: 2,937,822 bytes in 30,283 blocks ==19519== total heap usage: 1,657,729 allocs, 1,627,386 frees, 248,135,433 bytes allocated ==19519== ==19519== LEAK SUMMARY: ==19519== definitely lost: 0 bytes in 0 blocks ==19519== indirectly lost: 0 bytes in 0 blocks ==19519== possibly lost: 1,824 bytes in 5 blocks ==19519== still reachable: 2,314,473 bytes in 21,430 blocks ==19519== of which reachable via heuristic: ==19519== length64 : 5,096 bytes in 80 blocks ==19519== newarray : 6,296 bytes in 48 blocks ==19519== suppressed: 531,581 bytes in 8,191 blocks ==19519== Reachable blocks (those to which a pointer was found) are not shown. ==19519== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==19519== ==19519== For counts of detected and suppressed errors, rerun with: -v ==19519== ERROR SUMMARY: 5 errors from 5 contexts (suppressed: 68 from 68) ==19545== Memcheck, a memory error detector ==19545== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==19545== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==19545== Command: ./syncevo-local-sync ==19545== Parent PID: 19519 ==19545== ==19545== ==19545== HEAP SUMMARY: ==19545== in use at exit: 2,491,262 bytes in 25,307 blocks ==19545== total heap usage: 175,326 allocs, 150,019 frees, 33,914,528 bytes allocated ==19545== ==19545== LEAK SUMMARY: ==19545== definitely lost: 0 bytes in 0 blocks ==19545== indirectly lost: 0 bytes in 0 blocks ==19545== possibly lost: 528 bytes in 2 blocks ==19545== still reachable: 2,229,741 bytes in 21,272 blocks ==19545== of which reachable via heuristic: ==19545== length64 : 592 bytes in 10 blocks ==19545== newarray : 5,976 bytes in 28 blocks ==19545== suppressed: 253,881 bytes in 3,977 blocks ==19545== Reachable blocks (those to which a pointer was found) are not shown. ==19545== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==19545== ==19545== For counts of detected and suppressed errors, rerun with: -v ==19545== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1955== Memcheck, a memory error detector ==1955== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1955== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1955== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart6Skip3 ==1955== Parent PID: 1943 ==1955== ==19561== Memcheck, a memory error detector ==19561== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==19561== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==19561== Command: ./syncevo-local-sync ==19561== Parent PID: 19519 ==19561== ==19561== ==19561== HEAP SUMMARY: ==19561== in use at exit: 3,278,882 bytes in 27,729 blocks ==19561== total heap usage: 174,029 allocs, 146,300 frees, 32,987,696 bytes allocated ==19561== ==19561== LEAK SUMMARY: ==19561== definitely lost: 0 bytes in 0 blocks ==19561== indirectly lost: 0 bytes in 0 blocks ==19561== possibly lost: 528 bytes in 2 blocks ==19561== still reachable: 3,017,337 bytes in 23,694 blocks ==19561== of which reachable via heuristic: ==19561== length64 : 592 bytes in 10 blocks ==19561== newarray : 12,912 bytes in 223 blocks ==19561== suppressed: 253,905 bytes in 3,977 blocks ==19561== Reachable blocks (those to which a pointer was found) are not shown. ==19561== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==19561== ==19561== For counts of detected and suppressed errors, rerun with: -v ==19561== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==19579== Memcheck, a memory error detector ==19579== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==19579== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==19579== Command: ./syncevo-local-sync ==19579== Parent PID: 19519 ==19579== ==19579== ==19579== HEAP SUMMARY: ==19579== in use at exit: 2,491,214 bytes in 25,305 blocks ==19579== total heap usage: 175,318 allocs, 150,013 frees, 33,913,992 bytes allocated ==19579== ==19579== LEAK SUMMARY: ==19579== definitely lost: 0 bytes in 0 blocks ==19579== indirectly lost: 0 bytes in 0 blocks ==19579== possibly lost: 528 bytes in 2 blocks ==19579== still reachable: 2,229,741 bytes in 21,272 blocks ==19579== of which reachable via heuristic: ==19579== length64 : 592 bytes in 10 blocks ==19579== newarray : 5,976 bytes in 28 blocks ==19579== suppressed: 253,833 bytes in 3,975 blocks ==19579== Reachable blocks (those to which a pointer was found) are not shown. ==19579== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==19579== ==19579== For counts of detected and suppressed errors, rerun with: -v ==19579== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==19594== Memcheck, a memory error detector ==19594== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==19594== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==19594== Command: ./syncevo-local-sync ==19594== Parent PID: 19519 ==19594== ==19594== ==19594== HEAP SUMMARY: ==19594== in use at exit: 3,278,866 bytes in 27,729 blocks ==19594== total heap usage: 174,033 allocs, 146,304 frees, 32,987,944 bytes allocated ==19594== ==19594== LEAK SUMMARY: ==19594== definitely lost: 0 bytes in 0 blocks ==19594== indirectly lost: 0 bytes in 0 blocks ==19594== possibly lost: 528 bytes in 2 blocks ==19594== still reachable: 3,017,337 bytes in 23,694 blocks ==19594== of which reachable via heuristic: ==19594== length64 : 592 bytes in 10 blocks ==19594== newarray : 12,912 bytes in 223 blocks ==19594== suppressed: 253,889 bytes in 3,977 blocks ==19594== Reachable blocks (those to which a pointer was found) are not shown. ==19594== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==19594== ==19594== For counts of detected and suppressed errors, rerun with: -v ==19594== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==19616== Memcheck, a memory error detector ==19616== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==19616== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==19616== Command: ./syncevo-local-sync ==19616== Parent PID: 19519 ==19616== ==19616== ==19616== HEAP SUMMARY: ==19616== in use at exit: 2,491,294 bytes in 25,307 blocks ==19616== total heap usage: 186,142 allocs, 160,835 frees, 35,056,859 bytes allocated ==19616== ==19616== LEAK SUMMARY: ==19616== definitely lost: 0 bytes in 0 blocks ==19616== indirectly lost: 0 bytes in 0 blocks ==19616== possibly lost: 528 bytes in 2 blocks ==19616== still reachable: 2,229,741 bytes in 21,272 blocks ==19616== of which reachable via heuristic: ==19616== length64 : 592 bytes in 10 blocks ==19616== newarray : 5,976 bytes in 28 blocks ==19616== suppressed: 253,913 bytes in 3,977 blocks ==19616== Reachable blocks (those to which a pointer was found) are not shown. ==19616== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==19616== ==19616== For counts of detected and suppressed errors, rerun with: -v ==19616== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1963== Memcheck, a memory error detector ==1963== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1963== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1963== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart6Skip4 ==1963== Parent PID: 112 ==1963== ==1963== ==1963== HEAP SUMMARY: ==1963== in use at exit: 461,828 bytes in 5,380 blocks ==1963== total heap usage: 171,590 allocs, 166,151 frees, 26,928,873 bytes allocated ==1963== ==1963== LEAK SUMMARY: ==1963== definitely lost: 0 bytes in 0 blocks ==1963== indirectly lost: 0 bytes in 0 blocks ==1963== possibly lost: 1,392 bytes in 4 blocks ==1963== still reachable: 177,049 bytes in 1,007 blocks ==1963== of which reachable via heuristic: ==1963== length64 : 1,032 bytes in 18 blocks ==1963== newarray : 5,976 bytes in 28 blocks ==1963== suppressed: 271,867 bytes in 4,285 blocks ==1963== Reachable blocks (those to which a pointer was found) are not shown. ==1963== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1963== ==1963== For counts of detected and suppressed errors, rerun with: -v ==1963== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==19637== Memcheck, a memory error detector ==19637== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==19637== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==19637== Command: ./syncevo-local-sync ==19637== Parent PID: 19519 ==19637== ==19637== ==19637== HEAP SUMMARY: ==19637== in use at exit: 2,491,278 bytes in 25,307 blocks ==19637== total heap usage: 187,388 allocs, 162,081 frees, 35,208,745 bytes allocated ==19637== ==19637== LEAK SUMMARY: ==19637== definitely lost: 0 bytes in 0 blocks ==19637== indirectly lost: 0 bytes in 0 blocks ==19637== possibly lost: 528 bytes in 2 blocks ==19637== still reachable: 2,229,741 bytes in 21,272 blocks ==19637== of which reachable via heuristic: ==19637== length64 : 592 bytes in 10 blocks ==19637== newarray : 5,976 bytes in 28 blocks ==19637== suppressed: 253,897 bytes in 3,977 blocks ==19637== Reachable blocks (those to which a pointer was found) are not shown. ==19637== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==19637== ==19637== For counts of detected and suppressed errors, rerun with: -v ==19637== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==19649== Memcheck, a memory error detector ==19649== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==19649== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==19649== Command: ./syncevo-local-sync ==19649== Parent PID: 19519 ==19649== ==19649== ==19649== HEAP SUMMARY: ==19649== in use at exit: 2,491,270 bytes in 25,307 blocks ==19649== total heap usage: 190,823 allocs, 165,516 frees, 35,570,008 bytes allocated ==19649== ==19649== LEAK SUMMARY: ==19649== definitely lost: 0 bytes in 0 blocks ==19649== indirectly lost: 0 bytes in 0 blocks ==19649== possibly lost: 528 bytes in 2 blocks ==19649== still reachable: 2,229,741 bytes in 21,272 blocks ==19649== of which reachable via heuristic: ==19649== length64 : 592 bytes in 10 blocks ==19649== newarray : 5,976 bytes in 28 blocks ==19649== suppressed: 253,889 bytes in 3,977 blocks ==19649== Reachable blocks (those to which a pointer was found) are not shown. ==19649== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==19649== ==19649== For counts of detected and suppressed errors, rerun with: -v ==19649== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==19661== Memcheck, a memory error detector ==19661== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==19661== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==19661== Command: ./client-test Client::Sync::eds_contact::testDownload ==19661== Parent PID: 112 ==19661== ==19661== ==19661== HEAP SUMMARY: ==19661== in use at exit: 2,941,547 bytes in 30,354 blocks ==19661== total heap usage: 605,494 allocs, 575,082 frees, 92,997,967 bytes allocated ==19661== ==19661== LEAK SUMMARY: ==19661== definitely lost: 0 bytes in 0 blocks ==19661== indirectly lost: 0 bytes in 0 blocks ==19661== possibly lost: 1,824 bytes in 5 blocks ==19661== still reachable: 2,317,846 bytes in 21,492 blocks ==19661== of which reachable via heuristic: ==19661== length64 : 5,056 bytes in 79 blocks ==19661== newarray : 6,296 bytes in 48 blocks ==19661== suppressed: 531,933 bytes in 8,200 blocks ==19661== Reachable blocks (those to which a pointer was found) are not shown. ==19661== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==19661== ==19661== For counts of detected and suppressed errors, rerun with: -v ==19661== ERROR SUMMARY: 5 errors from 5 contexts (suppressed: 68 from 68) ==1967== Memcheck, a memory error detector ==1967== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1967== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1967== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart6Skip4 ==1967== Parent PID: 1963 ==1967== ==19679== Memcheck, a memory error detector ==19679== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==19679== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==19679== Command: ./syncevo-local-sync ==19679== Parent PID: 19661 ==19679== ==19679== ==19679== HEAP SUMMARY: ==19679== in use at exit: 2,491,286 bytes in 25,307 blocks ==19679== total heap usage: 183,293 allocs, 157,986 frees, 34,760,313 bytes allocated ==19679== ==19679== LEAK SUMMARY: ==19679== definitely lost: 0 bytes in 0 blocks ==19679== indirectly lost: 0 bytes in 0 blocks ==19679== possibly lost: 528 bytes in 2 blocks ==19679== still reachable: 2,229,741 bytes in 21,272 blocks ==19679== of which reachable via heuristic: ==19679== length64 : 592 bytes in 10 blocks ==19679== newarray : 5,976 bytes in 28 blocks ==19679== suppressed: 253,905 bytes in 3,977 blocks ==19679== Reachable blocks (those to which a pointer was found) are not shown. ==19679== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==19679== ==19679== For counts of detected and suppressed errors, rerun with: -v ==19679== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==19694== Memcheck, a memory error detector ==19694== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==19694== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==19694== Command: ./client-test Client::Sync::eds_contact::testDownload ==19694== Parent PID: 19661 ==19694== ==19706== Memcheck, a memory error detector ==19706== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==19706== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==19706== Command: /bin/sh -c testcases/synctests/apple/eds_contact/testDownload/modify-local\ Client_Sync_eds_contact_testDownload.local.test.dat\ Client_Sync_eds_contact_testDownload.local.modified.test.dat ==19706== Parent PID: 19661 ==19706== ==19706== ==19706== HEAP SUMMARY: ==19706== in use at exit: 3,433 bytes in 103 blocks ==19706== total heap usage: 106 allocs, 3 frees, 4,049 bytes allocated ==19706== ==19706== LEAK SUMMARY: ==19706== definitely lost: 0 bytes in 0 blocks ==19706== indirectly lost: 0 bytes in 0 blocks ==19706== possibly lost: 0 bytes in 0 blocks ==19706== still reachable: 3,433 bytes in 103 blocks ==19706== suppressed: 0 bytes in 0 blocks ==19706== Reachable blocks (those to which a pointer was found) are not shown. ==19706== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==19706== ==19706== For counts of detected and suppressed errors, rerun with: -v ==19706== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==19707== Memcheck, a memory error detector ==19707== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==19707== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==19707== Command: /bin/sh -c testcases/synctests/apple/eds_contact/testDownload/modify-local\ Client_Sync_eds_contact_testDownload.local.test.dat\ Client_Sync_eds_contact_testDownload.local.modified.test.dat ==19707== Parent PID: 19706 ==19707== ==19718== Memcheck, a memory error detector ==19718== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==19718== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==19718== Command: ./syncevo-local-sync ==19718== Parent PID: 19661 ==19718== ==19718== ==19718== HEAP SUMMARY: ==19718== in use at exit: 2,491,270 bytes in 25,307 blocks ==19718== total heap usage: 190,700 allocs, 165,393 frees, 35,540,879 bytes allocated ==19718== ==19718== LEAK SUMMARY: ==19718== definitely lost: 0 bytes in 0 blocks ==19718== indirectly lost: 0 bytes in 0 blocks ==19718== possibly lost: 528 bytes in 2 blocks ==19718== still reachable: 2,229,741 bytes in 21,272 blocks ==19718== of which reachable via heuristic: ==19718== length64 : 592 bytes in 10 blocks ==19718== newarray : 5,976 bytes in 28 blocks ==19718== suppressed: 253,889 bytes in 3,977 blocks ==19718== Reachable blocks (those to which a pointer was found) are not shown. ==19718== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==19718== ==19718== For counts of detected and suppressed errors, rerun with: -v ==19718== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==19726== Memcheck, a memory error detector ==19726== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==19726== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==19726== Command: ./client-test Client::Sync::eds_contact::testDownload ==19726== Parent PID: 19661 ==19726== ==19734== Memcheck, a memory error detector ==19734== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==19734== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==19734== Command: ./client-test Client::Sync::eds_contact::testUpload ==19734== Parent PID: 112 ==19734== ==19734== ==19734== HEAP SUMMARY: ==19734== in use at exit: 2,937,485 bytes in 30,296 blocks ==19734== total heap usage: 700,703 allocs, 670,350 frees, 99,171,452 bytes allocated ==19734== ==19734== LEAK SUMMARY: ==19734== definitely lost: 0 bytes in 0 blocks ==19734== indirectly lost: 0 bytes in 0 blocks ==19734== possibly lost: 1,824 bytes in 5 blocks ==19734== still reachable: 2,314,339 bytes in 21,442 blocks ==19734== of which reachable via heuristic: ==19734== length64 : 5,096 bytes in 80 blocks ==19734== newarray : 6,296 bytes in 48 blocks ==19734== suppressed: 531,378 bytes in 8,192 blocks ==19734== Reachable blocks (those to which a pointer was found) are not shown. ==19734== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==19734== ==19734== For counts of detected and suppressed errors, rerun with: -v ==19734== ERROR SUMMARY: 5 errors from 5 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: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart6Skip5 ==1975== Parent PID: 112 ==1975== ==1975== ==1975== HEAP SUMMARY: ==1975== in use at exit: 460,044 bytes in 5,373 blocks ==1975== total heap usage: 171,458 allocs, 166,026 frees, 26,900,034 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: 1,392 bytes in 4 blocks ==1975== still reachable: 175,257 bytes in 1,000 blocks ==1975== of which reachable via heuristic: ==1975== length64 : 1,032 bytes in 18 blocks ==1975== newarray : 5,976 bytes in 28 blocks ==1975== suppressed: 271,875 bytes in 4,285 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: 4 errors from 4 contexts (suppressed: 67 from 67) ==19780== Memcheck, a memory error detector ==19780== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==19780== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==19780== Command: ./client-test Client::Sync::eds_contact::testUpload ==19780== Parent PID: 19734 ==19780== ==19788== Memcheck, a memory error detector ==19788== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==19788== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==19788== Command: ./syncevo-local-sync ==19788== Parent PID: 19734 ==19788== ==19788== ==19788== HEAP SUMMARY: ==19788== in use at exit: 2,491,270 bytes in 25,307 blocks ==19788== total heap usage: 186,386 allocs, 161,079 frees, 35,083,912 bytes allocated ==19788== ==19788== LEAK SUMMARY: ==19788== definitely lost: 0 bytes in 0 blocks ==19788== indirectly lost: 0 bytes in 0 blocks ==19788== possibly lost: 528 bytes in 2 blocks ==19788== still reachable: 2,229,741 bytes in 21,272 blocks ==19788== of which reachable via heuristic: ==19788== length64 : 592 bytes in 10 blocks ==19788== newarray : 5,976 bytes in 28 blocks ==19788== suppressed: 253,889 bytes in 3,977 blocks ==19788== Reachable blocks (those to which a pointer was found) are not shown. ==19788== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==19788== ==19788== For counts of detected and suppressed errors, rerun with: -v ==19788== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==1979== Memcheck, a memory error detector ==1979== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1979== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1979== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart6Skip5 ==1979== Parent PID: 1975 ==1979== ==19797== Memcheck, a memory error detector ==19797== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==19797== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==19797== Command: ./client-test Client::Sync::eds_contact::testUpload ==19797== Parent PID: 19734 ==19797== ==19805== Memcheck, a memory error detector ==19805== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==19805== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==19805== Command: /bin/sh -c testcases/synctests/apple/eds_contact/testUpload/modify-remote\ Client_Sync_eds_contact_testUpload.remote.test.dat\ Client_Sync_eds_contact_testUpload.remote.modified.test.dat ==19805== Parent PID: 19734 ==19805== ==19805== ==19805== HEAP SUMMARY: ==19805== in use at exit: 3,433 bytes in 103 blocks ==19805== total heap usage: 106 allocs, 3 frees, 4,049 bytes allocated ==19805== ==19805== LEAK SUMMARY: ==19805== definitely lost: 0 bytes in 0 blocks ==19805== indirectly lost: 0 bytes in 0 blocks ==19805== possibly lost: 0 bytes in 0 blocks ==19805== still reachable: 3,433 bytes in 103 blocks ==19805== suppressed: 0 bytes in 0 blocks ==19805== Reachable blocks (those to which a pointer was found) are not shown. ==19805== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==19805== ==19805== For counts of detected and suppressed errors, rerun with: -v ==19805== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==19806== Memcheck, a memory error detector ==19806== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==19806== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==19806== Command: /bin/sh -c testcases/synctests/apple/eds_contact/testUpload/modify-remote\ Client_Sync_eds_contact_testUpload.remote.test.dat\ Client_Sync_eds_contact_testUpload.remote.modified.test.dat ==19806== Parent PID: 19805 ==19806== ==19812== Memcheck, a memory error detector ==19812== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==19812== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==19812== Command: ./syncevo-local-sync ==19812== Parent PID: 19734 ==19812== ==19812== ==19812== HEAP SUMMARY: ==19812== in use at exit: 2,491,286 bytes in 25,307 blocks ==19812== total heap usage: 183,959 allocs, 158,652 frees, 34,866,132 bytes allocated ==19812== ==19812== LEAK SUMMARY: ==19812== definitely lost: 0 bytes in 0 blocks ==19812== indirectly lost: 0 bytes in 0 blocks ==19812== possibly lost: 528 bytes in 2 blocks ==19812== still reachable: 2,229,741 bytes in 21,272 blocks ==19812== of which reachable via heuristic: ==19812== length64 : 592 bytes in 10 blocks ==19812== newarray : 5,976 bytes in 28 blocks ==19812== suppressed: 253,905 bytes in 3,977 blocks ==19812== Reachable blocks (those to which a pointer was found) are not shown. ==19812== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==19812== ==19812== For counts of detected and suppressed errors, rerun with: -v ==19812== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==19828== Memcheck, a memory error detector ==19828== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==19828== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==19828== Command: ./client-test Client::Sync::eds_contact::testUpload ==19828== Parent PID: 19734 ==19828== ==1987== Memcheck, a memory error detector ==1987== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1987== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1987== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart6Exdate ==1987== Parent PID: 112 ==1987== ==1987== ==1987== HEAP SUMMARY: ==1987== in use at exit: 465,420 bytes in 5,394 blocks ==1987== total heap usage: 234,492 allocs, 229,033 frees, 33,875,208 bytes allocated ==1987== ==1987== LEAK SUMMARY: ==1987== definitely lost: 0 bytes in 0 blocks ==1987== indirectly lost: 0 bytes in 0 blocks ==1987== possibly lost: 1,392 bytes in 4 blocks ==1987== still reachable: 180,633 bytes in 1,021 blocks ==1987== of which reachable via heuristic: ==1987== length64 : 1,032 bytes in 18 blocks ==1987== newarray : 5,976 bytes in 28 blocks ==1987== suppressed: 271,875 bytes in 4,285 blocks ==1987== Reachable blocks (those to which a pointer was found) are not shown. ==1987== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1987== ==1987== For counts of detected and suppressed errors, rerun with: -v ==1987== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==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: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart6Exdate ==1991== Parent PID: 1987 ==1991== ==1999== Memcheck, a memory error detector ==1999== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1999== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==1999== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart6Exdate ==1999== Parent PID: 1987 ==1999== ==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: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart6Exdate ==2007== Parent PID: 1987 ==2007== ==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: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart9Skip0 ==2015== Parent PID: 112 ==2015== ==2015== ==2015== HEAP SUMMARY: ==2015== in use at exit: 474,380 bytes in 5,429 blocks ==2015== total heap usage: 266,536 allocs, 261,039 frees, 37,560,232 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: 1,392 bytes in 4 blocks ==2015== still reachable: 189,593 bytes in 1,056 blocks ==2015== of which reachable via heuristic: ==2015== length64 : 1,032 bytes in 18 blocks ==2015== newarray : 5,976 bytes in 28 blocks ==2015== suppressed: 271,875 bytes in 4,285 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: 4 errors from 4 contexts (suppressed: 67 from 67) ==2019== Memcheck, a memory error detector ==2019== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2019== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2019== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart9Skip0 ==2019== Parent PID: 2015 ==2019== ==2027== Memcheck, a memory error detector ==2027== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2027== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2027== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart9Skip0 ==2027== Parent PID: 2015 ==2027== ==203== Memcheck, a memory error detector ==203== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==203== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==203== Command: ./client-test Client::Source::apple_caldav::testManyChanges ==203== Parent PID: 112 ==203== ==203== ==203== HEAP SUMMARY: ==203== in use at exit: 792,919 bytes in 6,704 blocks ==203== total heap usage: 371,535 allocs, 364,719 frees, 73,062,527 bytes allocated ==203== ==203== LEAK SUMMARY: ==203== definitely lost: 0 bytes in 0 blocks ==203== indirectly lost: 0 bytes in 0 blocks ==203== possibly lost: 960 bytes in 3 blocks ==203== still reachable: 508,477 bytes in 2,332 blocks ==203== of which reachable via heuristic: ==203== length64 : 1,032 bytes in 18 blocks ==203== newarray : 5,976 bytes in 28 blocks ==203== suppressed: 271,962 bytes in 4,285 blocks ==203== Reachable blocks (those to which a pointer was found) are not shown. ==203== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==203== ==203== For counts of detected and suppressed errors, rerun with: -v ==203== ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 67 from 67) ==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::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart9Skip0 ==2035== Parent PID: 2015 ==2035== ==2043== Memcheck, a memory error detector ==2043== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2043== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2043== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart9Skip0 ==2043== Parent PID: 2015 ==2043== ==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::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart9Skip1 ==2051== Parent PID: 112 ==2051== ==2051== ==2051== HEAP SUMMARY: ==2051== in use at exit: 467,212 bytes in 5,401 blocks ==2051== total heap usage: 203,175 allocs, 197,712 frees, 30,442,801 bytes allocated ==2051== ==2051== LEAK SUMMARY: ==2051== definitely lost: 0 bytes in 0 blocks ==2051== indirectly lost: 0 bytes in 0 blocks ==2051== possibly lost: 1,392 bytes in 4 blocks ==2051== still reachable: 182,425 bytes in 1,028 blocks ==2051== of which reachable via heuristic: ==2051== length64 : 1,032 bytes in 18 blocks ==2051== newarray : 5,976 bytes in 28 blocks ==2051== suppressed: 271,875 bytes in 4,285 blocks ==2051== Reachable blocks (those to which a pointer was found) are not shown. ==2051== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==2051== ==2051== For counts of detected and suppressed errors, rerun with: -v ==2051== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==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::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart9Skip1 ==2055== Parent PID: 2051 ==2055== ==2063== Memcheck, a memory error detector ==2063== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2063== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2063== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart9Skip1 ==2063== Parent PID: 2051 ==2063== ==207== Memcheck, a memory error detector ==207== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==207== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==207== Command: ./client-test Client::Source::apple_caldav::LinkedItemsDefault::testLinkedItemsParent ==207== Parent PID: 112 ==207== ==207== ==207== HEAP SUMMARY: ==207== in use at exit: 459,526 bytes in 5,372 blocks ==207== total heap usage: 201,063 allocs, 195,629 frees, 29,324,024 bytes allocated ==207== ==207== LEAK SUMMARY: ==207== definitely lost: 0 bytes in 0 blocks ==207== indirectly lost: 0 bytes in 0 blocks ==207== possibly lost: 1,392 bytes in 4 blocks ==207== still reachable: 174,748 bytes in 999 blocks ==207== of which reachable via heuristic: ==207== length64 : 1,032 bytes in 18 blocks ==207== newarray : 5,976 bytes in 28 blocks ==207== suppressed: 271,866 bytes in 4,285 blocks ==207== Reachable blocks (those to which a pointer was found) are not shown. ==207== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==207== ==207== For counts of detected and suppressed errors, rerun with: -v ==207== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==2071== Memcheck, a memory error detector ==2071== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2071== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2071== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart9Skip2 ==2071== Parent PID: 112 ==2071== ==2071== ==2071== HEAP SUMMARY: ==2071== in use at exit: 463,636 bytes in 5,387 blocks ==2071== total heap usage: 202,972 allocs, 197,523 frees, 30,368,449 bytes allocated ==2071== ==2071== LEAK SUMMARY: ==2071== definitely lost: 0 bytes in 0 blocks ==2071== indirectly lost: 0 bytes in 0 blocks ==2071== possibly lost: 1,392 bytes in 4 blocks ==2071== still reachable: 178,841 bytes in 1,014 blocks ==2071== of which reachable via heuristic: ==2071== length64 : 1,032 bytes in 18 blocks ==2071== newarray : 5,976 bytes in 28 blocks ==2071== suppressed: 271,883 bytes in 4,285 blocks ==2071== Reachable blocks (those to which a pointer was found) are not shown. ==2071== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==2071== ==2071== For counts of detected and suppressed errors, rerun with: -v ==2071== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==2075== Memcheck, a memory error detector ==2075== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2075== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2075== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart9Skip2 ==2075== Parent PID: 2071 ==2075== ==2083== Memcheck, a memory error detector ==2083== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2083== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2083== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart9Skip2 ==2083== Parent PID: 2071 ==2083== ==2091== Memcheck, a memory error detector ==2091== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2091== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2091== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart9Exdate ==2091== Parent PID: 112 ==2091== ==2091== ==2091== HEAP SUMMARY: ==2091== in use at exit: 467,196 bytes in 5,401 blocks ==2091== total heap usage: 234,606 allocs, 229,140 frees, 33,903,423 bytes allocated ==2091== ==2091== LEAK SUMMARY: ==2091== definitely lost: 0 bytes in 0 blocks ==2091== indirectly lost: 0 bytes in 0 blocks ==2091== possibly lost: 1,392 bytes in 4 blocks ==2091== still reachable: 182,425 bytes in 1,028 blocks ==2091== of which reachable via heuristic: ==2091== length64 : 1,032 bytes in 18 blocks ==2091== newarray : 5,976 bytes in 28 blocks ==2091== suppressed: 271,859 bytes in 4,285 blocks ==2091== Reachable blocks (those to which a pointer was found) are not shown. ==2091== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==2091== ==2091== For counts of detected and suppressed errors, rerun with: -v ==2091== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==2095== Memcheck, a memory error detector ==2095== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2095== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2095== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart9Exdate ==2095== Parent PID: 2091 ==2095== ==2103== Memcheck, a memory error detector ==2103== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2103== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2103== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart9Exdate ==2103== Parent PID: 2091 ==2103== ==211== Memcheck, a memory error detector ==211== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==211== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==211== Command: ./client-test Client::Source::apple_caldav::LinkedItemsDefault::testLinkedItemsParent ==211== Parent PID: 207 ==211== ==2111== Memcheck, a memory error detector ==2111== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2111== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2111== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart9Exdate ==2111== Parent PID: 2091 ==2111== ==2119== Memcheck, a memory error detector ==2119== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2119== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2119== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart12Skip0 ==2119== Parent PID: 112 ==2119== ==2119== ==2119== HEAP SUMMARY: ==2119== in use at exit: 463,620 bytes in 5,387 blocks ==2119== total heap usage: 171,696 allocs, 166,250 frees, 26,959,884 bytes allocated ==2119== ==2119== LEAK SUMMARY: ==2119== definitely lost: 0 bytes in 0 blocks ==2119== indirectly lost: 0 bytes in 0 blocks ==2119== possibly lost: 1,392 bytes in 4 blocks ==2119== still reachable: 178,841 bytes in 1,014 blocks ==2119== of which reachable via heuristic: ==2119== length64 : 1,032 bytes in 18 blocks ==2119== newarray : 5,976 bytes in 28 blocks ==2119== suppressed: 271,867 bytes in 4,285 blocks ==2119== Reachable blocks (those to which a pointer was found) are not shown. ==2119== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==2119== ==2119== For counts of detected and suppressed errors, rerun with: -v ==2119== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==2123== Memcheck, a memory error detector ==2123== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2123== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2123== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyFirst::testSubsetStart12Skip0 ==2123== Parent PID: 2119 ==2123== ==2131== Memcheck, a memory error detector ==2131== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2131== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2131== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyMiddle::testSubsetStart0Skip0 ==2131== Parent PID: 112 ==2131== ==2131== ==2131== HEAP SUMMARY: ==2131== in use at exit: 497,672 bytes in 5,521 blocks ==2131== total heap usage: 363,237 allocs, 357,639 frees, 49,925,024 bytes allocated ==2131== ==2131== LEAK SUMMARY: ==2131== definitely lost: 0 bytes in 0 blocks ==2131== indirectly lost: 0 bytes in 0 blocks ==2131== possibly lost: 1,392 bytes in 4 blocks ==2131== still reachable: 212,893 bytes in 1,148 blocks ==2131== of which reachable via heuristic: ==2131== length64 : 1,032 bytes in 18 blocks ==2131== newarray : 5,976 bytes in 28 blocks ==2131== suppressed: 271,867 bytes in 4,285 blocks ==2131== Reachable blocks (those to which a pointer was found) are not shown. ==2131== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==2131== ==2131== For counts of detected and suppressed errors, rerun with: -v ==2131== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==2135== Memcheck, a memory error detector ==2135== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2135== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2135== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyMiddle::testSubsetStart0Skip0 ==2135== Parent PID: 2131 ==2135== ==2143== Memcheck, a memory error detector ==2143== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2143== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2143== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyMiddle::testSubsetStart0Skip0 ==2143== Parent PID: 2131 ==2143== ==2151== Memcheck, a memory error detector ==2151== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2151== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2151== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyMiddle::testSubsetStart0Skip0 ==2151== Parent PID: 2131 ==2151== ==2159== Memcheck, a memory error detector ==2159== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2159== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2159== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyMiddle::testSubsetStart0Skip0 ==2159== Parent PID: 2131 ==2159== ==2167== Memcheck, a memory error detector ==2167== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2167== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2167== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyMiddle::testSubsetStart0Skip0 ==2167== Parent PID: 2131 ==2167== ==2175== Memcheck, a memory error detector ==2175== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2175== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2175== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyMiddle::testSubsetStart0Skip0 ==2175== Parent PID: 2131 ==2175== ==2183== Memcheck, a memory error detector ==2183== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2183== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2183== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyMiddle::testSubsetStart0Skip0 ==2183== Parent PID: 2131 ==2183== ==219== Memcheck, a memory error detector ==219== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==219== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==219== Command: ./client-test Client::Source::apple_caldav::LinkedItemsDefault::testLinkedItemsChild ==219== Parent PID: 112 ==219== ==219== ==219== HEAP SUMMARY: ==219== in use at exit: 459,538 bytes in 5,371 blocks ==219== total heap usage: 201,083 allocs, 195,650 frees, 29,577,777 bytes allocated ==219== ==219== LEAK SUMMARY: ==219== definitely lost: 0 bytes in 0 blocks ==219== indirectly lost: 0 bytes in 0 blocks ==219== possibly lost: 1,392 bytes in 4 blocks ==219== still reachable: 174,744 bytes in 998 blocks ==219== of which reachable via heuristic: ==219== length64 : 1,032 bytes in 18 blocks ==219== newarray : 5,976 bytes in 28 blocks ==219== suppressed: 271,882 bytes in 4,285 blocks ==219== Reachable blocks (those to which a pointer was found) are not shown. ==219== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==219== ==219== For counts of detected and suppressed errors, rerun with: -v ==219== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==2191== Memcheck, a memory error detector ==2191== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2191== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2191== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyMiddle::testSubsetStart0Skip1 ==2191== Parent PID: 112 ==2191== ==2191== ==2191== HEAP SUMMARY: ==2191== in use at exit: 476,168 bytes in 5,437 blocks ==2191== total heap usage: 235,025 allocs, 229,523 frees, 35,558,402 bytes allocated ==2191== ==2191== LEAK SUMMARY: ==2191== definitely lost: 0 bytes in 0 blocks ==2191== indirectly lost: 0 bytes in 0 blocks ==2191== possibly lost: 1,392 bytes in 4 blocks ==2191== still reachable: 191,389 bytes in 1,064 blocks ==2191== of which reachable via heuristic: ==2191== length64 : 1,032 bytes in 18 blocks ==2191== newarray : 5,976 bytes in 28 blocks ==2191== suppressed: 271,867 bytes in 4,285 blocks ==2191== Reachable blocks (those to which a pointer was found) are not shown. ==2191== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==2191== ==2191== For counts of detected and suppressed errors, rerun with: -v ==2191== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==2195== Memcheck, a memory error detector ==2195== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2195== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2195== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyMiddle::testSubsetStart0Skip1 ==2195== Parent PID: 2191 ==2195== ==2203== Memcheck, a memory error detector ==2203== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2203== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2203== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyMiddle::testSubsetStart0Skip1 ==2203== Parent PID: 2191 ==2203== ==2211== Memcheck, a memory error detector ==2211== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2211== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2211== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyMiddle::testSubsetStart0Skip1 ==2211== Parent PID: 2191 ==2211== ==2219== Memcheck, a memory error detector ==2219== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2219== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2219== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyMiddle::testSubsetStart0Skip2 ==2219== Parent PID: 112 ==2219== ==2219== ==2219== HEAP SUMMARY: ==2219== in use at exit: 465,424 bytes in 5,395 blocks ==2219== total heap usage: 203,015 allocs, 197,558 frees, 30,409,865 bytes allocated ==2219== ==2219== LEAK SUMMARY: ==2219== definitely lost: 0 bytes in 0 blocks ==2219== indirectly lost: 0 bytes in 0 blocks ==2219== possibly lost: 1,392 bytes in 4 blocks ==2219== still reachable: 180,637 bytes in 1,022 blocks ==2219== of which reachable via heuristic: ==2219== length64 : 1,032 bytes in 18 blocks ==2219== newarray : 5,976 bytes in 28 blocks ==2219== suppressed: 271,875 bytes in 4,285 blocks ==2219== Reachable blocks (those to which a pointer was found) are not shown. ==2219== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==2219== ==2219== For counts of detected and suppressed errors, rerun with: -v ==2219== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==2223== Memcheck, a memory error detector ==2223== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2223== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2223== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyMiddle::testSubsetStart0Skip2 ==2223== Parent PID: 2219 ==2223== ==223== Memcheck, a memory error detector ==223== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==223== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==223== Command: ./client-test Client::Source::apple_caldav::LinkedItemsDefault::testLinkedItemsChild ==223== Parent PID: 219 ==223== ==2231== Memcheck, a memory error detector ==2231== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2231== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2231== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyMiddle::testSubsetStart0Skip2 ==2231== Parent PID: 2219 ==2231== ==2239== Memcheck, a memory error detector ==2239== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2239== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2239== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyMiddle::testSubsetStart0Skip3 ==2239== Parent PID: 112 ==2239== ==2239== ==2239== HEAP SUMMARY: ==2239== in use at exit: 463,632 bytes in 5,388 blocks ==2239== total heap usage: 202,918 allocs, 197,468 frees, 30,386,804 bytes allocated ==2239== ==2239== LEAK SUMMARY: ==2239== definitely lost: 0 bytes in 0 blocks ==2239== indirectly lost: 0 bytes in 0 blocks ==2239== possibly lost: 1,392 bytes in 4 blocks ==2239== still reachable: 178,845 bytes in 1,015 blocks ==2239== of which reachable via heuristic: ==2239== length64 : 1,032 bytes in 18 blocks ==2239== newarray : 5,976 bytes in 28 blocks ==2239== suppressed: 271,875 bytes in 4,285 blocks ==2239== Reachable blocks (those to which a pointer was found) are not shown. ==2239== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==2239== ==2239== For counts of detected and suppressed errors, rerun with: -v ==2239== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==2243== Memcheck, a memory error detector ==2243== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2243== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2243== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyMiddle::testSubsetStart0Skip3 ==2243== Parent PID: 2239 ==2243== ==2251== Memcheck, a memory error detector ==2251== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2251== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2251== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyMiddle::testSubsetStart0Skip3 ==2251== Parent PID: 2239 ==2251== ==2259== Memcheck, a memory error detector ==2259== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2259== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2259== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyMiddle::testSubsetStart0Skip4 ==2259== Parent PID: 112 ==2259== ==2259== ==2259== HEAP SUMMARY: ==2259== in use at exit: 461,832 bytes in 5,381 blocks ==2259== total heap usage: 171,556 allocs, 166,116 frees, 26,938,717 bytes allocated ==2259== ==2259== LEAK SUMMARY: ==2259== definitely lost: 0 bytes in 0 blocks ==2259== indirectly lost: 0 bytes in 0 blocks ==2259== possibly lost: 1,392 bytes in 4 blocks ==2259== still reachable: 177,053 bytes in 1,008 blocks ==2259== of which reachable via heuristic: ==2259== length64 : 1,032 bytes in 18 blocks ==2259== newarray : 5,976 bytes in 28 blocks ==2259== suppressed: 271,867 bytes in 4,285 blocks ==2259== Reachable blocks (those to which a pointer was found) are not shown. ==2259== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==2259== ==2259== For counts of detected and suppressed errors, rerun with: -v ==2259== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==2263== Memcheck, a memory error detector ==2263== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2263== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2263== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyMiddle::testSubsetStart0Skip4 ==2263== Parent PID: 2259 ==2263== ==2271== Memcheck, a memory error detector ==2271== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2271== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2271== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyMiddle::testSubsetStart0Skip5 ==2271== Parent PID: 112 ==2271== ==2271== ==2271== HEAP SUMMARY: ==2271== in use at exit: 460,048 bytes in 5,374 blocks ==2271== total heap usage: 171,467 allocs, 166,034 frees, 26,904,336 bytes allocated ==2271== ==2271== LEAK SUMMARY: ==2271== definitely lost: 0 bytes in 0 blocks ==2271== indirectly lost: 0 bytes in 0 blocks ==2271== possibly lost: 1,392 bytes in 4 blocks ==2271== still reachable: 175,261 bytes in 1,001 blocks ==2271== of which reachable via heuristic: ==2271== length64 : 1,032 bytes in 18 blocks ==2271== newarray : 5,976 bytes in 28 blocks ==2271== suppressed: 271,875 bytes in 4,285 blocks ==2271== Reachable blocks (those to which a pointer was found) are not shown. ==2271== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==2271== ==2271== For counts of detected and suppressed errors, rerun with: -v ==2271== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==2275== Memcheck, a memory error detector ==2275== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2275== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2275== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyMiddle::testSubsetStart0Skip5 ==2275== Parent PID: 2271 ==2275== ==2283== Memcheck, a memory error detector ==2283== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2283== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2283== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyMiddle::testSubsetStart2Skip0 ==2283== Parent PID: 112 ==2283== ==2283== ==2283== HEAP SUMMARY: ==2283== in use at exit: 477,968 bytes in 5,444 blocks ==2283== total heap usage: 298,428 allocs, 292,913 frees, 41,270,475 bytes allocated ==2283== ==2283== LEAK SUMMARY: ==2283== definitely lost: 0 bytes in 0 blocks ==2283== indirectly lost: 0 bytes in 0 blocks ==2283== possibly lost: 1,392 bytes in 4 blocks ==2283== still reachable: 193,181 bytes in 1,071 blocks ==2283== of which reachable via heuristic: ==2283== length64 : 1,032 bytes in 18 blocks ==2283== newarray : 5,976 bytes in 28 blocks ==2283== suppressed: 271,875 bytes in 4,285 blocks ==2283== Reachable blocks (those to which a pointer was found) are not shown. ==2283== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==2283== ==2283== For counts of detected and suppressed errors, rerun with: -v ==2283== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==2287== Memcheck, a memory error detector ==2287== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2287== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2287== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyMiddle::testSubsetStart2Skip0 ==2287== Parent PID: 2283 ==2287== ==2295== Memcheck, a memory error detector ==2295== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2295== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2295== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyMiddle::testSubsetStart2Skip0 ==2295== Parent PID: 2283 ==2295== ==2303== Memcheck, a memory error detector ==2303== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2303== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2303== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyMiddle::testSubsetStart2Skip0 ==2303== Parent PID: 2283 ==2303== ==231== Memcheck, a memory error detector ==231== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==231== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==231== Command: ./client-test Client::Source::apple_caldav::LinkedItemsDefault::testLinkedItemsParentChild ==231== Parent PID: 112 ==231== ==231== ==231== HEAP SUMMARY: ==231== in use at exit: 477,926 bytes in 5,442 blocks ==231== total heap usage: 244,099 allocs, 238,591 frees, 34,293,439 bytes allocated ==231== ==231== LEAK SUMMARY: ==231== definitely lost: 0 bytes in 0 blocks ==231== indirectly lost: 0 bytes in 0 blocks ==231== possibly lost: 1,392 bytes in 4 blocks ==231== still reachable: 193,180 bytes in 1,071 blocks ==231== of which reachable via heuristic: ==231== length64 : 1,032 bytes in 18 blocks ==231== newarray : 5,976 bytes in 28 blocks ==231== suppressed: 271,834 bytes in 4,283 blocks ==231== Reachable blocks (those to which a pointer was found) are not shown. ==231== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==231== ==231== For counts of detected and suppressed errors, rerun with: -v ==231== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==2311== Memcheck, a memory error detector ==2311== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2311== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2311== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyMiddle::testSubsetStart2Skip0 ==2311== Parent PID: 2283 ==2311== ==2319== Memcheck, a memory error detector ==2319== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2319== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2319== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyMiddle::testSubsetStart2Skip0 ==2319== Parent PID: 2283 ==2319== ==2327== Memcheck, a memory error detector ==2327== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2327== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2327== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyMiddle::testSubsetStart2Skip1 ==2327== Parent PID: 112 ==2327== ==2327== ==2327== HEAP SUMMARY: ==2327== in use at exit: 472,620 bytes in 5,422 blocks ==2327== total heap usage: 234,883 allocs, 229,396 frees, 35,454,332 bytes allocated ==2327== ==2327== LEAK SUMMARY: ==2327== definitely lost: 0 bytes in 0 blocks ==2327== indirectly lost: 0 bytes in 0 blocks ==2327== possibly lost: 1,392 bytes in 4 blocks ==2327== still reachable: 187,801 bytes in 1,049 blocks ==2327== of which reachable via heuristic: ==2327== length64 : 1,032 bytes in 18 blocks ==2327== newarray : 5,976 bytes in 28 blocks ==2327== suppressed: 271,907 bytes in 4,285 blocks ==2327== Reachable blocks (those to which a pointer was found) are not shown. ==2327== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==2327== ==2327== For counts of detected and suppressed errors, rerun with: -v ==2327== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==2331== Memcheck, a memory error detector ==2331== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2331== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2331== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyMiddle::testSubsetStart2Skip1 ==2331== Parent PID: 2327 ==2331== ==2339== Memcheck, a memory error detector ==2339== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2339== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2339== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyMiddle::testSubsetStart2Skip1 ==2339== Parent PID: 2327 ==2339== ==2347== Memcheck, a memory error detector ==2347== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2347== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2347== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyMiddle::testSubsetStart2Skip1 ==2347== Parent PID: 2327 ==2347== ==235== Memcheck, a memory error detector ==235== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==235== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==235== Command: ./client-test Client::Source::apple_caldav::LinkedItemsDefault::testLinkedItemsParentChild ==235== Parent PID: 231 ==235== ==2355== Memcheck, a memory error detector ==2355== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2355== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2355== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyMiddle::testSubsetStart2Skip2 ==2355== Parent PID: 112 ==2355== ==2355== ==2355== HEAP SUMMARY: ==2355== in use at exit: 465,420 bytes in 5,394 blocks ==2355== total heap usage: 203,074 allocs, 197,618 frees, 30,395,917 bytes allocated ==2355== ==2355== LEAK SUMMARY: ==2355== definitely lost: 0 bytes in 0 blocks ==2355== indirectly lost: 0 bytes in 0 blocks ==2355== possibly lost: 1,392 bytes in 4 blocks ==2355== still reachable: 180,633 bytes in 1,021 blocks ==2355== of which reachable via heuristic: ==2355== length64 : 1,032 bytes in 18 blocks ==2355== newarray : 5,976 bytes in 28 blocks ==2355== suppressed: 271,875 bytes in 4,285 blocks ==2355== Reachable blocks (those to which a pointer was found) are not shown. ==2355== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==2355== ==2355== For counts of detected and suppressed errors, rerun with: -v ==2355== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==2359== Memcheck, a memory error detector ==2359== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2359== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2359== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyMiddle::testSubsetStart2Skip2 ==2359== Parent PID: 2355 ==2359== ==2367== Memcheck, a memory error detector ==2367== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2367== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2367== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyMiddle::testSubsetStart2Skip2 ==2367== Parent PID: 2355 ==2367== ==2375== Memcheck, a memory error detector ==2375== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2375== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2375== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyMiddle::testSubsetStart2Skip3 ==2375== Parent PID: 112 ==2375== ==2375== ==2375== HEAP SUMMARY: ==2375== in use at exit: 463,652 bytes in 5,387 blocks ==2375== total heap usage: 202,977 allocs, 197,528 frees, 30,365,584 bytes allocated ==2375== ==2375== LEAK SUMMARY: ==2375== definitely lost: 0 bytes in 0 blocks ==2375== indirectly lost: 0 bytes in 0 blocks ==2375== possibly lost: 1,392 bytes in 4 blocks ==2375== still reachable: 178,841 bytes in 1,014 blocks ==2375== of which reachable via heuristic: ==2375== length64 : 1,032 bytes in 18 blocks ==2375== newarray : 5,976 bytes in 28 blocks ==2375== suppressed: 271,899 bytes in 4,285 blocks ==2375== Reachable blocks (those to which a pointer was found) are not shown. ==2375== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==2375== ==2375== For counts of detected and suppressed errors, rerun with: -v ==2375== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==2379== Memcheck, a memory error detector ==2379== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2379== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2379== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyMiddle::testSubsetStart2Skip3 ==2379== Parent PID: 2375 ==2379== ==2387== Memcheck, a memory error detector ==2387== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2387== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2387== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyMiddle::testSubsetStart2Skip3 ==2387== Parent PID: 2375 ==2387== ==2395== Memcheck, a memory error detector ==2395== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2395== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2395== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyMiddle::testSubsetStart2Exdate ==2395== Parent PID: 112 ==2395== ==2395== ==2395== HEAP SUMMARY: ==2395== in use at exit: 467,164 bytes in 5,399 blocks ==2395== total heap usage: 234,609 allocs, 229,145 frees, 33,894,325 bytes allocated ==2395== ==2395== LEAK SUMMARY: ==2395== definitely lost: 0 bytes in 0 blocks ==2395== indirectly lost: 0 bytes in 0 blocks ==2395== possibly lost: 1,392 bytes in 4 blocks ==2395== still reachable: 182,425 bytes in 1,028 blocks ==2395== of which reachable via heuristic: ==2395== length64 : 1,032 bytes in 18 blocks ==2395== newarray : 5,976 bytes in 28 blocks ==2395== suppressed: 271,827 bytes in 4,283 blocks ==2395== Reachable blocks (those to which a pointer was found) are not shown. ==2395== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==2395== ==2395== For counts of detected and suppressed errors, rerun with: -v ==2395== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==2399== Memcheck, a memory error detector ==2399== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2399== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2399== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyMiddle::testSubsetStart2Exdate ==2399== Parent PID: 2395 ==2399== ==2407== Memcheck, a memory error detector ==2407== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2407== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2407== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyMiddle::testSubsetStart2Exdate ==2407== Parent PID: 2395 ==2407== ==2415== Memcheck, a memory error detector ==2415== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2415== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2415== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyMiddle::testSubsetStart2Exdate ==2415== Parent PID: 2395 ==2415== ==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::Source::apple_caldav::LinkedItemsMonthlyMiddle::testSubsetStart4Skip0 ==2423== Parent PID: 112 ==2423== ==2423== ==2423== HEAP SUMMARY: ==2423== in use at exit: 470,389 bytes in 5,438 blocks ==2423== total heap usage: 238,775 allocs, 233,221 frees, 34,078,453 bytes allocated ==2423== ==2423== LEAK SUMMARY: ==2423== definitely lost: 0 bytes in 0 blocks ==2423== indirectly lost: 0 bytes in 0 blocks ==2423== possibly lost: 1,392 bytes in 4 blocks ==2423== still reachable: 185,458 bytes in 1,063 blocks ==2423== of which reachable via heuristic: ==2423== length64 : 1,032 bytes in 18 blocks ==2423== newarray : 5,976 bytes in 28 blocks ==2423== suppressed: 272,019 bytes in 4,287 blocks ==2423== Reachable blocks (those to which a pointer was found) are not shown. ==2423== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==2423== ==2423== For counts of detected and suppressed errors, rerun with: -v ==2423== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==2427== Memcheck, a memory error detector ==2427== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2427== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2427== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyMiddle::testSubsetStart4Skip0 ==2427== Parent PID: 2423 ==2427== ==243== Memcheck, a memory error detector ==243== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==243== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==243== Command: ./client-test Client::Source::apple_caldav::LinkedItemsDefault::testLinkedItemsInsertBothUpdateChildNoIDs ==243== Parent PID: 112 ==243== ==243== ==243== HEAP SUMMARY: ==243== in use at exit: 465,710 bytes in 5,396 blocks ==243== total heap usage: 194,687 allocs, 189,230 frees, 29,325,333 bytes allocated ==243== ==243== LEAK SUMMARY: ==243== definitely lost: 0 bytes in 0 blocks ==243== indirectly lost: 0 bytes in 0 blocks ==243== possibly lost: 1,392 bytes in 4 blocks ==243== still reachable: 180,892 bytes in 1,023 blocks ==243== of which reachable via heuristic: ==243== length64 : 1,032 bytes in 18 blocks ==243== newarray : 5,976 bytes in 28 blocks ==243== suppressed: 271,906 bytes in 4,285 blocks ==243== Reachable blocks (those to which a pointer was found) are not shown. ==243== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==243== ==243== For counts of detected and suppressed errors, rerun with: -v ==243== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==2435== Memcheck, a memory error detector ==2435== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2435== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2435== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyMiddle::testSubsetStart4Skip0 ==2435== Parent PID: 2423 ==2435== ==2443== Memcheck, a memory error detector ==2443== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2443== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2443== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyMiddle::testSubsetStart4Skip0 ==2443== Parent PID: 2423 ==2443== ==2451== Memcheck, a memory error detector ==2451== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2451== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2451== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyMiddle::testSubsetStart4Skip1 ==2451== Parent PID: 112 ==2451== ==2451== ==2451== HEAP SUMMARY: ==2451== in use at exit: 465,420 bytes in 5,394 blocks ==2451== total heap usage: 203,069 allocs, 197,613 frees, 30,395,917 bytes allocated ==2451== ==2451== LEAK SUMMARY: ==2451== definitely lost: 0 bytes in 0 blocks ==2451== indirectly lost: 0 bytes in 0 blocks ==2451== possibly lost: 1,392 bytes in 4 blocks ==2451== still reachable: 180,633 bytes in 1,021 blocks ==2451== of which reachable via heuristic: ==2451== length64 : 1,032 bytes in 18 blocks ==2451== newarray : 5,976 bytes in 28 blocks ==2451== suppressed: 271,875 bytes in 4,285 blocks ==2451== Reachable blocks (those to which a pointer was found) are not shown. ==2451== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==2451== ==2451== For counts of detected and suppressed errors, rerun with: -v ==2451== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==2455== Memcheck, a memory error detector ==2455== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2455== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2455== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyMiddle::testSubsetStart4Skip1 ==2455== Parent PID: 2451 ==2455== ==2463== Memcheck, a memory error detector ==2463== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2463== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2463== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyMiddle::testSubsetStart4Skip1 ==2463== Parent PID: 2451 ==2463== ==247== Memcheck, a memory error detector ==247== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==247== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==247== Command: ./client-test Client::Source::apple_caldav::LinkedItemsDefault::testLinkedItemsInsertBothUpdateChildNoIDs ==247== Parent PID: 243 ==247== ==2471== Memcheck, a memory error detector ==2471== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2471== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2471== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyMiddle::testSubsetStart6Skip0 ==2471== Parent PID: 112 ==2471== ==2471== ==2471== HEAP SUMMARY: ==2471== in use at exit: 461,836 bytes in 5,380 blocks ==2471== total heap usage: 171,589 allocs, 166,150 frees, 26,925,882 bytes allocated ==2471== ==2471== LEAK SUMMARY: ==2471== definitely lost: 0 bytes in 0 blocks ==2471== indirectly lost: 0 bytes in 0 blocks ==2471== possibly lost: 1,392 bytes in 4 blocks ==2471== still reachable: 177,049 bytes in 1,007 blocks ==2471== of which reachable via heuristic: ==2471== length64 : 1,032 bytes in 18 blocks ==2471== newarray : 5,976 bytes in 28 blocks ==2471== suppressed: 271,875 bytes in 4,285 blocks ==2471== Reachable blocks (those to which a pointer was found) are not shown. ==2471== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==2471== ==2471== For counts of detected and suppressed errors, rerun with: -v ==2471== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==2475== Memcheck, a memory error detector ==2475== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2475== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2475== Command: ./client-test Client::Source::apple_caldav::LinkedItemsMonthlyMiddle::testSubsetStart6Skip0 ==2475== Parent PID: 2471 ==2475== ==2483== Memcheck, a memory error detector ==2483== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2483== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2483== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip0 ==2483== Parent PID: 112 ==2483== ==2483== ==2483== HEAP SUMMARY: ==2483== in use at exit: 1,093,840 bytes in 7,853 blocks ==2483== total heap usage: 2,169,301 allocs, 2,161,230 frees, 435,994,583 bytes allocated ==2483== ==2483== LEAK SUMMARY: ==2483== definitely lost: 0 bytes in 0 blocks ==2483== indirectly lost: 0 bytes in 0 blocks ==2483== possibly lost: 960 bytes in 3 blocks ==2483== still reachable: 809,573 bytes in 3,485 blocks ==2483== of which reachable via heuristic: ==2483== length64 : 1,032 bytes in 18 blocks ==2483== newarray : 5,976 bytes in 28 blocks ==2483== suppressed: 271,787 bytes in 4,281 blocks ==2483== Reachable blocks (those to which a pointer was found) are not shown. ==2483== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==2483== ==2483== For counts of detected and suppressed errors, rerun with: -v ==2483== ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 67 from 67) ==2487== Memcheck, a memory error detector ==2487== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2487== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2487== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip0 ==2487== Parent PID: 2483 ==2487== ==2495== Memcheck, a memory error detector ==2495== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2495== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2495== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip0 ==2495== Parent PID: 2483 ==2495== ==2503== Memcheck, a memory error detector ==2503== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2503== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2503== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip0 ==2503== Parent PID: 2483 ==2503== ==2511== Memcheck, a memory error detector ==2511== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2511== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2511== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip0 ==2511== Parent PID: 2483 ==2511== ==2519== Memcheck, a memory error detector ==2519== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2519== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2519== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip0 ==2519== Parent PID: 2483 ==2519== ==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::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip0 ==2527== Parent PID: 2483 ==2527== ==2535== Memcheck, a memory error detector ==2535== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2535== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2535== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip0 ==2535== Parent PID: 2483 ==2535== ==2543== Memcheck, a memory error detector ==2543== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2543== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2543== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip0 ==2543== Parent PID: 2483 ==2543== ==255== Memcheck, a memory error detector ==255== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==255== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==255== Command: ./client-test Client::Source::apple_caldav::LinkedItemsDefault::testLinkedItemsChildParent ==255== Parent PID: 112 ==255== ==255== ==255== HEAP SUMMARY: ==255== in use at exit: 471,822 bytes in 5,420 blocks ==255== total heap usage: 214,421 allocs, 208,938 frees, 31,593,453 bytes allocated ==255== ==255== LEAK SUMMARY: ==255== definitely lost: 0 bytes in 0 blocks ==255== indirectly lost: 0 bytes in 0 blocks ==255== possibly lost: 1,392 bytes in 4 blocks ==255== still reachable: 187,036 bytes in 1,047 blocks ==255== of which reachable via heuristic: ==255== length64 : 1,032 bytes in 18 blocks ==255== newarray : 5,976 bytes in 28 blocks ==255== suppressed: 271,874 bytes in 4,285 blocks ==255== Reachable blocks (those to which a pointer was found) are not shown. ==255== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==255== ==255== For counts of detected and suppressed errors, rerun with: -v ==255== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==2551== Memcheck, a memory error detector ==2551== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2551== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2551== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip0 ==2551== Parent PID: 2483 ==2551== ==2559== Memcheck, a memory error detector ==2559== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2559== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2559== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip0 ==2559== Parent PID: 2483 ==2559== ==2567== Memcheck, a memory error detector ==2567== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2567== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2567== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip0 ==2567== Parent PID: 2483 ==2567== ==2575== Memcheck, a memory error detector ==2575== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2575== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2575== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip0 ==2575== Parent PID: 2483 ==2575== ==2583== Memcheck, a memory error detector ==2583== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2583== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2583== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip0 ==2583== Parent PID: 2483 ==2583== ==259== Memcheck, a memory error detector ==259== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==259== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==259== Command: ./client-test Client::Source::apple_caldav::LinkedItemsDefault::testLinkedItemsChildParent ==259== Parent PID: 255 ==259== ==2591== Memcheck, a memory error detector ==2591== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2591== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2591== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip0 ==2591== Parent PID: 2483 ==2591== ==2599== Memcheck, a memory error detector ==2599== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2599== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2599== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip0 ==2599== Parent PID: 2483 ==2599== ==2607== Memcheck, a memory error detector ==2607== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2607== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2607== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip0 ==2607== Parent PID: 2483 ==2607== ==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: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip0 ==2615== Parent PID: 2483 ==2615== ==2623== Memcheck, a memory error detector ==2623== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2623== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2623== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip0 ==2623== Parent PID: 2483 ==2623== ==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: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip0 ==2631== Parent PID: 2483 ==2631== ==2639== Memcheck, a memory error detector ==2639== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2639== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2639== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip0 ==2639== Parent PID: 2483 ==2639== ==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: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip0 ==2647== Parent PID: 2483 ==2647== ==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: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip0 ==2655== Parent PID: 2483 ==2655== ==2663== Memcheck, a memory error detector ==2663== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2663== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2663== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip0 ==2663== Parent PID: 2483 ==2663== ==267== Memcheck, a memory error detector ==267== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==267== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==267== Command: ./client-test Client::Source::apple_caldav::LinkedItemsDefault::testLinkedItemsChildChangesParent ==267== Parent PID: 112 ==267== ==267== ==267== HEAP SUMMARY: ==267== in use at exit: 468,742 bytes in 5,408 blocks ==267== total heap usage: 226,087 allocs, 220,615 frees, 32,599,782 bytes allocated ==267== ==267== LEAK SUMMARY: ==267== definitely lost: 0 bytes in 0 blocks ==267== indirectly lost: 0 bytes in 0 blocks ==267== possibly lost: 1,392 bytes in 4 blocks ==267== still reachable: 183,964 bytes in 1,035 blocks ==267== of which reachable via heuristic: ==267== length64 : 1,032 bytes in 18 blocks ==267== newarray : 5,976 bytes in 28 blocks ==267== suppressed: 271,866 bytes in 4,285 blocks ==267== Reachable blocks (those to which a pointer was found) are not shown. ==267== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==267== ==267== For counts of detected and suppressed errors, rerun with: -v ==267== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==2671== Memcheck, a memory error detector ==2671== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2671== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2671== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip0 ==2671== Parent PID: 2483 ==2671== ==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: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip0 ==2679== Parent PID: 2483 ==2679== ==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: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip0 ==2687== Parent PID: 2483 ==2687== ==2695== Memcheck, a memory error detector ==2695== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2695== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2695== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip0 ==2695== Parent PID: 2483 ==2695== ==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: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip0 ==2703== Parent PID: 2483 ==2703== ==271== Memcheck, a memory error detector ==271== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==271== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==271== Command: ./client-test Client::Source::apple_caldav::LinkedItemsDefault::testLinkedItemsChildChangesParent ==271== Parent PID: 267 ==271== ==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: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip0 ==2711== Parent PID: 2483 ==2711== ==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: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip0 ==2719== Parent PID: 2483 ==2719== ==2727== Memcheck, a memory error detector ==2727== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2727== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2727== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip0 ==2727== Parent PID: 2483 ==2727== ==2735== Memcheck, a memory error detector ==2735== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2735== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2735== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip0 ==2735== Parent PID: 2483 ==2735== ==2743== Memcheck, a memory error detector ==2743== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2743== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2743== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip0 ==2743== Parent PID: 2483 ==2743== ==2751== Memcheck, a memory error detector ==2751== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2751== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2751== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip0 ==2751== Parent PID: 2483 ==2751== ==2759== Memcheck, a memory error detector ==2759== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2759== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2759== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip0 ==2759== Parent PID: 2483 ==2759== ==2767== Memcheck, a memory error detector ==2767== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2767== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2767== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip0 ==2767== Parent PID: 2483 ==2767== ==2775== Memcheck, a memory error detector ==2775== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2775== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2775== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip0 ==2775== Parent PID: 2483 ==2775== ==2783== Memcheck, a memory error detector ==2783== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2783== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2783== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip0 ==2783== Parent PID: 2483 ==2783== ==279== Memcheck, a memory error detector ==279== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==279== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==279== Command: ./client-test Client::Source::apple_caldav::LinkedItemsDefault::testLinkedItemsChildChangesParent ==279== Parent PID: 267 ==279== ==2791== Memcheck, a memory error detector ==2791== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2791== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2791== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip0 ==2791== Parent PID: 2483 ==2791== ==2799== Memcheck, a memory error detector ==2799== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2799== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2799== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip0 ==2799== Parent PID: 2483 ==2799== ==2807== Memcheck, a memory error detector ==2807== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2807== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2807== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip0 ==2807== Parent PID: 2483 ==2807== ==2815== Memcheck, a memory error detector ==2815== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2815== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2815== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip0 ==2815== Parent PID: 2483 ==2815== ==2823== Memcheck, a memory error detector ==2823== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2823== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2823== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip0 ==2823== Parent PID: 2483 ==2823== ==2831== Memcheck, a memory error detector ==2831== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2831== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2831== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip0 ==2831== Parent PID: 2483 ==2831== ==2839== Memcheck, a memory error detector ==2839== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2839== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2839== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip0 ==2839== Parent PID: 2483 ==2839== ==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::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip0 ==2847== Parent PID: 2483 ==2847== ==2855== Memcheck, a memory error detector ==2855== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2855== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2855== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip0 ==2855== Parent PID: 2483 ==2855== ==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::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip0 ==2863== Parent PID: 2483 ==2863== ==287== Memcheck, a memory error detector ==287== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==287== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==287== Command: ./client-test Client::Source::apple_caldav::LinkedItemsDefault::testLinkedItemsRemoveParentFirst ==287== Parent PID: 112 ==287== ==287== ==287== HEAP SUMMARY: ==287== in use at exit: 474,878 bytes in 5,432 blocks ==287== total heap usage: 236,905 allocs, 231,408 frees, 33,754,155 bytes allocated ==287== ==287== LEAK SUMMARY: ==287== definitely lost: 0 bytes in 0 blocks ==287== indirectly lost: 0 bytes in 0 blocks ==287== possibly lost: 1,392 bytes in 4 blocks ==287== still reachable: 190,108 bytes in 1,059 blocks ==287== of which reachable via heuristic: ==287== length64 : 1,032 bytes in 18 blocks ==287== newarray : 5,976 bytes in 28 blocks ==287== suppressed: 271,858 bytes in 4,285 blocks ==287== Reachable blocks (those to which a pointer was found) are not shown. ==287== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==287== ==287== For counts of detected and suppressed errors, rerun with: -v ==287== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==2871== Memcheck, a memory error detector ==2871== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2871== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2871== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip0 ==2871== Parent PID: 2483 ==2871== ==2879== Memcheck, a memory error detector ==2879== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2879== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2879== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip0 ==2879== Parent PID: 2483 ==2879== ==2887== Memcheck, a memory error detector ==2887== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2887== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2887== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip0 ==2887== Parent PID: 2483 ==2887== ==2895== Memcheck, a memory error detector ==2895== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2895== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2895== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip0 ==2895== Parent PID: 2483 ==2895== ==2903== Memcheck, a memory error detector ==2903== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2903== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2903== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip0 ==2903== Parent PID: 2483 ==2903== ==291== Memcheck, a memory error detector ==291== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==291== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==291== Command: ./client-test Client::Source::apple_caldav::LinkedItemsDefault::testLinkedItemsRemoveParentFirst ==291== Parent PID: 287 ==291== ==2911== Memcheck, a memory error detector ==2911== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2911== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2911== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip0 ==2911== Parent PID: 2483 ==2911== ==2919== Memcheck, a memory error detector ==2919== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2919== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2919== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip1 ==2919== Parent PID: 112 ==2919== ==2919== ==2919== HEAP SUMMARY: ==2919== in use at exit: 560,400 bytes in 5,766 blocks ==2919== total heap usage: 239,925 allocs, 234,094 frees, 37,889,607 bytes allocated ==2919== ==2919== LEAK SUMMARY: ==2919== definitely lost: 0 bytes in 0 blocks ==2919== indirectly lost: 0 bytes in 0 blocks ==2919== possibly lost: 1,392 bytes in 4 blocks ==2919== still reachable: 275,613 bytes in 1,393 blocks ==2919== of which reachable via heuristic: ==2919== length64 : 1,032 bytes in 18 blocks ==2919== newarray : 5,976 bytes in 28 blocks ==2919== suppressed: 271,875 bytes in 4,285 blocks ==2919== Reachable blocks (those to which a pointer was found) are not shown. ==2919== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==2919== ==2919== For counts of detected and suppressed errors, rerun with: -v ==2919== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==2923== Memcheck, a memory error detector ==2923== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2923== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2923== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip1 ==2923== Parent PID: 2919 ==2923== ==2931== Memcheck, a memory error detector ==2931== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2931== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2931== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip1 ==2931== Parent PID: 2919 ==2931== ==2939== Memcheck, a memory error detector ==2939== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2939== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2939== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip1 ==2939== Parent PID: 2919 ==2939== ==2947== Memcheck, a memory error detector ==2947== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2947== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2947== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip2 ==2947== Parent PID: 112 ==2947== ==2947== ==2947== HEAP SUMMARY: ==2947== in use at exit: 465,440 bytes in 5,395 blocks ==2947== total heap usage: 203,045 allocs, 197,588 frees, 30,445,442 bytes allocated ==2947== ==2947== LEAK SUMMARY: ==2947== definitely lost: 0 bytes in 0 blocks ==2947== indirectly lost: 0 bytes in 0 blocks ==2947== possibly lost: 1,392 bytes in 4 blocks ==2947== still reachable: 180,637 bytes in 1,022 blocks ==2947== of which reachable via heuristic: ==2947== length64 : 1,032 bytes in 18 blocks ==2947== newarray : 5,976 bytes in 28 blocks ==2947== suppressed: 271,891 bytes in 4,285 blocks ==2947== Reachable blocks (those to which a pointer was found) are not shown. ==2947== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==2947== ==2947== For counts of detected and suppressed errors, rerun with: -v ==2947== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==2951== Memcheck, a memory error detector ==2951== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2951== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2951== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip2 ==2951== Parent PID: 2947 ==2951== ==2959== Memcheck, a memory error detector ==2959== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2959== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2959== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip2 ==2959== Parent PID: 2947 ==2959== ==2967== Memcheck, a memory error detector ==2967== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2967== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2967== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip3 ==2967== Parent PID: 112 ==2967== ==2967== ==2967== HEAP SUMMARY: ==2967== in use at exit: 463,632 bytes in 5,388 blocks ==2967== total heap usage: 202,944 allocs, 197,494 frees, 30,421,943 bytes allocated ==2967== ==2967== LEAK SUMMARY: ==2967== definitely lost: 0 bytes in 0 blocks ==2967== indirectly lost: 0 bytes in 0 blocks ==2967== possibly lost: 1,392 bytes in 4 blocks ==2967== still reachable: 178,845 bytes in 1,015 blocks ==2967== of which reachable via heuristic: ==2967== length64 : 1,032 bytes in 18 blocks ==2967== newarray : 5,976 bytes in 28 blocks ==2967== suppressed: 271,875 bytes in 4,285 blocks ==2967== Reachable blocks (those to which a pointer was found) are not shown. ==2967== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==2967== ==2967== For counts of detected and suppressed errors, rerun with: -v ==2967== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==2971== Memcheck, a memory error detector ==2971== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2971== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2971== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip3 ==2971== Parent PID: 2967 ==2971== ==2979== Memcheck, a memory error detector ==2979== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2979== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2979== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip3 ==2979== Parent PID: 2967 ==2979== ==2987== Memcheck, a memory error detector ==2987== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2987== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2987== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip4 ==2987== Parent PID: 112 ==2987== ==2987== ==2987== HEAP SUMMARY: ==2987== in use at exit: 461,840 bytes in 5,381 blocks ==2987== total heap usage: 171,615 allocs, 166,175 frees, 26,971,771 bytes allocated ==2987== ==2987== LEAK SUMMARY: ==2987== definitely lost: 0 bytes in 0 blocks ==2987== indirectly lost: 0 bytes in 0 blocks ==2987== possibly lost: 1,392 bytes in 4 blocks ==2987== still reachable: 177,053 bytes in 1,008 blocks ==2987== of which reachable via heuristic: ==2987== length64 : 1,032 bytes in 18 blocks ==2987== newarray : 5,976 bytes in 28 blocks ==2987== suppressed: 271,875 bytes in 4,285 blocks ==2987== Reachable blocks (those to which a pointer was found) are not shown. ==2987== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==2987== ==2987== For counts of detected and suppressed errors, rerun with: -v ==2987== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==299== Memcheck, a memory error detector ==299== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==299== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==299== Command: ./client-test Client::Source::apple_caldav::LinkedItemsDefault::testLinkedItemsRemoveParentFirst ==299== Parent PID: 287 ==299== ==2991== Memcheck, a memory error detector ==2991== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2991== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2991== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip4 ==2991== Parent PID: 2987 ==2991== ==2999== Memcheck, a memory error detector ==2999== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==2999== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==2999== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip5 ==2999== Parent PID: 112 ==2999== ==2999== ==2999== HEAP SUMMARY: ==2999== in use at exit: 460,056 bytes in 5,374 blocks ==2999== total heap usage: 171,496 allocs, 166,063 frees, 26,935,938 bytes allocated ==2999== ==2999== LEAK SUMMARY: ==2999== definitely lost: 0 bytes in 0 blocks ==2999== indirectly lost: 0 bytes in 0 blocks ==2999== possibly lost: 1,392 bytes in 4 blocks ==2999== still reachable: 175,261 bytes in 1,001 blocks ==2999== of which reachable via heuristic: ==2999== length64 : 1,032 bytes in 18 blocks ==2999== newarray : 5,976 bytes in 28 blocks ==2999== suppressed: 271,883 bytes in 4,285 blocks ==2999== Reachable blocks (those to which a pointer was found) are not shown. ==2999== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==2999== ==2999== For counts of detected and suppressed errors, rerun with: -v ==2999== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==3003== Memcheck, a memory error detector ==3003== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3003== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3003== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip5 ==3003== Parent PID: 2999 ==3003== ==3011== Memcheck, a memory error detector ==3011== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3011== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3011== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip6 ==3011== Parent PID: 112 ==3011== ==3011== ==3011== HEAP SUMMARY: ==3011== in use at exit: 460,056 bytes in 5,374 blocks ==3011== total heap usage: 171,494 allocs, 166,061 frees, 26,935,857 bytes allocated ==3011== ==3011== LEAK SUMMARY: ==3011== definitely lost: 0 bytes in 0 blocks ==3011== indirectly lost: 0 bytes in 0 blocks ==3011== possibly lost: 1,392 bytes in 4 blocks ==3011== still reachable: 175,197 bytes in 1,000 blocks ==3011== of which reachable via heuristic: ==3011== length64 : 1,032 bytes in 18 blocks ==3011== newarray : 5,976 bytes in 28 blocks ==3011== suppressed: 271,947 bytes in 4,286 blocks ==3011== Reachable blocks (those to which a pointer was found) are not shown. ==3011== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3011== ==3011== For counts of detected and suppressed errors, rerun with: -v ==3011== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==3015== Memcheck, a memory error detector ==3015== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3015== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3015== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip6 ==3015== Parent PID: 3011 ==3015== ==3023== Memcheck, a memory error detector ==3023== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3023== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3023== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip7 ==3023== Parent PID: 112 ==3023== ==3023== ==3023== HEAP SUMMARY: ==3023== in use at exit: 460,080 bytes in 5,374 blocks ==3023== total heap usage: 171,514 allocs, 166,081 frees, 26,936,763 bytes allocated ==3023== ==3023== LEAK SUMMARY: ==3023== definitely lost: 0 bytes in 0 blocks ==3023== indirectly lost: 0 bytes in 0 blocks ==3023== possibly lost: 1,392 bytes in 4 blocks ==3023== still reachable: 175,261 bytes in 1,001 blocks ==3023== of which reachable via heuristic: ==3023== length64 : 1,032 bytes in 18 blocks ==3023== newarray : 5,976 bytes in 28 blocks ==3023== suppressed: 271,907 bytes in 4,285 blocks ==3023== Reachable blocks (those to which a pointer was found) are not shown. ==3023== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3023== ==3023== For counts of detected and suppressed errors, rerun with: -v ==3023== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==3027== Memcheck, a memory error detector ==3027== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3027== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3027== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip7 ==3027== Parent PID: 3023 ==3027== ==3035== Memcheck, a memory error detector ==3035== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3035== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3035== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip8 ==3035== Parent PID: 112 ==3035== ==3035== ==3035== HEAP SUMMARY: ==3035== in use at exit: 459,984 bytes in 5,372 blocks ==3035== total heap usage: 171,485 allocs, 166,054 frees, 26,935,604 bytes allocated ==3035== ==3035== LEAK SUMMARY: ==3035== definitely lost: 0 bytes in 0 blocks ==3035== indirectly lost: 0 bytes in 0 blocks ==3035== possibly lost: 1,392 bytes in 4 blocks ==3035== still reachable: 175,261 bytes in 1,001 blocks ==3035== of which reachable via heuristic: ==3035== length64 : 1,032 bytes in 18 blocks ==3035== newarray : 5,976 bytes in 28 blocks ==3035== suppressed: 271,811 bytes in 4,283 blocks ==3035== Reachable blocks (those to which a pointer was found) are not shown. ==3035== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3035== ==3035== For counts of detected and suppressed errors, rerun with: -v ==3035== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==3039== Memcheck, a memory error detector ==3039== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3039== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3039== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip8 ==3039== Parent PID: 3035 ==3039== ==3047== Memcheck, a memory error detector ==3047== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3047== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3047== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip9 ==3047== Parent PID: 112 ==3047== ==3047== ==3047== HEAP SUMMARY: ==3047== in use at exit: 460,040 bytes in 5,374 blocks ==3047== total heap usage: 171,516 allocs, 166,083 frees, 26,936,857 bytes allocated ==3047== ==3047== LEAK SUMMARY: ==3047== definitely lost: 0 bytes in 0 blocks ==3047== indirectly lost: 0 bytes in 0 blocks ==3047== possibly lost: 1,392 bytes in 4 blocks ==3047== still reachable: 175,261 bytes in 1,001 blocks ==3047== of which reachable via heuristic: ==3047== length64 : 1,032 bytes in 18 blocks ==3047== newarray : 5,976 bytes in 28 blocks ==3047== suppressed: 271,867 bytes in 4,285 blocks ==3047== Reachable blocks (those to which a pointer was found) are not shown. ==3047== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3047== ==3047== For counts of detected and suppressed errors, rerun with: -v ==3047== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==3051== Memcheck, a memory error detector ==3051== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3051== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3051== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip9 ==3051== Parent PID: 3047 ==3051== ==3059== Memcheck, a memory error detector ==3059== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3059== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3059== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip10 ==3059== Parent PID: 112 ==3059== ==3059== ==3059== HEAP SUMMARY: ==3059== in use at exit: 460,008 bytes in 5,372 blocks ==3059== total heap usage: 171,487 allocs, 166,056 frees, 26,935,813 bytes allocated ==3059== ==3059== LEAK SUMMARY: ==3059== definitely lost: 0 bytes in 0 blocks ==3059== indirectly lost: 0 bytes in 0 blocks ==3059== possibly lost: 1,392 bytes in 4 blocks ==3059== still reachable: 175,261 bytes in 1,001 blocks ==3059== of which reachable via heuristic: ==3059== length64 : 1,032 bytes in 18 blocks ==3059== newarray : 5,976 bytes in 28 blocks ==3059== suppressed: 271,835 bytes in 4,283 blocks ==3059== Reachable blocks (those to which a pointer was found) are not shown. ==3059== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3059== ==3059== For counts of detected and suppressed errors, rerun with: -v ==3059== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==3063== Memcheck, a memory error detector ==3063== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3063== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3063== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip10 ==3063== Parent PID: 3059 ==3063== ==307== Memcheck, a memory error detector ==307== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==307== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==307== Command: ./client-test Client::Source::apple_caldav::LinkedItemsDefault::testLinkedItemsRemoveNormal ==307== Parent PID: 112 ==307== ==307== ==307== HEAP SUMMARY: ==307== in use at exit: 474,878 bytes in 5,430 blocks ==307== total heap usage: 246,636 allocs, 241,140 frees, 34,758,275 bytes allocated ==307== ==307== LEAK SUMMARY: ==307== definitely lost: 0 bytes in 0 blocks ==307== indirectly lost: 0 bytes in 0 blocks ==307== possibly lost: 1,392 bytes in 4 blocks ==307== still reachable: 190,108 bytes in 1,059 blocks ==307== of which reachable via heuristic: ==307== length64 : 1,032 bytes in 18 blocks ==307== newarray : 5,976 bytes in 28 blocks ==307== suppressed: 271,858 bytes in 4,283 blocks ==307== Reachable blocks (those to which a pointer was found) are not shown. ==307== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==307== ==307== For counts of detected and suppressed errors, rerun with: -v ==307== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==3071== Memcheck, a memory error detector ==3071== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3071== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3071== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip11 ==3071== Parent PID: 112 ==3071== ==3071== ==3071== HEAP SUMMARY: ==3071== in use at exit: 460,064 bytes in 5,374 blocks ==3071== total heap usage: 171,490 allocs, 166,057 frees, 26,935,941 bytes allocated ==3071== ==3071== LEAK SUMMARY: ==3071== definitely lost: 0 bytes in 0 blocks ==3071== indirectly lost: 0 bytes in 0 blocks ==3071== possibly lost: 1,392 bytes in 4 blocks ==3071== still reachable: 175,261 bytes in 1,001 blocks ==3071== of which reachable via heuristic: ==3071== length64 : 1,032 bytes in 18 blocks ==3071== newarray : 5,976 bytes in 28 blocks ==3071== suppressed: 271,891 bytes in 4,285 blocks ==3071== Reachable blocks (those to which a pointer was found) are not shown. ==3071== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3071== ==3071== For counts of detected and suppressed errors, rerun with: -v ==3071== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==3075== Memcheck, a memory error detector ==3075== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3075== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3075== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip11 ==3075== Parent PID: 3071 ==3075== ==3083== Memcheck, a memory error detector ==3083== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3083== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3083== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip12 ==3083== Parent PID: 112 ==3083== ==3083== ==3083== HEAP SUMMARY: ==3083== in use at exit: 460,040 bytes in 5,374 blocks ==3083== total heap usage: 171,503 allocs, 166,070 frees, 26,936,456 bytes allocated ==3083== ==3083== LEAK SUMMARY: ==3083== definitely lost: 0 bytes in 0 blocks ==3083== indirectly lost: 0 bytes in 0 blocks ==3083== possibly lost: 1,392 bytes in 4 blocks ==3083== still reachable: 175,261 bytes in 1,001 blocks ==3083== of which reachable via heuristic: ==3083== length64 : 1,032 bytes in 18 blocks ==3083== newarray : 5,976 bytes in 28 blocks ==3083== suppressed: 271,867 bytes in 4,285 blocks ==3083== Reachable blocks (those to which a pointer was found) are not shown. ==3083== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3083== ==3083== For counts of detected and suppressed errors, rerun with: -v ==3083== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==3087== Memcheck, a memory error detector ==3087== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3087== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3087== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip12 ==3087== Parent PID: 3083 ==3087== ==3095== Memcheck, a memory error detector ==3095== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3095== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3095== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip13 ==3095== Parent PID: 112 ==3095== ==3095== ==3095== HEAP SUMMARY: ==3095== in use at exit: 460,056 bytes in 5,374 blocks ==3095== total heap usage: 171,504 allocs, 166,071 frees, 26,936,544 bytes allocated ==3095== ==3095== LEAK SUMMARY: ==3095== definitely lost: 0 bytes in 0 blocks ==3095== indirectly lost: 0 bytes in 0 blocks ==3095== possibly lost: 1,392 bytes in 4 blocks ==3095== still reachable: 175,261 bytes in 1,001 blocks ==3095== of which reachable via heuristic: ==3095== length64 : 1,032 bytes in 18 blocks ==3095== newarray : 5,976 bytes in 28 blocks ==3095== suppressed: 271,883 bytes in 4,285 blocks ==3095== Reachable blocks (those to which a pointer was found) are not shown. ==3095== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3095== ==3095== For counts of detected and suppressed errors, rerun with: -v ==3095== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==3099== Memcheck, a memory error detector ==3099== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3099== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3099== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip13 ==3099== Parent PID: 3095 ==3099== ==3107== Memcheck, a memory error detector ==3107== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3107== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3107== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip14 ==3107== Parent PID: 112 ==3107== ==3107== ==3107== HEAP SUMMARY: ==3107== in use at exit: 460,064 bytes in 5,374 blocks ==3107== total heap usage: 171,508 allocs, 166,075 frees, 26,936,784 bytes allocated ==3107== ==3107== LEAK SUMMARY: ==3107== definitely lost: 0 bytes in 0 blocks ==3107== indirectly lost: 0 bytes in 0 blocks ==3107== possibly lost: 1,392 bytes in 4 blocks ==3107== still reachable: 175,261 bytes in 1,001 blocks ==3107== of which reachable via heuristic: ==3107== length64 : 1,032 bytes in 18 blocks ==3107== newarray : 5,976 bytes in 28 blocks ==3107== suppressed: 271,891 bytes in 4,285 blocks ==3107== Reachable blocks (those to which a pointer was found) are not shown. ==3107== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3107== ==3107== For counts of detected and suppressed errors, rerun with: -v ==3107== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==311== Memcheck, a memory error detector ==311== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==311== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==311== Command: ./client-test Client::Source::apple_caldav::LinkedItemsDefault::testLinkedItemsRemoveNormal ==311== Parent PID: 307 ==311== ==3111== Memcheck, a memory error detector ==3111== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3111== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3111== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip14 ==3111== Parent PID: 3107 ==3111== ==3119== Memcheck, a memory error detector ==3119== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3119== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3119== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip15 ==3119== Parent PID: 112 ==3119== ==3119== ==3119== HEAP SUMMARY: ==3119== in use at exit: 460,048 bytes in 5,374 blocks ==3119== total heap usage: 171,512 allocs, 166,079 frees, 26,936,976 bytes allocated ==3119== ==3119== LEAK SUMMARY: ==3119== definitely lost: 0 bytes in 0 blocks ==3119== indirectly lost: 0 bytes in 0 blocks ==3119== possibly lost: 1,392 bytes in 4 blocks ==3119== still reachable: 175,261 bytes in 1,001 blocks ==3119== of which reachable via heuristic: ==3119== length64 : 1,032 bytes in 18 blocks ==3119== newarray : 5,976 bytes in 28 blocks ==3119== suppressed: 271,875 bytes in 4,285 blocks ==3119== Reachable blocks (those to which a pointer was found) are not shown. ==3119== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3119== ==3119== For counts of detected and suppressed errors, rerun with: -v ==3119== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==3123== Memcheck, a memory error detector ==3123== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3123== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3123== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip15 ==3123== Parent PID: 3119 ==3123== ==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: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip16 ==3131== Parent PID: 112 ==3131== ==3131== ==3131== HEAP SUMMARY: ==3131== in use at exit: 460,040 bytes in 5,374 blocks ==3131== total heap usage: 171,509 allocs, 166,076 frees, 26,936,824 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: 1,392 bytes in 4 blocks ==3131== still reachable: 175,261 bytes in 1,001 blocks ==3131== of which reachable via heuristic: ==3131== length64 : 1,032 bytes in 18 blocks ==3131== newarray : 5,976 bytes in 28 blocks ==3131== suppressed: 271,867 bytes in 4,285 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: 4 errors from 4 contexts (suppressed: 67 from 67) ==3135== Memcheck, a memory error detector ==3135== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3135== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3135== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip16 ==3135== Parent PID: 3131 ==3135== ==3143== Memcheck, a memory error detector ==3143== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3143== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3143== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip17 ==3143== Parent PID: 112 ==3143== ==3143== ==3143== HEAP SUMMARY: ==3143== in use at exit: 460,048 bytes in 5,374 blocks ==3143== total heap usage: 171,526 allocs, 166,093 frees, 26,937,571 bytes allocated ==3143== ==3143== LEAK SUMMARY: ==3143== definitely lost: 0 bytes in 0 blocks ==3143== indirectly lost: 0 bytes in 0 blocks ==3143== possibly lost: 1,392 bytes in 4 blocks ==3143== still reachable: 175,261 bytes in 1,001 blocks ==3143== of which reachable via heuristic: ==3143== length64 : 1,032 bytes in 18 blocks ==3143== newarray : 5,976 bytes in 28 blocks ==3143== suppressed: 271,875 bytes in 4,285 blocks ==3143== Reachable blocks (those to which a pointer was found) are not shown. ==3143== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3143== ==3143== For counts of detected and suppressed errors, rerun with: -v ==3143== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==3147== Memcheck, a memory error detector ==3147== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3147== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3147== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip17 ==3147== Parent PID: 3143 ==3147== ==3155== Memcheck, a memory error detector ==3155== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3155== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3155== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip18 ==3155== Parent PID: 112 ==3155== ==3155== ==3155== HEAP SUMMARY: ==3155== in use at exit: 460,064 bytes in 5,374 blocks ==3155== total heap usage: 171,509 allocs, 166,076 frees, 26,936,920 bytes allocated ==3155== ==3155== LEAK SUMMARY: ==3155== definitely lost: 0 bytes in 0 blocks ==3155== indirectly lost: 0 bytes in 0 blocks ==3155== possibly lost: 1,392 bytes in 4 blocks ==3155== still reachable: 175,261 bytes in 1,001 blocks ==3155== of which reachable via heuristic: ==3155== length64 : 1,032 bytes in 18 blocks ==3155== newarray : 5,976 bytes in 28 blocks ==3155== suppressed: 271,891 bytes in 4,285 blocks ==3155== Reachable blocks (those to which a pointer was found) are not shown. ==3155== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3155== ==3155== For counts of detected and suppressed errors, rerun with: -v ==3155== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==3159== Memcheck, a memory error detector ==3159== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3159== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3159== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip18 ==3159== Parent PID: 3155 ==3159== ==3167== Memcheck, a memory error detector ==3167== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3167== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3167== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip19 ==3167== Parent PID: 112 ==3167== ==3167== ==3167== HEAP SUMMARY: ==3167== in use at exit: 460,056 bytes in 5,374 blocks ==3167== total heap usage: 171,516 allocs, 166,083 frees, 26,937,272 bytes allocated ==3167== ==3167== LEAK SUMMARY: ==3167== definitely lost: 0 bytes in 0 blocks ==3167== indirectly lost: 0 bytes in 0 blocks ==3167== possibly lost: 1,392 bytes in 4 blocks ==3167== still reachable: 175,261 bytes in 1,001 blocks ==3167== of which reachable via heuristic: ==3167== length64 : 1,032 bytes in 18 blocks ==3167== newarray : 5,976 bytes in 28 blocks ==3167== suppressed: 271,883 bytes in 4,285 blocks ==3167== Reachable blocks (those to which a pointer was found) are not shown. ==3167== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3167== ==3167== For counts of detected and suppressed errors, rerun with: -v ==3167== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==3171== Memcheck, a memory error detector ==3171== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3171== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3171== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip19 ==3171== Parent PID: 3167 ==3171== ==3179== Memcheck, a memory error detector ==3179== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3179== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3179== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip20 ==3179== Parent PID: 112 ==3179== ==3179== ==3179== HEAP SUMMARY: ==3179== in use at exit: 460,048 bytes in 5,374 blocks ==3179== total heap usage: 171,527 allocs, 166,094 frees, 26,937,699 bytes allocated ==3179== ==3179== LEAK SUMMARY: ==3179== definitely lost: 0 bytes in 0 blocks ==3179== indirectly lost: 0 bytes in 0 blocks ==3179== possibly lost: 1,392 bytes in 4 blocks ==3179== still reachable: 175,261 bytes in 1,001 blocks ==3179== of which reachable via heuristic: ==3179== length64 : 1,032 bytes in 18 blocks ==3179== newarray : 5,976 bytes in 28 blocks ==3179== suppressed: 271,875 bytes in 4,285 blocks ==3179== Reachable blocks (those to which a pointer was found) are not shown. ==3179== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3179== ==3179== For counts of detected and suppressed errors, rerun with: -v ==3179== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==3183== Memcheck, a memory error detector ==3183== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3183== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3183== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip20 ==3183== Parent PID: 3179 ==3183== ==319== Memcheck, a memory error detector ==319== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==319== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==319== Command: ./client-test Client::Source::apple_caldav::LinkedItemsDefault::testLinkedItemsRemoveNormal ==319== Parent PID: 307 ==319== ==3191== Memcheck, a memory error detector ==3191== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3191== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3191== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip21 ==3191== Parent PID: 112 ==3191== ==3191== ==3191== HEAP SUMMARY: ==3191== in use at exit: 460,064 bytes in 5,374 blocks ==3191== total heap usage: 171,500 allocs, 166,067 frees, 26,936,669 bytes allocated ==3191== ==3191== LEAK SUMMARY: ==3191== definitely lost: 0 bytes in 0 blocks ==3191== indirectly lost: 0 bytes in 0 blocks ==3191== possibly lost: 1,392 bytes in 4 blocks ==3191== still reachable: 175,261 bytes in 1,001 blocks ==3191== of which reachable via heuristic: ==3191== length64 : 1,032 bytes in 18 blocks ==3191== newarray : 5,976 bytes in 28 blocks ==3191== suppressed: 271,891 bytes in 4,285 blocks ==3191== Reachable blocks (those to which a pointer was found) are not shown. ==3191== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3191== ==3191== For counts of detected and suppressed errors, rerun with: -v ==3191== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==3195== Memcheck, a memory error detector ==3195== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3195== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3195== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip21 ==3195== Parent PID: 3191 ==3195== ==3203== Memcheck, a memory error detector ==3203== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3203== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3203== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip22 ==3203== Parent PID: 112 ==3203== ==3203== ==3203== HEAP SUMMARY: ==3203== in use at exit: 460,064 bytes in 5,374 blocks ==3203== total heap usage: 171,529 allocs, 166,096 frees, 26,937,867 bytes allocated ==3203== ==3203== LEAK SUMMARY: ==3203== definitely lost: 0 bytes in 0 blocks ==3203== indirectly lost: 0 bytes in 0 blocks ==3203== possibly lost: 1,392 bytes in 4 blocks ==3203== still reachable: 175,261 bytes in 1,001 blocks ==3203== of which reachable via heuristic: ==3203== length64 : 1,032 bytes in 18 blocks ==3203== newarray : 5,976 bytes in 28 blocks ==3203== suppressed: 271,891 bytes in 4,285 blocks ==3203== Reachable blocks (those to which a pointer was found) are not shown. ==3203== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3203== ==3203== For counts of detected and suppressed errors, rerun with: -v ==3203== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==3207== Memcheck, a memory error detector ==3207== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3207== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3207== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip22 ==3207== Parent PID: 3203 ==3207== ==3215== Memcheck, a memory error detector ==3215== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3215== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3215== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip23 ==3215== Parent PID: 112 ==3215== ==3215== ==3215== HEAP SUMMARY: ==3215== in use at exit: 460,056 bytes in 5,374 blocks ==3215== total heap usage: 171,514 allocs, 166,081 frees, 26,937,264 bytes allocated ==3215== ==3215== LEAK SUMMARY: ==3215== definitely lost: 0 bytes in 0 blocks ==3215== indirectly lost: 0 bytes in 0 blocks ==3215== possibly lost: 1,392 bytes in 4 blocks ==3215== still reachable: 175,261 bytes in 1,001 blocks ==3215== of which reachable via heuristic: ==3215== length64 : 1,032 bytes in 18 blocks ==3215== newarray : 5,976 bytes in 28 blocks ==3215== suppressed: 271,883 bytes in 4,285 blocks ==3215== Reachable blocks (those to which a pointer was found) are not shown. ==3215== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3215== ==3215== For counts of detected and suppressed errors, rerun with: -v ==3215== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==3219== Memcheck, a memory error detector ==3219== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3219== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3219== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip23 ==3219== Parent PID: 3215 ==3219== ==3227== Memcheck, a memory error detector ==3227== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3227== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3227== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip24 ==3227== Parent PID: 112 ==3227== ==3227== ==3227== HEAP SUMMARY: ==3227== in use at exit: 460,064 bytes in 5,374 blocks ==3227== total heap usage: 171,515 allocs, 166,082 frees, 26,937,344 bytes allocated ==3227== ==3227== LEAK SUMMARY: ==3227== definitely lost: 0 bytes in 0 blocks ==3227== indirectly lost: 0 bytes in 0 blocks ==3227== possibly lost: 1,392 bytes in 4 blocks ==3227== still reachable: 175,261 bytes in 1,001 blocks ==3227== of which reachable via heuristic: ==3227== length64 : 1,032 bytes in 18 blocks ==3227== newarray : 5,976 bytes in 28 blocks ==3227== suppressed: 271,891 bytes in 4,285 blocks ==3227== Reachable blocks (those to which a pointer was found) are not shown. ==3227== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3227== ==3227== For counts of detected and suppressed errors, rerun with: -v ==3227== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==3231== Memcheck, a memory error detector ==3231== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3231== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3231== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip24 ==3231== Parent PID: 3227 ==3231== ==3239== Memcheck, a memory error detector ==3239== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3239== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3239== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip25 ==3239== Parent PID: 112 ==3239== ==3239== ==3239== HEAP SUMMARY: ==3239== in use at exit: 459,992 bytes in 5,372 blocks ==3239== total heap usage: 171,516 allocs, 166,085 frees, 26,937,424 bytes allocated ==3239== ==3239== LEAK SUMMARY: ==3239== definitely lost: 0 bytes in 0 blocks ==3239== indirectly lost: 0 bytes in 0 blocks ==3239== possibly lost: 1,392 bytes in 4 blocks ==3239== still reachable: 175,261 bytes in 1,001 blocks ==3239== of which reachable via heuristic: ==3239== length64 : 1,032 bytes in 18 blocks ==3239== newarray : 5,976 bytes in 28 blocks ==3239== suppressed: 271,819 bytes in 4,283 blocks ==3239== Reachable blocks (those to which a pointer was found) are not shown. ==3239== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3239== ==3239== For counts of detected and suppressed errors, rerun with: -v ==3239== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==3243== Memcheck, a memory error detector ==3243== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3243== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3243== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip25 ==3243== Parent PID: 3239 ==3243== ==3251== Memcheck, a memory error detector ==3251== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3251== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3251== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip26 ==3251== Parent PID: 112 ==3251== ==3251== ==3251== HEAP SUMMARY: ==3251== in use at exit: 460,072 bytes in 5,374 blocks ==3251== total heap usage: 171,533 allocs, 166,100 frees, 26,938,163 bytes allocated ==3251== ==3251== LEAK SUMMARY: ==3251== definitely lost: 0 bytes in 0 blocks ==3251== indirectly lost: 0 bytes in 0 blocks ==3251== possibly lost: 1,392 bytes in 4 blocks ==3251== still reachable: 175,261 bytes in 1,001 blocks ==3251== of which reachable via heuristic: ==3251== length64 : 1,032 bytes in 18 blocks ==3251== newarray : 5,976 bytes in 28 blocks ==3251== suppressed: 271,899 bytes in 4,285 blocks ==3251== Reachable blocks (those to which a pointer was found) are not shown. ==3251== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3251== ==3251== For counts of detected and suppressed errors, rerun with: -v ==3251== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==3255== Memcheck, a memory error detector ==3255== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3255== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3255== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip26 ==3255== Parent PID: 3251 ==3255== ==3263== Memcheck, a memory error detector ==3263== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3263== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3263== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip27 ==3263== Parent PID: 112 ==3263== ==3263== ==3263== HEAP SUMMARY: ==3263== in use at exit: 460,056 bytes in 5,374 blocks ==3263== total heap usage: 171,524 allocs, 166,091 frees, 26,937,848 bytes allocated ==3263== ==3263== LEAK SUMMARY: ==3263== definitely lost: 0 bytes in 0 blocks ==3263== indirectly lost: 0 bytes in 0 blocks ==3263== possibly lost: 1,392 bytes in 4 blocks ==3263== still reachable: 175,261 bytes in 1,001 blocks ==3263== of which reachable via heuristic: ==3263== length64 : 1,032 bytes in 18 blocks ==3263== newarray : 5,976 bytes in 28 blocks ==3263== suppressed: 271,883 bytes in 4,285 blocks ==3263== Reachable blocks (those to which a pointer was found) are not shown. ==3263== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3263== ==3263== For counts of detected and suppressed errors, rerun with: -v ==3263== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==3267== Memcheck, a memory error detector ==3267== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3267== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3267== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip27 ==3267== Parent PID: 3263 ==3267== ==327== Memcheck, a memory error detector ==327== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==327== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==327== Command: ./client-test Client::Source::apple_caldav::LinkedItemsDefault::testLinkedItemsInsertParentTwice ==327== Parent PID: 112 ==327== ==327== ==327== HEAP SUMMARY: ==327== in use at exit: 465,678 bytes in 5,396 blocks ==327== total heap usage: 225,905 allocs, 220,445 frees, 32,053,610 bytes allocated ==327== ==327== LEAK SUMMARY: ==327== definitely lost: 0 bytes in 0 blocks ==327== indirectly lost: 0 bytes in 0 blocks ==327== possibly lost: 1,392 bytes in 4 blocks ==327== still reachable: 180,892 bytes in 1,023 blocks ==327== of which reachable via heuristic: ==327== length64 : 1,032 bytes in 18 blocks ==327== newarray : 5,976 bytes in 28 blocks ==327== suppressed: 271,874 bytes in 4,285 blocks ==327== Reachable blocks (those to which a pointer was found) are not shown. ==327== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==327== ==327== For counts of detected and suppressed errors, rerun with: -v ==327== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==3275== Memcheck, a memory error detector ==3275== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3275== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3275== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip28 ==3275== Parent PID: 112 ==3275== ==3275== ==3275== HEAP SUMMARY: ==3275== in use at exit: 460,056 bytes in 5,374 blocks ==3275== total heap usage: 171,519 allocs, 166,086 frees, 26,937,624 bytes allocated ==3275== ==3275== LEAK SUMMARY: ==3275== definitely lost: 0 bytes in 0 blocks ==3275== indirectly lost: 0 bytes in 0 blocks ==3275== possibly lost: 1,392 bytes in 4 blocks ==3275== still reachable: 175,261 bytes in 1,001 blocks ==3275== of which reachable via heuristic: ==3275== length64 : 1,032 bytes in 18 blocks ==3275== newarray : 5,976 bytes in 28 blocks ==3275== suppressed: 271,883 bytes in 4,285 blocks ==3275== Reachable blocks (those to which a pointer was found) are not shown. ==3275== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3275== ==3275== For counts of detected and suppressed errors, rerun with: -v ==3275== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==3279== Memcheck, a memory error detector ==3279== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3279== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3279== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip28 ==3279== Parent PID: 3275 ==3279== ==3287== Memcheck, a memory error detector ==3287== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3287== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3287== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip29 ==3287== Parent PID: 112 ==3287== ==3287== ==3287== HEAP SUMMARY: ==3287== in use at exit: 460,040 bytes in 5,374 blocks ==3287== total heap usage: 171,526 allocs, 166,093 frees, 26,937,968 bytes allocated ==3287== ==3287== LEAK SUMMARY: ==3287== definitely lost: 0 bytes in 0 blocks ==3287== indirectly lost: 0 bytes in 0 blocks ==3287== possibly lost: 1,392 bytes in 4 blocks ==3287== still reachable: 175,261 bytes in 1,001 blocks ==3287== of which reachable via heuristic: ==3287== length64 : 1,032 bytes in 18 blocks ==3287== newarray : 5,976 bytes in 28 blocks ==3287== suppressed: 271,867 bytes in 4,285 blocks ==3287== Reachable blocks (those to which a pointer was found) are not shown. ==3287== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3287== ==3287== For counts of detected and suppressed errors, rerun with: -v ==3287== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==3291== Memcheck, a memory error detector ==3291== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3291== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3291== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip29 ==3291== Parent PID: 3287 ==3291== ==3299== Memcheck, a memory error detector ==3299== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3299== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3299== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip30 ==3299== Parent PID: 112 ==3299== ==3299== ==3299== HEAP SUMMARY: ==3299== in use at exit: 460,040 bytes in 5,374 blocks ==3299== total heap usage: 171,521 allocs, 166,088 frees, 26,937,752 bytes allocated ==3299== ==3299== LEAK SUMMARY: ==3299== definitely lost: 0 bytes in 0 blocks ==3299== indirectly lost: 0 bytes in 0 blocks ==3299== possibly lost: 1,392 bytes in 4 blocks ==3299== still reachable: 175,261 bytes in 1,001 blocks ==3299== of which reachable via heuristic: ==3299== length64 : 1,032 bytes in 18 blocks ==3299== newarray : 5,976 bytes in 28 blocks ==3299== suppressed: 271,867 bytes in 4,285 blocks ==3299== Reachable blocks (those to which a pointer was found) are not shown. ==3299== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3299== ==3299== For counts of detected and suppressed errors, rerun with: -v ==3299== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==3303== Memcheck, a memory error detector ==3303== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3303== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3303== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip30 ==3303== Parent PID: 3299 ==3303== ==331== Memcheck, a memory error detector ==331== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==331== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==331== Command: ./client-test Client::Source::apple_caldav::LinkedItemsDefault::testLinkedItemsInsertParentTwice ==331== Parent PID: 327 ==331== ==3311== Memcheck, a memory error detector ==3311== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3311== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3311== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip31 ==3311== Parent PID: 112 ==3311== ==3311== ==3311== HEAP SUMMARY: ==3311== in use at exit: 460,056 bytes in 5,374 blocks ==3311== total heap usage: 171,535 allocs, 166,102 frees, 26,938,339 bytes allocated ==3311== ==3311== LEAK SUMMARY: ==3311== definitely lost: 0 bytes in 0 blocks ==3311== indirectly lost: 0 bytes in 0 blocks ==3311== possibly lost: 1,392 bytes in 4 blocks ==3311== still reachable: 175,197 bytes in 1,000 blocks ==3311== of which reachable via heuristic: ==3311== length64 : 1,032 bytes in 18 blocks ==3311== newarray : 5,976 bytes in 28 blocks ==3311== suppressed: 271,947 bytes in 4,286 blocks ==3311== Reachable blocks (those to which a pointer was found) are not shown. ==3311== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3311== ==3311== For counts of detected and suppressed errors, rerun with: -v ==3311== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==3315== Memcheck, a memory error detector ==3315== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3315== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3315== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip31 ==3315== Parent PID: 3311 ==3315== ==3323== Memcheck, a memory error detector ==3323== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3323== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3323== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip32 ==3323== Parent PID: 112 ==3323== ==3323== ==3323== HEAP SUMMARY: ==3323== in use at exit: 460,048 bytes in 5,374 blocks ==3323== total heap usage: 171,511 allocs, 166,078 frees, 26,937,453 bytes allocated ==3323== ==3323== LEAK SUMMARY: ==3323== definitely lost: 0 bytes in 0 blocks ==3323== indirectly lost: 0 bytes in 0 blocks ==3323== possibly lost: 1,392 bytes in 4 blocks ==3323== still reachable: 175,261 bytes in 1,001 blocks ==3323== of which reachable via heuristic: ==3323== length64 : 1,032 bytes in 18 blocks ==3323== newarray : 5,976 bytes in 28 blocks ==3323== suppressed: 271,875 bytes in 4,285 blocks ==3323== Reachable blocks (those to which a pointer was found) are not shown. ==3323== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3323== ==3323== For counts of detected and suppressed errors, rerun with: -v ==3323== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==3327== Memcheck, a memory error detector ==3327== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3327== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3327== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip32 ==3327== Parent PID: 3323 ==3327== ==3335== Memcheck, a memory error detector ==3335== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3335== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3335== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip33 ==3335== Parent PID: 112 ==3335== ==3335== ==3335== HEAP SUMMARY: ==3335== in use at exit: 460,048 bytes in 5,374 blocks ==3335== total heap usage: 171,512 allocs, 166,079 frees, 26,937,509 bytes allocated ==3335== ==3335== LEAK SUMMARY: ==3335== definitely lost: 0 bytes in 0 blocks ==3335== indirectly lost: 0 bytes in 0 blocks ==3335== possibly lost: 1,392 bytes in 4 blocks ==3335== still reachable: 175,261 bytes in 1,001 blocks ==3335== of which reachable via heuristic: ==3335== length64 : 1,032 bytes in 18 blocks ==3335== newarray : 5,976 bytes in 28 blocks ==3335== suppressed: 271,875 bytes in 4,285 blocks ==3335== Reachable blocks (those to which a pointer was found) are not shown. ==3335== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3335== ==3335== For counts of detected and suppressed errors, rerun with: -v ==3335== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==3339== Memcheck, a memory error detector ==3339== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3339== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3339== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip33 ==3339== Parent PID: 3335 ==3339== ==3347== Memcheck, a memory error detector ==3347== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3347== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3347== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip34 ==3347== Parent PID: 112 ==3347== ==3347== ==3347== HEAP SUMMARY: ==3347== in use at exit: 460,064 bytes in 5,374 blocks ==3347== total heap usage: 171,528 allocs, 166,095 frees, 26,938,224 bytes allocated ==3347== ==3347== LEAK SUMMARY: ==3347== definitely lost: 0 bytes in 0 blocks ==3347== indirectly lost: 0 bytes in 0 blocks ==3347== possibly lost: 1,392 bytes in 4 blocks ==3347== still reachable: 175,261 bytes in 1,001 blocks ==3347== of which reachable via heuristic: ==3347== length64 : 1,032 bytes in 18 blocks ==3347== newarray : 5,976 bytes in 28 blocks ==3347== suppressed: 271,891 bytes in 4,285 blocks ==3347== Reachable blocks (those to which a pointer was found) are not shown. ==3347== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3347== ==3347== For counts of detected and suppressed errors, rerun with: -v ==3347== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==3351== Memcheck, a memory error detector ==3351== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3351== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3351== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip34 ==3351== Parent PID: 3347 ==3351== ==3359== Memcheck, a memory error detector ==3359== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3359== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3359== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip35 ==3359== Parent PID: 112 ==3359== ==3359== ==3359== HEAP SUMMARY: ==3359== in use at exit: 459,992 bytes in 5,372 blocks ==3359== total heap usage: 171,530 allocs, 166,099 frees, 26,938,360 bytes allocated ==3359== ==3359== LEAK SUMMARY: ==3359== definitely lost: 0 bytes in 0 blocks ==3359== indirectly lost: 0 bytes in 0 blocks ==3359== possibly lost: 1,392 bytes in 4 blocks ==3359== still reachable: 175,261 bytes in 1,001 blocks ==3359== of which reachable via heuristic: ==3359== length64 : 1,032 bytes in 18 blocks ==3359== newarray : 5,976 bytes in 28 blocks ==3359== suppressed: 271,819 bytes in 4,283 blocks ==3359== Reachable blocks (those to which a pointer was found) are not shown. ==3359== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3359== ==3359== For counts of detected and suppressed errors, rerun with: -v ==3359== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==3363== Memcheck, a memory error detector ==3363== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3363== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3363== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip35 ==3363== Parent PID: 3359 ==3363== ==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::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip36 ==3371== Parent PID: 112 ==3371== ==3371== ==3371== HEAP SUMMARY: ==3371== in use at exit: 460,032 bytes in 5,374 blocks ==3371== total heap usage: 171,527 allocs, 166,094 frees, 26,938,176 bytes allocated ==3371== ==3371== LEAK SUMMARY: ==3371== definitely lost: 0 bytes in 0 blocks ==3371== indirectly lost: 0 bytes in 0 blocks ==3371== possibly lost: 1,392 bytes in 4 blocks ==3371== still reachable: 175,261 bytes in 1,001 blocks ==3371== of which reachable via heuristic: ==3371== length64 : 1,032 bytes in 18 blocks ==3371== newarray : 5,976 bytes in 28 blocks ==3371== suppressed: 271,859 bytes in 4,285 blocks ==3371== Reachable blocks (those to which a pointer was found) are not shown. ==3371== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3371== ==3371== For counts of detected and suppressed errors, rerun with: -v ==3371== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==3375== Memcheck, a memory error detector ==3375== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3375== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3375== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip36 ==3375== Parent PID: 3371 ==3375== ==3383== Memcheck, a memory error detector ==3383== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3383== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3383== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip37 ==3383== Parent PID: 112 ==3383== ==3383== ==3383== HEAP SUMMARY: ==3383== in use at exit: 460,056 bytes in 5,374 blocks ==3383== total heap usage: 171,530 allocs, 166,097 frees, 26,938,360 bytes allocated ==3383== ==3383== LEAK SUMMARY: ==3383== definitely lost: 0 bytes in 0 blocks ==3383== indirectly lost: 0 bytes in 0 blocks ==3383== possibly lost: 1,392 bytes in 4 blocks ==3383== still reachable: 175,261 bytes in 1,001 blocks ==3383== of which reachable via heuristic: ==3383== length64 : 1,032 bytes in 18 blocks ==3383== newarray : 5,976 bytes in 28 blocks ==3383== suppressed: 271,883 bytes in 4,285 blocks ==3383== Reachable blocks (those to which a pointer was found) are not shown. ==3383== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3383== ==3383== For counts of detected and suppressed errors, rerun with: -v ==3383== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==3387== Memcheck, a memory error detector ==3387== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3387== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3387== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip37 ==3387== Parent PID: 3383 ==3387== ==339== Memcheck, a memory error detector ==339== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==339== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==339== Command: ./client-test Client::Source::apple_caldav::LinkedItemsDefault::testLinkedItemsInsertParentTwice ==339== Parent PID: 327 ==339== ==3395== Memcheck, a memory error detector ==3395== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3395== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3395== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip38 ==3395== Parent PID: 112 ==3395== ==3395== ==3395== HEAP SUMMARY: ==3395== in use at exit: 460,072 bytes in 5,374 blocks ==3395== total heap usage: 171,545 allocs, 166,112 frees, 26,939,019 bytes allocated ==3395== ==3395== LEAK SUMMARY: ==3395== definitely lost: 0 bytes in 0 blocks ==3395== indirectly lost: 0 bytes in 0 blocks ==3395== possibly lost: 1,392 bytes in 4 blocks ==3395== still reachable: 175,261 bytes in 1,001 blocks ==3395== of which reachable via heuristic: ==3395== length64 : 1,032 bytes in 18 blocks ==3395== newarray : 5,976 bytes in 28 blocks ==3395== suppressed: 271,899 bytes in 4,285 blocks ==3395== Reachable blocks (those to which a pointer was found) are not shown. ==3395== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3395== ==3395== For counts of detected and suppressed errors, rerun with: -v ==3395== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==3399== Memcheck, a memory error detector ==3399== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3399== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3399== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip38 ==3399== Parent PID: 3395 ==3399== ==3407== Memcheck, a memory error detector ==3407== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3407== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3407== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip39 ==3407== Parent PID: 112 ==3407== ==3407== ==3407== HEAP SUMMARY: ==3407== in use at exit: 460,064 bytes in 5,374 blocks ==3407== total heap usage: 171,530 allocs, 166,097 frees, 26,938,424 bytes allocated ==3407== ==3407== LEAK SUMMARY: ==3407== definitely lost: 0 bytes in 0 blocks ==3407== indirectly lost: 0 bytes in 0 blocks ==3407== possibly lost: 1,392 bytes in 4 blocks ==3407== still reachable: 175,261 bytes in 1,001 blocks ==3407== of which reachable via heuristic: ==3407== length64 : 1,032 bytes in 18 blocks ==3407== newarray : 5,976 bytes in 28 blocks ==3407== suppressed: 271,891 bytes in 4,285 blocks ==3407== Reachable blocks (those to which a pointer was found) are not shown. ==3407== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3407== ==3407== For counts of detected and suppressed errors, rerun with: -v ==3407== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==3411== Memcheck, a memory error detector ==3411== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3411== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3411== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip39 ==3411== Parent PID: 3407 ==3411== ==3419== Memcheck, a memory error detector ==3419== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3419== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3419== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip40 ==3419== Parent PID: 112 ==3419== ==3419== ==3419== HEAP SUMMARY: ==3419== in use at exit: 460,056 bytes in 5,374 blocks ==3419== total heap usage: 171,531 allocs, 166,098 frees, 26,938,488 bytes allocated ==3419== ==3419== LEAK SUMMARY: ==3419== definitely lost: 0 bytes in 0 blocks ==3419== indirectly lost: 0 bytes in 0 blocks ==3419== possibly lost: 1,392 bytes in 4 blocks ==3419== still reachable: 175,261 bytes in 1,001 blocks ==3419== of which reachable via heuristic: ==3419== length64 : 1,032 bytes in 18 blocks ==3419== newarray : 5,976 bytes in 28 blocks ==3419== suppressed: 271,883 bytes in 4,285 blocks ==3419== Reachable blocks (those to which a pointer was found) are not shown. ==3419== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3419== ==3419== For counts of detected and suppressed errors, rerun with: -v ==3419== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==3423== Memcheck, a memory error detector ==3423== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3423== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3423== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip40 ==3423== Parent PID: 3419 ==3423== ==3431== Memcheck, a memory error detector ==3431== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3431== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3431== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip41 ==3431== Parent PID: 112 ==3431== ==3431== ==3431== HEAP SUMMARY: ==3431== in use at exit: 460,056 bytes in 5,374 blocks ==3431== total heap usage: 171,538 allocs, 166,105 frees, 26,938,864 bytes allocated ==3431== ==3431== LEAK SUMMARY: ==3431== definitely lost: 0 bytes in 0 blocks ==3431== indirectly lost: 0 bytes in 0 blocks ==3431== possibly lost: 1,392 bytes in 4 blocks ==3431== still reachable: 175,261 bytes in 1,001 blocks ==3431== of which reachable via heuristic: ==3431== length64 : 1,032 bytes in 18 blocks ==3431== newarray : 5,976 bytes in 28 blocks ==3431== suppressed: 271,883 bytes in 4,285 blocks ==3431== Reachable blocks (those to which a pointer was found) are not shown. ==3431== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3431== ==3431== For counts of detected and suppressed errors, rerun with: -v ==3431== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==3435== Memcheck, a memory error detector ==3435== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3435== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3435== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip41 ==3435== Parent PID: 3431 ==3435== ==3443== Memcheck, a memory error detector ==3443== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3443== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3443== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip42 ==3443== Parent PID: 112 ==3443== ==3443== ==3443== HEAP SUMMARY: ==3443== in use at exit: 460,032 bytes in 5,374 blocks ==3443== total heap usage: 171,539 allocs, 166,106 frees, 26,938,896 bytes allocated ==3443== ==3443== LEAK SUMMARY: ==3443== definitely lost: 0 bytes in 0 blocks ==3443== indirectly lost: 0 bytes in 0 blocks ==3443== possibly lost: 1,392 bytes in 4 blocks ==3443== still reachable: 175,261 bytes in 1,001 blocks ==3443== of which reachable via heuristic: ==3443== length64 : 1,032 bytes in 18 blocks ==3443== newarray : 5,976 bytes in 28 blocks ==3443== suppressed: 271,859 bytes in 4,285 blocks ==3443== Reachable blocks (those to which a pointer was found) are not shown. ==3443== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3443== ==3443== For counts of detected and suppressed errors, rerun with: -v ==3443== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==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: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip42 ==3447== Parent PID: 3443 ==3447== ==3455== Memcheck, a memory error detector ==3455== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3455== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3455== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip43 ==3455== Parent PID: 112 ==3455== ==3455== ==3455== HEAP SUMMARY: ==3455== in use at exit: 460,064 bytes in 5,374 blocks ==3455== total heap usage: 171,550 allocs, 166,117 frees, 26,939,371 bytes allocated ==3455== ==3455== LEAK SUMMARY: ==3455== definitely lost: 0 bytes in 0 blocks ==3455== indirectly lost: 0 bytes in 0 blocks ==3455== possibly lost: 1,392 bytes in 4 blocks ==3455== still reachable: 175,261 bytes in 1,001 blocks ==3455== of which reachable via heuristic: ==3455== length64 : 1,032 bytes in 18 blocks ==3455== newarray : 5,976 bytes in 28 blocks ==3455== suppressed: 271,891 bytes in 4,285 blocks ==3455== Reachable blocks (those to which a pointer was found) are not shown. ==3455== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3455== ==3455== For counts of detected and suppressed errors, rerun with: -v ==3455== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==3459== Memcheck, a memory error detector ==3459== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3459== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3459== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip43 ==3459== Parent PID: 3455 ==3459== ==3467== Memcheck, a memory error detector ==3467== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3467== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3467== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip44 ==3467== Parent PID: 112 ==3467== ==3467== ==3467== HEAP SUMMARY: ==3467== in use at exit: 460,048 bytes in 5,374 blocks ==3467== total heap usage: 171,535 allocs, 166,102 frees, 26,938,768 bytes allocated ==3467== ==3467== LEAK SUMMARY: ==3467== definitely lost: 0 bytes in 0 blocks ==3467== indirectly lost: 0 bytes in 0 blocks ==3467== possibly lost: 1,392 bytes in 4 blocks ==3467== still reachable: 175,261 bytes in 1,001 blocks ==3467== of which reachable via heuristic: ==3467== length64 : 1,032 bytes in 18 blocks ==3467== newarray : 5,976 bytes in 28 blocks ==3467== suppressed: 271,875 bytes in 4,285 blocks ==3467== Reachable blocks (those to which a pointer was found) are not shown. ==3467== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3467== ==3467== For counts of detected and suppressed errors, rerun with: -v ==3467== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==347== Memcheck, a memory error detector ==347== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==347== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==347== Command: ./client-test Client::Source::apple_caldav::LinkedItemsDefault::testLinkedItemsInsertChildTwice ==347== Parent PID: 112 ==347== ==347== ==347== HEAP SUMMARY: ==347== in use at exit: 465,690 bytes in 5,395 blocks ==347== total heap usage: 225,951 allocs, 220,492 frees, 32,462,139 bytes allocated ==347== ==347== LEAK SUMMARY: ==347== definitely lost: 0 bytes in 0 blocks ==347== indirectly lost: 0 bytes in 0 blocks ==347== possibly lost: 1,392 bytes in 4 blocks ==347== still reachable: 180,888 bytes in 1,022 blocks ==347== of which reachable via heuristic: ==347== length64 : 1,032 bytes in 18 blocks ==347== newarray : 5,976 bytes in 28 blocks ==347== suppressed: 271,890 bytes in 4,285 blocks ==347== Reachable blocks (those to which a pointer was found) are not shown. ==347== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==347== ==347== For counts of detected and suppressed errors, rerun with: -v ==347== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==3471== Memcheck, a memory error detector ==3471== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3471== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3471== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip44 ==3471== Parent PID: 3467 ==3471== ==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: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip45 ==3479== Parent PID: 112 ==3479== ==3479== ==3479== HEAP SUMMARY: ==3479== in use at exit: 460,048 bytes in 5,374 blocks ==3479== total heap usage: 171,536 allocs, 166,103 frees, 26,938,840 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: 1,392 bytes in 4 blocks ==3479== still reachable: 175,261 bytes in 1,001 blocks ==3479== of which reachable via heuristic: ==3479== length64 : 1,032 bytes in 18 blocks ==3479== newarray : 5,976 bytes in 28 blocks ==3479== suppressed: 271,875 bytes in 4,285 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: 4 errors from 4 contexts (suppressed: 67 from 67) ==3483== Memcheck, a memory error detector ==3483== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3483== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3483== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip45 ==3483== Parent PID: 3479 ==3483== ==3491== Memcheck, a memory error detector ==3491== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3491== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3491== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip46 ==3491== Parent PID: 112 ==3491== ==3491== ==3491== HEAP SUMMARY: ==3491== in use at exit: 460,032 bytes in 5,374 blocks ==3491== total heap usage: 171,537 allocs, 166,104 frees, 26,938,896 bytes allocated ==3491== ==3491== LEAK SUMMARY: ==3491== definitely lost: 0 bytes in 0 blocks ==3491== indirectly lost: 0 bytes in 0 blocks ==3491== possibly lost: 1,392 bytes in 4 blocks ==3491== still reachable: 175,261 bytes in 1,001 blocks ==3491== of which reachable via heuristic: ==3491== length64 : 1,032 bytes in 18 blocks ==3491== newarray : 5,976 bytes in 28 blocks ==3491== suppressed: 271,859 bytes in 4,285 blocks ==3491== Reachable blocks (those to which a pointer was found) are not shown. ==3491== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3491== ==3491== For counts of detected and suppressed errors, rerun with: -v ==3491== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==3495== Memcheck, a memory error detector ==3495== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3495== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3495== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip46 ==3495== Parent PID: 3491 ==3495== ==3503== Memcheck, a memory error detector ==3503== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3503== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3503== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip47 ==3503== Parent PID: 112 ==3503== ==3503== ==3503== HEAP SUMMARY: ==3503== in use at exit: 460,040 bytes in 5,374 blocks ==3503== total heap usage: 171,538 allocs, 166,105 frees, 26,938,976 bytes allocated ==3503== ==3503== LEAK SUMMARY: ==3503== definitely lost: 0 bytes in 0 blocks ==3503== indirectly lost: 0 bytes in 0 blocks ==3503== possibly lost: 1,392 bytes in 4 blocks ==3503== still reachable: 175,261 bytes in 1,001 blocks ==3503== of which reachable via heuristic: ==3503== length64 : 1,032 bytes in 18 blocks ==3503== newarray : 5,976 bytes in 28 blocks ==3503== suppressed: 271,867 bytes in 4,285 blocks ==3503== Reachable blocks (those to which a pointer was found) are not shown. ==3503== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3503== ==3503== For counts of detected and suppressed errors, rerun with: -v ==3503== 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::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip47 ==3507== Parent PID: 3503 ==3507== ==351== Memcheck, a memory error detector ==351== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==351== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==351== Command: ./client-test Client::Source::apple_caldav::LinkedItemsDefault::testLinkedItemsInsertChildTwice ==351== Parent PID: 347 ==351== ==3515== Memcheck, a memory error detector ==3515== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3515== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3515== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip48 ==3515== Parent PID: 112 ==3515== ==3515== ==3515== HEAP SUMMARY: ==3515== in use at exit: 460,016 bytes in 5,372 blocks ==3515== total heap usage: 171,537 allocs, 166,106 frees, 26,939,024 bytes allocated ==3515== ==3515== LEAK SUMMARY: ==3515== definitely lost: 0 bytes in 0 blocks ==3515== indirectly lost: 0 bytes in 0 blocks ==3515== possibly lost: 1,392 bytes in 4 blocks ==3515== still reachable: 175,261 bytes in 1,001 blocks ==3515== of which reachable via heuristic: ==3515== length64 : 1,032 bytes in 18 blocks ==3515== newarray : 5,976 bytes in 28 blocks ==3515== suppressed: 271,843 bytes in 4,283 blocks ==3515== Reachable blocks (those to which a pointer was found) are not shown. ==3515== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3515== ==3515== For counts of detected and suppressed errors, rerun with: -v ==3515== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==3519== Memcheck, a memory error detector ==3519== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3519== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3519== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip48 ==3519== Parent PID: 3515 ==3519== ==3527== Memcheck, a memory error detector ==3527== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3527== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3527== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip49 ==3527== Parent PID: 112 ==3527== ==3527== ==3527== HEAP SUMMARY: ==3527== in use at exit: 460,064 bytes in 5,374 blocks ==3527== total heap usage: 171,564 allocs, 166,131 frees, 26,940,379 bytes allocated ==3527== ==3527== LEAK SUMMARY: ==3527== definitely lost: 0 bytes in 0 blocks ==3527== indirectly lost: 0 bytes in 0 blocks ==3527== possibly lost: 1,392 bytes in 4 blocks ==3527== still reachable: 175,261 bytes in 1,001 blocks ==3527== of which reachable via heuristic: ==3527== length64 : 1,032 bytes in 18 blocks ==3527== newarray : 5,976 bytes in 28 blocks ==3527== suppressed: 271,891 bytes in 4,285 blocks ==3527== Reachable blocks (those to which a pointer was found) are not shown. ==3527== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3527== ==3527== For counts of detected and suppressed errors, rerun with: -v ==3527== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==3531== Memcheck, a memory error detector ==3531== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3531== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3531== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip49 ==3531== Parent PID: 3527 ==3531== ==3539== Memcheck, a memory error detector ==3539== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3539== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3539== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip50 ==3539== Parent PID: 112 ==3539== ==3539== ==3539== HEAP SUMMARY: ==3539== in use at exit: 460,032 bytes in 5,374 blocks ==3539== total heap usage: 171,529 allocs, 166,096 frees, 26,938,717 bytes allocated ==3539== ==3539== LEAK SUMMARY: ==3539== definitely lost: 0 bytes in 0 blocks ==3539== indirectly lost: 0 bytes in 0 blocks ==3539== possibly lost: 1,392 bytes in 4 blocks ==3539== still reachable: 175,261 bytes in 1,001 blocks ==3539== of which reachable via heuristic: ==3539== length64 : 1,032 bytes in 18 blocks ==3539== newarray : 5,976 bytes in 28 blocks ==3539== suppressed: 271,859 bytes in 4,285 blocks ==3539== Reachable blocks (those to which a pointer was found) are not shown. ==3539== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3539== ==3539== For counts of detected and suppressed errors, rerun with: -v ==3539== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==3543== Memcheck, a memory error detector ==3543== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3543== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3543== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip50 ==3543== Parent PID: 3539 ==3543== ==3551== Memcheck, a memory error detector ==3551== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3551== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3551== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip51 ==3551== Parent PID: 112 ==3551== ==3551== ==3551== HEAP SUMMARY: ==3551== in use at exit: 460,040 bytes in 5,374 blocks ==3551== total heap usage: 171,538 allocs, 166,105 frees, 26,939,070 bytes allocated ==3551== ==3551== LEAK SUMMARY: ==3551== definitely lost: 0 bytes in 0 blocks ==3551== indirectly lost: 0 bytes in 0 blocks ==3551== possibly lost: 1,392 bytes in 4 blocks ==3551== still reachable: 175,261 bytes in 1,001 blocks ==3551== of which reachable via heuristic: ==3551== length64 : 1,032 bytes in 18 blocks ==3551== newarray : 5,976 bytes in 28 blocks ==3551== suppressed: 271,867 bytes in 4,285 blocks ==3551== Reachable blocks (those to which a pointer was found) are not shown. ==3551== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3551== ==3551== For counts of detected and suppressed errors, rerun with: -v ==3551== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==3555== Memcheck, a memory error detector ==3555== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3555== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3555== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip51 ==3555== Parent PID: 3551 ==3555== ==3563== Memcheck, a memory error detector ==3563== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3563== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3563== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip52 ==3563== Parent PID: 112 ==3563== ==3563== ==3563== HEAP SUMMARY: ==3563== in use at exit: 460,056 bytes in 5,374 blocks ==3563== total heap usage: 171,545 allocs, 166,112 frees, 26,939,432 bytes allocated ==3563== ==3563== LEAK SUMMARY: ==3563== definitely lost: 0 bytes in 0 blocks ==3563== indirectly lost: 0 bytes in 0 blocks ==3563== possibly lost: 1,392 bytes in 4 blocks ==3563== still reachable: 175,261 bytes in 1,001 blocks ==3563== of which reachable via heuristic: ==3563== length64 : 1,032 bytes in 18 blocks ==3563== newarray : 5,976 bytes in 28 blocks ==3563== suppressed: 271,883 bytes in 4,285 blocks ==3563== Reachable blocks (those to which a pointer was found) are not shown. ==3563== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3563== ==3563== For counts of detected and suppressed errors, rerun with: -v ==3563== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==3567== Memcheck, a memory error detector ==3567== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3567== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3567== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart0Skip52 ==3567== Parent PID: 3563 ==3567== ==3575== Memcheck, a memory error detector ==3575== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3575== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3575== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip0 ==3575== Parent PID: 112 ==3575== ==3575== ==3575== HEAP SUMMARY: ==3575== in use at exit: 477,976 bytes in 5,444 blocks ==3575== total heap usage: 298,443 allocs, 292,928 frees, 41,287,763 bytes allocated ==3575== ==3575== LEAK SUMMARY: ==3575== definitely lost: 0 bytes in 0 blocks ==3575== indirectly lost: 0 bytes in 0 blocks ==3575== possibly lost: 1,392 bytes in 4 blocks ==3575== still reachable: 193,181 bytes in 1,071 blocks ==3575== of which reachable via heuristic: ==3575== length64 : 1,032 bytes in 18 blocks ==3575== newarray : 5,976 bytes in 28 blocks ==3575== suppressed: 271,883 bytes in 4,285 blocks ==3575== Reachable blocks (those to which a pointer was found) are not shown. ==3575== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3575== ==3575== For counts of detected and suppressed errors, rerun with: -v ==3575== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==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: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip0 ==3579== Parent PID: 3575 ==3579== ==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: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip0 ==3587== Parent PID: 3575 ==3587== ==359== Memcheck, a memory error detector ==359== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==359== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==359== Command: ./client-test Client::Source::apple_caldav::LinkedItemsDefault::testLinkedItemsInsertChildTwice ==359== Parent PID: 347 ==359== ==3595== Memcheck, a memory error detector ==3595== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3595== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3595== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip0 ==3595== Parent PID: 3575 ==3595== ==3603== Memcheck, a memory error detector ==3603== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3603== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3603== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip0 ==3603== Parent PID: 3575 ==3603== ==3611== Memcheck, a memory error detector ==3611== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3611== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3611== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip0 ==3611== Parent PID: 3575 ==3611== ==3619== Memcheck, a memory error detector ==3619== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3619== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3619== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip1 ==3619== Parent PID: 112 ==3619== ==3619== ==3619== HEAP SUMMARY: ==3619== in use at exit: 472,580 bytes in 5,422 blocks ==3619== total heap usage: 234,946 allocs, 229,459 frees, 35,492,521 bytes allocated ==3619== ==3619== LEAK SUMMARY: ==3619== definitely lost: 0 bytes in 0 blocks ==3619== indirectly lost: 0 bytes in 0 blocks ==3619== possibly lost: 1,392 bytes in 4 blocks ==3619== still reachable: 187,801 bytes in 1,049 blocks ==3619== of which reachable via heuristic: ==3619== length64 : 1,032 bytes in 18 blocks ==3619== newarray : 5,976 bytes in 28 blocks ==3619== suppressed: 271,867 bytes in 4,285 blocks ==3619== Reachable blocks (those to which a pointer was found) are not shown. ==3619== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3619== ==3619== For counts of detected and suppressed errors, rerun with: -v ==3619== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==3623== Memcheck, a memory error detector ==3623== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3623== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3623== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip1 ==3623== Parent PID: 3619 ==3623== ==3631== Memcheck, a memory error detector ==3631== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3631== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3631== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip1 ==3631== Parent PID: 3619 ==3631== ==3639== Memcheck, a memory error detector ==3639== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3639== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3639== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip1 ==3639== Parent PID: 3619 ==3639== ==3647== Memcheck, a memory error detector ==3647== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3647== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3647== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip2 ==3647== Parent PID: 112 ==3647== ==3647== ==3647== HEAP SUMMARY: ==3647== in use at exit: 465,460 bytes in 5,394 blocks ==3647== total heap usage: 203,127 allocs, 197,671 frees, 30,430,614 bytes allocated ==3647== ==3647== LEAK SUMMARY: ==3647== definitely lost: 0 bytes in 0 blocks ==3647== indirectly lost: 0 bytes in 0 blocks ==3647== possibly lost: 1,392 bytes in 4 blocks ==3647== still reachable: 180,633 bytes in 1,021 blocks ==3647== of which reachable via heuristic: ==3647== length64 : 1,032 bytes in 18 blocks ==3647== newarray : 5,976 bytes in 28 blocks ==3647== suppressed: 271,915 bytes in 4,285 blocks ==3647== Reachable blocks (those to which a pointer was found) are not shown. ==3647== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3647== ==3647== For counts of detected and suppressed errors, rerun with: -v ==3647== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==3651== Memcheck, a memory error detector ==3651== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3651== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3651== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip2 ==3651== Parent PID: 3647 ==3651== ==3659== Memcheck, a memory error detector ==3659== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3659== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3659== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip2 ==3659== Parent PID: 3647 ==3659== ==3667== Memcheck, a memory error detector ==3667== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3667== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3667== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip3 ==3667== Parent PID: 112 ==3667== ==3667== ==3667== HEAP SUMMARY: ==3667== in use at exit: 463,660 bytes in 5,387 blocks ==3667== total heap usage: 203,034 allocs, 197,585 frees, 30,400,025 bytes allocated ==3667== ==3667== LEAK SUMMARY: ==3667== definitely lost: 0 bytes in 0 blocks ==3667== indirectly lost: 0 bytes in 0 blocks ==3667== possibly lost: 1,392 bytes in 4 blocks ==3667== still reachable: 178,841 bytes in 1,014 blocks ==3667== of which reachable via heuristic: ==3667== length64 : 1,032 bytes in 18 blocks ==3667== newarray : 5,976 bytes in 28 blocks ==3667== suppressed: 271,907 bytes in 4,285 blocks ==3667== Reachable blocks (those to which a pointer was found) are not shown. ==3667== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3667== ==3667== For counts of detected and suppressed errors, rerun with: -v ==3667== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==367== Memcheck, a memory error detector ==367== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==367== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==367== Command: ./client-test Client::Source::apple_caldav::LinkedItemsDefault::testLinkedItemsParentUpdate ==367== Parent PID: 112 ==367== ==367== ==367== HEAP SUMMARY: ==367== in use at exit: 465,662 bytes in 5,396 blocks ==367== total heap usage: 216,056 allocs, 210,597 frees, 31,330,378 bytes allocated ==367== ==367== LEAK SUMMARY: ==367== definitely lost: 0 bytes in 0 blocks ==367== indirectly lost: 0 bytes in 0 blocks ==367== possibly lost: 1,392 bytes in 4 blocks ==367== still reachable: 180,892 bytes in 1,023 blocks ==367== of which reachable via heuristic: ==367== length64 : 1,032 bytes in 18 blocks ==367== newarray : 5,976 bytes in 28 blocks ==367== suppressed: 271,858 bytes in 4,285 blocks ==367== Reachable blocks (those to which a pointer was found) are not shown. ==367== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==367== ==367== For counts of detected and suppressed errors, rerun with: -v ==367== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==3671== Memcheck, a memory error detector ==3671== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3671== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3671== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip3 ==3671== Parent PID: 3667 ==3671== ==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: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip3 ==3679== Parent PID: 3667 ==3679== ==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: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip4 ==3687== Parent PID: 112 ==3687== ==3687== ==3687== HEAP SUMMARY: ==3687== in use at exit: 461,852 bytes in 5,380 blocks ==3687== total heap usage: 171,670 allocs, 166,231 frees, 26,959,647 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: 1,392 bytes in 4 blocks ==3687== still reachable: 177,049 bytes in 1,007 blocks ==3687== of which reachable via heuristic: ==3687== length64 : 1,032 bytes in 18 blocks ==3687== newarray : 5,976 bytes in 28 blocks ==3687== suppressed: 271,891 bytes in 4,285 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: 4 errors from 4 contexts (suppressed: 67 from 67) ==3691== Memcheck, a memory error detector ==3691== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3691== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3691== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip4 ==3691== Parent PID: 3687 ==3691== ==3699== Memcheck, a memory error detector ==3699== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3699== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3699== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip5 ==3699== Parent PID: 112 ==3699== ==3699== ==3699== HEAP SUMMARY: ==3699== in use at exit: 460,036 bytes in 5,373 blocks ==3699== total heap usage: 171,569 allocs, 166,137 frees, 26,931,739 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: 1,392 bytes in 4 blocks ==3699== still reachable: 175,257 bytes in 1,000 blocks ==3699== of which reachable via heuristic: ==3699== length64 : 1,032 bytes in 18 blocks ==3699== newarray : 5,976 bytes in 28 blocks ==3699== suppressed: 271,867 bytes in 4,285 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: 4 errors from 4 contexts (suppressed: 67 from 67) ==3703== Memcheck, a memory error detector ==3703== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3703== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3703== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip5 ==3703== Parent PID: 3699 ==3703== ==371== Memcheck, a memory error detector ==371== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==371== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==371== Command: ./client-test Client::Source::apple_caldav::LinkedItemsDefault::testLinkedItemsParentUpdate ==371== Parent PID: 367 ==371== ==3711== Memcheck, a memory error detector ==3711== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3711== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3711== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip6 ==3711== Parent PID: 112 ==3711== ==3711== ==3711== HEAP SUMMARY: ==3711== in use at exit: 460,036 bytes in 5,373 blocks ==3711== total heap usage: 171,570 allocs, 166,138 frees, 26,931,811 bytes allocated ==3711== ==3711== LEAK SUMMARY: ==3711== definitely lost: 0 bytes in 0 blocks ==3711== indirectly lost: 0 bytes in 0 blocks ==3711== possibly lost: 1,392 bytes in 4 blocks ==3711== still reachable: 175,257 bytes in 1,000 blocks ==3711== of which reachable via heuristic: ==3711== length64 : 1,032 bytes in 18 blocks ==3711== newarray : 5,976 bytes in 28 blocks ==3711== suppressed: 271,867 bytes in 4,285 blocks ==3711== Reachable blocks (those to which a pointer was found) are not shown. ==3711== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3711== ==3711== For counts of detected and suppressed errors, rerun with: -v ==3711== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==3715== Memcheck, a memory error detector ==3715== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3715== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3715== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip6 ==3715== Parent PID: 3711 ==3715== ==3723== Memcheck, a memory error detector ==3723== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3723== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3723== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip7 ==3723== Parent PID: 112 ==3723== ==3723== ==3723== HEAP SUMMARY: ==3723== in use at exit: 460,052 bytes in 5,373 blocks ==3723== total heap usage: 171,559 allocs, 166,127 frees, 26,931,448 bytes allocated ==3723== ==3723== LEAK SUMMARY: ==3723== definitely lost: 0 bytes in 0 blocks ==3723== indirectly lost: 0 bytes in 0 blocks ==3723== possibly lost: 1,392 bytes in 4 blocks ==3723== still reachable: 175,257 bytes in 1,000 blocks ==3723== of which reachable via heuristic: ==3723== length64 : 1,032 bytes in 18 blocks ==3723== newarray : 5,976 bytes in 28 blocks ==3723== suppressed: 271,883 bytes in 4,285 blocks ==3723== Reachable blocks (those to which a pointer was found) are not shown. ==3723== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3723== ==3723== For counts of detected and suppressed errors, rerun with: -v ==3723== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==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::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip7 ==3727== Parent PID: 3723 ==3727== ==3735== Memcheck, a memory error detector ==3735== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3735== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3735== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip8 ==3735== Parent PID: 112 ==3735== ==3735== ==3735== HEAP SUMMARY: ==3735== in use at exit: 460,036 bytes in 5,373 blocks ==3735== total heap usage: 171,572 allocs, 166,140 frees, 26,931,955 bytes allocated ==3735== ==3735== LEAK SUMMARY: ==3735== definitely lost: 0 bytes in 0 blocks ==3735== indirectly lost: 0 bytes in 0 blocks ==3735== possibly lost: 1,392 bytes in 4 blocks ==3735== still reachable: 175,257 bytes in 1,000 blocks ==3735== of which reachable via heuristic: ==3735== length64 : 1,032 bytes in 18 blocks ==3735== newarray : 5,976 bytes in 28 blocks ==3735== suppressed: 271,867 bytes in 4,285 blocks ==3735== Reachable blocks (those to which a pointer was found) are not shown. ==3735== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3735== ==3735== For counts of detected and suppressed errors, rerun with: -v ==3735== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==3739== Memcheck, a memory error detector ==3739== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3739== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3739== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip8 ==3739== Parent PID: 3735 ==3739== ==3747== Memcheck, a memory error detector ==3747== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3747== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3747== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip9 ==3747== Parent PID: 112 ==3747== ==3747== ==3747== HEAP SUMMARY: ==3747== in use at exit: 460,044 bytes in 5,373 blocks ==3747== total heap usage: 171,579 allocs, 166,147 frees, 26,932,315 bytes allocated ==3747== ==3747== LEAK SUMMARY: ==3747== definitely lost: 0 bytes in 0 blocks ==3747== indirectly lost: 0 bytes in 0 blocks ==3747== possibly lost: 1,392 bytes in 4 blocks ==3747== still reachable: 175,257 bytes in 1,000 blocks ==3747== of which reachable via heuristic: ==3747== length64 : 1,032 bytes in 18 blocks ==3747== newarray : 5,976 bytes in 28 blocks ==3747== suppressed: 271,875 bytes in 4,285 blocks ==3747== Reachable blocks (those to which a pointer was found) are not shown. ==3747== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3747== ==3747== For counts of detected and suppressed errors, rerun with: -v ==3747== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==3751== Memcheck, a memory error detector ==3751== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3751== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3751== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip9 ==3751== Parent PID: 3747 ==3751== ==3759== Memcheck, a memory error detector ==3759== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3759== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3759== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip10 ==3759== Parent PID: 112 ==3759== ==3759== ==3759== HEAP SUMMARY: ==3759== in use at exit: 460,036 bytes in 5,373 blocks ==3759== total heap usage: 171,562 allocs, 166,130 frees, 26,931,675 bytes allocated ==3759== ==3759== LEAK SUMMARY: ==3759== definitely lost: 0 bytes in 0 blocks ==3759== indirectly lost: 0 bytes in 0 blocks ==3759== possibly lost: 1,392 bytes in 4 blocks ==3759== still reachable: 175,257 bytes in 1,000 blocks ==3759== of which reachable via heuristic: ==3759== length64 : 1,032 bytes in 18 blocks ==3759== newarray : 5,976 bytes in 28 blocks ==3759== suppressed: 271,867 bytes in 4,285 blocks ==3759== Reachable blocks (those to which a pointer was found) are not shown. ==3759== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3759== ==3759== For counts of detected and suppressed errors, rerun with: -v ==3759== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==3763== Memcheck, a memory error detector ==3763== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3763== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3763== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip10 ==3763== Parent PID: 3759 ==3763== ==3771== Memcheck, a memory error detector ==3771== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3771== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3771== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip11 ==3771== Parent PID: 112 ==3771== ==3771== ==3771== HEAP SUMMARY: ==3771== in use at exit: 460,044 bytes in 5,373 blocks ==3771== total heap usage: 171,575 allocs, 166,143 frees, 26,932,215 bytes allocated ==3771== ==3771== LEAK SUMMARY: ==3771== definitely lost: 0 bytes in 0 blocks ==3771== indirectly lost: 0 bytes in 0 blocks ==3771== possibly lost: 1,392 bytes in 4 blocks ==3771== still reachable: 175,257 bytes in 1,000 blocks ==3771== of which reachable via heuristic: ==3771== length64 : 1,032 bytes in 18 blocks ==3771== newarray : 5,976 bytes in 28 blocks ==3771== suppressed: 271,875 bytes in 4,285 blocks ==3771== Reachable blocks (those to which a pointer was found) are not shown. ==3771== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3771== ==3771== For counts of detected and suppressed errors, rerun with: -v ==3771== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==3775== Memcheck, a memory error detector ==3775== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3775== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3775== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip11 ==3775== Parent PID: 3771 ==3775== ==3783== Memcheck, a memory error detector ==3783== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3783== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3783== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip12 ==3783== Parent PID: 112 ==3783== ==3783== ==3783== HEAP SUMMARY: ==3783== in use at exit: 460,068 bytes in 5,373 blocks ==3783== total heap usage: 171,576 allocs, 166,144 frees, 26,932,320 bytes allocated ==3783== ==3783== LEAK SUMMARY: ==3783== definitely lost: 0 bytes in 0 blocks ==3783== indirectly lost: 0 bytes in 0 blocks ==3783== possibly lost: 1,392 bytes in 4 blocks ==3783== still reachable: 175,257 bytes in 1,000 blocks ==3783== of which reachable via heuristic: ==3783== length64 : 1,032 bytes in 18 blocks ==3783== newarray : 5,976 bytes in 28 blocks ==3783== suppressed: 271,899 bytes in 4,285 blocks ==3783== Reachable blocks (those to which a pointer was found) are not shown. ==3783== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3783== ==3783== For counts of detected and suppressed errors, rerun with: -v ==3783== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==3787== Memcheck, a memory error detector ==3787== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3787== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3787== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip12 ==3787== Parent PID: 3783 ==3787== ==379== Memcheck, a memory error detector ==379== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==379== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==379== Command: ./client-test Client::Source::apple_caldav::LinkedItemsDefault::testLinkedItemsParentUpdate ==379== Parent PID: 367 ==379== ==3795== Memcheck, a memory error detector ==3795== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3795== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3795== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip13 ==3795== Parent PID: 112 ==3795== ==3795== ==3795== HEAP SUMMARY: ==3795== in use at exit: 460,044 bytes in 5,373 blocks ==3795== total heap usage: 171,609 allocs, 166,177 frees, 26,933,679 bytes allocated ==3795== ==3795== LEAK SUMMARY: ==3795== definitely lost: 0 bytes in 0 blocks ==3795== indirectly lost: 0 bytes in 0 blocks ==3795== possibly lost: 1,392 bytes in 4 blocks ==3795== still reachable: 175,257 bytes in 1,000 blocks ==3795== of which reachable via heuristic: ==3795== length64 : 1,032 bytes in 18 blocks ==3795== newarray : 5,976 bytes in 28 blocks ==3795== suppressed: 271,875 bytes in 4,285 blocks ==3795== Reachable blocks (those to which a pointer was found) are not shown. ==3795== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3795== ==3795== For counts of detected and suppressed errors, rerun with: -v ==3795== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==3799== Memcheck, a memory error detector ==3799== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3799== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3799== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip13 ==3799== Parent PID: 3795 ==3799== ==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: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip14 ==3807== Parent PID: 112 ==3807== ==3807== ==3807== HEAP SUMMARY: ==3807== in use at exit: 460,036 bytes in 5,373 blocks ==3807== total heap usage: 171,578 allocs, 166,146 frees, 26,932,426 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: 1,392 bytes in 4 blocks ==3807== still reachable: 175,257 bytes in 1,000 blocks ==3807== of which reachable via heuristic: ==3807== length64 : 1,032 bytes in 18 blocks ==3807== newarray : 5,976 bytes in 28 blocks ==3807== suppressed: 271,867 bytes in 4,285 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: 4 errors from 4 contexts (suppressed: 67 from 67) ==3811== Memcheck, a memory error detector ==3811== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3811== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3811== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip14 ==3811== Parent PID: 3807 ==3811== ==3819== Memcheck, a memory error detector ==3819== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3819== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3819== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip15 ==3819== Parent PID: 112 ==3819== ==3819== ==3819== HEAP SUMMARY: ==3819== in use at exit: 460,044 bytes in 5,373 blocks ==3819== total heap usage: 171,595 allocs, 166,163 frees, 26,933,166 bytes allocated ==3819== ==3819== LEAK SUMMARY: ==3819== definitely lost: 0 bytes in 0 blocks ==3819== indirectly lost: 0 bytes in 0 blocks ==3819== possibly lost: 1,392 bytes in 4 blocks ==3819== still reachable: 175,257 bytes in 1,000 blocks ==3819== of which reachable via heuristic: ==3819== length64 : 1,032 bytes in 18 blocks ==3819== newarray : 5,976 bytes in 28 blocks ==3819== suppressed: 271,875 bytes in 4,285 blocks ==3819== Reachable blocks (those to which a pointer was found) are not shown. ==3819== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3819== ==3819== For counts of detected and suppressed errors, rerun with: -v ==3819== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==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: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip15 ==3823== Parent PID: 3819 ==3823== ==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: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip16 ==3831== Parent PID: 112 ==3831== ==3831== ==3831== HEAP SUMMARY: ==3831== in use at exit: 459,996 bytes in 5,371 blocks ==3831== total heap usage: 171,578 allocs, 166,148 frees, 26,932,540 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: 1,392 bytes in 4 blocks ==3831== still reachable: 175,257 bytes in 1,000 blocks ==3831== of which reachable via heuristic: ==3831== length64 : 1,032 bytes in 18 blocks ==3831== newarray : 5,976 bytes in 28 blocks ==3831== suppressed: 271,827 bytes in 4,283 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: 4 errors from 4 contexts (suppressed: 67 from 67) ==3835== Memcheck, a memory error detector ==3835== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3835== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3835== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip16 ==3835== Parent PID: 3831 ==3835== ==3843== Memcheck, a memory error detector ==3843== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3843== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3843== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip17 ==3843== Parent PID: 112 ==3843== ==3843== ==3843== HEAP SUMMARY: ==3843== in use at exit: 460,060 bytes in 5,373 blocks ==3843== total heap usage: 171,583 allocs, 166,151 frees, 26,932,749 bytes allocated ==3843== ==3843== LEAK SUMMARY: ==3843== definitely lost: 0 bytes in 0 blocks ==3843== indirectly lost: 0 bytes in 0 blocks ==3843== possibly lost: 1,392 bytes in 4 blocks ==3843== still reachable: 175,257 bytes in 1,000 blocks ==3843== of which reachable via heuristic: ==3843== length64 : 1,032 bytes in 18 blocks ==3843== newarray : 5,976 bytes in 28 blocks ==3843== suppressed: 271,891 bytes in 4,285 blocks ==3843== Reachable blocks (those to which a pointer was found) are not shown. ==3843== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3843== ==3843== For counts of detected and suppressed errors, rerun with: -v ==3843== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==3847== Memcheck, a memory error detector ==3847== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3847== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3847== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip17 ==3847== Parent PID: 3843 ==3847== ==3855== Memcheck, a memory error detector ==3855== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3855== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3855== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip18 ==3855== Parent PID: 112 ==3855== ==3855== ==3855== HEAP SUMMARY: ==3855== in use at exit: 460,044 bytes in 5,373 blocks ==3855== total heap usage: 171,584 allocs, 166,152 frees, 26,932,806 bytes allocated ==3855== ==3855== LEAK SUMMARY: ==3855== definitely lost: 0 bytes in 0 blocks ==3855== indirectly lost: 0 bytes in 0 blocks ==3855== possibly lost: 1,392 bytes in 4 blocks ==3855== still reachable: 175,257 bytes in 1,000 blocks ==3855== of which reachable via heuristic: ==3855== length64 : 1,032 bytes in 18 blocks ==3855== newarray : 5,976 bytes in 28 blocks ==3855== suppressed: 271,875 bytes in 4,285 blocks ==3855== Reachable blocks (those to which a pointer was found) are not shown. ==3855== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3855== ==3855== For counts of detected and suppressed errors, rerun with: -v ==3855== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==3859== Memcheck, a memory error detector ==3859== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3859== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3859== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip18 ==3859== Parent PID: 3855 ==3859== ==3867== Memcheck, a memory error detector ==3867== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3867== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3867== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip19 ==3867== Parent PID: 112 ==3867== ==3867== ==3867== HEAP SUMMARY: ==3867== in use at exit: 460,036 bytes in 5,373 blocks ==3867== total heap usage: 171,586 allocs, 166,154 frees, 26,932,951 bytes allocated ==3867== ==3867== LEAK SUMMARY: ==3867== definitely lost: 0 bytes in 0 blocks ==3867== indirectly lost: 0 bytes in 0 blocks ==3867== possibly lost: 1,392 bytes in 4 blocks ==3867== still reachable: 175,257 bytes in 1,000 blocks ==3867== of which reachable via heuristic: ==3867== length64 : 1,032 bytes in 18 blocks ==3867== newarray : 5,976 bytes in 28 blocks ==3867== suppressed: 271,867 bytes in 4,285 blocks ==3867== Reachable blocks (those to which a pointer was found) are not shown. ==3867== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3867== ==3867== For counts of detected and suppressed errors, rerun with: -v ==3867== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==387== Memcheck, a memory error detector ==387== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==387== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==387== Command: ./client-test Client::Source::apple_caldav::LinkedItemsDefault::testLinkedItemsUpdateChild ==387== Parent PID: 112 ==387== ==387== ==387== HEAP SUMMARY: ==387== in use at exit: 465,674 bytes in 5,395 blocks ==387== total heap usage: 216,067 allocs, 210,609 frees, 31,473,521 bytes allocated ==387== ==387== LEAK SUMMARY: ==387== definitely lost: 0 bytes in 0 blocks ==387== indirectly lost: 0 bytes in 0 blocks ==387== possibly lost: 1,392 bytes in 4 blocks ==387== still reachable: 180,888 bytes in 1,022 blocks ==387== of which reachable via heuristic: ==387== length64 : 1,032 bytes in 18 blocks ==387== newarray : 5,976 bytes in 28 blocks ==387== suppressed: 271,874 bytes in 4,285 blocks ==387== Reachable blocks (those to which a pointer was found) are not shown. ==387== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==387== ==387== For counts of detected and suppressed errors, rerun with: -v ==387== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==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: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip19 ==3871== Parent PID: 3867 ==3871== ==3879== Memcheck, a memory error detector ==3879== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3879== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3879== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip20 ==3879== Parent PID: 112 ==3879== ==3879== ==3879== HEAP SUMMARY: ==3879== in use at exit: 460,028 bytes in 5,373 blocks ==3879== total heap usage: 171,606 allocs, 166,174 frees, 26,933,995 bytes allocated ==3879== ==3879== LEAK SUMMARY: ==3879== definitely lost: 0 bytes in 0 blocks ==3879== indirectly lost: 0 bytes in 0 blocks ==3879== possibly lost: 1,392 bytes in 4 blocks ==3879== still reachable: 175,257 bytes in 1,000 blocks ==3879== of which reachable via heuristic: ==3879== length64 : 1,032 bytes in 18 blocks ==3879== newarray : 5,976 bytes in 28 blocks ==3879== suppressed: 271,859 bytes in 4,285 blocks ==3879== Reachable blocks (those to which a pointer was found) are not shown. ==3879== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3879== ==3879== For counts of detected and suppressed errors, rerun with: -v ==3879== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==3883== Memcheck, a memory error detector ==3883== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3883== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3883== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip20 ==3883== Parent PID: 3879 ==3883== ==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::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip21 ==3891== Parent PID: 112 ==3891== ==3891== ==3891== HEAP SUMMARY: ==3891== in use at exit: 460,044 bytes in 5,373 blocks ==3891== total heap usage: 171,585 allocs, 166,153 frees, 26,932,953 bytes allocated ==3891== ==3891== LEAK SUMMARY: ==3891== definitely lost: 0 bytes in 0 blocks ==3891== indirectly lost: 0 bytes in 0 blocks ==3891== possibly lost: 1,392 bytes in 4 blocks ==3891== still reachable: 175,257 bytes in 1,000 blocks ==3891== of which reachable via heuristic: ==3891== length64 : 1,032 bytes in 18 blocks ==3891== newarray : 5,976 bytes in 28 blocks ==3891== suppressed: 271,875 bytes in 4,285 blocks ==3891== Reachable blocks (those to which a pointer was found) are not shown. ==3891== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3891== ==3891== For counts of detected and suppressed errors, rerun with: -v ==3891== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==3895== Memcheck, a memory error detector ==3895== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3895== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3895== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip21 ==3895== Parent PID: 3891 ==3895== ==3903== Memcheck, a memory error detector ==3903== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3903== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3903== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip22 ==3903== Parent PID: 112 ==3903== ==3903== ==3903== HEAP SUMMARY: ==3903== in use at exit: 460,036 bytes in 5,373 blocks ==3903== total heap usage: 171,602 allocs, 166,170 frees, 26,933,669 bytes allocated ==3903== ==3903== LEAK SUMMARY: ==3903== definitely lost: 0 bytes in 0 blocks ==3903== indirectly lost: 0 bytes in 0 blocks ==3903== possibly lost: 1,392 bytes in 4 blocks ==3903== still reachable: 175,257 bytes in 1,000 blocks ==3903== of which reachable via heuristic: ==3903== length64 : 1,032 bytes in 18 blocks ==3903== newarray : 5,976 bytes in 28 blocks ==3903== suppressed: 271,867 bytes in 4,285 blocks ==3903== Reachable blocks (those to which a pointer was found) are not shown. ==3903== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3903== ==3903== For counts of detected and suppressed errors, rerun with: -v ==3903== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==3907== Memcheck, a memory error detector ==3907== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3907== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3907== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip22 ==3907== Parent PID: 3903 ==3907== ==391== Memcheck, a memory error detector ==391== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==391== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==391== Command: ./client-test Client::Source::apple_caldav::LinkedItemsDefault::testLinkedItemsUpdateChild ==391== Parent PID: 387 ==391== ==3915== Memcheck, a memory error detector ==3915== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3915== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3915== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip23 ==3915== Parent PID: 112 ==3915== ==3915== ==3915== HEAP SUMMARY: ==3915== in use at exit: 460,036 bytes in 5,373 blocks ==3915== total heap usage: 171,575 allocs, 166,143 frees, 26,932,616 bytes allocated ==3915== ==3915== LEAK SUMMARY: ==3915== definitely lost: 0 bytes in 0 blocks ==3915== indirectly lost: 0 bytes in 0 blocks ==3915== possibly lost: 1,392 bytes in 4 blocks ==3915== still reachable: 175,257 bytes in 1,000 blocks ==3915== of which reachable via heuristic: ==3915== length64 : 1,032 bytes in 18 blocks ==3915== newarray : 5,976 bytes in 28 blocks ==3915== suppressed: 271,867 bytes in 4,285 blocks ==3915== Reachable blocks (those to which a pointer was found) are not shown. ==3915== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3915== ==3915== For counts of detected and suppressed errors, rerun with: -v ==3915== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==3919== Memcheck, a memory error detector ==3919== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3919== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3919== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip23 ==3919== Parent PID: 3915 ==3919== ==3927== Memcheck, a memory error detector ==3927== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3927== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3927== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip24 ==3927== Parent PID: 112 ==3927== ==3927== ==3927== HEAP SUMMARY: ==3927== in use at exit: 460,068 bytes in 5,373 blocks ==3927== total heap usage: 171,588 allocs, 166,156 frees, 26,933,196 bytes allocated ==3927== ==3927== LEAK SUMMARY: ==3927== definitely lost: 0 bytes in 0 blocks ==3927== indirectly lost: 0 bytes in 0 blocks ==3927== possibly lost: 1,392 bytes in 4 blocks ==3927== still reachable: 175,257 bytes in 1,000 blocks ==3927== of which reachable via heuristic: ==3927== length64 : 1,032 bytes in 18 blocks ==3927== newarray : 5,976 bytes in 28 blocks ==3927== suppressed: 271,899 bytes in 4,285 blocks ==3927== Reachable blocks (those to which a pointer was found) are not shown. ==3927== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3927== ==3927== For counts of detected and suppressed errors, rerun with: -v ==3927== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==3931== Memcheck, a memory error detector ==3931== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3931== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3931== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip24 ==3931== Parent PID: 3927 ==3931== ==3939== Memcheck, a memory error detector ==3939== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3939== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3939== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip25 ==3939== Parent PID: 112 ==3939== ==3939== ==3939== HEAP SUMMARY: ==3939== in use at exit: 460,060 bytes in 5,373 blocks ==3939== total heap usage: 171,591 allocs, 166,159 frees, 26,933,349 bytes allocated ==3939== ==3939== LEAK SUMMARY: ==3939== definitely lost: 0 bytes in 0 blocks ==3939== indirectly lost: 0 bytes in 0 blocks ==3939== possibly lost: 1,392 bytes in 4 blocks ==3939== still reachable: 175,257 bytes in 1,000 blocks ==3939== of which reachable via heuristic: ==3939== length64 : 1,032 bytes in 18 blocks ==3939== newarray : 5,976 bytes in 28 blocks ==3939== suppressed: 271,891 bytes in 4,285 blocks ==3939== Reachable blocks (those to which a pointer was found) are not shown. ==3939== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3939== ==3939== For counts of detected and suppressed errors, rerun with: -v ==3939== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==3943== Memcheck, a memory error detector ==3943== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3943== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3943== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip25 ==3943== Parent PID: 3939 ==3943== ==3951== Memcheck, a memory error detector ==3951== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3951== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3951== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip26 ==3951== Parent PID: 112 ==3951== ==3951== ==3951== HEAP SUMMARY: ==3951== in use at exit: 460,036 bytes in 5,373 blocks ==3951== total heap usage: 171,592 allocs, 166,160 frees, 26,933,382 bytes allocated ==3951== ==3951== LEAK SUMMARY: ==3951== definitely lost: 0 bytes in 0 blocks ==3951== indirectly lost: 0 bytes in 0 blocks ==3951== possibly lost: 1,392 bytes in 4 blocks ==3951== still reachable: 175,257 bytes in 1,000 blocks ==3951== of which reachable via heuristic: ==3951== length64 : 1,032 bytes in 18 blocks ==3951== newarray : 5,976 bytes in 28 blocks ==3951== suppressed: 271,867 bytes in 4,285 blocks ==3951== Reachable blocks (those to which a pointer was found) are not shown. ==3951== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3951== ==3951== For counts of detected and suppressed errors, rerun with: -v ==3951== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==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: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip26 ==3955== Parent PID: 3951 ==3955== ==3963== Memcheck, a memory error detector ==3963== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3963== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3963== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip27 ==3963== Parent PID: 112 ==3963== ==3963== ==3963== HEAP SUMMARY: ==3963== in use at exit: 460,028 bytes in 5,373 blocks ==3963== total heap usage: 171,607 allocs, 166,175 frees, 26,934,026 bytes allocated ==3963== ==3963== LEAK SUMMARY: ==3963== definitely lost: 0 bytes in 0 blocks ==3963== indirectly lost: 0 bytes in 0 blocks ==3963== possibly lost: 1,392 bytes in 4 blocks ==3963== still reachable: 175,257 bytes in 1,000 blocks ==3963== of which reachable via heuristic: ==3963== length64 : 1,032 bytes in 18 blocks ==3963== newarray : 5,976 bytes in 28 blocks ==3963== suppressed: 271,859 bytes in 4,285 blocks ==3963== Reachable blocks (those to which a pointer was found) are not shown. ==3963== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3963== ==3963== For counts of detected and suppressed errors, rerun with: -v ==3963== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==3967== Memcheck, a memory error detector ==3967== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3967== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3967== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip27 ==3967== Parent PID: 3963 ==3967== ==3975== Memcheck, a memory error detector ==3975== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3975== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3975== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip28 ==3975== Parent PID: 112 ==3975== ==3975== ==3975== HEAP SUMMARY: ==3975== in use at exit: 460,044 bytes in 5,373 blocks ==3975== total heap usage: 171,594 allocs, 166,162 frees, 26,933,536 bytes allocated ==3975== ==3975== LEAK SUMMARY: ==3975== definitely lost: 0 bytes in 0 blocks ==3975== indirectly lost: 0 bytes in 0 blocks ==3975== possibly lost: 1,392 bytes in 4 blocks ==3975== still reachable: 175,257 bytes in 1,000 blocks ==3975== of which reachable via heuristic: ==3975== length64 : 1,032 bytes in 18 blocks ==3975== newarray : 5,976 bytes in 28 blocks ==3975== suppressed: 271,875 bytes in 4,285 blocks ==3975== Reachable blocks (those to which a pointer was found) are not shown. ==3975== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3975== ==3975== For counts of detected and suppressed errors, rerun with: -v ==3975== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==3979== Memcheck, a memory error detector ==3979== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3979== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3979== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip28 ==3979== Parent PID: 3975 ==3979== ==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: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip29 ==3987== Parent PID: 112 ==3987== ==3987== ==3987== HEAP SUMMARY: ==3987== in use at exit: 460,044 bytes in 5,373 blocks ==3987== total heap usage: 171,593 allocs, 166,161 frees, 26,933,529 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: 1,392 bytes in 4 blocks ==3987== still reachable: 175,257 bytes in 1,000 blocks ==3987== of which reachable via heuristic: ==3987== length64 : 1,032 bytes in 18 blocks ==3987== newarray : 5,976 bytes in 28 blocks ==3987== suppressed: 271,875 bytes in 4,285 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: 4 errors from 4 contexts (suppressed: 67 from 67) ==399== Memcheck, a memory error detector ==399== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==399== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==399== Command: ./client-test Client::Source::apple_caldav::LinkedItemsDefault::testLinkedItemsUpdateChild ==399== Parent PID: 387 ==399== ==3991== Memcheck, a memory error detector ==3991== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3991== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3991== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip29 ==3991== Parent PID: 3987 ==3991== ==3999== Memcheck, a memory error detector ==3999== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3999== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==3999== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip30 ==3999== Parent PID: 112 ==3999== ==3999== ==3999== HEAP SUMMARY: ==3999== in use at exit: 460,044 bytes in 5,373 blocks ==3999== total heap usage: 171,613 allocs, 166,181 frees, 26,934,581 bytes allocated ==3999== ==3999== LEAK SUMMARY: ==3999== definitely lost: 0 bytes in 0 blocks ==3999== indirectly lost: 0 bytes in 0 blocks ==3999== possibly lost: 1,392 bytes in 4 blocks ==3999== still reachable: 175,257 bytes in 1,000 blocks ==3999== of which reachable via heuristic: ==3999== length64 : 1,032 bytes in 18 blocks ==3999== newarray : 5,976 bytes in 28 blocks ==3999== suppressed: 271,875 bytes in 4,285 blocks ==3999== Reachable blocks (those to which a pointer was found) are not shown. ==3999== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==3999== ==3999== For counts of detected and suppressed errors, rerun with: -v ==3999== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==4003== Memcheck, a memory error detector ==4003== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4003== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4003== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip30 ==4003== Parent PID: 3999 ==4003== ==4011== Memcheck, a memory error detector ==4011== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4011== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4011== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip31 ==4011== Parent PID: 112 ==4011== ==4011== ==4011== HEAP SUMMARY: ==4011== in use at exit: 460,052 bytes in 5,373 blocks ==4011== total heap usage: 171,617 allocs, 166,185 frees, 26,934,822 bytes allocated ==4011== ==4011== LEAK SUMMARY: ==4011== definitely lost: 0 bytes in 0 blocks ==4011== indirectly lost: 0 bytes in 0 blocks ==4011== possibly lost: 1,392 bytes in 4 blocks ==4011== still reachable: 175,257 bytes in 1,000 blocks ==4011== of which reachable via heuristic: ==4011== length64 : 1,032 bytes in 18 blocks ==4011== newarray : 5,976 bytes in 28 blocks ==4011== suppressed: 271,883 bytes in 4,285 blocks ==4011== Reachable blocks (those to which a pointer was found) are not shown. ==4011== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4011== ==4011== For counts of detected and suppressed errors, rerun with: -v ==4011== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==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::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip31 ==4015== Parent PID: 4011 ==4015== ==4023== Memcheck, a memory error detector ==4023== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4023== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4023== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip32 ==4023== Parent PID: 112 ==4023== ==4023== ==4023== HEAP SUMMARY: ==4023== in use at exit: 460,060 bytes in 5,373 blocks ==4023== total heap usage: 171,596 allocs, 166,164 frees, 26,933,764 bytes allocated ==4023== ==4023== LEAK SUMMARY: ==4023== definitely lost: 0 bytes in 0 blocks ==4023== indirectly lost: 0 bytes in 0 blocks ==4023== possibly lost: 1,392 bytes in 4 blocks ==4023== still reachable: 175,257 bytes in 1,000 blocks ==4023== of which reachable via heuristic: ==4023== length64 : 1,032 bytes in 18 blocks ==4023== newarray : 5,976 bytes in 28 blocks ==4023== suppressed: 271,891 bytes in 4,285 blocks ==4023== Reachable blocks (those to which a pointer was found) are not shown. ==4023== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4023== ==4023== For counts of detected and suppressed errors, rerun with: -v ==4023== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==4027== Memcheck, a memory error detector ==4027== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4027== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4027== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip32 ==4027== Parent PID: 4023 ==4027== ==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: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip33 ==4035== Parent PID: 112 ==4035== ==4035== ==4035== HEAP SUMMARY: ==4035== in use at exit: 460,036 bytes in 5,373 blocks ==4035== total heap usage: 171,585 allocs, 166,153 frees, 26,933,346 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: 1,392 bytes in 4 blocks ==4035== still reachable: 175,257 bytes in 1,000 blocks ==4035== of which reachable via heuristic: ==4035== length64 : 1,032 bytes in 18 blocks ==4035== newarray : 5,976 bytes in 28 blocks ==4035== suppressed: 271,867 bytes in 4,285 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: 4 errors from 4 contexts (suppressed: 67 from 67) ==4039== Memcheck, a memory error detector ==4039== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4039== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4039== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip33 ==4039== Parent PID: 4035 ==4039== ==4047== Memcheck, a memory error detector ==4047== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4047== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4047== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip34 ==4047== Parent PID: 112 ==4047== ==4047== ==4047== HEAP SUMMARY: ==4047== in use at exit: 460,036 bytes in 5,373 blocks ==4047== total heap usage: 171,598 allocs, 166,166 frees, 26,933,894 bytes allocated ==4047== ==4047== LEAK SUMMARY: ==4047== definitely lost: 0 bytes in 0 blocks ==4047== indirectly lost: 0 bytes in 0 blocks ==4047== possibly lost: 1,392 bytes in 4 blocks ==4047== still reachable: 175,257 bytes in 1,000 blocks ==4047== of which reachable via heuristic: ==4047== length64 : 1,032 bytes in 18 blocks ==4047== newarray : 5,976 bytes in 28 blocks ==4047== suppressed: 271,867 bytes in 4,285 blocks ==4047== Reachable blocks (those to which a pointer was found) are not shown. ==4047== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4047== ==4047== For counts of detected and suppressed errors, rerun with: -v ==4047== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==4051== Memcheck, a memory error detector ==4051== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4051== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4051== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip34 ==4051== Parent PID: 4047 ==4051== ==4059== Memcheck, a memory error detector ==4059== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4059== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4059== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip35 ==4059== Parent PID: 112 ==4059== ==4059== ==4059== HEAP SUMMARY: ==4059== in use at exit: 460,044 bytes in 5,373 blocks ==4059== total heap usage: 171,599 allocs, 166,167 frees, 26,933,967 bytes allocated ==4059== ==4059== LEAK SUMMARY: ==4059== definitely lost: 0 bytes in 0 blocks ==4059== indirectly lost: 0 bytes in 0 blocks ==4059== possibly lost: 1,392 bytes in 4 blocks ==4059== still reachable: 175,257 bytes in 1,000 blocks ==4059== of which reachable via heuristic: ==4059== length64 : 1,032 bytes in 18 blocks ==4059== newarray : 5,976 bytes in 28 blocks ==4059== suppressed: 271,875 bytes in 4,285 blocks ==4059== Reachable blocks (those to which a pointer was found) are not shown. ==4059== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4059== ==4059== For counts of detected and suppressed errors, rerun with: -v ==4059== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==4063== Memcheck, a memory error detector ==4063== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4063== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4063== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip35 ==4063== Parent PID: 4059 ==4063== ==407== Memcheck, a memory error detector ==407== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==407== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==407== Command: ./client-test Client::Source::apple_caldav::LinkedItemsDefault::testLinkedItemsUpdateChildNoIDs ==407== Parent PID: 112 ==407== ==407== ==407== HEAP SUMMARY: ==407== in use at exit: 459,523 bytes in 5,371 blocks ==407== total heap usage: 172,888 allocs, 167,458 frees, 26,748,375 bytes allocated ==407== ==407== LEAK SUMMARY: ==407== definitely lost: 0 bytes in 0 blocks ==407== indirectly lost: 0 bytes in 0 blocks ==407== possibly lost: 1,392 bytes in 4 blocks ==407== still reachable: 174,744 bytes in 998 blocks ==407== of which reachable via heuristic: ==407== length64 : 1,032 bytes in 18 blocks ==407== newarray : 5,976 bytes in 28 blocks ==407== suppressed: 271,867 bytes in 4,285 blocks ==407== Reachable blocks (those to which a pointer was found) are not shown. ==407== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==407== ==407== For counts of detected and suppressed errors, rerun with: -v ==407== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==4071== Memcheck, a memory error detector ==4071== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4071== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4071== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip36 ==4071== Parent PID: 112 ==4071== ==4071== ==4071== HEAP SUMMARY: ==4071== in use at exit: 460,036 bytes in 5,373 blocks ==4071== total heap usage: 171,600 allocs, 166,168 frees, 26,934,032 bytes allocated ==4071== ==4071== LEAK SUMMARY: ==4071== definitely lost: 0 bytes in 0 blocks ==4071== indirectly lost: 0 bytes in 0 blocks ==4071== possibly lost: 1,392 bytes in 4 blocks ==4071== still reachable: 175,257 bytes in 1,000 blocks ==4071== of which reachable via heuristic: ==4071== length64 : 1,032 bytes in 18 blocks ==4071== newarray : 5,976 bytes in 28 blocks ==4071== suppressed: 271,867 bytes in 4,285 blocks ==4071== Reachable blocks (those to which a pointer was found) are not shown. ==4071== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4071== ==4071== For counts of detected and suppressed errors, rerun with: -v ==4071== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==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::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip36 ==4075== Parent PID: 4071 ==4075== ==4083== Memcheck, a memory error detector ==4083== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4083== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4083== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip37 ==4083== Parent PID: 112 ==4083== ==4083== ==4083== HEAP SUMMARY: ==4083== in use at exit: 460,068 bytes in 5,373 blocks ==4083== total heap usage: 171,601 allocs, 166,169 frees, 26,934,137 bytes allocated ==4083== ==4083== LEAK SUMMARY: ==4083== definitely lost: 0 bytes in 0 blocks ==4083== indirectly lost: 0 bytes in 0 blocks ==4083== possibly lost: 1,392 bytes in 4 blocks ==4083== still reachable: 175,257 bytes in 1,000 blocks ==4083== of which reachable via heuristic: ==4083== length64 : 1,032 bytes in 18 blocks ==4083== newarray : 5,976 bytes in 28 blocks ==4083== suppressed: 271,899 bytes in 4,285 blocks ==4083== Reachable blocks (those to which a pointer was found) are not shown. ==4083== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4083== ==4083== For counts of detected and suppressed errors, rerun with: -v ==4083== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==4087== Memcheck, a memory error detector ==4087== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4087== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4087== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip37 ==4087== Parent PID: 4083 ==4087== ==4095== Memcheck, a memory error detector ==4095== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4095== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4095== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip38 ==4095== Parent PID: 112 ==4095== ==4095== ==4095== HEAP SUMMARY: ==4095== in use at exit: 460,028 bytes in 5,373 blocks ==4095== total heap usage: 171,618 allocs, 166,186 frees, 26,934,837 bytes allocated ==4095== ==4095== LEAK SUMMARY: ==4095== definitely lost: 0 bytes in 0 blocks ==4095== indirectly lost: 0 bytes in 0 blocks ==4095== possibly lost: 1,392 bytes in 4 blocks ==4095== still reachable: 175,257 bytes in 1,000 blocks ==4095== of which reachable via heuristic: ==4095== length64 : 1,032 bytes in 18 blocks ==4095== newarray : 5,976 bytes in 28 blocks ==4095== suppressed: 271,859 bytes in 4,285 blocks ==4095== Reachable blocks (those to which a pointer was found) are not shown. ==4095== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4095== ==4095== For counts of detected and suppressed errors, rerun with: -v ==4095== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==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::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip38 ==4099== Parent PID: 4095 ==4099== ==4107== Memcheck, a memory error detector ==4107== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4107== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4107== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip39 ==4107== Parent PID: 112 ==4107== ==4107== ==4107== HEAP SUMMARY: ==4107== in use at exit: 460,036 bytes in 5,373 blocks ==4107== total heap usage: 171,625 allocs, 166,193 frees, 26,935,398 bytes allocated ==4107== ==4107== LEAK SUMMARY: ==4107== definitely lost: 0 bytes in 0 blocks ==4107== indirectly lost: 0 bytes in 0 blocks ==4107== possibly lost: 1,392 bytes in 4 blocks ==4107== still reachable: 175,257 bytes in 1,000 blocks ==4107== of which reachable via heuristic: ==4107== length64 : 1,032 bytes in 18 blocks ==4107== newarray : 5,976 bytes in 28 blocks ==4107== suppressed: 271,867 bytes in 4,285 blocks ==4107== Reachable blocks (those to which a pointer was found) are not shown. ==4107== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4107== ==4107== For counts of detected and suppressed errors, rerun with: -v ==4107== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==411== Memcheck, a memory error detector ==411== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==411== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==411== Command: ./client-test Client::Source::apple_caldav::LinkedItemsDefault::testLinkedItemsUpdateChildNoIDs ==411== Parent PID: 407 ==411== ==4111== Memcheck, a memory error detector ==4111== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4111== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4111== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip39 ==4111== Parent PID: 4107 ==4111== ==4119== Memcheck, a memory error detector ==4119== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4119== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4119== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip40 ==4119== Parent PID: 112 ==4119== ==4119== ==4119== HEAP SUMMARY: ==4119== in use at exit: 460,028 bytes in 5,373 blocks ==4119== total heap usage: 171,607 allocs, 166,175 frees, 26,934,476 bytes allocated ==4119== ==4119== LEAK SUMMARY: ==4119== definitely lost: 0 bytes in 0 blocks ==4119== indirectly lost: 0 bytes in 0 blocks ==4119== possibly lost: 1,392 bytes in 4 blocks ==4119== still reachable: 175,257 bytes in 1,000 blocks ==4119== of which reachable via heuristic: ==4119== length64 : 1,032 bytes in 18 blocks ==4119== newarray : 5,976 bytes in 28 blocks ==4119== suppressed: 271,859 bytes in 4,285 blocks ==4119== Reachable blocks (those to which a pointer was found) are not shown. ==4119== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4119== ==4119== For counts of detected and suppressed errors, rerun with: -v ==4119== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==4123== Memcheck, a memory error detector ==4123== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4123== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4123== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip40 ==4123== Parent PID: 4119 ==4123== ==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: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip41 ==4131== Parent PID: 112 ==4131== ==4131== ==4131== HEAP SUMMARY: ==4131== in use at exit: 460,036 bytes in 5,373 blocks ==4131== total heap usage: 171,611 allocs, 166,179 frees, 26,934,685 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: 1,392 bytes in 4 blocks ==4131== still reachable: 175,257 bytes in 1,000 blocks ==4131== of which reachable via heuristic: ==4131== length64 : 1,032 bytes in 18 blocks ==4131== newarray : 5,976 bytes in 28 blocks ==4131== suppressed: 271,867 bytes in 4,285 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: 4 errors from 4 contexts (suppressed: 67 from 67) ==4135== Memcheck, a memory error detector ==4135== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4135== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4135== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Skip41 ==4135== Parent PID: 4131 ==4135== ==4143== Memcheck, a memory error detector ==4143== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4143== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4143== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Exdate ==4143== Parent PID: 112 ==4143== ==4143== ==4143== HEAP SUMMARY: ==4143== in use at exit: 465,404 bytes in 5,394 blocks ==4143== total heap usage: 234,594 allocs, 229,135 frees, 33,905,533 bytes allocated ==4143== ==4143== LEAK SUMMARY: ==4143== definitely lost: 0 bytes in 0 blocks ==4143== indirectly lost: 0 bytes in 0 blocks ==4143== possibly lost: 1,392 bytes in 4 blocks ==4143== still reachable: 180,633 bytes in 1,021 blocks ==4143== of which reachable via heuristic: ==4143== length64 : 1,032 bytes in 18 blocks ==4143== newarray : 5,976 bytes in 28 blocks ==4143== suppressed: 271,859 bytes in 4,285 blocks ==4143== Reachable blocks (those to which a pointer was found) are not shown. ==4143== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4143== ==4143== For counts of detected and suppressed errors, rerun with: -v ==4143== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==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: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Exdate ==4147== Parent PID: 4143 ==4147== ==4155== Memcheck, a memory error detector ==4155== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4155== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4155== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Exdate ==4155== Parent PID: 4143 ==4155== ==4163== Memcheck, a memory error detector ==4163== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4163== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4163== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart11Exdate ==4163== Parent PID: 4143 ==4163== ==4171== Memcheck, a memory error detector ==4171== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4171== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4171== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart22Skip0 ==4171== Parent PID: 112 ==4171== ==4171== ==4171== HEAP SUMMARY: ==4171== in use at exit: 481,556 bytes in 5,457 blocks ==4171== total heap usage: 298,679 allocs, 293,151 frees, 41,348,349 bytes allocated ==4171== ==4171== LEAK SUMMARY: ==4171== definitely lost: 0 bytes in 0 blocks ==4171== indirectly lost: 0 bytes in 0 blocks ==4171== possibly lost: 1,392 bytes in 4 blocks ==4171== still reachable: 196,761 bytes in 1,084 blocks ==4171== of which reachable via heuristic: ==4171== length64 : 1,032 bytes in 18 blocks ==4171== newarray : 5,976 bytes in 28 blocks ==4171== suppressed: 271,883 bytes in 4,285 blocks ==4171== Reachable blocks (those to which a pointer was found) are not shown. ==4171== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4171== ==4171== For counts of detected and suppressed errors, rerun with: -v ==4171== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==4175== Memcheck, a memory error detector ==4175== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4175== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4175== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart22Skip0 ==4175== Parent PID: 4171 ==4175== ==4183== Memcheck, a memory error detector ==4183== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4183== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4183== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart22Skip0 ==4183== Parent PID: 4171 ==4183== ==419== Memcheck, a memory error detector ==419== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==419== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==419== Command: ./client-test Client::Source::apple_caldav::LinkedItemsDefault::testLinkedItemsInsertBothUpdateChild ==419== Parent PID: 112 ==419== ==419== ==419== HEAP SUMMARY: ==419== in use at exit: 487,183 bytes in 5,480 blocks ==419== total heap usage: 250,284 allocs, 244,738 frees, 35,787,449 bytes allocated ==419== ==419== LEAK SUMMARY: ==419== definitely lost: 0 bytes in 0 blocks ==419== indirectly lost: 0 bytes in 0 blocks ==419== possibly lost: 1,392 bytes in 4 blocks ==419== still reachable: 202,332 bytes in 1,106 blocks ==419== of which reachable via heuristic: ==419== length64 : 1,032 bytes in 18 blocks ==419== newarray : 5,976 bytes in 28 blocks ==419== suppressed: 271,939 bytes in 4,286 blocks ==419== Reachable blocks (those to which a pointer was found) are not shown. ==419== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==419== ==419== For counts of detected and suppressed errors, rerun with: -v ==419== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==4191== Memcheck, a memory error detector ==4191== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4191== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4191== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart22Skip0 ==4191== Parent PID: 4171 ==4191== ==4199== Memcheck, a memory error detector ==4199== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4199== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4199== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart22Skip0 ==4199== Parent PID: 4171 ==4199== ==4216== Memcheck, a memory error detector ==4216== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4216== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4216== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart22Skip0 ==4216== Parent PID: 4171 ==4216== ==4224== Memcheck, a memory error detector ==4224== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4224== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4224== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart22Skip1 ==4224== Parent PID: 112 ==4224== ==4224== ==4224== HEAP SUMMARY: ==4224== in use at exit: 472,548 bytes in 5,420 blocks ==4224== total heap usage: 234,968 allocs, 229,483 frees, 35,494,799 bytes allocated ==4224== ==4224== LEAK SUMMARY: ==4224== definitely lost: 0 bytes in 0 blocks ==4224== indirectly lost: 0 bytes in 0 blocks ==4224== possibly lost: 1,392 bytes in 4 blocks ==4224== still reachable: 187,801 bytes in 1,049 blocks ==4224== of which reachable via heuristic: ==4224== length64 : 1,032 bytes in 18 blocks ==4224== newarray : 5,976 bytes in 28 blocks ==4224== suppressed: 271,835 bytes in 4,283 blocks ==4224== Reachable blocks (those to which a pointer was found) are not shown. ==4224== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4224== ==4224== For counts of detected and suppressed errors, rerun with: -v ==4224== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==4228== Memcheck, a memory error detector ==4228== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4228== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4228== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart22Skip1 ==4228== Parent PID: 4224 ==4228== ==423== Memcheck, a memory error detector ==423== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==423== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==423== Command: ./client-test Client::Source::apple_caldav::LinkedItemsDefault::testLinkedItemsInsertBothUpdateChild ==423== Parent PID: 419 ==423== ==4236== Memcheck, a memory error detector ==4236== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4236== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4236== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart22Skip1 ==4236== Parent PID: 4224 ==4236== ==4244== Memcheck, a memory error detector ==4244== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4244== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4244== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart22Skip1 ==4244== Parent PID: 4224 ==4244== ==4252== Memcheck, a memory error detector ==4252== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4252== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4252== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart22Skip2 ==4252== Parent PID: 112 ==4252== ==4252== ==4252== HEAP SUMMARY: ==4252== in use at exit: 465,444 bytes in 5,394 blocks ==4252== total heap usage: 203,183 allocs, 197,727 frees, 30,434,242 bytes allocated ==4252== ==4252== LEAK SUMMARY: ==4252== definitely lost: 0 bytes in 0 blocks ==4252== indirectly lost: 0 bytes in 0 blocks ==4252== possibly lost: 1,392 bytes in 4 blocks ==4252== still reachable: 180,569 bytes in 1,020 blocks ==4252== of which reachable via heuristic: ==4252== length64 : 1,032 bytes in 18 blocks ==4252== newarray : 5,976 bytes in 28 blocks ==4252== suppressed: 271,963 bytes in 4,286 blocks ==4252== Reachable blocks (those to which a pointer was found) are not shown. ==4252== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4252== ==4252== For counts of detected and suppressed errors, rerun with: -v ==4252== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==4256== Memcheck, a memory error detector ==4256== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4256== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4256== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart22Skip2 ==4256== Parent PID: 4252 ==4256== ==4264== Memcheck, a memory error detector ==4264== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4264== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4264== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart22Skip2 ==4264== Parent PID: 4252 ==4264== ==4272== Memcheck, a memory error detector ==4272== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4272== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4272== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart22Skip3 ==4272== Parent PID: 112 ==4272== ==4272== ==4272== HEAP SUMMARY: ==4272== in use at exit: 463,628 bytes in 5,387 blocks ==4272== total heap usage: 203,085 allocs, 197,636 frees, 30,403,389 bytes allocated ==4272== ==4272== LEAK SUMMARY: ==4272== definitely lost: 0 bytes in 0 blocks ==4272== indirectly lost: 0 bytes in 0 blocks ==4272== possibly lost: 1,392 bytes in 4 blocks ==4272== still reachable: 178,841 bytes in 1,014 blocks ==4272== of which reachable via heuristic: ==4272== length64 : 1,032 bytes in 18 blocks ==4272== newarray : 5,976 bytes in 28 blocks ==4272== suppressed: 271,875 bytes in 4,285 blocks ==4272== Reachable blocks (those to which a pointer was found) are not shown. ==4272== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4272== ==4272== For counts of detected and suppressed errors, rerun with: -v ==4272== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==4276== Memcheck, a memory error detector ==4276== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4276== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4276== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart22Skip3 ==4276== Parent PID: 4272 ==4276== ==4284== Memcheck, a memory error detector ==4284== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4284== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4284== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart22Skip3 ==4284== Parent PID: 4272 ==4284== ==4292== Memcheck, a memory error detector ==4292== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4292== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4292== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart22Skip4 ==4292== Parent PID: 112 ==4292== ==4292== ==4292== HEAP SUMMARY: ==4292== in use at exit: 461,820 bytes in 5,380 blocks ==4292== total heap usage: 171,729 allocs, 166,290 frees, 26,963,403 bytes allocated ==4292== ==4292== LEAK SUMMARY: ==4292== definitely lost: 0 bytes in 0 blocks ==4292== indirectly lost: 0 bytes in 0 blocks ==4292== possibly lost: 1,392 bytes in 4 blocks ==4292== still reachable: 177,049 bytes in 1,007 blocks ==4292== of which reachable via heuristic: ==4292== length64 : 1,032 bytes in 18 blocks ==4292== newarray : 5,976 bytes in 28 blocks ==4292== suppressed: 271,859 bytes in 4,285 blocks ==4292== Reachable blocks (those to which a pointer was found) are not shown. ==4292== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4292== ==4292== For counts of detected and suppressed errors, rerun with: -v ==4292== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==4296== Memcheck, a memory error detector ==4296== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4296== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4296== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart22Skip4 ==4296== Parent PID: 4292 ==4296== ==4304== Memcheck, a memory error detector ==4304== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4304== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4304== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart22Skip5 ==4304== Parent PID: 112 ==4304== ==4304== ==4304== HEAP SUMMARY: ==4304== in use at exit: 459,996 bytes in 5,371 blocks ==4304== total heap usage: 171,598 allocs, 166,168 frees, 26,934,353 bytes allocated ==4304== ==4304== LEAK SUMMARY: ==4304== definitely lost: 0 bytes in 0 blocks ==4304== indirectly lost: 0 bytes in 0 blocks ==4304== possibly lost: 1,392 bytes in 4 blocks ==4304== still reachable: 175,257 bytes in 1,000 blocks ==4304== of which reachable via heuristic: ==4304== length64 : 1,032 bytes in 18 blocks ==4304== newarray : 5,976 bytes in 28 blocks ==4304== suppressed: 271,827 bytes in 4,283 blocks ==4304== Reachable blocks (those to which a pointer was found) are not shown. ==4304== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4304== ==4304== For counts of detected and suppressed errors, rerun with: -v ==4304== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==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: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart22Skip5 ==4308== Parent PID: 4304 ==4308== ==431== Memcheck, a memory error detector ==431== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==431== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==431== Command: ./client-test Client::Source::apple_caldav::LinkedItemsDefault::testLinkedItemsInsertBothUpdateChild ==431== Parent PID: 419 ==431== ==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: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart22Skip6 ==4316== Parent PID: 112 ==4316== ==4316== ==4316== HEAP SUMMARY: ==4316== in use at exit: 460,068 bytes in 5,373 blocks ==4316== total heap usage: 171,613 allocs, 166,181 frees, 26,934,964 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: 1,392 bytes in 4 blocks ==4316== still reachable: 175,257 bytes in 1,000 blocks ==4316== of which reachable via heuristic: ==4316== length64 : 1,032 bytes in 18 blocks ==4316== newarray : 5,976 bytes in 28 blocks ==4316== suppressed: 271,899 bytes in 4,285 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: 4 errors from 4 contexts (suppressed: 67 from 67) ==4320== Memcheck, a memory error detector ==4320== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4320== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4320== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart22Skip6 ==4320== Parent PID: 4316 ==4320== ==4328== Memcheck, a memory error detector ==4328== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4328== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4328== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart22Skip7 ==4328== Parent PID: 112 ==4328== ==4328== ==4328== HEAP SUMMARY: ==4328== in use at exit: 460,036 bytes in 5,373 blocks ==4328== total heap usage: 171,614 allocs, 166,182 frees, 26,935,020 bytes allocated ==4328== ==4328== LEAK SUMMARY: ==4328== definitely lost: 0 bytes in 0 blocks ==4328== indirectly lost: 0 bytes in 0 blocks ==4328== possibly lost: 1,392 bytes in 4 blocks ==4328== still reachable: 175,257 bytes in 1,000 blocks ==4328== of which reachable via heuristic: ==4328== length64 : 1,032 bytes in 18 blocks ==4328== newarray : 5,976 bytes in 28 blocks ==4328== suppressed: 271,867 bytes in 4,285 blocks ==4328== Reachable blocks (those to which a pointer was found) are not shown. ==4328== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4328== ==4328== For counts of detected and suppressed errors, rerun with: -v ==4328== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==4332== Memcheck, a memory error detector ==4332== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4332== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4332== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart22Skip7 ==4332== Parent PID: 4328 ==4332== ==4340== Memcheck, a memory error detector ==4340== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4340== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4340== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart22Skip8 ==4340== Parent PID: 112 ==4340== ==4340== ==4340== HEAP SUMMARY: ==4340== in use at exit: 460,036 bytes in 5,373 blocks ==4340== total heap usage: 171,631 allocs, 166,199 frees, 26,935,735 bytes allocated ==4340== ==4340== LEAK SUMMARY: ==4340== definitely lost: 0 bytes in 0 blocks ==4340== indirectly lost: 0 bytes in 0 blocks ==4340== possibly lost: 1,392 bytes in 4 blocks ==4340== still reachable: 175,257 bytes in 1,000 blocks ==4340== of which reachable via heuristic: ==4340== length64 : 1,032 bytes in 18 blocks ==4340== newarray : 5,976 bytes in 28 blocks ==4340== suppressed: 271,867 bytes in 4,285 blocks ==4340== Reachable blocks (those to which a pointer was found) are not shown. ==4340== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4340== ==4340== For counts of detected and suppressed errors, rerun with: -v ==4340== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==4344== Memcheck, a memory error detector ==4344== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4344== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4344== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart22Skip8 ==4344== Parent PID: 4340 ==4344== ==4352== Memcheck, a memory error detector ==4352== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4352== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4352== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart22Skip9 ==4352== Parent PID: 112 ==4352== ==4352== ==4352== HEAP SUMMARY: ==4352== in use at exit: 460,036 bytes in 5,373 blocks ==4352== total heap usage: 171,648 allocs, 166,216 frees, 26,936,466 bytes allocated ==4352== ==4352== LEAK SUMMARY: ==4352== definitely lost: 0 bytes in 0 blocks ==4352== indirectly lost: 0 bytes in 0 blocks ==4352== possibly lost: 1,392 bytes in 4 blocks ==4352== still reachable: 175,257 bytes in 1,000 blocks ==4352== of which reachable via heuristic: ==4352== length64 : 1,032 bytes in 18 blocks ==4352== newarray : 5,976 bytes in 28 blocks ==4352== suppressed: 271,867 bytes in 4,285 blocks ==4352== Reachable blocks (those to which a pointer was found) are not shown. ==4352== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4352== ==4352== For counts of detected and suppressed errors, rerun with: -v ==4352== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==4356== Memcheck, a memory error detector ==4356== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4356== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4356== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart22Skip9 ==4356== Parent PID: 4352 ==4356== ==4364== Memcheck, a memory error detector ==4364== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4364== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4364== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart22Skip10 ==4364== Parent PID: 112 ==4364== ==4364== ==4364== HEAP SUMMARY: ==4364== in use at exit: 460,044 bytes in 5,373 blocks ==4364== total heap usage: 171,635 allocs, 166,203 frees, 26,936,018 bytes allocated ==4364== ==4364== LEAK SUMMARY: ==4364== definitely lost: 0 bytes in 0 blocks ==4364== indirectly lost: 0 bytes in 0 blocks ==4364== possibly lost: 1,392 bytes in 4 blocks ==4364== still reachable: 175,257 bytes in 1,000 blocks ==4364== of which reachable via heuristic: ==4364== length64 : 1,032 bytes in 18 blocks ==4364== newarray : 5,976 bytes in 28 blocks ==4364== suppressed: 271,875 bytes in 4,285 blocks ==4364== Reachable blocks (those to which a pointer was found) are not shown. ==4364== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4364== ==4364== For counts of detected and suppressed errors, rerun with: -v ==4364== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==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: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart22Skip10 ==4368== Parent PID: 4364 ==4368== ==4376== Memcheck, a memory error detector ==4376== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4376== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4376== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart22Skip11 ==4376== Parent PID: 112 ==4376== ==4376== ==4376== HEAP SUMMARY: ==4376== in use at exit: 459,996 bytes in 5,371 blocks ==4376== total heap usage: 171,632 allocs, 166,202 frees, 26,935,955 bytes allocated ==4376== ==4376== LEAK SUMMARY: ==4376== definitely lost: 0 bytes in 0 blocks ==4376== indirectly lost: 0 bytes in 0 blocks ==4376== possibly lost: 1,392 bytes in 4 blocks ==4376== still reachable: 175,257 bytes in 1,000 blocks ==4376== of which reachable via heuristic: ==4376== length64 : 1,032 bytes in 18 blocks ==4376== newarray : 5,976 bytes in 28 blocks ==4376== suppressed: 271,827 bytes in 4,283 blocks ==4376== Reachable blocks (those to which a pointer was found) are not shown. ==4376== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4376== ==4376== For counts of detected and suppressed errors, rerun with: -v ==4376== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==4380== Memcheck, a memory error detector ==4380== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4380== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4380== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart22Skip11 ==4380== Parent PID: 4376 ==4380== ==4388== Memcheck, a memory error detector ==4388== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4388== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4388== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart22Skip12 ==4388== Parent PID: 112 ==4388== ==4388== ==4388== HEAP SUMMARY: ==4388== in use at exit: 460,060 bytes in 5,373 blocks ==4388== total heap usage: 171,619 allocs, 166,187 frees, 26,935,433 bytes allocated ==4388== ==4388== LEAK SUMMARY: ==4388== definitely lost: 0 bytes in 0 blocks ==4388== indirectly lost: 0 bytes in 0 blocks ==4388== possibly lost: 1,392 bytes in 4 blocks ==4388== still reachable: 175,257 bytes in 1,000 blocks ==4388== of which reachable via heuristic: ==4388== length64 : 1,032 bytes in 18 blocks ==4388== newarray : 5,976 bytes in 28 blocks ==4388== suppressed: 271,891 bytes in 4,285 blocks ==4388== Reachable blocks (those to which a pointer was found) are not shown. ==4388== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4388== ==4388== For counts of detected and suppressed errors, rerun with: -v ==4388== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==439== Memcheck, a memory error detector ==439== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==439== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==439== Command: ./client-test Client::Source::apple_caldav::LinkedItemsDefault::testLinkedItemsInsertBothUpdateParent ==439== Parent PID: 112 ==439== ==439== ==439== HEAP SUMMARY: ==439== in use at exit: 484,135 bytes in 5,468 blocks ==439== total heap usage: 249,490 allocs, 243,956 frees, 35,317,792 bytes allocated ==439== ==439== LEAK SUMMARY: ==439== definitely lost: 0 bytes in 0 blocks ==439== indirectly lost: 0 bytes in 0 blocks ==439== possibly lost: 1,392 bytes in 4 blocks ==439== still reachable: 199,324 bytes in 1,095 blocks ==439== of which reachable via heuristic: ==439== length64 : 1,032 bytes in 18 blocks ==439== newarray : 5,976 bytes in 28 blocks ==439== suppressed: 271,899 bytes in 4,285 blocks ==439== Reachable blocks (those to which a pointer was found) are not shown. ==439== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==439== ==439== For counts of detected and suppressed errors, rerun with: -v ==439== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==4392== Memcheck, a memory error detector ==4392== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4392== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4392== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart22Skip12 ==4392== Parent PID: 4388 ==4392== ==4400== Memcheck, a memory error detector ==4400== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4400== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4400== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart22Skip13 ==4400== Parent PID: 112 ==4400== ==4400== ==4400== HEAP SUMMARY: ==4400== in use at exit: 460,060 bytes in 5,373 blocks ==4400== total heap usage: 171,636 allocs, 166,204 frees, 26,936,165 bytes allocated ==4400== ==4400== LEAK SUMMARY: ==4400== definitely lost: 0 bytes in 0 blocks ==4400== indirectly lost: 0 bytes in 0 blocks ==4400== possibly lost: 1,392 bytes in 4 blocks ==4400== still reachable: 175,257 bytes in 1,000 blocks ==4400== of which reachable via heuristic: ==4400== length64 : 1,032 bytes in 18 blocks ==4400== newarray : 5,976 bytes in 28 blocks ==4400== suppressed: 271,891 bytes in 4,285 blocks ==4400== Reachable blocks (those to which a pointer was found) are not shown. ==4400== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4400== ==4400== For counts of detected and suppressed errors, rerun with: -v ==4400== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==4404== Memcheck, a memory error detector ==4404== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4404== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4404== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart22Skip13 ==4404== Parent PID: 4400 ==4404== ==4412== Memcheck, a memory error detector ==4412== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4412== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4412== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart22Skip14 ==4412== Parent PID: 112 ==4412== ==4412== ==4412== HEAP SUMMARY: ==4412== in use at exit: 460,052 bytes in 5,373 blocks ==4412== total heap usage: 171,609 allocs, 166,177 frees, 26,935,104 bytes allocated ==4412== ==4412== LEAK SUMMARY: ==4412== definitely lost: 0 bytes in 0 blocks ==4412== indirectly lost: 0 bytes in 0 blocks ==4412== possibly lost: 1,392 bytes in 4 blocks ==4412== still reachable: 175,257 bytes in 1,000 blocks ==4412== of which reachable via heuristic: ==4412== length64 : 1,032 bytes in 18 blocks ==4412== newarray : 5,976 bytes in 28 blocks ==4412== suppressed: 271,883 bytes in 4,285 blocks ==4412== Reachable blocks (those to which a pointer was found) are not shown. ==4412== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4412== ==4412== For counts of detected and suppressed errors, rerun with: -v ==4412== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==4416== Memcheck, a memory error detector ==4416== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4416== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4416== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart22Skip14 ==4416== Parent PID: 4412 ==4416== ==4424== Memcheck, a memory error detector ==4424== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4424== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4424== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart22Skip15 ==4424== Parent PID: 112 ==4424== ==4424== ==4424== HEAP SUMMARY: ==4424== in use at exit: 460,084 bytes in 5,373 blocks ==4424== total heap usage: 171,638 allocs, 166,206 frees, 26,936,335 bytes allocated ==4424== ==4424== LEAK SUMMARY: ==4424== definitely lost: 0 bytes in 0 blocks ==4424== indirectly lost: 0 bytes in 0 blocks ==4424== possibly lost: 1,392 bytes in 4 blocks ==4424== still reachable: 175,257 bytes in 1,000 blocks ==4424== of which reachable via heuristic: ==4424== length64 : 1,032 bytes in 18 blocks ==4424== newarray : 5,976 bytes in 28 blocks ==4424== suppressed: 271,915 bytes in 4,285 blocks ==4424== Reachable blocks (those to which a pointer was found) are not shown. ==4424== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4424== ==4424== For counts of detected and suppressed errors, rerun with: -v ==4424== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==4428== Memcheck, a memory error detector ==4428== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4428== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4428== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart22Skip15 ==4428== Parent PID: 4424 ==4428== ==443== Memcheck, a memory error detector ==443== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==443== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==443== Command: ./client-test Client::Source::apple_caldav::LinkedItemsDefault::testLinkedItemsInsertBothUpdateParent ==443== Parent PID: 439 ==443== ==4436== Memcheck, a memory error detector ==4436== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4436== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4436== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart22Skip16 ==4436== Parent PID: 112 ==4436== ==4436== ==4436== HEAP SUMMARY: ==4436== in use at exit: 460,020 bytes in 5,371 blocks ==4436== total heap usage: 171,623 allocs, 166,193 frees, 26,935,765 bytes allocated ==4436== ==4436== LEAK SUMMARY: ==4436== definitely lost: 0 bytes in 0 blocks ==4436== indirectly lost: 0 bytes in 0 blocks ==4436== possibly lost: 1,392 bytes in 4 blocks ==4436== still reachable: 175,257 bytes in 1,000 blocks ==4436== of which reachable via heuristic: ==4436== length64 : 1,032 bytes in 18 blocks ==4436== newarray : 5,976 bytes in 28 blocks ==4436== suppressed: 271,851 bytes in 4,283 blocks ==4436== Reachable blocks (those to which a pointer was found) are not shown. ==4436== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4436== ==4436== For counts of detected and suppressed errors, rerun with: -v ==4436== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==4440== Memcheck, a memory error detector ==4440== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4440== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4440== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart22Skip16 ==4440== Parent PID: 4436 ==4440== ==4448== Memcheck, a memory error detector ==4448== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4448== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4448== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart22Skip17 ==4448== Parent PID: 112 ==4448== ==4448== ==4448== HEAP SUMMARY: ==4448== in use at exit: 460,028 bytes in 5,373 blocks ==4448== total heap usage: 171,624 allocs, 166,192 frees, 26,935,766 bytes allocated ==4448== ==4448== LEAK SUMMARY: ==4448== definitely lost: 0 bytes in 0 blocks ==4448== indirectly lost: 0 bytes in 0 blocks ==4448== possibly lost: 1,392 bytes in 4 blocks ==4448== still reachable: 175,257 bytes in 1,000 blocks ==4448== of which reachable via heuristic: ==4448== length64 : 1,032 bytes in 18 blocks ==4448== newarray : 5,976 bytes in 28 blocks ==4448== suppressed: 271,859 bytes in 4,285 blocks ==4448== Reachable blocks (those to which a pointer was found) are not shown. ==4448== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4448== ==4448== For counts of detected and suppressed errors, rerun with: -v ==4448== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==4452== Memcheck, a memory error detector ==4452== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4452== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4452== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart22Skip17 ==4452== Parent PID: 4448 ==4452== ==4460== Memcheck, a memory error detector ==4460== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4460== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4460== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart22Skip18 ==4460== Parent PID: 112 ==4460== ==4460== ==4460== HEAP SUMMARY: ==4460== in use at exit: 459,996 bytes in 5,371 blocks ==4460== total heap usage: 171,639 allocs, 166,209 frees, 26,936,474 bytes allocated ==4460== ==4460== LEAK SUMMARY: ==4460== definitely lost: 0 bytes in 0 blocks ==4460== indirectly lost: 0 bytes in 0 blocks ==4460== possibly lost: 1,392 bytes in 4 blocks ==4460== still reachable: 175,257 bytes in 1,000 blocks ==4460== of which reachable via heuristic: ==4460== length64 : 1,032 bytes in 18 blocks ==4460== newarray : 5,976 bytes in 28 blocks ==4460== suppressed: 271,827 bytes in 4,283 blocks ==4460== Reachable blocks (those to which a pointer was found) are not shown. ==4460== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4460== ==4460== For counts of detected and suppressed errors, rerun with: -v ==4460== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==4464== Memcheck, a memory error detector ==4464== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4464== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4464== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart22Skip18 ==4464== Parent PID: 4460 ==4464== ==4472== Memcheck, a memory error detector ==4472== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4472== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4472== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart22Skip19 ==4472== Parent PID: 112 ==4472== ==4472== ==4472== HEAP SUMMARY: ==4472== in use at exit: 460,052 bytes in 5,373 blocks ==4472== total heap usage: 171,664 allocs, 166,232 frees, 26,937,734 bytes allocated ==4472== ==4472== LEAK SUMMARY: ==4472== definitely lost: 0 bytes in 0 blocks ==4472== indirectly lost: 0 bytes in 0 blocks ==4472== possibly lost: 1,392 bytes in 4 blocks ==4472== still reachable: 175,257 bytes in 1,000 blocks ==4472== of which reachable via heuristic: ==4472== length64 : 1,032 bytes in 18 blocks ==4472== newarray : 5,976 bytes in 28 blocks ==4472== suppressed: 271,883 bytes in 4,285 blocks ==4472== Reachable blocks (those to which a pointer was found) are not shown. ==4472== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4472== ==4472== For counts of detected and suppressed errors, rerun with: -v ==4472== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==4476== Memcheck, a memory error detector ==4476== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4476== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4476== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart22Skip19 ==4476== Parent PID: 4472 ==4476== ==4484== Memcheck, a memory error detector ==4484== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4484== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4484== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart22Skip20 ==4484== Parent PID: 112 ==4484== ==4484== ==4484== HEAP SUMMARY: ==4484== in use at exit: 460,052 bytes in 5,373 blocks ==4484== total heap usage: 171,615 allocs, 166,183 frees, 26,935,542 bytes allocated ==4484== ==4484== LEAK SUMMARY: ==4484== definitely lost: 0 bytes in 0 blocks ==4484== indirectly lost: 0 bytes in 0 blocks ==4484== possibly lost: 1,392 bytes in 4 blocks ==4484== still reachable: 175,257 bytes in 1,000 blocks ==4484== of which reachable via heuristic: ==4484== length64 : 1,032 bytes in 18 blocks ==4484== newarray : 5,976 bytes in 28 blocks ==4484== suppressed: 271,883 bytes in 4,285 blocks ==4484== Reachable blocks (those to which a pointer was found) are not shown. ==4484== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4484== ==4484== For counts of detected and suppressed errors, rerun with: -v ==4484== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==4488== Memcheck, a memory error detector ==4488== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4488== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4488== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart22Skip20 ==4488== Parent PID: 4484 ==4488== ==4496== Memcheck, a memory error detector ==4496== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4496== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4496== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart22Skip21 ==4496== Parent PID: 112 ==4496== ==4496== ==4496== HEAP SUMMARY: ==4496== in use at exit: 460,060 bytes in 5,373 blocks ==4496== total heap usage: 171,628 allocs, 166,196 frees, 26,936,090 bytes allocated ==4496== ==4496== LEAK SUMMARY: ==4496== definitely lost: 0 bytes in 0 blocks ==4496== indirectly lost: 0 bytes in 0 blocks ==4496== possibly lost: 1,392 bytes in 4 blocks ==4496== still reachable: 175,257 bytes in 1,000 blocks ==4496== of which reachable via heuristic: ==4496== length64 : 1,032 bytes in 18 blocks ==4496== newarray : 5,976 bytes in 28 blocks ==4496== suppressed: 271,891 bytes in 4,285 blocks ==4496== Reachable blocks (those to which a pointer was found) are not shown. ==4496== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4496== ==4496== For counts of detected and suppressed errors, rerun with: -v ==4496== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==4500== Memcheck, a memory error detector ==4500== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4500== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4500== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart22Skip21 ==4500== Parent PID: 4496 ==4500== ==4508== Memcheck, a memory error detector ==4508== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4508== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4508== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart22Skip22 ==4508== Parent PID: 112 ==4508== ==4508== ==4508== HEAP SUMMARY: ==4508== in use at exit: 460,060 bytes in 5,373 blocks ==4508== total heap usage: 171,629 allocs, 166,197 frees, 26,936,163 bytes allocated ==4508== ==4508== LEAK SUMMARY: ==4508== definitely lost: 0 bytes in 0 blocks ==4508== indirectly lost: 0 bytes in 0 blocks ==4508== possibly lost: 1,392 bytes in 4 blocks ==4508== still reachable: 175,257 bytes in 1,000 blocks ==4508== of which reachable via heuristic: ==4508== length64 : 1,032 bytes in 18 blocks ==4508== newarray : 5,976 bytes in 28 blocks ==4508== suppressed: 271,891 bytes in 4,285 blocks ==4508== Reachable blocks (those to which a pointer was found) are not shown. ==4508== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4508== ==4508== For counts of detected and suppressed errors, rerun with: -v ==4508== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==451== Memcheck, a memory error detector ==451== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==451== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==451== Command: ./client-test Client::Source::apple_caldav::LinkedItemsDefault::testLinkedItemsInsertBothUpdateParent ==451== Parent PID: 439 ==451== ==4512== Memcheck, a memory error detector ==4512== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4512== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4512== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart22Skip22 ==4512== Parent PID: 4508 ==4512== ==4520== Memcheck, a memory error detector ==4520== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4520== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4520== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart22Skip23 ==4520== Parent PID: 112 ==4520== ==4520== ==4520== HEAP SUMMARY: ==4520== in use at exit: 460,036 bytes in 5,373 blocks ==4520== total heap usage: 171,630 allocs, 166,198 frees, 26,936,220 bytes allocated ==4520== ==4520== LEAK SUMMARY: ==4520== definitely lost: 0 bytes in 0 blocks ==4520== indirectly lost: 0 bytes in 0 blocks ==4520== possibly lost: 1,392 bytes in 4 blocks ==4520== still reachable: 175,257 bytes in 1,000 blocks ==4520== of which reachable via heuristic: ==4520== length64 : 1,032 bytes in 18 blocks ==4520== newarray : 5,976 bytes in 28 blocks ==4520== suppressed: 271,867 bytes in 4,285 blocks ==4520== Reachable blocks (those to which a pointer was found) are not shown. ==4520== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4520== ==4520== For counts of detected and suppressed errors, rerun with: -v ==4520== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==4524== Memcheck, a memory error detector ==4524== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4524== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4524== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart22Skip23 ==4524== Parent PID: 4520 ==4524== ==4532== Memcheck, a memory error detector ==4532== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4532== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4532== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart22Skip24 ==4532== Parent PID: 112 ==4532== ==4532== ==4532== HEAP SUMMARY: ==4532== in use at exit: 460,044 bytes in 5,373 blocks ==4532== total heap usage: 171,633 allocs, 166,201 frees, 26,936,373 bytes allocated ==4532== ==4532== LEAK SUMMARY: ==4532== definitely lost: 0 bytes in 0 blocks ==4532== indirectly lost: 0 bytes in 0 blocks ==4532== possibly lost: 1,392 bytes in 4 blocks ==4532== still reachable: 175,257 bytes in 1,000 blocks ==4532== of which reachable via heuristic: ==4532== length64 : 1,032 bytes in 18 blocks ==4532== newarray : 5,976 bytes in 28 blocks ==4532== suppressed: 271,875 bytes in 4,285 blocks ==4532== Reachable blocks (those to which a pointer was found) are not shown. ==4532== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4532== ==4532== For counts of detected and suppressed errors, rerun with: -v ==4532== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==4536== Memcheck, a memory error detector ==4536== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4536== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4536== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart22Skip24 ==4536== Parent PID: 4532 ==4536== ==4544== Memcheck, a memory error detector ==4544== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4544== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4544== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart22Skip25 ==4544== Parent PID: 112 ==4544== ==4544== ==4544== HEAP SUMMARY: ==4544== in use at exit: 460,068 bytes in 5,373 blocks ==4544== total heap usage: 171,651 allocs, 166,219 frees, 26,937,225 bytes allocated ==4544== ==4544== LEAK SUMMARY: ==4544== definitely lost: 0 bytes in 0 blocks ==4544== indirectly lost: 0 bytes in 0 blocks ==4544== possibly lost: 1,392 bytes in 4 blocks ==4544== still reachable: 175,257 bytes in 1,000 blocks ==4544== of which reachable via heuristic: ==4544== length64 : 1,032 bytes in 18 blocks ==4544== newarray : 5,976 bytes in 28 blocks ==4544== suppressed: 271,899 bytes in 4,285 blocks ==4544== Reachable blocks (those to which a pointer was found) are not shown. ==4544== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4544== ==4544== For counts of detected and suppressed errors, rerun with: -v ==4544== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==4548== Memcheck, a memory error detector ==4548== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4548== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4548== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart22Skip25 ==4548== Parent PID: 4544 ==4548== ==4556== Memcheck, a memory error detector ==4556== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4556== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4556== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart22Skip26 ==4556== Parent PID: 112 ==4556== ==4556== ==4556== HEAP SUMMARY: ==4556== in use at exit: 460,028 bytes in 5,373 blocks ==4556== total heap usage: 171,633 allocs, 166,201 frees, 26,936,423 bytes allocated ==4556== ==4556== LEAK SUMMARY: ==4556== definitely lost: 0 bytes in 0 blocks ==4556== indirectly lost: 0 bytes in 0 blocks ==4556== possibly lost: 1,392 bytes in 4 blocks ==4556== still reachable: 175,257 bytes in 1,000 blocks ==4556== of which reachable via heuristic: ==4556== length64 : 1,032 bytes in 18 blocks ==4556== newarray : 5,976 bytes in 28 blocks ==4556== suppressed: 271,859 bytes in 4,285 blocks ==4556== Reachable blocks (those to which a pointer was found) are not shown. ==4556== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4556== ==4556== For counts of detected and suppressed errors, rerun with: -v ==4556== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==4560== Memcheck, a memory error detector ==4560== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4560== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4560== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart22Skip26 ==4560== Parent PID: 4556 ==4560== ==4568== Memcheck, a memory error detector ==4568== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4568== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4568== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart22Skip27 ==4568== Parent PID: 112 ==4568== ==4568== ==4568== HEAP SUMMARY: ==4568== in use at exit: 460,036 bytes in 5,373 blocks ==4568== total heap usage: 171,634 allocs, 166,202 frees, 26,936,503 bytes allocated ==4568== ==4568== LEAK SUMMARY: ==4568== definitely lost: 0 bytes in 0 blocks ==4568== indirectly lost: 0 bytes in 0 blocks ==4568== possibly lost: 1,392 bytes in 4 blocks ==4568== still reachable: 175,257 bytes in 1,000 blocks ==4568== of which reachable via heuristic: ==4568== length64 : 1,032 bytes in 18 blocks ==4568== newarray : 5,976 bytes in 28 blocks ==4568== suppressed: 271,867 bytes in 4,285 blocks ==4568== Reachable blocks (those to which a pointer was found) are not shown. ==4568== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4568== ==4568== For counts of detected and suppressed errors, rerun with: -v ==4568== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==4572== Memcheck, a memory error detector ==4572== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4572== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4572== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart22Skip27 ==4572== Parent PID: 4568 ==4572== ==4580== Memcheck, a memory error detector ==4580== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4580== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4580== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart22Skip28 ==4580== Parent PID: 112 ==4580== ==4580== ==4580== HEAP SUMMARY: ==4580== in use at exit: 459,988 bytes in 5,371 blocks ==4580== total heap usage: 171,635 allocs, 166,205 frees, 26,936,609 bytes allocated ==4580== ==4580== LEAK SUMMARY: ==4580== definitely lost: 0 bytes in 0 blocks ==4580== indirectly lost: 0 bytes in 0 blocks ==4580== possibly lost: 1,392 bytes in 4 blocks ==4580== still reachable: 175,257 bytes in 1,000 blocks ==4580== of which reachable via heuristic: ==4580== length64 : 1,032 bytes in 18 blocks ==4580== newarray : 5,976 bytes in 28 blocks ==4580== suppressed: 271,819 bytes in 4,283 blocks ==4580== Reachable blocks (those to which a pointer was found) are not shown. ==4580== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4580== ==4580== For counts of detected and suppressed errors, rerun with: -v ==4580== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==4584== Memcheck, a memory error detector ==4584== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4584== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4584== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart22Skip28 ==4584== Parent PID: 4580 ==4584== ==459== Memcheck, a memory error detector ==459== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==459== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==459== Command: ./client-test Client::Source::apple_caldav::LinkedItemsDefault::testLinkedItemsSingle404 ==459== Parent PID: 112 ==459== ==459== ==459== HEAP SUMMARY: ==459== in use at exit: 436,451 bytes in 5,358 blocks ==459== total heap usage: 159,820 allocs, 154,404 frees, 25,223,319 bytes allocated ==459== ==459== LEAK SUMMARY: ==459== definitely lost: 0 bytes in 0 blocks ==459== indirectly lost: 0 bytes in 0 blocks ==459== possibly lost: 1,392 bytes in 4 blocks ==459== still reachable: 151,664 bytes in 985 blocks ==459== of which reachable via heuristic: ==459== length64 : 1,032 bytes in 18 blocks ==459== newarray : 5,976 bytes in 28 blocks ==459== suppressed: 271,875 bytes in 4,285 blocks ==459== Reachable blocks (those to which a pointer was found) are not shown. ==459== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==459== ==459== For counts of detected and suppressed errors, rerun with: -v ==459== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==4592== Memcheck, a memory error detector ==4592== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4592== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4592== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart22Skip29 ==4592== Parent PID: 112 ==4592== ==4592== ==4592== HEAP SUMMARY: ==4592== in use at exit: 460,044 bytes in 5,373 blocks ==4592== total heap usage: 171,620 allocs, 166,188 frees, 26,935,999 bytes allocated ==4592== ==4592== LEAK SUMMARY: ==4592== definitely lost: 0 bytes in 0 blocks ==4592== indirectly lost: 0 bytes in 0 blocks ==4592== possibly lost: 1,392 bytes in 4 blocks ==4592== still reachable: 175,257 bytes in 1,000 blocks ==4592== of which reachable via heuristic: ==4592== length64 : 1,032 bytes in 18 blocks ==4592== newarray : 5,976 bytes in 28 blocks ==4592== suppressed: 271,875 bytes in 4,285 blocks ==4592== Reachable blocks (those to which a pointer was found) are not shown. ==4592== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4592== ==4592== For counts of detected and suppressed errors, rerun with: -v ==4592== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==4596== Memcheck, a memory error detector ==4596== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4596== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4596== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart22Skip29 ==4596== Parent PID: 4592 ==4596== ==4604== Memcheck, a memory error detector ==4604== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4604== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4604== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart22Skip30 ==4604== Parent PID: 112 ==4604== ==4604== ==4604== HEAP SUMMARY: ==4604== in use at exit: 460,044 bytes in 5,373 blocks ==4604== total heap usage: 171,653 allocs, 166,221 frees, 26,937,406 bytes allocated ==4604== ==4604== LEAK SUMMARY: ==4604== definitely lost: 0 bytes in 0 blocks ==4604== indirectly lost: 0 bytes in 0 blocks ==4604== possibly lost: 1,392 bytes in 4 blocks ==4604== still reachable: 175,257 bytes in 1,000 blocks ==4604== of which reachable via heuristic: ==4604== length64 : 1,032 bytes in 18 blocks ==4604== newarray : 5,976 bytes in 28 blocks ==4604== suppressed: 271,875 bytes in 4,285 blocks ==4604== Reachable blocks (those to which a pointer was found) are not shown. ==4604== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4604== ==4604== For counts of detected and suppressed errors, rerun with: -v ==4604== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==4608== Memcheck, a memory error detector ==4608== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4608== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4608== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart22Skip30 ==4608== Parent PID: 4604 ==4608== ==4616== Memcheck, a memory error detector ==4616== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4616== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4616== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart22Exdate ==4616== Parent PID: 112 ==4616== ==4616== ==4616== HEAP SUMMARY: ==4616== in use at exit: 465,420 bytes in 5,394 blocks ==4616== total heap usage: 234,642 allocs, 229,183 frees, 33,908,534 bytes allocated ==4616== ==4616== LEAK SUMMARY: ==4616== definitely lost: 0 bytes in 0 blocks ==4616== indirectly lost: 0 bytes in 0 blocks ==4616== possibly lost: 1,392 bytes in 4 blocks ==4616== still reachable: 180,633 bytes in 1,021 blocks ==4616== of which reachable via heuristic: ==4616== length64 : 1,032 bytes in 18 blocks ==4616== newarray : 5,976 bytes in 28 blocks ==4616== suppressed: 271,875 bytes in 4,285 blocks ==4616== Reachable blocks (those to which a pointer was found) are not shown. ==4616== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4616== ==4616== For counts of detected and suppressed errors, rerun with: -v ==4616== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==4620== Memcheck, a memory error detector ==4620== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4620== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4620== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart22Exdate ==4620== Parent PID: 4616 ==4620== ==4628== Memcheck, a memory error detector ==4628== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4628== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4628== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart22Exdate ==4628== Parent PID: 4616 ==4628== ==463== Memcheck, a memory error detector ==463== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==463== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==463== Command: ./client-test Client::Source::apple_caldav::LinkedItemsDefault::testLinkedItemsMany404 ==463== Parent PID: 112 ==463== ==463== ==463== HEAP SUMMARY: ==463== in use at exit: 462,591 bytes in 5,384 blocks ==463== total heap usage: 182,050 allocs, 176,606 frees, 27,757,246 bytes allocated ==463== ==463== LEAK SUMMARY: ==463== definitely lost: 0 bytes in 0 blocks ==463== indirectly lost: 0 bytes in 0 blocks ==463== possibly lost: 1,392 bytes in 4 blocks ==463== still reachable: 177,820 bytes in 1,011 blocks ==463== of which reachable via heuristic: ==463== length64 : 1,032 bytes in 18 blocks ==463== newarray : 5,976 bytes in 28 blocks ==463== suppressed: 271,859 bytes in 4,285 blocks ==463== Reachable blocks (those to which a pointer was found) are not shown. ==463== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==463== ==463== For counts of detected and suppressed errors, rerun with: -v ==463== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==4636== Memcheck, a memory error detector ==4636== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4636== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4636== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart22Exdate ==4636== Parent PID: 4616 ==4636== ==4644== Memcheck, a memory error detector ==4644== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4644== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4644== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart33Skip0 ==4644== Parent PID: 112 ==4644== ==4644== ==4644== HEAP SUMMARY: ==4644== in use at exit: 481,548 bytes in 5,457 blocks ==4644== total heap usage: 298,711 allocs, 293,183 frees, 41,350,667 bytes allocated ==4644== ==4644== LEAK SUMMARY: ==4644== definitely lost: 0 bytes in 0 blocks ==4644== indirectly lost: 0 bytes in 0 blocks ==4644== possibly lost: 1,392 bytes in 4 blocks ==4644== still reachable: 196,761 bytes in 1,084 blocks ==4644== of which reachable via heuristic: ==4644== length64 : 1,032 bytes in 18 blocks ==4644== newarray : 5,976 bytes in 28 blocks ==4644== suppressed: 271,875 bytes in 4,285 blocks ==4644== Reachable blocks (those to which a pointer was found) are not shown. ==4644== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4644== ==4644== For counts of detected and suppressed errors, rerun with: -v ==4644== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==4648== Memcheck, a memory error detector ==4648== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4648== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4648== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart33Skip0 ==4648== Parent PID: 4644 ==4648== ==4656== Memcheck, a memory error detector ==4656== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4656== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4656== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart33Skip0 ==4656== Parent PID: 4644 ==4656== ==4664== Memcheck, a memory error detector ==4664== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4664== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4664== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart33Skip0 ==4664== Parent PID: 4644 ==4664== ==467== Memcheck, a memory error detector ==467== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==467== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==467== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWithVALARM::testLinkedItemsParent ==467== Parent PID: 112 ==467== ==467== ==467== HEAP SUMMARY: ==467== in use at exit: 465,663 bytes in 5,396 blocks ==467== total heap usage: 202,198 allocs, 196,740 frees, 30,133,518 bytes allocated ==467== ==467== LEAK SUMMARY: ==467== definitely lost: 0 bytes in 0 blocks ==467== indirectly lost: 0 bytes in 0 blocks ==467== possibly lost: 1,392 bytes in 4 blocks ==467== still reachable: 180,892 bytes in 1,023 blocks ==467== of which reachable via heuristic: ==467== length64 : 1,032 bytes in 18 blocks ==467== newarray : 5,976 bytes in 28 blocks ==467== suppressed: 271,859 bytes in 4,285 blocks ==467== Reachable blocks (those to which a pointer was found) are not shown. ==467== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==467== ==467== For counts of detected and suppressed errors, rerun with: -v ==467== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==4672== Memcheck, a memory error detector ==4672== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4672== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4672== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart33Skip0 ==4672== Parent PID: 4644 ==4672== ==4680== Memcheck, a memory error detector ==4680== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4680== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4680== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart33Skip0 ==4680== Parent PID: 4644 ==4680== ==4688== Memcheck, a memory error detector ==4688== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4688== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4688== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart33Skip1 ==4688== Parent PID: 112 ==4688== ==4688== ==4688== HEAP SUMMARY: ==4688== in use at exit: 472,532 bytes in 5,420 blocks ==4688== total heap usage: 235,003 allocs, 229,518 frees, 35,497,277 bytes allocated ==4688== ==4688== LEAK SUMMARY: ==4688== definitely lost: 0 bytes in 0 blocks ==4688== indirectly lost: 0 bytes in 0 blocks ==4688== possibly lost: 1,392 bytes in 4 blocks ==4688== still reachable: 187,801 bytes in 1,049 blocks ==4688== of which reachable via heuristic: ==4688== length64 : 1,032 bytes in 18 blocks ==4688== newarray : 5,976 bytes in 28 blocks ==4688== suppressed: 271,819 bytes in 4,283 blocks ==4688== Reachable blocks (those to which a pointer was found) are not shown. ==4688== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4688== ==4688== For counts of detected and suppressed errors, rerun with: -v ==4688== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==4692== Memcheck, a memory error detector ==4692== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4692== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4692== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart33Skip1 ==4692== Parent PID: 4688 ==4692== ==4700== Memcheck, a memory error detector ==4700== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4700== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4700== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart33Skip1 ==4700== Parent PID: 4688 ==4700== ==4708== Memcheck, a memory error detector ==4708== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4708== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4708== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart33Skip1 ==4708== Parent PID: 4688 ==4708== ==471== Memcheck, a memory error detector ==471== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==471== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==471== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWithVALARM::testLinkedItemsParent ==471== Parent PID: 467 ==471== ==4716== Memcheck, a memory error detector ==4716== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4716== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4716== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart33Skip2 ==4716== Parent PID: 112 ==4716== ==4716== ==4716== HEAP SUMMARY: ==4716== in use at exit: 465,404 bytes in 5,394 blocks ==4716== total heap usage: 203,205 allocs, 197,749 frees, 30,436,173 bytes allocated ==4716== ==4716== LEAK SUMMARY: ==4716== definitely lost: 0 bytes in 0 blocks ==4716== indirectly lost: 0 bytes in 0 blocks ==4716== possibly lost: 1,392 bytes in 4 blocks ==4716== still reachable: 180,633 bytes in 1,021 blocks ==4716== of which reachable via heuristic: ==4716== length64 : 1,032 bytes in 18 blocks ==4716== newarray : 5,976 bytes in 28 blocks ==4716== suppressed: 271,859 bytes in 4,285 blocks ==4716== Reachable blocks (those to which a pointer was found) are not shown. ==4716== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4716== ==4716== For counts of detected and suppressed errors, rerun with: -v ==4716== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==4720== Memcheck, a memory error detector ==4720== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4720== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4720== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart33Skip2 ==4720== Parent PID: 4716 ==4720== ==4728== Memcheck, a memory error detector ==4728== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4728== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4728== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart33Skip2 ==4728== Parent PID: 4716 ==4728== ==4736== Memcheck, a memory error detector ==4736== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4736== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4736== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart33Skip3 ==4736== Parent PID: 112 ==4736== ==4736== ==4736== HEAP SUMMARY: ==4736== in use at exit: 463,636 bytes in 5,387 blocks ==4736== total heap usage: 203,101 allocs, 197,652 frees, 30,405,064 bytes allocated ==4736== ==4736== LEAK SUMMARY: ==4736== definitely lost: 0 bytes in 0 blocks ==4736== indirectly lost: 0 bytes in 0 blocks ==4736== possibly lost: 1,392 bytes in 4 blocks ==4736== still reachable: 178,841 bytes in 1,014 blocks ==4736== of which reachable via heuristic: ==4736== length64 : 1,032 bytes in 18 blocks ==4736== newarray : 5,976 bytes in 28 blocks ==4736== suppressed: 271,883 bytes in 4,285 blocks ==4736== Reachable blocks (those to which a pointer was found) are not shown. ==4736== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4736== ==4736== For counts of detected and suppressed errors, rerun with: -v ==4736== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==4740== Memcheck, a memory error detector ==4740== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4740== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4740== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart33Skip3 ==4740== Parent PID: 4736 ==4740== ==4748== Memcheck, a memory error detector ==4748== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4748== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4748== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart33Skip3 ==4748== Parent PID: 4736 ==4748== ==4756== Memcheck, a memory error detector ==4756== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4756== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4756== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart33Skip4 ==4756== Parent PID: 112 ==4756== ==4756== ==4756== HEAP SUMMARY: ==4756== in use at exit: 461,844 bytes in 5,380 blocks ==4756== total heap usage: 171,745 allocs, 166,306 frees, 26,965,094 bytes allocated ==4756== ==4756== LEAK SUMMARY: ==4756== definitely lost: 0 bytes in 0 blocks ==4756== indirectly lost: 0 bytes in 0 blocks ==4756== possibly lost: 1,392 bytes in 4 blocks ==4756== still reachable: 177,049 bytes in 1,007 blocks ==4756== of which reachable via heuristic: ==4756== length64 : 1,032 bytes in 18 blocks ==4756== newarray : 5,976 bytes in 28 blocks ==4756== suppressed: 271,883 bytes in 4,285 blocks ==4756== Reachable blocks (those to which a pointer was found) are not shown. ==4756== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4756== ==4756== For counts of detected and suppressed errors, rerun with: -v ==4756== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==4760== Memcheck, a memory error detector ==4760== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4760== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4760== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart33Skip4 ==4760== Parent PID: 4756 ==4760== ==4768== Memcheck, a memory error detector ==4768== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4768== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4768== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart33Skip5 ==4768== Parent PID: 112 ==4768== ==4768== ==4768== HEAP SUMMARY: ==4768== in use at exit: 460,052 bytes in 5,373 blocks ==4768== total heap usage: 171,632 allocs, 166,200 frees, 26,936,735 bytes allocated ==4768== ==4768== LEAK SUMMARY: ==4768== definitely lost: 0 bytes in 0 blocks ==4768== indirectly lost: 0 bytes in 0 blocks ==4768== possibly lost: 1,392 bytes in 4 blocks ==4768== still reachable: 175,257 bytes in 1,000 blocks ==4768== of which reachable via heuristic: ==4768== length64 : 1,032 bytes in 18 blocks ==4768== newarray : 5,976 bytes in 28 blocks ==4768== suppressed: 271,883 bytes in 4,285 blocks ==4768== Reachable blocks (those to which a pointer was found) are not shown. ==4768== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4768== ==4768== For counts of detected and suppressed errors, rerun with: -v ==4768== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==4772== Memcheck, a memory error detector ==4772== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4772== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4772== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart33Skip5 ==4772== Parent PID: 4768 ==4772== ==4780== Memcheck, a memory error detector ==4780== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4780== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4780== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart33Skip6 ==4780== Parent PID: 112 ==4780== ==4780== ==4780== HEAP SUMMARY: ==4780== in use at exit: 460,052 bytes in 5,373 blocks ==4780== total heap usage: 171,645 allocs, 166,213 frees, 26,937,282 bytes allocated ==4780== ==4780== LEAK SUMMARY: ==4780== definitely lost: 0 bytes in 0 blocks ==4780== indirectly lost: 0 bytes in 0 blocks ==4780== possibly lost: 1,392 bytes in 4 blocks ==4780== still reachable: 175,257 bytes in 1,000 blocks ==4780== of which reachable via heuristic: ==4780== length64 : 1,032 bytes in 18 blocks ==4780== newarray : 5,976 bytes in 28 blocks ==4780== suppressed: 271,883 bytes in 4,285 blocks ==4780== Reachable blocks (those to which a pointer was found) are not shown. ==4780== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4780== ==4780== For counts of detected and suppressed errors, rerun with: -v ==4780== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==4784== Memcheck, a memory error detector ==4784== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4784== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4784== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart33Skip6 ==4784== Parent PID: 4780 ==4784== ==479== Memcheck, a memory error detector ==479== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==479== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==479== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWithVALARM::testLinkedItemsChild ==479== Parent PID: 112 ==479== ==479== ==479== HEAP SUMMARY: ==479== in use at exit: 459,559 bytes in 5,372 blocks ==479== total heap usage: 201,284 allocs, 195,850 frees, 29,753,784 bytes allocated ==479== ==479== LEAK SUMMARY: ==479== definitely lost: 0 bytes in 0 blocks ==479== indirectly lost: 0 bytes in 0 blocks ==479== possibly lost: 1,392 bytes in 4 blocks ==479== still reachable: 174,748 bytes in 999 blocks ==479== of which reachable via heuristic: ==479== length64 : 1,032 bytes in 18 blocks ==479== newarray : 5,976 bytes in 28 blocks ==479== suppressed: 271,899 bytes in 4,285 blocks ==479== Reachable blocks (those to which a pointer was found) are not shown. ==479== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==479== ==479== For counts of detected and suppressed errors, rerun with: -v ==479== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==4792== Memcheck, a memory error detector ==4792== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4792== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4792== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart33Skip7 ==4792== Parent PID: 112 ==4792== ==4792== ==4792== HEAP SUMMARY: ==4792== in use at exit: 460,044 bytes in 5,373 blocks ==4792== total heap usage: 171,646 allocs, 166,214 frees, 26,937,338 bytes allocated ==4792== ==4792== LEAK SUMMARY: ==4792== definitely lost: 0 bytes in 0 blocks ==4792== indirectly lost: 0 bytes in 0 blocks ==4792== possibly lost: 1,392 bytes in 4 blocks ==4792== still reachable: 175,257 bytes in 1,000 blocks ==4792== of which reachable via heuristic: ==4792== length64 : 1,032 bytes in 18 blocks ==4792== newarray : 5,976 bytes in 28 blocks ==4792== suppressed: 271,875 bytes in 4,285 blocks ==4792== Reachable blocks (those to which a pointer was found) are not shown. ==4792== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4792== ==4792== For counts of detected and suppressed errors, rerun with: -v ==4792== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==4796== Memcheck, a memory error detector ==4796== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4796== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4796== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart33Skip7 ==4796== Parent PID: 4792 ==4796== ==4804== Memcheck, a memory error detector ==4804== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4804== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4804== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart33Skip8 ==4804== Parent PID: 112 ==4804== ==4804== ==4804== HEAP SUMMARY: ==4804== in use at exit: 460,052 bytes in 5,373 blocks ==4804== total heap usage: 171,666 allocs, 166,234 frees, 26,938,245 bytes allocated ==4804== ==4804== LEAK SUMMARY: ==4804== definitely lost: 0 bytes in 0 blocks ==4804== indirectly lost: 0 bytes in 0 blocks ==4804== possibly lost: 1,392 bytes in 4 blocks ==4804== still reachable: 175,257 bytes in 1,000 blocks ==4804== of which reachable via heuristic: ==4804== length64 : 1,032 bytes in 18 blocks ==4804== newarray : 5,976 bytes in 28 blocks ==4804== suppressed: 271,883 bytes in 4,285 blocks ==4804== Reachable blocks (those to which a pointer was found) are not shown. ==4804== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4804== ==4804== For counts of detected and suppressed errors, rerun with: -v ==4804== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==4808== Memcheck, a memory error detector ==4808== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4808== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4808== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart33Skip8 ==4808== Parent PID: 4804 ==4808== ==4816== Memcheck, a memory error detector ==4816== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4816== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4816== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart33Skip9 ==4816== Parent PID: 112 ==4816== ==4816== ==4816== HEAP SUMMARY: ==4816== in use at exit: 460,036 bytes in 5,373 blocks ==4816== total heap usage: 171,664 allocs, 166,232 frees, 26,938,133 bytes allocated ==4816== ==4816== LEAK SUMMARY: ==4816== definitely lost: 0 bytes in 0 blocks ==4816== indirectly lost: 0 bytes in 0 blocks ==4816== possibly lost: 1,392 bytes in 4 blocks ==4816== still reachable: 175,257 bytes in 1,000 blocks ==4816== of which reachable via heuristic: ==4816== length64 : 1,032 bytes in 18 blocks ==4816== newarray : 5,976 bytes in 28 blocks ==4816== suppressed: 271,867 bytes in 4,285 blocks ==4816== Reachable blocks (those to which a pointer was found) are not shown. ==4816== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4816== ==4816== For counts of detected and suppressed errors, rerun with: -v ==4816== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==4820== Memcheck, a memory error detector ==4820== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4820== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4820== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart33Skip9 ==4820== Parent PID: 4816 ==4820== ==4828== Memcheck, a memory error detector ==4828== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4828== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4828== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart33Skip10 ==4828== Parent PID: 112 ==4828== ==4828== ==4828== HEAP SUMMARY: ==4828== in use at exit: 460,044 bytes in 5,373 blocks ==4828== total heap usage: 171,654 allocs, 166,222 frees, 26,937,837 bytes allocated ==4828== ==4828== LEAK SUMMARY: ==4828== definitely lost: 0 bytes in 0 blocks ==4828== indirectly lost: 0 bytes in 0 blocks ==4828== possibly lost: 1,392 bytes in 4 blocks ==4828== still reachable: 175,257 bytes in 1,000 blocks ==4828== of which reachable via heuristic: ==4828== length64 : 1,032 bytes in 18 blocks ==4828== newarray : 5,976 bytes in 28 blocks ==4828== suppressed: 271,875 bytes in 4,285 blocks ==4828== Reachable blocks (those to which a pointer was found) are not shown. ==4828== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4828== ==4828== For counts of detected and suppressed errors, rerun with: -v ==4828== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==483== Memcheck, a memory error detector ==483== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==483== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==483== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWithVALARM::testLinkedItemsChild ==483== Parent PID: 479 ==483== ==4832== Memcheck, a memory error detector ==4832== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4832== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4832== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart33Skip10 ==4832== Parent PID: 4828 ==4832== ==4840== Memcheck, a memory error detector ==4840== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4840== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4840== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart33Skip11 ==4840== Parent PID: 112 ==4840== ==4840== ==4840== HEAP SUMMARY: ==4840== in use at exit: 460,052 bytes in 5,373 blocks ==4840== total heap usage: 171,669 allocs, 166,237 frees, 26,938,505 bytes allocated ==4840== ==4840== LEAK SUMMARY: ==4840== definitely lost: 0 bytes in 0 blocks ==4840== indirectly lost: 0 bytes in 0 blocks ==4840== possibly lost: 1,392 bytes in 4 blocks ==4840== still reachable: 175,257 bytes in 1,000 blocks ==4840== of which reachable via heuristic: ==4840== length64 : 1,032 bytes in 18 blocks ==4840== newarray : 5,976 bytes in 28 blocks ==4840== suppressed: 271,883 bytes in 4,285 blocks ==4840== Reachable blocks (those to which a pointer was found) are not shown. ==4840== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4840== ==4840== For counts of detected and suppressed errors, rerun with: -v ==4840== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==4844== Memcheck, a memory error detector ==4844== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4844== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4844== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart33Skip11 ==4844== Parent PID: 4840 ==4844== ==4852== Memcheck, a memory error detector ==4852== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4852== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4852== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart33Skip12 ==4852== Parent PID: 112 ==4852== ==4852== ==4852== HEAP SUMMARY: ==4852== in use at exit: 459,980 bytes in 5,371 blocks ==4852== total heap usage: 171,649 allocs, 166,219 frees, 26,937,679 bytes allocated ==4852== ==4852== LEAK SUMMARY: ==4852== definitely lost: 0 bytes in 0 blocks ==4852== indirectly lost: 0 bytes in 0 blocks ==4852== possibly lost: 1,392 bytes in 4 blocks ==4852== still reachable: 175,257 bytes in 1,000 blocks ==4852== of which reachable via heuristic: ==4852== length64 : 1,032 bytes in 18 blocks ==4852== newarray : 5,976 bytes in 28 blocks ==4852== suppressed: 271,811 bytes in 4,283 blocks ==4852== Reachable blocks (those to which a pointer was found) are not shown. ==4852== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4852== ==4852== For counts of detected and suppressed errors, rerun with: -v ==4852== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==4856== Memcheck, a memory error detector ==4856== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4856== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4856== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart33Skip12 ==4856== Parent PID: 4852 ==4856== ==4864== Memcheck, a memory error detector ==4864== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4864== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4864== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart33Skip13 ==4864== Parent PID: 112 ==4864== ==4864== ==4864== HEAP SUMMARY: ==4864== in use at exit: 459,996 bytes in 5,371 blocks ==4864== total heap usage: 171,656 allocs, 166,226 frees, 26,938,056 bytes allocated ==4864== ==4864== LEAK SUMMARY: ==4864== definitely lost: 0 bytes in 0 blocks ==4864== indirectly lost: 0 bytes in 0 blocks ==4864== possibly lost: 1,392 bytes in 4 blocks ==4864== still reachable: 175,257 bytes in 1,000 blocks ==4864== of which reachable via heuristic: ==4864== length64 : 1,032 bytes in 18 blocks ==4864== newarray : 5,976 bytes in 28 blocks ==4864== suppressed: 271,827 bytes in 4,283 blocks ==4864== Reachable blocks (those to which a pointer was found) are not shown. ==4864== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4864== ==4864== For counts of detected and suppressed errors, rerun with: -v ==4864== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==4868== Memcheck, a memory error detector ==4868== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4868== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4868== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart33Skip13 ==4868== Parent PID: 4864 ==4868== ==4876== Memcheck, a memory error detector ==4876== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4876== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4876== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart33Skip14 ==4876== Parent PID: 112 ==4876== ==4876== ==4876== HEAP SUMMARY: ==4876== in use at exit: 460,036 bytes in 5,373 blocks ==4876== total heap usage: 171,653 allocs, 166,221 frees, 26,937,881 bytes allocated ==4876== ==4876== LEAK SUMMARY: ==4876== definitely lost: 0 bytes in 0 blocks ==4876== indirectly lost: 0 bytes in 0 blocks ==4876== possibly lost: 1,392 bytes in 4 blocks ==4876== still reachable: 175,257 bytes in 1,000 blocks ==4876== of which reachable via heuristic: ==4876== length64 : 1,032 bytes in 18 blocks ==4876== newarray : 5,976 bytes in 28 blocks ==4876== suppressed: 271,867 bytes in 4,285 blocks ==4876== Reachable blocks (those to which a pointer was found) are not shown. ==4876== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4876== ==4876== For counts of detected and suppressed errors, rerun with: -v ==4876== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==4880== Memcheck, a memory error detector ==4880== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4880== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4880== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart33Skip14 ==4880== Parent PID: 4876 ==4880== ==4888== Memcheck, a memory error detector ==4888== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4888== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4888== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart33Skip15 ==4888== Parent PID: 112 ==4888== ==4888== ==4888== HEAP SUMMARY: ==4888== in use at exit: 460,028 bytes in 5,373 blocks ==4888== total heap usage: 171,654 allocs, 166,222 frees, 26,937,954 bytes allocated ==4888== ==4888== LEAK SUMMARY: ==4888== definitely lost: 0 bytes in 0 blocks ==4888== indirectly lost: 0 bytes in 0 blocks ==4888== possibly lost: 1,392 bytes in 4 blocks ==4888== still reachable: 175,257 bytes in 1,000 blocks ==4888== of which reachable via heuristic: ==4888== length64 : 1,032 bytes in 18 blocks ==4888== newarray : 5,976 bytes in 28 blocks ==4888== suppressed: 271,859 bytes in 4,285 blocks ==4888== Reachable blocks (those to which a pointer was found) are not shown. ==4888== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4888== ==4888== For counts of detected and suppressed errors, rerun with: -v ==4888== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==4892== Memcheck, a memory error detector ==4892== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4892== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4892== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart33Skip15 ==4892== Parent PID: 4888 ==4892== ==4900== Memcheck, a memory error detector ==4900== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4900== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4900== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart33Skip16 ==4900== Parent PID: 112 ==4900== ==4900== ==4900== HEAP SUMMARY: ==4900== in use at exit: 459,980 bytes in 5,371 blocks ==4900== total heap usage: 171,669 allocs, 166,239 frees, 26,938,638 bytes allocated ==4900== ==4900== LEAK SUMMARY: ==4900== definitely lost: 0 bytes in 0 blocks ==4900== indirectly lost: 0 bytes in 0 blocks ==4900== possibly lost: 1,392 bytes in 4 blocks ==4900== still reachable: 175,257 bytes in 1,000 blocks ==4900== of which reachable via heuristic: ==4900== length64 : 1,032 bytes in 18 blocks ==4900== newarray : 5,976 bytes in 28 blocks ==4900== suppressed: 271,811 bytes in 4,283 blocks ==4900== Reachable blocks (those to which a pointer was found) are not shown. ==4900== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4900== ==4900== For counts of detected and suppressed errors, rerun with: -v ==4900== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==4904== Memcheck, a memory error detector ==4904== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4904== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4904== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart33Skip16 ==4904== Parent PID: 4900 ==4904== ==491== Memcheck, a memory error detector ==491== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==491== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==491== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWithVALARM::testLinkedItemsParentChild ==491== Parent PID: 112 ==491== ==491== ==491== HEAP SUMMARY: ==491== in use at exit: 477,983 bytes in 5,444 blocks ==491== total heap usage: 244,877 allocs, 239,367 frees, 34,723,514 bytes allocated ==491== ==491== LEAK SUMMARY: ==491== definitely lost: 0 bytes in 0 blocks ==491== indirectly lost: 0 bytes in 0 blocks ==491== possibly lost: 1,392 bytes in 4 blocks ==491== still reachable: 193,180 bytes in 1,071 blocks ==491== of which reachable via heuristic: ==491== length64 : 1,032 bytes in 18 blocks ==491== newarray : 5,976 bytes in 28 blocks ==491== suppressed: 271,891 bytes in 4,285 blocks ==491== Reachable blocks (those to which a pointer was found) are not shown. ==491== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==491== ==491== For counts of detected and suppressed errors, rerun with: -v ==491== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==4912== Memcheck, a memory error detector ==4912== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4912== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4912== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart33Skip17 ==4912== Parent PID: 112 ==4912== ==4912== ==4912== HEAP SUMMARY: ==4912== in use at exit: 459,988 bytes in 5,371 blocks ==4912== total heap usage: 171,654 allocs, 166,224 frees, 26,938,052 bytes allocated ==4912== ==4912== LEAK SUMMARY: ==4912== definitely lost: 0 bytes in 0 blocks ==4912== indirectly lost: 0 bytes in 0 blocks ==4912== possibly lost: 1,392 bytes in 4 blocks ==4912== still reachable: 175,257 bytes in 1,000 blocks ==4912== of which reachable via heuristic: ==4912== length64 : 1,032 bytes in 18 blocks ==4912== newarray : 5,976 bytes in 28 blocks ==4912== suppressed: 271,819 bytes in 4,283 blocks ==4912== Reachable blocks (those to which a pointer was found) are not shown. ==4912== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4912== ==4912== For counts of detected and suppressed errors, rerun with: -v ==4912== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==4916== Memcheck, a memory error detector ==4916== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4916== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4916== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart33Skip17 ==4916== Parent PID: 4912 ==4916== ==4924== Memcheck, a memory error detector ==4924== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4924== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4924== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart33Skip18 ==4924== Parent PID: 112 ==4924== ==4924== ==4924== HEAP SUMMARY: ==4924== in use at exit: 460,004 bytes in 5,371 blocks ==4924== total heap usage: 171,673 allocs, 166,243 frees, 26,938,880 bytes allocated ==4924== ==4924== LEAK SUMMARY: ==4924== definitely lost: 0 bytes in 0 blocks ==4924== indirectly lost: 0 bytes in 0 blocks ==4924== possibly lost: 1,392 bytes in 4 blocks ==4924== still reachable: 175,257 bytes in 1,000 blocks ==4924== of which reachable via heuristic: ==4924== length64 : 1,032 bytes in 18 blocks ==4924== newarray : 5,976 bytes in 28 blocks ==4924== suppressed: 271,835 bytes in 4,283 blocks ==4924== Reachable blocks (those to which a pointer was found) are not shown. ==4924== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4924== ==4924== For counts of detected and suppressed errors, rerun with: -v ==4924== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==4928== Memcheck, a memory error detector ==4928== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4928== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4928== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart33Skip18 ==4928== Parent PID: 4924 ==4928== ==4936== Memcheck, a memory error detector ==4936== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4936== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4936== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart33Skip19 ==4936== Parent PID: 112 ==4936== ==4936== ==4936== HEAP SUMMARY: ==4936== in use at exit: 460,052 bytes in 5,373 blocks ==4936== total heap usage: 171,658 allocs, 166,226 frees, 26,938,262 bytes allocated ==4936== ==4936== LEAK SUMMARY: ==4936== definitely lost: 0 bytes in 0 blocks ==4936== indirectly lost: 0 bytes in 0 blocks ==4936== possibly lost: 1,392 bytes in 4 blocks ==4936== still reachable: 175,257 bytes in 1,000 blocks ==4936== of which reachable via heuristic: ==4936== length64 : 1,032 bytes in 18 blocks ==4936== newarray : 5,976 bytes in 28 blocks ==4936== suppressed: 271,883 bytes in 4,285 blocks ==4936== Reachable blocks (those to which a pointer was found) are not shown. ==4936== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4936== ==4936== For counts of detected and suppressed errors, rerun with: -v ==4936== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==4940== Memcheck, a memory error detector ==4940== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4940== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4940== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart33Skip19 ==4940== Parent PID: 4936 ==4940== ==4948== Memcheck, a memory error detector ==4948== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4948== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4948== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart33Exdate ==4948== Parent PID: 112 ==4948== ==4948== ==4948== HEAP SUMMARY: ==4948== in use at exit: 465,388 bytes in 5,392 blocks ==4948== total heap usage: 234,642 allocs, 229,185 frees, 33,909,214 bytes allocated ==4948== ==4948== LEAK SUMMARY: ==4948== definitely lost: 0 bytes in 0 blocks ==4948== indirectly lost: 0 bytes in 0 blocks ==4948== possibly lost: 1,392 bytes in 4 blocks ==4948== still reachable: 180,633 bytes in 1,021 blocks ==4948== of which reachable via heuristic: ==4948== length64 : 1,032 bytes in 18 blocks ==4948== newarray : 5,976 bytes in 28 blocks ==4948== suppressed: 271,843 bytes in 4,283 blocks ==4948== Reachable blocks (those to which a pointer was found) are not shown. ==4948== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4948== ==4948== For counts of detected and suppressed errors, rerun with: -v ==4948== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==495== Memcheck, a memory error detector ==495== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==495== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==495== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWithVALARM::testLinkedItemsParentChild ==495== Parent PID: 491 ==495== ==4952== Memcheck, a memory error detector ==4952== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4952== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4952== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart33Exdate ==4952== Parent PID: 4948 ==4952== ==4960== Memcheck, a memory error detector ==4960== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4960== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4960== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart33Exdate ==4960== Parent PID: 4948 ==4960== ==4968== Memcheck, a memory error detector ==4968== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4968== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4968== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart33Exdate ==4968== Parent PID: 4948 ==4968== ==4976== Memcheck, a memory error detector ==4976== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4976== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4976== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart44Skip0 ==4976== Parent PID: 112 ==4976== ==4976== ==4976== HEAP SUMMARY: ==4976== in use at exit: 481,492 bytes in 5,455 blocks ==4976== total heap usage: 298,744 allocs, 293,218 frees, 41,352,721 bytes allocated ==4976== ==4976== LEAK SUMMARY: ==4976== definitely lost: 0 bytes in 0 blocks ==4976== indirectly lost: 0 bytes in 0 blocks ==4976== possibly lost: 1,392 bytes in 4 blocks ==4976== still reachable: 196,761 bytes in 1,084 blocks ==4976== of which reachable via heuristic: ==4976== length64 : 1,032 bytes in 18 blocks ==4976== newarray : 5,976 bytes in 28 blocks ==4976== suppressed: 271,819 bytes in 4,283 blocks ==4976== Reachable blocks (those to which a pointer was found) are not shown. ==4976== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==4976== ==4976== For counts of detected and suppressed errors, rerun with: -v ==4976== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==4980== Memcheck, a memory error detector ==4980== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4980== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4980== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart44Skip0 ==4980== Parent PID: 4976 ==4980== ==4988== Memcheck, a memory error detector ==4988== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4988== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4988== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart44Skip0 ==4988== Parent PID: 4976 ==4988== ==4996== Memcheck, a memory error detector ==4996== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4996== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==4996== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart44Skip0 ==4996== Parent PID: 4976 ==4996== ==5004== Memcheck, a memory error detector ==5004== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5004== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5004== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart44Skip0 ==5004== Parent PID: 4976 ==5004== ==5012== Memcheck, a memory error detector ==5012== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5012== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5012== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart44Skip0 ==5012== Parent PID: 4976 ==5012== ==5020== Memcheck, a memory error detector ==5020== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5020== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5020== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart44Skip1 ==5020== Parent PID: 112 ==5020== ==5020== ==5020== HEAP SUMMARY: ==5020== in use at exit: 472,532 bytes in 5,420 blocks ==5020== total heap usage: 235,021 allocs, 229,536 frees, 35,498,632 bytes allocated ==5020== ==5020== LEAK SUMMARY: ==5020== definitely lost: 0 bytes in 0 blocks ==5020== indirectly lost: 0 bytes in 0 blocks ==5020== possibly lost: 1,392 bytes in 4 blocks ==5020== still reachable: 187,801 bytes in 1,049 blocks ==5020== of which reachable via heuristic: ==5020== length64 : 1,032 bytes in 18 blocks ==5020== newarray : 5,976 bytes in 28 blocks ==5020== suppressed: 271,819 bytes in 4,283 blocks ==5020== Reachable blocks (those to which a pointer was found) are not shown. ==5020== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5020== ==5020== For counts of detected and suppressed errors, rerun with: -v ==5020== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==5024== Memcheck, a memory error detector ==5024== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5024== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5024== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart44Skip1 ==5024== Parent PID: 5020 ==5024== ==503== Memcheck, a memory error detector ==503== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==503== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==503== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWithVALARM::testLinkedItemsInsertBothUpdateChildNoIDs ==503== Parent PID: 112 ==503== ==503== ==503== HEAP SUMMARY: ==503== in use at exit: 465,615 bytes in 5,394 blocks ==503== total heap usage: 195,256 allocs, 189,801 frees, 29,704,633 bytes allocated ==503== ==503== LEAK SUMMARY: ==503== definitely lost: 0 bytes in 0 blocks ==503== indirectly lost: 0 bytes in 0 blocks ==503== possibly lost: 1,392 bytes in 4 blocks ==503== still reachable: 180,892 bytes in 1,023 blocks ==503== of which reachable via heuristic: ==503== length64 : 1,032 bytes in 18 blocks ==503== newarray : 5,976 bytes in 28 blocks ==503== suppressed: 271,811 bytes in 4,283 blocks ==503== Reachable blocks (those to which a pointer was found) are not shown. ==503== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==503== ==503== For counts of detected and suppressed errors, rerun with: -v ==503== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==5032== Memcheck, a memory error detector ==5032== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5032== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5032== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart44Skip1 ==5032== Parent PID: 5020 ==5032== ==5040== Memcheck, a memory error detector ==5040== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5040== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5040== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart44Skip1 ==5040== Parent PID: 5020 ==5040== ==5048== Memcheck, a memory error detector ==5048== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5048== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5048== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart44Skip2 ==5048== Parent PID: 112 ==5048== ==5048== ==5048== HEAP SUMMARY: ==5048== in use at exit: 465,420 bytes in 5,394 blocks ==5048== total heap usage: 203,237 allocs, 197,781 frees, 30,438,105 bytes allocated ==5048== ==5048== LEAK SUMMARY: ==5048== definitely lost: 0 bytes in 0 blocks ==5048== indirectly lost: 0 bytes in 0 blocks ==5048== possibly lost: 1,392 bytes in 4 blocks ==5048== still reachable: 180,633 bytes in 1,021 blocks ==5048== of which reachable via heuristic: ==5048== length64 : 1,032 bytes in 18 blocks ==5048== newarray : 5,976 bytes in 28 blocks ==5048== suppressed: 271,875 bytes in 4,285 blocks ==5048== Reachable blocks (those to which a pointer was found) are not shown. ==5048== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5048== ==5048== For counts of detected and suppressed errors, rerun with: -v ==5048== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==5052== Memcheck, a memory error detector ==5052== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5052== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5052== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart44Skip2 ==5052== Parent PID: 5048 ==5052== ==5060== Memcheck, a memory error detector ==5060== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5060== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5060== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart44Skip2 ==5060== Parent PID: 5048 ==5060== ==5068== Memcheck, a memory error detector ==5068== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5068== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5068== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart44Skip3 ==5068== Parent PID: 112 ==5068== ==5068== ==5068== HEAP SUMMARY: ==5068== in use at exit: 463,652 bytes in 5,387 blocks ==5068== total heap usage: 203,120 allocs, 197,671 frees, 30,406,489 bytes allocated ==5068== ==5068== LEAK SUMMARY: ==5068== definitely lost: 0 bytes in 0 blocks ==5068== indirectly lost: 0 bytes in 0 blocks ==5068== possibly lost: 1,392 bytes in 4 blocks ==5068== still reachable: 178,841 bytes in 1,014 blocks ==5068== of which reachable via heuristic: ==5068== length64 : 1,032 bytes in 18 blocks ==5068== newarray : 5,976 bytes in 28 blocks ==5068== suppressed: 271,899 bytes in 4,285 blocks ==5068== Reachable blocks (those to which a pointer was found) are not shown. ==5068== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5068== ==5068== For counts of detected and suppressed errors, rerun with: -v ==5068== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==507== Memcheck, a memory error detector ==507== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==507== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==507== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWithVALARM::testLinkedItemsInsertBothUpdateChildNoIDs ==507== Parent PID: 503 ==507== ==5072== Memcheck, a memory error detector ==5072== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5072== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5072== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart44Skip3 ==5072== Parent PID: 5068 ==5072== ==5080== Memcheck, a memory error detector ==5080== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5080== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5080== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart44Skip3 ==5080== Parent PID: 5068 ==5080== ==5088== Memcheck, a memory error detector ==5088== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5088== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5088== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart44Skip4 ==5088== Parent PID: 112 ==5088== ==5088== ==5088== HEAP SUMMARY: ==5088== in use at exit: 461,844 bytes in 5,380 blocks ==5088== total heap usage: 171,782 allocs, 166,343 frees, 26,967,276 bytes allocated ==5088== ==5088== LEAK SUMMARY: ==5088== definitely lost: 0 bytes in 0 blocks ==5088== indirectly lost: 0 bytes in 0 blocks ==5088== possibly lost: 1,392 bytes in 4 blocks ==5088== still reachable: 177,049 bytes in 1,007 blocks ==5088== of which reachable via heuristic: ==5088== length64 : 1,032 bytes in 18 blocks ==5088== newarray : 5,976 bytes in 28 blocks ==5088== suppressed: 271,883 bytes in 4,285 blocks ==5088== Reachable blocks (those to which a pointer was found) are not shown. ==5088== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5088== ==5088== For counts of detected and suppressed errors, rerun with: -v ==5088== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==5092== Memcheck, a memory error detector ==5092== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5092== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5092== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart44Skip4 ==5092== Parent PID: 5088 ==5092== ==5100== Memcheck, a memory error detector ==5100== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5100== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5100== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart44Skip5 ==5100== Parent PID: 112 ==5100== ==5100== ==5100== HEAP SUMMARY: ==5100== in use at exit: 460,060 bytes in 5,373 blocks ==5100== total heap usage: 171,681 allocs, 166,249 frees, 26,939,392 bytes allocated ==5100== ==5100== LEAK SUMMARY: ==5100== definitely lost: 0 bytes in 0 blocks ==5100== indirectly lost: 0 bytes in 0 blocks ==5100== possibly lost: 1,392 bytes in 4 blocks ==5100== still reachable: 175,257 bytes in 1,000 blocks ==5100== of which reachable via heuristic: ==5100== length64 : 1,032 bytes in 18 blocks ==5100== newarray : 5,976 bytes in 28 blocks ==5100== suppressed: 271,891 bytes in 4,285 blocks ==5100== Reachable blocks (those to which a pointer was found) are not shown. ==5100== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5100== ==5100== For counts of detected and suppressed errors, rerun with: -v ==5100== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==5104== Memcheck, a memory error detector ==5104== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5104== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5104== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart44Skip5 ==5104== Parent PID: 5100 ==5104== ==5112== Memcheck, a memory error detector ==5112== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5112== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5112== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart44Skip6 ==5112== Parent PID: 112 ==5112== ==5112== ==5112== HEAP SUMMARY: ==5112== in use at exit: 460,028 bytes in 5,373 blocks ==5112== total heap usage: 171,666 allocs, 166,234 frees, 26,938,781 bytes allocated ==5112== ==5112== LEAK SUMMARY: ==5112== definitely lost: 0 bytes in 0 blocks ==5112== indirectly lost: 0 bytes in 0 blocks ==5112== possibly lost: 1,392 bytes in 4 blocks ==5112== still reachable: 175,257 bytes in 1,000 blocks ==5112== of which reachable via heuristic: ==5112== length64 : 1,032 bytes in 18 blocks ==5112== newarray : 5,976 bytes in 28 blocks ==5112== suppressed: 271,859 bytes in 4,285 blocks ==5112== Reachable blocks (those to which a pointer was found) are not shown. ==5112== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5112== ==5112== For counts of detected and suppressed errors, rerun with: -v ==5112== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==5116== Memcheck, a memory error detector ==5116== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5116== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5116== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart44Skip6 ==5116== Parent PID: 5112 ==5116== ==5124== Memcheck, a memory error detector ==5124== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5124== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5124== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart44Skip7 ==5124== Parent PID: 112 ==5124== ==5124== ==5124== HEAP SUMMARY: ==5124== in use at exit: 460,060 bytes in 5,373 blocks ==5124== total heap usage: 171,683 allocs, 166,251 frees, 26,939,544 bytes allocated ==5124== ==5124== LEAK SUMMARY: ==5124== definitely lost: 0 bytes in 0 blocks ==5124== indirectly lost: 0 bytes in 0 blocks ==5124== possibly lost: 1,392 bytes in 4 blocks ==5124== still reachable: 175,257 bytes in 1,000 blocks ==5124== of which reachable via heuristic: ==5124== length64 : 1,032 bytes in 18 blocks ==5124== newarray : 5,976 bytes in 28 blocks ==5124== suppressed: 271,891 bytes in 4,285 blocks ==5124== Reachable blocks (those to which a pointer was found) are not shown. ==5124== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5124== ==5124== For counts of detected and suppressed errors, rerun with: -v ==5124== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==5128== Memcheck, a memory error detector ==5128== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5128== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5128== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart44Skip7 ==5128== Parent PID: 5124 ==5128== ==5136== Memcheck, a memory error detector ==5136== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5136== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5136== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart44Skip8 ==5136== Parent PID: 112 ==5136== ==5136== ==5136== HEAP SUMMARY: ==5136== in use at exit: 460,036 bytes in 5,373 blocks ==5136== total heap usage: 171,668 allocs, 166,236 frees, 26,938,925 bytes allocated ==5136== ==5136== LEAK SUMMARY: ==5136== definitely lost: 0 bytes in 0 blocks ==5136== indirectly lost: 0 bytes in 0 blocks ==5136== possibly lost: 1,392 bytes in 4 blocks ==5136== still reachable: 175,257 bytes in 1,000 blocks ==5136== of which reachable via heuristic: ==5136== length64 : 1,032 bytes in 18 blocks ==5136== newarray : 5,976 bytes in 28 blocks ==5136== suppressed: 271,867 bytes in 4,285 blocks ==5136== Reachable blocks (those to which a pointer was found) are not shown. ==5136== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5136== ==5136== For counts of detected and suppressed errors, rerun with: -v ==5136== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==5140== Memcheck, a memory error detector ==5140== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5140== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5140== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart44Skip8 ==5140== Parent PID: 5136 ==5140== ==5148== Memcheck, a memory error detector ==5148== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5148== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5148== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart44Exdate ==5148== Parent PID: 112 ==5148== ==5148== ==5148== HEAP SUMMARY: ==5148== in use at exit: 465,412 bytes in 5,394 blocks ==5148== total heap usage: 234,657 allocs, 229,198 frees, 33,910,111 bytes allocated ==5148== ==5148== LEAK SUMMARY: ==5148== definitely lost: 0 bytes in 0 blocks ==5148== indirectly lost: 0 bytes in 0 blocks ==5148== possibly lost: 1,392 bytes in 4 blocks ==5148== still reachable: 180,633 bytes in 1,021 blocks ==5148== of which reachable via heuristic: ==5148== length64 : 1,032 bytes in 18 blocks ==5148== newarray : 5,976 bytes in 28 blocks ==5148== suppressed: 271,867 bytes in 4,285 blocks ==5148== Reachable blocks (those to which a pointer was found) are not shown. ==5148== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5148== ==5148== For counts of detected and suppressed errors, rerun with: -v ==5148== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==515== Memcheck, a memory error detector ==515== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==515== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==515== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWithVALARM::testLinkedItemsChildParent ==515== Parent PID: 112 ==515== ==515== ==515== HEAP SUMMARY: ==515== in use at exit: 471,831 bytes in 5,420 blocks ==515== total heap usage: 215,008 allocs, 209,525 frees, 31,852,260 bytes allocated ==515== ==515== LEAK SUMMARY: ==515== definitely lost: 0 bytes in 0 blocks ==515== indirectly lost: 0 bytes in 0 blocks ==515== possibly lost: 1,392 bytes in 4 blocks ==515== still reachable: 187,036 bytes in 1,047 blocks ==515== of which reachable via heuristic: ==515== length64 : 1,032 bytes in 18 blocks ==515== newarray : 5,976 bytes in 28 blocks ==515== suppressed: 271,883 bytes in 4,285 blocks ==515== Reachable blocks (those to which a pointer was found) are not shown. ==515== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==515== ==515== For counts of detected and suppressed errors, rerun with: -v ==515== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==5152== Memcheck, a memory error detector ==5152== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5152== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5152== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart44Exdate ==5152== Parent PID: 5148 ==5152== ==5160== Memcheck, a memory error detector ==5160== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5160== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5160== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart44Exdate ==5160== Parent PID: 5148 ==5160== ==5168== Memcheck, a memory error detector ==5168== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5168== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5168== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWeekly::testSubsetStart44Exdate ==5168== Parent PID: 5148 ==5168== ==5176== Memcheck, a memory error detector ==5176== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5176== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5176== Command: ./client-test Client::Source::apple_caldavtodo::testOpen ==5176== Parent PID: 112 ==5176== ==5176== ==5176== HEAP SUMMARY: ==5176== in use at exit: 354,228 bytes in 4,906 blocks ==5176== total heap usage: 116,606 allocs, 111,646 frees, 20,888,699 bytes allocated ==5176== ==5176== LEAK SUMMARY: ==5176== definitely lost: 0 bytes in 0 blocks ==5176== indirectly lost: 0 bytes in 0 blocks ==5176== possibly lost: 1,392 bytes in 4 blocks ==5176== still reachable: 69,457 bytes in 536 blocks ==5176== of which reachable via heuristic: ==5176== length64 : 1,032 bytes in 18 blocks ==5176== newarray : 5,976 bytes in 28 blocks ==5176== suppressed: 271,859 bytes in 4,282 blocks ==5176== Reachable blocks (those to which a pointer was found) are not shown. ==5176== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5176== ==5176== For counts of detected and suppressed errors, rerun with: -v ==5176== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==5180== Memcheck, a memory error detector ==5180== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5180== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5180== Command: ./client-test Client::Source::apple_caldavtodo::testIterateTwice ==5180== Parent PID: 112 ==5180== ==5180== ==5180== HEAP SUMMARY: ==5180== in use at exit: 355,474 bytes in 4,929 blocks ==5180== total heap usage: 119,210 allocs, 114,227 frees, 21,286,912 bytes allocated ==5180== ==5180== LEAK SUMMARY: ==5180== definitely lost: 0 bytes in 0 blocks ==5180== indirectly lost: 0 bytes in 0 blocks ==5180== possibly lost: 1,392 bytes in 4 blocks ==5180== still reachable: 70,663 bytes in 557 blocks ==5180== of which reachable via heuristic: ==5180== length64 : 1,032 bytes in 18 blocks ==5180== newarray : 5,976 bytes in 28 blocks ==5180== suppressed: 271,899 bytes in 4,284 blocks ==5180== Reachable blocks (those to which a pointer was found) are not shown. ==5180== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5180== ==5180== For counts of detected and suppressed errors, rerun with: -v ==5180== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==5184== Memcheck, a memory error detector ==5184== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5184== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5184== Command: ./client-test Client::Source::apple_caldavtodo::testDelete404 ==5184== Parent PID: 112 ==5184== ==5184== ==5184== HEAP SUMMARY: ==5184== in use at exit: 355,458 bytes in 4,929 blocks ==5184== total heap usage: 119,724 allocs, 114,741 frees, 21,397,241 bytes allocated ==5184== ==5184== LEAK SUMMARY: ==5184== definitely lost: 0 bytes in 0 blocks ==5184== indirectly lost: 0 bytes in 0 blocks ==5184== possibly lost: 1,392 bytes in 4 blocks ==5184== still reachable: 70,663 bytes in 557 blocks ==5184== of which reachable via heuristic: ==5184== length64 : 1,032 bytes in 18 blocks ==5184== newarray : 5,976 bytes in 28 blocks ==5184== suppressed: 271,883 bytes in 4,284 blocks ==5184== Reachable blocks (those to which a pointer was found) are not shown. ==5184== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5184== ==5184== For counts of detected and suppressed errors, rerun with: -v ==5184== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==5188== Memcheck, a memory error detector ==5188== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5188== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5188== Command: ./client-test Client::Source::apple_caldavtodo::testReadItem404 ==5188== Parent PID: 112 ==5188== ==5188== ==5188== HEAP SUMMARY: ==5188== in use at exit: 355,498 bytes in 4,931 blocks ==5188== total heap usage: 119,690 allocs, 114,705 frees, 21,364,718 bytes allocated ==5188== ==5188== LEAK SUMMARY: ==5188== definitely lost: 0 bytes in 0 blocks ==5188== indirectly lost: 0 bytes in 0 blocks ==5188== possibly lost: 1,392 bytes in 4 blocks ==5188== still reachable: 70,663 bytes in 557 blocks ==5188== of which reachable via heuristic: ==5188== length64 : 1,032 bytes in 18 blocks ==5188== newarray : 5,976 bytes in 28 blocks ==5188== suppressed: 271,923 bytes in 4,286 blocks ==5188== Reachable blocks (those to which a pointer was found) are not shown. ==5188== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5188== ==5188== For counts of detected and suppressed errors, rerun with: -v ==5188== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==519== Memcheck, a memory error detector ==519== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==519== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==519== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWithVALARM::testLinkedItemsChildParent ==519== Parent PID: 515 ==519== ==5192== Memcheck, a memory error detector ==5192== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5192== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5192== Command: ./client-test Client::Source::apple_caldavtodo::testSimpleInsert ==5192== Parent PID: 112 ==5192== ==5192== ==5192== HEAP SUMMARY: ==5192== in use at exit: 355,666 bytes in 4,931 blocks ==5192== total heap usage: 129,869 allocs, 124,883 frees, 22,397,520 bytes allocated ==5192== ==5192== LEAK SUMMARY: ==5192== definitely lost: 0 bytes in 0 blocks ==5192== indirectly lost: 0 bytes in 0 blocks ==5192== possibly lost: 1,392 bytes in 4 blocks ==5192== still reachable: 70,887 bytes in 558 blocks ==5192== of which reachable via heuristic: ==5192== length64 : 1,032 bytes in 18 blocks ==5192== newarray : 5,976 bytes in 28 blocks ==5192== suppressed: 271,867 bytes in 4,285 blocks ==5192== Reachable blocks (those to which a pointer was found) are not shown. ==5192== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5192== ==5192== For counts of detected and suppressed errors, rerun with: -v ==5192== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==5196== Memcheck, a memory error detector ==5196== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5196== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5196== Command: ./client-test Client::Source::apple_caldavtodo::testLocalDeleteAll ==5196== Parent PID: 112 ==5196== ==5196== ==5196== HEAP SUMMARY: ==5196== in use at exit: 355,658 bytes in 4,929 blocks ==5196== total heap usage: 149,536 allocs, 144,550 frees, 24,585,464 bytes allocated ==5196== ==5196== LEAK SUMMARY: ==5196== definitely lost: 0 bytes in 0 blocks ==5196== indirectly lost: 0 bytes in 0 blocks ==5196== possibly lost: 1,392 bytes in 4 blocks ==5196== still reachable: 70,823 bytes in 557 blocks ==5196== of which reachable via heuristic: ==5196== length64 : 1,032 bytes in 18 blocks ==5196== newarray : 5,976 bytes in 28 blocks ==5196== suppressed: 271,923 bytes in 4,284 blocks ==5196== Reachable blocks (those to which a pointer was found) are not shown. ==5196== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5196== ==5196== For counts of detected and suppressed errors, rerun with: -v ==5196== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==5200== Memcheck, a memory error detector ==5200== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5200== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5200== Command: ./client-test Client::Source::apple_caldavtodo::testComplexInsert ==5200== Parent PID: 112 ==5200== ==5200== ==5200== HEAP SUMMARY: ==5200== in use at exit: 355,682 bytes in 4,931 blocks ==5200== total heap usage: 156,969 allocs, 151,980 frees, 24,880,907 bytes allocated ==5200== ==5200== LEAK SUMMARY: ==5200== definitely lost: 0 bytes in 0 blocks ==5200== indirectly lost: 0 bytes in 0 blocks ==5200== possibly lost: 1,392 bytes in 4 blocks ==5200== still reachable: 70,887 bytes in 558 blocks ==5200== of which reachable via heuristic: ==5200== length64 : 1,032 bytes in 18 blocks ==5200== newarray : 5,976 bytes in 28 blocks ==5200== suppressed: 271,883 bytes in 4,285 blocks ==5200== Reachable blocks (those to which a pointer was found) are not shown. ==5200== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5200== ==5200== For counts of detected and suppressed errors, rerun with: -v ==5200== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==5204== Memcheck, a memory error detector ==5204== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5204== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5204== Command: ./client-test Client::Source::apple_caldavtodo::testInsertTwice ==5204== Parent PID: 112 ==5204== ==5204== ==5204== HEAP SUMMARY: ==5204== in use at exit: 355,666 bytes in 4,931 blocks ==5204== total heap usage: 140,694 allocs, 135,707 frees, 23,551,016 bytes allocated ==5204== ==5204== LEAK SUMMARY: ==5204== definitely lost: 0 bytes in 0 blocks ==5204== indirectly lost: 0 bytes in 0 blocks ==5204== possibly lost: 1,392 bytes in 4 blocks ==5204== still reachable: 70,887 bytes in 558 blocks ==5204== of which reachable via heuristic: ==5204== length64 : 1,032 bytes in 18 blocks ==5204== newarray : 5,976 bytes in 28 blocks ==5204== suppressed: 271,867 bytes in 4,285 blocks ==5204== Reachable blocks (those to which a pointer was found) are not shown. ==5204== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5204== ==5204== For counts of detected and suppressed errors, rerun with: -v ==5204== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==5208== Memcheck, a memory error detector ==5208== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5208== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5208== Command: ./client-test Client::Source::apple_caldavtodo::testLocalUpdate ==5208== Parent PID: 112 ==5208== ==5208== ==5208== HEAP SUMMARY: ==5208== in use at exit: 355,698 bytes in 4,931 blocks ==5208== total heap usage: 167,556 allocs, 162,566 frees, 26,002,320 bytes allocated ==5208== ==5208== LEAK SUMMARY: ==5208== definitely lost: 0 bytes in 0 blocks ==5208== indirectly lost: 0 bytes in 0 blocks ==5208== possibly lost: 1,392 bytes in 4 blocks ==5208== still reachable: 70,887 bytes in 558 blocks ==5208== of which reachable via heuristic: ==5208== length64 : 1,032 bytes in 18 blocks ==5208== newarray : 5,976 bytes in 28 blocks ==5208== suppressed: 271,899 bytes in 4,285 blocks ==5208== Reachable blocks (those to which a pointer was found) are not shown. ==5208== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5208== ==5208== For counts of detected and suppressed errors, rerun with: -v ==5208== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==5212== Memcheck, a memory error detector ==5212== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5212== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5212== Command: ./client-test Client::Source::apple_caldavtodo::testChanges ==5212== Parent PID: 112 ==5212== ==5212== ==5212== HEAP SUMMARY: ==5212== in use at exit: 353,106 bytes in 4,926 blocks ==5212== total heap usage: 478,005 allocs, 472,988 frees, 56,321,361 bytes allocated ==5212== ==5212== LEAK SUMMARY: ==5212== definitely lost: 0 bytes in 0 blocks ==5212== indirectly lost: 0 bytes in 0 blocks ==5212== possibly lost: 960 bytes in 3 blocks ==5212== still reachable: 68,783 bytes in 556 blocks ==5212== of which reachable via heuristic: ==5212== length64 : 1,032 bytes in 18 blocks ==5212== newarray : 5,976 bytes in 28 blocks ==5212== suppressed: 271,843 bytes in 4,283 blocks ==5212== Reachable blocks (those to which a pointer was found) are not shown. ==5212== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5212== ==5212== For counts of detected and suppressed errors, rerun with: -v ==5212== ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 67 from 67) ==5216== Memcheck, a memory error detector ==5216== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5216== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5216== Command: ./client-test Client::Source::apple_caldavtodo::testChangesMultiCycles ==5216== Parent PID: 112 ==5216== ==5216== ==5216== HEAP SUMMARY: ==5216== in use at exit: 353,122 bytes in 4,926 blocks ==5216== total heap usage: 386,446 allocs, 381,442 frees, 49,395,349 bytes allocated ==5216== ==5216== LEAK SUMMARY: ==5216== definitely lost: 0 bytes in 0 blocks ==5216== indirectly lost: 0 bytes in 0 blocks ==5216== possibly lost: 960 bytes in 3 blocks ==5216== still reachable: 68,783 bytes in 556 blocks ==5216== of which reachable via heuristic: ==5216== length64 : 1,032 bytes in 18 blocks ==5216== newarray : 5,976 bytes in 28 blocks ==5216== suppressed: 271,859 bytes in 4,283 blocks ==5216== Reachable blocks (those to which a pointer was found) are not shown. ==5216== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5216== ==5216== For counts of detected and suppressed errors, rerun with: -v ==5216== ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 67 from 67) ==5220== Memcheck, a memory error detector ==5220== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5220== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5220== Command: ./client-test Client::Source::apple_caldavtodo::testImport ==5220== Parent PID: 112 ==5220== ==5220== ==5220== HEAP SUMMARY: ==5220== in use at exit: 355,666 bytes in 4,931 blocks ==5220== total heap usage: 151,855 allocs, 146,867 frees, 24,920,310 bytes allocated ==5220== ==5220== LEAK SUMMARY: ==5220== definitely lost: 0 bytes in 0 blocks ==5220== indirectly lost: 0 bytes in 0 blocks ==5220== possibly lost: 1,392 bytes in 4 blocks ==5220== still reachable: 70,887 bytes in 558 blocks ==5220== of which reachable via heuristic: ==5220== length64 : 1,032 bytes in 18 blocks ==5220== newarray : 5,976 bytes in 28 blocks ==5220== suppressed: 271,867 bytes in 4,285 blocks ==5220== Reachable blocks (those to which a pointer was found) are not shown. ==5220== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5220== ==5220== For counts of detected and suppressed errors, rerun with: -v ==5220== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==5224== Memcheck, a memory error detector ==5224== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5224== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5224== Command: ./client-test Client::Source::apple_caldavtodo::testImport ==5224== Parent PID: 5220 ==5224== ==5232== Memcheck, a memory error detector ==5232== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5232== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5232== Command: ./client-test Client::Source::apple_caldavtodo::testImportDelete ==5232== Parent PID: 112 ==5232== ==5232== ==5232== HEAP SUMMARY: ==5232== in use at exit: 355,674 bytes in 4,931 blocks ==5232== total heap usage: 170,481 allocs, 165,491 frees, 26,821,173 bytes allocated ==5232== ==5232== LEAK SUMMARY: ==5232== definitely lost: 0 bytes in 0 blocks ==5232== indirectly lost: 0 bytes in 0 blocks ==5232== possibly lost: 1,392 bytes in 4 blocks ==5232== still reachable: 70,887 bytes in 558 blocks ==5232== of which reachable via heuristic: ==5232== length64 : 1,032 bytes in 18 blocks ==5232== newarray : 5,976 bytes in 28 blocks ==5232== suppressed: 271,875 bytes in 4,285 blocks ==5232== Reachable blocks (those to which a pointer was found) are not shown. ==5232== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5232== ==5232== For counts of detected and suppressed errors, rerun with: -v ==5232== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==5236== Memcheck, a memory error detector ==5236== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5236== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5236== Command: ./client-test Client::Source::apple_caldavtodo::testImportDelete ==5236== Parent PID: 5232 ==5236== ==5244== Memcheck, a memory error detector ==5244== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5244== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5244== Command: ./client-test Client::Source::apple_caldavtodo::testRemoveProperties ==5244== Parent PID: 112 ==5244== ==5244== ==5244== HEAP SUMMARY: ==5244== in use at exit: 355,682 bytes in 4,931 blocks ==5244== total heap usage: 164,053 allocs, 159,064 frees, 26,452,922 bytes allocated ==5244== ==5244== LEAK SUMMARY: ==5244== definitely lost: 0 bytes in 0 blocks ==5244== indirectly lost: 0 bytes in 0 blocks ==5244== possibly lost: 1,392 bytes in 4 blocks ==5244== still reachable: 70,887 bytes in 558 blocks ==5244== of which reachable via heuristic: ==5244== length64 : 1,032 bytes in 18 blocks ==5244== newarray : 5,976 bytes in 28 blocks ==5244== suppressed: 271,883 bytes in 4,285 blocks ==5244== Reachable blocks (those to which a pointer was found) are not shown. ==5244== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5244== ==5244== For counts of detected and suppressed errors, rerun with: -v ==5244== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==5248== Memcheck, a memory error detector ==5248== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5248== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5248== Command: ./client-test Client::Source::apple_caldavtodo::testRemoveProperties ==5248== Parent PID: 5244 ==5248== ==5256== Memcheck, a memory error detector ==5256== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5256== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5256== Command: ./client-test Client::Source::apple_caldavtodo::testManyChanges ==5256== Parent PID: 112 ==5256== ==5256== ==5256== HEAP SUMMARY: ==5256== in use at exit: 353,058 bytes in 4,924 blocks ==5256== total heap usage: 344,921 allocs, 339,936 frees, 62,139,941 bytes allocated ==5256== ==5256== LEAK SUMMARY: ==5256== definitely lost: 0 bytes in 0 blocks ==5256== indirectly lost: 0 bytes in 0 blocks ==5256== possibly lost: 960 bytes in 3 blocks ==5256== still reachable: 68,719 bytes in 555 blocks ==5256== of which reachable via heuristic: ==5256== length64 : 1,032 bytes in 18 blocks ==5256== newarray : 5,976 bytes in 28 blocks ==5256== suppressed: 271,859 bytes in 4,282 blocks ==5256== Reachable blocks (those to which a pointer was found) are not shown. ==5256== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5256== ==5256== For counts of detected and suppressed errors, rerun with: -v ==5256== ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 67 from 67) ==5260== Memcheck, a memory error detector ==5260== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5260== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5260== Command: ./client-test Client::Source::apple_carddav::testOpen ==5260== Parent PID: 112 ==5260== ==5260== ==5260== HEAP SUMMARY: ==5260== in use at exit: 354,252 bytes in 4,906 blocks ==5260== total heap usage: 116,638 allocs, 111,678 frees, 20,898,707 bytes allocated ==5260== ==5260== LEAK SUMMARY: ==5260== definitely lost: 0 bytes in 0 blocks ==5260== indirectly lost: 0 bytes in 0 blocks ==5260== possibly lost: 1,392 bytes in 4 blocks ==5260== still reachable: 69,457 bytes in 536 blocks ==5260== of which reachable via heuristic: ==5260== length64 : 1,032 bytes in 18 blocks ==5260== newarray : 5,976 bytes in 28 blocks ==5260== suppressed: 271,883 bytes in 4,282 blocks ==5260== Reachable blocks (those to which a pointer was found) are not shown. ==5260== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5260== ==5260== For counts of detected and suppressed errors, rerun with: -v ==5260== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==5264== Memcheck, a memory error detector ==5264== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5264== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5264== Command: ./client-test Client::Source::apple_carddav::testIterateTwice ==5264== Parent PID: 112 ==5264== ==5264== ==5264== HEAP SUMMARY: ==5264== in use at exit: 355,506 bytes in 4,931 blocks ==5264== total heap usage: 121,310 allocs, 116,325 frees, 21,771,375 bytes allocated ==5264== ==5264== LEAK SUMMARY: ==5264== definitely lost: 0 bytes in 0 blocks ==5264== indirectly lost: 0 bytes in 0 blocks ==5264== possibly lost: 1,392 bytes in 4 blocks ==5264== still reachable: 70,663 bytes in 557 blocks ==5264== of which reachable via heuristic: ==5264== length64 : 1,032 bytes in 18 blocks ==5264== newarray : 5,976 bytes in 28 blocks ==5264== suppressed: 271,931 bytes in 4,286 blocks ==5264== Reachable blocks (those to which a pointer was found) are not shown. ==5264== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5264== ==5264== For counts of detected and suppressed errors, rerun with: -v ==5264== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==5268== Memcheck, a memory error detector ==5268== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5268== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5268== Command: ./client-test Client::Source::apple_carddav::testDelete404 ==5268== Parent PID: 112 ==5268== ==5268== ==5268== HEAP SUMMARY: ==5268== in use at exit: 355,522 bytes in 4,931 blocks ==5268== total heap usage: 122,228 allocs, 117,243 frees, 21,915,714 bytes allocated ==5268== ==5268== LEAK SUMMARY: ==5268== definitely lost: 0 bytes in 0 blocks ==5268== indirectly lost: 0 bytes in 0 blocks ==5268== possibly lost: 1,392 bytes in 4 blocks ==5268== still reachable: 70,663 bytes in 557 blocks ==5268== of which reachable via heuristic: ==5268== length64 : 1,032 bytes in 18 blocks ==5268== newarray : 5,976 bytes in 28 blocks ==5268== suppressed: 271,947 bytes in 4,286 blocks ==5268== Reachable blocks (those to which a pointer was found) are not shown. ==5268== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5268== ==5268== For counts of detected and suppressed errors, rerun with: -v ==5268== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==527== Memcheck, a memory error detector ==527== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==527== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==527== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWithVALARM::testLinkedItemsChildChangesParent ==527== Parent PID: 112 ==527== ==527== ==527== HEAP SUMMARY: ==527== in use at exit: 468,775 bytes in 5,408 blocks ==527== total heap usage: 226,673 allocs, 221,201 frees, 32,951,042 bytes allocated ==527== ==527== LEAK SUMMARY: ==527== definitely lost: 0 bytes in 0 blocks ==527== indirectly lost: 0 bytes in 0 blocks ==527== possibly lost: 1,392 bytes in 4 blocks ==527== still reachable: 183,964 bytes in 1,035 blocks ==527== of which reachable via heuristic: ==527== length64 : 1,032 bytes in 18 blocks ==527== newarray : 5,976 bytes in 28 blocks ==527== suppressed: 271,899 bytes in 4,285 blocks ==527== Reachable blocks (those to which a pointer was found) are not shown. ==527== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==527== ==527== For counts of detected and suppressed errors, rerun with: -v ==527== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==5272== Memcheck, a memory error detector ==5272== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5272== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5272== Command: ./client-test Client::Source::apple_carddav::testReadItem404 ==5272== Parent PID: 112 ==5272== ==5272== ==5272== HEAP SUMMARY: ==5272== in use at exit: 355,498 bytes in 4,931 blocks ==5272== total heap usage: 122,158 allocs, 117,173 frees, 21,873,129 bytes allocated ==5272== ==5272== LEAK SUMMARY: ==5272== definitely lost: 0 bytes in 0 blocks ==5272== indirectly lost: 0 bytes in 0 blocks ==5272== possibly lost: 1,392 bytes in 4 blocks ==5272== still reachable: 70,663 bytes in 557 blocks ==5272== of which reachable via heuristic: ==5272== length64 : 1,032 bytes in 18 blocks ==5272== newarray : 5,976 bytes in 28 blocks ==5272== suppressed: 271,923 bytes in 4,286 blocks ==5272== Reachable blocks (those to which a pointer was found) are not shown. ==5272== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5272== ==5272== For counts of detected and suppressed errors, rerun with: -v ==5272== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==5276== Memcheck, a memory error detector ==5276== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5276== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5276== Command: ./client-test Client::Source::apple_carddav::testSimpleInsert ==5276== Parent PID: 112 ==5276== ==5276== ==5276== HEAP SUMMARY: ==5276== in use at exit: 355,690 bytes in 4,931 blocks ==5276== total heap usage: 132,878 allocs, 127,892 frees, 23,154,013 bytes allocated ==5276== ==5276== LEAK SUMMARY: ==5276== definitely lost: 0 bytes in 0 blocks ==5276== indirectly lost: 0 bytes in 0 blocks ==5276== possibly lost: 1,392 bytes in 4 blocks ==5276== still reachable: 70,887 bytes in 558 blocks ==5276== of which reachable via heuristic: ==5276== length64 : 1,032 bytes in 18 blocks ==5276== newarray : 5,976 bytes in 28 blocks ==5276== suppressed: 271,891 bytes in 4,285 blocks ==5276== Reachable blocks (those to which a pointer was found) are not shown. ==5276== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5276== ==5276== For counts of detected and suppressed errors, rerun with: -v ==5276== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==5280== Memcheck, a memory error detector ==5280== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5280== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5280== Command: ./client-test Client::Source::apple_carddav::testLocalDeleteAll ==5280== Parent PID: 112 ==5280== ==5280== ==5280== HEAP SUMMARY: ==5280== in use at exit: 355,658 bytes in 4,931 blocks ==5280== total heap usage: 160,037 allocs, 155,049 frees, 26,981,744 bytes allocated ==5280== ==5280== LEAK SUMMARY: ==5280== definitely lost: 0 bytes in 0 blocks ==5280== indirectly lost: 0 bytes in 0 blocks ==5280== possibly lost: 1,392 bytes in 4 blocks ==5280== still reachable: 70,887 bytes in 558 blocks ==5280== of which reachable via heuristic: ==5280== length64 : 1,032 bytes in 18 blocks ==5280== newarray : 5,976 bytes in 28 blocks ==5280== suppressed: 271,859 bytes in 4,285 blocks ==5280== Reachable blocks (those to which a pointer was found) are not shown. ==5280== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5280== ==5280== For counts of detected and suppressed errors, rerun with: -v ==5280== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==5284== Memcheck, a memory error detector ==5284== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5284== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5284== Command: ./client-test Client::Source::apple_carddav::testComplexInsert ==5284== Parent PID: 112 ==5284== ==5284== ==5284== HEAP SUMMARY: ==5284== in use at exit: 355,658 bytes in 4,929 blocks ==5284== total heap usage: 156,923 allocs, 151,936 frees, 24,861,121 bytes allocated ==5284== ==5284== LEAK SUMMARY: ==5284== definitely lost: 0 bytes in 0 blocks ==5284== indirectly lost: 0 bytes in 0 blocks ==5284== possibly lost: 1,392 bytes in 4 blocks ==5284== still reachable: 70,887 bytes in 558 blocks ==5284== of which reachable via heuristic: ==5284== length64 : 1,032 bytes in 18 blocks ==5284== newarray : 5,976 bytes in 28 blocks ==5284== suppressed: 271,859 bytes in 4,283 blocks ==5284== Reachable blocks (those to which a pointer was found) are not shown. ==5284== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5284== ==5284== For counts of detected and suppressed errors, rerun with: -v ==5284== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==5288== Memcheck, a memory error detector ==5288== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5288== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5288== Command: ./client-test Client::Source::apple_carddav::testLocalUpdate ==5288== Parent PID: 112 ==5288== ==5288== ==5288== HEAP SUMMARY: ==5288== in use at exit: 355,682 bytes in 4,931 blocks ==5288== total heap usage: 167,498 allocs, 162,508 frees, 25,982,838 bytes allocated ==5288== ==5288== LEAK SUMMARY: ==5288== definitely lost: 0 bytes in 0 blocks ==5288== indirectly lost: 0 bytes in 0 blocks ==5288== possibly lost: 1,392 bytes in 4 blocks ==5288== still reachable: 70,887 bytes in 558 blocks ==5288== of which reachable via heuristic: ==5288== length64 : 1,032 bytes in 18 blocks ==5288== newarray : 5,976 bytes in 28 blocks ==5288== suppressed: 271,883 bytes in 4,285 blocks ==5288== Reachable blocks (those to which a pointer was found) are not shown. ==5288== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5288== ==5288== For counts of detected and suppressed errors, rerun with: -v ==5288== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==5292== Memcheck, a memory error detector ==5292== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5292== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5292== Command: ./client-test Client::Source::apple_carddav::testChanges ==5292== Parent PID: 112 ==5292== ==5292== ==5292== HEAP SUMMARY: ==5292== in use at exit: 353,122 bytes in 4,926 blocks ==5292== total heap usage: 477,891 allocs, 472,874 frees, 56,233,787 bytes allocated ==5292== ==5292== LEAK SUMMARY: ==5292== definitely lost: 0 bytes in 0 blocks ==5292== indirectly lost: 0 bytes in 0 blocks ==5292== possibly lost: 960 bytes in 3 blocks ==5292== still reachable: 68,783 bytes in 556 blocks ==5292== of which reachable via heuristic: ==5292== length64 : 1,032 bytes in 18 blocks ==5292== newarray : 5,976 bytes in 28 blocks ==5292== suppressed: 271,859 bytes in 4,283 blocks ==5292== Reachable blocks (those to which a pointer was found) are not shown. ==5292== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5292== ==5292== For counts of detected and suppressed errors, rerun with: -v ==5292== ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 67 from 67) ==5296== Memcheck, a memory error detector ==5296== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5296== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5296== Command: ./client-test Client::Source::apple_carddav::testChangesMultiCycles ==5296== Parent PID: 112 ==5296== ==5296== ==5296== HEAP SUMMARY: ==5296== in use at exit: 353,090 bytes in 4,926 blocks ==5296== total heap usage: 386,436 allocs, 381,432 frees, 49,306,100 bytes allocated ==5296== ==5296== LEAK SUMMARY: ==5296== definitely lost: 0 bytes in 0 blocks ==5296== indirectly lost: 0 bytes in 0 blocks ==5296== possibly lost: 960 bytes in 3 blocks ==5296== still reachable: 68,783 bytes in 556 blocks ==5296== of which reachable via heuristic: ==5296== length64 : 1,032 bytes in 18 blocks ==5296== newarray : 5,976 bytes in 28 blocks ==5296== suppressed: 271,827 bytes in 4,283 blocks ==5296== Reachable blocks (those to which a pointer was found) are not shown. ==5296== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5296== ==5296== For counts of detected and suppressed errors, rerun with: -v ==5296== ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 67 from 67) ==5300== Memcheck, a memory error detector ==5300== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5300== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5300== Command: ./client-test Client::Source::apple_carddav::testImport ==5300== Parent PID: 112 ==5300== ==5300== ==5300== HEAP SUMMARY: ==5300== in use at exit: 355,674 bytes in 4,931 blocks ==5300== total heap usage: 189,494 allocs, 184,506 frees, 33,055,771 bytes allocated ==5300== ==5300== LEAK SUMMARY: ==5300== definitely lost: 0 bytes in 0 blocks ==5300== indirectly lost: 0 bytes in 0 blocks ==5300== possibly lost: 1,392 bytes in 4 blocks ==5300== still reachable: 70,887 bytes in 558 blocks ==5300== of which reachable via heuristic: ==5300== length64 : 1,032 bytes in 18 blocks ==5300== newarray : 5,976 bytes in 28 blocks ==5300== suppressed: 271,875 bytes in 4,285 blocks ==5300== Reachable blocks (those to which a pointer was found) are not shown. ==5300== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5300== ==5300== For counts of detected and suppressed errors, rerun with: -v ==5300== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==5304== Memcheck, a memory error detector ==5304== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5304== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5304== Command: ./client-test Client::Source::apple_carddav::testImport ==5304== Parent PID: 5300 ==5304== ==531== Memcheck, a memory error detector ==531== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==531== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==531== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWithVALARM::testLinkedItemsChildChangesParent ==531== Parent PID: 527 ==531== ==5312== Memcheck, a memory error detector ==5312== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5312== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5312== Command: ./client-test Client::Source::apple_carddav::testImportDelete ==5312== Parent PID: 112 ==5312== ==5312== ==5312== HEAP SUMMARY: ==5312== in use at exit: 355,682 bytes in 4,931 blocks ==5312== total heap usage: 224,908 allocs, 219,918 frees, 42,912,119 bytes allocated ==5312== ==5312== LEAK SUMMARY: ==5312== definitely lost: 0 bytes in 0 blocks ==5312== indirectly lost: 0 bytes in 0 blocks ==5312== possibly lost: 1,392 bytes in 4 blocks ==5312== still reachable: 70,887 bytes in 558 blocks ==5312== of which reachable via heuristic: ==5312== length64 : 1,032 bytes in 18 blocks ==5312== newarray : 5,976 bytes in 28 blocks ==5312== suppressed: 271,883 bytes in 4,285 blocks ==5312== Reachable blocks (those to which a pointer was found) are not shown. ==5312== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5312== ==5312== For counts of detected and suppressed errors, rerun with: -v ==5312== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==5316== Memcheck, a memory error detector ==5316== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5316== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5316== Command: ./client-test Client::Source::apple_carddav::testImportDelete ==5316== Parent PID: 5312 ==5316== ==5324== Memcheck, a memory error detector ==5324== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5324== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5324== Command: ./client-test Client::Source::apple_carddav::testRemoveProperties ==5324== Parent PID: 112 ==5324== ==5324== ==5324== HEAP SUMMARY: ==5324== in use at exit: 355,666 bytes in 4,931 blocks ==5324== total heap usage: 236,671 allocs, 231,682 frees, 44,121,704 bytes allocated ==5324== ==5324== LEAK SUMMARY: ==5324== definitely lost: 0 bytes in 0 blocks ==5324== indirectly lost: 0 bytes in 0 blocks ==5324== possibly lost: 1,392 bytes in 4 blocks ==5324== still reachable: 70,887 bytes in 558 blocks ==5324== of which reachable via heuristic: ==5324== length64 : 1,032 bytes in 18 blocks ==5324== newarray : 5,976 bytes in 28 blocks ==5324== suppressed: 271,867 bytes in 4,285 blocks ==5324== Reachable blocks (those to which a pointer was found) are not shown. ==5324== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5324== ==5324== For counts of detected and suppressed errors, rerun with: -v ==5324== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==5328== Memcheck, a memory error detector ==5328== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5328== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5328== Command: ./client-test Client::Source::apple_carddav::testRemoveProperties ==5328== Parent PID: 5324 ==5328== ==5336== Memcheck, a memory error detector ==5336== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5336== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5336== Command: ./client-test Client::Source::apple_carddav::testManyChanges ==5336== Parent PID: 112 ==5336== ==5336== ==5336== HEAP SUMMARY: ==5336== in use at exit: 353,082 bytes in 4,926 blocks ==5336== total heap usage: 356,437 allocs, 351,450 frees, 66,683,370 bytes allocated ==5336== ==5336== LEAK SUMMARY: ==5336== definitely lost: 0 bytes in 0 blocks ==5336== indirectly lost: 0 bytes in 0 blocks ==5336== possibly lost: 960 bytes in 3 blocks ==5336== still reachable: 68,783 bytes in 556 blocks ==5336== of which reachable via heuristic: ==5336== length64 : 1,032 bytes in 18 blocks ==5336== newarray : 5,976 bytes in 28 blocks ==5336== suppressed: 271,819 bytes in 4,283 blocks ==5336== Reachable blocks (those to which a pointer was found) are not shown. ==5336== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5336== ==5336== For counts of detected and suppressed errors, rerun with: -v ==5336== ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 67 from 67) ==5340== Memcheck, a memory error detector ==5340== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5340== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5340== Command: ./client-test Client::Sync::eds_event::testDeleteAllRefresh ==5340== Parent PID: 112 ==5340== ==5340== ==5340== HEAP SUMMARY: ==5340== in use at exit: 2,884,345 bytes in 29,882 blocks ==5340== total heap usage: 900,041 allocs, 870,103 frees, 130,012,525 bytes allocated ==5340== ==5340== LEAK SUMMARY: ==5340== definitely lost: 0 bytes in 0 blocks ==5340== indirectly lost: 0 bytes in 0 blocks ==5340== possibly lost: 1,392 bytes in 4 blocks ==5340== still reachable: 2,236,797 bytes in 21,415 blocks ==5340== of which reachable via heuristic: ==5340== length64 : 5,120 bytes in 80 blocks ==5340== newarray : 6,312 bytes in 49 blocks ==5340== suppressed: 576,060 bytes in 7,931 blocks ==5340== Reachable blocks (those to which a pointer was found) are not shown. ==5340== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5340== ==5340== For counts of detected and suppressed errors, rerun with: -v ==5340== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==5378== Memcheck, a memory error detector ==5378== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5378== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5378== Command: ./syncevo-local-sync ==5378== Parent PID: 5340 ==5378== ==5378== ==5378== HEAP SUMMARY: ==5378== in use at exit: 2,516,670 bytes in 25,329 blocks ==5378== total heap usage: 234,482 allocs, 209,153 frees, 43,466,863 bytes allocated ==5378== ==5378== LEAK SUMMARY: ==5378== definitely lost: 0 bytes in 0 blocks ==5378== indirectly lost: 0 bytes in 0 blocks ==5378== possibly lost: 528 bytes in 2 blocks ==5378== still reachable: 2,255,125 bytes in 21,294 blocks ==5378== of which reachable via heuristic: ==5378== length64 : 592 bytes in 10 blocks ==5378== newarray : 5,976 bytes in 28 blocks ==5378== suppressed: 253,905 bytes in 3,977 blocks ==5378== Reachable blocks (those to which a pointer was found) are not shown. ==5378== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5378== ==5378== For counts of detected and suppressed errors, rerun with: -v ==5378== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==539== Memcheck, a memory error detector ==539== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==539== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==539== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWithVALARM::testLinkedItemsChildChangesParent ==539== Parent PID: 527 ==539== ==5394== Memcheck, a memory error detector ==5394== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5394== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5394== Command: ./syncevo-local-sync ==5394== Parent PID: 5340 ==5394== ==5394== ==5394== HEAP SUMMARY: ==5394== in use at exit: 2,519,734 bytes in 25,341 blocks ==5394== total heap usage: 175,995 allocs, 150,654 frees, 33,864,636 bytes allocated ==5394== ==5394== LEAK SUMMARY: ==5394== definitely lost: 0 bytes in 0 blocks ==5394== indirectly lost: 0 bytes in 0 blocks ==5394== possibly lost: 528 bytes in 2 blocks ==5394== still reachable: 2,258,197 bytes in 21,306 blocks ==5394== of which reachable via heuristic: ==5394== length64 : 592 bytes in 10 blocks ==5394== newarray : 5,976 bytes in 28 blocks ==5394== suppressed: 253,897 bytes in 3,977 blocks ==5394== Reachable blocks (those to which a pointer was found) are not shown. ==5394== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5394== ==5394== For counts of detected and suppressed errors, rerun with: -v ==5394== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==5406== Memcheck, a memory error detector ==5406== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5406== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5406== Command: ./syncevo-local-sync ==5406== Parent PID: 5340 ==5406== ==5406== ==5406== HEAP SUMMARY: ==5406== in use at exit: 2,491,286 bytes in 25,307 blocks ==5406== total heap usage: 171,803 allocs, 146,496 frees, 33,385,975 bytes allocated ==5406== ==5406== LEAK SUMMARY: ==5406== definitely lost: 0 bytes in 0 blocks ==5406== indirectly lost: 0 bytes in 0 blocks ==5406== possibly lost: 528 bytes in 2 blocks ==5406== still reachable: 2,229,741 bytes in 21,272 blocks ==5406== of which reachable via heuristic: ==5406== length64 : 592 bytes in 10 blocks ==5406== newarray : 5,976 bytes in 28 blocks ==5406== suppressed: 253,905 bytes in 3,977 blocks ==5406== Reachable blocks (those to which a pointer was found) are not shown. ==5406== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5406== ==5406== For counts of detected and suppressed errors, rerun with: -v ==5406== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==5418== Memcheck, a memory error detector ==5418== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5418== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5418== Command: ./client-test Client::Sync::eds_event::testTwoWaySync ==5418== Parent PID: 112 ==5418== ==5418== ==5418== HEAP SUMMARY: ==5418== in use at exit: 2,888,029 bytes in 29,936 blocks ==5418== total heap usage: 357,761 allocs, 327,771 frees, 58,151,659 bytes allocated ==5418== ==5418== LEAK SUMMARY: ==5418== definitely lost: 0 bytes in 0 blocks ==5418== indirectly lost: 0 bytes in 0 blocks ==5418== possibly lost: 1,392 bytes in 4 blocks ==5418== still reachable: 2,240,822 bytes in 21,468 blocks ==5418== of which reachable via heuristic: ==5418== length64 : 5,080 bytes in 79 blocks ==5418== newarray : 6,312 bytes in 49 blocks ==5418== suppressed: 575,719 bytes in 7,932 blocks ==5418== Reachable blocks (those to which a pointer was found) are not shown. ==5418== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5418== ==5418== For counts of detected and suppressed errors, rerun with: -v ==5418== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==5436== Memcheck, a memory error detector ==5436== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5436== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5436== Command: ./syncevo-local-sync ==5436== Parent PID: 5418 ==5436== ==5436== ==5436== HEAP SUMMARY: ==5436== in use at exit: 3,213,827 bytes in 27,622 blocks ==5436== total heap usage: 170,492 allocs, 142,870 frees, 32,478,635 bytes allocated ==5436== ==5436== LEAK SUMMARY: ==5436== definitely lost: 0 bytes in 0 blocks ==5436== indirectly lost: 0 bytes in 0 blocks ==5436== possibly lost: 528 bytes in 2 blocks ==5436== still reachable: 2,952,290 bytes in 23,587 blocks ==5436== of which reachable via heuristic: ==5436== length64 : 592 bytes in 10 blocks ==5436== newarray : 12,912 bytes in 223 blocks ==5436== suppressed: 253,897 bytes in 3,977 blocks ==5436== Reachable blocks (those to which a pointer was found) are not shown. ==5436== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5436== ==5436== For counts of detected and suppressed errors, rerun with: -v ==5436== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==5443== Memcheck, a memory error detector ==5443== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5443== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5443== Command: ./client-test Client::Sync::eds_event::testSlowSync ==5443== Parent PID: 112 ==5443== ==5443== ==5443== HEAP SUMMARY: ==5443== in use at exit: 2,878,118 bytes in 29,768 blocks ==5443== total heap usage: 358,904 allocs, 329,082 frees, 58,119,931 bytes allocated ==5443== ==5443== LEAK SUMMARY: ==5443== definitely lost: 0 bytes in 0 blocks ==5443== indirectly lost: 0 bytes in 0 blocks ==5443== possibly lost: 1,392 bytes in 4 blocks ==5443== still reachable: 2,235,309 bytes in 21,406 blocks ==5443== of which reachable via heuristic: ==5443== length64 : 5,080 bytes in 79 blocks ==5443== newarray : 6,312 bytes in 49 blocks ==5443== suppressed: 571,321 bytes in 7,826 blocks ==5443== Reachable blocks (those to which a pointer was found) are not shown. ==5443== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5443== ==5443== For counts of detected and suppressed errors, rerun with: -v ==5443== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==5461== Memcheck, a memory error detector ==5461== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5461== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5461== Command: ./syncevo-local-sync ==5461== Parent PID: 5443 ==5461== ==5461== ==5461== HEAP SUMMARY: ==5461== in use at exit: 2,491,214 bytes in 25,305 blocks ==5461== total heap usage: 171,800 allocs, 146,495 frees, 33,403,840 bytes allocated ==5461== ==5461== LEAK SUMMARY: ==5461== definitely lost: 0 bytes in 0 blocks ==5461== indirectly lost: 0 bytes in 0 blocks ==5461== possibly lost: 528 bytes in 2 blocks ==5461== still reachable: 2,229,741 bytes in 21,272 blocks ==5461== of which reachable via heuristic: ==5461== length64 : 592 bytes in 10 blocks ==5461== newarray : 5,976 bytes in 28 blocks ==5461== suppressed: 253,833 bytes in 3,975 blocks ==5461== Reachable blocks (those to which a pointer was found) are not shown. ==5461== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5461== ==5461== For counts of detected and suppressed errors, rerun with: -v ==5461== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==5469== Memcheck, a memory error detector ==5469== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5469== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5469== Command: ./client-test Client::Sync::eds_event::testRefreshFromServerSync ==5469== Parent PID: 112 ==5469== ==5469== ==5469== HEAP SUMMARY: ==5469== in use at exit: 2,891,588 bytes in 29,990 blocks ==5469== total heap usage: 358,351 allocs, 328,307 frees, 58,103,220 bytes allocated ==5469== ==5469== LEAK SUMMARY: ==5469== definitely lost: 0 bytes in 0 blocks ==5469== indirectly lost: 0 bytes in 0 blocks ==5469== possibly lost: 1,392 bytes in 4 blocks ==5469== still reachable: 2,242,219 bytes in 21,490 blocks ==5469== of which reachable via heuristic: ==5469== length64 : 5,080 bytes in 79 blocks ==5469== newarray : 6,312 bytes in 49 blocks ==5469== suppressed: 577,881 bytes in 7,964 blocks ==5469== Reachable blocks (those to which a pointer was found) are not shown. ==5469== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5469== ==5469== For counts of detected and suppressed errors, rerun with: -v ==5469== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==547== Memcheck, a memory error detector ==547== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==547== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==547== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWithVALARM::testLinkedItemsRemoveParentFirst ==547== Parent PID: 112 ==547== ==547== ==547== HEAP SUMMARY: ==547== in use at exit: 474,903 bytes in 5,432 blocks ==547== total heap usage: 237,643 allocs, 232,146 frees, 34,171,181 bytes allocated ==547== ==547== LEAK SUMMARY: ==547== definitely lost: 0 bytes in 0 blocks ==547== indirectly lost: 0 bytes in 0 blocks ==547== possibly lost: 1,392 bytes in 4 blocks ==547== still reachable: 190,108 bytes in 1,059 blocks ==547== of which reachable via heuristic: ==547== length64 : 1,032 bytes in 18 blocks ==547== newarray : 5,976 bytes in 28 blocks ==547== suppressed: 271,883 bytes in 4,285 blocks ==547== Reachable blocks (those to which a pointer was found) are not shown. ==547== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==547== ==547== For counts of detected and suppressed errors, rerun with: -v ==547== ERROR SUMMARY: 4 errors from 4 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: 5469 ==5487== ==5487== ==5487== HEAP SUMMARY: ==5487== in use at exit: 2,491,278 bytes in 25,307 blocks ==5487== total heap usage: 172,025 allocs, 146,718 frees, 33,395,133 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,741 bytes in 21,272 blocks ==5487== of which reachable via heuristic: ==5487== length64 : 592 bytes in 10 blocks ==5487== newarray : 5,976 bytes in 28 blocks ==5487== suppressed: 253,897 bytes in 3,977 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) ==5494== Memcheck, a memory error detector ==5494== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5494== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5494== Command: ./client-test Client::Sync::eds_event::testRefreshFromClientSync ==5494== Parent PID: 112 ==5494== ==5494== ==5494== HEAP SUMMARY: ==5494== in use at exit: 2,889,791 bytes in 29,962 blocks ==5494== total heap usage: 358,375 allocs, 328,359 frees, 58,105,209 bytes allocated ==5494== ==5494== LEAK SUMMARY: ==5494== definitely lost: 0 bytes in 0 blocks ==5494== indirectly lost: 0 bytes in 0 blocks ==5494== possibly lost: 1,392 bytes in 4 blocks ==5494== still reachable: 2,240,702 bytes in 21,466 blocks ==5494== of which reachable via heuristic: ==5494== length64 : 5,080 bytes in 79 blocks ==5494== newarray : 6,312 bytes in 49 blocks ==5494== suppressed: 577,601 bytes in 7,960 blocks ==5494== Reachable blocks (those to which a pointer was found) are not shown. ==5494== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5494== ==5494== For counts of detected and suppressed errors, rerun with: -v ==5494== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==551== Memcheck, a memory error detector ==551== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==551== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==551== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWithVALARM::testLinkedItemsRemoveParentFirst ==551== Parent PID: 547 ==551== ==5512== Memcheck, a memory error detector ==5512== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5512== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5512== Command: ./syncevo-local-sync ==5512== Parent PID: 5494 ==5512== ==5512== ==5512== HEAP SUMMARY: ==5512== in use at exit: 2,491,286 bytes in 25,307 blocks ==5512== total heap usage: 172,421 allocs, 147,114 frees, 33,460,336 bytes allocated ==5512== ==5512== LEAK SUMMARY: ==5512== definitely lost: 0 bytes in 0 blocks ==5512== indirectly lost: 0 bytes in 0 blocks ==5512== possibly lost: 528 bytes in 2 blocks ==5512== still reachable: 2,229,741 bytes in 21,272 blocks ==5512== of which reachable via heuristic: ==5512== length64 : 592 bytes in 10 blocks ==5512== newarray : 5,976 bytes in 28 blocks ==5512== suppressed: 253,905 bytes in 3,977 blocks ==5512== Reachable blocks (those to which a pointer was found) are not shown. ==5512== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5512== ==5512== For counts of detected and suppressed errors, rerun with: -v ==5512== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==5519== Memcheck, a memory error detector ==5519== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5519== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5519== Command: ./client-test Client::Sync::eds_event::testRefreshFromRemoteSync ==5519== Parent PID: 112 ==5519== ==5519== ==5519== HEAP SUMMARY: ==5519== in use at exit: 2,885,049 bytes in 29,878 blocks ==5519== total heap usage: 358,761 allocs, 328,829 frees, 58,120,251 bytes allocated ==5519== ==5519== LEAK SUMMARY: ==5519== definitely lost: 0 bytes in 0 blocks ==5519== indirectly lost: 0 bytes in 0 blocks ==5519== possibly lost: 1,392 bytes in 4 blocks ==5519== still reachable: 2,237,493 bytes in 21,415 blocks ==5519== of which reachable via heuristic: ==5519== length64 : 5,080 bytes in 79 blocks ==5519== newarray : 6,312 bytes in 49 blocks ==5519== suppressed: 576,068 bytes in 7,927 blocks ==5519== Reachable blocks (those to which a pointer was found) are not shown. ==5519== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5519== ==5519== For counts of detected and suppressed errors, rerun with: -v ==5519== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==5537== Memcheck, a memory error detector ==5537== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5537== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5537== Command: ./syncevo-local-sync ==5537== Parent PID: 5519 ==5537== ==5537== ==5537== HEAP SUMMARY: ==5537== in use at exit: 2,491,270 bytes in 25,307 blocks ==5537== total heap usage: 172,415 allocs, 147,108 frees, 33,459,953 bytes allocated ==5537== ==5537== LEAK SUMMARY: ==5537== definitely lost: 0 bytes in 0 blocks ==5537== indirectly lost: 0 bytes in 0 blocks ==5537== possibly lost: 528 bytes in 2 blocks ==5537== still reachable: 2,229,741 bytes in 21,272 blocks ==5537== of which reachable via heuristic: ==5537== length64 : 592 bytes in 10 blocks ==5537== newarray : 5,976 bytes in 28 blocks ==5537== suppressed: 253,889 bytes in 3,977 blocks ==5537== Reachable blocks (those to which a pointer was found) are not shown. ==5537== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5537== ==5537== For counts of detected and suppressed errors, rerun with: -v ==5537== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==5544== Memcheck, a memory error detector ==5544== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5544== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5544== Command: ./client-test Client::Sync::eds_event::testRefreshFromLocalSync ==5544== Parent PID: 112 ==5544== ==5544== ==5544== HEAP SUMMARY: ==5544== in use at exit: 2,891,556 bytes in 29,990 blocks ==5544== total heap usage: 358,333 allocs, 328,289 frees, 58,100,486 bytes allocated ==5544== ==5544== LEAK SUMMARY: ==5544== definitely lost: 0 bytes in 0 blocks ==5544== indirectly lost: 0 bytes in 0 blocks ==5544== possibly lost: 1,392 bytes in 4 blocks ==5544== still reachable: 2,242,219 bytes in 21,490 blocks ==5544== of which reachable via heuristic: ==5544== length64 : 5,080 bytes in 79 blocks ==5544== newarray : 6,312 bytes in 49 blocks ==5544== suppressed: 577,849 bytes in 7,964 blocks ==5544== Reachable blocks (those to which a pointer was found) are not shown. ==5544== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5544== ==5544== For counts of detected and suppressed errors, rerun with: -v ==5544== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==5562== Memcheck, a memory error detector ==5562== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5562== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5562== Command: ./syncevo-local-sync ==5562== Parent PID: 5544 ==5562== ==5562== ==5562== HEAP SUMMARY: ==5562== in use at exit: 2,491,278 bytes in 25,307 blocks ==5562== total heap usage: 172,027 allocs, 146,720 frees, 33,395,300 bytes allocated ==5562== ==5562== LEAK SUMMARY: ==5562== definitely lost: 0 bytes in 0 blocks ==5562== indirectly lost: 0 bytes in 0 blocks ==5562== possibly lost: 528 bytes in 2 blocks ==5562== still reachable: 2,229,741 bytes in 21,272 blocks ==5562== of which reachable via heuristic: ==5562== length64 : 592 bytes in 10 blocks ==5562== newarray : 5,976 bytes in 28 blocks ==5562== suppressed: 253,897 bytes in 3,977 blocks ==5562== Reachable blocks (those to which a pointer was found) are not shown. ==5562== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5562== ==5562== For counts of detected and suppressed errors, rerun with: -v ==5562== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==5569== Memcheck, a memory error detector ==5569== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5569== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5569== Command: ./client-test Client::Sync::eds_event::testRefreshFromServerSemantic ==5569== Parent PID: 112 ==5569== ==5569== ==5569== HEAP SUMMARY: ==5569== in use at exit: 2,886,818 bytes in 29,911 blocks ==5569== total heap usage: 999,319 allocs, 969,351 frees, 152,471,202 bytes allocated ==5569== ==5569== LEAK SUMMARY: ==5569== definitely lost: 0 bytes in 0 blocks ==5569== indirectly lost: 0 bytes in 0 blocks ==5569== possibly lost: 1,392 bytes in 4 blocks ==5569== still reachable: 2,237,841 bytes in 21,420 blocks ==5569== of which reachable via heuristic: ==5569== length64 : 5,120 bytes in 80 blocks ==5569== newarray : 6,312 bytes in 49 blocks ==5569== suppressed: 577,489 bytes in 7,955 blocks ==5569== Reachable blocks (those to which a pointer was found) are not shown. ==5569== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5569== ==5569== For counts of detected and suppressed errors, rerun with: -v ==5569== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==559== Memcheck, a memory error detector ==559== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==559== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==559== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWithVALARM::testLinkedItemsRemoveParentFirst ==559== Parent PID: 547 ==559== ==5595== Memcheck, a memory error detector ==5595== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5595== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5595== Command: ./syncevo-local-sync ==5595== Parent PID: 5569 ==5595== ==5595== ==5595== HEAP SUMMARY: ==5595== in use at exit: 2,491,278 bytes in 25,307 blocks ==5595== total heap usage: 171,793 allocs, 146,486 frees, 33,386,815 bytes allocated ==5595== ==5595== LEAK SUMMARY: ==5595== definitely lost: 0 bytes in 0 blocks ==5595== indirectly lost: 0 bytes in 0 blocks ==5595== possibly lost: 528 bytes in 2 blocks ==5595== still reachable: 2,229,741 bytes in 21,272 blocks ==5595== of which reachable via heuristic: ==5595== length64 : 592 bytes in 10 blocks ==5595== newarray : 5,976 bytes in 28 blocks ==5595== suppressed: 253,897 bytes in 3,977 blocks ==5595== Reachable blocks (those to which a pointer was found) are not shown. ==5595== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5595== ==5595== For counts of detected and suppressed errors, rerun with: -v ==5595== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==5611== Memcheck, a memory error detector ==5611== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5611== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5611== Command: ./syncevo-local-sync ==5611== Parent PID: 5569 ==5611== ==5611== ==5611== HEAP SUMMARY: ==5611== in use at exit: 3,214,015 bytes in 27,622 blocks ==5611== total heap usage: 170,465 allocs, 142,843 frees, 32,479,478 bytes allocated ==5611== ==5611== LEAK SUMMARY: ==5611== definitely lost: 0 bytes in 0 blocks ==5611== indirectly lost: 0 bytes in 0 blocks ==5611== possibly lost: 528 bytes in 2 blocks ==5611== still reachable: 2,952,478 bytes in 23,587 blocks ==5611== of which reachable via heuristic: ==5611== length64 : 592 bytes in 10 blocks ==5611== newarray : 12,912 bytes in 223 blocks ==5611== suppressed: 253,897 bytes in 3,977 blocks ==5611== Reachable blocks (those to which a pointer was found) are not shown. ==5611== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5611== ==5611== For counts of detected and suppressed errors, rerun with: -v ==5611== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==5627== Memcheck, a memory error detector ==5627== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5627== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5627== Command: ./syncevo-local-sync ==5627== Parent PID: 5569 ==5627== ==5627== ==5627== HEAP SUMMARY: ==5627== in use at exit: 2,491,294 bytes in 25,307 blocks ==5627== total heap usage: 172,444 allocs, 147,137 frees, 33,482,940 bytes allocated ==5627== ==5627== LEAK SUMMARY: ==5627== definitely lost: 0 bytes in 0 blocks ==5627== indirectly lost: 0 bytes in 0 blocks ==5627== possibly lost: 528 bytes in 2 blocks ==5627== still reachable: 2,229,741 bytes in 21,272 blocks ==5627== of which reachable via heuristic: ==5627== length64 : 592 bytes in 10 blocks ==5627== newarray : 5,976 bytes in 28 blocks ==5627== suppressed: 253,913 bytes in 3,977 blocks ==5627== Reachable blocks (those to which a pointer was found) are not shown. ==5627== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5627== ==5627== For counts of detected and suppressed errors, rerun with: -v ==5627== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==5639== Memcheck, a memory error detector ==5639== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5639== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5639== Command: ./syncevo-local-sync ==5639== Parent PID: 5569 ==5639== ==5639== ==5639== HEAP SUMMARY: ==5639== in use at exit: 3,213,987 bytes in 27,622 blocks ==5639== total heap usage: 170,478 allocs, 142,856 frees, 32,479,376 bytes allocated ==5639== ==5639== LEAK SUMMARY: ==5639== definitely lost: 0 bytes in 0 blocks ==5639== indirectly lost: 0 bytes in 0 blocks ==5639== possibly lost: 528 bytes in 2 blocks ==5639== still reachable: 2,952,442 bytes in 23,587 blocks ==5639== of which reachable via heuristic: ==5639== length64 : 592 bytes in 10 blocks ==5639== newarray : 12,912 bytes in 223 blocks ==5639== suppressed: 253,905 bytes in 3,977 blocks ==5639== Reachable blocks (those to which a pointer was found) are not shown. ==5639== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5639== ==5639== For counts of detected and suppressed errors, rerun with: -v ==5639== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==5647== Memcheck, a memory error detector ==5647== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5647== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5647== Command: ./client-test Client::Sync::eds_event::testRefreshFromClientSemantic ==5647== Parent PID: 112 ==5647== ==5647== ==5647== HEAP SUMMARY: ==5647== in use at exit: 2,882,167 bytes in 29,829 blocks ==5647== total heap usage: 1,187,751 allocs, 1,157,864 frees, 182,267,978 bytes allocated ==5647== ==5647== LEAK SUMMARY: ==5647== definitely lost: 0 bytes in 0 blocks ==5647== indirectly lost: 0 bytes in 0 blocks ==5647== possibly lost: 1,392 bytes in 4 blocks ==5647== still reachable: 2,236,453 bytes in 21,411 blocks ==5647== of which reachable via heuristic: ==5647== length64 : 5,120 bytes in 80 blocks ==5647== newarray : 6,312 bytes in 49 blocks ==5647== suppressed: 574,226 bytes in 7,882 blocks ==5647== Reachable blocks (those to which a pointer was found) are not shown. ==5647== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5647== ==5647== For counts of detected and suppressed errors, rerun with: -v ==5647== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==567== Memcheck, a memory error detector ==567== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==567== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==567== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWithVALARM::testLinkedItemsRemoveNormal ==567== Parent PID: 112 ==567== ==567== ==567== HEAP SUMMARY: ==567== in use at exit: 474,895 bytes in 5,432 blocks ==567== total heap usage: 247,361 allocs, 241,863 frees, 35,174,596 bytes allocated ==567== ==567== LEAK SUMMARY: ==567== definitely lost: 0 bytes in 0 blocks ==567== indirectly lost: 0 bytes in 0 blocks ==567== possibly lost: 1,392 bytes in 4 blocks ==567== still reachable: 190,108 bytes in 1,059 blocks ==567== of which reachable via heuristic: ==567== length64 : 1,032 bytes in 18 blocks ==567== newarray : 5,976 bytes in 28 blocks ==567== suppressed: 271,875 bytes in 4,285 blocks ==567== Reachable blocks (those to which a pointer was found) are not shown. ==567== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==567== ==567== For counts of detected and suppressed errors, rerun with: -v ==567== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==5673== Memcheck, a memory error detector ==5673== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5673== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5673== Command: ./syncevo-local-sync ==5673== Parent PID: 5647 ==5673== ==5673== ==5673== HEAP SUMMARY: ==5673== in use at exit: 2,491,222 bytes in 25,305 blocks ==5673== total heap usage: 171,815 allocs, 146,510 frees, 33,408,577 bytes allocated ==5673== ==5673== LEAK SUMMARY: ==5673== definitely lost: 0 bytes in 0 blocks ==5673== indirectly lost: 0 bytes in 0 blocks ==5673== possibly lost: 528 bytes in 2 blocks ==5673== still reachable: 2,229,741 bytes in 21,272 blocks ==5673== of which reachable via heuristic: ==5673== length64 : 592 bytes in 10 blocks ==5673== newarray : 5,976 bytes in 28 blocks ==5673== suppressed: 253,841 bytes in 3,975 blocks ==5673== Reachable blocks (those to which a pointer was found) are not shown. ==5673== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5673== ==5673== For counts of detected and suppressed errors, rerun with: -v ==5673== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==5689== Memcheck, a memory error detector ==5689== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5689== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5689== Command: ./syncevo-local-sync ==5689== Parent PID: 5647 ==5689== ==5689== ==5689== HEAP SUMMARY: ==5689== in use at exit: 3,214,039 bytes in 27,622 blocks ==5689== total heap usage: 170,458 allocs, 142,836 frees, 32,479,094 bytes allocated ==5689== ==5689== LEAK SUMMARY: ==5689== definitely lost: 0 bytes in 0 blocks ==5689== indirectly lost: 0 bytes in 0 blocks ==5689== possibly lost: 528 bytes in 2 blocks ==5689== still reachable: 2,952,478 bytes in 23,587 blocks ==5689== of which reachable via heuristic: ==5689== length64 : 592 bytes in 10 blocks ==5689== newarray : 12,912 bytes in 223 blocks ==5689== suppressed: 253,921 bytes in 3,977 blocks ==5689== Reachable blocks (those to which a pointer was found) are not shown. ==5689== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5689== ==5689== For counts of detected and suppressed errors, rerun with: -v ==5689== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==5705== Memcheck, a memory error detector ==5705== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5705== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5705== Command: ./syncevo-local-sync ==5705== Parent PID: 5647 ==5705== ==5705== ==5705== HEAP SUMMARY: ==5705== in use at exit: 2,491,318 bytes in 25,308 blocks ==5705== total heap usage: 179,082 allocs, 153,774 frees, 34,139,611 bytes allocated ==5705== ==5705== LEAK SUMMARY: ==5705== definitely lost: 0 bytes in 0 blocks ==5705== indirectly lost: 0 bytes in 0 blocks ==5705== possibly lost: 528 bytes in 2 blocks ==5705== still reachable: 2,229,741 bytes in 21,272 blocks ==5705== of which reachable via heuristic: ==5705== length64 : 632 bytes in 11 blocks ==5705== newarray : 5,976 bytes in 28 blocks ==5705== suppressed: 253,937 bytes in 3,978 blocks ==5705== Reachable blocks (those to which a pointer was found) are not shown. ==5705== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5705== ==5705== For counts of detected and suppressed errors, rerun with: -v ==5705== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==571== Memcheck, a memory error detector ==571== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==571== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==571== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWithVALARM::testLinkedItemsRemoveNormal ==571== Parent PID: 567 ==571== ==5721== Memcheck, a memory error detector ==5721== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5721== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5721== Command: ./syncevo-local-sync ==5721== Parent PID: 5647 ==5721== ==5721== ==5721== HEAP SUMMARY: ==5721== in use at exit: 2,514,350 bytes in 25,320 blocks ==5721== total heap usage: 173,055 allocs, 147,735 frees, 33,524,282 bytes allocated ==5721== ==5721== LEAK SUMMARY: ==5721== definitely lost: 0 bytes in 0 blocks ==5721== indirectly lost: 0 bytes in 0 blocks ==5721== possibly lost: 528 bytes in 2 blocks ==5721== still reachable: 2,252,821 bytes in 21,285 blocks ==5721== of which reachable via heuristic: ==5721== length64 : 592 bytes in 10 blocks ==5721== newarray : 5,976 bytes in 28 blocks ==5721== suppressed: 253,889 bytes in 3,977 blocks ==5721== Reachable blocks (those to which a pointer was found) are not shown. ==5721== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5721== ==5721== For counts of detected and suppressed errors, rerun with: -v ==5721== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==5729== Memcheck, a memory error detector ==5729== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5729== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5729== Command: ./syncevo-local-sync ==5729== Parent PID: 5647 ==5729== ==5729== ==5729== HEAP SUMMARY: ==5729== in use at exit: 2,491,302 bytes in 25,307 blocks ==5729== total heap usage: 172,428 allocs, 147,121 frees, 33,462,000 bytes allocated ==5729== ==5729== LEAK SUMMARY: ==5729== definitely lost: 0 bytes in 0 blocks ==5729== indirectly lost: 0 bytes in 0 blocks ==5729== possibly lost: 528 bytes in 2 blocks ==5729== still reachable: 2,229,741 bytes in 21,272 blocks ==5729== of which reachable via heuristic: ==5729== length64 : 592 bytes in 10 blocks ==5729== newarray : 5,976 bytes in 28 blocks ==5729== suppressed: 253,921 bytes in 3,977 blocks ==5729== Reachable blocks (those to which a pointer was found) are not shown. ==5729== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5729== ==5729== For counts of detected and suppressed errors, rerun with: -v ==5729== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==5737== Memcheck, a memory error detector ==5737== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5737== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5737== Command: ./client-test Client::Sync::eds_event::testRefreshStatus ==5737== Parent PID: 112 ==5737== ==5737== ==5737== HEAP SUMMARY: ==5737== in use at exit: 2,885,473 bytes in 29,883 blocks ==5737== total heap usage: 662,727 allocs, 632,789 frees, 96,187,431 bytes allocated ==5737== ==5737== LEAK SUMMARY: ==5737== definitely lost: 0 bytes in 0 blocks ==5737== indirectly lost: 0 bytes in 0 blocks ==5737== possibly lost: 1,392 bytes in 4 blocks ==5737== still reachable: 2,237,493 bytes in 21,415 blocks ==5737== of which reachable via heuristic: ==5737== length64 : 5,120 bytes in 80 blocks ==5737== newarray : 6,312 bytes in 49 blocks ==5737== suppressed: 576,492 bytes in 7,932 blocks ==5737== Reachable blocks (those to which a pointer was found) are not shown. ==5737== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5737== ==5737== For counts of detected and suppressed errors, rerun with: -v ==5737== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==5779== Memcheck, a memory error detector ==5779== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5779== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5779== Command: ./syncevo-local-sync ==5779== Parent PID: 5737 ==5779== ==5779== ==5779== HEAP SUMMARY: ==5779== in use at exit: 2,491,278 bytes in 25,307 blocks ==5779== total heap usage: 178,701 allocs, 153,394 frees, 34,073,379 bytes allocated ==5779== ==5779== LEAK SUMMARY: ==5779== definitely lost: 0 bytes in 0 blocks ==5779== indirectly lost: 0 bytes in 0 blocks ==5779== possibly lost: 528 bytes in 2 blocks ==5779== still reachable: 2,229,741 bytes in 21,272 blocks ==5779== of which reachable via heuristic: ==5779== length64 : 592 bytes in 10 blocks ==5779== newarray : 5,976 bytes in 28 blocks ==5779== suppressed: 253,897 bytes in 3,977 blocks ==5779== Reachable blocks (those to which a pointer was found) are not shown. ==5779== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5779== ==5779== For counts of detected and suppressed errors, rerun with: -v ==5779== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==5787== Memcheck, a memory error detector ==5787== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5787== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5787== Command: ./syncevo-local-sync ==5787== Parent PID: 5737 ==5787== ==5787== ==5787== HEAP SUMMARY: ==5787== in use at exit: 3,216,862 bytes in 27,629 blocks ==5787== total heap usage: 170,871 allocs, 143,242 frees, 32,543,405 bytes allocated ==5787== ==5787== LEAK SUMMARY: ==5787== definitely lost: 0 bytes in 0 blocks ==5787== indirectly lost: 0 bytes in 0 blocks ==5787== possibly lost: 528 bytes in 2 blocks ==5787== still reachable: 2,955,325 bytes in 23,594 blocks ==5787== of which reachable via heuristic: ==5787== length64 : 592 bytes in 10 blocks ==5787== newarray : 12,912 bytes in 223 blocks ==5787== suppressed: 253,897 bytes in 3,977 blocks ==5787== Reachable blocks (those to which a pointer was found) are not shown. ==5787== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5787== ==5787== For counts of detected and suppressed errors, rerun with: -v ==5787== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==579== Memcheck, a memory error detector ==579== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==579== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==579== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWithVALARM::testLinkedItemsRemoveNormal ==579== Parent PID: 567 ==579== ==5795== Memcheck, a memory error detector ==5795== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5795== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5795== Command: ./client-test Client::Sync::eds_event::testTwoWayRestart ==5795== Parent PID: 112 ==5795== ==5795== ==5795== HEAP SUMMARY: ==5795== in use at exit: 2,889,021 bytes in 29,964 blocks ==5795== total heap usage: 845,507 allocs, 815,487 frees, 125,370,153 bytes allocated ==5795== ==5795== LEAK SUMMARY: ==5795== definitely lost: 0 bytes in 0 blocks ==5795== indirectly lost: 0 bytes in 0 blocks ==5795== possibly lost: 1,392 bytes in 4 blocks ==5795== still reachable: 2,238,117 bytes in 21,421 blocks ==5795== of which reachable via heuristic: ==5795== length64 : 5,120 bytes in 80 blocks ==5795== newarray : 6,312 bytes in 49 blocks ==5795== suppressed: 579,416 bytes in 8,007 blocks ==5795== Reachable blocks (those to which a pointer was found) are not shown. ==5795== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5795== ==5795== For counts of detected and suppressed errors, rerun with: -v ==5795== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==5822== Memcheck, a memory error detector ==5822== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5822== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5822== Command: ./syncevo-local-sync ==5822== Parent PID: 5795 ==5822== ==5822== ==5822== HEAP SUMMARY: ==5822== in use at exit: 2,514,374 bytes in 25,320 blocks ==5822== total heap usage: 175,728 allocs, 150,408 frees, 33,835,649 bytes allocated ==5822== ==5822== LEAK SUMMARY: ==5822== definitely lost: 0 bytes in 0 blocks ==5822== indirectly lost: 0 bytes in 0 blocks ==5822== possibly lost: 528 bytes in 2 blocks ==5822== still reachable: 2,252,821 bytes in 21,285 blocks ==5822== of which reachable via heuristic: ==5822== length64 : 592 bytes in 10 blocks ==5822== newarray : 5,976 bytes in 28 blocks ==5822== suppressed: 253,913 bytes in 3,977 blocks ==5822== Reachable blocks (those to which a pointer was found) are not shown. ==5822== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5822== ==5822== For counts of detected and suppressed errors, rerun with: -v ==5822== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==5838== Memcheck, a memory error detector ==5838== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5838== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5838== Command: ./syncevo-local-sync ==5838== Parent PID: 5795 ==5838== ==5838== ==5838== HEAP SUMMARY: ==5838== in use at exit: 2,491,278 bytes in 25,307 blocks ==5838== total heap usage: 173,993 allocs, 148,686 frees, 33,673,518 bytes allocated ==5838== ==5838== LEAK SUMMARY: ==5838== definitely lost: 0 bytes in 0 blocks ==5838== indirectly lost: 0 bytes in 0 blocks ==5838== possibly lost: 528 bytes in 2 blocks ==5838== still reachable: 2,229,741 bytes in 21,272 blocks ==5838== of which reachable via heuristic: ==5838== length64 : 592 bytes in 10 blocks ==5838== newarray : 5,976 bytes in 28 blocks ==5838== suppressed: 253,897 bytes in 3,977 blocks ==5838== Reachable blocks (those to which a pointer was found) are not shown. ==5838== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5838== ==5838== For counts of detected and suppressed errors, rerun with: -v ==5838== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==5846== Memcheck, a memory error detector ==5846== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5846== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5846== Command: ./syncevo-local-sync ==5846== Parent PID: 5795 ==5846== ==5846== ==5846== HEAP SUMMARY: ==5846== in use at exit: 3,213,863 bytes in 27,622 blocks ==5846== total heap usage: 170,534 allocs, 142,912 frees, 32,502,339 bytes allocated ==5846== ==5846== LEAK SUMMARY: ==5846== definitely lost: 0 bytes in 0 blocks ==5846== indirectly lost: 0 bytes in 0 blocks ==5846== possibly lost: 528 bytes in 2 blocks ==5846== still reachable: 2,952,318 bytes in 23,587 blocks ==5846== of which reachable via heuristic: ==5846== length64 : 592 bytes in 10 blocks ==5846== newarray : 12,912 bytes in 223 blocks ==5846== suppressed: 253,905 bytes in 3,977 blocks ==5846== Reachable blocks (those to which a pointer was found) are not shown. ==5846== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5846== ==5846== For counts of detected and suppressed errors, rerun with: -v ==5846== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==5866== Memcheck, a memory error detector ==5866== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5866== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5866== Command: ./client-test Client::Sync::eds_event::testCopy ==5866== Parent PID: 112 ==5866== ==5866== ==5866== HEAP SUMMARY: ==5866== in use at exit: 2,888,488 bytes in 29,941 blocks ==5866== total heap usage: 1,511,476 allocs, 1,481,476 frees, 221,316,335 bytes allocated ==5866== ==5866== LEAK SUMMARY: ==5866== definitely lost: 0 bytes in 0 blocks ==5866== indirectly lost: 0 bytes in 0 blocks ==5866== possibly lost: 1,392 bytes in 4 blocks ==5866== still reachable: 2,240,824 bytes in 21,468 blocks ==5866== of which reachable via heuristic: ==5866== length64 : 5,120 bytes in 80 blocks ==5866== newarray : 6,312 bytes in 49 blocks ==5866== suppressed: 576,176 bytes in 7,937 blocks ==5866== Reachable blocks (those to which a pointer was found) are not shown. ==5866== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5866== ==5866== For counts of detected and suppressed errors, rerun with: -v ==5866== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==587== Memcheck, a memory error detector ==587== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==587== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==587== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWithVALARM::testLinkedItemsInsertParentTwice ==587== Parent PID: 112 ==587== ==587== ==587== HEAP SUMMARY: ==587== in use at exit: 465,615 bytes in 5,394 blocks ==587== total heap usage: 226,423 allocs, 220,965 frees, 32,722,750 bytes allocated ==587== ==587== LEAK SUMMARY: ==587== definitely lost: 0 bytes in 0 blocks ==587== indirectly lost: 0 bytes in 0 blocks ==587== possibly lost: 1,392 bytes in 4 blocks ==587== still reachable: 180,892 bytes in 1,023 blocks ==587== of which reachable via heuristic: ==587== length64 : 1,032 bytes in 18 blocks ==587== newarray : 5,976 bytes in 28 blocks ==587== suppressed: 271,811 bytes in 4,283 blocks ==587== Reachable blocks (those to which a pointer was found) are not shown. ==587== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==587== ==587== For counts of detected and suppressed errors, rerun with: -v ==587== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==5893== Memcheck, a memory error detector ==5893== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5893== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5893== Command: ./syncevo-local-sync ==5893== Parent PID: 5866 ==5893== ==5893== ==5893== HEAP SUMMARY: ==5893== in use at exit: 2,491,278 bytes in 25,307 blocks ==5893== total heap usage: 171,816 allocs, 146,509 frees, 33,406,423 bytes allocated ==5893== ==5893== LEAK SUMMARY: ==5893== definitely lost: 0 bytes in 0 blocks ==5893== indirectly lost: 0 bytes in 0 blocks ==5893== possibly lost: 528 bytes in 2 blocks ==5893== still reachable: 2,229,741 bytes in 21,272 blocks ==5893== of which reachable via heuristic: ==5893== length64 : 592 bytes in 10 blocks ==5893== newarray : 5,976 bytes in 28 blocks ==5893== suppressed: 253,897 bytes in 3,977 blocks ==5893== Reachable blocks (those to which a pointer was found) are not shown. ==5893== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5893== ==5893== For counts of detected and suppressed errors, rerun with: -v ==5893== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==5909== Memcheck, a memory error detector ==5909== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5909== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5909== Command: ./syncevo-local-sync ==5909== Parent PID: 5866 ==5909== ==5909== ==5909== HEAP SUMMARY: ==5909== in use at exit: 3,213,943 bytes in 27,622 blocks ==5909== total heap usage: 170,462 allocs, 142,840 frees, 32,477,838 bytes allocated ==5909== ==5909== LEAK SUMMARY: ==5909== definitely lost: 0 bytes in 0 blocks ==5909== indirectly lost: 0 bytes in 0 blocks ==5909== possibly lost: 528 bytes in 2 blocks ==5909== still reachable: 2,952,414 bytes in 23,587 blocks ==5909== of which reachable via heuristic: ==5909== length64 : 592 bytes in 10 blocks ==5909== newarray : 12,912 bytes in 223 blocks ==5909== suppressed: 253,889 bytes in 3,977 blocks ==5909== Reachable blocks (those to which a pointer was found) are not shown. ==5909== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5909== ==5909== For counts of detected and suppressed errors, rerun with: -v ==5909== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==591== Memcheck, a memory error detector ==591== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==591== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==591== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWithVALARM::testLinkedItemsInsertParentTwice ==591== Parent PID: 587 ==591== ==5926== Memcheck, a memory error detector ==5926== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5926== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5926== Command: ./syncevo-local-sync ==5926== Parent PID: 5866 ==5926== ==5926== ==5926== HEAP SUMMARY: ==5926== in use at exit: 2,491,270 bytes in 25,307 blocks ==5926== total heap usage: 171,799 allocs, 146,492 frees, 33,395,370 bytes allocated ==5926== ==5926== LEAK SUMMARY: ==5926== definitely lost: 0 bytes in 0 blocks ==5926== indirectly lost: 0 bytes in 0 blocks ==5926== possibly lost: 528 bytes in 2 blocks ==5926== still reachable: 2,229,741 bytes in 21,272 blocks ==5926== of which reachable via heuristic: ==5926== length64 : 592 bytes in 10 blocks ==5926== newarray : 5,976 bytes in 28 blocks ==5926== suppressed: 253,889 bytes in 3,977 blocks ==5926== Reachable blocks (those to which a pointer was found) are not shown. ==5926== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5926== ==5926== For counts of detected and suppressed errors, rerun with: -v ==5926== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==5942== Memcheck, a memory error detector ==5942== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5942== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5942== Command: ./syncevo-local-sync ==5942== Parent PID: 5866 ==5942== ==5942== ==5942== HEAP SUMMARY: ==5942== in use at exit: 3,213,923 bytes in 27,622 blocks ==5942== total heap usage: 170,492 allocs, 142,870 frees, 32,479,116 bytes allocated ==5942== ==5942== LEAK SUMMARY: ==5942== definitely lost: 0 bytes in 0 blocks ==5942== indirectly lost: 0 bytes in 0 blocks ==5942== possibly lost: 528 bytes in 2 blocks ==5942== still reachable: 2,952,394 bytes in 23,587 blocks ==5942== of which reachable via heuristic: ==5942== length64 : 592 bytes in 10 blocks ==5942== newarray : 12,912 bytes in 223 blocks ==5942== suppressed: 253,889 bytes in 3,977 blocks ==5942== Reachable blocks (those to which a pointer was found) are not shown. ==5942== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5942== ==5942== For counts of detected and suppressed errors, rerun with: -v ==5942== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==5958== Memcheck, a memory error detector ==5958== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5958== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5958== Command: ./syncevo-local-sync ==5958== Parent PID: 5866 ==5958== ==5958== ==5958== HEAP SUMMARY: ==5958== in use at exit: 2,491,278 bytes in 25,307 blocks ==5958== total heap usage: 179,046 allocs, 153,739 frees, 34,135,364 bytes allocated ==5958== ==5958== LEAK SUMMARY: ==5958== definitely lost: 0 bytes in 0 blocks ==5958== indirectly lost: 0 bytes in 0 blocks ==5958== possibly lost: 528 bytes in 2 blocks ==5958== still reachable: 2,229,741 bytes in 21,272 blocks ==5958== of which reachable via heuristic: ==5958== length64 : 592 bytes in 10 blocks ==5958== newarray : 5,976 bytes in 28 blocks ==5958== suppressed: 253,897 bytes in 3,977 blocks ==5958== Reachable blocks (those to which a pointer was found) are not shown. ==5958== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5958== ==5958== For counts of detected and suppressed errors, rerun with: -v ==5958== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==5966== Memcheck, a memory error detector ==5966== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5966== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5966== Command: ./syncevo-local-sync ==5966== Parent PID: 5866 ==5966== ==5966== ==5966== HEAP SUMMARY: ==5966== in use at exit: 2,514,326 bytes in 25,318 blocks ==5966== total heap usage: 176,482 allocs, 151,164 frees, 33,933,202 bytes allocated ==5966== ==5966== LEAK SUMMARY: ==5966== definitely lost: 0 bytes in 0 blocks ==5966== indirectly lost: 0 bytes in 0 blocks ==5966== possibly lost: 528 bytes in 2 blocks ==5966== still reachable: 2,252,821 bytes in 21,285 blocks ==5966== of which reachable via heuristic: ==5966== length64 : 592 bytes in 10 blocks ==5966== newarray : 5,976 bytes in 28 blocks ==5966== suppressed: 253,865 bytes in 3,975 blocks ==5966== Reachable blocks (those to which a pointer was found) are not shown. ==5966== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==5966== ==5966== For counts of detected and suppressed errors, rerun with: -v ==5966== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==5986== Memcheck, a memory error detector ==5986== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==5986== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==5986== Command: ./client-test Client::Sync::eds_event::testCopy ==5986== Parent PID: 5866 ==5986== ==599== Memcheck, a memory error detector ==599== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==599== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==599== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWithVALARM::testLinkedItemsInsertParentTwice ==599== Parent PID: 587 ==599== ==6002== Memcheck, a memory error detector ==6002== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6002== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6002== Command: ./client-test Client::Sync::eds_event::testCopy ==6002== Parent PID: 5866 ==6002== ==6007== Memcheck, a memory error detector ==6007== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6007== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6007== Command: ./client-test Client::Sync::eds_event::testDelete ==6007== Parent PID: 112 ==6007== ==6007== ==6007== HEAP SUMMARY: ==6007== in use at exit: 2,889,905 bytes in 30,009 blocks ==6007== total heap usage: 1,862,741 allocs, 1,832,671 frees, 278,996,126 bytes allocated ==6007== ==6007== LEAK SUMMARY: ==6007== definitely lost: 0 bytes in 0 blocks ==6007== indirectly lost: 0 bytes in 0 blocks ==6007== possibly lost: 1,392 bytes in 4 blocks ==6007== still reachable: 2,239,117 bytes in 21,436 blocks ==6007== of which reachable via heuristic: ==6007== length64 : 5,120 bytes in 80 blocks ==6007== newarray : 6,312 bytes in 49 blocks ==6007== suppressed: 579,132 bytes in 8,035 blocks ==6007== Reachable blocks (those to which a pointer was found) are not shown. ==6007== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6007== ==6007== For counts of detected and suppressed errors, rerun with: -v ==6007== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==6033== Memcheck, a memory error detector ==6033== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6033== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6033== Command: ./syncevo-local-sync ==6033== Parent PID: 6007 ==6033== ==6033== ==6033== HEAP SUMMARY: ==6033== in use at exit: 2,514,294 bytes in 25,318 blocks ==6033== total heap usage: 175,720 allocs, 150,402 frees, 33,825,167 bytes allocated ==6033== ==6033== LEAK SUMMARY: ==6033== definitely lost: 0 bytes in 0 blocks ==6033== indirectly lost: 0 bytes in 0 blocks ==6033== possibly lost: 528 bytes in 2 blocks ==6033== still reachable: 2,252,821 bytes in 21,285 blocks ==6033== of which reachable via heuristic: ==6033== length64 : 592 bytes in 10 blocks ==6033== newarray : 5,976 bytes in 28 blocks ==6033== suppressed: 253,833 bytes in 3,975 blocks ==6033== Reachable blocks (those to which a pointer was found) are not shown. ==6033== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6033== ==6033== For counts of detected and suppressed errors, rerun with: -v ==6033== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==6049== Memcheck, a memory error detector ==6049== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6049== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6049== Command: ./syncevo-local-sync ==6049== Parent PID: 6007 ==6049== ==6049== ==6049== HEAP SUMMARY: ==6049== in use at exit: 2,491,214 bytes in 25,305 blocks ==6049== total heap usage: 173,989 allocs, 148,684 frees, 33,673,194 bytes allocated ==6049== ==6049== LEAK SUMMARY: ==6049== definitely lost: 0 bytes in 0 blocks ==6049== indirectly lost: 0 bytes in 0 blocks ==6049== possibly lost: 528 bytes in 2 blocks ==6049== still reachable: 2,229,741 bytes in 21,272 blocks ==6049== of which reachable via heuristic: ==6049== length64 : 592 bytes in 10 blocks ==6049== newarray : 5,976 bytes in 28 blocks ==6049== suppressed: 253,833 bytes in 3,975 blocks ==6049== Reachable blocks (those to which a pointer was found) are not shown. ==6049== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6049== ==6049== For counts of detected and suppressed errors, rerun with: -v ==6049== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==6066== Memcheck, a memory error detector ==6066== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6066== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6066== Command: ./syncevo-local-sync ==6066== Parent PID: 6007 ==6066== ==6066== ==6066== HEAP SUMMARY: ==6066== in use at exit: 2,491,302 bytes in 25,307 blocks ==6066== total heap usage: 171,933 allocs, 146,626 frees, 33,435,697 bytes allocated ==6066== ==6066== LEAK SUMMARY: ==6066== definitely lost: 0 bytes in 0 blocks ==6066== indirectly lost: 0 bytes in 0 blocks ==6066== possibly lost: 528 bytes in 2 blocks ==6066== still reachable: 2,229,741 bytes in 21,272 blocks ==6066== of which reachable via heuristic: ==6066== length64 : 592 bytes in 10 blocks ==6066== newarray : 5,976 bytes in 28 blocks ==6066== suppressed: 253,921 bytes in 3,977 blocks ==6066== Reachable blocks (those to which a pointer was found) are not shown. ==6066== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6066== ==6066== For counts of detected and suppressed errors, rerun with: -v ==6066== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==607== Memcheck, a memory error detector ==607== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==607== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==607== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWithVALARM::testLinkedItemsInsertChildTwice ==607== Parent PID: 112 ==607== ==607== ==607== HEAP SUMMARY: ==607== in use at exit: 465,679 bytes in 5,396 blocks ==607== total heap usage: 226,447 allocs, 220,987 frees, 32,705,920 bytes allocated ==607== ==607== LEAK SUMMARY: ==607== definitely lost: 0 bytes in 0 blocks ==607== indirectly lost: 0 bytes in 0 blocks ==607== possibly lost: 1,392 bytes in 4 blocks ==607== still reachable: 180,892 bytes in 1,023 blocks ==607== of which reachable via heuristic: ==607== length64 : 1,032 bytes in 18 blocks ==607== newarray : 5,976 bytes in 28 blocks ==607== suppressed: 271,875 bytes in 4,285 blocks ==607== Reachable blocks (those to which a pointer was found) are not shown. ==607== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==607== ==607== For counts of detected and suppressed errors, rerun with: -v ==607== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==6082== Memcheck, a memory error detector ==6082== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6082== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6082== Command: ./syncevo-local-sync ==6082== Parent PID: 6007 ==6082== ==6082== ==6082== HEAP SUMMARY: ==6082== in use at exit: 3,213,931 bytes in 27,622 blocks ==6082== total heap usage: 170,464 allocs, 142,842 frees, 32,477,848 bytes allocated ==6082== ==6082== LEAK SUMMARY: ==6082== definitely lost: 0 bytes in 0 blocks ==6082== indirectly lost: 0 bytes in 0 blocks ==6082== possibly lost: 528 bytes in 2 blocks ==6082== still reachable: 2,952,402 bytes in 23,587 blocks ==6082== of which reachable via heuristic: ==6082== length64 : 592 bytes in 10 blocks ==6082== newarray : 12,912 bytes in 223 blocks ==6082== suppressed: 253,889 bytes in 3,977 blocks ==6082== Reachable blocks (those to which a pointer was found) are not shown. ==6082== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6082== ==6082== For counts of detected and suppressed errors, rerun with: -v ==6082== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==6098== Memcheck, a memory error detector ==6098== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6098== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6098== Command: ./syncevo-local-sync ==6098== Parent PID: 6007 ==6098== ==6098== ==6098== HEAP SUMMARY: ==6098== in use at exit: 2,491,310 bytes in 25,307 blocks ==6098== total heap usage: 179,138 allocs, 153,831 frees, 34,162,786 bytes allocated ==6098== ==6098== LEAK SUMMARY: ==6098== definitely lost: 0 bytes in 0 blocks ==6098== indirectly lost: 0 bytes in 0 blocks ==6098== possibly lost: 528 bytes in 2 blocks ==6098== still reachable: 2,229,741 bytes in 21,272 blocks ==6098== of which reachable via heuristic: ==6098== length64 : 592 bytes in 10 blocks ==6098== newarray : 5,976 bytes in 28 blocks ==6098== suppressed: 253,929 bytes in 3,977 blocks ==6098== Reachable blocks (those to which a pointer was found) are not shown. ==6098== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6098== ==6098== For counts of detected and suppressed errors, rerun with: -v ==6098== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==6106== Memcheck, a memory error detector ==6106== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6106== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6106== Command: ./syncevo-local-sync ==6106== Parent PID: 6007 ==6106== ==6106== ==6106== HEAP SUMMARY: ==6106== in use at exit: 2,514,398 bytes in 25,320 blocks ==6106== total heap usage: 176,481 allocs, 151,161 frees, 33,933,070 bytes allocated ==6106== ==6106== LEAK SUMMARY: ==6106== definitely lost: 0 bytes in 0 blocks ==6106== indirectly lost: 0 bytes in 0 blocks ==6106== possibly lost: 528 bytes in 2 blocks ==6106== still reachable: 2,252,821 bytes in 21,285 blocks ==6106== of which reachable via heuristic: ==6106== length64 : 592 bytes in 10 blocks ==6106== newarray : 5,976 bytes in 28 blocks ==6106== suppressed: 253,937 bytes in 3,977 blocks ==6106== Reachable blocks (those to which a pointer was found) are not shown. ==6106== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6106== ==6106== For counts of detected and suppressed errors, rerun with: -v ==6106== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==611== Memcheck, a memory error detector ==611== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==611== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==611== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWithVALARM::testLinkedItemsInsertChildTwice ==611== Parent PID: 607 ==611== ==6126== Memcheck, a memory error detector ==6126== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6126== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6126== Command: ./client-test Client::Sync::eds_event::testDelete ==6126== Parent PID: 6007 ==6126== ==6138== Memcheck, a memory error detector ==6138== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6138== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6138== Command: ./syncevo-local-sync ==6138== Parent PID: 6007 ==6138== ==6138== ==6138== HEAP SUMMARY: ==6138== in use at exit: 2,491,270 bytes in 25,307 blocks ==6138== total heap usage: 173,964 allocs, 148,657 frees, 33,649,897 bytes allocated ==6138== ==6138== LEAK SUMMARY: ==6138== definitely lost: 0 bytes in 0 blocks ==6138== indirectly lost: 0 bytes in 0 blocks ==6138== possibly lost: 528 bytes in 2 blocks ==6138== still reachable: 2,229,741 bytes in 21,272 blocks ==6138== of which reachable via heuristic: ==6138== length64 : 592 bytes in 10 blocks ==6138== newarray : 5,976 bytes in 28 blocks ==6138== suppressed: 253,889 bytes in 3,977 blocks ==6138== Reachable blocks (those to which a pointer was found) are not shown. ==6138== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6138== ==6138== For counts of detected and suppressed errors, rerun with: -v ==6138== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==6146== Memcheck, a memory error detector ==6146== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6146== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6146== Command: ./syncevo-local-sync ==6146== Parent PID: 6007 ==6146== ==6146== ==6146== HEAP SUMMARY: ==6146== in use at exit: 2,491,286 bytes in 25,307 blocks ==6146== total heap usage: 173,629 allocs, 148,322 frees, 33,645,250 bytes allocated ==6146== ==6146== LEAK SUMMARY: ==6146== definitely lost: 0 bytes in 0 blocks ==6146== indirectly lost: 0 bytes in 0 blocks ==6146== possibly lost: 528 bytes in 2 blocks ==6146== still reachable: 2,229,741 bytes in 21,272 blocks ==6146== of which reachable via heuristic: ==6146== length64 : 592 bytes in 10 blocks ==6146== newarray : 5,976 bytes in 28 blocks ==6146== suppressed: 253,905 bytes in 3,977 blocks ==6146== Reachable blocks (those to which a pointer was found) are not shown. ==6146== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6146== ==6146== For counts of detected and suppressed errors, rerun with: -v ==6146== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==6158== Memcheck, a memory error detector ==6158== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6158== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6158== Command: ./client-test Client::Sync::eds_event::testAddUpdate ==6158== Parent PID: 112 ==6158== ==6158== ==6158== HEAP SUMMARY: ==6158== in use at exit: 2,884,809 bytes in 29,882 blocks ==6158== total heap usage: 1,414,689 allocs, 1,384,748 frees, 214,705,947 bytes allocated ==6158== ==6158== LEAK SUMMARY: ==6158== definitely lost: 0 bytes in 0 blocks ==6158== indirectly lost: 0 bytes in 0 blocks ==6158== possibly lost: 1,392 bytes in 4 blocks ==6158== still reachable: 2,237,793 bytes in 21,418 blocks ==6158== of which reachable via heuristic: ==6158== length64 : 5,120 bytes in 80 blocks ==6158== newarray : 6,312 bytes in 49 blocks ==6158== suppressed: 575,528 bytes in 7,928 blocks ==6158== Reachable blocks (those to which a pointer was found) are not shown. ==6158== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6158== ==6158== For counts of detected and suppressed errors, rerun with: -v ==6158== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==6184== Memcheck, a memory error detector ==6184== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6184== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6184== Command: ./syncevo-local-sync ==6184== Parent PID: 6158 ==6184== ==6184== ==6184== HEAP SUMMARY: ==6184== in use at exit: 2,491,286 bytes in 25,307 blocks ==6184== total heap usage: 171,813 allocs, 146,506 frees, 33,386,917 bytes allocated ==6184== ==6184== LEAK SUMMARY: ==6184== definitely lost: 0 bytes in 0 blocks ==6184== indirectly lost: 0 bytes in 0 blocks ==6184== possibly lost: 528 bytes in 2 blocks ==6184== still reachable: 2,229,741 bytes in 21,272 blocks ==6184== of which reachable via heuristic: ==6184== length64 : 592 bytes in 10 blocks ==6184== newarray : 5,976 bytes in 28 blocks ==6184== suppressed: 253,905 bytes in 3,977 blocks ==6184== Reachable blocks (those to which a pointer was found) are not shown. ==6184== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6184== ==6184== For counts of detected and suppressed errors, rerun with: -v ==6184== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==619== Memcheck, a memory error detector ==619== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==619== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==619== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWithVALARM::testLinkedItemsInsertChildTwice ==619== Parent PID: 607 ==619== ==6200== Memcheck, a memory error detector ==6200== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6200== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6200== Command: ./syncevo-local-sync ==6200== Parent PID: 6158 ==6200== ==6200== ==6200== HEAP SUMMARY: ==6200== in use at exit: 3,213,887 bytes in 27,620 blocks ==6200== total heap usage: 170,472 allocs, 142,852 frees, 32,478,747 bytes allocated ==6200== ==6200== LEAK SUMMARY: ==6200== definitely lost: 0 bytes in 0 blocks ==6200== indirectly lost: 0 bytes in 0 blocks ==6200== possibly lost: 528 bytes in 2 blocks ==6200== still reachable: 2,952,414 bytes in 23,587 blocks ==6200== of which reachable via heuristic: ==6200== length64 : 592 bytes in 10 blocks ==6200== newarray : 12,912 bytes in 223 blocks ==6200== suppressed: 253,833 bytes in 3,975 blocks ==6200== Reachable blocks (those to which a pointer was found) are not shown. ==6200== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6200== ==6200== For counts of detected and suppressed errors, rerun with: -v ==6200== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==6208== Memcheck, a memory error detector ==6208== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6208== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6208== Command: ./syncevo-local-sync ==6208== Parent PID: 6158 ==6208== ==6208== ==6208== HEAP SUMMARY: ==6208== in use at exit: 2,491,278 bytes in 25,307 blocks ==6208== total heap usage: 172,411 allocs, 147,104 frees, 33,459,272 bytes allocated ==6208== ==6208== LEAK SUMMARY: ==6208== definitely lost: 0 bytes in 0 blocks ==6208== indirectly lost: 0 bytes in 0 blocks ==6208== possibly lost: 528 bytes in 2 blocks ==6208== still reachable: 2,229,741 bytes in 21,272 blocks ==6208== of which reachable via heuristic: ==6208== length64 : 592 bytes in 10 blocks ==6208== newarray : 5,976 bytes in 28 blocks ==6208== suppressed: 253,897 bytes in 3,977 blocks ==6208== Reachable blocks (those to which a pointer was found) are not shown. ==6208== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6208== ==6208== For counts of detected and suppressed errors, rerun with: -v ==6208== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==6225== Memcheck, a memory error detector ==6225== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6225== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6225== Command: ./syncevo-local-sync ==6225== Parent PID: 6158 ==6225== ==6225== ==6225== HEAP SUMMARY: ==6225== in use at exit: 2,491,278 bytes in 25,307 blocks ==6225== total heap usage: 179,088 allocs, 153,781 frees, 34,138,356 bytes allocated ==6225== ==6225== LEAK SUMMARY: ==6225== definitely lost: 0 bytes in 0 blocks ==6225== indirectly lost: 0 bytes in 0 blocks ==6225== possibly lost: 528 bytes in 2 blocks ==6225== still reachable: 2,229,741 bytes in 21,272 blocks ==6225== of which reachable via heuristic: ==6225== length64 : 592 bytes in 10 blocks ==6225== newarray : 5,976 bytes in 28 blocks ==6225== suppressed: 253,897 bytes in 3,977 blocks ==6225== Reachable blocks (those to which a pointer was found) are not shown. ==6225== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6225== ==6225== For counts of detected and suppressed errors, rerun with: -v ==6225== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==6241== Memcheck, a memory error detector ==6241== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6241== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6241== Command: ./syncevo-local-sync ==6241== Parent PID: 6158 ==6241== ==6241== ==6241== HEAP SUMMARY: ==6241== in use at exit: 2,514,350 bytes in 25,320 blocks ==6241== total heap usage: 181,250 allocs, 155,930 frees, 34,432,386 bytes allocated ==6241== ==6241== LEAK SUMMARY: ==6241== definitely lost: 0 bytes in 0 blocks ==6241== indirectly lost: 0 bytes in 0 blocks ==6241== possibly lost: 528 bytes in 2 blocks ==6241== still reachable: 2,252,821 bytes in 21,285 blocks ==6241== of which reachable via heuristic: ==6241== length64 : 592 bytes in 10 blocks ==6241== newarray : 5,976 bytes in 28 blocks ==6241== suppressed: 253,889 bytes in 3,977 blocks ==6241== Reachable blocks (those to which a pointer was found) are not shown. ==6241== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6241== ==6241== For counts of detected and suppressed errors, rerun with: -v ==6241== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==6249== Memcheck, a memory error detector ==6249== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6249== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6249== Command: ./syncevo-local-sync ==6249== Parent PID: 6158 ==6249== ==6249== ==6249== HEAP SUMMARY: ==6249== in use at exit: 2,514,374 bytes in 25,320 blocks ==6249== total heap usage: 177,105 allocs, 151,785 frees, 34,009,175 bytes allocated ==6249== ==6249== LEAK SUMMARY: ==6249== definitely lost: 0 bytes in 0 blocks ==6249== indirectly lost: 0 bytes in 0 blocks ==6249== possibly lost: 528 bytes in 2 blocks ==6249== still reachable: 2,252,821 bytes in 21,285 blocks ==6249== of which reachable via heuristic: ==6249== length64 : 592 bytes in 10 blocks ==6249== newarray : 5,976 bytes in 28 blocks ==6249== suppressed: 253,913 bytes in 3,977 blocks ==6249== Reachable blocks (those to which a pointer was found) are not shown. ==6249== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6249== ==6249== For counts of detected and suppressed errors, rerun with: -v ==6249== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==6269== Memcheck, a memory error detector ==6269== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6269== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6269== Command: ./client-test Client::Sync::eds_event::testAddUpdate ==6269== Parent PID: 6158 ==6269== ==627== Memcheck, a memory error detector ==627== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==627== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==627== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWithVALARM::testLinkedItemsParentUpdate ==627== Parent PID: 112 ==627== ==627== ==627== HEAP SUMMARY: ==627== in use at exit: 465,671 bytes in 5,396 blocks ==627== total heap usage: 216,509 allocs, 211,050 frees, 31,736,365 bytes allocated ==627== ==627== LEAK SUMMARY: ==627== definitely lost: 0 bytes in 0 blocks ==627== indirectly lost: 0 bytes in 0 blocks ==627== possibly lost: 1,392 bytes in 4 blocks ==627== still reachable: 180,892 bytes in 1,023 blocks ==627== of which reachable via heuristic: ==627== length64 : 1,032 bytes in 18 blocks ==627== newarray : 5,976 bytes in 28 blocks ==627== suppressed: 271,867 bytes in 4,285 blocks ==627== Reachable blocks (those to which a pointer was found) are not shown. ==627== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==627== ==627== For counts of detected and suppressed errors, rerun with: -v ==627== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==6273== Memcheck, a memory error detector ==6273== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6273== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6273== Command: ./client-test Client::Sync::eds_event::testManyItems ==6273== Parent PID: 112 ==6273== ==6273== ==6273== HEAP SUMMARY: ==6273== in use at exit: 2,896,474 bytes in 29,939 blocks ==6273== total heap usage: 4,516,534 allocs, 4,486,536 frees, 573,216,738 bytes allocated ==6273== ==6273== LEAK SUMMARY: ==6273== definitely lost: 0 bytes in 0 blocks ==6273== indirectly lost: 0 bytes in 0 blocks ==6273== possibly lost: 1,392 bytes in 4 blocks ==6273== still reachable: 2,245,282 bytes in 21,468 blocks ==6273== of which reachable via heuristic: ==6273== length64 : 5,120 bytes in 80 blocks ==6273== newarray : 6,312 bytes in 49 blocks ==6273== suppressed: 579,704 bytes in 7,935 blocks ==6273== Reachable blocks (those to which a pointer was found) are not shown. ==6273== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6273== ==6273== For counts of detected and suppressed errors, rerun with: -v ==6273== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==6299== Memcheck, a memory error detector ==6299== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6299== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6299== Command: ./syncevo-local-sync ==6299== Parent PID: 6273 ==6299== ==6299== ==6299== HEAP SUMMARY: ==6299== in use at exit: 2,514,318 bytes in 25,318 blocks ==6299== total heap usage: 175,741 allocs, 150,423 frees, 33,825,961 bytes allocated ==6299== ==6299== LEAK SUMMARY: ==6299== definitely lost: 0 bytes in 0 blocks ==6299== indirectly lost: 0 bytes in 0 blocks ==6299== possibly lost: 528 bytes in 2 blocks ==6299== still reachable: 2,252,821 bytes in 21,285 blocks ==6299== of which reachable via heuristic: ==6299== length64 : 592 bytes in 10 blocks ==6299== newarray : 5,976 bytes in 28 blocks ==6299== suppressed: 253,857 bytes in 3,975 blocks ==6299== Reachable blocks (those to which a pointer was found) are not shown. ==6299== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6299== ==6299== For counts of detected and suppressed errors, rerun with: -v ==6299== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==631== Memcheck, a memory error detector ==631== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==631== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==631== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWithVALARM::testLinkedItemsParentUpdate ==631== Parent PID: 627 ==631== ==6315== Memcheck, a memory error detector ==6315== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6315== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6315== Command: ./syncevo-local-sync ==6315== Parent PID: 6273 ==6315== ==6315== ==6315== HEAP SUMMARY: ==6315== in use at exit: 2,491,286 bytes in 25,307 blocks ==6315== total heap usage: 173,961 allocs, 148,654 frees, 33,671,442 bytes allocated ==6315== ==6315== LEAK SUMMARY: ==6315== definitely lost: 0 bytes in 0 blocks ==6315== indirectly lost: 0 bytes in 0 blocks ==6315== possibly lost: 528 bytes in 2 blocks ==6315== still reachable: 2,229,741 bytes in 21,272 blocks ==6315== of which reachable via heuristic: ==6315== length64 : 592 bytes in 10 blocks ==6315== newarray : 5,976 bytes in 28 blocks ==6315== suppressed: 253,905 bytes in 3,977 blocks ==6315== Reachable blocks (those to which a pointer was found) are not shown. ==6315== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6315== ==6315== For counts of detected and suppressed errors, rerun with: -v ==6315== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==6327== Memcheck, a memory error detector ==6327== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6327== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6327== Command: ./syncevo-local-sync ==6327== Parent PID: 6273 ==6327== ==6327== ==6327== HEAP SUMMARY: ==6327== in use at exit: 2,491,286 bytes in 25,307 blocks ==6327== total heap usage: 821,799 allocs, 796,492 frees, 107,456,538 bytes allocated ==6327== ==6327== LEAK SUMMARY: ==6327== definitely lost: 0 bytes in 0 blocks ==6327== indirectly lost: 0 bytes in 0 blocks ==6327== possibly lost: 528 bytes in 2 blocks ==6327== still reachable: 2,229,741 bytes in 21,272 blocks ==6327== of which reachable via heuristic: ==6327== length64 : 592 bytes in 10 blocks ==6327== newarray : 5,976 bytes in 28 blocks ==6327== suppressed: 253,905 bytes in 3,977 blocks ==6327== Reachable blocks (those to which a pointer was found) are not shown. ==6327== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6327== ==6327== For counts of detected and suppressed errors, rerun with: -v ==6327== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==6336== Memcheck, a memory error detector ==6336== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6336== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6336== Command: ./syncevo-local-sync ==6336== Parent PID: 6273 ==6336== ==6336== ==6336== HEAP SUMMARY: ==6336== in use at exit: 2,818,486 bytes in 26,508 blocks ==6336== total heap usage: 552,612 allocs, 526,104 frees, 81,457,896 bytes allocated ==6336== ==6336== LEAK SUMMARY: ==6336== definitely lost: 0 bytes in 0 blocks ==6336== indirectly lost: 0 bytes in 0 blocks ==6336== possibly lost: 528 bytes in 2 blocks ==6336== still reachable: 2,556,949 bytes in 22,473 blocks ==6336== of which reachable via heuristic: ==6336== length64 : 592 bytes in 10 blocks ==6336== newarray : 5,976 bytes in 28 blocks ==6336== suppressed: 253,897 bytes in 3,977 blocks ==6336== Reachable blocks (those to which a pointer was found) are not shown. ==6336== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6336== ==6336== For counts of detected and suppressed errors, rerun with: -v ==6336== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==6345== Memcheck, a memory error detector ==6345== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6345== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6345== Command: ./syncevo-local-sync ==6345== Parent PID: 6273 ==6345== ==6345== ==6345== HEAP SUMMARY: ==6345== in use at exit: 2,818,430 bytes in 26,506 blocks ==6345== total heap usage: 545,850 allocs, 519,344 frees, 80,797,928 bytes allocated ==6345== ==6345== LEAK SUMMARY: ==6345== definitely lost: 0 bytes in 0 blocks ==6345== indirectly lost: 0 bytes in 0 blocks ==6345== possibly lost: 528 bytes in 2 blocks ==6345== still reachable: 2,556,949 bytes in 22,473 blocks ==6345== of which reachable via heuristic: ==6345== length64 : 592 bytes in 10 blocks ==6345== newarray : 5,976 bytes in 28 blocks ==6345== suppressed: 253,841 bytes in 3,975 blocks ==6345== Reachable blocks (those to which a pointer was found) are not shown. ==6345== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6345== ==6345== For counts of detected and suppressed errors, rerun with: -v ==6345== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==6355== Memcheck, a memory error detector ==6355== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6355== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6355== Command: ./syncevo-local-sync ==6355== Parent PID: 6273 ==6355== ==6355== ==6355== HEAP SUMMARY: ==6355== in use at exit: 2,818,478 bytes in 26,508 blocks ==6355== total heap usage: 550,830 allocs, 524,322 frees, 81,252,360 bytes allocated ==6355== ==6355== LEAK SUMMARY: ==6355== definitely lost: 0 bytes in 0 blocks ==6355== indirectly lost: 0 bytes in 0 blocks ==6355== possibly lost: 528 bytes in 2 blocks ==6355== still reachable: 2,556,949 bytes in 22,473 blocks ==6355== of which reachable via heuristic: ==6355== length64 : 592 bytes in 10 blocks ==6355== newarray : 5,976 bytes in 28 blocks ==6355== suppressed: 253,889 bytes in 3,977 blocks ==6355== Reachable blocks (those to which a pointer was found) are not shown. ==6355== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6355== ==6355== For counts of detected and suppressed errors, rerun with: -v ==6355== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==6376== Memcheck, a memory error detector ==6376== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6376== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6376== Command: ./client-test Client::Sync::eds_event::testManyItems ==6376== Parent PID: 6273 ==6376== ==6381== Memcheck, a memory error detector ==6381== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6381== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6381== Command: ./client-test Client::Sync::eds_event::testManyDeletes ==6381== Parent PID: 112 ==6381== ==6381== ==6381== HEAP SUMMARY: ==6381== in use at exit: 2,896,615 bytes in 29,939 blocks ==6381== total heap usage: 6,423,145 allocs, 6,393,145 frees, 710,398,692 bytes allocated ==6381== ==6381== LEAK SUMMARY: ==6381== definitely lost: 0 bytes in 0 blocks ==6381== indirectly lost: 0 bytes in 0 blocks ==6381== possibly lost: 1,392 bytes in 4 blocks ==6381== still reachable: 2,243,734 bytes in 21,443 blocks ==6381== of which reachable via heuristic: ==6381== length64 : 5,120 bytes in 80 blocks ==6381== newarray : 6,312 bytes in 49 blocks ==6381== suppressed: 581,393 bytes in 7,960 blocks ==6381== Reachable blocks (those to which a pointer was found) are not shown. ==6381== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6381== ==6381== For counts of detected and suppressed errors, rerun with: -v ==6381== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==639== Memcheck, a memory error detector ==639== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==639== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==639== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWithVALARM::testLinkedItemsParentUpdate ==639== Parent PID: 627 ==639== ==6407== Memcheck, a memory error detector ==6407== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6407== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6407== Command: ./syncevo-local-sync ==6407== Parent PID: 6381 ==6407== ==6407== ==6407== HEAP SUMMARY: ==6407== in use at exit: 2,818,454 bytes in 26,506 blocks ==6407== total heap usage: 550,809 allocs, 524,303 frees, 81,231,508 bytes allocated ==6407== ==6407== LEAK SUMMARY: ==6407== definitely lost: 0 bytes in 0 blocks ==6407== indirectly lost: 0 bytes in 0 blocks ==6407== possibly lost: 528 bytes in 2 blocks ==6407== still reachable: 2,556,949 bytes in 22,473 blocks ==6407== of which reachable via heuristic: ==6407== length64 : 592 bytes in 10 blocks ==6407== newarray : 5,976 bytes in 28 blocks ==6407== suppressed: 253,865 bytes in 3,975 blocks ==6407== Reachable blocks (those to which a pointer was found) are not shown. ==6407== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6407== ==6407== For counts of detected and suppressed errors, rerun with: -v ==6407== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==6424== Memcheck, a memory error detector ==6424== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6424== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6424== Command: ./syncevo-local-sync ==6424== Parent PID: 6381 ==6424== ==6424== ==6424== HEAP SUMMARY: ==6424== in use at exit: 2,491,270 bytes in 25,307 blocks ==6424== total heap usage: 281,029 allocs, 255,722 frees, 44,630,637 bytes allocated ==6424== ==6424== LEAK SUMMARY: ==6424== definitely lost: 0 bytes in 0 blocks ==6424== indirectly lost: 0 bytes in 0 blocks ==6424== possibly lost: 528 bytes in 2 blocks ==6424== still reachable: 2,229,741 bytes in 21,272 blocks ==6424== of which reachable via heuristic: ==6424== length64 : 592 bytes in 10 blocks ==6424== newarray : 5,976 bytes in 28 blocks ==6424== suppressed: 253,889 bytes in 3,977 blocks ==6424== Reachable blocks (those to which a pointer was found) are not shown. ==6424== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6424== ==6424== For counts of detected and suppressed errors, rerun with: -v ==6424== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==6436== Memcheck, a memory error detector ==6436== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6436== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6436== Command: ./syncevo-local-sync ==6436== Parent PID: 6381 ==6436== ==6436== ==6436== HEAP SUMMARY: ==6436== in use at exit: 2,491,294 bytes in 25,307 blocks ==6436== total heap usage: 796,508 allocs, 771,201 frees, 94,079,415 bytes allocated ==6436== ==6436== LEAK SUMMARY: ==6436== definitely lost: 0 bytes in 0 blocks ==6436== indirectly lost: 0 bytes in 0 blocks ==6436== possibly lost: 528 bytes in 2 blocks ==6436== still reachable: 2,229,741 bytes in 21,272 blocks ==6436== of which reachable via heuristic: ==6436== length64 : 592 bytes in 10 blocks ==6436== newarray : 5,976 bytes in 28 blocks ==6436== suppressed: 253,913 bytes in 3,977 blocks ==6436== Reachable blocks (those to which a pointer was found) are not shown. ==6436== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6436== ==6436== For counts of detected and suppressed errors, rerun with: -v ==6436== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==6445== Memcheck, a memory error detector ==6445== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6445== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6445== Command: ./syncevo-local-sync ==6445== Parent PID: 6381 ==6445== ==6445== ==6445== HEAP SUMMARY: ==6445== in use at exit: 2,818,422 bytes in 26,506 blocks ==6445== total heap usage: 538,591 allocs, 512,085 frees, 71,233,682 bytes allocated ==6445== ==6445== LEAK SUMMARY: ==6445== definitely lost: 0 bytes in 0 blocks ==6445== indirectly lost: 0 bytes in 0 blocks ==6445== possibly lost: 528 bytes in 2 blocks ==6445== still reachable: 2,556,949 bytes in 22,473 blocks ==6445== of which reachable via heuristic: ==6445== length64 : 592 bytes in 10 blocks ==6445== newarray : 5,976 bytes in 28 blocks ==6445== suppressed: 253,833 bytes in 3,975 blocks ==6445== Reachable blocks (those to which a pointer was found) are not shown. ==6445== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6445== ==6445== For counts of detected and suppressed errors, rerun with: -v ==6445== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==6454== Memcheck, a memory error detector ==6454== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6454== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6454== Command: ./syncevo-local-sync ==6454== Parent PID: 6381 ==6454== ==6454== ==6454== HEAP SUMMARY: ==6454== in use at exit: 2,818,494 bytes in 26,508 blocks ==6454== total heap usage: 538,564 allocs, 512,056 frees, 71,220,925 bytes allocated ==6454== ==6454== LEAK SUMMARY: ==6454== definitely lost: 0 bytes in 0 blocks ==6454== indirectly lost: 0 bytes in 0 blocks ==6454== possibly lost: 528 bytes in 2 blocks ==6454== still reachable: 2,556,949 bytes in 22,473 blocks ==6454== of which reachable via heuristic: ==6454== length64 : 592 bytes in 10 blocks ==6454== newarray : 5,976 bytes in 28 blocks ==6454== suppressed: 253,905 bytes in 3,977 blocks ==6454== Reachable blocks (those to which a pointer was found) are not shown. ==6454== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6454== ==6454== For counts of detected and suppressed errors, rerun with: -v ==6454== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==6464== Memcheck, a memory error detector ==6464== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6464== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6464== Command: ./syncevo-local-sync ==6464== Parent PID: 6381 ==6464== ==6464== ==6464== HEAP SUMMARY: ==6464== in use at exit: 2,818,494 bytes in 26,508 blocks ==6464== total heap usage: 536,329 allocs, 509,821 frees, 69,371,991 bytes allocated ==6464== ==6464== LEAK SUMMARY: ==6464== definitely lost: 0 bytes in 0 blocks ==6464== indirectly lost: 0 bytes in 0 blocks ==6464== possibly lost: 528 bytes in 2 blocks ==6464== still reachable: 2,556,949 bytes in 22,473 blocks ==6464== of which reachable via heuristic: ==6464== length64 : 592 bytes in 10 blocks ==6464== newarray : 5,976 bytes in 28 blocks ==6464== suppressed: 253,905 bytes in 3,977 blocks ==6464== Reachable blocks (those to which a pointer was found) are not shown. ==6464== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6464== ==6464== For counts of detected and suppressed errors, rerun with: -v ==6464== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==647== Memcheck, a memory error detector ==647== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==647== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==647== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWithVALARM::testLinkedItemsUpdateChild ==647== Parent PID: 112 ==647== ==647== ==647== HEAP SUMMARY: ==647== in use at exit: 465,687 bytes in 5,396 blocks ==647== total heap usage: 216,529 allocs, 211,070 frees, 31,716,499 bytes allocated ==647== ==647== LEAK SUMMARY: ==647== definitely lost: 0 bytes in 0 blocks ==647== indirectly lost: 0 bytes in 0 blocks ==647== possibly lost: 1,392 bytes in 4 blocks ==647== still reachable: 180,892 bytes in 1,023 blocks ==647== of which reachable via heuristic: ==647== length64 : 1,032 bytes in 18 blocks ==647== newarray : 5,976 bytes in 28 blocks ==647== suppressed: 271,883 bytes in 4,285 blocks ==647== Reachable blocks (those to which a pointer was found) are not shown. ==647== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==647== ==647== For counts of detected and suppressed errors, rerun with: -v ==647== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==6485== Memcheck, a memory error detector ==6485== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6485== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6485== Command: ./client-test Client::Sync::eds_event::testManyDeletes ==6485== Parent PID: 6381 ==6485== ==6497== Memcheck, a memory error detector ==6497== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6497== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6497== Command: ./syncevo-local-sync ==6497== Parent PID: 6381 ==6497== ==6497== ==6497== HEAP SUMMARY: ==6497== in use at exit: 2,491,214 bytes in 25,305 blocks ==6497== total heap usage: 280,876 allocs, 255,571 frees, 41,601,862 bytes allocated ==6497== ==6497== LEAK SUMMARY: ==6497== definitely lost: 0 bytes in 0 blocks ==6497== indirectly lost: 0 bytes in 0 blocks ==6497== possibly lost: 528 bytes in 2 blocks ==6497== still reachable: 2,229,741 bytes in 21,272 blocks ==6497== of which reachable via heuristic: ==6497== length64 : 592 bytes in 10 blocks ==6497== newarray : 5,976 bytes in 28 blocks ==6497== suppressed: 253,833 bytes in 3,975 blocks ==6497== Reachable blocks (those to which a pointer was found) are not shown. ==6497== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6497== ==6497== For counts of detected and suppressed errors, rerun with: -v ==6497== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==6505== Memcheck, a memory error detector ==6505== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6505== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6505== Command: ./syncevo-local-sync ==6505== Parent PID: 6381 ==6505== ==6505== ==6505== HEAP SUMMARY: ==6505== in use at exit: 2,491,294 bytes in 25,307 blocks ==6505== total heap usage: 179,308 allocs, 154,001 frees, 31,146,611 bytes allocated ==6505== ==6505== LEAK SUMMARY: ==6505== definitely lost: 0 bytes in 0 blocks ==6505== indirectly lost: 0 bytes in 0 blocks ==6505== possibly lost: 528 bytes in 2 blocks ==6505== still reachable: 2,229,741 bytes in 21,272 blocks ==6505== of which reachable via heuristic: ==6505== length64 : 592 bytes in 10 blocks ==6505== newarray : 5,976 bytes in 28 blocks ==6505== suppressed: 253,913 bytes in 3,977 blocks ==6505== Reachable blocks (those to which a pointer was found) are not shown. ==6505== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6505== ==6505== For counts of detected and suppressed errors, rerun with: -v ==6505== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==651== Memcheck, a memory error detector ==651== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==651== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==651== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWithVALARM::testLinkedItemsUpdateChild ==651== Parent PID: 647 ==651== ==6513== Memcheck, a memory error detector ==6513== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6513== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6513== Command: ./client-test Client::Sync::eds_event::testSlowSyncSemantic ==6513== Parent PID: 112 ==6513== ==6513== ==6513== HEAP SUMMARY: ==6513== in use at exit: 2,885,948 bytes in 29,921 blocks ==6513== total heap usage: 2,325,299 allocs, 2,295,314 frees, 360,423,610 bytes allocated ==6513== ==6513== LEAK SUMMARY: ==6513== definitely lost: 0 bytes in 0 blocks ==6513== indirectly lost: 0 bytes in 0 blocks ==6513== possibly lost: 1,392 bytes in 4 blocks ==6513== still reachable: 2,237,029 bytes in 21,419 blocks ==6513== of which reachable via heuristic: ==6513== length64 : 5,120 bytes in 80 blocks ==6513== newarray : 6,312 bytes in 49 blocks ==6513== suppressed: 577,431 bytes in 7,966 blocks ==6513== Reachable blocks (those to which a pointer was found) are not shown. ==6513== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6513== ==6513== For counts of detected and suppressed errors, rerun with: -v ==6513== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==6539== Memcheck, a memory error detector ==6539== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6539== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6539== Command: ./syncevo-local-sync ==6539== Parent PID: 6513 ==6539== ==6539== ==6539== HEAP SUMMARY: ==6539== in use at exit: 2,491,214 bytes in 25,305 blocks ==6539== total heap usage: 171,815 allocs, 146,510 frees, 33,408,341 bytes allocated ==6539== ==6539== LEAK SUMMARY: ==6539== definitely lost: 0 bytes in 0 blocks ==6539== indirectly lost: 0 bytes in 0 blocks ==6539== possibly lost: 528 bytes in 2 blocks ==6539== still reachable: 2,229,741 bytes in 21,272 blocks ==6539== of which reachable via heuristic: ==6539== length64 : 592 bytes in 10 blocks ==6539== newarray : 5,976 bytes in 28 blocks ==6539== suppressed: 253,833 bytes in 3,975 blocks ==6539== Reachable blocks (those to which a pointer was found) are not shown. ==6539== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6539== ==6539== For counts of detected and suppressed errors, rerun with: -v ==6539== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==6555== Memcheck, a memory error detector ==6555== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6555== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6555== Command: ./syncevo-local-sync ==6555== Parent PID: 6513 ==6555== ==6555== ==6555== HEAP SUMMARY: ==6555== in use at exit: 3,213,991 bytes in 27,622 blocks ==6555== total heap usage: 170,486 allocs, 142,864 frees, 32,480,293 bytes allocated ==6555== ==6555== LEAK SUMMARY: ==6555== definitely lost: 0 bytes in 0 blocks ==6555== indirectly lost: 0 bytes in 0 blocks ==6555== possibly lost: 528 bytes in 2 blocks ==6555== still reachable: 2,952,462 bytes in 23,587 blocks ==6555== of which reachable via heuristic: ==6555== length64 : 592 bytes in 10 blocks ==6555== newarray : 12,912 bytes in 223 blocks ==6555== suppressed: 253,889 bytes in 3,977 blocks ==6555== Reachable blocks (those to which a pointer was found) are not shown. ==6555== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6555== ==6555== For counts of detected and suppressed errors, rerun with: -v ==6555== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==6572== Memcheck, a memory error detector ==6572== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6572== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6572== Command: ./syncevo-local-sync ==6572== Parent PID: 6513 ==6572== ==6572== ==6572== HEAP SUMMARY: ==6572== in use at exit: 2,491,270 bytes in 25,307 blocks ==6572== total heap usage: 171,793 allocs, 146,486 frees, 33,385,773 bytes allocated ==6572== ==6572== LEAK SUMMARY: ==6572== definitely lost: 0 bytes in 0 blocks ==6572== indirectly lost: 0 bytes in 0 blocks ==6572== possibly lost: 528 bytes in 2 blocks ==6572== still reachable: 2,229,741 bytes in 21,272 blocks ==6572== of which reachable via heuristic: ==6572== length64 : 592 bytes in 10 blocks ==6572== newarray : 5,976 bytes in 28 blocks ==6572== suppressed: 253,889 bytes in 3,977 blocks ==6572== Reachable blocks (those to which a pointer was found) are not shown. ==6572== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6572== ==6572== For counts of detected and suppressed errors, rerun with: -v ==6572== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==6588== Memcheck, a memory error detector ==6588== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6588== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6588== Command: ./syncevo-local-sync ==6588== Parent PID: 6513 ==6588== ==6588== ==6588== HEAP SUMMARY: ==6588== in use at exit: 3,213,939 bytes in 27,620 blocks ==6588== total heap usage: 170,481 allocs, 142,861 frees, 32,480,152 bytes allocated ==6588== ==6588== LEAK SUMMARY: ==6588== definitely lost: 0 bytes in 0 blocks ==6588== indirectly lost: 0 bytes in 0 blocks ==6588== possibly lost: 528 bytes in 2 blocks ==6588== still reachable: 2,952,442 bytes in 23,587 blocks ==6588== of which reachable via heuristic: ==6588== length64 : 592 bytes in 10 blocks ==6588== newarray : 12,912 bytes in 223 blocks ==6588== suppressed: 253,857 bytes in 3,975 blocks ==6588== Reachable blocks (those to which a pointer was found) are not shown. ==6588== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6588== ==6588== For counts of detected and suppressed errors, rerun with: -v ==6588== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==659== Memcheck, a memory error detector ==659== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==659== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==659== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWithVALARM::testLinkedItemsUpdateChild ==659== Parent PID: 647 ==659== ==6604== Memcheck, a memory error detector ==6604== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6604== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6604== Command: ./syncevo-local-sync ==6604== Parent PID: 6513 ==6604== ==6604== ==6604== HEAP SUMMARY: ==6604== in use at exit: 2,491,270 bytes in 25,307 blocks ==6604== total heap usage: 179,056 allocs, 153,749 frees, 34,137,439 bytes allocated ==6604== ==6604== LEAK SUMMARY: ==6604== definitely lost: 0 bytes in 0 blocks ==6604== indirectly lost: 0 bytes in 0 blocks ==6604== possibly lost: 528 bytes in 2 blocks ==6604== still reachable: 2,229,741 bytes in 21,272 blocks ==6604== of which reachable via heuristic: ==6604== length64 : 592 bytes in 10 blocks ==6604== newarray : 5,976 bytes in 28 blocks ==6604== suppressed: 253,889 bytes in 3,977 blocks ==6604== Reachable blocks (those to which a pointer was found) are not shown. ==6604== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6604== ==6604== For counts of detected and suppressed errors, rerun with: -v ==6604== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==6612== Memcheck, a memory error detector ==6612== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6612== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6612== Command: ./syncevo-local-sync ==6612== Parent PID: 6513 ==6612== ==6612== ==6612== HEAP SUMMARY: ==6612== in use at exit: 2,514,350 bytes in 25,320 blocks ==6612== total heap usage: 176,482 allocs, 151,162 frees, 33,934,001 bytes allocated ==6612== ==6612== LEAK SUMMARY: ==6612== definitely lost: 0 bytes in 0 blocks ==6612== indirectly lost: 0 bytes in 0 blocks ==6612== possibly lost: 528 bytes in 2 blocks ==6612== still reachable: 2,252,821 bytes in 21,285 blocks ==6612== of which reachable via heuristic: ==6612== length64 : 592 bytes in 10 blocks ==6612== newarray : 5,976 bytes in 28 blocks ==6612== suppressed: 253,889 bytes in 3,977 blocks ==6612== Reachable blocks (those to which a pointer was found) are not shown. ==6612== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6612== ==6612== For counts of detected and suppressed errors, rerun with: -v ==6612== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==6632== Memcheck, a memory error detector ==6632== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6632== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6632== Command: ./client-test Client::Sync::eds_event::testSlowSyncSemantic ==6632== Parent PID: 6513 ==6632== ==6636== Memcheck, a memory error detector ==6636== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6636== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6636== Command: ./syncevo-local-sync ==6636== Parent PID: 6513 ==6636== ==6636== ==6636== HEAP SUMMARY: ==6636== in use at exit: 2,514,366 bytes in 25,320 blocks ==6636== total heap usage: 175,750 allocs, 150,430 frees, 33,826,653 bytes allocated ==6636== ==6636== LEAK SUMMARY: ==6636== definitely lost: 0 bytes in 0 blocks ==6636== indirectly lost: 0 bytes in 0 blocks ==6636== possibly lost: 528 bytes in 2 blocks ==6636== still reachable: 2,252,821 bytes in 21,285 blocks ==6636== of which reachable via heuristic: ==6636== length64 : 592 bytes in 10 blocks ==6636== newarray : 5,976 bytes in 28 blocks ==6636== suppressed: 253,905 bytes in 3,977 blocks ==6636== Reachable blocks (those to which a pointer was found) are not shown. ==6636== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6636== ==6636== For counts of detected and suppressed errors, rerun with: -v ==6636== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==6644== Memcheck, a memory error detector ==6644== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6644== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6644== Command: ./syncevo-local-sync ==6644== Parent PID: 6513 ==6644== ==6644== ==6644== HEAP SUMMARY: ==6644== in use at exit: 3,216,866 bytes in 27,629 blocks ==6644== total heap usage: 170,882 allocs, 143,253 frees, 32,544,161 bytes allocated ==6644== ==6644== LEAK SUMMARY: ==6644== definitely lost: 0 bytes in 0 blocks ==6644== indirectly lost: 0 bytes in 0 blocks ==6644== possibly lost: 528 bytes in 2 blocks ==6644== still reachable: 2,955,337 bytes in 23,594 blocks ==6644== of which reachable via heuristic: ==6644== length64 : 592 bytes in 10 blocks ==6644== newarray : 12,912 bytes in 223 blocks ==6644== suppressed: 253,889 bytes in 3,977 blocks ==6644== Reachable blocks (those to which a pointer was found) are not shown. ==6644== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6644== ==6644== For counts of detected and suppressed errors, rerun with: -v ==6644== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==6660== Memcheck, a memory error detector ==6660== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6660== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6660== Command: ./syncevo-local-sync ==6660== Parent PID: 6513 ==6660== ==6660== ==6660== HEAP SUMMARY: ==6660== in use at exit: 2,491,270 bytes in 25,307 blocks ==6660== total heap usage: 174,003 allocs, 148,696 frees, 33,631,311 bytes allocated ==6660== ==6660== LEAK SUMMARY: ==6660== definitely lost: 0 bytes in 0 blocks ==6660== indirectly lost: 0 bytes in 0 blocks ==6660== possibly lost: 528 bytes in 2 blocks ==6660== still reachable: 2,229,741 bytes in 21,272 blocks ==6660== of which reachable via heuristic: ==6660== length64 : 592 bytes in 10 blocks ==6660== newarray : 5,976 bytes in 28 blocks ==6660== suppressed: 253,889 bytes in 3,977 blocks ==6660== Reachable blocks (those to which a pointer was found) are not shown. ==6660== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6660== ==6660== For counts of detected and suppressed errors, rerun with: -v ==6660== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==6668== Memcheck, a memory error detector ==6668== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6668== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6668== Command: ./syncevo-local-sync ==6668== Parent PID: 6513 ==6668== ==6668== ==6668== HEAP SUMMARY: ==6668== in use at exit: 2,491,310 bytes in 25,307 blocks ==6668== total heap usage: 172,447 allocs, 147,140 frees, 33,482,505 bytes allocated ==6668== ==6668== LEAK SUMMARY: ==6668== definitely lost: 0 bytes in 0 blocks ==6668== indirectly lost: 0 bytes in 0 blocks ==6668== possibly lost: 528 bytes in 2 blocks ==6668== still reachable: 2,229,741 bytes in 21,272 blocks ==6668== of which reachable via heuristic: ==6668== length64 : 592 bytes in 10 blocks ==6668== newarray : 5,976 bytes in 28 blocks ==6668== suppressed: 253,929 bytes in 3,977 blocks ==6668== Reachable blocks (those to which a pointer was found) are not shown. ==6668== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6668== ==6668== For counts of detected and suppressed errors, rerun with: -v ==6668== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==667== Memcheck, a memory error detector ==667== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==667== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==667== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWithVALARM::testLinkedItemsUpdateChildNoIDs ==667== Parent PID: 112 ==667== ==667== ==667== HEAP SUMMARY: ==667== in use at exit: 459,527 bytes in 5,372 blocks ==667== total heap usage: 173,157 allocs, 167,726 frees, 27,050,166 bytes allocated ==667== ==667== LEAK SUMMARY: ==667== definitely lost: 0 bytes in 0 blocks ==667== indirectly lost: 0 bytes in 0 blocks ==667== possibly lost: 1,392 bytes in 4 blocks ==667== still reachable: 174,748 bytes in 999 blocks ==667== of which reachable via heuristic: ==667== length64 : 1,032 bytes in 18 blocks ==667== newarray : 5,976 bytes in 28 blocks ==667== suppressed: 271,867 bytes in 4,285 blocks ==667== Reachable blocks (those to which a pointer was found) are not shown. ==667== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==667== ==667== For counts of detected and suppressed errors, rerun with: -v ==667== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==6676== Memcheck, a memory error detector ==6676== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6676== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6676== Command: ./syncevo-local-sync ==6676== Parent PID: 6513 ==6676== ==6676== ==6676== HEAP SUMMARY: ==6676== in use at exit: 2,491,294 bytes in 25,307 blocks ==6676== total heap usage: 173,592 allocs, 148,285 frees, 33,623,532 bytes allocated ==6676== ==6676== LEAK SUMMARY: ==6676== definitely lost: 0 bytes in 0 blocks ==6676== indirectly lost: 0 bytes in 0 blocks ==6676== possibly lost: 528 bytes in 2 blocks ==6676== still reachable: 2,229,741 bytes in 21,272 blocks ==6676== of which reachable via heuristic: ==6676== length64 : 592 bytes in 10 blocks ==6676== newarray : 5,976 bytes in 28 blocks ==6676== suppressed: 253,913 bytes in 3,977 blocks ==6676== Reachable blocks (those to which a pointer was found) are not shown. ==6676== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6676== ==6676== For counts of detected and suppressed errors, rerun with: -v ==6676== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==6685== Memcheck, a memory error detector ==6685== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6685== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6685== Command: ./client-test Client::Sync::eds_event::testComplexRefreshFromServerSemantic ==6685== Parent PID: 112 ==6685== ==6685== ==6685== HEAP SUMMARY: ==6685== in use at exit: 2,888,621 bytes in 29,941 blocks ==6685== total heap usage: 2,051,426 allocs, 2,021,423 frees, 308,434,182 bytes allocated ==6685== ==6685== LEAK SUMMARY: ==6685== definitely lost: 0 bytes in 0 blocks ==6685== indirectly lost: 0 bytes in 0 blocks ==6685== possibly lost: 1,392 bytes in 4 blocks ==6685== still reachable: 2,239,292 bytes in 21,443 blocks ==6685== of which reachable via heuristic: ==6685== length64 : 5,120 bytes in 80 blocks ==6685== newarray : 6,312 bytes in 49 blocks ==6685== suppressed: 577,841 bytes in 7,962 blocks ==6685== Reachable blocks (those to which a pointer was found) are not shown. ==6685== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6685== ==6685== For counts of detected and suppressed errors, rerun with: -v ==6685== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==671== Memcheck, a memory error detector ==671== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==671== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==671== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWithVALARM::testLinkedItemsUpdateChildNoIDs ==671== Parent PID: 667 ==671== ==6712== Memcheck, a memory error detector ==6712== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6712== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6712== Command: ./syncevo-local-sync ==6712== Parent PID: 6685 ==6712== ==6712== ==6712== HEAP SUMMARY: ==6712== in use at exit: 2,491,270 bytes in 25,307 blocks ==6712== total heap usage: 171,787 allocs, 146,480 frees, 33,388,105 bytes allocated ==6712== ==6712== LEAK SUMMARY: ==6712== definitely lost: 0 bytes in 0 blocks ==6712== indirectly lost: 0 bytes in 0 blocks ==6712== possibly lost: 528 bytes in 2 blocks ==6712== still reachable: 2,229,741 bytes in 21,272 blocks ==6712== of which reachable via heuristic: ==6712== length64 : 592 bytes in 10 blocks ==6712== newarray : 5,976 bytes in 28 blocks ==6712== suppressed: 253,889 bytes in 3,977 blocks ==6712== Reachable blocks (those to which a pointer was found) are not shown. ==6712== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6712== ==6712== For counts of detected and suppressed errors, rerun with: -v ==6712== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==6728== Memcheck, a memory error detector ==6728== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6728== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6728== Command: ./syncevo-local-sync ==6728== Parent PID: 6685 ==6728== ==6728== ==6728== HEAP SUMMARY: ==6728== in use at exit: 3,214,079 bytes in 27,622 blocks ==6728== total heap usage: 170,498 allocs, 142,876 frees, 32,483,489 bytes allocated ==6728== ==6728== LEAK SUMMARY: ==6728== definitely lost: 0 bytes in 0 blocks ==6728== indirectly lost: 0 bytes in 0 blocks ==6728== possibly lost: 528 bytes in 2 blocks ==6728== still reachable: 2,952,526 bytes in 23,587 blocks ==6728== of which reachable via heuristic: ==6728== length64 : 592 bytes in 10 blocks ==6728== newarray : 12,912 bytes in 223 blocks ==6728== suppressed: 253,913 bytes in 3,977 blocks ==6728== Reachable blocks (those to which a pointer was found) are not shown. ==6728== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6728== ==6728== For counts of detected and suppressed errors, rerun with: -v ==6728== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==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: ./syncevo-local-sync ==6745== Parent PID: 6685 ==6745== ==6745== ==6745== HEAP SUMMARY: ==6745== in use at exit: 2,491,270 bytes in 25,307 blocks ==6745== total heap usage: 171,800 allocs, 146,493 frees, 33,387,895 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: 528 bytes in 2 blocks ==6745== still reachable: 2,229,741 bytes in 21,272 blocks ==6745== of which reachable via heuristic: ==6745== length64 : 592 bytes in 10 blocks ==6745== newarray : 5,976 bytes in 28 blocks ==6745== suppressed: 253,889 bytes in 3,977 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: 2 errors from 2 contexts (suppressed: 68 from 68) ==6761== Memcheck, a memory error detector ==6761== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6761== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6761== Command: ./syncevo-local-sync ==6761== Parent PID: 6685 ==6761== ==6761== ==6761== HEAP SUMMARY: ==6761== in use at exit: 3,214,067 bytes in 27,622 blocks ==6761== total heap usage: 170,494 allocs, 142,872 frees, 32,482,671 bytes allocated ==6761== ==6761== LEAK SUMMARY: ==6761== definitely lost: 0 bytes in 0 blocks ==6761== indirectly lost: 0 bytes in 0 blocks ==6761== possibly lost: 528 bytes in 2 blocks ==6761== still reachable: 2,952,506 bytes in 23,587 blocks ==6761== of which reachable via heuristic: ==6761== length64 : 592 bytes in 10 blocks ==6761== newarray : 12,912 bytes in 223 blocks ==6761== suppressed: 253,921 bytes in 3,977 blocks ==6761== Reachable blocks (those to which a pointer was found) are not shown. ==6761== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6761== ==6761== For counts of detected and suppressed errors, rerun with: -v ==6761== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==6777== Memcheck, a memory error detector ==6777== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6777== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6777== Command: ./syncevo-local-sync ==6777== Parent PID: 6685 ==6777== ==6777== ==6777== HEAP SUMMARY: ==6777== in use at exit: 2,491,286 bytes in 25,307 blocks ==6777== total heap usage: 179,071 allocs, 153,764 frees, 34,140,323 bytes allocated ==6777== ==6777== LEAK SUMMARY: ==6777== definitely lost: 0 bytes in 0 blocks ==6777== indirectly lost: 0 bytes in 0 blocks ==6777== possibly lost: 528 bytes in 2 blocks ==6777== still reachable: 2,229,741 bytes in 21,272 blocks ==6777== of which reachable via heuristic: ==6777== length64 : 592 bytes in 10 blocks ==6777== newarray : 5,976 bytes in 28 blocks ==6777== suppressed: 253,905 bytes in 3,977 blocks ==6777== Reachable blocks (those to which a pointer was found) are not shown. ==6777== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6777== ==6777== For counts of detected and suppressed errors, rerun with: -v ==6777== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==6785== Memcheck, a memory error detector ==6785== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6785== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6785== Command: ./syncevo-local-sync ==6785== Parent PID: 6685 ==6785== ==6785== ==6785== HEAP SUMMARY: ==6785== in use at exit: 2,514,318 bytes in 25,318 blocks ==6785== total heap usage: 176,471 allocs, 151,153 frees, 33,935,221 bytes allocated ==6785== ==6785== LEAK SUMMARY: ==6785== definitely lost: 0 bytes in 0 blocks ==6785== indirectly lost: 0 bytes in 0 blocks ==6785== possibly lost: 528 bytes in 2 blocks ==6785== still reachable: 2,252,821 bytes in 21,285 blocks ==6785== of which reachable via heuristic: ==6785== length64 : 592 bytes in 10 blocks ==6785== newarray : 5,976 bytes in 28 blocks ==6785== suppressed: 253,857 bytes in 3,975 blocks ==6785== Reachable blocks (those to which a pointer was found) are not shown. ==6785== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6785== ==6785== For counts of detected and suppressed errors, rerun with: -v ==6785== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==679== Memcheck, a memory error detector ==679== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==679== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==679== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWithVALARM::testLinkedItemsInsertBothUpdateChild ==679== Parent PID: 112 ==679== ==679== ==679== HEAP SUMMARY: ==679== in use at exit: 487,175 bytes in 5,480 blocks ==679== total heap usage: 251,412 allocs, 245,866 frees, 36,263,672 bytes allocated ==679== ==679== LEAK SUMMARY: ==679== definitely lost: 0 bytes in 0 blocks ==679== indirectly lost: 0 bytes in 0 blocks ==679== possibly lost: 1,392 bytes in 4 blocks ==679== still reachable: 202,396 bytes in 1,107 blocks ==679== of which reachable via heuristic: ==679== length64 : 1,032 bytes in 18 blocks ==679== newarray : 5,976 bytes in 28 blocks ==679== suppressed: 271,867 bytes in 4,285 blocks ==679== Reachable blocks (those to which a pointer was found) are not shown. ==679== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==679== ==679== For counts of detected and suppressed errors, rerun with: -v ==679== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==6805== Memcheck, a memory error detector ==6805== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6805== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6805== Command: ./client-test Client::Sync::eds_event::testComplexRefreshFromServerSemantic ==6805== Parent PID: 6685 ==6805== ==6821== Memcheck, a memory error detector ==6821== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6821== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6821== Command: ./client-test Client::Sync::eds_event::testComplexRefreshFromServerSemantic ==6821== Parent PID: 6685 ==6821== ==6825== Memcheck, a memory error detector ==6825== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6825== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6825== Command: ./syncevo-local-sync ==6825== Parent PID: 6685 ==6825== ==6825== ==6825== HEAP SUMMARY: ==6825== in use at exit: 2,514,398 bytes in 25,320 blocks ==6825== total heap usage: 176,549 allocs, 151,229 frees, 33,910,305 bytes allocated ==6825== ==6825== LEAK SUMMARY: ==6825== definitely lost: 0 bytes in 0 blocks ==6825== indirectly lost: 0 bytes in 0 blocks ==6825== possibly lost: 528 bytes in 2 blocks ==6825== still reachable: 2,252,821 bytes in 21,285 blocks ==6825== of which reachable via heuristic: ==6825== length64 : 592 bytes in 10 blocks ==6825== newarray : 5,976 bytes in 28 blocks ==6825== suppressed: 253,937 bytes in 3,977 blocks ==6825== Reachable blocks (those to which a pointer was found) are not shown. ==6825== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6825== ==6825== For counts of detected and suppressed errors, rerun with: -v ==6825== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==683== Memcheck, a memory error detector ==683== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==683== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==683== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWithVALARM::testLinkedItemsInsertBothUpdateChild ==683== Parent PID: 679 ==683== ==6841== Memcheck, a memory error detector ==6841== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6841== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6841== Command: ./syncevo-local-sync ==6841== Parent PID: 6685 ==6841== ==6841== ==6841== HEAP SUMMARY: ==6841== in use at exit: 2,491,270 bytes in 25,307 blocks ==6841== total heap usage: 173,955 allocs, 148,648 frees, 33,652,200 bytes allocated ==6841== ==6841== LEAK SUMMARY: ==6841== definitely lost: 0 bytes in 0 blocks ==6841== indirectly lost: 0 bytes in 0 blocks ==6841== possibly lost: 528 bytes in 2 blocks ==6841== still reachable: 2,229,741 bytes in 21,272 blocks ==6841== of which reachable via heuristic: ==6841== length64 : 592 bytes in 10 blocks ==6841== newarray : 5,976 bytes in 28 blocks ==6841== suppressed: 253,889 bytes in 3,977 blocks ==6841== Reachable blocks (those to which a pointer was found) are not shown. ==6841== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6841== ==6841== For counts of detected and suppressed errors, rerun with: -v ==6841== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==6849== Memcheck, a memory error detector ==6849== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6849== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6849== Command: ./syncevo-local-sync ==6849== Parent PID: 6685 ==6849== ==6849== ==6849== HEAP SUMMARY: ==6849== in use at exit: 2,491,286 bytes in 25,307 blocks ==6849== total heap usage: 172,556 allocs, 147,249 frees, 33,513,528 bytes allocated ==6849== ==6849== LEAK SUMMARY: ==6849== definitely lost: 0 bytes in 0 blocks ==6849== indirectly lost: 0 bytes in 0 blocks ==6849== possibly lost: 528 bytes in 2 blocks ==6849== still reachable: 2,229,741 bytes in 21,272 blocks ==6849== of which reachable via heuristic: ==6849== length64 : 592 bytes in 10 blocks ==6849== newarray : 5,976 bytes in 28 blocks ==6849== suppressed: 253,905 bytes in 3,977 blocks ==6849== Reachable blocks (those to which a pointer was found) are not shown. ==6849== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6849== ==6849== For counts of detected and suppressed errors, rerun with: -v ==6849== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==6857== Memcheck, a memory error detector ==6857== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6857== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6857== Command: ./client-test Client::Sync::eds_event::testDeleteBothSides ==6857== Parent PID: 112 ==6857== ==6857== ==6857== HEAP SUMMARY: ==6857== in use at exit: 2,890,743 bytes in 30,007 blocks ==6857== total heap usage: 1,970,102 allocs, 1,940,034 frees, 286,376,598 bytes allocated ==6857== ==6857== LEAK SUMMARY: ==6857== definitely lost: 0 bytes in 0 blocks ==6857== indirectly lost: 0 bytes in 0 blocks ==6857== possibly lost: 1,392 bytes in 4 blocks ==6857== still reachable: 2,238,333 bytes in 21,425 blocks ==6857== of which reachable via heuristic: ==6857== length64 : 5,120 bytes in 80 blocks ==6857== newarray : 6,312 bytes in 49 blocks ==6857== suppressed: 580,922 bytes in 8,046 blocks ==6857== Reachable blocks (those to which a pointer was found) are not shown. ==6857== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6857== ==6857== For counts of detected and suppressed errors, rerun with: -v ==6857== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==6883== Memcheck, a memory error detector ==6883== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6883== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6883== Command: ./syncevo-local-sync ==6883== Parent PID: 6857 ==6883== ==6883== ==6883== HEAP SUMMARY: ==6883== in use at exit: 2,491,278 bytes in 25,307 blocks ==6883== total heap usage: 171,788 allocs, 146,481 frees, 33,385,877 bytes allocated ==6883== ==6883== LEAK SUMMARY: ==6883== definitely lost: 0 bytes in 0 blocks ==6883== indirectly lost: 0 bytes in 0 blocks ==6883== possibly lost: 528 bytes in 2 blocks ==6883== still reachable: 2,229,741 bytes in 21,272 blocks ==6883== of which reachable via heuristic: ==6883== length64 : 592 bytes in 10 blocks ==6883== newarray : 5,976 bytes in 28 blocks ==6883== suppressed: 253,897 bytes in 3,977 blocks ==6883== Reachable blocks (those to which a pointer was found) are not shown. ==6883== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6883== ==6883== For counts of detected and suppressed errors, rerun with: -v ==6883== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==6899== Memcheck, a memory error detector ==6899== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6899== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6899== Command: ./syncevo-local-sync ==6899== Parent PID: 6857 ==6899== ==6899== ==6899== HEAP SUMMARY: ==6899== in use at exit: 3,213,987 bytes in 27,622 blocks ==6899== total heap usage: 170,454 allocs, 142,832 frees, 32,478,421 bytes allocated ==6899== ==6899== LEAK SUMMARY: ==6899== definitely lost: 0 bytes in 0 blocks ==6899== indirectly lost: 0 bytes in 0 blocks ==6899== possibly lost: 528 bytes in 2 blocks ==6899== still reachable: 2,952,458 bytes in 23,587 blocks ==6899== of which reachable via heuristic: ==6899== length64 : 592 bytes in 10 blocks ==6899== newarray : 12,912 bytes in 223 blocks ==6899== suppressed: 253,889 bytes in 3,977 blocks ==6899== Reachable blocks (those to which a pointer was found) are not shown. ==6899== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6899== ==6899== For counts of detected and suppressed errors, rerun with: -v ==6899== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==691== Memcheck, a memory error detector ==691== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==691== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==691== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWithVALARM::testLinkedItemsInsertBothUpdateChild ==691== Parent PID: 679 ==691== ==6916== Memcheck, a memory error detector ==6916== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6916== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6916== Command: ./syncevo-local-sync ==6916== Parent PID: 6857 ==6916== ==6916== ==6916== HEAP SUMMARY: ==6916== in use at exit: 2,491,270 bytes in 25,307 blocks ==6916== total heap usage: 171,794 allocs, 146,487 frees, 33,386,023 bytes allocated ==6916== ==6916== LEAK SUMMARY: ==6916== definitely lost: 0 bytes in 0 blocks ==6916== indirectly lost: 0 bytes in 0 blocks ==6916== possibly lost: 528 bytes in 2 blocks ==6916== still reachable: 2,229,741 bytes in 21,272 blocks ==6916== of which reachable via heuristic: ==6916== length64 : 592 bytes in 10 blocks ==6916== newarray : 5,976 bytes in 28 blocks ==6916== suppressed: 253,889 bytes in 3,977 blocks ==6916== Reachable blocks (those to which a pointer was found) are not shown. ==6916== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6916== ==6916== For counts of detected and suppressed errors, rerun with: -v ==6916== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==6932== Memcheck, a memory error detector ==6932== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6932== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6932== Command: ./syncevo-local-sync ==6932== Parent PID: 6857 ==6932== ==6932== ==6932== HEAP SUMMARY: ==6932== in use at exit: 3,213,911 bytes in 27,620 blocks ==6932== total heap usage: 170,488 allocs, 142,868 frees, 32,480,561 bytes allocated ==6932== ==6932== LEAK SUMMARY: ==6932== definitely lost: 0 bytes in 0 blocks ==6932== indirectly lost: 0 bytes in 0 blocks ==6932== possibly lost: 528 bytes in 2 blocks ==6932== still reachable: 2,952,438 bytes in 23,587 blocks ==6932== of which reachable via heuristic: ==6932== length64 : 592 bytes in 10 blocks ==6932== newarray : 12,912 bytes in 223 blocks ==6932== suppressed: 253,833 bytes in 3,975 blocks ==6932== Reachable blocks (those to which a pointer was found) are not shown. ==6932== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6932== ==6932== For counts of detected and suppressed errors, rerun with: -v ==6932== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==6948== Memcheck, a memory error detector ==6948== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6948== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6948== Command: ./syncevo-local-sync ==6948== Parent PID: 6857 ==6948== ==6948== ==6948== HEAP SUMMARY: ==6948== in use at exit: 2,491,302 bytes in 25,307 blocks ==6948== total heap usage: 179,072 allocs, 153,765 frees, 34,138,051 bytes allocated ==6948== ==6948== LEAK SUMMARY: ==6948== definitely lost: 0 bytes in 0 blocks ==6948== indirectly lost: 0 bytes in 0 blocks ==6948== possibly lost: 528 bytes in 2 blocks ==6948== still reachable: 2,229,741 bytes in 21,272 blocks ==6948== of which reachable via heuristic: ==6948== length64 : 592 bytes in 10 blocks ==6948== newarray : 5,976 bytes in 28 blocks ==6948== suppressed: 253,921 bytes in 3,977 blocks ==6948== Reachable blocks (those to which a pointer was found) are not shown. ==6948== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6948== ==6948== For counts of detected and suppressed errors, rerun with: -v ==6948== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==6956== Memcheck, a memory error detector ==6956== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6956== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6956== Command: ./syncevo-local-sync ==6956== Parent PID: 6857 ==6956== ==6956== ==6956== HEAP SUMMARY: ==6956== in use at exit: 2,514,326 bytes in 25,318 blocks ==6956== total heap usage: 176,473 allocs, 151,155 frees, 33,933,816 bytes allocated ==6956== ==6956== LEAK SUMMARY: ==6956== definitely lost: 0 bytes in 0 blocks ==6956== indirectly lost: 0 bytes in 0 blocks ==6956== possibly lost: 528 bytes in 2 blocks ==6956== still reachable: 2,252,821 bytes in 21,285 blocks ==6956== of which reachable via heuristic: ==6956== length64 : 592 bytes in 10 blocks ==6956== newarray : 5,976 bytes in 28 blocks ==6956== suppressed: 253,865 bytes in 3,975 blocks ==6956== Reachable blocks (those to which a pointer was found) are not shown. ==6956== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==6956== ==6956== For counts of detected and suppressed errors, rerun with: -v ==6956== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==6976== Memcheck, a memory error detector ==6976== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6976== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6976== Command: ./client-test Client::Sync::eds_event::testDeleteBothSides ==6976== Parent PID: 6857 ==6976== ==699== Memcheck, a memory error detector ==699== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==699== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==699== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWithVALARM::testLinkedItemsInsertBothUpdateParent ==699== Parent PID: 112 ==699== ==699== ==699== HEAP SUMMARY: ==699== in use at exit: 484,111 bytes in 5,468 blocks ==699== total heap usage: 250,538 allocs, 245,004 frees, 35,911,158 bytes allocated ==699== ==699== LEAK SUMMARY: ==699== definitely lost: 0 bytes in 0 blocks ==699== indirectly lost: 0 bytes in 0 blocks ==699== possibly lost: 1,392 bytes in 4 blocks ==699== still reachable: 199,324 bytes in 1,095 blocks ==699== of which reachable via heuristic: ==699== length64 : 1,032 bytes in 18 blocks ==699== newarray : 5,976 bytes in 28 blocks ==699== suppressed: 271,875 bytes in 4,285 blocks ==699== Reachable blocks (those to which a pointer was found) are not shown. ==699== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==699== ==699== For counts of detected and suppressed errors, rerun with: -v ==699== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==6992== Memcheck, a memory error detector ==6992== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6992== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==6992== Command: ./client-test Client::Sync::eds_event::testDeleteBothSides ==6992== Parent PID: 6857 ==6992== ==7012== Memcheck, a memory error detector ==7012== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7012== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7012== Command: ./syncevo-local-sync ==7012== Parent PID: 6857 ==7012== ==7012== ==7012== HEAP SUMMARY: ==7012== in use at exit: 2,491,286 bytes in 25,307 blocks ==7012== total heap usage: 173,975 allocs, 148,668 frees, 33,652,308 bytes allocated ==7012== ==7012== LEAK SUMMARY: ==7012== definitely lost: 0 bytes in 0 blocks ==7012== indirectly lost: 0 bytes in 0 blocks ==7012== possibly lost: 528 bytes in 2 blocks ==7012== still reachable: 2,229,741 bytes in 21,272 blocks ==7012== of which reachable via heuristic: ==7012== length64 : 592 bytes in 10 blocks ==7012== newarray : 5,976 bytes in 28 blocks ==7012== suppressed: 253,905 bytes in 3,977 blocks ==7012== Reachable blocks (those to which a pointer was found) are not shown. ==7012== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7012== ==7012== For counts of detected and suppressed errors, rerun with: -v ==7012== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==7024== Memcheck, a memory error detector ==7024== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7024== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7024== Command: ./syncevo-local-sync ==7024== Parent PID: 6857 ==7024== ==7024== ==7024== HEAP SUMMARY: ==7024== in use at exit: 2,491,222 bytes in 25,305 blocks ==7024== total heap usage: 173,652 allocs, 148,347 frees, 33,648,795 bytes allocated ==7024== ==7024== LEAK SUMMARY: ==7024== definitely lost: 0 bytes in 0 blocks ==7024== indirectly lost: 0 bytes in 0 blocks ==7024== possibly lost: 528 bytes in 2 blocks ==7024== still reachable: 2,229,741 bytes in 21,272 blocks ==7024== of which reachable via heuristic: ==7024== length64 : 592 bytes in 10 blocks ==7024== newarray : 5,976 bytes in 28 blocks ==7024== suppressed: 253,841 bytes in 3,975 blocks ==7024== Reachable blocks (those to which a pointer was found) are not shown. ==7024== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7024== ==7024== For counts of detected and suppressed errors, rerun with: -v ==7024== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==703== Memcheck, a memory error detector ==703== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==703== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==703== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWithVALARM::testLinkedItemsInsertBothUpdateParent ==703== Parent PID: 699 ==703== ==7036== Memcheck, a memory error detector ==7036== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7036== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7036== Command: ./client-test Client::Sync::eds_event::testAddBothSides ==7036== Parent PID: 112 ==7036== ==7036== ==7036== HEAP SUMMARY: ==7036== in use at exit: 2,888,549 bytes in 29,939 blocks ==7036== total heap usage: 1,813,646 allocs, 1,783,646 frees, 275,629,641 bytes allocated ==7036== ==7036== LEAK SUMMARY: ==7036== definitely lost: 0 bytes in 0 blocks ==7036== indirectly lost: 0 bytes in 0 blocks ==7036== possibly lost: 1,392 bytes in 4 blocks ==7036== still reachable: 2,239,292 bytes in 21,443 blocks ==7036== of which reachable via heuristic: ==7036== length64 : 5,120 bytes in 80 blocks ==7036== newarray : 6,312 bytes in 49 blocks ==7036== suppressed: 577,769 bytes in 7,960 blocks ==7036== Reachable blocks (those to which a pointer was found) are not shown. ==7036== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7036== ==7036== For counts of detected and suppressed errors, rerun with: -v ==7036== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==7063== Memcheck, a memory error detector ==7063== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7063== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7063== Command: ./syncevo-local-sync ==7063== Parent PID: 7036 ==7063== ==7063== ==7063== HEAP SUMMARY: ==7063== in use at exit: 2,491,278 bytes in 25,307 blocks ==7063== total heap usage: 171,778 allocs, 146,471 frees, 33,384,727 bytes allocated ==7063== ==7063== LEAK SUMMARY: ==7063== definitely lost: 0 bytes in 0 blocks ==7063== indirectly lost: 0 bytes in 0 blocks ==7063== possibly lost: 528 bytes in 2 blocks ==7063== still reachable: 2,229,741 bytes in 21,272 blocks ==7063== of which reachable via heuristic: ==7063== length64 : 592 bytes in 10 blocks ==7063== newarray : 5,976 bytes in 28 blocks ==7063== suppressed: 253,897 bytes in 3,977 blocks ==7063== Reachable blocks (those to which a pointer was found) are not shown. ==7063== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7063== ==7063== For counts of detected and suppressed errors, rerun with: -v ==7063== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==7079== Memcheck, a memory error detector ==7079== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7079== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7079== Command: ./syncevo-local-sync ==7079== Parent PID: 7036 ==7079== ==7079== ==7079== HEAP SUMMARY: ==7079== in use at exit: 3,213,915 bytes in 27,620 blocks ==7079== total heap usage: 170,462 allocs, 142,842 frees, 32,478,373 bytes allocated ==7079== ==7079== LEAK SUMMARY: ==7079== definitely lost: 0 bytes in 0 blocks ==7079== indirectly lost: 0 bytes in 0 blocks ==7079== possibly lost: 528 bytes in 2 blocks ==7079== still reachable: 2,952,426 bytes in 23,587 blocks ==7079== of which reachable via heuristic: ==7079== length64 : 592 bytes in 10 blocks ==7079== newarray : 12,912 bytes in 223 blocks ==7079== suppressed: 253,849 bytes in 3,975 blocks ==7079== Reachable blocks (those to which a pointer was found) are not shown. ==7079== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7079== ==7079== For counts of detected and suppressed errors, rerun with: -v ==7079== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==7096== Memcheck, a memory error detector ==7096== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7096== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7096== Command: ./syncevo-local-sync ==7096== Parent PID: 7036 ==7096== ==7096== ==7096== HEAP SUMMARY: ==7096== in use at exit: 2,491,310 bytes in 25,307 blocks ==7096== total heap usage: 171,804 allocs, 146,497 frees, 33,386,641 bytes allocated ==7096== ==7096== LEAK SUMMARY: ==7096== definitely lost: 0 bytes in 0 blocks ==7096== indirectly lost: 0 bytes in 0 blocks ==7096== possibly lost: 528 bytes in 2 blocks ==7096== still reachable: 2,229,741 bytes in 21,272 blocks ==7096== of which reachable via heuristic: ==7096== length64 : 592 bytes in 10 blocks ==7096== newarray : 5,976 bytes in 28 blocks ==7096== suppressed: 253,929 bytes in 3,977 blocks ==7096== Reachable blocks (those to which a pointer was found) are not shown. ==7096== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7096== ==7096== For counts of detected and suppressed errors, rerun with: -v ==7096== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==711== Memcheck, a memory error detector ==711== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==711== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==711== Command: ./client-test Client::Source::apple_caldav::LinkedItemsWithVALARM::testLinkedItemsInsertBothUpdateParent ==711== Parent PID: 699 ==711== ==7112== Memcheck, a memory error detector ==7112== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7112== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7112== Command: ./syncevo-local-sync ==7112== Parent PID: 7036 ==7112== ==7112== ==7112== HEAP SUMMARY: ==7112== in use at exit: 3,213,955 bytes in 27,622 blocks ==7112== total heap usage: 170,478 allocs, 142,856 frees, 32,479,147 bytes allocated ==7112== ==7112== LEAK SUMMARY: ==7112== definitely lost: 0 bytes in 0 blocks ==7112== indirectly lost: 0 bytes in 0 blocks ==7112== possibly lost: 528 bytes in 2 blocks ==7112== still reachable: 2,952,426 bytes in 23,587 blocks ==7112== of which reachable via heuristic: ==7112== length64 : 592 bytes in 10 blocks ==7112== newarray : 12,912 bytes in 223 blocks ==7112== suppressed: 253,889 bytes in 3,977 blocks ==7112== Reachable blocks (those to which a pointer was found) are not shown. ==7112== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7112== ==7112== For counts of detected and suppressed errors, rerun with: -v ==7112== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==7128== Memcheck, a memory error detector ==7128== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7128== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7128== Command: ./syncevo-local-sync ==7128== Parent PID: 7036 ==7128== ==7128== ==7128== HEAP SUMMARY: ==7128== in use at exit: 2,491,286 bytes in 25,307 blocks ==7128== total heap usage: 179,060 allocs, 153,753 frees, 34,137,195 bytes allocated ==7128== ==7128== LEAK SUMMARY: ==7128== definitely lost: 0 bytes in 0 blocks ==7128== indirectly lost: 0 bytes in 0 blocks ==7128== possibly lost: 528 bytes in 2 blocks ==7128== still reachable: 2,229,741 bytes in 21,272 blocks ==7128== of which reachable via heuristic: ==7128== length64 : 592 bytes in 10 blocks ==7128== newarray : 5,976 bytes in 28 blocks ==7128== suppressed: 253,905 bytes in 3,977 blocks ==7128== Reachable blocks (those to which a pointer was found) are not shown. ==7128== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7128== ==7128== For counts of detected and suppressed errors, rerun with: -v ==7128== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==7144== Memcheck, a memory error detector ==7144== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7144== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7144== Command: ./syncevo-local-sync ==7144== Parent PID: 7036 ==7144== ==7144== ==7144== HEAP SUMMARY: ==7144== in use at exit: 2,514,366 bytes in 25,320 blocks ==7144== total heap usage: 184,213 allocs, 158,893 frees, 34,712,512 bytes allocated ==7144== ==7144== LEAK SUMMARY: ==7144== definitely lost: 0 bytes in 0 blocks ==7144== indirectly lost: 0 bytes in 0 blocks ==7144== possibly lost: 528 bytes in 2 blocks ==7144== still reachable: 2,252,821 bytes in 21,285 blocks ==7144== of which reachable via heuristic: ==7144== length64 : 592 bytes in 10 blocks ==7144== newarray : 5,976 bytes in 28 blocks ==7144== suppressed: 253,905 bytes in 3,977 blocks ==7144== Reachable blocks (those to which a pointer was found) are not shown. ==7144== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7144== ==7144== For counts of detected and suppressed errors, rerun with: -v ==7144== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==7152== Memcheck, a memory error detector ==7152== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7152== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7152== Command: ./syncevo-local-sync ==7152== Parent PID: 7036 ==7152== ==7152== ==7152== HEAP SUMMARY: ==7152== in use at exit: 2,514,366 bytes in 25,320 blocks ==7152== total heap usage: 177,938 allocs, 152,618 frees, 34,105,471 bytes allocated ==7152== ==7152== LEAK SUMMARY: ==7152== definitely lost: 0 bytes in 0 blocks ==7152== indirectly lost: 0 bytes in 0 blocks ==7152== possibly lost: 528 bytes in 2 blocks ==7152== still reachable: 2,252,821 bytes in 21,285 blocks ==7152== of which reachable via heuristic: ==7152== length64 : 592 bytes in 10 blocks ==7152== newarray : 5,976 bytes in 28 blocks ==7152== suppressed: 253,905 bytes in 3,977 blocks ==7152== Reachable blocks (those to which a pointer was found) are not shown. ==7152== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7152== ==7152== For counts of detected and suppressed errors, rerun with: -v ==7152== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==7160== Memcheck, a memory error detector ==7160== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7160== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7160== Command: ./syncevo-local-sync ==7160== Parent PID: 7036 ==7160== ==7160== ==7160== HEAP SUMMARY: ==7160== in use at exit: 3,216,782 bytes in 27,629 blocks ==7160== total heap usage: 170,844 allocs, 143,215 frees, 32,520,202 bytes allocated ==7160== ==7160== LEAK SUMMARY: ==7160== definitely lost: 0 bytes in 0 blocks ==7160== indirectly lost: 0 bytes in 0 blocks ==7160== possibly lost: 528 bytes in 2 blocks ==7160== still reachable: 2,955,245 bytes in 23,594 blocks ==7160== of which reachable via heuristic: ==7160== length64 : 592 bytes in 10 blocks ==7160== newarray : 12,912 bytes in 223 blocks ==7160== suppressed: 253,897 bytes in 3,977 blocks ==7160== Reachable blocks (those to which a pointer was found) are not shown. ==7160== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7160== ==7160== For counts of detected and suppressed errors, rerun with: -v ==7160== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==7174== Memcheck, a memory error detector ==7174== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7174== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7174== Command: ./client-test Client::Sync::eds_event::testAddBothSides ==7174== Parent PID: 7036 ==7174== ==7182== Memcheck, a memory error detector ==7182== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7182== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7182== Command: ./client-test Client::Sync::eds_event::testAddBothSidesRefresh ==7182== Parent PID: 112 ==7182== ==7182== ==7182== HEAP SUMMARY: ==7182== in use at exit: 2,893,846 bytes in 30,047 blocks ==7182== total heap usage: 1,816,426 allocs, 1,786,318 frees, 275,781,312 bytes allocated ==7182== ==7182== LEAK SUMMARY: ==7182== definitely lost: 0 bytes in 0 blocks ==7182== indirectly lost: 0 bytes in 0 blocks ==7182== possibly lost: 1,392 bytes in 4 blocks ==7182== still reachable: 2,245,461 bytes in 21,559 blocks ==7182== of which reachable via heuristic: ==7182== length64 : 5,120 bytes in 80 blocks ==7182== newarray : 6,312 bytes in 49 blocks ==7182== suppressed: 576,729 bytes in 7,950 blocks ==7182== Reachable blocks (those to which a pointer was found) are not shown. ==7182== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7182== ==7182== For counts of detected and suppressed errors, rerun with: -v ==7182== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==719== Memcheck, a memory error detector ==719== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==719== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==719== Command: ./client-test Client::Source::apple_caldav::LinkedItemsAllDay::testLinkedItemsParent ==719== Parent PID: 112 ==719== ==719== ==719== HEAP SUMMARY: ==719== in use at exit: 459,543 bytes in 5,372 blocks ==719== total heap usage: 200,207 allocs, 194,773 frees, 29,156,277 bytes allocated ==719== ==719== LEAK SUMMARY: ==719== definitely lost: 0 bytes in 0 blocks ==719== indirectly lost: 0 bytes in 0 blocks ==719== possibly lost: 1,392 bytes in 4 blocks ==719== still reachable: 174,748 bytes in 999 blocks ==719== of which reachable via heuristic: ==719== length64 : 1,032 bytes in 18 blocks ==719== newarray : 5,976 bytes in 28 blocks ==719== suppressed: 271,883 bytes in 4,285 blocks ==719== Reachable blocks (those to which a pointer was found) are not shown. ==719== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==719== ==719== For counts of detected and suppressed errors, rerun with: -v ==719== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==7209== Memcheck, a memory error detector ==7209== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7209== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7209== Command: ./syncevo-local-sync ==7209== Parent PID: 7182 ==7209== ==7209== ==7209== HEAP SUMMARY: ==7209== in use at exit: 2,514,374 bytes in 25,320 blocks ==7209== total heap usage: 175,751 allocs, 150,431 frees, 33,829,452 bytes allocated ==7209== ==7209== LEAK SUMMARY: ==7209== definitely lost: 0 bytes in 0 blocks ==7209== indirectly lost: 0 bytes in 0 blocks ==7209== possibly lost: 528 bytes in 2 blocks ==7209== still reachable: 2,252,821 bytes in 21,285 blocks ==7209== of which reachable via heuristic: ==7209== length64 : 592 bytes in 10 blocks ==7209== newarray : 5,976 bytes in 28 blocks ==7209== suppressed: 253,913 bytes in 3,977 blocks ==7209== Reachable blocks (those to which a pointer was found) are not shown. ==7209== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7209== ==7209== For counts of detected and suppressed errors, rerun with: -v ==7209== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==7225== Memcheck, a memory error detector ==7225== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7225== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7225== Command: ./syncevo-local-sync ==7225== Parent PID: 7182 ==7225== ==7225== ==7225== HEAP SUMMARY: ==7225== in use at exit: 2,491,270 bytes in 25,307 blocks ==7225== total heap usage: 173,992 allocs, 148,685 frees, 33,674,352 bytes allocated ==7225== ==7225== LEAK SUMMARY: ==7225== definitely lost: 0 bytes in 0 blocks ==7225== indirectly lost: 0 bytes in 0 blocks ==7225== possibly lost: 528 bytes in 2 blocks ==7225== still reachable: 2,229,741 bytes in 21,272 blocks ==7225== of which reachable via heuristic: ==7225== length64 : 592 bytes in 10 blocks ==7225== newarray : 5,976 bytes in 28 blocks ==7225== suppressed: 253,889 bytes in 3,977 blocks ==7225== Reachable blocks (those to which a pointer was found) are not shown. ==7225== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7225== ==7225== For counts of detected and suppressed errors, rerun with: -v ==7225== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==723== Memcheck, a memory error detector ==723== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==723== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==723== Command: ./client-test Client::Source::apple_caldav::LinkedItemsAllDay::testLinkedItemsParent ==723== Parent PID: 719 ==723== ==7242== Memcheck, a memory error detector ==7242== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7242== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7242== Command: ./syncevo-local-sync ==7242== Parent PID: 7182 ==7242== ==7242== ==7242== HEAP SUMMARY: ==7242== in use at exit: 2,491,278 bytes in 25,307 blocks ==7242== total heap usage: 171,907 allocs, 146,600 frees, 33,435,165 bytes allocated ==7242== ==7242== LEAK SUMMARY: ==7242== definitely lost: 0 bytes in 0 blocks ==7242== indirectly lost: 0 bytes in 0 blocks ==7242== possibly lost: 528 bytes in 2 blocks ==7242== still reachable: 2,229,741 bytes in 21,272 blocks ==7242== of which reachable via heuristic: ==7242== length64 : 592 bytes in 10 blocks ==7242== newarray : 5,976 bytes in 28 blocks ==7242== suppressed: 253,897 bytes in 3,977 blocks ==7242== Reachable blocks (those to which a pointer was found) are not shown. ==7242== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7242== ==7242== For counts of detected and suppressed errors, rerun with: -v ==7242== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==7258== Memcheck, a memory error detector ==7258== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7258== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7258== Command: ./syncevo-local-sync ==7258== Parent PID: 7182 ==7258== ==7258== ==7258== HEAP SUMMARY: ==7258== in use at exit: 3,213,983 bytes in 27,622 blocks ==7258== total heap usage: 170,470 allocs, 142,848 frees, 32,479,333 bytes allocated ==7258== ==7258== LEAK SUMMARY: ==7258== definitely lost: 0 bytes in 0 blocks ==7258== indirectly lost: 0 bytes in 0 blocks ==7258== possibly lost: 528 bytes in 2 blocks ==7258== still reachable: 2,952,454 bytes in 23,587 blocks ==7258== of which reachable via heuristic: ==7258== length64 : 592 bytes in 10 blocks ==7258== newarray : 12,912 bytes in 223 blocks ==7258== suppressed: 253,889 bytes in 3,977 blocks ==7258== Reachable blocks (those to which a pointer was found) are not shown. ==7258== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7258== ==7258== For counts of detected and suppressed errors, rerun with: -v ==7258== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==7282== Memcheck, a memory error detector ==7282== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7282== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7282== Command: ./syncevo-local-sync ==7282== Parent PID: 7182 ==7282== ==7282== ==7282== HEAP SUMMARY: ==7282== in use at exit: 2,491,286 bytes in 25,307 blocks ==7282== total heap usage: 179,122 allocs, 153,815 frees, 34,164,109 bytes allocated ==7282== ==7282== LEAK SUMMARY: ==7282== definitely lost: 0 bytes in 0 blocks ==7282== indirectly lost: 0 bytes in 0 blocks ==7282== possibly lost: 528 bytes in 2 blocks ==7282== still reachable: 2,229,741 bytes in 21,272 blocks ==7282== of which reachable via heuristic: ==7282== length64 : 592 bytes in 10 blocks ==7282== newarray : 5,976 bytes in 28 blocks ==7282== suppressed: 253,905 bytes in 3,977 blocks ==7282== Reachable blocks (those to which a pointer was found) are not shown. ==7282== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7282== ==7282== For counts of detected and suppressed errors, rerun with: -v ==7282== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==7290== Memcheck, a memory error detector ==7290== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7290== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7290== Command: ./syncevo-local-sync ==7290== Parent PID: 7182 ==7290== ==7290== ==7290== HEAP SUMMARY: ==7290== in use at exit: 2,514,350 bytes in 25,320 blocks ==7290== total heap usage: 176,479 allocs, 151,159 frees, 33,936,141 bytes allocated ==7290== ==7290== LEAK SUMMARY: ==7290== definitely lost: 0 bytes in 0 blocks ==7290== indirectly lost: 0 bytes in 0 blocks ==7290== possibly lost: 528 bytes in 2 blocks ==7290== still reachable: 2,252,821 bytes in 21,285 blocks ==7290== of which reachable via heuristic: ==7290== length64 : 592 bytes in 10 blocks ==7290== newarray : 5,976 bytes in 28 blocks ==7290== suppressed: 253,889 bytes in 3,977 blocks ==7290== Reachable blocks (those to which a pointer was found) are not shown. ==7290== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7290== ==7290== For counts of detected and suppressed errors, rerun with: -v ==7290== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==7298== Memcheck, a memory error detector ==7298== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7298== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7298== Command: ./syncevo-local-sync ==7298== Parent PID: 7182 ==7298== ==7298== ==7298== HEAP SUMMARY: ==7298== in use at exit: 3,216,866 bytes in 27,629 blocks ==7298== total heap usage: 170,843 allocs, 143,214 frees, 32,521,301 bytes allocated ==7298== ==7298== LEAK SUMMARY: ==7298== definitely lost: 0 bytes in 0 blocks ==7298== indirectly lost: 0 bytes in 0 blocks ==7298== possibly lost: 528 bytes in 2 blocks ==7298== still reachable: 2,955,337 bytes in 23,594 blocks ==7298== of which reachable via heuristic: ==7298== length64 : 592 bytes in 10 blocks ==7298== newarray : 12,912 bytes in 223 blocks ==7298== suppressed: 253,889 bytes in 3,977 blocks ==7298== Reachable blocks (those to which a pointer was found) are not shown. ==7298== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7298== ==7298== For counts of detected and suppressed errors, rerun with: -v ==7298== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==7306== Memcheck, a memory error detector ==7306== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7306== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7306== Command: ./syncevo-local-sync ==7306== Parent PID: 7182 ==7306== ==7306== ==7306== HEAP SUMMARY: ==7306== in use at exit: 3,216,874 bytes in 27,629 blocks ==7306== total heap usage: 170,838 allocs, 143,209 frees, 32,520,829 bytes allocated ==7306== ==7306== LEAK SUMMARY: ==7306== definitely lost: 0 bytes in 0 blocks ==7306== indirectly lost: 0 bytes in 0 blocks ==7306== possibly lost: 528 bytes in 2 blocks ==7306== still reachable: 2,955,337 bytes in 23,594 blocks ==7306== of which reachable via heuristic: ==7306== length64 : 592 bytes in 10 blocks ==7306== newarray : 12,912 bytes in 223 blocks ==7306== suppressed: 253,897 bytes in 3,977 blocks ==7306== Reachable blocks (those to which a pointer was found) are not shown. ==7306== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7306== ==7306== For counts of detected and suppressed errors, rerun with: -v ==7306== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==731== Memcheck, a memory error detector ==731== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==731== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==731== Command: ./client-test Client::Source::apple_caldav::LinkedItemsAllDay::testLinkedItemsChild ==731== Parent PID: 112 ==731== ==731== ==731== HEAP SUMMARY: ==731== in use at exit: 459,551 bytes in 5,372 blocks ==731== total heap usage: 200,240 allocs, 194,806 frees, 29,150,579 bytes allocated ==731== ==731== LEAK SUMMARY: ==731== definitely lost: 0 bytes in 0 blocks ==731== indirectly lost: 0 bytes in 0 blocks ==731== possibly lost: 1,392 bytes in 4 blocks ==731== still reachable: 174,748 bytes in 999 blocks ==731== of which reachable via heuristic: ==731== length64 : 1,032 bytes in 18 blocks ==731== newarray : 5,976 bytes in 28 blocks ==731== suppressed: 271,891 bytes in 4,285 blocks ==731== Reachable blocks (those to which a pointer was found) are not shown. ==731== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==731== ==731== For counts of detected and suppressed errors, rerun with: -v ==731== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==7320== Memcheck, a memory error detector ==7320== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7320== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7320== Command: ./client-test Client::Sync::eds_event::testAddBothSidesRefresh ==7320== Parent PID: 7182 ==7320== ==7329== Memcheck, a memory error detector ==7329== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7329== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7329== Command: ./client-test Client::Sync::eds_event::testLinkedItemsParentChild ==7329== Parent PID: 112 ==7329== ==7329== ==7329== HEAP SUMMARY: ==7329== in use at exit: 2,886,794 bytes in 29,909 blocks ==7329== total heap usage: 1,679,107 allocs, 1,649,138 frees, 250,958,064 bytes allocated ==7329== ==7329== LEAK SUMMARY: ==7329== definitely lost: 0 bytes in 0 blocks ==7329== indirectly lost: 0 bytes in 0 blocks ==7329== possibly lost: 1,392 bytes in 4 blocks ==7329== still reachable: 2,237,857 bytes in 21,420 blocks ==7329== of which reachable via heuristic: ==7329== length64 : 5,120 bytes in 80 blocks ==7329== newarray : 6,312 bytes in 49 blocks ==7329== suppressed: 577,449 bytes in 7,953 blocks ==7329== Reachable blocks (those to which a pointer was found) are not shown. ==7329== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7329== ==7329== For counts of detected and suppressed errors, rerun with: -v ==7329== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==735== Memcheck, a memory error detector ==735== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==735== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==735== Command: ./client-test Client::Source::apple_caldav::LinkedItemsAllDay::testLinkedItemsChild ==735== Parent PID: 731 ==735== ==7356== Memcheck, a memory error detector ==7356== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7356== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7356== Command: ./syncevo-local-sync ==7356== Parent PID: 7329 ==7356== ==7356== ==7356== HEAP SUMMARY: ==7356== in use at exit: 2,514,366 bytes in 25,320 blocks ==7356== total heap usage: 175,753 allocs, 150,433 frees, 33,839,347 bytes allocated ==7356== ==7356== LEAK SUMMARY: ==7356== definitely lost: 0 bytes in 0 blocks ==7356== indirectly lost: 0 bytes in 0 blocks ==7356== possibly lost: 528 bytes in 2 blocks ==7356== still reachable: 2,252,821 bytes in 21,285 blocks ==7356== of which reachable via heuristic: ==7356== length64 : 592 bytes in 10 blocks ==7356== newarray : 5,976 bytes in 28 blocks ==7356== suppressed: 253,905 bytes in 3,977 blocks ==7356== Reachable blocks (those to which a pointer was found) are not shown. ==7356== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7356== ==7356== For counts of detected and suppressed errors, rerun with: -v ==7356== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==7372== Memcheck, a memory error detector ==7372== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7372== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7372== Command: ./syncevo-local-sync ==7372== Parent PID: 7329 ==7372== ==7372== ==7372== HEAP SUMMARY: ==7372== in use at exit: 2,491,270 bytes in 25,307 blocks ==7372== total heap usage: 173,983 allocs, 148,676 frees, 33,674,020 bytes allocated ==7372== ==7372== LEAK SUMMARY: ==7372== definitely lost: 0 bytes in 0 blocks ==7372== indirectly lost: 0 bytes in 0 blocks ==7372== possibly lost: 528 bytes in 2 blocks ==7372== still reachable: 2,229,741 bytes in 21,272 blocks ==7372== of which reachable via heuristic: ==7372== length64 : 592 bytes in 10 blocks ==7372== newarray : 5,976 bytes in 28 blocks ==7372== suppressed: 253,889 bytes in 3,977 blocks ==7372== Reachable blocks (those to which a pointer was found) are not shown. ==7372== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7372== ==7372== For counts of detected and suppressed errors, rerun with: -v ==7372== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==7380== Memcheck, a memory error detector ==7380== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7380== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7380== Command: ./syncevo-local-sync ==7380== Parent PID: 7329 ==7380== ==7380== ==7380== HEAP SUMMARY: ==7380== in use at exit: 2,491,214 bytes in 25,305 blocks ==7380== total heap usage: 172,546 allocs, 147,241 frees, 33,510,911 bytes allocated ==7380== ==7380== LEAK SUMMARY: ==7380== definitely lost: 0 bytes in 0 blocks ==7380== indirectly lost: 0 bytes in 0 blocks ==7380== possibly lost: 528 bytes in 2 blocks ==7380== still reachable: 2,229,741 bytes in 21,272 blocks ==7380== of which reachable via heuristic: ==7380== length64 : 592 bytes in 10 blocks ==7380== newarray : 5,976 bytes in 28 blocks ==7380== suppressed: 253,833 bytes in 3,975 blocks ==7380== Reachable blocks (those to which a pointer was found) are not shown. ==7380== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7380== ==7380== For counts of detected and suppressed errors, rerun with: -v ==7380== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==7397== Memcheck, a memory error detector ==7397== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7397== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7397== Command: ./syncevo-local-sync ==7397== Parent PID: 7329 ==7397== ==7397== ==7397== HEAP SUMMARY: ==7397== in use at exit: 2,491,278 bytes in 25,307 blocks ==7397== total heap usage: 180,672 allocs, 155,365 frees, 34,346,656 bytes allocated ==7397== ==7397== LEAK SUMMARY: ==7397== definitely lost: 0 bytes in 0 blocks ==7397== indirectly lost: 0 bytes in 0 blocks ==7397== possibly lost: 528 bytes in 2 blocks ==7397== still reachable: 2,229,741 bytes in 21,272 blocks ==7397== of which reachable via heuristic: ==7397== length64 : 592 bytes in 10 blocks ==7397== newarray : 5,976 bytes in 28 blocks ==7397== suppressed: 253,897 bytes in 3,977 blocks ==7397== Reachable blocks (those to which a pointer was found) are not shown. ==7397== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7397== ==7397== For counts of detected and suppressed errors, rerun with: -v ==7397== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==7413== Memcheck, a memory error detector ==7413== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7413== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7413== Command: ./syncevo-local-sync ==7413== Parent PID: 7329 ==7413== ==7413== ==7413== HEAP SUMMARY: ==7413== in use at exit: 2,514,358 bytes in 25,320 blocks ==7413== total heap usage: 184,024 allocs, 158,704 frees, 34,723,274 bytes allocated ==7413== ==7413== LEAK SUMMARY: ==7413== definitely lost: 0 bytes in 0 blocks ==7413== indirectly lost: 0 bytes in 0 blocks ==7413== possibly lost: 528 bytes in 2 blocks ==7413== still reachable: 2,252,821 bytes in 21,285 blocks ==7413== of which reachable via heuristic: ==7413== length64 : 592 bytes in 10 blocks ==7413== newarray : 5,976 bytes in 28 blocks ==7413== suppressed: 253,897 bytes in 3,977 blocks ==7413== Reachable blocks (those to which a pointer was found) are not shown. ==7413== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7413== ==7413== For counts of detected and suppressed errors, rerun with: -v ==7413== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==7429== Memcheck, a memory error detector ==7429== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7429== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7429== Command: ./syncevo-local-sync ==7429== Parent PID: 7329 ==7429== ==7429== ==7429== HEAP SUMMARY: ==7429== in use at exit: 2,517,454 bytes in 25,332 blocks ==7429== total heap usage: 186,972 allocs, 161,640 frees, 35,045,912 bytes allocated ==7429== ==7429== LEAK SUMMARY: ==7429== definitely lost: 0 bytes in 0 blocks ==7429== indirectly lost: 0 bytes in 0 blocks ==7429== possibly lost: 528 bytes in 2 blocks ==7429== still reachable: 2,255,893 bytes in 21,297 blocks ==7429== of which reachable via heuristic: ==7429== length64 : 592 bytes in 10 blocks ==7429== newarray : 5,976 bytes in 28 blocks ==7429== suppressed: 253,921 bytes in 3,977 blocks ==7429== Reachable blocks (those to which a pointer was found) are not shown. ==7429== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7429== ==7429== For counts of detected and suppressed errors, rerun with: -v ==7429== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==743== Memcheck, a memory error detector ==743== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==743== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==743== Command: ./client-test Client::Source::apple_caldav::LinkedItemsAllDay::testLinkedItemsParentChild ==743== Parent PID: 112 ==743== ==743== ==743== HEAP SUMMARY: ==743== in use at exit: 477,983 bytes in 5,444 blocks ==743== total heap usage: 242,348 allocs, 236,838 frees, 33,832,106 bytes allocated ==743== ==743== LEAK SUMMARY: ==743== definitely lost: 0 bytes in 0 blocks ==743== indirectly lost: 0 bytes in 0 blocks ==743== possibly lost: 1,392 bytes in 4 blocks ==743== still reachable: 193,180 bytes in 1,071 blocks ==743== of which reachable via heuristic: ==743== length64 : 1,032 bytes in 18 blocks ==743== newarray : 5,976 bytes in 28 blocks ==743== suppressed: 271,891 bytes in 4,285 blocks ==743== Reachable blocks (those to which a pointer was found) are not shown. ==743== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==743== ==743== For counts of detected and suppressed errors, rerun with: -v ==743== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==7437== Memcheck, a memory error detector ==7437== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7437== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7437== Command: ./syncevo-local-sync ==7437== Parent PID: 7329 ==7437== ==7437== ==7437== HEAP SUMMARY: ==7437== in use at exit: 2,517,366 bytes in 25,330 blocks ==7437== total heap usage: 181,721 allocs, 156,391 frees, 34,496,398 bytes allocated ==7437== ==7437== LEAK SUMMARY: ==7437== definitely lost: 0 bytes in 0 blocks ==7437== indirectly lost: 0 bytes in 0 blocks ==7437== possibly lost: 528 bytes in 2 blocks ==7437== still reachable: 2,255,893 bytes in 21,297 blocks ==7437== of which reachable via heuristic: ==7437== length64 : 592 bytes in 10 blocks ==7437== newarray : 5,976 bytes in 28 blocks ==7437== suppressed: 253,833 bytes in 3,975 blocks ==7437== Reachable blocks (those to which a pointer was found) are not shown. ==7437== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7437== ==7437== For counts of detected and suppressed errors, rerun with: -v ==7437== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==7457== Memcheck, a memory error detector ==7457== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7457== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7457== Command: ./client-test Client::Sync::eds_event::testLinkedItemsParentChild ==7457== Parent PID: 7329 ==7457== ==7461== Memcheck, a memory error detector ==7461== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7461== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7461== Command: ./client-test Client::Sync::eds_event::testLinkedItemsChild ==7461== Parent PID: 112 ==7461== ==7461== ==7461== HEAP SUMMARY: ==7461== in use at exit: 2,888,501 bytes in 29,937 blocks ==7461== total heap usage: 1,247,787 allocs, 1,217,792 frees, 187,127,005 bytes allocated ==7461== ==7461== LEAK SUMMARY: ==7461== definitely lost: 0 bytes in 0 blocks ==7461== indirectly lost: 0 bytes in 0 blocks ==7461== possibly lost: 1,392 bytes in 4 blocks ==7461== still reachable: 2,239,132 bytes in 21,440 blocks ==7461== of which reachable via heuristic: ==7461== length64 : 5,120 bytes in 80 blocks ==7461== newarray : 6,312 bytes in 49 blocks ==7461== suppressed: 577,881 bytes in 7,961 blocks ==7461== Reachable blocks (those to which a pointer was found) are not shown. ==7461== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7461== ==7461== For counts of detected and suppressed errors, rerun with: -v ==7461== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==747== Memcheck, a memory error detector ==747== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==747== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==747== Command: ./client-test Client::Source::apple_caldav::LinkedItemsAllDay::testLinkedItemsParentChild ==747== Parent PID: 743 ==747== ==7488== Memcheck, a memory error detector ==7488== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7488== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7488== Command: ./syncevo-local-sync ==7488== Parent PID: 7461 ==7488== ==7488== ==7488== HEAP SUMMARY: ==7488== in use at exit: 2,520,502 bytes in 25,344 blocks ==7488== total heap usage: 182,899 allocs, 157,555 frees, 34,581,562 bytes allocated ==7488== ==7488== LEAK SUMMARY: ==7488== definitely lost: 0 bytes in 0 blocks ==7488== indirectly lost: 0 bytes in 0 blocks ==7488== possibly lost: 528 bytes in 2 blocks ==7488== still reachable: 2,258,965 bytes in 21,309 blocks ==7488== of which reachable via heuristic: ==7488== length64 : 592 bytes in 10 blocks ==7488== newarray : 5,976 bytes in 28 blocks ==7488== suppressed: 253,897 bytes in 3,977 blocks ==7488== Reachable blocks (those to which a pointer was found) are not shown. ==7488== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7488== ==7488== For counts of detected and suppressed errors, rerun with: -v ==7488== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==7504== Memcheck, a memory error detector ==7504== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7504== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7504== Command: ./syncevo-local-sync ==7504== Parent PID: 7461 ==7504== ==7504== ==7504== HEAP SUMMARY: ==7504== in use at exit: 2,517,422 bytes in 25,332 blocks ==7504== total heap usage: 177,096 allocs, 151,764 frees, 34,009,231 bytes allocated ==7504== ==7504== LEAK SUMMARY: ==7504== definitely lost: 0 bytes in 0 blocks ==7504== indirectly lost: 0 bytes in 0 blocks ==7504== possibly lost: 528 bytes in 2 blocks ==7504== still reachable: 2,255,893 bytes in 21,297 blocks ==7504== of which reachable via heuristic: ==7504== length64 : 592 bytes in 10 blocks ==7504== newarray : 5,976 bytes in 28 blocks ==7504== suppressed: 253,889 bytes in 3,977 blocks ==7504== Reachable blocks (those to which a pointer was found) are not shown. ==7504== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7504== ==7504== For counts of detected and suppressed errors, rerun with: -v ==7504== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==7512== Memcheck, a memory error detector ==7512== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7512== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7512== Command: ./syncevo-local-sync ==7512== Parent PID: 7461 ==7512== ==7512== ==7512== HEAP SUMMARY: ==7512== in use at exit: 2,491,302 bytes in 25,307 blocks ==7512== total heap usage: 172,618 allocs, 147,311 frees, 33,516,212 bytes allocated ==7512== ==7512== LEAK SUMMARY: ==7512== definitely lost: 0 bytes in 0 blocks ==7512== indirectly lost: 0 bytes in 0 blocks ==7512== possibly lost: 528 bytes in 2 blocks ==7512== still reachable: 2,229,741 bytes in 21,272 blocks ==7512== of which reachable via heuristic: ==7512== length64 : 592 bytes in 10 blocks ==7512== newarray : 5,976 bytes in 28 blocks ==7512== suppressed: 253,921 bytes in 3,977 blocks ==7512== Reachable blocks (those to which a pointer was found) are not shown. ==7512== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7512== ==7512== For counts of detected and suppressed errors, rerun with: -v ==7512== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==7529== Memcheck, a memory error detector ==7529== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7529== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7529== Command: ./syncevo-local-sync ==7529== Parent PID: 7461 ==7529== ==7529== ==7529== HEAP SUMMARY: ==7529== in use at exit: 2,491,278 bytes in 25,307 blocks ==7529== total heap usage: 180,552 allocs, 155,245 frees, 34,335,742 bytes allocated ==7529== ==7529== LEAK SUMMARY: ==7529== definitely lost: 0 bytes in 0 blocks ==7529== indirectly lost: 0 bytes in 0 blocks ==7529== possibly lost: 528 bytes in 2 blocks ==7529== still reachable: 2,229,741 bytes in 21,272 blocks ==7529== of which reachable via heuristic: ==7529== length64 : 592 bytes in 10 blocks ==7529== newarray : 5,976 bytes in 28 blocks ==7529== suppressed: 253,897 bytes in 3,977 blocks ==7529== Reachable blocks (those to which a pointer was found) are not shown. ==7529== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7529== ==7529== For counts of detected and suppressed errors, rerun with: -v ==7529== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==7537== Memcheck, a memory error detector ==7537== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7537== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7537== Command: ./syncevo-local-sync ==7537== Parent PID: 7461 ==7537== ==7537== ==7537== HEAP SUMMARY: ==7537== in use at exit: 2,514,366 bytes in 25,320 blocks ==7537== total heap usage: 177,217 allocs, 151,897 frees, 34,052,894 bytes allocated ==7537== ==7537== LEAK SUMMARY: ==7537== definitely lost: 0 bytes in 0 blocks ==7537== indirectly lost: 0 bytes in 0 blocks ==7537== possibly lost: 528 bytes in 2 blocks ==7537== still reachable: 2,252,821 bytes in 21,285 blocks ==7537== of which reachable via heuristic: ==7537== length64 : 592 bytes in 10 blocks ==7537== newarray : 5,976 bytes in 28 blocks ==7537== suppressed: 253,905 bytes in 3,977 blocks ==7537== Reachable blocks (those to which a pointer was found) are not shown. ==7537== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7537== ==7537== For counts of detected and suppressed errors, rerun with: -v ==7537== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==755== Memcheck, a memory error detector ==755== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==755== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==755== Command: ./client-test Client::Source::apple_caldav::LinkedItemsAllDay::testLinkedItemsInsertBothUpdateChildNoIDs ==755== Parent PID: 112 ==755== ==755== ==755== HEAP SUMMARY: ==755== in use at exit: 465,687 bytes in 5,396 blocks ==755== total heap usage: 192,048 allocs, 186,591 frees, 28,581,543 bytes allocated ==755== ==755== LEAK SUMMARY: ==755== definitely lost: 0 bytes in 0 blocks ==755== indirectly lost: 0 bytes in 0 blocks ==755== possibly lost: 1,392 bytes in 4 blocks ==755== still reachable: 180,892 bytes in 1,023 blocks ==755== of which reachable via heuristic: ==755== length64 : 1,032 bytes in 18 blocks ==755== newarray : 5,976 bytes in 28 blocks ==755== suppressed: 271,883 bytes in 4,285 blocks ==755== Reachable blocks (those to which a pointer was found) are not shown. ==755== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==755== ==755== For counts of detected and suppressed errors, rerun with: -v ==755== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==7557== Memcheck, a memory error detector ==7557== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7557== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7557== Command: ./client-test Client::Sync::eds_event::testLinkedItemsChild ==7557== Parent PID: 7461 ==7557== ==7561== Memcheck, a memory error detector ==7561== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7561== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7561== Command: ./client-test Client::Sync::eds_event::testLinkedItemsChildParent ==7561== Parent PID: 112 ==7561== ==7561== ==7561== HEAP SUMMARY: ==7561== in use at exit: 2,884,370 bytes in 29,882 blocks ==7561== total heap usage: 1,602,872 allocs, 1,572,930 frees, 245,413,841 bytes allocated ==7561== ==7561== LEAK SUMMARY: ==7561== definitely lost: 0 bytes in 0 blocks ==7561== indirectly lost: 0 bytes in 0 blocks ==7561== possibly lost: 1,392 bytes in 4 blocks ==7561== still reachable: 2,236,829 bytes in 21,415 blocks ==7561== of which reachable via heuristic: ==7561== length64 : 5,120 bytes in 80 blocks ==7561== newarray : 6,312 bytes in 49 blocks ==7561== suppressed: 576,053 bytes in 7,931 blocks ==7561== Reachable blocks (those to which a pointer was found) are not shown. ==7561== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7561== ==7561== For counts of detected and suppressed errors, rerun with: -v ==7561== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==7587== Memcheck, a memory error detector ==7587== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7587== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7587== Command: ./syncevo-local-sync ==7587== Parent PID: 7561 ==7587== ==7587== ==7587== HEAP SUMMARY: ==7587== in use at exit: 2,514,350 bytes in 25,320 blocks ==7587== total heap usage: 175,800 allocs, 150,480 frees, 33,845,786 bytes allocated ==7587== ==7587== LEAK SUMMARY: ==7587== definitely lost: 0 bytes in 0 blocks ==7587== indirectly lost: 0 bytes in 0 blocks ==7587== possibly lost: 528 bytes in 2 blocks ==7587== still reachable: 2,252,821 bytes in 21,285 blocks ==7587== of which reachable via heuristic: ==7587== length64 : 592 bytes in 10 blocks ==7587== newarray : 5,976 bytes in 28 blocks ==7587== suppressed: 253,889 bytes in 3,977 blocks ==7587== Reachable blocks (those to which a pointer was found) are not shown. ==7587== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7587== ==7587== For counts of detected and suppressed errors, rerun with: -v ==7587== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==759== Memcheck, a memory error detector ==759== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==759== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==759== Command: ./client-test Client::Source::apple_caldav::LinkedItemsAllDay::testLinkedItemsInsertBothUpdateChildNoIDs ==759== Parent PID: 755 ==759== ==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: 7561 ==7603== ==7603== ==7603== HEAP SUMMARY: ==7603== in use at exit: 2,491,278 bytes in 25,307 blocks ==7603== total heap usage: 174,015 allocs, 148,708 frees, 33,677,881 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,741 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,897 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) ==7611== Memcheck, a memory error detector ==7611== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7611== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7611== Command: ./syncevo-local-sync ==7611== Parent PID: 7561 ==7611== ==7611== ==7611== HEAP SUMMARY: ==7611== in use at exit: 2,491,286 bytes in 25,307 blocks ==7611== total heap usage: 172,570 allocs, 147,263 frees, 33,512,698 bytes allocated ==7611== ==7611== LEAK SUMMARY: ==7611== definitely lost: 0 bytes in 0 blocks ==7611== indirectly lost: 0 bytes in 0 blocks ==7611== possibly lost: 528 bytes in 2 blocks ==7611== still reachable: 2,229,741 bytes in 21,272 blocks ==7611== of which reachable via heuristic: ==7611== length64 : 592 bytes in 10 blocks ==7611== newarray : 5,976 bytes in 28 blocks ==7611== suppressed: 253,905 bytes in 3,977 blocks ==7611== Reachable blocks (those to which a pointer was found) are not shown. ==7611== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7611== ==7611== For counts of detected and suppressed errors, rerun with: -v ==7611== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==7628== Memcheck, a memory error detector ==7628== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7628== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7628== Command: ./syncevo-local-sync ==7628== Parent PID: 7561 ==7628== ==7628== ==7628== HEAP SUMMARY: ==7628== in use at exit: 2,491,302 bytes in 25,307 blocks ==7628== total heap usage: 180,538 allocs, 155,231 frees, 34,336,240 bytes allocated ==7628== ==7628== LEAK SUMMARY: ==7628== definitely lost: 0 bytes in 0 blocks ==7628== indirectly lost: 0 bytes in 0 blocks ==7628== possibly lost: 528 bytes in 2 blocks ==7628== still reachable: 2,229,741 bytes in 21,272 blocks ==7628== of which reachable via heuristic: ==7628== length64 : 592 bytes in 10 blocks ==7628== newarray : 5,976 bytes in 28 blocks ==7628== suppressed: 253,921 bytes in 3,977 blocks ==7628== Reachable blocks (those to which a pointer was found) are not shown. ==7628== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7628== ==7628== For counts of detected and suppressed errors, rerun with: -v ==7628== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==7636== Memcheck, a memory error detector ==7636== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7636== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7636== Command: ./syncevo-local-sync ==7636== Parent PID: 7561 ==7636== ==7636== ==7636== HEAP SUMMARY: ==7636== in use at exit: 2,514,358 bytes in 25,320 blocks ==7636== total heap usage: 177,212 allocs, 151,892 frees, 34,054,160 bytes allocated ==7636== ==7636== LEAK SUMMARY: ==7636== definitely lost: 0 bytes in 0 blocks ==7636== indirectly lost: 0 bytes in 0 blocks ==7636== possibly lost: 528 bytes in 2 blocks ==7636== still reachable: 2,252,821 bytes in 21,285 blocks ==7636== of which reachable via heuristic: ==7636== length64 : 592 bytes in 10 blocks ==7636== newarray : 5,976 bytes in 28 blocks ==7636== suppressed: 253,897 bytes in 3,977 blocks ==7636== Reachable blocks (those to which a pointer was found) are not shown. ==7636== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7636== ==7636== For counts of detected and suppressed errors, rerun with: -v ==7636== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==7648== Memcheck, a memory error detector ==7648== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7648== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7648== Command: ./syncevo-local-sync ==7648== Parent PID: 7561 ==7648== ==7648== ==7648== HEAP SUMMARY: ==7648== in use at exit: 2,514,358 bytes in 25,320 blocks ==7648== total heap usage: 191,199 allocs, 165,879 frees, 35,508,571 bytes allocated ==7648== ==7648== LEAK SUMMARY: ==7648== definitely lost: 0 bytes in 0 blocks ==7648== indirectly lost: 0 bytes in 0 blocks ==7648== possibly lost: 528 bytes in 2 blocks ==7648== still reachable: 2,252,821 bytes in 21,285 blocks ==7648== of which reachable via heuristic: ==7648== length64 : 592 bytes in 10 blocks ==7648== newarray : 5,976 bytes in 28 blocks ==7648== suppressed: 253,897 bytes in 3,977 blocks ==7648== Reachable blocks (those to which a pointer was found) are not shown. ==7648== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7648== ==7648== For counts of detected and suppressed errors, rerun with: -v ==7648== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==7656== Memcheck, a memory error detector ==7656== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7656== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7656== Command: ./syncevo-local-sync ==7656== Parent PID: 7561 ==7656== ==7656== ==7656== HEAP SUMMARY: ==7656== in use at exit: 2,517,430 bytes in 25,332 blocks ==7656== total heap usage: 181,438 allocs, 156,106 frees, 34,472,789 bytes allocated ==7656== ==7656== LEAK SUMMARY: ==7656== definitely lost: 0 bytes in 0 blocks ==7656== indirectly lost: 0 bytes in 0 blocks ==7656== possibly lost: 528 bytes in 2 blocks ==7656== still reachable: 2,255,893 bytes in 21,297 blocks ==7656== of which reachable via heuristic: ==7656== length64 : 592 bytes in 10 blocks ==7656== newarray : 5,976 bytes in 28 blocks ==7656== suppressed: 253,897 bytes in 3,977 blocks ==7656== Reachable blocks (those to which a pointer was found) are not shown. ==7656== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7656== ==7656== For counts of detected and suppressed errors, rerun with: -v ==7656== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==767== Memcheck, a memory error detector ==767== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==767== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==767== Command: ./client-test Client::Source::apple_caldav::LinkedItemsAllDay::testLinkedItemsChildParent ==767== Parent PID: 112 ==767== ==767== ==767== HEAP SUMMARY: ==767== in use at exit: 471,815 bytes in 5,420 blocks ==767== total heap usage: 212,681 allocs, 207,198 frees, 31,255,345 bytes allocated ==767== ==767== LEAK SUMMARY: ==767== definitely lost: 0 bytes in 0 blocks ==767== indirectly lost: 0 bytes in 0 blocks ==767== possibly lost: 1,392 bytes in 4 blocks ==767== still reachable: 187,036 bytes in 1,047 blocks ==767== of which reachable via heuristic: ==767== length64 : 1,032 bytes in 18 blocks ==767== newarray : 5,976 bytes in 28 blocks ==767== suppressed: 271,867 bytes in 4,285 blocks ==767== Reachable blocks (those to which a pointer was found) are not shown. ==767== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==767== ==767== For counts of detected and suppressed errors, rerun with: -v ==767== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==7676== Memcheck, a memory error detector ==7676== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7676== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7676== Command: ./client-test Client::Sync::eds_event::testLinkedItemsChildParent ==7676== Parent PID: 7561 ==7676== ==7680== Memcheck, a memory error detector ==7680== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7680== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7680== Command: ./client-test Client::Sync::eds_event::testUpdate ==7680== Parent PID: 112 ==7680== ==7680== ==7680== HEAP SUMMARY: ==7680== in use at exit: 2,888,630 bytes in 29,976 blocks ==7680== total heap usage: 1,919,535 allocs, 1,889,498 frees, 283,460,485 bytes allocated ==7680== ==7680== LEAK SUMMARY: ==7680== definitely lost: 0 bytes in 0 blocks ==7680== indirectly lost: 0 bytes in 0 blocks ==7680== possibly lost: 1,392 bytes in 4 blocks ==7680== still reachable: 2,238,429 bytes in 21,426 blocks ==7680== of which reachable via heuristic: ==7680== length64 : 5,120 bytes in 80 blocks ==7680== newarray : 6,312 bytes in 49 blocks ==7680== suppressed: 578,713 bytes in 8,014 blocks ==7680== Reachable blocks (those to which a pointer was found) are not shown. ==7680== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7680== ==7680== For counts of detected and suppressed errors, rerun with: -v ==7680== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==7706== Memcheck, a memory error detector ==7706== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7706== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7706== Command: ./syncevo-local-sync ==7706== Parent PID: 7680 ==7706== ==7706== ==7706== HEAP SUMMARY: ==7706== in use at exit: 2,517,366 bytes in 25,330 blocks ==7706== total heap usage: 179,220 allocs, 153,890 frees, 34,192,786 bytes allocated ==7706== ==7706== LEAK SUMMARY: ==7706== definitely lost: 0 bytes in 0 blocks ==7706== indirectly lost: 0 bytes in 0 blocks ==7706== possibly lost: 528 bytes in 2 blocks ==7706== still reachable: 2,255,893 bytes in 21,297 blocks ==7706== of which reachable via heuristic: ==7706== length64 : 592 bytes in 10 blocks ==7706== newarray : 5,976 bytes in 28 blocks ==7706== suppressed: 253,833 bytes in 3,975 blocks ==7706== Reachable blocks (those to which a pointer was found) are not shown. ==7706== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7706== ==7706== For counts of detected and suppressed errors, rerun with: -v ==7706== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==771== Memcheck, a memory error detector ==771== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==771== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==771== Command: ./client-test Client::Source::apple_caldav::LinkedItemsAllDay::testLinkedItemsChildParent ==771== Parent PID: 767 ==771== ==7722== Memcheck, a memory error detector ==7722== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7722== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7722== Command: ./syncevo-local-sync ==7722== Parent PID: 7680 ==7722== ==7722== ==7722== HEAP SUMMARY: ==7722== in use at exit: 2,517,438 bytes in 25,332 blocks ==7722== total heap usage: 175,996 allocs, 150,664 frees, 33,902,187 bytes allocated ==7722== ==7722== LEAK SUMMARY: ==7722== definitely lost: 0 bytes in 0 blocks ==7722== indirectly lost: 0 bytes in 0 blocks ==7722== possibly lost: 528 bytes in 2 blocks ==7722== still reachable: 2,255,893 bytes in 21,297 blocks ==7722== of which reachable via heuristic: ==7722== length64 : 592 bytes in 10 blocks ==7722== newarray : 5,976 bytes in 28 blocks ==7722== suppressed: 253,905 bytes in 3,977 blocks ==7722== Reachable blocks (those to which a pointer was found) are not shown. ==7722== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7722== ==7722== For counts of detected and suppressed errors, rerun with: -v ==7722== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==7739== Memcheck, a memory error detector ==7739== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7739== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7739== Command: ./syncevo-local-sync ==7739== Parent PID: 7680 ==7739== ==7739== ==7739== HEAP SUMMARY: ==7739== in use at exit: 2,491,270 bytes in 25,307 blocks ==7739== total heap usage: 171,936 allocs, 146,629 frees, 33,435,800 bytes allocated ==7739== ==7739== LEAK SUMMARY: ==7739== definitely lost: 0 bytes in 0 blocks ==7739== indirectly lost: 0 bytes in 0 blocks ==7739== possibly lost: 528 bytes in 2 blocks ==7739== still reachable: 2,229,741 bytes in 21,272 blocks ==7739== of which reachable via heuristic: ==7739== length64 : 592 bytes in 10 blocks ==7739== newarray : 5,976 bytes in 28 blocks ==7739== suppressed: 253,889 bytes in 3,977 blocks ==7739== Reachable blocks (those to which a pointer was found) are not shown. ==7739== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7739== ==7739== For counts of detected and suppressed errors, rerun with: -v ==7739== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==7755== Memcheck, a memory error detector ==7755== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7755== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7755== Command: ./syncevo-local-sync ==7755== Parent PID: 7680 ==7755== ==7755== ==7755== HEAP SUMMARY: ==7755== in use at exit: 3,213,931 bytes in 27,622 blocks ==7755== total heap usage: 170,475 allocs, 142,853 frees, 32,478,827 bytes allocated ==7755== ==7755== LEAK SUMMARY: ==7755== definitely lost: 0 bytes in 0 blocks ==7755== indirectly lost: 0 bytes in 0 blocks ==7755== possibly lost: 528 bytes in 2 blocks ==7755== still reachable: 2,952,402 bytes in 23,587 blocks ==7755== of which reachable via heuristic: ==7755== length64 : 592 bytes in 10 blocks ==7755== newarray : 12,912 bytes in 223 blocks ==7755== suppressed: 253,889 bytes in 3,977 blocks ==7755== Reachable blocks (those to which a pointer was found) are not shown. ==7755== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7755== ==7755== For counts of detected and suppressed errors, rerun with: -v ==7755== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==7771== Memcheck, a memory error detector ==7771== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7771== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7771== Command: ./syncevo-local-sync ==7771== Parent PID: 7680 ==7771== ==7771== ==7771== HEAP SUMMARY: ==7771== in use at exit: 2,491,278 bytes in 25,307 blocks ==7771== total heap usage: 179,130 allocs, 153,823 frees, 34,162,416 bytes allocated ==7771== ==7771== LEAK SUMMARY: ==7771== definitely lost: 0 bytes in 0 blocks ==7771== indirectly lost: 0 bytes in 0 blocks ==7771== possibly lost: 528 bytes in 2 blocks ==7771== still reachable: 2,229,741 bytes in 21,272 blocks ==7771== of which reachable via heuristic: ==7771== length64 : 592 bytes in 10 blocks ==7771== newarray : 5,976 bytes in 28 blocks ==7771== suppressed: 253,897 bytes in 3,977 blocks ==7771== Reachable blocks (those to which a pointer was found) are not shown. ==7771== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7771== ==7771== For counts of detected and suppressed errors, rerun with: -v ==7771== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==7779== Memcheck, a memory error detector ==7779== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7779== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7779== Command: ./syncevo-local-sync ==7779== Parent PID: 7680 ==7779== ==7779== ==7779== HEAP SUMMARY: ==7779== in use at exit: 2,514,366 bytes in 25,320 blocks ==7779== total heap usage: 176,481 allocs, 151,161 frees, 33,933,047 bytes allocated ==7779== ==7779== LEAK SUMMARY: ==7779== definitely lost: 0 bytes in 0 blocks ==7779== indirectly lost: 0 bytes in 0 blocks ==7779== possibly lost: 528 bytes in 2 blocks ==7779== still reachable: 2,252,821 bytes in 21,285 blocks ==7779== of which reachable via heuristic: ==7779== length64 : 592 bytes in 10 blocks ==7779== newarray : 5,976 bytes in 28 blocks ==7779== suppressed: 253,905 bytes in 3,977 blocks ==7779== Reachable blocks (those to which a pointer was found) are not shown. ==7779== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7779== ==7779== For counts of detected and suppressed errors, rerun with: -v ==7779== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==779== Memcheck, a memory error detector ==779== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==779== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==779== Command: ./client-test Client::Source::apple_caldav::LinkedItemsAllDay::testLinkedItemsChildChangesParent ==779== Parent PID: 112 ==779== ==779== ==779== HEAP SUMMARY: ==779== in use at exit: 468,743 bytes in 5,408 blocks ==779== total heap usage: 224,347 allocs, 218,875 frees, 32,096,971 bytes allocated ==779== ==779== LEAK SUMMARY: ==779== definitely lost: 0 bytes in 0 blocks ==779== indirectly lost: 0 bytes in 0 blocks ==779== possibly lost: 1,392 bytes in 4 blocks ==779== still reachable: 183,964 bytes in 1,035 blocks ==779== of which reachable via heuristic: ==779== length64 : 1,032 bytes in 18 blocks ==779== newarray : 5,976 bytes in 28 blocks ==779== suppressed: 271,867 bytes in 4,285 blocks ==779== Reachable blocks (those to which a pointer was found) are not shown. ==779== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==779== ==779== For counts of detected and suppressed errors, rerun with: -v ==779== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==7799== Memcheck, a memory error detector ==7799== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7799== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7799== Command: ./client-test Client::Sync::eds_event::testUpdate ==7799== Parent PID: 7680 ==7799== ==7811== Memcheck, a memory error detector ==7811== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7811== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7811== Command: ./syncevo-local-sync ==7811== Parent PID: 7680 ==7811== ==7811== ==7811== HEAP SUMMARY: ==7811== in use at exit: 2,514,350 bytes in 25,320 blocks ==7811== total heap usage: 181,218 allocs, 155,898 frees, 34,409,366 bytes allocated ==7811== ==7811== LEAK SUMMARY: ==7811== definitely lost: 0 bytes in 0 blocks ==7811== indirectly lost: 0 bytes in 0 blocks ==7811== possibly lost: 528 bytes in 2 blocks ==7811== still reachable: 2,252,821 bytes in 21,285 blocks ==7811== of which reachable via heuristic: ==7811== length64 : 592 bytes in 10 blocks ==7811== newarray : 5,976 bytes in 28 blocks ==7811== suppressed: 253,889 bytes in 3,977 blocks ==7811== Reachable blocks (those to which a pointer was found) are not shown. ==7811== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7811== ==7811== For counts of detected and suppressed errors, rerun with: -v ==7811== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==7819== Memcheck, a memory error detector ==7819== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7819== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7819== Command: ./syncevo-local-sync ==7819== Parent PID: 7680 ==7819== ==7819== ==7819== HEAP SUMMARY: ==7819== in use at exit: 2,514,398 bytes in 25,321 blocks ==7819== total heap usage: 177,919 allocs, 152,598 frees, 34,100,978 bytes allocated ==7819== ==7819== LEAK SUMMARY: ==7819== definitely lost: 0 bytes in 0 blocks ==7819== indirectly lost: 0 bytes in 0 blocks ==7819== possibly lost: 528 bytes in 2 blocks ==7819== still reachable: 2,252,821 bytes in 21,285 blocks ==7819== of which reachable via heuristic: ==7819== length64 : 632 bytes in 11 blocks ==7819== newarray : 5,976 bytes in 28 blocks ==7819== suppressed: 253,937 bytes in 3,978 blocks ==7819== Reachable blocks (those to which a pointer was found) are not shown. ==7819== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7819== ==7819== For counts of detected and suppressed errors, rerun with: -v ==7819== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==783== Memcheck, a memory error detector ==783== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==783== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==783== Command: ./client-test Client::Source::apple_caldav::LinkedItemsAllDay::testLinkedItemsChildChangesParent ==783== Parent PID: 779 ==783== ==7839== Memcheck, a memory error detector ==7839== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7839== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7839== Command: ./client-test Client::Sync::eds_event::testUpdate ==7839== Parent PID: 7680 ==7839== ==7844== Memcheck, a memory error detector ==7844== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7844== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7844== Command: ./client-test Client::Sync::eds_event::testMerge ==7844== Parent PID: 112 ==7844== ==7844== ==7844== HEAP SUMMARY: ==7844== in use at exit: 2,886,638 bytes in 29,911 blocks ==7844== total heap usage: 2,373,665 allocs, 2,343,691 frees, 348,317,728 bytes allocated ==7844== ==7844== LEAK SUMMARY: ==7844== definitely lost: 0 bytes in 0 blocks ==7844== indirectly lost: 0 bytes in 0 blocks ==7844== possibly lost: 1,392 bytes in 4 blocks ==7844== still reachable: 2,237,857 bytes in 21,420 blocks ==7844== of which reachable via heuristic: ==7844== length64 : 5,120 bytes in 80 blocks ==7844== newarray : 6,312 bytes in 49 blocks ==7844== suppressed: 577,293 bytes in 7,955 blocks ==7844== Reachable blocks (those to which a pointer was found) are not shown. ==7844== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7844== ==7844== For counts of detected and suppressed errors, rerun with: -v ==7844== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==7871== Memcheck, a memory error detector ==7871== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7871== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7871== Command: ./syncevo-local-sync ==7871== Parent PID: 7844 ==7871== ==7871== ==7871== HEAP SUMMARY: ==7871== in use at exit: 2,514,366 bytes in 25,320 blocks ==7871== total heap usage: 175,722 allocs, 150,402 frees, 33,824,399 bytes allocated ==7871== ==7871== LEAK SUMMARY: ==7871== definitely lost: 0 bytes in 0 blocks ==7871== indirectly lost: 0 bytes in 0 blocks ==7871== possibly lost: 528 bytes in 2 blocks ==7871== still reachable: 2,252,821 bytes in 21,285 blocks ==7871== of which reachable via heuristic: ==7871== length64 : 592 bytes in 10 blocks ==7871== newarray : 5,976 bytes in 28 blocks ==7871== suppressed: 253,905 bytes in 3,977 blocks ==7871== Reachable blocks (those to which a pointer was found) are not shown. ==7871== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7871== ==7871== For counts of detected and suppressed errors, rerun with: -v ==7871== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==7887== Memcheck, a memory error detector ==7887== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7887== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7887== Command: ./syncevo-local-sync ==7887== Parent PID: 7844 ==7887== ==7887== ==7887== HEAP SUMMARY: ==7887== in use at exit: 2,491,270 bytes in 25,307 blocks ==7887== total heap usage: 173,983 allocs, 148,676 frees, 33,672,820 bytes allocated ==7887== ==7887== LEAK SUMMARY: ==7887== definitely lost: 0 bytes in 0 blocks ==7887== indirectly lost: 0 bytes in 0 blocks ==7887== possibly lost: 528 bytes in 2 blocks ==7887== still reachable: 2,229,741 bytes in 21,272 blocks ==7887== of which reachable via heuristic: ==7887== length64 : 592 bytes in 10 blocks ==7887== newarray : 5,976 bytes in 28 blocks ==7887== suppressed: 253,889 bytes in 3,977 blocks ==7887== Reachable blocks (those to which a pointer was found) are not shown. ==7887== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7887== ==7887== For counts of detected and suppressed errors, rerun with: -v ==7887== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==7904== Memcheck, a memory error detector ==7904== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7904== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7904== Command: ./syncevo-local-sync ==7904== Parent PID: 7844 ==7904== ==7904== ==7904== HEAP SUMMARY: ==7904== in use at exit: 2,491,278 bytes in 25,307 blocks ==7904== total heap usage: 171,940 allocs, 146,633 frees, 33,436,291 bytes allocated ==7904== ==7904== LEAK SUMMARY: ==7904== definitely lost: 0 bytes in 0 blocks ==7904== indirectly lost: 0 bytes in 0 blocks ==7904== possibly lost: 528 bytes in 2 blocks ==7904== still reachable: 2,229,741 bytes in 21,272 blocks ==7904== of which reachable via heuristic: ==7904== length64 : 592 bytes in 10 blocks ==7904== newarray : 5,976 bytes in 28 blocks ==7904== suppressed: 253,897 bytes in 3,977 blocks ==7904== Reachable blocks (those to which a pointer was found) are not shown. ==7904== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7904== ==7904== For counts of detected and suppressed errors, rerun with: -v ==7904== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==791== Memcheck, a memory error detector ==791== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==791== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==791== Command: ./client-test Client::Source::apple_caldav::LinkedItemsAllDay::testLinkedItemsChildChangesParent ==791== Parent PID: 779 ==791== ==7920== Memcheck, a memory error detector ==7920== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7920== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7920== Command: ./syncevo-local-sync ==7920== Parent PID: 7844 ==7920== ==7920== ==7920== HEAP SUMMARY: ==7920== in use at exit: 3,213,927 bytes in 27,622 blocks ==7920== total heap usage: 170,458 allocs, 142,836 frees, 32,477,281 bytes allocated ==7920== ==7920== LEAK SUMMARY: ==7920== definitely lost: 0 bytes in 0 blocks ==7920== indirectly lost: 0 bytes in 0 blocks ==7920== possibly lost: 528 bytes in 2 blocks ==7920== still reachable: 2,952,398 bytes in 23,587 blocks ==7920== of which reachable via heuristic: ==7920== length64 : 592 bytes in 10 blocks ==7920== newarray : 12,912 bytes in 223 blocks ==7920== suppressed: 253,889 bytes in 3,977 blocks ==7920== Reachable blocks (those to which a pointer was found) are not shown. ==7920== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7920== ==7920== For counts of detected and suppressed errors, rerun with: -v ==7920== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==7936== Memcheck, a memory error detector ==7936== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7936== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7936== Command: ./syncevo-local-sync ==7936== Parent PID: 7844 ==7936== ==7936== ==7936== HEAP SUMMARY: ==7936== in use at exit: 2,491,214 bytes in 25,305 blocks ==7936== total heap usage: 179,140 allocs, 153,835 frees, 34,162,692 bytes allocated ==7936== ==7936== LEAK SUMMARY: ==7936== definitely lost: 0 bytes in 0 blocks ==7936== indirectly lost: 0 bytes in 0 blocks ==7936== possibly lost: 528 bytes in 2 blocks ==7936== still reachable: 2,229,741 bytes in 21,272 blocks ==7936== of which reachable via heuristic: ==7936== length64 : 592 bytes in 10 blocks ==7936== newarray : 5,976 bytes in 28 blocks ==7936== suppressed: 253,833 bytes in 3,975 blocks ==7936== Reachable blocks (those to which a pointer was found) are not shown. ==7936== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7936== ==7936== For counts of detected and suppressed errors, rerun with: -v ==7936== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==7944== Memcheck, a memory error detector ==7944== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7944== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7944== Command: ./syncevo-local-sync ==7944== Parent PID: 7844 ==7944== ==7944== ==7944== HEAP SUMMARY: ==7944== in use at exit: 2,514,294 bytes in 25,318 blocks ==7944== total heap usage: 176,461 allocs, 151,143 frees, 33,931,577 bytes allocated ==7944== ==7944== LEAK SUMMARY: ==7944== definitely lost: 0 bytes in 0 blocks ==7944== indirectly lost: 0 bytes in 0 blocks ==7944== possibly lost: 528 bytes in 2 blocks ==7944== still reachable: 2,252,821 bytes in 21,285 blocks ==7944== of which reachable via heuristic: ==7944== length64 : 592 bytes in 10 blocks ==7944== newarray : 5,976 bytes in 28 blocks ==7944== suppressed: 253,833 bytes in 3,975 blocks ==7944== Reachable blocks (those to which a pointer was found) are not shown. ==7944== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7944== ==7944== For counts of detected and suppressed errors, rerun with: -v ==7944== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==7964== Memcheck, a memory error detector ==7964== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7964== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7964== Command: ./client-test Client::Sync::eds_event::testMerge ==7964== Parent PID: 7844 ==7964== ==7984== Memcheck, a memory error detector ==7984== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7984== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7984== Command: ./syncevo-local-sync ==7984== Parent PID: 7844 ==7984== ==7984== ==7984== HEAP SUMMARY: ==7984== in use at exit: 2,514,310 bytes in 25,318 blocks ==7984== total heap usage: 181,316 allocs, 155,998 frees, 34,428,192 bytes allocated ==7984== ==7984== LEAK SUMMARY: ==7984== definitely lost: 0 bytes in 0 blocks ==7984== indirectly lost: 0 bytes in 0 blocks ==7984== possibly lost: 528 bytes in 2 blocks ==7984== still reachable: 2,252,821 bytes in 21,285 blocks ==7984== of which reachable via heuristic: ==7984== length64 : 592 bytes in 10 blocks ==7984== newarray : 5,976 bytes in 28 blocks ==7984== suppressed: 253,849 bytes in 3,975 blocks ==7984== Reachable blocks (those to which a pointer was found) are not shown. ==7984== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7984== ==7984== For counts of detected and suppressed errors, rerun with: -v ==7984== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==799== Memcheck, a memory error detector ==799== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==799== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==799== Command: ./client-test Client::Source::apple_caldav::LinkedItemsAllDay::testLinkedItemsRemoveParentFirst ==799== Parent PID: 112 ==799== ==799== ==799== HEAP SUMMARY: ==799== in use at exit: 474,879 bytes in 5,432 blocks ==799== total heap usage: 235,161 allocs, 229,664 frees, 33,291,202 bytes allocated ==799== ==799== LEAK SUMMARY: ==799== definitely lost: 0 bytes in 0 blocks ==799== indirectly lost: 0 bytes in 0 blocks ==799== possibly lost: 1,392 bytes in 4 blocks ==799== still reachable: 190,108 bytes in 1,059 blocks ==799== of which reachable via heuristic: ==799== length64 : 1,032 bytes in 18 blocks ==799== newarray : 5,976 bytes in 28 blocks ==799== suppressed: 271,859 bytes in 4,285 blocks ==799== Reachable blocks (those to which a pointer was found) are not shown. ==799== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==799== ==799== For counts of detected and suppressed errors, rerun with: -v ==799== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==7992== Memcheck, a memory error detector ==7992== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7992== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==7992== Command: ./syncevo-local-sync ==7992== Parent PID: 7844 ==7992== ==7992== ==7992== HEAP SUMMARY: ==7992== in use at exit: 2,514,374 bytes in 25,320 blocks ==7992== total heap usage: 185,825 allocs, 160,505 frees, 34,916,312 bytes allocated ==7992== ==7992== LEAK SUMMARY: ==7992== definitely lost: 0 bytes in 0 blocks ==7992== indirectly lost: 0 bytes in 0 blocks ==7992== possibly lost: 528 bytes in 2 blocks ==7992== still reachable: 2,252,821 bytes in 21,285 blocks ==7992== of which reachable via heuristic: ==7992== length64 : 592 bytes in 10 blocks ==7992== newarray : 5,976 bytes in 28 blocks ==7992== suppressed: 253,913 bytes in 3,977 blocks ==7992== Reachable blocks (those to which a pointer was found) are not shown. ==7992== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==7992== ==7992== For counts of detected and suppressed errors, rerun with: -v ==7992== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==8004== Memcheck, a memory error detector ==8004== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8004== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8004== Command: ./syncevo-local-sync ==8004== Parent PID: 7844 ==8004== ==8004== ==8004== HEAP SUMMARY: ==8004== in use at exit: 2,514,622 bytes in 25,321 blocks ==8004== total heap usage: 177,942 allocs, 152,621 frees, 34,109,668 bytes allocated ==8004== ==8004== LEAK SUMMARY: ==8004== definitely lost: 0 bytes in 0 blocks ==8004== indirectly lost: 0 bytes in 0 blocks ==8004== possibly lost: 528 bytes in 2 blocks ==8004== still reachable: 2,253,077 bytes in 21,286 blocks ==8004== of which reachable via heuristic: ==8004== length64 : 592 bytes in 10 blocks ==8004== newarray : 5,976 bytes in 28 blocks ==8004== suppressed: 253,905 bytes in 3,977 blocks ==8004== Reachable blocks (those to which a pointer was found) are not shown. ==8004== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==8004== ==8004== For counts of detected and suppressed errors, rerun with: -v ==8004== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==8024== Memcheck, a memory error detector ==8024== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8024== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8024== Command: ./client-test Client::Sync::eds_event::testMerge ==8024== Parent PID: 7844 ==8024== ==8028== Memcheck, a memory error detector ==8028== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8028== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8028== Command: ./syncevo-local-sync ==8028== Parent PID: 7844 ==8028== ==8028== ==8028== HEAP SUMMARY: ==8028== in use at exit: 2,514,630 bytes in 25,321 blocks ==8028== total heap usage: 176,590 allocs, 151,269 frees, 33,915,649 bytes allocated ==8028== ==8028== LEAK SUMMARY: ==8028== definitely lost: 0 bytes in 0 blocks ==8028== indirectly lost: 0 bytes in 0 blocks ==8028== possibly lost: 528 bytes in 2 blocks ==8028== still reachable: 2,253,077 bytes in 21,286 blocks ==8028== of which reachable via heuristic: ==8028== length64 : 592 bytes in 10 blocks ==8028== newarray : 5,976 bytes in 28 blocks ==8028== suppressed: 253,913 bytes in 3,977 blocks ==8028== Reachable blocks (those to which a pointer was found) are not shown. ==8028== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==8028== ==8028== For counts of detected and suppressed errors, rerun with: -v ==8028== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==803== Memcheck, a memory error detector ==803== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==803== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==803== Command: ./client-test Client::Source::apple_caldav::LinkedItemsAllDay::testLinkedItemsRemoveParentFirst ==803== Parent PID: 799 ==803== ==8048== Memcheck, a memory error detector ==8048== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8048== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8048== Command: ./client-test Client::Sync::eds_event::testMerge ==8048== Parent PID: 7844 ==8048== ==8053== Memcheck, a memory error detector ==8053== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8053== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8053== Command: ./client-test Client::Sync::eds_event::testTwinning ==8053== Parent PID: 112 ==8053== ==8053== ==8053== HEAP SUMMARY: ==8053== in use at exit: 2,891,227 bytes in 30,008 blocks ==8053== total heap usage: 2,094,208 allocs, 2,064,141 frees, 277,960,890 bytes allocated ==8053== ==8053== LEAK SUMMARY: ==8053== definitely lost: 0 bytes in 0 blocks ==8053== indirectly lost: 0 bytes in 0 blocks ==8053== possibly lost: 1,392 bytes in 4 blocks ==8053== still reachable: 2,238,333 bytes in 21,425 blocks ==8053== of which reachable via heuristic: ==8053== length64 : 5,120 bytes in 80 blocks ==8053== newarray : 6,312 bytes in 49 blocks ==8053== suppressed: 581,406 bytes in 8,047 blocks ==8053== Reachable blocks (those to which a pointer was found) are not shown. ==8053== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==8053== ==8053== For counts of detected and suppressed errors, rerun with: -v ==8053== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==8080== Memcheck, a memory error detector ==8080== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8080== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8080== Command: ./syncevo-local-sync ==8080== Parent PID: 8053 ==8080== ==8080== ==8080== HEAP SUMMARY: ==8080== in use at exit: 2,514,606 bytes in 25,321 blocks ==8080== total heap usage: 175,753 allocs, 150,432 frees, 33,833,285 bytes allocated ==8080== ==8080== LEAK SUMMARY: ==8080== definitely lost: 0 bytes in 0 blocks ==8080== indirectly lost: 0 bytes in 0 blocks ==8080== possibly lost: 528 bytes in 2 blocks ==8080== still reachable: 2,253,077 bytes in 21,286 blocks ==8080== of which reachable via heuristic: ==8080== length64 : 592 bytes in 10 blocks ==8080== newarray : 5,976 bytes in 28 blocks ==8080== suppressed: 253,889 bytes in 3,977 blocks ==8080== Reachable blocks (those to which a pointer was found) are not shown. ==8080== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==8080== ==8080== For counts of detected and suppressed errors, rerun with: -v ==8080== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==8096== Memcheck, a memory error detector ==8096== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8096== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8096== Command: ./syncevo-local-sync ==8096== Parent PID: 8053 ==8096== ==8096== ==8096== HEAP SUMMARY: ==8096== in use at exit: 2,491,262 bytes in 25,307 blocks ==8096== total heap usage: 173,983 allocs, 148,676 frees, 33,672,628 bytes allocated ==8096== ==8096== LEAK SUMMARY: ==8096== definitely lost: 0 bytes in 0 blocks ==8096== indirectly lost: 0 bytes in 0 blocks ==8096== possibly lost: 528 bytes in 2 blocks ==8096== still reachable: 2,229,741 bytes in 21,272 blocks ==8096== of which reachable via heuristic: ==8096== length64 : 592 bytes in 10 blocks ==8096== newarray : 5,976 bytes in 28 blocks ==8096== suppressed: 253,881 bytes in 3,977 blocks ==8096== Reachable blocks (those to which a pointer was found) are not shown. ==8096== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==8096== ==8096== For counts of detected and suppressed errors, rerun with: -v ==8096== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==811== Memcheck, a memory error detector ==811== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==811== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==811== Command: ./client-test Client::Source::apple_caldav::LinkedItemsAllDay::testLinkedItemsRemoveParentFirst ==811== Parent PID: 799 ==811== ==8122== Memcheck, a memory error detector ==8122== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8122== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8122== Command: ./client-test Client::Sync::eds_event::testTwinning ==8122== Parent PID: 8053 ==8122== ==8130== Memcheck, a memory error detector ==8130== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8130== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8130== Command: ./syncevo-local-sync ==8130== Parent PID: 8053 ==8130== ==8130== ==8130== HEAP SUMMARY: ==8130== in use at exit: 2,491,286 bytes in 25,307 blocks ==8130== total heap usage: 306,598 allocs, 281,291 frees, 47,142,541 bytes allocated ==8130== ==8130== LEAK SUMMARY: ==8130== definitely lost: 0 bytes in 0 blocks ==8130== indirectly lost: 0 bytes in 0 blocks ==8130== possibly lost: 528 bytes in 2 blocks ==8130== still reachable: 2,229,741 bytes in 21,272 blocks ==8130== of which reachable via heuristic: ==8130== length64 : 592 bytes in 10 blocks ==8130== newarray : 5,976 bytes in 28 blocks ==8130== suppressed: 253,905 bytes in 3,977 blocks ==8130== Reachable blocks (those to which a pointer was found) are not shown. ==8130== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==8130== ==8130== For counts of detected and suppressed errors, rerun with: -v ==8130== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==8138== Memcheck, a memory error detector ==8138== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8138== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8138== Command: ./syncevo-local-sync ==8138== Parent PID: 8053 ==8138== ==8138== ==8138== HEAP SUMMARY: ==8138== in use at exit: 2,574,022 bytes in 25,553 blocks ==8138== total heap usage: 246,174 allocs, 220,621 frees, 41,156,264 bytes allocated ==8138== ==8138== LEAK SUMMARY: ==8138== definitely lost: 0 bytes in 0 blocks ==8138== indirectly lost: 0 bytes in 0 blocks ==8138== possibly lost: 528 bytes in 2 blocks ==8138== still reachable: 2,312,469 bytes in 21,518 blocks ==8138== of which reachable via heuristic: ==8138== length64 : 592 bytes in 10 blocks ==8138== newarray : 5,976 bytes in 28 blocks ==8138== suppressed: 253,913 bytes in 3,977 blocks ==8138== Reachable blocks (those to which a pointer was found) are not shown. ==8138== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==8138== ==8138== For counts of detected and suppressed errors, rerun with: -v ==8138== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==8146== Memcheck, a memory error detector ==8146== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8146== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8146== Command: ./syncevo-local-sync ==8146== Parent PID: 8053 ==8146== ==8146== ==8146== HEAP SUMMARY: ==8146== in use at exit: 2,574,006 bytes in 25,553 blocks ==8146== total heap usage: 245,215 allocs, 219,662 frees, 41,066,510 bytes allocated ==8146== ==8146== LEAK SUMMARY: ==8146== definitely lost: 0 bytes in 0 blocks ==8146== indirectly lost: 0 bytes in 0 blocks ==8146== possibly lost: 528 bytes in 2 blocks ==8146== still reachable: 2,312,469 bytes in 21,518 blocks ==8146== of which reachable via heuristic: ==8146== length64 : 592 bytes in 10 blocks ==8146== newarray : 5,976 bytes in 28 blocks ==8146== suppressed: 253,897 bytes in 3,977 blocks ==8146== Reachable blocks (those to which a pointer was found) are not shown. ==8146== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==8146== ==8146== For counts of detected and suppressed errors, rerun with: -v ==8146== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==8155== Memcheck, a memory error detector ==8155== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8155== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8155== Command: ./syncevo-local-sync ==8155== Parent PID: 8053 ==8155== ==8155== ==8155== HEAP SUMMARY: ==8155== in use at exit: 2,574,014 bytes in 25,553 blocks ==8155== total heap usage: 245,062 allocs, 219,509 frees, 41,025,239 bytes allocated ==8155== ==8155== LEAK SUMMARY: ==8155== definitely lost: 0 bytes in 0 blocks ==8155== indirectly lost: 0 bytes in 0 blocks ==8155== possibly lost: 528 bytes in 2 blocks ==8155== still reachable: 2,312,469 bytes in 21,518 blocks ==8155== of which reachable via heuristic: ==8155== length64 : 592 bytes in 10 blocks ==8155== newarray : 5,976 bytes in 28 blocks ==8155== suppressed: 253,905 bytes in 3,977 blocks ==8155== Reachable blocks (those to which a pointer was found) are not shown. ==8155== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==8155== ==8155== For counts of detected and suppressed errors, rerun with: -v ==8155== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==8175== Memcheck, a memory error detector ==8175== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8175== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8175== Command: ./client-test Client::Sync::eds_event::testTwinning ==8175== Parent PID: 8053 ==8175== ==8180== Memcheck, a memory error detector ==8180== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8180== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8180== Command: ./client-test Client::Sync::eds_event::testItems ==8180== Parent PID: 112 ==8180== ==8180== ==8180== HEAP SUMMARY: ==8180== in use at exit: 2,888,428 bytes in 29,940 blocks ==8180== total heap usage: 1,675,523 allocs, 1,645,526 frees, 211,596,367 bytes allocated ==8180== ==8180== LEAK SUMMARY: ==8180== definitely lost: 0 bytes in 0 blocks ==8180== indirectly lost: 0 bytes in 0 blocks ==8180== possibly lost: 1,392 bytes in 4 blocks ==8180== still reachable: 2,240,816 bytes in 21,467 blocks ==8180== of which reachable via heuristic: ==8180== length64 : 5,120 bytes in 80 blocks ==8180== newarray : 6,312 bytes in 49 blocks ==8180== suppressed: 576,124 bytes in 7,937 blocks ==8180== Reachable blocks (those to which a pointer was found) are not shown. ==8180== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==8180== ==8180== For counts of detected and suppressed errors, rerun with: -v ==8180== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==819== Memcheck, a memory error detector ==819== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==819== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==819== Command: ./client-test Client::Source::apple_caldav::LinkedItemsAllDay::testLinkedItemsRemoveNormal ==819== Parent PID: 112 ==819== ==819== ==819== HEAP SUMMARY: ==819== in use at exit: 474,895 bytes in 5,432 blocks ==819== total heap usage: 244,894 allocs, 239,396 frees, 34,296,036 bytes allocated ==819== ==819== LEAK SUMMARY: ==819== definitely lost: 0 bytes in 0 blocks ==819== indirectly lost: 0 bytes in 0 blocks ==819== possibly lost: 1,392 bytes in 4 blocks ==819== still reachable: 190,108 bytes in 1,059 blocks ==819== of which reachable via heuristic: ==819== length64 : 1,032 bytes in 18 blocks ==819== newarray : 5,976 bytes in 28 blocks ==819== suppressed: 271,875 bytes in 4,285 blocks ==819== Reachable blocks (those to which a pointer was found) are not shown. ==819== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==819== ==819== For counts of detected and suppressed errors, rerun with: -v ==819== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==8206== Memcheck, a memory error detector ==8206== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8206== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8206== Command: ./syncevo-local-sync ==8206== Parent PID: 8180 ==8206== ==8206== ==8206== HEAP SUMMARY: ==8206== in use at exit: 2,574,054 bytes in 25,553 blocks ==8206== total heap usage: 245,037 allocs, 219,484 frees, 41,003,667 bytes allocated ==8206== ==8206== LEAK SUMMARY: ==8206== definitely lost: 0 bytes in 0 blocks ==8206== indirectly lost: 0 bytes in 0 blocks ==8206== possibly lost: 528 bytes in 2 blocks ==8206== still reachable: 2,312,469 bytes in 21,518 blocks ==8206== of which reachable via heuristic: ==8206== length64 : 592 bytes in 10 blocks ==8206== newarray : 5,976 bytes in 28 blocks ==8206== suppressed: 253,945 bytes in 3,977 blocks ==8206== Reachable blocks (those to which a pointer was found) are not shown. ==8206== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==8206== ==8206== For counts of detected and suppressed errors, rerun with: -v ==8206== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==8222== Memcheck, a memory error detector ==8222== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8222== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8222== Command: ./syncevo-local-sync ==8222== Parent PID: 8180 ==8222== ==8222== ==8222== HEAP SUMMARY: ==8222== in use at exit: 2,545,598 bytes in 25,442 blocks ==8222== total heap usage: 199,633 allocs, 174,191 frees, 36,352,339 bytes allocated ==8222== ==8222== LEAK SUMMARY: ==8222== definitely lost: 0 bytes in 0 blocks ==8222== indirectly lost: 0 bytes in 0 blocks ==8222== possibly lost: 528 bytes in 2 blocks ==8222== still reachable: 2,284,053 bytes in 21,407 blocks ==8222== of which reachable via heuristic: ==8222== length64 : 592 bytes in 10 blocks ==8222== newarray : 5,976 bytes in 28 blocks ==8222== suppressed: 253,905 bytes in 3,977 blocks ==8222== Reachable blocks (those to which a pointer was found) are not shown. ==8222== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==8222== ==8222== For counts of detected and suppressed errors, rerun with: -v ==8222== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==823== Memcheck, a memory error detector ==823== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==823== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==823== Command: ./client-test Client::Source::apple_caldav::LinkedItemsAllDay::testLinkedItemsRemoveNormal ==823== Parent PID: 819 ==823== ==8248== Memcheck, a memory error detector ==8248== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8248== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8248== Command: ./client-test Client::Sync::eds_event::testItems ==8248== Parent PID: 8180 ==8248== ==8256== Memcheck, a memory error detector ==8256== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8256== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8256== Command: ./syncevo-local-sync ==8256== Parent PID: 8180 ==8256== ==8256== ==8256== HEAP SUMMARY: ==8256== in use at exit: 2,491,278 bytes in 25,307 blocks ==8256== total heap usage: 306,580 allocs, 281,273 frees, 47,140,935 bytes allocated ==8256== ==8256== LEAK SUMMARY: ==8256== definitely lost: 0 bytes in 0 blocks ==8256== indirectly lost: 0 bytes in 0 blocks ==8256== possibly lost: 528 bytes in 2 blocks ==8256== still reachable: 2,229,741 bytes in 21,272 blocks ==8256== of which reachable via heuristic: ==8256== length64 : 592 bytes in 10 blocks ==8256== newarray : 5,976 bytes in 28 blocks ==8256== suppressed: 253,897 bytes in 3,977 blocks ==8256== Reachable blocks (those to which a pointer was found) are not shown. ==8256== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==8256== ==8256== For counts of detected and suppressed errors, rerun with: -v ==8256== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==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: 8180 ==8264== ==8264== ==8264== HEAP SUMMARY: ==8264== in use at exit: 2,574,006 bytes in 25,553 blocks ==8264== total heap usage: 246,179 allocs, 220,626 frees, 41,166,135 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,312,469 bytes in 21,518 blocks ==8264== of which reachable via heuristic: ==8264== length64 : 592 bytes in 10 blocks ==8264== newarray : 5,976 bytes in 28 blocks ==8264== suppressed: 253,897 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) ==8285== Memcheck, a memory error detector ==8285== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8285== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8285== Command: ./client-test Client::Sync::eds_event::testItems ==8285== Parent PID: 8180 ==8285== ==8289== Memcheck, a memory error detector ==8289== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8289== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8289== Command: ./client-test Client::Sync::eds_event::testItemsXML ==8289== Parent PID: 112 ==8289== ==8289== ==8289== HEAP SUMMARY: ==8289== in use at exit: 2,888,545 bytes in 29,940 blocks ==8289== total heap usage: 1,675,739 allocs, 1,645,742 frees, 211,617,626 bytes allocated ==8289== ==8289== LEAK SUMMARY: ==8289== definitely lost: 0 bytes in 0 blocks ==8289== indirectly lost: 0 bytes in 0 blocks ==8289== possibly lost: 1,392 bytes in 4 blocks ==8289== still reachable: 2,239,292 bytes in 21,443 blocks ==8289== of which reachable via heuristic: ==8289== length64 : 5,120 bytes in 80 blocks ==8289== newarray : 6,312 bytes in 49 blocks ==8289== suppressed: 577,765 bytes in 7,961 blocks ==8289== Reachable blocks (those to which a pointer was found) are not shown. ==8289== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==8289== ==8289== For counts of detected and suppressed errors, rerun with: -v ==8289== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==831== Memcheck, a memory error detector ==831== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==831== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==831== Command: ./client-test Client::Source::apple_caldav::LinkedItemsAllDay::testLinkedItemsRemoveNormal ==831== Parent PID: 819 ==831== ==8315== Memcheck, a memory error detector ==8315== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8315== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8315== Command: ./syncevo-local-sync ==8315== Parent PID: 8289 ==8315== ==8315== ==8315== HEAP SUMMARY: ==8315== in use at exit: 2,573,958 bytes in 25,551 blocks ==8315== total heap usage: 245,051 allocs, 219,500 frees, 41,025,246 bytes allocated ==8315== ==8315== LEAK SUMMARY: ==8315== definitely lost: 0 bytes in 0 blocks ==8315== indirectly lost: 0 bytes in 0 blocks ==8315== possibly lost: 528 bytes in 2 blocks ==8315== still reachable: 2,312,469 bytes in 21,518 blocks ==8315== of which reachable via heuristic: ==8315== length64 : 592 bytes in 10 blocks ==8315== newarray : 5,976 bytes in 28 blocks ==8315== suppressed: 253,849 bytes in 3,975 blocks ==8315== Reachable blocks (those to which a pointer was found) are not shown. ==8315== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==8315== ==8315== For counts of detected and suppressed errors, rerun with: -v ==8315== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==8331== Memcheck, a memory error detector ==8331== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8331== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8331== Command: ./syncevo-local-sync ==8331== Parent PID: 8289 ==8331== ==8331== ==8331== HEAP SUMMARY: ==8331== in use at exit: 2,545,598 bytes in 25,442 blocks ==8331== total heap usage: 199,631 allocs, 174,189 frees, 36,352,353 bytes allocated ==8331== ==8331== LEAK SUMMARY: ==8331== definitely lost: 0 bytes in 0 blocks ==8331== indirectly lost: 0 bytes in 0 blocks ==8331== possibly lost: 528 bytes in 2 blocks ==8331== still reachable: 2,284,053 bytes in 21,407 blocks ==8331== of which reachable via heuristic: ==8331== length64 : 592 bytes in 10 blocks ==8331== newarray : 5,976 bytes in 28 blocks ==8331== suppressed: 253,905 bytes in 3,977 blocks ==8331== Reachable blocks (those to which a pointer was found) are not shown. ==8331== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==8331== ==8331== For counts of detected and suppressed errors, rerun with: -v ==8331== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==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_event::testItemsXML ==8357== Parent PID: 8289 ==8357== ==8365== Memcheck, a memory error detector ==8365== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8365== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8365== Command: ./syncevo-local-sync ==8365== Parent PID: 8289 ==8365== ==8365== ==8365== HEAP SUMMARY: ==8365== in use at exit: 2,491,270 bytes in 25,307 blocks ==8365== total heap usage: 306,588 allocs, 281,281 frees, 47,141,567 bytes allocated ==8365== ==8365== LEAK SUMMARY: ==8365== definitely lost: 0 bytes in 0 blocks ==8365== indirectly lost: 0 bytes in 0 blocks ==8365== possibly lost: 528 bytes in 2 blocks ==8365== still reachable: 2,229,741 bytes in 21,272 blocks ==8365== of which reachable via heuristic: ==8365== length64 : 592 bytes in 10 blocks ==8365== newarray : 5,976 bytes in 28 blocks ==8365== suppressed: 253,889 bytes in 3,977 blocks ==8365== Reachable blocks (those to which a pointer was found) are not shown. ==8365== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==8365== ==8365== For counts of detected and suppressed errors, rerun with: -v ==8365== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==8373== Memcheck, a memory error detector ==8373== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8373== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8373== Command: ./syncevo-local-sync ==8373== Parent PID: 8289 ==8373== ==8373== ==8373== HEAP SUMMARY: ==8373== in use at exit: 2,574,022 bytes in 25,553 blocks ==8373== total heap usage: 246,172 allocs, 220,619 frees, 41,166,135 bytes allocated ==8373== ==8373== LEAK SUMMARY: ==8373== definitely lost: 0 bytes in 0 blocks ==8373== indirectly lost: 0 bytes in 0 blocks ==8373== possibly lost: 528 bytes in 2 blocks ==8373== still reachable: 2,312,469 bytes in 21,518 blocks ==8373== of which reachable via heuristic: ==8373== length64 : 592 bytes in 10 blocks ==8373== newarray : 5,976 bytes in 28 blocks ==8373== suppressed: 253,913 bytes in 3,977 blocks ==8373== Reachable blocks (those to which a pointer was found) are not shown. ==8373== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==8373== ==8373== For counts of detected and suppressed errors, rerun with: -v ==8373== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==839== Memcheck, a memory error detector ==839== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==839== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==839== Command: ./client-test Client::Source::apple_caldav::LinkedItemsAllDay::testLinkedItemsInsertParentTwice ==839== Parent PID: 112 ==839== ==839== ==839== HEAP SUMMARY: ==839== in use at exit: 465,679 bytes in 5,396 blocks ==839== total heap usage: 224,030 allocs, 218,570 frees, 31,702,266 bytes allocated ==839== ==839== LEAK SUMMARY: ==839== definitely lost: 0 bytes in 0 blocks ==839== indirectly lost: 0 bytes in 0 blocks ==839== possibly lost: 1,392 bytes in 4 blocks ==839== still reachable: 180,892 bytes in 1,023 blocks ==839== of which reachable via heuristic: ==839== length64 : 1,032 bytes in 18 blocks ==839== newarray : 5,976 bytes in 28 blocks ==839== suppressed: 271,875 bytes in 4,285 blocks ==839== Reachable blocks (those to which a pointer was found) are not shown. ==839== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==839== ==839== For counts of detected and suppressed errors, rerun with: -v ==839== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==8394== Memcheck, a memory error detector ==8394== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8394== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8394== Command: ./client-test Client::Sync::eds_event::testItemsXML ==8394== Parent PID: 8289 ==8394== ==8398== Memcheck, a memory error detector ==8398== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8398== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8398== Command: ./client-test Client::Sync::eds_event::testMaxMsg ==8398== Parent PID: 112 ==8398== ==8398== ==8398== HEAP SUMMARY: ==8398== in use at exit: 2,883,412 bytes in 29,853 blocks ==8398== total heap usage: 1,690,009 allocs, 1,660,099 frees, 236,412,243 bytes allocated ==8398== ==8398== LEAK SUMMARY: ==8398== definitely lost: 0 bytes in 0 blocks ==8398== indirectly lost: 0 bytes in 0 blocks ==8398== possibly lost: 1,392 bytes in 4 blocks ==8398== still reachable: 2,237,605 bytes in 21,416 blocks ==8398== of which reachable via heuristic: ==8398== length64 : 5,120 bytes in 80 blocks ==8398== newarray : 6,312 bytes in 49 blocks ==8398== suppressed: 574,319 bytes in 7,901 blocks ==8398== Reachable blocks (those to which a pointer was found) are not shown. ==8398== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==8398== ==8398== For counts of detected and suppressed errors, rerun with: -v ==8398== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==8424== Memcheck, a memory error detector ==8424== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8424== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8424== Command: ./syncevo-local-sync ==8424== Parent PID: 8398 ==8424== ==8424== ==8424== HEAP SUMMARY: ==8424== in use at exit: 2,574,006 bytes in 25,553 blocks ==8424== total heap usage: 245,057 allocs, 219,504 frees, 41,025,650 bytes allocated ==8424== ==8424== LEAK SUMMARY: ==8424== definitely lost: 0 bytes in 0 blocks ==8424== indirectly lost: 0 bytes in 0 blocks ==8424== possibly lost: 528 bytes in 2 blocks ==8424== still reachable: 2,312,469 bytes in 21,518 blocks ==8424== of which reachable via heuristic: ==8424== length64 : 592 bytes in 10 blocks ==8424== newarray : 5,976 bytes in 28 blocks ==8424== suppressed: 253,897 bytes in 3,977 blocks ==8424== Reachable blocks (those to which a pointer was found) are not shown. ==8424== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==8424== ==8424== For counts of detected and suppressed errors, rerun with: -v ==8424== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==843== Memcheck, a memory error detector ==843== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==843== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==843== Command: ./client-test Client::Source::apple_caldav::LinkedItemsAllDay::testLinkedItemsInsertParentTwice ==843== Parent PID: 839 ==843== ==8440== Memcheck, a memory error detector ==8440== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8440== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8440== Command: ./syncevo-local-sync ==8440== Parent PID: 8398 ==8440== ==8440== ==8440== HEAP SUMMARY: ==8440== in use at exit: 2,545,582 bytes in 25,442 blocks ==8440== total heap usage: 199,629 allocs, 174,187 frees, 36,351,993 bytes allocated ==8440== ==8440== LEAK SUMMARY: ==8440== definitely lost: 0 bytes in 0 blocks ==8440== indirectly lost: 0 bytes in 0 blocks ==8440== possibly lost: 528 bytes in 2 blocks ==8440== still reachable: 2,284,053 bytes in 21,407 blocks ==8440== of which reachable via heuristic: ==8440== length64 : 592 bytes in 10 blocks ==8440== newarray : 5,976 bytes in 28 blocks ==8440== suppressed: 253,889 bytes in 3,977 blocks ==8440== Reachable blocks (those to which a pointer was found) are not shown. ==8440== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==8440== ==8440== For counts of detected and suppressed errors, rerun with: -v ==8440== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==8452== Memcheck, a memory error detector ==8452== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8452== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8452== Command: ./syncevo-local-sync ==8452== Parent PID: 8398 ==8452== ==8452== ==8452== HEAP SUMMARY: ==8452== in use at exit: 2,491,238 bytes in 25,305 blocks ==8452== total heap usage: 352,245 allocs, 326,940 frees, 53,286,876 bytes allocated ==8452== ==8452== LEAK SUMMARY: ==8452== definitely lost: 0 bytes in 0 blocks ==8452== indirectly lost: 0 bytes in 0 blocks ==8452== possibly lost: 528 bytes in 2 blocks ==8452== still reachable: 2,229,741 bytes in 21,272 blocks ==8452== of which reachable via heuristic: ==8452== length64 : 592 bytes in 10 blocks ==8452== newarray : 5,976 bytes in 28 blocks ==8452== suppressed: 253,857 bytes in 3,975 blocks ==8452== Reachable blocks (those to which a pointer was found) are not shown. ==8452== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==8452== ==8452== For counts of detected and suppressed errors, rerun with: -v ==8452== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==8460== Memcheck, a memory error detector ==8460== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8460== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8460== Command: ./syncevo-local-sync ==8460== Parent PID: 8398 ==8460== ==8460== ==8460== HEAP SUMMARY: ==8460== in use at exit: 2,597,310 bytes in 25,644 blocks ==8460== total heap usage: 278,539 allocs, 252,895 frees, 63,409,045 bytes allocated ==8460== ==8460== LEAK SUMMARY: ==8460== definitely lost: 0 bytes in 0 blocks ==8460== indirectly lost: 0 bytes in 0 blocks ==8460== possibly lost: 528 bytes in 2 blocks ==8460== still reachable: 2,335,765 bytes in 21,609 blocks ==8460== of which reachable via heuristic: ==8460== length64 : 592 bytes in 10 blocks ==8460== newarray : 5,976 bytes in 28 blocks ==8460== suppressed: 253,905 bytes in 3,977 blocks ==8460== Reachable blocks (those to which a pointer was found) are not shown. ==8460== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==8460== ==8460== For counts of detected and suppressed errors, rerun with: -v ==8460== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==8481== Memcheck, a memory error detector ==8481== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8481== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8481== Command: ./client-test Client::Sync::eds_event::testMaxMsg ==8481== Parent PID: 8398 ==8481== ==8485== Memcheck, a memory error detector ==8485== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8485== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8485== Command: ./client-test Client::Sync::eds_event::testLargeObject ==8485== Parent PID: 112 ==8485== ==8485== ==8485== HEAP SUMMARY: ==8485== in use at exit: 2,897,416 bytes in 30,093 blocks ==8485== total heap usage: 1,773,521 allocs, 1,743,371 frees, 230,444,413 bytes allocated ==8485== ==8485== LEAK SUMMARY: ==8485== definitely lost: 0 bytes in 0 blocks ==8485== indirectly lost: 0 bytes in 0 blocks ==8485== possibly lost: 1,392 bytes in 4 blocks ==8485== still reachable: 2,246,524 bytes in 21,567 blocks ==8485== of which reachable via heuristic: ==8485== length64 : 5,120 bytes in 80 blocks ==8485== newarray : 6,312 bytes in 49 blocks ==8485== suppressed: 579,236 bytes in 7,988 blocks ==8485== Reachable blocks (those to which a pointer was found) are not shown. ==8485== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==8485== ==8485== For counts of detected and suppressed errors, rerun with: -v ==8485== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==851== Memcheck, a memory error detector ==851== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==851== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==851== Command: ./client-test Client::Source::apple_caldav::LinkedItemsAllDay::testLinkedItemsInsertParentTwice ==851== Parent PID: 839 ==851== ==8511== Memcheck, a memory error detector ==8511== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8511== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8511== Command: ./syncevo-local-sync ==8511== Parent PID: 8485 ==8511== ==8511== ==8511== HEAP SUMMARY: ==8511== in use at exit: 2,597,238 bytes in 25,642 blocks ==8511== total heap usage: 278,382 allocs, 252,740 frees, 46,165,719 bytes allocated ==8511== ==8511== LEAK SUMMARY: ==8511== definitely lost: 0 bytes in 0 blocks ==8511== indirectly lost: 0 bytes in 0 blocks ==8511== possibly lost: 528 bytes in 2 blocks ==8511== still reachable: 2,335,765 bytes in 21,609 blocks ==8511== of which reachable via heuristic: ==8511== length64 : 592 bytes in 10 blocks ==8511== newarray : 5,976 bytes in 28 blocks ==8511== suppressed: 253,833 bytes in 3,975 blocks ==8511== Reachable blocks (those to which a pointer was found) are not shown. ==8511== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==8511== ==8511== For counts of detected and suppressed errors, rerun with: -v ==8511== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==8527== Memcheck, a memory error detector ==8527== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8527== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8527== Command: ./syncevo-local-sync ==8527== Parent PID: 8485 ==8527== ==8527== ==8527== HEAP SUMMARY: ==8527== in use at exit: 2,491,286 bytes in 25,307 blocks ==8527== total heap usage: 203,343 allocs, 178,036 frees, 36,685,418 bytes allocated ==8527== ==8527== LEAK SUMMARY: ==8527== definitely lost: 0 bytes in 0 blocks ==8527== indirectly lost: 0 bytes in 0 blocks ==8527== possibly lost: 528 bytes in 2 blocks ==8527== still reachable: 2,229,741 bytes in 21,272 blocks ==8527== of which reachable via heuristic: ==8527== length64 : 592 bytes in 10 blocks ==8527== newarray : 5,976 bytes in 28 blocks ==8527== suppressed: 253,905 bytes in 3,977 blocks ==8527== Reachable blocks (those to which a pointer was found) are not shown. ==8527== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==8527== ==8527== For counts of detected and suppressed errors, rerun with: -v ==8527== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==8539== Memcheck, a memory error detector ==8539== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8539== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8539== Command: ./syncevo-local-sync ==8539== Parent PID: 8485 ==8539== ==8539== ==8539== HEAP SUMMARY: ==8539== in use at exit: 2,491,270 bytes in 25,307 blocks ==8539== total heap usage: 352,234 allocs, 326,927 frees, 53,286,422 bytes allocated ==8539== ==8539== LEAK SUMMARY: ==8539== definitely lost: 0 bytes in 0 blocks ==8539== indirectly lost: 0 bytes in 0 blocks ==8539== possibly lost: 528 bytes in 2 blocks ==8539== still reachable: 2,229,741 bytes in 21,272 blocks ==8539== of which reachable via heuristic: ==8539== length64 : 592 bytes in 10 blocks ==8539== newarray : 5,976 bytes in 28 blocks ==8539== suppressed: 253,889 bytes in 3,977 blocks ==8539== Reachable blocks (those to which a pointer was found) are not shown. ==8539== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==8539== ==8539== For counts of detected and suppressed errors, rerun with: -v ==8539== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==8547== Memcheck, a memory error detector ==8547== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8547== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8547== Command: ./syncevo-local-sync ==8547== Parent PID: 8485 ==8547== ==8547== ==8547== HEAP SUMMARY: ==8547== in use at exit: 2,597,302 bytes in 25,644 blocks ==8547== total heap usage: 287,023 allocs, 261,379 frees, 44,178,740 bytes allocated ==8547== ==8547== LEAK SUMMARY: ==8547== definitely lost: 0 bytes in 0 blocks ==8547== indirectly lost: 0 bytes in 0 blocks ==8547== possibly lost: 528 bytes in 2 blocks ==8547== still reachable: 2,335,765 bytes in 21,609 blocks ==8547== of which reachable via heuristic: ==8547== length64 : 592 bytes in 10 blocks ==8547== newarray : 5,976 bytes in 28 blocks ==8547== suppressed: 253,897 bytes in 3,977 blocks ==8547== Reachable blocks (those to which a pointer was found) are not shown. ==8547== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==8547== ==8547== For counts of detected and suppressed errors, rerun with: -v ==8547== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==8568== Memcheck, a memory error detector ==8568== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8568== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8568== Command: ./client-test Client::Sync::eds_event::testLargeObject ==8568== Parent PID: 8485 ==8568== ==8573== Memcheck, a memory error detector ==8573== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8573== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8573== Command: ./client-test Client::Sync::eds_event::testOneWayFromServer ==8573== Parent PID: 112 ==8573== ==8573== ==8573== HEAP SUMMARY: ==8573== in use at exit: 2,889,085 bytes in 29,966 blocks ==8573== total heap usage: 2,231,969 allocs, 2,201,942 frees, 313,977,933 bytes allocated ==8573== ==8573== LEAK SUMMARY: ==8573== definitely lost: 0 bytes in 0 blocks ==8573== indirectly lost: 0 bytes in 0 blocks ==8573== possibly lost: 1,392 bytes in 4 blocks ==8573== still reachable: 2,238,133 bytes in 21,421 blocks ==8573== of which reachable via heuristic: ==8573== length64 : 5,120 bytes in 80 blocks ==8573== newarray : 6,312 bytes in 49 blocks ==8573== suppressed: 579,464 bytes in 8,009 blocks ==8573== Reachable blocks (those to which a pointer was found) are not shown. ==8573== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==8573== ==8573== For counts of detected and suppressed errors, rerun with: -v ==8573== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==859== Memcheck, a memory error detector ==859== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==859== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==859== Command: ./client-test Client::Source::apple_caldav::LinkedItemsAllDay::testLinkedItemsInsertChildTwice ==859== Parent PID: 112 ==859== ==859== ==859== HEAP SUMMARY: ==859== in use at exit: 465,687 bytes in 5,396 blocks ==859== total heap usage: 224,057 allocs, 218,597 frees, 31,683,317 bytes allocated ==859== ==859== LEAK SUMMARY: ==859== definitely lost: 0 bytes in 0 blocks ==859== indirectly lost: 0 bytes in 0 blocks ==859== possibly lost: 1,392 bytes in 4 blocks ==859== still reachable: 180,828 bytes in 1,022 blocks ==859== of which reachable via heuristic: ==859== length64 : 1,032 bytes in 18 blocks ==859== newarray : 5,976 bytes in 28 blocks ==859== suppressed: 271,947 bytes in 4,286 blocks ==859== Reachable blocks (those to which a pointer was found) are not shown. ==859== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==859== ==859== For counts of detected and suppressed errors, rerun with: -v ==859== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==8599== Memcheck, a memory error detector ==8599== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8599== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8599== Command: ./syncevo-local-sync ==8599== Parent PID: 8573 ==8599== ==8599== ==8599== HEAP SUMMARY: ==8599== in use at exit: 2,597,334 bytes in 25,644 blocks ==8599== total heap usage: 278,362 allocs, 252,718 frees, 46,164,697 bytes allocated ==8599== ==8599== LEAK SUMMARY: ==8599== definitely lost: 0 bytes in 0 blocks ==8599== indirectly lost: 0 bytes in 0 blocks ==8599== possibly lost: 528 bytes in 2 blocks ==8599== still reachable: 2,335,765 bytes in 21,609 blocks ==8599== of which reachable via heuristic: ==8599== length64 : 592 bytes in 10 blocks ==8599== newarray : 5,976 bytes in 28 blocks ==8599== suppressed: 253,929 bytes in 3,977 blocks ==8599== Reachable blocks (those to which a pointer was found) are not shown. ==8599== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==8599== ==8599== For counts of detected and suppressed errors, rerun with: -v ==8599== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==8615== Memcheck, a memory error detector ==8615== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8615== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8615== Command: ./syncevo-local-sync ==8615== Parent PID: 8573 ==8615== ==8615== ==8615== HEAP SUMMARY: ==8615== in use at exit: 2,491,286 bytes in 25,307 blocks ==8615== total heap usage: 203,343 allocs, 178,036 frees, 36,685,934 bytes allocated ==8615== ==8615== LEAK SUMMARY: ==8615== definitely lost: 0 bytes in 0 blocks ==8615== indirectly lost: 0 bytes in 0 blocks ==8615== possibly lost: 528 bytes in 2 blocks ==8615== still reachable: 2,229,741 bytes in 21,272 blocks ==8615== of which reachable via heuristic: ==8615== length64 : 592 bytes in 10 blocks ==8615== newarray : 5,976 bytes in 28 blocks ==8615== suppressed: 253,905 bytes in 3,977 blocks ==8615== Reachable blocks (those to which a pointer was found) are not shown. ==8615== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==8615== ==8615== For counts of detected and suppressed errors, rerun with: -v ==8615== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==8623== Memcheck, a memory error detector ==8623== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8623== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8623== Command: ./syncevo-local-sync ==8623== Parent PID: 8573 ==8623== ==8623== ==8623== HEAP SUMMARY: ==8623== in use at exit: 2,491,278 bytes in 25,307 blocks ==8623== total heap usage: 174,391 allocs, 149,084 frees, 33,685,285 bytes allocated ==8623== ==8623== LEAK SUMMARY: ==8623== definitely lost: 0 bytes in 0 blocks ==8623== indirectly lost: 0 bytes in 0 blocks ==8623== possibly lost: 528 bytes in 2 blocks ==8623== still reachable: 2,229,741 bytes in 21,272 blocks ==8623== of which reachable via heuristic: ==8623== length64 : 592 bytes in 10 blocks ==8623== newarray : 5,976 bytes in 28 blocks ==8623== suppressed: 253,897 bytes in 3,977 blocks ==8623== Reachable blocks (those to which a pointer was found) are not shown. ==8623== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==8623== ==8623== For counts of detected and suppressed errors, rerun with: -v ==8623== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==863== Memcheck, a memory error detector ==863== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==863== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==863== Command: ./client-test Client::Source::apple_caldav::LinkedItemsAllDay::testLinkedItemsInsertChildTwice ==863== Parent PID: 859 ==863== ==8644== Memcheck, a memory error detector ==8644== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8644== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8644== Command: ./syncevo-local-sync ==8644== Parent PID: 8573 ==8644== ==8644== ==8644== HEAP SUMMARY: ==8644== in use at exit: 2,491,278 bytes in 25,307 blocks ==8644== total heap usage: 179,112 allocs, 153,805 frees, 34,161,359 bytes allocated ==8644== ==8644== LEAK SUMMARY: ==8644== definitely lost: 0 bytes in 0 blocks ==8644== indirectly lost: 0 bytes in 0 blocks ==8644== possibly lost: 528 bytes in 2 blocks ==8644== still reachable: 2,229,741 bytes in 21,272 blocks ==8644== of which reachable via heuristic: ==8644== length64 : 592 bytes in 10 blocks ==8644== newarray : 5,976 bytes in 28 blocks ==8644== suppressed: 253,897 bytes in 3,977 blocks ==8644== Reachable blocks (those to which a pointer was found) are not shown. ==8644== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==8644== ==8644== For counts of detected and suppressed errors, rerun with: -v ==8644== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==8664== Memcheck, a memory error detector ==8664== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8664== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8664== Command: ./syncevo-local-sync ==8664== Parent PID: 8573 ==8664== ==8664== ==8664== HEAP SUMMARY: ==8664== in use at exit: 2,514,358 bytes in 25,320 blocks ==8664== total heap usage: 177,173 allocs, 151,853 frees, 34,033,587 bytes allocated ==8664== ==8664== LEAK SUMMARY: ==8664== definitely lost: 0 bytes in 0 blocks ==8664== indirectly lost: 0 bytes in 0 blocks ==8664== possibly lost: 528 bytes in 2 blocks ==8664== still reachable: 2,252,821 bytes in 21,285 blocks ==8664== of which reachable via heuristic: ==8664== length64 : 592 bytes in 10 blocks ==8664== newarray : 5,976 bytes in 28 blocks ==8664== suppressed: 253,897 bytes in 3,977 blocks ==8664== Reachable blocks (those to which a pointer was found) are not shown. ==8664== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==8664== ==8664== For counts of detected and suppressed errors, rerun with: -v ==8664== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==8676== Memcheck, a memory error detector ==8676== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8676== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8676== Command: ./syncevo-local-sync ==8676== Parent PID: 8573 ==8676== ==8676== ==8676== HEAP SUMMARY: ==8676== in use at exit: 3,216,886 bytes in 27,629 blocks ==8676== total heap usage: 170,846 allocs, 143,217 frees, 32,521,822 bytes allocated ==8676== ==8676== LEAK SUMMARY: ==8676== definitely lost: 0 bytes in 0 blocks ==8676== indirectly lost: 0 bytes in 0 blocks ==8676== possibly lost: 528 bytes in 2 blocks ==8676== still reachable: 2,955,333 bytes in 23,594 blocks ==8676== of which reachable via heuristic: ==8676== length64 : 592 bytes in 10 blocks ==8676== newarray : 12,912 bytes in 223 blocks ==8676== suppressed: 253,913 bytes in 3,977 blocks ==8676== Reachable blocks (those to which a pointer was found) are not shown. ==8676== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==8676== ==8676== For counts of detected and suppressed errors, rerun with: -v ==8676== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==8700== Memcheck, a memory error detector ==8700== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8700== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8700== Command: ./syncevo-local-sync ==8700== Parent PID: 8573 ==8700== ==8700== ==8700== HEAP SUMMARY: ==8700== in use at exit: 2,491,238 bytes in 25,305 blocks ==8700== total heap usage: 174,008 allocs, 148,703 frees, 33,632,614 bytes allocated ==8700== ==8700== LEAK SUMMARY: ==8700== definitely lost: 0 bytes in 0 blocks ==8700== indirectly lost: 0 bytes in 0 blocks ==8700== possibly lost: 528 bytes in 2 blocks ==8700== still reachable: 2,229,741 bytes in 21,272 blocks ==8700== of which reachable via heuristic: ==8700== length64 : 592 bytes in 10 blocks ==8700== newarray : 5,976 bytes in 28 blocks ==8700== suppressed: 253,857 bytes in 3,975 blocks ==8700== Reachable blocks (those to which a pointer was found) are not shown. ==8700== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==8700== ==8700== For counts of detected and suppressed errors, rerun with: -v ==8700== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==871== Memcheck, a memory error detector ==871== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==871== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==871== Command: ./client-test Client::Source::apple_caldav::LinkedItemsAllDay::testLinkedItemsInsertChildTwice ==871== Parent PID: 859 ==871== ==8712== Memcheck, a memory error detector ==8712== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8712== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8712== Command: ./syncevo-local-sync ==8712== Parent PID: 8573 ==8712== ==8712== ==8712== HEAP SUMMARY: ==8712== in use at exit: 2,491,278 bytes in 25,307 blocks ==8712== total heap usage: 173,669 allocs, 148,362 frees, 33,647,593 bytes allocated ==8712== ==8712== LEAK SUMMARY: ==8712== definitely lost: 0 bytes in 0 blocks ==8712== indirectly lost: 0 bytes in 0 blocks ==8712== possibly lost: 528 bytes in 2 blocks ==8712== still reachable: 2,229,741 bytes in 21,272 blocks ==8712== of which reachable via heuristic: ==8712== length64 : 592 bytes in 10 blocks ==8712== newarray : 5,976 bytes in 28 blocks ==8712== suppressed: 253,897 bytes in 3,977 blocks ==8712== Reachable blocks (those to which a pointer was found) are not shown. ==8712== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==8712== ==8712== For counts of detected and suppressed errors, rerun with: -v ==8712== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==8724== Memcheck, a memory error detector ==8724== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8724== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8724== Command: ./client-test Client::Sync::eds_event::testOneWayFromClient ==8724== Parent PID: 112 ==8724== ==8724== ==8724== HEAP SUMMARY: ==8724== in use at exit: 2,890,217 bytes in 29,965 blocks ==8724== total heap usage: 2,150,726 allocs, 2,120,699 frees, 315,921,917 bytes allocated ==8724== ==8724== LEAK SUMMARY: ==8724== definitely lost: 0 bytes in 0 blocks ==8724== indirectly lost: 0 bytes in 0 blocks ==8724== possibly lost: 1,392 bytes in 4 blocks ==8724== still reachable: 2,240,720 bytes in 21,466 blocks ==8724== of which reachable via heuristic: ==8724== length64 : 5,120 bytes in 80 blocks ==8724== newarray : 6,312 bytes in 49 blocks ==8724== suppressed: 578,009 bytes in 7,963 blocks ==8724== Reachable blocks (those to which a pointer was found) are not shown. ==8724== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==8724== ==8724== For counts of detected and suppressed errors, rerun with: -v ==8724== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==8750== Memcheck, a memory error detector ==8750== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8750== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8750== Command: ./syncevo-local-sync ==8750== Parent PID: 8724 ==8750== ==8750== ==8750== HEAP SUMMARY: ==8750== in use at exit: 2,491,270 bytes in 25,307 blocks ==8750== total heap usage: 171,798 allocs, 146,491 frees, 33,386,529 bytes allocated ==8750== ==8750== LEAK SUMMARY: ==8750== definitely lost: 0 bytes in 0 blocks ==8750== indirectly lost: 0 bytes in 0 blocks ==8750== possibly lost: 528 bytes in 2 blocks ==8750== still reachable: 2,229,741 bytes in 21,272 blocks ==8750== of which reachable via heuristic: ==8750== length64 : 592 bytes in 10 blocks ==8750== newarray : 5,976 bytes in 28 blocks ==8750== suppressed: 253,889 bytes in 3,977 blocks ==8750== Reachable blocks (those to which a pointer was found) are not shown. ==8750== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==8750== ==8750== For counts of detected and suppressed errors, rerun with: -v ==8750== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==8766== Memcheck, a memory error detector ==8766== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8766== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8766== Command: ./syncevo-local-sync ==8766== Parent PID: 8724 ==8766== ==8766== ==8766== HEAP SUMMARY: ==8766== in use at exit: 3,214,011 bytes in 27,622 blocks ==8766== total heap usage: 170,478 allocs, 142,856 frees, 32,479,627 bytes allocated ==8766== ==8766== LEAK SUMMARY: ==8766== definitely lost: 0 bytes in 0 blocks ==8766== indirectly lost: 0 bytes in 0 blocks ==8766== possibly lost: 528 bytes in 2 blocks ==8766== still reachable: 2,952,442 bytes in 23,587 blocks ==8766== of which reachable via heuristic: ==8766== length64 : 592 bytes in 10 blocks ==8766== newarray : 12,912 bytes in 223 blocks ==8766== suppressed: 253,929 bytes in 3,977 blocks ==8766== Reachable blocks (those to which a pointer was found) are not shown. ==8766== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==8766== ==8766== For counts of detected and suppressed errors, rerun with: -v ==8766== 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: ./syncevo-local-sync ==8783== Parent PID: 8724 ==8783== ==8783== ==8783== HEAP SUMMARY: ==8783== in use at exit: 2,491,214 bytes in 25,305 blocks ==8783== total heap usage: 171,806 allocs, 146,501 frees, 33,387,139 bytes allocated ==8783== ==8783== LEAK SUMMARY: ==8783== definitely lost: 0 bytes in 0 blocks ==8783== indirectly lost: 0 bytes in 0 blocks ==8783== possibly lost: 528 bytes in 2 blocks ==8783== still reachable: 2,229,741 bytes in 21,272 blocks ==8783== of which reachable via heuristic: ==8783== length64 : 592 bytes in 10 blocks ==8783== newarray : 5,976 bytes in 28 blocks ==8783== suppressed: 253,833 bytes in 3,975 blocks ==8783== Reachable blocks (those to which a pointer was found) are not shown. ==8783== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==8783== ==8783== For counts of detected and suppressed errors, rerun with: -v ==8783== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==879== Memcheck, a memory error detector ==879== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==879== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==879== Command: ./client-test Client::Source::apple_caldav::LinkedItemsAllDay::testLinkedItemsParentUpdate ==879== Parent PID: 112 ==879== ==879== ==879== HEAP SUMMARY: ==879== in use at exit: 465,695 bytes in 5,396 blocks ==879== total heap usage: 214,333 allocs, 208,874 frees, 30,793,030 bytes allocated ==879== ==879== LEAK SUMMARY: ==879== definitely lost: 0 bytes in 0 blocks ==879== indirectly lost: 0 bytes in 0 blocks ==879== possibly lost: 1,392 bytes in 4 blocks ==879== still reachable: 180,892 bytes in 1,023 blocks ==879== of which reachable via heuristic: ==879== length64 : 1,032 bytes in 18 blocks ==879== newarray : 5,976 bytes in 28 blocks ==879== suppressed: 271,891 bytes in 4,285 blocks ==879== Reachable blocks (those to which a pointer was found) are not shown. ==879== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==879== ==879== For counts of detected and suppressed errors, rerun with: -v ==879== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==8799== Memcheck, a memory error detector ==8799== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8799== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8799== Command: ./syncevo-local-sync ==8799== Parent PID: 8724 ==8799== ==8799== ==8799== HEAP SUMMARY: ==8799== in use at exit: 3,213,995 bytes in 27,622 blocks ==8799== total heap usage: 170,483 allocs, 142,861 frees, 32,480,221 bytes allocated ==8799== ==8799== LEAK SUMMARY: ==8799== definitely lost: 0 bytes in 0 blocks ==8799== indirectly lost: 0 bytes in 0 blocks ==8799== possibly lost: 528 bytes in 2 blocks ==8799== still reachable: 2,952,442 bytes in 23,587 blocks ==8799== of which reachable via heuristic: ==8799== length64 : 592 bytes in 10 blocks ==8799== newarray : 12,912 bytes in 223 blocks ==8799== suppressed: 253,913 bytes in 3,977 blocks ==8799== Reachable blocks (those to which a pointer was found) are not shown. ==8799== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==8799== ==8799== For counts of detected and suppressed errors, rerun with: -v ==8799== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==8819== Memcheck, a memory error detector ==8819== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8819== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8819== Command: ./syncevo-local-sync ==8819== Parent PID: 8724 ==8819== ==8819== ==8819== HEAP SUMMARY: ==8819== in use at exit: 2,491,214 bytes in 25,305 blocks ==8819== total heap usage: 179,029 allocs, 153,724 frees, 34,134,763 bytes allocated ==8819== ==8819== LEAK SUMMARY: ==8819== definitely lost: 0 bytes in 0 blocks ==8819== indirectly lost: 0 bytes in 0 blocks ==8819== possibly lost: 528 bytes in 2 blocks ==8819== still reachable: 2,229,741 bytes in 21,272 blocks ==8819== of which reachable via heuristic: ==8819== length64 : 592 bytes in 10 blocks ==8819== newarray : 5,976 bytes in 28 blocks ==8819== suppressed: 253,833 bytes in 3,975 blocks ==8819== Reachable blocks (those to which a pointer was found) are not shown. ==8819== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==8819== ==8819== For counts of detected and suppressed errors, rerun with: -v ==8819== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==883== Memcheck, a memory error detector ==883== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==883== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==883== Command: ./client-test Client::Source::apple_caldav::LinkedItemsAllDay::testLinkedItemsParentUpdate ==883== Parent PID: 879 ==883== ==8839== Memcheck, a memory error detector ==8839== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8839== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8839== Command: ./syncevo-local-sync ==8839== Parent PID: 8724 ==8839== ==8839== ==8839== HEAP SUMMARY: ==8839== in use at exit: 2,514,294 bytes in 25,318 blocks ==8839== total heap usage: 179,667 allocs, 154,349 frees, 34,232,605 bytes allocated ==8839== ==8839== LEAK SUMMARY: ==8839== definitely lost: 0 bytes in 0 blocks ==8839== indirectly lost: 0 bytes in 0 blocks ==8839== possibly lost: 528 bytes in 2 blocks ==8839== still reachable: 2,252,821 bytes in 21,285 blocks ==8839== of which reachable via heuristic: ==8839== length64 : 592 bytes in 10 blocks ==8839== newarray : 5,976 bytes in 28 blocks ==8839== suppressed: 253,833 bytes in 3,975 blocks ==8839== Reachable blocks (those to which a pointer was found) are not shown. ==8839== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==8839== ==8839== For counts of detected and suppressed errors, rerun with: -v ==8839== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==8851== Memcheck, a memory error detector ==8851== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8851== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8851== Command: ./syncevo-local-sync ==8851== Parent PID: 8724 ==8851== ==8851== ==8851== HEAP SUMMARY: ==8851== in use at exit: 2,514,358 bytes in 25,320 blocks ==8851== total heap usage: 178,113 allocs, 152,793 frees, 34,120,015 bytes allocated ==8851== ==8851== LEAK SUMMARY: ==8851== definitely lost: 0 bytes in 0 blocks ==8851== indirectly lost: 0 bytes in 0 blocks ==8851== possibly lost: 528 bytes in 2 blocks ==8851== still reachable: 2,252,821 bytes in 21,285 blocks ==8851== of which reachable via heuristic: ==8851== length64 : 592 bytes in 10 blocks ==8851== newarray : 5,976 bytes in 28 blocks ==8851== suppressed: 253,897 bytes in 3,977 blocks ==8851== Reachable blocks (those to which a pointer was found) are not shown. ==8851== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==8851== ==8851== For counts of detected and suppressed errors, rerun with: -v ==8851== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==8875== Memcheck, a memory error detector ==8875== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8875== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8875== Command: ./syncevo-local-sync ==8875== Parent PID: 8724 ==8875== ==8875== ==8875== HEAP SUMMARY: ==8875== in use at exit: 2,491,270 bytes in 25,307 blocks ==8875== total heap usage: 174,100 allocs, 148,793 frees, 33,661,875 bytes allocated ==8875== ==8875== LEAK SUMMARY: ==8875== definitely lost: 0 bytes in 0 blocks ==8875== indirectly lost: 0 bytes in 0 blocks ==8875== possibly lost: 528 bytes in 2 blocks ==8875== still reachable: 2,229,741 bytes in 21,272 blocks ==8875== of which reachable via heuristic: ==8875== length64 : 592 bytes in 10 blocks ==8875== newarray : 5,976 bytes in 28 blocks ==8875== suppressed: 253,889 bytes in 3,977 blocks ==8875== Reachable blocks (those to which a pointer was found) are not shown. ==8875== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==8875== ==8875== For counts of detected and suppressed errors, rerun with: -v ==8875== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==8887== Memcheck, a memory error detector ==8887== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8887== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8887== Command: ./syncevo-local-sync ==8887== Parent PID: 8724 ==8887== ==8887== ==8887== HEAP SUMMARY: ==8887== in use at exit: 2,491,286 bytes in 25,307 blocks ==8887== total heap usage: 174,081 allocs, 148,774 frees, 33,677,149 bytes allocated ==8887== ==8887== LEAK SUMMARY: ==8887== definitely lost: 0 bytes in 0 blocks ==8887== indirectly lost: 0 bytes in 0 blocks ==8887== possibly lost: 528 bytes in 2 blocks ==8887== still reachable: 2,229,741 bytes in 21,272 blocks ==8887== of which reachable via heuristic: ==8887== length64 : 592 bytes in 10 blocks ==8887== newarray : 5,976 bytes in 28 blocks ==8887== suppressed: 253,905 bytes in 3,977 blocks ==8887== Reachable blocks (those to which a pointer was found) are not shown. ==8887== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==8887== ==8887== For counts of detected and suppressed errors, rerun with: -v ==8887== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==8900== Memcheck, a memory error detector ==8900== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8900== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8900== Command: ./client-test Client::Sync::eds_event::testOneWayFromRemote ==8900== Parent PID: 112 ==8900== ==8900== ==8900== HEAP SUMMARY: ==8900== in use at exit: 2,885,489 bytes in 29,883 blocks ==8900== total heap usage: 1,900,249 allocs, 1,870,305 frees, 282,102,153 bytes allocated ==8900== ==8900== LEAK SUMMARY: ==8900== definitely lost: 0 bytes in 0 blocks ==8900== indirectly lost: 0 bytes in 0 blocks ==8900== possibly lost: 1,392 bytes in 4 blocks ==8900== still reachable: 2,237,577 bytes in 21,418 blocks ==8900== of which reachable via heuristic: ==8900== length64 : 5,120 bytes in 80 blocks ==8900== newarray : 6,312 bytes in 49 blocks ==8900== suppressed: 576,424 bytes in 7,929 blocks ==8900== Reachable blocks (those to which a pointer was found) are not shown. ==8900== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==8900== ==8900== For counts of detected and suppressed errors, rerun with: -v ==8900== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==891== Memcheck, a memory error detector ==891== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==891== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==891== Command: ./client-test Client::Source::apple_caldav::LinkedItemsAllDay::testLinkedItemsParentUpdate ==891== Parent PID: 879 ==891== ==8927== Memcheck, a memory error detector ==8927== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8927== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8927== Command: ./syncevo-local-sync ==8927== Parent PID: 8900 ==8927== ==8927== ==8927== HEAP SUMMARY: ==8927== in use at exit: 2,514,358 bytes in 25,320 blocks ==8927== total heap usage: 175,706 allocs, 150,386 frees, 33,824,983 bytes allocated ==8927== ==8927== LEAK SUMMARY: ==8927== definitely lost: 0 bytes in 0 blocks ==8927== indirectly lost: 0 bytes in 0 blocks ==8927== possibly lost: 528 bytes in 2 blocks ==8927== still reachable: 2,252,821 bytes in 21,285 blocks ==8927== of which reachable via heuristic: ==8927== length64 : 592 bytes in 10 blocks ==8927== newarray : 5,976 bytes in 28 blocks ==8927== suppressed: 253,897 bytes in 3,977 blocks ==8927== Reachable blocks (those to which a pointer was found) are not shown. ==8927== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==8927== ==8927== For counts of detected and suppressed errors, rerun with: -v ==8927== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==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: 8900 ==8943== ==8943== ==8943== HEAP SUMMARY: ==8943== in use at exit: 2,491,270 bytes in 25,307 blocks ==8943== total heap usage: 174,014 allocs, 148,707 frees, 33,676,263 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,229,741 bytes in 21,272 blocks ==8943== of which reachable via heuristic: ==8943== length64 : 592 bytes in 10 blocks ==8943== newarray : 5,976 bytes in 28 blocks ==8943== suppressed: 253,889 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) ==8951== Memcheck, a memory error detector ==8951== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8951== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8951== Command: ./syncevo-local-sync ==8951== Parent PID: 8900 ==8951== ==8951== ==8951== HEAP SUMMARY: ==8951== in use at exit: 2,491,278 bytes in 25,307 blocks ==8951== total heap usage: 172,548 allocs, 147,241 frees, 33,510,625 bytes allocated ==8951== ==8951== LEAK SUMMARY: ==8951== definitely lost: 0 bytes in 0 blocks ==8951== indirectly lost: 0 bytes in 0 blocks ==8951== possibly lost: 528 bytes in 2 blocks ==8951== still reachable: 2,229,741 bytes in 21,272 blocks ==8951== of which reachable via heuristic: ==8951== length64 : 592 bytes in 10 blocks ==8951== newarray : 5,976 bytes in 28 blocks ==8951== suppressed: 253,897 bytes in 3,977 blocks ==8951== Reachable blocks (those to which a pointer was found) are not shown. ==8951== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==8951== ==8951== For counts of detected and suppressed errors, rerun with: -v ==8951== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==8972== Memcheck, a memory error detector ==8972== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8972== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8972== Command: ./syncevo-local-sync ==8972== Parent PID: 8900 ==8972== ==8972== ==8972== HEAP SUMMARY: ==8972== in use at exit: 2,491,302 bytes in 25,307 blocks ==8972== total heap usage: 179,129 allocs, 153,822 frees, 34,162,757 bytes allocated ==8972== ==8972== LEAK SUMMARY: ==8972== definitely lost: 0 bytes in 0 blocks ==8972== indirectly lost: 0 bytes in 0 blocks ==8972== possibly lost: 528 bytes in 2 blocks ==8972== still reachable: 2,229,741 bytes in 21,272 blocks ==8972== of which reachable via heuristic: ==8972== length64 : 592 bytes in 10 blocks ==8972== newarray : 5,976 bytes in 28 blocks ==8972== suppressed: 253,921 bytes in 3,977 blocks ==8972== Reachable blocks (those to which a pointer was found) are not shown. ==8972== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==8972== ==8972== For counts of detected and suppressed errors, rerun with: -v ==8972== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==899== Memcheck, a memory error detector ==899== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==899== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==899== Command: ./client-test Client::Source::apple_caldav::LinkedItemsAllDay::testLinkedItemsUpdateChild ==899== Parent PID: 112 ==899== ==899== ==899== HEAP SUMMARY: ==899== in use at exit: 465,671 bytes in 5,396 blocks ==899== total heap usage: 214,323 allocs, 208,864 frees, 30,771,911 bytes allocated ==899== ==899== LEAK SUMMARY: ==899== definitely lost: 0 bytes in 0 blocks ==899== indirectly lost: 0 bytes in 0 blocks ==899== possibly lost: 1,392 bytes in 4 blocks ==899== still reachable: 180,892 bytes in 1,023 blocks ==899== of which reachable via heuristic: ==899== length64 : 1,032 bytes in 18 blocks ==899== newarray : 5,976 bytes in 28 blocks ==899== suppressed: 271,867 bytes in 4,285 blocks ==899== Reachable blocks (those to which a pointer was found) are not shown. ==899== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==899== ==899== For counts of detected and suppressed errors, rerun with: -v ==899== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==8992== Memcheck, a memory error detector ==8992== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==8992== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==8992== Command: ./syncevo-local-sync ==8992== Parent PID: 8900 ==8992== ==8992== ==8992== HEAP SUMMARY: ==8992== in use at exit: 2,514,366 bytes in 25,320 blocks ==8992== total heap usage: 177,184 allocs, 151,864 frees, 34,034,620 bytes allocated ==8992== ==8992== LEAK SUMMARY: ==8992== definitely lost: 0 bytes in 0 blocks ==8992== indirectly lost: 0 bytes in 0 blocks ==8992== possibly lost: 528 bytes in 2 blocks ==8992== still reachable: 2,252,821 bytes in 21,285 blocks ==8992== of which reachable via heuristic: ==8992== length64 : 592 bytes in 10 blocks ==8992== newarray : 5,976 bytes in 28 blocks ==8992== suppressed: 253,905 bytes in 3,977 blocks ==8992== Reachable blocks (those to which a pointer was found) are not shown. ==8992== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==8992== ==8992== For counts of detected and suppressed errors, rerun with: -v ==8992== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==9004== Memcheck, a memory error detector ==9004== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==9004== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==9004== Command: ./syncevo-local-sync ==9004== Parent PID: 8900 ==9004== ==9004== ==9004== HEAP SUMMARY: ==9004== in use at exit: 3,216,806 bytes in 27,627 blocks ==9004== total heap usage: 170,829 allocs, 143,202 frees, 32,520,456 bytes allocated ==9004== ==9004== LEAK SUMMARY: ==9004== definitely lost: 0 bytes in 0 blocks ==9004== indirectly lost: 0 bytes in 0 blocks ==9004== possibly lost: 528 bytes in 2 blocks ==9004== still reachable: 2,955,333 bytes in 23,594 blocks ==9004== of which reachable via heuristic: ==9004== length64 : 592 bytes in 10 blocks ==9004== newarray : 12,912 bytes in 223 blocks ==9004== suppressed: 253,833 bytes in 3,975 blocks ==9004== Reachable blocks (those to which a pointer was found) are not shown. ==9004== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==9004== ==9004== For counts of detected and suppressed errors, rerun with: -v ==9004== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==9028== Memcheck, a memory error detector ==9028== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==9028== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==9028== Command: ./syncevo-local-sync ==9028== Parent PID: 8900 ==9028== ==9028== ==9028== HEAP SUMMARY: ==9028== in use at exit: 2,491,318 bytes in 25,307 blocks ==9028== total heap usage: 173,985 allocs, 148,678 frees, 33,630,614 bytes allocated ==9028== ==9028== LEAK SUMMARY: ==9028== definitely lost: 0 bytes in 0 blocks ==9028== indirectly lost: 0 bytes in 0 blocks ==9028== possibly lost: 528 bytes in 2 blocks ==9028== still reachable: 2,229,741 bytes in 21,272 blocks ==9028== of which reachable via heuristic: ==9028== length64 : 592 bytes in 10 blocks ==9028== newarray : 5,976 bytes in 28 blocks ==9028== suppressed: 253,937 bytes in 3,977 blocks ==9028== Reachable blocks (those to which a pointer was found) are not shown. ==9028== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==9028== ==9028== For counts of detected and suppressed errors, rerun with: -v ==9028== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==903== Memcheck, a memory error detector ==903== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==903== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==903== Command: ./client-test Client::Source::apple_caldav::LinkedItemsAllDay::testLinkedItemsUpdateChild ==903== Parent PID: 899 ==903== ==9040== Memcheck, a memory error detector ==9040== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==9040== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==9040== Command: ./syncevo-local-sync ==9040== Parent PID: 8900 ==9040== ==9040== ==9040== HEAP SUMMARY: ==9040== in use at exit: 2,491,214 bytes in 25,305 blocks ==9040== total heap usage: 173,677 allocs, 148,372 frees, 33,648,378 bytes allocated ==9040== ==9040== LEAK SUMMARY: ==9040== definitely lost: 0 bytes in 0 blocks ==9040== indirectly lost: 0 bytes in 0 blocks ==9040== possibly lost: 528 bytes in 2 blocks ==9040== still reachable: 2,229,741 bytes in 21,272 blocks ==9040== of which reachable via heuristic: ==9040== length64 : 592 bytes in 10 blocks ==9040== newarray : 5,976 bytes in 28 blocks ==9040== suppressed: 253,833 bytes in 3,975 blocks ==9040== Reachable blocks (those to which a pointer was found) are not shown. ==9040== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==9040== ==9040== For counts of detected and suppressed errors, rerun with: -v ==9040== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==9052== Memcheck, a memory error detector ==9052== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==9052== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==9052== Command: ./client-test Client::Sync::eds_event::testOneWayFromLocal ==9052== Parent PID: 112 ==9052== ==9052== ==9052== HEAP SUMMARY: ==9052== in use at exit: 2,883,888 bytes in 29,857 blocks ==9052== total heap usage: 2,151,218 allocs, 2,121,299 frees, 315,933,348 bytes allocated ==9052== ==9052== LEAK SUMMARY: ==9052== definitely lost: 0 bytes in 0 blocks ==9052== indirectly lost: 0 bytes in 0 blocks ==9052== possibly lost: 1,392 bytes in 4 blocks ==9052== still reachable: 2,236,829 bytes in 21,410 blocks ==9052== of which reachable via heuristic: ==9052== length64 : 5,120 bytes in 80 blocks ==9052== newarray : 6,312 bytes in 49 blocks ==9052== suppressed: 575,571 bytes in 7,911 blocks ==9052== Reachable blocks (those to which a pointer was found) are not shown. ==9052== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==9052== ==9052== For counts of detected and suppressed errors, rerun with: -v ==9052== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==9078== Memcheck, a memory error detector ==9078== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==9078== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==9078== Command: ./syncevo-local-sync ==9078== Parent PID: 9052 ==9078== ==9078== ==9078== HEAP SUMMARY: ==9078== in use at exit: 2,491,238 bytes in 25,305 blocks ==9078== total heap usage: 171,802 allocs, 146,497 frees, 33,386,711 bytes allocated ==9078== ==9078== LEAK SUMMARY: ==9078== definitely lost: 0 bytes in 0 blocks ==9078== indirectly lost: 0 bytes in 0 blocks ==9078== possibly lost: 528 bytes in 2 blocks ==9078== still reachable: 2,229,741 bytes in 21,272 blocks ==9078== of which reachable via heuristic: ==9078== length64 : 592 bytes in 10 blocks ==9078== newarray : 5,976 bytes in 28 blocks ==9078== suppressed: 253,857 bytes in 3,975 blocks ==9078== Reachable blocks (those to which a pointer was found) are not shown. ==9078== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==9078== ==9078== For counts of detected and suppressed errors, rerun with: -v ==9078== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==9094== Memcheck, a memory error detector ==9094== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==9094== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==9094== Command: ./syncevo-local-sync ==9094== Parent PID: 9052 ==9094== ==9094== ==9094== HEAP SUMMARY: ==9094== in use at exit: 3,213,967 bytes in 27,622 blocks ==9094== total heap usage: 170,485 allocs, 142,863 frees, 32,480,182 bytes allocated ==9094== ==9094== LEAK SUMMARY: ==9094== definitely lost: 0 bytes in 0 blocks ==9094== indirectly lost: 0 bytes in 0 blocks ==9094== possibly lost: 528 bytes in 2 blocks ==9094== still reachable: 2,952,438 bytes in 23,587 blocks ==9094== of which reachable via heuristic: ==9094== length64 : 592 bytes in 10 blocks ==9094== newarray : 12,912 bytes in 223 blocks ==9094== suppressed: 253,889 bytes in 3,977 blocks ==9094== Reachable blocks (those to which a pointer was found) are not shown. ==9094== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==9094== ==9094== For counts of detected and suppressed errors, rerun with: -v ==9094== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==911== Memcheck, a memory error detector ==911== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==911== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==911== Command: ./client-test Client::Source::apple_caldav::LinkedItemsAllDay::testLinkedItemsUpdateChild ==911== Parent PID: 899 ==911== ==9111== Memcheck, a memory error detector ==9111== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==9111== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==9111== Command: ./syncevo-local-sync ==9111== Parent PID: 9052 ==9111== ==9111== ==9111== HEAP SUMMARY: ==9111== in use at exit: 2,491,294 bytes in 25,307 blocks ==9111== total heap usage: 171,783 allocs, 146,476 frees, 33,385,157 bytes allocated ==9111== ==9111== LEAK SUMMARY: ==9111== definitely lost: 0 bytes in 0 blocks ==9111== indirectly lost: 0 bytes in 0 blocks ==9111== possibly lost: 528 bytes in 2 blocks ==9111== still reachable: 2,229,741 bytes in 21,272 blocks ==9111== of which reachable via heuristic: ==9111== length64 : 592 bytes in 10 blocks ==9111== newarray : 5,976 bytes in 28 blocks ==9111== suppressed: 253,913 bytes in 3,977 blocks ==9111== Reachable blocks (those to which a pointer was found) are not shown. ==9111== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==9111== ==9111== For counts of detected and suppressed errors, rerun with: -v ==9111== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==9127== Memcheck, a memory error detector ==9127== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==9127== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==9127== Command: ./syncevo-local-sync ==9127== Parent PID: 9052 ==9127== ==9127== ==9127== HEAP SUMMARY: ==9127== in use at exit: 3,213,911 bytes in 27,620 blocks ==9127== total heap usage: 170,467 allocs, 142,847 frees, 32,478,774 bytes allocated ==9127== ==9127== LEAK SUMMARY: ==9127== definitely lost: 0 bytes in 0 blocks ==9127== indirectly lost: 0 bytes in 0 blocks ==9127== possibly lost: 528 bytes in 2 blocks ==9127== still reachable: 2,952,438 bytes in 23,587 blocks ==9127== of which reachable via heuristic: ==9127== length64 : 592 bytes in 10 blocks ==9127== newarray : 12,912 bytes in 223 blocks ==9127== suppressed: 253,833 bytes in 3,975 blocks ==9127== Reachable blocks (those to which a pointer was found) are not shown. ==9127== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==9127== ==9127== For counts of detected and suppressed errors, rerun with: -v ==9127== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==9147== Memcheck, a memory error detector ==9147== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==9147== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==9147== Command: ./syncevo-local-sync ==9147== Parent PID: 9052 ==9147== ==9147== ==9147== HEAP SUMMARY: ==9147== in use at exit: 2,491,294 bytes in 25,307 blocks ==9147== total heap usage: 179,072 allocs, 153,765 frees, 34,137,643 bytes allocated ==9147== ==9147== LEAK SUMMARY: ==9147== definitely lost: 0 bytes in 0 blocks ==9147== indirectly lost: 0 bytes in 0 blocks ==9147== possibly lost: 528 bytes in 2 blocks ==9147== still reachable: 2,229,741 bytes in 21,272 blocks ==9147== of which reachable via heuristic: ==9147== length64 : 592 bytes in 10 blocks ==9147== newarray : 5,976 bytes in 28 blocks ==9147== suppressed: 253,913 bytes in 3,977 blocks ==9147== Reachable blocks (those to which a pointer was found) are not shown. ==9147== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==9147== ==9147== For counts of detected and suppressed errors, rerun with: -v ==9147== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==9167== Memcheck, a memory error detector ==9167== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==9167== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==9167== Command: ./syncevo-local-sync ==9167== Parent PID: 9052 ==9167== ==9167== ==9167== HEAP SUMMARY: ==9167== in use at exit: 2,514,358 bytes in 25,320 blocks ==9167== total heap usage: 179,674 allocs, 154,354 frees, 34,232,680 bytes allocated ==9167== ==9167== LEAK SUMMARY: ==9167== definitely lost: 0 bytes in 0 blocks ==9167== indirectly lost: 0 bytes in 0 blocks ==9167== possibly lost: 528 bytes in 2 blocks ==9167== still reachable: 2,252,821 bytes in 21,285 blocks ==9167== of which reachable via heuristic: ==9167== length64 : 592 bytes in 10 blocks ==9167== newarray : 5,976 bytes in 28 blocks ==9167== suppressed: 253,897 bytes in 3,977 blocks ==9167== Reachable blocks (those to which a pointer was found) are not shown. ==9167== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==9167== ==9167== For counts of detected and suppressed errors, rerun with: -v ==9167== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==9179== Memcheck, a memory error detector ==9179== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==9179== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==9179== Command: ./syncevo-local-sync ==9179== Parent PID: 9052 ==9179== ==9179== ==9179== HEAP SUMMARY: ==9179== in use at exit: 2,514,350 bytes in 25,320 blocks ==9179== total heap usage: 178,113 allocs, 152,793 frees, 34,119,899 bytes allocated ==9179== ==9179== LEAK SUMMARY: ==9179== definitely lost: 0 bytes in 0 blocks ==9179== indirectly lost: 0 bytes in 0 blocks ==9179== possibly lost: 528 bytes in 2 blocks ==9179== still reachable: 2,252,821 bytes in 21,285 blocks ==9179== of which reachable via heuristic: ==9179== length64 : 592 bytes in 10 blocks ==9179== newarray : 5,976 bytes in 28 blocks ==9179== suppressed: 253,889 bytes in 3,977 blocks ==9179== Reachable blocks (those to which a pointer was found) are not shown. ==9179== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==9179== ==9179== For counts of detected and suppressed errors, rerun with: -v ==9179== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==919== Memcheck, a memory error detector ==919== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==919== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==919== Command: ./client-test Client::Source::apple_caldav::LinkedItemsAllDay::testLinkedItemsUpdateChildNoIDs ==919== Parent PID: 112 ==919== ==919== ==919== HEAP SUMMARY: ==919== in use at exit: 459,535 bytes in 5,372 blocks ==919== total heap usage: 171,144 allocs, 165,713 frees, 26,387,156 bytes allocated ==919== ==919== LEAK SUMMARY: ==919== definitely lost: 0 bytes in 0 blocks ==919== indirectly lost: 0 bytes in 0 blocks ==919== possibly lost: 1,392 bytes in 4 blocks ==919== still reachable: 174,748 bytes in 999 blocks ==919== of which reachable via heuristic: ==919== length64 : 1,032 bytes in 18 blocks ==919== newarray : 5,976 bytes in 28 blocks ==919== suppressed: 271,875 bytes in 4,285 blocks ==919== Reachable blocks (those to which a pointer was found) are not shown. ==919== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==919== ==919== For counts of detected and suppressed errors, rerun with: -v ==919== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==9203== Memcheck, a memory error detector ==9203== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==9203== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==9203== Command: ./syncevo-local-sync ==9203== Parent PID: 9052 ==9203== ==9203== ==9203== HEAP SUMMARY: ==9203== in use at exit: 2,491,286 bytes in 25,307 blocks ==9203== total heap usage: 174,101 allocs, 148,794 frees, 33,661,796 bytes allocated ==9203== ==9203== LEAK SUMMARY: ==9203== definitely lost: 0 bytes in 0 blocks ==9203== indirectly lost: 0 bytes in 0 blocks ==9203== possibly lost: 528 bytes in 2 blocks ==9203== still reachable: 2,229,741 bytes in 21,272 blocks ==9203== of which reachable via heuristic: ==9203== length64 : 592 bytes in 10 blocks ==9203== newarray : 5,976 bytes in 28 blocks ==9203== suppressed: 253,905 bytes in 3,977 blocks ==9203== Reachable blocks (those to which a pointer was found) are not shown. ==9203== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==9203== ==9203== For counts of detected and suppressed errors, rerun with: -v ==9203== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==9215== Memcheck, a memory error detector ==9215== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==9215== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==9215== Command: ./syncevo-local-sync ==9215== Parent PID: 9052 ==9215== ==9215== ==9215== HEAP SUMMARY: ==9215== in use at exit: 2,491,286 bytes in 25,307 blocks ==9215== total heap usage: 174,105 allocs, 148,798 frees, 33,678,819 bytes allocated ==9215== ==9215== LEAK SUMMARY: ==9215== definitely lost: 0 bytes in 0 blocks ==9215== indirectly lost: 0 bytes in 0 blocks ==9215== possibly lost: 528 bytes in 2 blocks ==9215== still reachable: 2,229,741 bytes in 21,272 blocks ==9215== of which reachable via heuristic: ==9215== length64 : 592 bytes in 10 blocks ==9215== newarray : 5,976 bytes in 28 blocks ==9215== suppressed: 253,905 bytes in 3,977 blocks ==9215== Reachable blocks (those to which a pointer was found) are not shown. ==9215== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==9215== ==9215== For counts of detected and suppressed errors, rerun with: -v ==9215== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==9227== Memcheck, a memory error detector ==9227== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==9227== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==9227== Command: ./client-test Client::Sync::eds_task::testDeleteAllRefresh ==9227== Parent PID: 112 ==9227== ==9227== ==9227== HEAP SUMMARY: ==9227== in use at exit: 2,885,241 bytes in 29,883 blocks ==9227== total heap usage: 865,097 allocs, 835,158 frees, 124,508,730 bytes allocated ==9227== ==9227== LEAK SUMMARY: ==9227== definitely lost: 0 bytes in 0 blocks ==9227== indirectly lost: 0 bytes in 0 blocks ==9227== possibly lost: 1,392 bytes in 4 blocks ==9227== still reachable: 2,237,349 bytes in 21,412 blocks ==9227== of which reachable via heuristic: ==9227== length64 : 5,120 bytes in 80 blocks ==9227== newarray : 6,312 bytes in 49 blocks ==9227== suppressed: 576,404 bytes in 7,935 blocks ==9227== Reachable blocks (those to which a pointer was found) are not shown. ==9227== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==9227== ==9227== For counts of detected and suppressed errors, rerun with: -v ==9227== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==923== Memcheck, a memory error detector ==923== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==923== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==923== Command: ./client-test Client::Source::apple_caldav::LinkedItemsAllDay::testLinkedItemsUpdateChildNoIDs ==923== Parent PID: 919 ==923== ==9284== Memcheck, a memory error detector ==9284== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==9284== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==9284== Command: ./syncevo-local-sync ==9284== Parent PID: 9227 ==9284== ==9284== ==9284== HEAP SUMMARY: ==9284== in use at exit: 2,491,214 bytes in 25,305 blocks ==9284== total heap usage: 222,701 allocs, 197,396 frees, 42,249,454 bytes allocated ==9284== ==9284== LEAK SUMMARY: ==9284== definitely lost: 0 bytes in 0 blocks ==9284== indirectly lost: 0 bytes in 0 blocks ==9284== possibly lost: 528 bytes in 2 blocks ==9284== still reachable: 2,229,741 bytes in 21,272 blocks ==9284== of which reachable via heuristic: ==9284== length64 : 592 bytes in 10 blocks ==9284== newarray : 5,976 bytes in 28 blocks ==9284== suppressed: 253,833 bytes in 3,975 blocks ==9284== Reachable blocks (those to which a pointer was found) are not shown. ==9284== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==9284== ==9284== For counts of detected and suppressed errors, rerun with: -v ==9284== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==931== Memcheck, a memory error detector ==931== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==931== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==931== Command: ./client-test Client::Source::apple_caldav::LinkedItemsAllDay::testLinkedItemsInsertBothUpdateChild ==931== Parent PID: 112 ==931== ==931== ==931== HEAP SUMMARY: ==931== in use at exit: 487,175 bytes in 5,480 blocks ==931== total heap usage: 247,646 allocs, 242,100 frees, 34,825,371 bytes allocated ==931== ==931== LEAK SUMMARY: ==931== definitely lost: 0 bytes in 0 blocks ==931== indirectly lost: 0 bytes in 0 blocks ==931== possibly lost: 1,392 bytes in 4 blocks ==931== still reachable: 202,396 bytes in 1,107 blocks ==931== of which reachable via heuristic: ==931== length64 : 1,032 bytes in 18 blocks ==931== newarray : 5,976 bytes in 28 blocks ==931== suppressed: 271,867 bytes in 4,285 blocks ==931== Reachable blocks (those to which a pointer was found) are not shown. ==931== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==931== ==931== For counts of detected and suppressed errors, rerun with: -v ==931== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==9324== Memcheck, a memory error detector ==9324== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==9324== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==9324== Command: ./syncevo-local-sync ==9324== Parent PID: 9227 ==9324== ==9324== ==9324== HEAP SUMMARY: ==9324== in use at exit: 2,491,286 bytes in 25,307 blocks ==9324== total heap usage: 173,478 allocs, 148,171 frees, 33,580,332 bytes allocated ==9324== ==9324== LEAK SUMMARY: ==9324== definitely lost: 0 bytes in 0 blocks ==9324== indirectly lost: 0 bytes in 0 blocks ==9324== possibly lost: 528 bytes in 2 blocks ==9324== still reachable: 2,229,741 bytes in 21,272 blocks ==9324== of which reachable via heuristic: ==9324== length64 : 592 bytes in 10 blocks ==9324== newarray : 5,976 bytes in 28 blocks ==9324== suppressed: 253,905 bytes in 3,977 blocks ==9324== Reachable blocks (those to which a pointer was found) are not shown. ==9324== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==9324== ==9324== For counts of detected and suppressed errors, rerun with: -v ==9324== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==935== Memcheck, a memory error detector ==935== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==935== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==935== Command: ./client-test Client::Source::apple_caldav::LinkedItemsAllDay::testLinkedItemsInsertBothUpdateChild ==935== Parent PID: 931 ==935== ==9352== Memcheck, a memory error detector ==9352== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==9352== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==9352== Command: ./syncevo-local-sync ==9352== Parent PID: 9227 ==9352== ==9352== ==9352== HEAP SUMMARY: ==9352== in use at exit: 2,491,302 bytes in 25,307 blocks ==9352== total heap usage: 172,402 allocs, 147,095 frees, 33,455,848 bytes allocated ==9352== ==9352== LEAK SUMMARY: ==9352== definitely lost: 0 bytes in 0 blocks ==9352== indirectly lost: 0 bytes in 0 blocks ==9352== possibly lost: 528 bytes in 2 blocks ==9352== still reachable: 2,229,741 bytes in 21,272 blocks ==9352== of which reachable via heuristic: ==9352== length64 : 592 bytes in 10 blocks ==9352== newarray : 5,976 bytes in 28 blocks ==9352== suppressed: 253,921 bytes in 3,977 blocks ==9352== Reachable blocks (those to which a pointer was found) are not shown. ==9352== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==9352== ==9352== For counts of detected and suppressed errors, rerun with: -v ==9352== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==9380== Memcheck, a memory error detector ==9380== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==9380== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==9380== Command: ./client-test Client::Sync::eds_task::testTwoWaySync ==9380== Parent PID: 112 ==9380== ==9380== ==9380== HEAP SUMMARY: ==9380== in use at exit: 2,883,875 bytes in 29,866 blocks ==9380== total heap usage: 341,120 allocs, 311,200 frees, 56,858,335 bytes allocated ==9380== ==9380== LEAK SUMMARY: ==9380== definitely lost: 0 bytes in 0 blocks ==9380== indirectly lost: 0 bytes in 0 blocks ==9380== possibly lost: 1,824 bytes in 5 blocks ==9380== still reachable: 2,291,321 bytes in 21,425 blocks ==9380== of which reachable via heuristic: ==9380== length64 : 5,080 bytes in 79 blocks ==9380== newarray : 6,312 bytes in 49 blocks ==9380== suppressed: 520,466 bytes in 7,902 blocks ==9380== Reachable blocks (those to which a pointer was found) are not shown. ==9380== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==9380== ==9380== For counts of detected and suppressed errors, rerun with: -v ==9380== ERROR SUMMARY: 5 errors from 5 contexts (suppressed: 67 from 67) ==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: 9380 ==9384== ==9384== ==9384== HEAP SUMMARY: ==9384== in use at exit: 3,213,967 bytes in 27,624 blocks ==9384== total heap usage: 171,040 allocs, 143,416 frees, 32,524,322 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,952,422 bytes in 23,589 blocks ==9384== of which reachable via heuristic: ==9384== length64 : 592 bytes in 10 blocks ==9384== newarray : 12,912 bytes in 223 blocks ==9384== suppressed: 253,905 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) ==9403== Memcheck, a memory error detector ==9403== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==9403== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==9403== Command: ./client-test Client::Sync::eds_task::testSlowSync ==9403== Parent PID: 112 ==9403== ==9403== ==9403== HEAP SUMMARY: ==9403== in use at exit: 2,883,376 bytes in 29,850 blocks ==9403== total heap usage: 341,647 allocs, 311,743 frees, 56,910,715 bytes allocated ==9403== ==9403== LEAK SUMMARY: ==9403== definitely lost: 0 bytes in 0 blocks ==9403== indirectly lost: 0 bytes in 0 blocks ==9403== possibly lost: 1,824 bytes in 5 blocks ==9403== still reachable: 2,290,241 bytes in 21,413 blocks ==9403== of which reachable via heuristic: ==9403== length64 : 5,080 bytes in 79 blocks ==9403== newarray : 6,312 bytes in 49 blocks ==9403== suppressed: 521,215 bytes in 7,900 blocks ==9403== Reachable blocks (those to which a pointer was found) are not shown. ==9403== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==9403== ==9403== For counts of detected and suppressed errors, rerun with: -v ==9403== ERROR SUMMARY: 5 errors from 5 contexts (suppressed: 67 from 67) ==9407== Memcheck, a memory error detector ==9407== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==9407== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==9407== Command: ./syncevo-local-sync ==9407== Parent PID: 9403 ==9407== ==9407== ==9407== HEAP SUMMARY: ==9407== in use at exit: 2,491,278 bytes in 25,307 blocks ==9407== total heap usage: 172,388 allocs, 147,081 frees, 33,453,529 bytes allocated ==9407== ==9407== LEAK SUMMARY: ==9407== definitely lost: 0 bytes in 0 blocks ==9407== indirectly lost: 0 bytes in 0 blocks ==9407== possibly lost: 528 bytes in 2 blocks ==9407== still reachable: 2,229,741 bytes in 21,272 blocks ==9407== of which reachable via heuristic: ==9407== length64 : 592 bytes in 10 blocks ==9407== newarray : 5,976 bytes in 28 blocks ==9407== suppressed: 253,897 bytes in 3,977 blocks ==9407== Reachable blocks (those to which a pointer was found) are not shown. ==9407== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==9407== ==9407== For counts of detected and suppressed errors, rerun with: -v ==9407== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==9426== Memcheck, a memory error detector ==9426== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==9426== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==9426== Command: ./client-test Client::Sync::eds_task::testRefreshFromServerSync ==9426== Parent PID: 112 ==9426== ==9426== ==9426== HEAP SUMMARY: ==9426== in use at exit: 2,886,466 bytes in 29,908 blocks ==9426== total heap usage: 345,872 allocs, 315,859 frees, 57,077,152 bytes allocated ==9426== ==9426== LEAK SUMMARY: ==9426== definitely lost: 0 bytes in 0 blocks ==9426== indirectly lost: 0 bytes in 0 blocks ==9426== possibly lost: 1,824 bytes in 5 blocks ==9426== still reachable: 2,292,002 bytes in 21,443 blocks ==9426== of which reachable via heuristic: ==9426== length64 : 5,080 bytes in 79 blocks ==9426== newarray : 6,312 bytes in 49 blocks ==9426== suppressed: 522,544 bytes in 7,928 blocks ==9426== Reachable blocks (those to which a pointer was found) are not shown. ==9426== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==9426== ==9426== For counts of detected and suppressed errors, rerun with: -v ==9426== ERROR SUMMARY: 5 errors from 5 contexts (suppressed: 67 from 67) ==943== Memcheck, a memory error detector ==943== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==943== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==943== Command: ./client-test Client::Source::apple_caldav::LinkedItemsAllDay::testLinkedItemsInsertBothUpdateChild ==943== Parent PID: 931 ==943== ==9430== Memcheck, a memory error detector ==9430== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==9430== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==9430== Command: ./syncevo-local-sync ==9430== Parent PID: 9426 ==9430== ==9430== ==9430== HEAP SUMMARY: ==9430== in use at exit: 2,491,286 bytes in 25,307 blocks ==9430== total heap usage: 172,614 allocs, 147,307 frees, 33,464,607 bytes allocated ==9430== ==9430== LEAK SUMMARY: ==9430== definitely lost: 0 bytes in 0 blocks ==9430== indirectly lost: 0 bytes in 0 blocks ==9430== possibly lost: 528 bytes in 2 blocks ==9430== still reachable: 2,229,741 bytes in 21,272 blocks ==9430== of which reachable via heuristic: ==9430== length64 : 592 bytes in 10 blocks ==9430== newarray : 5,976 bytes in 28 blocks ==9430== suppressed: 253,905 bytes in 3,977 blocks ==9430== Reachable blocks (those to which a pointer was found) are not shown. ==9430== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==9430== ==9430== For counts of detected and suppressed errors, rerun with: -v ==9430== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==9449== Memcheck, a memory error detector ==9449== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==9449== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==9449== Command: ./client-test Client::Sync::eds_task::testRefreshFromClientSync ==9449== Parent PID: 112 ==9449== ==9449== ==9449== HEAP SUMMARY: ==9449== in use at exit: 2,886,829 bytes in 29,920 blocks ==9449== total heap usage: 341,611 allocs, 311,637 frees, 56,912,853 bytes allocated ==9449== ==9449== LEAK SUMMARY: ==9449== definitely lost: 0 bytes in 0 blocks ==9449== indirectly lost: 0 bytes in 0 blocks ==9449== possibly lost: 1,824 bytes in 5 blocks ==9449== still reachable: 2,291,489 bytes in 21,426 blocks ==9449== of which reachable via heuristic: ==9449== length64 : 5,080 bytes in 79 blocks ==9449== newarray : 6,312 bytes in 49 blocks ==9449== suppressed: 523,252 bytes in 7,955 blocks ==9449== Reachable blocks (those to which a pointer was found) are not shown. ==9449== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==9449== ==9449== For counts of detected and suppressed errors, rerun with: -v ==9449== ERROR SUMMARY: 5 errors from 5 contexts (suppressed: 67 from 67) ==9453== Memcheck, a memory error detector ==9453== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==9453== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==9453== Command: ./syncevo-local-sync ==9453== Parent PID: 9449 ==9453== ==9453== ==9453== HEAP SUMMARY: ==9453== in use at exit: 2,491,278 bytes in 25,307 blocks ==9453== total heap usage: 173,010 allocs, 147,703 frees, 33,529,544 bytes allocated ==9453== ==9453== LEAK SUMMARY: ==9453== definitely lost: 0 bytes in 0 blocks ==9453== indirectly lost: 0 bytes in 0 blocks ==9453== possibly lost: 528 bytes in 2 blocks ==9453== still reachable: 2,229,741 bytes in 21,272 blocks ==9453== of which reachable via heuristic: ==9453== length64 : 592 bytes in 10 blocks ==9453== newarray : 5,976 bytes in 28 blocks ==9453== suppressed: 253,897 bytes in 3,977 blocks ==9453== Reachable blocks (those to which a pointer was found) are not shown. ==9453== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==9453== ==9453== For counts of detected and suppressed errors, rerun with: -v ==9453== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==9472== Memcheck, a memory error detector ==9472== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==9472== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==9472== Command: ./client-test Client::Sync::eds_task::testRefreshFromRemoteSync ==9472== Parent PID: 112 ==9472== ==9472== ==9472== HEAP SUMMARY: ==9472== in use at exit: 2,885,452 bytes in 29,891 blocks ==9472== total heap usage: 341,695 allocs, 311,750 frees, 56,920,572 bytes allocated ==9472== ==9472== LEAK SUMMARY: ==9472== definitely lost: 0 bytes in 0 blocks ==9472== indirectly lost: 0 bytes in 0 blocks ==9472== possibly lost: 1,824 bytes in 5 blocks ==9472== still reachable: 2,291,225 bytes in 21,424 blocks ==9472== of which reachable via heuristic: ==9472== length64 : 5,080 bytes in 79 blocks ==9472== newarray : 6,312 bytes in 49 blocks ==9472== suppressed: 522,139 bytes in 7,928 blocks ==9472== Reachable blocks (those to which a pointer was found) are not shown. ==9472== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==9472== ==9472== For counts of detected and suppressed errors, rerun with: -v ==9472== ERROR SUMMARY: 5 errors from 5 contexts (suppressed: 67 from 67) ==9476== Memcheck, a memory error detector ==9476== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==9476== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==9476== Command: ./syncevo-local-sync ==9476== Parent PID: 9472 ==9476== ==9476== ==9476== HEAP SUMMARY: ==9476== in use at exit: 2,491,278 bytes in 25,307 blocks ==9476== total heap usage: 173,012 allocs, 147,705 frees, 33,529,951 bytes allocated ==9476== ==9476== LEAK SUMMARY: ==9476== definitely lost: 0 bytes in 0 blocks ==9476== indirectly lost: 0 bytes in 0 blocks ==9476== possibly lost: 528 bytes in 2 blocks ==9476== still reachable: 2,229,741 bytes in 21,272 blocks ==9476== of which reachable via heuristic: ==9476== length64 : 592 bytes in 10 blocks ==9476== newarray : 5,976 bytes in 28 blocks ==9476== suppressed: 253,897 bytes in 3,977 blocks ==9476== Reachable blocks (those to which a pointer was found) are not shown. ==9476== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==9476== ==9476== For counts of detected and suppressed errors, rerun with: -v ==9476== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==9496== Memcheck, a memory error detector ==9496== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==9496== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==9496== Command: ./client-test Client::Sync::eds_task::testRefreshFromLocalSync ==9496== Parent PID: 112 ==9496== ==9496== ==9496== HEAP SUMMARY: ==9496== in use at exit: 2,883,603 bytes in 29,863 blocks ==9496== total heap usage: 341,314 allocs, 311,397 frees, 56,900,409 bytes allocated ==9496== ==9496== LEAK SUMMARY: ==9496== definitely lost: 0 bytes in 0 blocks ==9496== indirectly lost: 0 bytes in 0 blocks ==9496== possibly lost: 1,824 bytes in 5 blocks ==9496== still reachable: 2,291,161 bytes in 21,422 blocks ==9496== of which reachable via heuristic: ==9496== length64 : 5,080 bytes in 79 blocks ==9496== newarray : 6,312 bytes in 49 blocks ==9496== suppressed: 520,354 bytes in 7,902 blocks ==9496== Reachable blocks (those to which a pointer was found) are not shown. ==9496== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==9496== ==9496== For counts of detected and suppressed errors, rerun with: -v ==9496== ERROR SUMMARY: 5 errors from 5 contexts (suppressed: 67 from 67) ==9500== Memcheck, a memory error detector ==9500== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==9500== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==9500== Command: ./syncevo-local-sync ==9500== Parent PID: 9496 ==9500== ==9500== ==9500== HEAP SUMMARY: ==9500== in use at exit: 2,491,294 bytes in 25,307 blocks ==9500== total heap usage: 172,606 allocs, 147,299 frees, 33,463,746 bytes allocated ==9500== ==9500== LEAK SUMMARY: ==9500== definitely lost: 0 bytes in 0 blocks ==9500== indirectly lost: 0 bytes in 0 blocks ==9500== possibly lost: 528 bytes in 2 blocks ==9500== still reachable: 2,229,741 bytes in 21,272 blocks ==9500== of which reachable via heuristic: ==9500== length64 : 592 bytes in 10 blocks ==9500== newarray : 5,976 bytes in 28 blocks ==9500== suppressed: 253,913 bytes in 3,977 blocks ==9500== Reachable blocks (those to which a pointer was found) are not shown. ==9500== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==9500== ==9500== For counts of detected and suppressed errors, rerun with: -v ==9500== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==951== Memcheck, a memory error detector ==951== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==951== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==951== Command: ./client-test Client::Source::apple_caldav::LinkedItemsAllDay::testLinkedItemsInsertBothUpdateParent ==951== Parent PID: 112 ==951== ==951== ==951== HEAP SUMMARY: ==951== in use at exit: 484,063 bytes in 5,466 blocks ==951== total heap usage: 246,858 allocs, 241,326 frees, 34,683,412 bytes allocated ==951== ==951== LEAK SUMMARY: ==951== definitely lost: 0 bytes in 0 blocks ==951== indirectly lost: 0 bytes in 0 blocks ==951== possibly lost: 1,392 bytes in 4 blocks ==951== still reachable: 199,324 bytes in 1,095 blocks ==951== of which reachable via heuristic: ==951== length64 : 1,032 bytes in 18 blocks ==951== newarray : 5,976 bytes in 28 blocks ==951== suppressed: 271,827 bytes in 4,283 blocks ==951== Reachable blocks (those to which a pointer was found) are not shown. ==951== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==951== ==951== For counts of detected and suppressed errors, rerun with: -v ==951== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==9519== Memcheck, a memory error detector ==9519== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==9519== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==9519== Command: ./client-test Client::Sync::eds_task::testRefreshFromServerSemantic ==9519== Parent PID: 112 ==9519== ==9519== ==9519== HEAP SUMMARY: ==9519== in use at exit: 2,885,660 bytes in 29,897 blocks ==9519== total heap usage: 998,808 allocs, 968,854 frees, 150,256,027 bytes allocated ==9519== ==9519== LEAK SUMMARY: ==9519== definitely lost: 0 bytes in 0 blocks ==9519== indirectly lost: 0 bytes in 0 blocks ==9519== possibly lost: 1,392 bytes in 4 blocks ==9519== still reachable: 2,237,829 bytes in 21,421 blocks ==9519== of which reachable via heuristic: ==9519== length64 : 5,120 bytes in 80 blocks ==9519== newarray : 6,312 bytes in 49 blocks ==9519== suppressed: 576,175 bytes in 7,938 blocks ==9519== Reachable blocks (those to which a pointer was found) are not shown. ==9519== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==9519== ==9519== For counts of detected and suppressed errors, rerun with: -v ==9519== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==955== Memcheck, a memory error detector ==955== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==955== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==955== Command: ./client-test Client::Source::apple_caldav::LinkedItemsAllDay::testLinkedItemsInsertBothUpdateParent ==955== Parent PID: 951 ==955== ==9551== Memcheck, a memory error detector ==9551== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==9551== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==9551== Command: ./syncevo-local-sync ==9551== Parent PID: 9519 ==9551== ==9551== ==9551== HEAP SUMMARY: ==9551== in use at exit: 2,491,286 bytes in 25,307 blocks ==9551== total heap usage: 172,408 allocs, 147,101 frees, 33,457,970 bytes allocated ==9551== ==9551== LEAK SUMMARY: ==9551== definitely lost: 0 bytes in 0 blocks ==9551== indirectly lost: 0 bytes in 0 blocks ==9551== possibly lost: 528 bytes in 2 blocks ==9551== still reachable: 2,229,741 bytes in 21,272 blocks ==9551== of which reachable via heuristic: ==9551== length64 : 592 bytes in 10 blocks ==9551== newarray : 5,976 bytes in 28 blocks ==9551== suppressed: 253,905 bytes in 3,977 blocks ==9551== Reachable blocks (those to which a pointer was found) are not shown. ==9551== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==9551== ==9551== For counts of detected and suppressed errors, rerun with: -v ==9551== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==9591== Memcheck, a memory error detector ==9591== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==9591== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==9591== Command: ./syncevo-local-sync ==9591== Parent PID: 9519 ==9591== ==9591== ==9591== HEAP SUMMARY: ==9591== in use at exit: 3,214,155 bytes in 27,624 blocks ==9591== total heap usage: 171,044 allocs, 143,420 frees, 32,527,329 bytes allocated ==9591== ==9591== LEAK SUMMARY: ==9591== definitely lost: 0 bytes in 0 blocks ==9591== indirectly lost: 0 bytes in 0 blocks ==9591== possibly lost: 528 bytes in 2 blocks ==9591== still reachable: 2,952,610 bytes in 23,589 blocks ==9591== of which reachable via heuristic: ==9591== length64 : 592 bytes in 10 blocks ==9591== newarray : 12,912 bytes in 223 blocks ==9591== suppressed: 253,905 bytes in 3,977 blocks ==9591== Reachable blocks (those to which a pointer was found) are not shown. ==9591== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==9591== ==9591== For counts of detected and suppressed errors, rerun with: -v ==9591== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==963== Memcheck, a memory error detector ==963== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==963== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==963== Command: ./client-test Client::Source::apple_caldav::LinkedItemsAllDay::testLinkedItemsInsertBothUpdateParent ==963== Parent PID: 951 ==963== ==9631== Memcheck, a memory error detector ==9631== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==9631== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==9631== Command: ./syncevo-local-sync ==9631== Parent PID: 9519 ==9631== ==9631== ==9631== HEAP SUMMARY: ==9631== in use at exit: 2,491,286 bytes in 25,307 blocks ==9631== total heap usage: 173,000 allocs, 147,693 frees, 33,530,220 bytes allocated ==9631== ==9631== LEAK SUMMARY: ==9631== definitely lost: 0 bytes in 0 blocks ==9631== indirectly lost: 0 bytes in 0 blocks ==9631== possibly lost: 528 bytes in 2 blocks ==9631== still reachable: 2,229,741 bytes in 21,272 blocks ==9631== of which reachable via heuristic: ==9631== length64 : 592 bytes in 10 blocks ==9631== newarray : 5,976 bytes in 28 blocks ==9631== suppressed: 253,905 bytes in 3,977 blocks ==9631== Reachable blocks (those to which a pointer was found) are not shown. ==9631== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==9631== ==9631== For counts of detected and suppressed errors, rerun with: -v ==9631== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==9660== Memcheck, a memory error detector ==9660== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==9660== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==9660== Command: ./syncevo-local-sync ==9660== Parent PID: 9519 ==9660== ==9660== ==9660== HEAP SUMMARY: ==9660== in use at exit: 3,214,127 bytes in 27,624 blocks ==9660== total heap usage: 171,026 allocs, 143,402 frees, 32,525,723 bytes allocated ==9660== ==9660== LEAK SUMMARY: ==9660== definitely lost: 0 bytes in 0 blocks ==9660== indirectly lost: 0 bytes in 0 blocks ==9660== possibly lost: 528 bytes in 2 blocks ==9660== still reachable: 2,952,574 bytes in 23,589 blocks ==9660== of which reachable via heuristic: ==9660== length64 : 592 bytes in 10 blocks ==9660== newarray : 12,912 bytes in 223 blocks ==9660== suppressed: 253,913 bytes in 3,977 blocks ==9660== Reachable blocks (those to which a pointer was found) are not shown. ==9660== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==9660== ==9660== For counts of detected and suppressed errors, rerun with: -v ==9660== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==9676== Memcheck, a memory error detector ==9676== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==9676== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==9676== Command: ./client-test Client::Sync::eds_task::testRefreshFromClientSemantic ==9676== Parent PID: 112 ==9676== ==9676== ==9676== HEAP SUMMARY: ==9676== in use at exit: 2,885,425 bytes in 29,901 blocks ==9676== total heap usage: 1,189,186 allocs, 1,159,227 frees, 179,914,615 bytes allocated ==9676== ==9676== LEAK SUMMARY: ==9676== definitely lost: 0 bytes in 0 blocks ==9676== indirectly lost: 0 bytes in 0 blocks ==9676== possibly lost: 1,392 bytes in 4 blocks ==9676== still reachable: 2,238,269 bytes in 21,422 blocks ==9676== of which reachable via heuristic: ==9676== length64 : 5,120 bytes in 80 blocks ==9676== newarray : 6,312 bytes in 49 blocks ==9676== suppressed: 575,668 bytes in 7,943 blocks ==9676== Reachable blocks (those to which a pointer was found) are not shown. ==9676== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==9676== ==9676== For counts of detected and suppressed errors, rerun with: -v ==9676== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==9707== Memcheck, a memory error detector ==9707== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==9707== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==9707== Command: ./syncevo-local-sync ==9707== Parent PID: 9676 ==9707== ==9707== ==9707== HEAP SUMMARY: ==9707== in use at exit: 2,491,222 bytes in 25,305 blocks ==9707== total heap usage: 172,427 allocs, 147,122 frees, 33,459,372 bytes allocated ==9707== ==9707== LEAK SUMMARY: ==9707== definitely lost: 0 bytes in 0 blocks ==9707== indirectly lost: 0 bytes in 0 blocks ==9707== possibly lost: 528 bytes in 2 blocks ==9707== still reachable: 2,229,741 bytes in 21,272 blocks ==9707== of which reachable via heuristic: ==9707== length64 : 592 bytes in 10 blocks ==9707== newarray : 5,976 bytes in 28 blocks ==9707== suppressed: 253,841 bytes in 3,975 blocks ==9707== Reachable blocks (those to which a pointer was found) are not shown. ==9707== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==9707== ==9707== For counts of detected and suppressed errors, rerun with: -v ==9707== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==971== Memcheck, a memory error detector ==971== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==971== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==971== Command: ./client-test Client::Source::apple_caldav::LinkedItemsNoTZ::testLinkedItemsParent ==971== Parent PID: 112 ==971== ==971== ==971== HEAP SUMMARY: ==971== in use at exit: 459,523 bytes in 5,371 blocks ==971== total heap usage: 200,212 allocs, 194,779 frees, 29,154,389 bytes allocated ==971== ==971== LEAK SUMMARY: ==971== definitely lost: 0 bytes in 0 blocks ==971== indirectly lost: 0 bytes in 0 blocks ==971== possibly lost: 1,392 bytes in 4 blocks ==971== still reachable: 174,744 bytes in 998 blocks ==971== of which reachable via heuristic: ==971== length64 : 1,032 bytes in 18 blocks ==971== newarray : 5,976 bytes in 28 blocks ==971== suppressed: 271,867 bytes in 4,285 blocks ==971== Reachable blocks (those to which a pointer was found) are not shown. ==971== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==971== ==971== For counts of detected and suppressed errors, rerun with: -v ==971== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==9747== Memcheck, a memory error detector ==9747== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==9747== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==9747== Command: ./syncevo-local-sync ==9747== Parent PID: 9676 ==9747== ==9747== ==9747== HEAP SUMMARY: ==9747== in use at exit: 3,214,179 bytes in 27,624 blocks ==9747== total heap usage: 171,030 allocs, 143,406 frees, 32,526,815 bytes allocated ==9747== ==9747== LEAK SUMMARY: ==9747== definitely lost: 0 bytes in 0 blocks ==9747== indirectly lost: 0 bytes in 0 blocks ==9747== possibly lost: 528 bytes in 2 blocks ==9747== still reachable: 2,952,610 bytes in 23,589 blocks ==9747== of which reachable via heuristic: ==9747== length64 : 592 bytes in 10 blocks ==9747== newarray : 12,912 bytes in 223 blocks ==9747== suppressed: 253,929 bytes in 3,977 blocks ==9747== Reachable blocks (those to which a pointer was found) are not shown. ==9747== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==9747== ==9747== For counts of detected and suppressed errors, rerun with: -v ==9747== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==975== Memcheck, a memory error detector ==975== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==975== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==975== Command: ./client-test Client::Source::apple_caldav::LinkedItemsNoTZ::testLinkedItemsParent ==975== Parent PID: 971 ==975== ==9787== Memcheck, a memory error detector ==9787== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==9787== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==9787== Command: ./syncevo-local-sync ==9787== Parent PID: 9676 ==9787== ==9787== ==9787== HEAP SUMMARY: ==9787== in use at exit: 2,491,270 bytes in 25,307 blocks ==9787== total heap usage: 179,003 allocs, 153,696 frees, 34,184,940 bytes allocated ==9787== ==9787== LEAK SUMMARY: ==9787== definitely lost: 0 bytes in 0 blocks ==9787== indirectly lost: 0 bytes in 0 blocks ==9787== possibly lost: 528 bytes in 2 blocks ==9787== still reachable: 2,229,741 bytes in 21,272 blocks ==9787== of which reachable via heuristic: ==9787== length64 : 592 bytes in 10 blocks ==9787== newarray : 5,976 bytes in 28 blocks ==9787== suppressed: 253,889 bytes in 3,977 blocks ==9787== Reachable blocks (those to which a pointer was found) are not shown. ==9787== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==9787== ==9787== For counts of detected and suppressed errors, rerun with: -v ==9787== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==9827== Memcheck, a memory error detector ==9827== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==9827== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==9827== Command: ./syncevo-local-sync ==9827== Parent PID: 9676 ==9827== ==9827== ==9827== HEAP SUMMARY: ==9827== in use at exit: 2,491,270 bytes in 25,307 blocks ==9827== total heap usage: 173,485 allocs, 148,178 frees, 33,579,704 bytes allocated ==9827== ==9827== LEAK SUMMARY: ==9827== definitely lost: 0 bytes in 0 blocks ==9827== indirectly lost: 0 bytes in 0 blocks ==9827== possibly lost: 528 bytes in 2 blocks ==9827== still reachable: 2,229,741 bytes in 21,272 blocks ==9827== of which reachable via heuristic: ==9827== length64 : 592 bytes in 10 blocks ==9827== newarray : 5,976 bytes in 28 blocks ==9827== suppressed: 253,889 bytes in 3,977 blocks ==9827== Reachable blocks (those to which a pointer was found) are not shown. ==9827== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==9827== ==9827== For counts of detected and suppressed errors, rerun with: -v ==9827== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==983== Memcheck, a memory error detector ==983== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==983== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==983== Command: ./client-test Client::Source::apple_caldav::LinkedItemsNoTZ::testLinkedItemsChild ==983== Parent PID: 112 ==983== ==983== ==983== HEAP SUMMARY: ==983== in use at exit: 459,499 bytes in 5,369 blocks ==983== total heap usage: 200,213 allocs, 194,782 frees, 29,146,464 bytes allocated ==983== ==983== LEAK SUMMARY: ==983== definitely lost: 0 bytes in 0 blocks ==983== indirectly lost: 0 bytes in 0 blocks ==983== possibly lost: 1,392 bytes in 4 blocks ==983== still reachable: 174,744 bytes in 998 blocks ==983== of which reachable via heuristic: ==983== length64 : 1,032 bytes in 18 blocks ==983== newarray : 5,976 bytes in 28 blocks ==983== suppressed: 271,843 bytes in 4,283 blocks ==983== Reachable blocks (those to which a pointer was found) are not shown. ==983== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==983== ==983== For counts of detected and suppressed errors, rerun with: -v ==983== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==9844== Memcheck, a memory error detector ==9844== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==9844== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==9844== Command: ./syncevo-local-sync ==9844== Parent PID: 9676 ==9844== ==9844== ==9844== HEAP SUMMARY: ==9844== in use at exit: 2,491,286 bytes in 25,307 blocks ==9844== total heap usage: 173,037 allocs, 147,730 frees, 33,532,876 bytes allocated ==9844== ==9844== LEAK SUMMARY: ==9844== definitely lost: 0 bytes in 0 blocks ==9844== indirectly lost: 0 bytes in 0 blocks ==9844== possibly lost: 528 bytes in 2 blocks ==9844== still reachable: 2,229,741 bytes in 21,272 blocks ==9844== of which reachable via heuristic: ==9844== length64 : 592 bytes in 10 blocks ==9844== newarray : 5,976 bytes in 28 blocks ==9844== suppressed: 253,905 bytes in 3,977 blocks ==9844== Reachable blocks (those to which a pointer was found) are not shown. ==9844== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==9844== ==9844== For counts of detected and suppressed errors, rerun with: -v ==9844== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==9860== Memcheck, a memory error detector ==9860== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==9860== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==9860== Command: ./client-test Client::Sync::eds_task::testRefreshStatus ==9860== Parent PID: 112 ==9860== ==9860== ==9860== HEAP SUMMARY: ==9860== in use at exit: 2,885,916 bytes in 29,899 blocks ==9860== total heap usage: 655,331 allocs, 625,377 frees, 93,916,066 bytes allocated ==9860== ==9860== LEAK SUMMARY: ==9860== definitely lost: 0 bytes in 0 blocks ==9860== indirectly lost: 0 bytes in 0 blocks ==9860== possibly lost: 1,392 bytes in 4 blocks ==9860== still reachable: 2,237,829 bytes in 21,421 blocks ==9860== of which reachable via heuristic: ==9860== length64 : 5,120 bytes in 80 blocks ==9860== newarray : 6,312 bytes in 49 blocks ==9860== suppressed: 576,431 bytes in 7,940 blocks ==9860== Reachable blocks (those to which a pointer was found) are not shown. ==9860== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==9860== ==9860== For counts of detected and suppressed errors, rerun with: -v ==9860== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==987== Memcheck, a memory error detector ==987== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==987== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==987== Command: ./client-test Client::Source::apple_caldav::LinkedItemsNoTZ::testLinkedItemsChild ==987== Parent PID: 983 ==987== ==9939== Memcheck, a memory error detector ==9939== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==9939== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==9939== Command: ./syncevo-local-sync ==9939== Parent PID: 9860 ==9939== ==9939== ==9939== HEAP SUMMARY: ==9939== in use at exit: 2,491,278 bytes in 25,307 blocks ==9939== total heap usage: 178,609 allocs, 153,302 frees, 34,117,147 bytes allocated ==9939== ==9939== LEAK SUMMARY: ==9939== definitely lost: 0 bytes in 0 blocks ==9939== indirectly lost: 0 bytes in 0 blocks ==9939== possibly lost: 528 bytes in 2 blocks ==9939== still reachable: 2,229,741 bytes in 21,272 blocks ==9939== of which reachable via heuristic: ==9939== length64 : 592 bytes in 10 blocks ==9939== newarray : 5,976 bytes in 28 blocks ==9939== suppressed: 253,897 bytes in 3,977 blocks ==9939== Reachable blocks (those to which a pointer was found) are not shown. ==9939== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==9939== ==9939== For counts of detected and suppressed errors, rerun with: -v ==9939== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==995== Memcheck, a memory error detector ==995== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==995== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==995== Command: ./client-test Client::Source::apple_caldav::LinkedItemsNoTZ::testLinkedItemsParentChild ==995== Parent PID: 112 ==995== ==995== ==995== HEAP SUMMARY: ==995== in use at exit: 477,907 bytes in 5,441 blocks ==995== total heap usage: 242,271 allocs, 236,764 frees, 33,841,080 bytes allocated ==995== ==995== LEAK SUMMARY: ==995== definitely lost: 0 bytes in 0 blocks ==995== indirectly lost: 0 bytes in 0 blocks ==995== possibly lost: 1,392 bytes in 4 blocks ==995== still reachable: 193,176 bytes in 1,070 blocks ==995== of which reachable via heuristic: ==995== length64 : 1,032 bytes in 18 blocks ==995== newarray : 5,976 bytes in 28 blocks ==995== suppressed: 271,819 bytes in 4,283 blocks ==995== Reachable blocks (those to which a pointer was found) are not shown. ==995== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==995== ==995== For counts of detected and suppressed errors, rerun with: -v ==995== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 67 from 67) ==9955== Memcheck, a memory error detector ==9955== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==9955== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==9955== Command: ./syncevo-local-sync ==9955== Parent PID: 9860 ==9955== ==9955== ==9955== HEAP SUMMARY: ==9955== in use at exit: 3,216,986 bytes in 27,631 blocks ==9955== total heap usage: 171,419 allocs, 143,788 frees, 32,586,938 bytes allocated ==9955== ==9955== LEAK SUMMARY: ==9955== definitely lost: 0 bytes in 0 blocks ==9955== indirectly lost: 0 bytes in 0 blocks ==9955== possibly lost: 528 bytes in 2 blocks ==9955== still reachable: 2,955,457 bytes in 23,596 blocks ==9955== of which reachable via heuristic: ==9955== length64 : 592 bytes in 10 blocks ==9955== newarray : 12,912 bytes in 223 blocks ==9955== suppressed: 253,889 bytes in 3,977 blocks ==9955== Reachable blocks (those to which a pointer was found) are not shown. ==9955== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==9955== ==9955== For counts of detected and suppressed errors, rerun with: -v ==9955== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 68 from 68) ==9971== Memcheck, a memory error detector ==9971== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==9971== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==9971== Command: ./client-test Client::Sync::eds_task::testTwoWayRestart ==9971== Parent PID: 112 ==9971== ==9971== ==9971== HEAP SUMMARY: ==9971== in use at exit: 2,889,663 bytes in 29,986 blocks ==9971== total heap usage: 837,160 allocs, 807,118 frees, 122,846,034 bytes allocated ==9971== ==9971== LEAK SUMMARY: ==9971== definitely lost: 0 bytes in 0 blocks ==9971== indirectly lost: 0 bytes in 0 blocks ==9971== possibly lost: 1,392 bytes in 4 blocks ==9971== still reachable: 2,238,533 bytes in 21,425 blocks ==9971== of which reachable via heuristic: ==9971== length64 : 5,120 bytes in 80 blocks ==9971== newarray : 6,312 bytes in 49 blocks ==9971== suppressed: 579,642 bytes in 8,025 blocks ==9971== Reachable blocks (those to which a pointer was found) are not shown. ==9971== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==9971== ==9971== For counts of detected and suppressed errors, rerun with: -v ==9971== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 68 from 68) ==999== Memcheck, a memory error detector ==999== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==999== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==999== Command: ./client-test Client::Source::apple_caldav::LinkedItemsNoTZ::testLinkedItemsParentChild ==999== Parent PID: 995 ==999== valgrindcheck: ./client-test Client::Source::apple_caldav Client::Source::apple_caldavtodo Client::Source::apple_carddav Client::Sync::eds_event Client::Sync::eds_task Client::Sync::eds_contact: final result 0 wrappercheck-103 line 100: RET=0 wrappercheck-103 line 101: set -e wrappercheck-103 line 107: set +x *** killing and waiting for /usr/lib/evolution/evolution-calendar-factory wrappercheck-103 line 108: kill -INT -105 wrappercheck-103 line 108: kill -TERM -105 wrappercheck-103 line 108: kill -TERM 105 wrappercheck-103 line 110: KILL_PID=7444 wrappercheck-103 line 109: perl -e 'sleep(60); kill(9, -105);' wrappercheck-103 line 115: set +e wrappercheck-103 line 116: wait 105 wrappercheck-103 line 117: SUBRET=143 wrappercheck-103 line 118: case $SUBRET in wrappercheck-103 line 118: SUBRET=0 wrappercheck-103 line 120: SUBRET=0 wrappercheck-103 line 121: '[' 7444 ']' wwrappercheck-103 line 122: LC_ALL=C wwrappercheck-103 line 122: kill -KILL 7444 wrappercheck-103 line 122: msg= wrappercheck-103 line 123: echo '' wrappercheck-103 line 123: grep -q 'No such process' /data/runtests/work/sources/syncevolution/test/wrappercheck.sh: line 130: 7444 Killed perl -e "sleep(60); kill(9, -$BACKGROUND_PID);" wrappercheck-103 line 127: echo '' wrappercheck-103 line 129: wait 7444 wrappercheck-103 line 131: set -e wrappercheck-103 line 132: '[' 0 = 0 ']' wrappercheck-103 line 133: RET=0 wrappercheck-103 line 136: exit 0 wrappercheck-83 line 100: RET=0 wrappercheck-83 line 101: set -e wrappercheck-83 line 107: set +x *** killing and waiting for /usr/lib/evolution/evolution-addressbook-factory wrappercheck-83 line 108: kill -INT -85 wrappercheck-83 line 108: kill -TERM -85 wrappercheck-83 line 108: kill -TERM 85 wrappercheck-83 line 110: KILL_PID=7449 wrappercheck-83 line 109: perl -e 'sleep(60); kill(9, -85);' wrappercheck-83 line 115: set +e wrappercheck-83 line 116: wait 85 wrappercheck-83 line 117: SUBRET=143 wrappercheck-83 line 118: case $SUBRET in wrappercheck-83 line 118: SUBRET=0 wrappercheck-83 line 120: SUBRET=0 wrappercheck-83 line 121: '[' 7449 ']' wwrappercheck-83 line 122: LC_ALL=C wwrappercheck-83 line 122: kill -KILL 7449 wrappercheck-83 line 122: msg= wrappercheck-83 line 123: echo '' wrappercheck-83 line 123: grep -q 'No such process' /data/runtests/work/sources/syncevolution/test/wrappercheck.sh: line 130: 7449 Killed perl -e "sleep(60); kill(9, -$BACKGROUND_PID);" wrappercheck-83 line 127: echo '' wrappercheck-83 line 129: wait 7449 wrappercheck-83 line 131: set -e wrappercheck-83 line 132: '[' 0 = 0 ']' wrappercheck-83 line 133: RET=0 wrappercheck-83 line 136: exit 0 wrappercheck-26 line 100: RET=0 wrappercheck-26 line 101: set -e wrappercheck-26 line 107: set +x *** killing and waiting for /usr/lib/evolution/evolution-source-registry wrappercheck-26 line 108: kill -INT -30 wrappercheck-26 line 108: kill -TERM -30 wrappercheck-26 line 108: kill -TERM 30 wrappercheck-26 line 110: KILL_PID=7454 wrappercheck-26 line 109: perl -e 'sleep(60); kill(9, -30);' wrappercheck-26 line 115: set +e wrappercheck-26 line 116: wait 30 wrappercheck-26 line 117: SUBRET=143 wrappercheck-26 line 118: case $SUBRET in wrappercheck-26 line 118: SUBRET=0 wrappercheck-26 line 120: SUBRET=0 wrappercheck-26 line 121: '[' 7454 ']' wwrappercheck-26 line 122: LC_ALL=C wwrappercheck-26 line 122: kill -KILL 7454 wrappercheck-26 line 122: msg= wrappercheck-26 line 123: echo '' wrappercheck-26 line 123: grep -q 'No such process' /data/runtests/work/sources/syncevolution/test/wrappercheck.sh: line 130: 7454 Killed perl -e "sleep(60); kill(9, -$BACKGROUND_PID);" wrappercheck-26 line 127: echo '' wrappercheck-26 line 129: wait 7454 wrappercheck-26 line 131: set -e wrappercheck-26 line 132: '[' 0 = 0 ']' wrappercheck-26 line 133: RET=0 wrappercheck-26 line 136: exit 0 wrappercheck-20 line 100: RET=0 wrappercheck-20 line 101: set -e wrappercheck-20 line 107: set +x *** killing and waiting for dbus-monitor wrappercheck-20 line 108: kill -INT -23 wrappercheck-20 line 108: kill -TERM -23 wrappercheck-20 line 108: kill -TERM 23 wrappercheck-20 line 110: KILL_PID=7459 wrappercheck-20 line 115: set +e wrappercheck-20 line 109: perl -e 'sleep(60); kill(9, -23);' wrappercheck-20 line 116: wait 23 wrappercheck-20 line 117: SUBRET=143 wrappercheck-20 line 118: case $SUBRET in wrappercheck-20 line 118: SUBRET=0 wrappercheck-20 line 120: SUBRET=0 wrappercheck-20 line 121: '[' 7459 ']' wwrappercheck-20 line 122: LC_ALL=C wwrappercheck-20 line 122: kill -KILL 7459 wrappercheck-20 line 122: msg= wrappercheck-20 line 123: echo '' wrappercheck-20 line 123: grep -q 'No such process' /data/runtests/work/sources/syncevolution/test/wrappercheck.sh: line 130: 7459 Killed perl -e "sleep(60); kill(9, -$BACKGROUND_PID);" wrappercheck-20 line 127: echo '' wrappercheck-20 line 129: wait 7459 wrappercheck-20 line 131: set -e wrappercheck-20 line 132: '[' 0 = 0 ']' wrappercheck-20 line 133: RET=0 wrappercheck-20 line 136: exit 0 dbus-session.sh: program returned 0 dbus-session.sh: final result 0 dbus-session.sh 1: killing keyring pid 14 dbus-session.sh 1: killing system bus daemon 4 dbus-session.sh 1: killing session bus daemon 8 dbus-session.sh 1: removing XDG_RUNTIME_DIR=/tmp/tmp.B0xZ4Rjji7 Fri Jan 5 21:49:37 2018 UTC (+ 18514.6s / 19366.8s) === cleaning up ===