runtests.py-17074 Fri Jan 5 15:56:20 2018 UTC (+ 1.3s / 1633.2s) target /data/schroot/2018-01-05-07-10-all-testing-amd64/data/runtests/work/testing-amd64/home/file/.config/akonadi/akonadiserverrc: [%General] Driver=QSQLITE3 [QSQLITE3] Name=/data/runtests/work/testing-amd64/home/file/data/akonadi/akonadi.db [Debug] Tracer=null runtests.py-17074 Fri Jan 5 15:56:20 2018 UTC (+ 0.2s / 1633.5s) target /data/schroot/2018-01-05-07-10-all-testing-amd64/data/runtests/work/testing-amd64/home/file/.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/file/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/file/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/file/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/file/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/file/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/file/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/file/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/file/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/file/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/file/.cache new /data/schroot/2018-01-05-07-10-all-testing-amd64/data/runtests/work/testing-amd64/home/file/cache old /data/schroot/2018-01-05-07-10-all-testing-amd64/data/runtests/work/testing-amd64/home/file/.config new /data/schroot/2018-01-05-07-10-all-testing-amd64/data/runtests/work/testing-amd64/home/file/config old /data/schroot/2018-01-05-07-10-all-testing-amd64/data/runtests/work/testing-amd64/home/file/.local/share new /data/schroot/2018-01-05-07-10-all-testing-amd64/data/runtests/work/testing-amd64/home/file/data runtests.py-17074 Fri Jan 5 15:56:20 2018 UTC (+ 0.0s / 1633.5s) === starting file === runtests.py-17074 Fri Jan 5 15:56:20 2018 UTC (+ 0.0s / 1633.5s) result dir: /data/schroot/2018-01-05-07-10-all-testing-amd64/home/nightly/results/2018-01-05-07-10_all/testing-amd64/9-file, /proc/self/cwd -> /data/schroot/2018-01-05-07-10-all-testing-amd64/home/nightly/results/2018-01-05-07-10_all/testing-amd64/9-file runtests.py-17074 Fri Jan 5 15:56:20 2018 UTC (+ 0.0s / 1633.5s) changing into directory /data/schroot/2018-01-05-07-10-all-testing-amd64/data/runtests/work/testing-amd64/tests/file (= /data/schroot/2018-01-05-07-10-all-testing-amd64/data/runtests/work/testing-amd64/tests/file) runtests.py-17074 Fri Jan 5 15:56:20 2018 UTC (+ 0.0s / 1633.5s) *** ( cd /data/schroot/2018-01-05-07-10-all-testing-amd64/data/runtests/work/testing-amd64/tests/file; 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/file' 'XDG_CONFIG_HOME=/data/runtests/work/testing-amd64/home/file/config' 'XDG_DATA_HOME=/data/runtests/work/testing-amd64/home/file/data' 'XDG_CACHE_HOME=/data/runtests/work/testing-amd64/home/file/cache'; unset LD_LIBRARY_PATH; /data/runtests/work/sources/syncevolution/test/resources.py -j 1 -r file -- env CLIENT_TEST_FAILURES= CLIENT_TEST_SKIP=Client::Source::file_event::LinkedItemsDefault::testLinkedItemsInsertBothUpdateChildNoIDs,Client::Source::file_event::LinkedItemsDefault::testLinkedItemsUpdateChildNoIDs,Client::Source::file_event::LinkedItemsWithVALARM::testLinkedItemsInsertBothUpdateChildNoIDs,Client::Source::file_event::LinkedItemsWithVALARM::testLinkedItemsUpdateChildNoIDs,Client::Source::file_event::LinkedItemsAllDay::testLinkedItemsInsertBothUpdateChildNoIDs,Client::Source::file_event::LinkedItemsAllDay::testLinkedItemsUpdateChildNoIDs,Client::Source::file_event::LinkedItemsNoTZ::testLinkedItemsInsertBothUpdateChildNoIDs,Client::Source::file_event::LinkedItemsNoTZ::testLinkedItemsUpdateChildNoIDs 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/file -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 file ./syncevolution ) Fri Jan 5 15:56:20 2018 UTC (+ 0.0s / 0.0s) === locking resource(s) ['file'] === Fri Jan 5 15:56:20 2018 UTC (+ 0.1s / 0.1s) property changed: status = acquired Fri Jan 5 15:56:20 2018 UTC (+ 0.0s / 0.1s) using jobserver Fri Jan 5 15:56:20 2018 UTC (+ 0.0s / 0.1s) === allocating 1 job slot(s) === Fri Jan 5 16:09:10 2018 UTC (+ 769.8s / 769.9s) === allocated 1 job slot(s) === W: line 4 [2018-01-05-07-10-all-release-eas-testing-amd64] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. W: line 4 [2018-01-05-07-10-all-release-eas-stretch-amd64] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. W: line 4 [2018-01-05-07-10-all-prebuilt-xenial-amd64] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. W: line 4 [2018-01-05-07-10-all-prebuilt-testing-amd64] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. W: line 4 [2018-01-05-07-10-all-clang-amd64] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. W: line 4 [2018-01-05-07-10-all-xenial-amd64] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. W: line 4 [2018-01-05-07-10-all-downstream-xenial-amd64] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. W: line 4 [2018-01-05-07-10-all-testing-amd64] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. W: line 4 [2018-01-05-07-10-all-release-eas-stretch-i386] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. W: line 4 [2018-01-05-07-10-all-prebuilt-testing-i386] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. W: line 4 [2018-01-05-07-10-all-xenial-i386] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. W: line 4 [2018-01-05-07-10-all-downstream-unstable] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. W: line 4 [2018-01-05-07-10-all-downstream-testing] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. W: line 4 [2018-01-05-07-10-all-release-eas-testing-i386] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. I: [2018-01-05-07-10-all-testing-amd64 chroot] Running command: “env PKG_CONFIG_PATH=/data/runtests/install/stable-amd64/libwbxml/lib/pkgconfig DBUS_SESSION_SH_SYSTEM_BUS=1 /unshare --pid --mount-proc --fork -- /data/runtests/work/sources/syncevolution/test/dbus-session.sh /data/runtests/work/sources/syncevolution/test/wrappercheck.sh --daemon-log dbus-monitor.log dbus-monitor interface=org.freedesktop.DBus -- /data/runtests/work/sources/syncevolution/test/wrappercheck.sh --daemon-log evolution-source-registry.log --daemon-sleep 5 --wait-for-dbus-daemon org.gnome.evolution.dataserver.Sources /usr/lib/evolution/evolution-source-registry -- /data/runtests/work/sources/syncevolution/test/wrappercheck.sh --daemon-log evolution-addressbook-factory.log --wait-for-dbus-daemon org.gnome.evolution.dataserver.AddressBook /usr/lib/evolution/evolution-addressbook-factory --keep-running -- /data/runtests/work/sources/syncevolution/test/wrappercheck.sh --daemon-log evolution-calendar-factory.log /usr/lib/evolution/evolution-calendar-factory --keep-running -- env /home/nightly/testing/setup-syncevolution.sh file ./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 75: '[' dbus-monitor.log ']' wrappercheck-15 line 75: '[' '' ']' wrappercheck-15 line 84: '[' '' ']' wrappercheck-15 line 93: kill -0 17 wrappercheck-15 line 94: set +e wrappercheck-15 line 95: '[' '' ']' gnome-keyring-daemon: insufficient process capabilities, unsecure memory might get used 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 file ./syncevolution wrappercheck-15 line 70: set -x wrappercheck-15 line 70: exec ** Message: couldn't access control socket: /tmp/tmp.pK6CrZDMHg/keyring/control: No such file or directory + PS4='wrappercheck-$$ line ${LINENO}: ' wrappercheck-19 line 16: PIDS= wrappercheck-19 line 18: trap '[ "" ] && kill -TERM ' TERM wrappercheck-19 line 19: trap '[ "" ] && kill -INT ' INT wrappercheck-19 line 21: DAEMON_LOG= wrappercheck-19 line 22: WAIT_FOR_DAEMON_OUTPUT= wrappercheck-19 line 23: WAIT_FOR_DBUS_DAEMON= wrappercheck-19 line 25: declare -a BACKGROUND wrappercheck-19 line 26: declare -a ENV wrappercheck-19 line 28: '[' 26 -gt 1 ']' wrappercheck-19 line 28: '[' --daemon-log '!=' -- ']' wrappercheck-19 line 29: case "$1" in wrappercheck-19 line 31: shift wrappercheck-19 line 32: DAEMON_LOG=evolution-source-registry.log wrappercheck-19 line 53: shift wrappercheck-19 line 28: '[' 24 -gt 1 ']' wrappercheck-19 line 28: '[' --daemon-sleep '!=' -- ']' wrappercheck-19 line 29: case "$1" in wrappercheck-19 line 43: shift wrappercheck-19 line 44: DAEMON_SLEEP=5 wrappercheck-19 line 53: shift wrappercheck-19 line 28: '[' 22 -gt 1 ']' wrappercheck-19 line 28: '[' --wait-for-dbus-daemon '!=' -- ']' wrappercheck-19 line 29: case "$1" in wrappercheck-19 line 35: shift wrappercheck-19 line 36: WAIT_FOR_DBUS_DAEMON=org.gnome.evolution.dataserver.Sources wrappercheck-19 line 53: shift wrappercheck-19 line 28: '[' 20 -gt 1 ']' wrappercheck-19 line 28: '[' /usr/lib/evolution/evolution-source-registry '!=' -- ']' wrappercheck-19 line 29: case "$1" in wrappercheck-19 line 50: break wrappercheck-19 line 56: '[' 20 -gt 1 ']' wrappercheck-19 line 56: '[' /usr/lib/evolution/evolution-source-registry '!=' -- ']' wrappercheck-19 line 57: BACKGROUND[${#BACKGROUND[*]}]=/usr/lib/evolution/evolution-source-registry wrappercheck-19 line 58: shift wrappercheck-19 line 56: '[' 19 -gt 1 ']' wrappercheck-19 line 56: '[' -- '!=' -- ']' wrappercheck-19 line 60: shift wrappercheck-19 line 62: '[' evolution-source-registry.log ']' wrappercheck-19 line 62: '[' '' ']' wrappercheck-19 line 66: set +x *** starting /usr/lib/evolution/evolution-source-registry as background daemon, output to evolution-source-registry.log wrappercheck-19 line 72: BACKGROUND_PID=24 wrappercheck-19 line 73: PIDS+=24 wrappercheck-19 line 75: '[' evolution-source-registry.log ']' wrappercheck-19 line 75: '[' '' ']' wrappercheck-19 line 84: '[' org.gnome.evolution.dataserver.Sources ']' wrappercheck-19 line 70: set -x wrappercheck-19 line 70: exec wrappercheck-19 line 85: set +x *** waiting for daemon to connect to D-Bus as 'org.gnome.evolution.dataserver.Sources' wrappercheck-19 line 93: kill -0 24 wrappercheck-19 line 94: set +e wrappercheck-19 line 95: '[' 5 ']' wrappercheck-19 line 96: set +x *** 'sleep 5' for daemon to settle down wrappercheck-19 line 97: sleep 5 wrappercheck-19 line 99: set -x wrappercheck-19 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 file ./syncevolution + PS4='wrappercheck-$$ line ${LINENO}: ' wrappercheck-79 line 16: PIDS= wrappercheck-79 line 18: trap '[ "" ] && kill -TERM ' TERM wrappercheck-79 line 19: trap '[ "" ] && kill -INT ' INT wrappercheck-79 line 21: DAEMON_LOG= wrappercheck-79 line 22: WAIT_FOR_DAEMON_OUTPUT= wrappercheck-79 line 23: WAIT_FOR_DBUS_DAEMON= wrappercheck-79 line 25: declare -a BACKGROUND wrappercheck-79 line 26: declare -a ENV wrappercheck-79 line 28: '[' 17 -gt 1 ']' wrappercheck-79 line 28: '[' --daemon-log '!=' -- ']' wrappercheck-79 line 29: case "$1" in wrappercheck-79 line 31: shift wrappercheck-79 line 32: DAEMON_LOG=evolution-addressbook-factory.log wrappercheck-79 line 53: shift wrappercheck-79 line 28: '[' 15 -gt 1 ']' wrappercheck-79 line 28: '[' --wait-for-dbus-daemon '!=' -- ']' wrappercheck-79 line 29: case "$1" in wrappercheck-79 line 35: shift wrappercheck-79 line 36: WAIT_FOR_DBUS_DAEMON=org.gnome.evolution.dataserver.AddressBook wrappercheck-79 line 53: shift wrappercheck-79 line 28: '[' 13 -gt 1 ']' wrappercheck-79 line 28: '[' /usr/lib/evolution/evolution-addressbook-factory '!=' -- ']' wrappercheck-79 line 29: case "$1" in wrappercheck-79 line 50: break wrappercheck-79 line 56: '[' 13 -gt 1 ']' wrappercheck-79 line 56: '[' /usr/lib/evolution/evolution-addressbook-factory '!=' -- ']' wrappercheck-79 line 57: BACKGROUND[${#BACKGROUND[*]}]=/usr/lib/evolution/evolution-addressbook-factory wrappercheck-79 line 58: shift wrappercheck-79 line 56: '[' 12 -gt 1 ']' wrappercheck-79 line 56: '[' --keep-running '!=' -- ']' wrappercheck-79 line 57: BACKGROUND[${#BACKGROUND[*]}]=--keep-running wrappercheck-79 line 58: shift wrappercheck-79 line 56: '[' 11 -gt 1 ']' wrappercheck-79 line 56: '[' -- '!=' -- ']' wrappercheck-79 line 60: shift wrappercheck-79 line 62: '[' evolution-addressbook-factory.log ']' wrappercheck-79 line 62: '[' '' ']' wrappercheck-79 line 66: set +x *** starting /usr/lib/evolution/evolution-addressbook-factory as background daemon, output to evolution-addressbook-factory.log wrappercheck-79 line 72: BACKGROUND_PID=81 wrappercheck-79 line 73: PIDS+=81 wrappercheck-79 line 75: '[' evolution-addressbook-factory.log ']' wrappercheck-79 line 75: '[' '' ']' wrappercheck-79 line 84: '[' org.gnome.evolution.dataserver.AddressBook ']' wrappercheck-79 line 85: set +x wrappercheck-79 line 70: set -x wrappercheck-79 line 70: exec *** waiting for daemon to connect to D-Bus as 'org.gnome.evolution.dataserver.AddressBook' wrappercheck-79 line 93: kill -0 81 wrappercheck-79 line 94: set +e wrappercheck-79 line 95: '[' '' ']' wrappercheck-79 line 99: set -x wrappercheck-79 line 99: /data/runtests/work/sources/syncevolution/test/wrappercheck.sh --daemon-log evolution-calendar-factory.log /usr/lib/evolution/evolution-calendar-factory --keep-running -- env /home/nightly/testing/setup-syncevolution.sh file ./syncevolution + PS4='wrappercheck-$$ line ${LINENO}: ' wrappercheck-99 line 16: PIDS= wrappercheck-99 line 18: trap '[ "" ] && kill -TERM ' TERM wrappercheck-99 line 19: trap '[ "" ] && kill -INT ' INT wrappercheck-99 line 21: DAEMON_LOG= wrappercheck-99 line 22: WAIT_FOR_DAEMON_OUTPUT= wrappercheck-99 line 23: WAIT_FOR_DBUS_DAEMON= wrappercheck-99 line 25: declare -a BACKGROUND wrappercheck-99 line 26: declare -a ENV wrappercheck-99 line 28: '[' 9 -gt 1 ']' wrappercheck-99 line 28: '[' --daemon-log '!=' -- ']' wrappercheck-99 line 29: case "$1" in wrappercheck-99 line 31: shift wrappercheck-99 line 32: DAEMON_LOG=evolution-calendar-factory.log wrappercheck-99 line 53: shift wrappercheck-99 line 28: '[' 7 -gt 1 ']' wrappercheck-99 line 28: '[' /usr/lib/evolution/evolution-calendar-factory '!=' -- ']' wrappercheck-99 line 29: case "$1" in wrappercheck-99 line 50: break wrappercheck-99 line 56: '[' 7 -gt 1 ']' wrappercheck-99 line 56: '[' /usr/lib/evolution/evolution-calendar-factory '!=' -- ']' wrappercheck-99 line 57: BACKGROUND[${#BACKGROUND[*]}]=/usr/lib/evolution/evolution-calendar-factory wrappercheck-99 line 58: shift wrappercheck-99 line 56: '[' 6 -gt 1 ']' wrappercheck-99 line 56: '[' --keep-running '!=' -- ']' wrappercheck-99 line 57: BACKGROUND[${#BACKGROUND[*]}]=--keep-running wrappercheck-99 line 58: shift wrappercheck-99 line 56: '[' 5 -gt 1 ']' wrappercheck-99 line 56: '[' -- '!=' -- ']' wrappercheck-99 line 60: shift wrappercheck-99 line 62: '[' evolution-calendar-factory.log ']' wrappercheck-99 line 62: '[' '' ']' wrappercheck-99 line 66: set +x *** starting /usr/lib/evolution/evolution-calendar-factory as background daemon, output to evolution-calendar-factory.log wrappercheck-99 line 72: BACKGROUND_PID=101 wrappercheck-99 line 73: PIDS+=101 wrappercheck-99 line 70: set -x wrappercheck-99 line 70: exec wrappercheck-99 line 75: '[' evolution-calendar-factory.log ']' wrappercheck-99 line 75: '[' '' ']' wrappercheck-99 line 84: '[' '' ']' wrappercheck-99 line 93: kill -0 101 wrappercheck-99 line 94: set +e wrappercheck-99 line 95: '[' '' ']' wrappercheck-99 line 99: set -x wrappercheck-99 line 99: env /home/nightly/testing/setup-syncevolution.sh file ./syncevolution + case $TEST in + case $TEST in + rm -rf 'Test_*_[12]' + for i in file_contact file_event file_task file_memo + for e in 1 2 + mkdir Test_file_contact_1 + for e in 1 2 + mkdir Test_file_contact_2 + for i in file_contact file_event file_task file_memo + for e in 1 2 + mkdir Test_file_event_1 + for e in 1 2 + mkdir Test_file_event_2 + for i in file_contact file_event file_task file_memo + for e in 1 2 + mkdir Test_file_task_1 + for e in 1 2 + mkdir Test_file_task_2 + for i in file_contact file_event file_task file_memo + for e in 1 2 + mkdir Test_file_memo_1 + for e in 1 2 + mkdir Test_file_memo_2 + 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 + grep Test_eds_task_1 + ./syncevolution --daemon=no --print-databases backend=evolution-tasks 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 + grep Test_eds_memo_1 + ./syncevolution --daemon=no --print-databases backend=evolution-memos Test_eds_memo_1 (1303828148.6946.31@mob-sync2) + echo evolution-memos: Test_eds_memo_1 exists evolution-memos: Test_eds_memo_1 exists + for i in 1 2 + databasename=Test_eds_memo_2 + ./syncevolution --daemon=no --print-databases backend=evolution-memos + grep Test_eds_memo_2 Test_eds_memo_2 (1303828749.6946.32@mob-sync2) + echo evolution-memos: Test_eds_memo_2 exists evolution-memos: Test_eds_memo_2 exists wrappercheck-99 line 100: RET=0 wrappercheck-99 line 101: set -e wrappercheck-99 line 107: set +x *** killing and waiting for /usr/lib/evolution/evolution-calendar-factory wrappercheck-99 line 108: kill -INT -101 wrappercheck-99 line 108: kill -TERM -101 wrappercheck-99 line 108: kill -TERM 101 wrappercheck-99 line 110: KILL_PID=194 wrappercheck-99 line 115: set +e wrappercheck-99 line 116: wait 101 wrappercheck-99 line 117: SUBRET=143 wrappercheck-99 line 118: case $SUBRET in wrappercheck-99 line 118: SUBRET=0 wrappercheck-99 line 120: SUBRET=0 wrappercheck-99 line 121: '[' 194 ']' wwrappercheck-99 line 122: LC_ALL=C wwrappercheck-99 line 122: kill -KILL 194 wrappercheck-99 line 122: msg= wrappercheck-99 line 123: echo '' wrappercheck-99 line 123: grep -q 'No such process' /data/runtests/work/sources/syncevolution/test/wrappercheck.sh: line 130: 194 Killed perl -e "sleep(60); kill(9, -$BACKGROUND_PID);" wrappercheck-99 line 127: echo '' wrappercheck-99 line 129: wait 194 wrappercheck-99 line 131: set -e wrappercheck-99 line 132: '[' 0 = 0 ']' wrappercheck-99 line 133: RET=0 wrappercheck-99 line 136: exit 0 wrappercheck-79 line 100: RET=0 wrappercheck-79 line 101: set -e wrappercheck-79 line 107: set +x *** killing and waiting for /usr/lib/evolution/evolution-addressbook-factory wrappercheck-79 line 108: kill -INT -81 wrappercheck-79 line 108: kill -TERM -81 wrappercheck-79 line 108: kill -TERM 81 wrappercheck-79 line 110: KILL_PID=199 wrappercheck-79 line 109: perl -e 'sleep(60); kill(9, -81);' wrappercheck-79 line 115: set +e wrappercheck-79 line 116: wait 81 wrappercheck-79 line 117: SUBRET=143 wrappercheck-79 line 118: case $SUBRET in wrappercheck-79 line 118: SUBRET=0 wrappercheck-79 line 120: SUBRET=0 wrappercheck-79 line 121: '[' 199 ']' wwrappercheck-79 line 122: LC_ALL=C wwrappercheck-79 line 122: kill -KILL 199 wrappercheck-79 line 122: msg= wrappercheck-79 line 123: echo '' wrappercheck-79 line 123: grep -q 'No such process' /data/runtests/work/sources/syncevolution/test/wrappercheck.sh: line 130: 199 Killed perl -e "sleep(60); kill(9, -$BACKGROUND_PID);" wrappercheck-79 line 127: echo '' wrappercheck-79 line 129: wait 199 wrappercheck-79 line 131: set -e wrappercheck-79 line 132: '[' 0 = 0 ']' wrappercheck-79 line 133: RET=0 wrappercheck-79 line 136: exit 0 wrappercheck-19 line 100: RET=0 wrappercheck-19 line 101: set -e wrappercheck-19 line 107: set +x *** killing and waiting for /usr/lib/evolution/evolution-source-registry wrappercheck-19 line 108: kill -INT -24 wrappercheck-19 line 108: kill -TERM -24 wrappercheck-19 line 108: kill -TERM 24 wrappercheck-19 line 110: KILL_PID=204 wrappercheck-19 line 109: perl -e 'sleep(60); kill(9, -24);' wrappercheck-19 line 115: set +e wrappercheck-19 line 116: wait 24 wrappercheck-19 line 117: SUBRET=143 wrappercheck-19 line 118: case $SUBRET in wrappercheck-19 line 118: SUBRET=0 wrappercheck-19 line 120: SUBRET=0 wrappercheck-19 line 121: '[' 204 ']' wwrappercheck-19 line 122: LC_ALL=C wwrappercheck-19 line 122: kill -KILL 204 wrappercheck-19 line 122: msg= wrappercheck-19 line 123: echo '' wrappercheck-19 line 123: grep -q 'No such process' /data/runtests/work/sources/syncevolution/test/wrappercheck.sh: line 130: 204 Killed perl -e "sleep(60); kill(9, -$BACKGROUND_PID);" wrappercheck-19 line 127: echo '' wrappercheck-19 line 129: wait 204 wrappercheck-19 line 131: set -e wrappercheck-19 line 132: '[' 0 = 0 ']' wrappercheck-19 line 133: RET=0 wrappercheck-19 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=209 wrappercheck-15 line 115: set +e wrappercheck-15 line 116: wait 17 wrappercheck-15 line 109: perl -e 'sleep(60); kill(9, -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: '[' 209 ']' wwrappercheck-15 line 122: LC_ALL=C wwrappercheck-15 line 122: kill -KILL 209 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: 209 Killed perl -e "sleep(60); kill(9, -$BACKGROUND_PID);" wrappercheck-15 line 127: echo '' wrappercheck-15 line 129: wait 209 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.pK6CrZDMHg Fri Jan 5 16:09:18 2018 UTC (+ 7.8s / 777.7s) === cleaning up === runtests.py-17074 Fri Jan 5 16:09:18 2018 UTC (+ 777.7s / 2411.2s) *** ( cd /data/schroot/2018-01-05-07-10-all-testing-amd64/data/runtests/work/testing-amd64/tests/file; 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/file' 'XDG_CONFIG_HOME=/data/runtests/work/testing-amd64/home/file/config' 'XDG_DATA_HOME=/data/runtests/work/testing-amd64/home/file/data' 'XDG_CACHE_HOME=/data/runtests/work/testing-amd64/home/file/cache'; unset LD_LIBRARY_PATH; /data/runtests/work/sources/syncevolution/test/resources.py -j 1 -r file -- 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=file CLIENT_TEST_SOURCES= SYNC_EVOLUTION_EVO_CALENDAR_DELAY=1 CLIENT_TEST_ALARM=1200 CLIENT_TEST_FAILURES= CLIENT_TEST_SKIP=Client::Source::file_event::LinkedItemsDefault::testLinkedItemsInsertBothUpdateChildNoIDs,Client::Source::file_event::LinkedItemsDefault::testLinkedItemsUpdateChildNoIDs,Client::Source::file_event::LinkedItemsWithVALARM::testLinkedItemsInsertBothUpdateChildNoIDs,Client::Source::file_event::LinkedItemsWithVALARM::testLinkedItemsUpdateChildNoIDs,Client::Source::file_event::LinkedItemsAllDay::testLinkedItemsInsertBothUpdateChildNoIDs,Client::Source::file_event::LinkedItemsAllDay::testLinkedItemsUpdateChildNoIDs,Client::Source::file_event::LinkedItemsNoTZ::testLinkedItemsInsertBothUpdateChildNoIDs,Client::Source::file_event::LinkedItemsNoTZ::testLinkedItemsUpdateChildNoIDs 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/file -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::file_event ) Fri Jan 5 16:09:18 2018 UTC (+ 0.0s / 0.0s) === locking resource(s) ['file'] === Fri Jan 5 16:09:18 2018 UTC (+ 0.0s / 0.0s) property changed: status = acquired Fri Jan 5 16:09:18 2018 UTC (+ 0.0s / 0.0s) using jobserver Fri Jan 5 16:09:18 2018 UTC (+ 0.0s / 0.0s) === allocating 1 job slot(s) === Fri Jan 5 16:55:46 2018 UTC (+ 2788.8s / 2788.8s) === 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::file_event” gnome-keyring-daemon: insufficient process capabilities, unsecure memory might get used ** Message: couldn't access control socket: /tmp/tmp.jbYLyvJN78/keyring/control: No such file or directory + PS4='wrappercheck-$$ line ${LINENO}: ' wrappercheck-18 line 16: PIDS= wrappercheck-18 line 18: trap '[ "" ] && kill -TERM ' TERM wrappercheck-18 line 19: trap '[ "" ] && kill -INT ' INT wrappercheck-18 line 21: DAEMON_LOG= wrappercheck-18 line 22: WAIT_FOR_DAEMON_OUTPUT= wrappercheck-18 line 23: WAIT_FOR_DBUS_DAEMON= wrappercheck-18 line 25: declare -a BACKGROUND wrappercheck-18 line 26: declare -a ENV wrappercheck-18 line 28: '[' 34 -gt 1 ']' wrappercheck-18 line 28: '[' --daemon-log '!=' -- ']' wrappercheck-18 line 29: case "$1" in wrappercheck-18 line 31: shift wrappercheck-18 line 32: DAEMON_LOG=dbus-monitor.log wrappercheck-18 line 53: shift wrappercheck-18 line 28: '[' 32 -gt 1 ']' wrappercheck-18 line 28: '[' dbus-monitor '!=' -- ']' wrappercheck-18 line 29: case "$1" in wrappercheck-18 line 50: break wrappercheck-18 line 56: '[' 32 -gt 1 ']' wrappercheck-18 line 56: '[' dbus-monitor '!=' -- ']' wrappercheck-18 line 57: BACKGROUND[${#BACKGROUND[*]}]=dbus-monitor wrappercheck-18 line 58: shift wrappercheck-18 line 56: '[' 31 -gt 1 ']' wrappercheck-18 line 56: '[' interface=org.freedesktop.DBus '!=' -- ']' wrappercheck-18 line 57: BACKGROUND[${#BACKGROUND[*]}]=interface=org.freedesktop.DBus wrappercheck-18 line 58: shift wrappercheck-18 line 56: '[' 30 -gt 1 ']' wrappercheck-18 line 56: '[' -- '!=' -- ']' wrappercheck-18 line 60: shift wrappercheck-18 line 62: '[' dbus-monitor.log ']' wrappercheck-18 line 62: '[' '' ']' wrappercheck-18 line 66: set +x *** starting dbus-monitor as background daemon, output to dbus-monitor.log wrappercheck-18 line 72: BACKGROUND_PID=22 wrappercheck-18 line 73: PIDS+=22 wrappercheck-18 line 70: set -x wrappercheck-18 line 70: exec wrappercheck-18 line 75: '[' dbus-monitor.log ']' wrappercheck-18 line 75: '[' '' ']' wrappercheck-18 line 84: '[' '' ']' wrappercheck-18 line 93: kill -0 22 wrappercheck-18 line 94: set +e wrappercheck-18 line 95: '[' '' ']' wrappercheck-18 line 99: set -x wrappercheck-18 line 99: /data/runtests/work/sources/syncevolution/test/wrappercheck.sh --daemon-log evolution-source-registry.log --daemon-sleep 5 --wait-for-dbus-daemon org.gnome.evolution.dataserver.Sources /usr/lib/evolution/evolution-source-registry -- /data/runtests/work/sources/syncevolution/test/wrappercheck.sh --daemon-log evolution-addressbook-factory.log --wait-for-dbus-daemon org.gnome.evolution.dataserver.AddressBook /usr/lib/evolution/evolution-addressbook-factory --keep-running -- /data/runtests/work/sources/syncevolution/test/wrappercheck.sh --daemon-log evolution-calendar-factory.log /usr/lib/evolution/evolution-calendar-factory --keep-running -- env LD_LIBRARY_PATH=build-synthesis/src/.libs:.libs:syncevo/.libs:gdbus/.libs:gdbusxx/.libs: PATH=backends/webdav:.:/home/nightly/bin:/home/nightly/testing:/usr/sbin:/sbin:/home/nightly/testing:/usr/sbin:/sbin:/home/nightly/bin:/usr/local/bin:/usr/bin:/bin:/usr/games:/usr/lib/mit/bin:/usr/lib/mit/sbin: /data/runtests/work/sources/syncevolution/test/valgrindcheck.sh ./client-test Client::Source::file_event + PS4='wrappercheck-$$ line ${LINENO}: ' wrappercheck-25 line 16: PIDS= wrappercheck-25 line 18: trap '[ "" ] && kill -TERM ' TERM wrappercheck-25 line 19: trap '[ "" ] && kill -INT ' INT wrappercheck-25 line 21: DAEMON_LOG= wrappercheck-25 line 22: WAIT_FOR_DAEMON_OUTPUT= wrappercheck-25 line 23: WAIT_FOR_DBUS_DAEMON= wrappercheck-25 line 25: declare -a BACKGROUND wrappercheck-25 line 26: declare -a ENV wrappercheck-25 line 28: '[' 28 -gt 1 ']' wrappercheck-25 line 28: '[' --daemon-log '!=' -- ']' wrappercheck-25 line 29: case "$1" in wrappercheck-25 line 31: shift wrappercheck-25 line 32: DAEMON_LOG=evolution-source-registry.log wrappercheck-25 line 53: shift wrappercheck-25 line 28: '[' 26 -gt 1 ']' wrappercheck-25 line 28: '[' --daemon-sleep '!=' -- ']' wrappercheck-25 line 29: case "$1" in wrappercheck-25 line 43: shift wrappercheck-25 line 44: DAEMON_SLEEP=5 wrappercheck-25 line 53: shift wrappercheck-25 line 28: '[' 24 -gt 1 ']' wrappercheck-25 line 28: '[' --wait-for-dbus-daemon '!=' -- ']' wrappercheck-25 line 29: case "$1" in wrappercheck-25 line 35: shift wrappercheck-25 line 36: WAIT_FOR_DBUS_DAEMON=org.gnome.evolution.dataserver.Sources wrappercheck-25 line 53: shift wrappercheck-25 line 28: '[' 22 -gt 1 ']' wrappercheck-25 line 28: '[' /usr/lib/evolution/evolution-source-registry '!=' -- ']' wrappercheck-25 line 29: case "$1" in wrappercheck-25 line 50: break wrappercheck-25 line 56: '[' 22 -gt 1 ']' wrappercheck-25 line 56: '[' /usr/lib/evolution/evolution-source-registry '!=' -- ']' wrappercheck-25 line 57: BACKGROUND[${#BACKGROUND[*]}]=/usr/lib/evolution/evolution-source-registry wrappercheck-25 line 58: shift wrappercheck-25 line 56: '[' 21 -gt 1 ']' wrappercheck-25 line 56: '[' -- '!=' -- ']' wrappercheck-25 line 60: shift wrappercheck-25 line 62: '[' evolution-source-registry.log ']' wrappercheck-25 line 62: '[' '' ']' wrappercheck-25 line 66: set +x *** starting /usr/lib/evolution/evolution-source-registry as background daemon, output to evolution-source-registry.log wrappercheck-25 line 72: BACKGROUND_PID=30 wrappercheck-25 line 73: PIDS+=30 wrappercheck-25 line 75: '[' evolution-source-registry.log ']' wrappercheck-25 line 75: '[' '' ']' wrappercheck-25 line 84: '[' org.gnome.evolution.dataserver.Sources ']' wrappercheck-25 line 85: set +x wrappercheck-25 line 70: set -x wrappercheck-25 line 70: exec *** 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-25 line 93: kill -0 30 wrappercheck-25 line 94: set +e wrappercheck-25 line 95: '[' 5 ']' wrappercheck-25 line 96: set +x *** 'sleep 5' for daemon to settle down wrappercheck-25 line 97: sleep 5 wrappercheck-25 line 99: set -x wrappercheck-25 line 99: /data/runtests/work/sources/syncevolution/test/wrappercheck.sh --daemon-log evolution-addressbook-factory.log --wait-for-dbus-daemon org.gnome.evolution.dataserver.AddressBook /usr/lib/evolution/evolution-addressbook-factory --keep-running -- /data/runtests/work/sources/syncevolution/test/wrappercheck.sh --daemon-log evolution-calendar-factory.log /usr/lib/evolution/evolution-calendar-factory --keep-running -- env LD_LIBRARY_PATH=build-synthesis/src/.libs:.libs:syncevo/.libs:gdbus/.libs:gdbusxx/.libs: PATH=backends/webdav:.:/home/nightly/bin:/home/nightly/testing:/usr/sbin:/sbin:/home/nightly/testing:/usr/sbin:/sbin:/home/nightly/bin:/usr/local/bin:/usr/bin:/bin:/usr/games:/usr/lib/mit/bin:/usr/lib/mit/sbin: /data/runtests/work/sources/syncevolution/test/valgrindcheck.sh ./client-test Client::Source::file_event + PS4='wrappercheck-$$ line ${LINENO}: ' wrappercheck-84 line 16: PIDS= wrappercheck-84 line 18: trap '[ "" ] && kill -TERM ' TERM wrappercheck-84 line 19: trap '[ "" ] && kill -INT ' INT wrappercheck-84 line 21: DAEMON_LOG= wrappercheck-84 line 22: WAIT_FOR_DAEMON_OUTPUT= wrappercheck-84 line 23: WAIT_FOR_DBUS_DAEMON= wrappercheck-84 line 25: declare -a BACKGROUND wrappercheck-84 line 26: declare -a ENV wrappercheck-84 line 28: '[' 19 -gt 1 ']' wrappercheck-84 line 28: '[' --daemon-log '!=' -- ']' wrappercheck-84 line 29: case "$1" in wrappercheck-84 line 31: shift wrappercheck-84 line 32: DAEMON_LOG=evolution-addressbook-factory.log wrappercheck-84 line 53: shift wrappercheck-84 line 28: '[' 17 -gt 1 ']' wrappercheck-84 line 28: '[' --wait-for-dbus-daemon '!=' -- ']' wrappercheck-84 line 29: case "$1" in wrappercheck-84 line 35: shift wrappercheck-84 line 36: WAIT_FOR_DBUS_DAEMON=org.gnome.evolution.dataserver.AddressBook wrappercheck-84 line 53: shift wrappercheck-84 line 28: '[' 15 -gt 1 ']' wrappercheck-84 line 28: '[' /usr/lib/evolution/evolution-addressbook-factory '!=' -- ']' wrappercheck-84 line 29: case "$1" in wrappercheck-84 line 50: break wrappercheck-84 line 56: '[' 15 -gt 1 ']' wrappercheck-84 line 56: '[' /usr/lib/evolution/evolution-addressbook-factory '!=' -- ']' wrappercheck-84 line 57: BACKGROUND[${#BACKGROUND[*]}]=/usr/lib/evolution/evolution-addressbook-factory wrappercheck-84 line 58: shift wrappercheck-84 line 56: '[' 14 -gt 1 ']' wrappercheck-84 line 56: '[' --keep-running '!=' -- ']' wrappercheck-84 line 57: BACKGROUND[${#BACKGROUND[*]}]=--keep-running wrappercheck-84 line 58: shift wrappercheck-84 line 56: '[' 13 -gt 1 ']' wrappercheck-84 line 56: '[' -- '!=' -- ']' wrappercheck-84 line 60: shift wrappercheck-84 line 62: '[' evolution-addressbook-factory.log ']' wrappercheck-84 line 62: '[' '' ']' wrappercheck-84 line 66: set +x *** starting /usr/lib/evolution/evolution-addressbook-factory as background daemon, output to evolution-addressbook-factory.log wrappercheck-84 line 72: BACKGROUND_PID=86 wrappercheck-84 line 73: PIDS+=86 wrappercheck-84 line 75: '[' evolution-addressbook-factory.log ']' wrappercheck-84 line 75: '[' '' ']' wrappercheck-84 line 70: set -x wrappercheck-84 line 70: exec wrappercheck-84 line 84: '[' org.gnome.evolution.dataserver.AddressBook ']' wrappercheck-84 line 85: set +x *** waiting for daemon to connect to D-Bus as 'org.gnome.evolution.dataserver.AddressBook' wrappercheck-84 line 93: kill -0 86 wrappercheck-84 line 94: set +e wrappercheck-84 line 95: '[' '' ']' wrappercheck-84 line 99: set -x wrappercheck-84 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::file_event + PS4='wrappercheck-$$ line ${LINENO}: ' wrappercheck-104 line 16: PIDS= wrappercheck-104 line 18: trap '[ "" ] && kill -TERM ' TERM wrappercheck-104 line 19: trap '[ "" ] && kill -INT ' INT wrappercheck-104 line 21: DAEMON_LOG= wrappercheck-104 line 22: WAIT_FOR_DAEMON_OUTPUT= wrappercheck-104 line 23: WAIT_FOR_DBUS_DAEMON= wrappercheck-104 line 25: declare -a BACKGROUND wrappercheck-104 line 26: declare -a ENV wrappercheck-104 line 28: '[' 11 -gt 1 ']' wrappercheck-104 line 28: '[' --daemon-log '!=' -- ']' wrappercheck-104 line 29: case "$1" in wrappercheck-104 line 31: shift wrappercheck-104 line 32: DAEMON_LOG=evolution-calendar-factory.log wrappercheck-104 line 53: shift wrappercheck-104 line 28: '[' 9 -gt 1 ']' wrappercheck-104 line 28: '[' /usr/lib/evolution/evolution-calendar-factory '!=' -- ']' wrappercheck-104 line 29: case "$1" in wrappercheck-104 line 50: break wrappercheck-104 line 56: '[' 9 -gt 1 ']' wrappercheck-104 line 56: '[' /usr/lib/evolution/evolution-calendar-factory '!=' -- ']' wrappercheck-104 line 57: BACKGROUND[${#BACKGROUND[*]}]=/usr/lib/evolution/evolution-calendar-factory wrappercheck-104 line 58: shift wrappercheck-104 line 56: '[' 8 -gt 1 ']' wrappercheck-104 line 56: '[' --keep-running '!=' -- ']' wrappercheck-104 line 57: BACKGROUND[${#BACKGROUND[*]}]=--keep-running wrappercheck-104 line 58: shift wrappercheck-104 line 56: '[' 7 -gt 1 ']' wrappercheck-104 line 56: '[' -- '!=' -- ']' wrappercheck-104 line 60: shift wrappercheck-104 line 62: '[' evolution-calendar-factory.log ']' wrappercheck-104 line 62: '[' '' ']' wrappercheck-104 line 66: set +x *** starting /usr/lib/evolution/evolution-calendar-factory as background daemon, output to evolution-calendar-factory.log wrappercheck-104 line 72: BACKGROUND_PID=106 wrappercheck-104 line 73: PIDS+=106 wrappercheck-104 line 75: '[' evolution-calendar-factory.log ']' wrappercheck-104 line 70: set -x wrappercheck-104 line 75: '[' '' ']' wrappercheck-104 line 70: exec wrappercheck-104 line 84: '[' '' ']' wrappercheck-104 line 93: kill -0 106 wrappercheck-104 line 94: set +e wrappercheck-104 line 95: '[' '' ']' wrappercheck-104 line 99: set -x wrappercheck-104 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::file_event *** 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/file/valgrind.p109.c%p.out ./client-test Client::Source::file_event Client::Source::file_event::testOpen okay Client::Source::file_event::testIterateTwice okay Client::Source::file_event::testDelete404 okay Client::Source::file_event::testReadItem404 okay Client::Source::file_event::testSimpleInsert okay Client::Source::file_event::testLocalDeleteAll okay Client::Source::file_event::testComplexInsert okay Client::Source::file_event::testInsertTwice okay Client::Source::file_event::testLocalUpdate okay Client::Source::file_event::testChanges okay Client::Source::file_event::testChangesMultiCycles okay Client::Source::file_event::testImport okay Client::Source::file_event::testImportDelete okay Client::Source::file_event::testRemoveProperties okay Client::Source::file_event::testManyChanges okay Client::Source::file_event::LinkedItemsDefault::testLinkedItemsParent okay Client::Source::file_event::LinkedItemsDefault::testLinkedItemsChild okay Client::Source::file_event::LinkedItemsDefault::testLinkedItemsParentChild okay Client::Source::file_event::LinkedItemsDefault::testLinkedItemsChildParent okay Client::Source::file_event::LinkedItemsDefault::testLinkedItemsChildChangesParent okay Client::Source::file_event::LinkedItemsDefault::testLinkedItemsRemoveParentFirst okay Client::Source::file_event::LinkedItemsDefault::testLinkedItemsRemoveNormal okay Client::Source::file_event::LinkedItemsDefault::testLinkedItemsParentUpdate okay Client::Source::file_event::LinkedItemsDefault::testLinkedItemsUpdateChild okay Client::Source::file_event::LinkedItemsDefault::testLinkedItemsInsertBothUpdateChild okay Client::Source::file_event::LinkedItemsDefault::testLinkedItemsInsertBothUpdateParent okay Client::Source::file_event::LinkedItemsDefault::testLinkedItemsSingle404 okay Client::Source::file_event::LinkedItemsDefault::testLinkedItemsMany404 okay Client::Source::file_event::LinkedItemsWithVALARM::testLinkedItemsParent okay Client::Source::file_event::LinkedItemsWithVALARM::testLinkedItemsChild okay Client::Source::file_event::LinkedItemsWithVALARM::testLinkedItemsParentChild okay Client::Source::file_event::LinkedItemsWithVALARM::testLinkedItemsChildParent okay Client::Source::file_event::LinkedItemsWithVALARM::testLinkedItemsChildChangesParent okay Client::Source::file_event::LinkedItemsWithVALARM::testLinkedItemsRemoveParentFirst okay Client::Source::file_event::LinkedItemsWithVALARM::testLinkedItemsRemoveNormal okay Client::Source::file_event::LinkedItemsWithVALARM::testLinkedItemsParentUpdate okay Client::Source::file_event::LinkedItemsWithVALARM::testLinkedItemsUpdateChild okay Client::Source::file_event::LinkedItemsWithVALARM::testLinkedItemsInsertBothUpdateChild okay Client::Source::file_event::LinkedItemsWithVALARM::testLinkedItemsInsertBothUpdateParent okay Client::Source::file_event::LinkedItemsAllDay::testLinkedItemsParent okay Client::Source::file_event::LinkedItemsAllDay::testLinkedItemsChild okay Client::Source::file_event::LinkedItemsAllDay::testLinkedItemsParentChild okay Client::Source::file_event::LinkedItemsAllDay::testLinkedItemsChildParent okay Client::Source::file_event::LinkedItemsAllDay::testLinkedItemsChildChangesParent okay Client::Source::file_event::LinkedItemsAllDay::testLinkedItemsRemoveParentFirst okay Client::Source::file_event::LinkedItemsAllDay::testLinkedItemsRemoveNormal okay Client::Source::file_event::LinkedItemsAllDay::testLinkedItemsParentUpdate okay Client::Source::file_event::LinkedItemsAllDay::testLinkedItemsUpdateChild okay Client::Source::file_event::LinkedItemsAllDay::testLinkedItemsInsertBothUpdateChild okay Client::Source::file_event::LinkedItemsAllDay::testLinkedItemsInsertBothUpdateParent okay Client::Source::file_event::LinkedItemsNoTZ::testLinkedItemsParent okay Client::Source::file_event::LinkedItemsNoTZ::testLinkedItemsChild okay Client::Source::file_event::LinkedItemsNoTZ::testLinkedItemsParentChild okay Client::Source::file_event::LinkedItemsNoTZ::testLinkedItemsChildParent okay Client::Source::file_event::LinkedItemsNoTZ::testLinkedItemsChildChangesParent okay Client::Source::file_event::LinkedItemsNoTZ::testLinkedItemsRemoveParentFirst okay Client::Source::file_event::LinkedItemsNoTZ::testLinkedItemsRemoveNormal okay Client::Source::file_event::LinkedItemsNoTZ::testLinkedItemsParentUpdate okay Client::Source::file_event::LinkedItemsNoTZ::testLinkedItemsUpdateChild okay Client::Source::file_event::LinkedItemsNoTZ::testLinkedItemsInsertBothUpdateChild okay Client::Source::file_event::LinkedItemsNoTZ::testLinkedItemsInsertBothUpdateParent okay OKvalgrindcheck (109): './client-test Client::Source::file_event' (113): returned 0 ==113== Memcheck, a memory error detector ==113== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==113== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==113== Command: ./client-test Client::Source::file_event ==113== Parent PID: 109 ==113== ==113== ==113== HEAP SUMMARY: ==113== in use at exit: 261,620 bytes in 3,725 blocks ==113== total heap usage: 142,653 allocs, 138,928 frees, 24,809,401 bytes allocated ==113== ==113== LEAK SUMMARY: ==113== definitely lost: 0 bytes in 0 blocks ==113== indirectly lost: 0 bytes in 0 blocks ==113== possibly lost: 96 bytes in 1 blocks ==113== still reachable: 44,695 bytes in 277 blocks ==113== of which reachable via heuristic: ==113== newarray : 5,800 bytes in 17 blocks ==113== suppressed: 216,829 bytes in 3,447 blocks ==113== Reachable blocks (those to which a pointer was found) are not shown. ==113== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==113== ==113== For counts of detected and suppressed errors, rerun with: -v ==113== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 61 from 61) ==121== Memcheck, a memory error detector ==121== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==121== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==121== Command: ./client-test Client::Source::file_event::testOpen ==121== Parent PID: 113 ==121== ==121== ==121== HEAP SUMMARY: ==121== in use at exit: 261,668 bytes in 3,726 blocks ==121== total heap usage: 115,083 allocs, 111,357 frees, 18,603,758 bytes allocated ==121== ==121== LEAK SUMMARY: ==121== definitely lost: 0 bytes in 0 blocks ==121== indirectly lost: 0 bytes in 0 blocks ==121== possibly lost: 96 bytes in 1 blocks ==121== still reachable: 44,743 bytes in 278 blocks ==121== of which reachable via heuristic: ==121== newarray : 5,800 bytes in 17 blocks ==121== suppressed: 216,829 bytes in 3,447 blocks ==121== Reachable blocks (those to which a pointer was found) are not shown. ==121== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==121== ==121== For counts of detected and suppressed errors, rerun with: -v ==121== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 61 from 61) ==122== Memcheck, a memory error detector ==122== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==122== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==122== Command: ./client-test Client::Source::file_event::testIterateTwice ==122== Parent PID: 113 ==122== ==122== ==122== HEAP SUMMARY: ==122== in use at exit: 261,644 bytes in 3,726 blocks ==122== total heap usage: 115,471 allocs, 111,745 frees, 18,791,379 bytes allocated ==122== ==122== LEAK SUMMARY: ==122== definitely lost: 0 bytes in 0 blocks ==122== indirectly lost: 0 bytes in 0 blocks ==122== possibly lost: 96 bytes in 1 blocks ==122== still reachable: 44,743 bytes in 278 blocks ==122== of which reachable via heuristic: ==122== newarray : 5,800 bytes in 17 blocks ==122== suppressed: 216,805 bytes in 3,447 blocks ==122== Reachable blocks (those to which a pointer was found) are not shown. ==122== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==122== ==122== For counts of detected and suppressed errors, rerun with: -v ==122== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 61 from 61) ==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::file_event::testDelete404 ==123== Parent PID: 113 ==123== ==123== ==123== HEAP SUMMARY: ==123== in use at exit: 261,604 bytes in 3,724 blocks ==123== total heap usage: 115,431 allocs, 111,707 frees, 18,781,500 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: 96 bytes in 1 blocks ==123== still reachable: 44,743 bytes in 278 blocks ==123== of which reachable via heuristic: ==123== newarray : 5,800 bytes in 17 blocks ==123== suppressed: 216,765 bytes in 3,445 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: 1 errors from 1 contexts (suppressed: 61 from 61) ==124== Memcheck, a memory error detector ==124== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==124== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==124== Command: ./client-test Client::Source::file_event::testReadItem404 ==124== Parent PID: 113 ==124== ==124== ==124== HEAP SUMMARY: ==124== in use at exit: 261,644 bytes in 3,726 blocks ==124== total heap usage: 115,435 allocs, 111,709 frees, 18,782,276 bytes allocated ==124== ==124== LEAK SUMMARY: ==124== definitely lost: 0 bytes in 0 blocks ==124== indirectly lost: 0 bytes in 0 blocks ==124== possibly lost: 96 bytes in 1 blocks ==124== still reachable: 44,743 bytes in 278 blocks ==124== of which reachable via heuristic: ==124== newarray : 5,800 bytes in 17 blocks ==124== suppressed: 216,805 bytes in 3,447 blocks ==124== Reachable blocks (those to which a pointer was found) are not shown. ==124== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==124== ==124== For counts of detected and suppressed errors, rerun with: -v ==124== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 61 from 61) ==125== Memcheck, a memory error detector ==125== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==125== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==125== Command: ./client-test Client::Source::file_event::testSimpleInsert ==125== Parent PID: 113 ==125== ==125== ==125== HEAP SUMMARY: ==125== in use at exit: 261,928 bytes in 3,735 blocks ==125== total heap usage: 124,331 allocs, 120,596 frees, 19,724,611 bytes allocated ==125== ==125== LEAK SUMMARY: ==125== definitely lost: 0 bytes in 0 blocks ==125== indirectly lost: 0 bytes in 0 blocks ==125== possibly lost: 96 bytes in 1 blocks ==125== still reachable: 44,955 bytes in 283 blocks ==125== of which reachable via heuristic: ==125== newarray : 5,800 bytes in 17 blocks ==125== suppressed: 216,877 bytes in 3,451 blocks ==125== Reachable blocks (those to which a pointer was found) are not shown. ==125== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==125== ==125== For counts of detected and suppressed errors, rerun with: -v ==125== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 61 from 61) ==126== Memcheck, a memory error detector ==126== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==126== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==126== Command: ./client-test Client::Source::file_event::testLocalDeleteAll ==126== Parent PID: 113 ==126== ==126== ==126== HEAP SUMMARY: ==126== in use at exit: 261,904 bytes in 3,733 blocks ==126== total heap usage: 141,604 allocs, 137,871 frees, 21,529,232 bytes allocated ==126== ==126== LEAK SUMMARY: ==126== definitely lost: 0 bytes in 0 blocks ==126== indirectly lost: 0 bytes in 0 blocks ==126== possibly lost: 96 bytes in 1 blocks ==126== still reachable: 44,955 bytes in 283 blocks ==126== of which reachable via heuristic: ==126== newarray : 5,800 bytes in 17 blocks ==126== suppressed: 216,853 bytes in 3,449 blocks ==126== Reachable blocks (those to which a pointer was found) are not shown. ==126== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==126== ==126== For counts of detected and suppressed errors, rerun with: -v ==126== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 61 from 61) ==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::file_event::testComplexInsert ==127== Parent PID: 113 ==127== ==127== ==127== HEAP SUMMARY: ==127== in use at exit: 261,968 bytes in 3,735 blocks ==127== total heap usage: 149,958 allocs, 146,223 frees, 22,344,868 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: 96 bytes in 1 blocks ==127== still reachable: 44,955 bytes in 283 blocks ==127== of which reachable via heuristic: ==127== newarray : 5,800 bytes in 17 blocks ==127== suppressed: 216,917 bytes in 3,451 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: 1 errors from 1 contexts (suppressed: 61 from 61) ==128== Memcheck, a memory error detector ==128== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==128== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==128== Command: ./client-test Client::Source::file_event::testInsertTwice ==128== Parent PID: 113 ==128== ==128== ==128== HEAP SUMMARY: ==128== in use at exit: 261,936 bytes in 3,735 blocks ==128== total heap usage: 133,059 allocs, 129,324 frees, 20,680,952 bytes allocated ==128== ==128== LEAK SUMMARY: ==128== definitely lost: 0 bytes in 0 blocks ==128== indirectly lost: 0 bytes in 0 blocks ==128== possibly lost: 96 bytes in 1 blocks ==128== still reachable: 44,955 bytes in 283 blocks ==128== of which reachable via heuristic: ==128== newarray : 5,800 bytes in 17 blocks ==128== suppressed: 216,885 bytes in 3,451 blocks ==128== Reachable blocks (those to which a pointer was found) are not shown. ==128== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==128== ==128== For counts of detected and suppressed errors, rerun with: -v ==128== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 61 from 61) ==129== Memcheck, a memory error detector ==129== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==129== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==129== Command: ./client-test Client::Source::file_event::testLocalUpdate ==129== Parent PID: 113 ==129== ==129== ==129== HEAP SUMMARY: ==129== in use at exit: 261,880 bytes in 3,733 blocks ==129== total heap usage: 159,020 allocs, 155,287 frees, 23,359,605 bytes allocated ==129== ==129== LEAK SUMMARY: ==129== definitely lost: 0 bytes in 0 blocks ==129== indirectly lost: 0 bytes in 0 blocks ==129== possibly lost: 96 bytes in 1 blocks ==129== still reachable: 44,955 bytes in 283 blocks ==129== of which reachable via heuristic: ==129== newarray : 5,800 bytes in 17 blocks ==129== suppressed: 216,829 bytes in 3,449 blocks ==129== Reachable blocks (those to which a pointer was found) are not shown. ==129== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==129== ==129== For counts of detected and suppressed errors, rerun with: -v ==129== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 61 from 61) ==130== Memcheck, a memory error detector ==130== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==130== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==130== Command: ./client-test Client::Source::file_event::testChanges ==130== Parent PID: 113 ==130== ==130== ==130== HEAP SUMMARY: ==130== in use at exit: 262,072 bytes in 3,735 blocks ==130== total heap usage: 435,234 allocs, 431,499 frees, 52,127,460 bytes allocated ==130== ==130== LEAK SUMMARY: ==130== definitely lost: 0 bytes in 0 blocks ==130== indirectly lost: 0 bytes in 0 blocks ==130== possibly lost: 96 bytes in 1 blocks ==130== still reachable: 45,179 bytes in 284 blocks ==130== of which reachable via heuristic: ==130== newarray : 5,800 bytes in 17 blocks ==130== suppressed: 216,797 bytes in 3,450 blocks ==130== Reachable blocks (those to which a pointer was found) are not shown. ==130== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==130== ==130== For counts of detected and suppressed errors, rerun with: -v ==130== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 61 from 61) ==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::file_event::testChangesMultiCycles ==131== Parent PID: 113 ==131== ==131== ==131== HEAP SUMMARY: ==131== in use at exit: 262,096 bytes in 3,735 blocks ==131== total heap usage: 332,066 allocs, 328,331 frees, 42,758,190 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: 96 bytes in 1 blocks ==131== still reachable: 45,179 bytes in 284 blocks ==131== of which reachable via heuristic: ==131== newarray : 5,800 bytes in 17 blocks ==131== suppressed: 216,821 bytes in 3,450 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: 1 errors from 1 contexts (suppressed: 61 from 61) ==132== Memcheck, a memory error detector ==132== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==132== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==132== Command: ./client-test Client::Source::file_event::testImport ==132== Parent PID: 113 ==132== ==132== ==132== HEAP SUMMARY: ==132== in use at exit: 261,936 bytes in 3,735 blocks ==132== total heap usage: 163,202 allocs, 159,467 frees, 25,531,058 bytes allocated ==132== ==132== LEAK SUMMARY: ==132== definitely lost: 0 bytes in 0 blocks ==132== indirectly lost: 0 bytes in 0 blocks ==132== possibly lost: 96 bytes in 1 blocks ==132== still reachable: 44,955 bytes in 283 blocks ==132== of which reachable via heuristic: ==132== newarray : 5,800 bytes in 17 blocks ==132== suppressed: 216,885 bytes in 3,451 blocks ==132== Reachable blocks (those to which a pointer was found) are not shown. ==132== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==132== ==132== For counts of detected and suppressed errors, rerun with: -v ==132== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 61 from 61) ==133== Memcheck, a memory error detector ==133== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==133== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==133== Command: ./client-test Client::Source::file_event::testImport ==133== Parent PID: 132 ==133== ==141== Memcheck, a memory error detector ==141== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==141== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==141== Command: ./client-test Client::Source::file_event::testImportDelete ==141== Parent PID: 113 ==141== ==141== ==141== HEAP SUMMARY: ==141== in use at exit: 261,872 bytes in 3,733 blocks ==141== total heap usage: 182,961 allocs, 179,228 frees, 28,187,638 bytes allocated ==141== ==141== LEAK SUMMARY: ==141== definitely lost: 0 bytes in 0 blocks ==141== indirectly lost: 0 bytes in 0 blocks ==141== possibly lost: 96 bytes in 1 blocks ==141== still reachable: 44,955 bytes in 283 blocks ==141== of which reachable via heuristic: ==141== newarray : 5,800 bytes in 17 blocks ==141== suppressed: 216,821 bytes in 3,449 blocks ==141== Reachable blocks (those to which a pointer was found) are not shown. ==141== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==141== ==141== For counts of detected and suppressed errors, rerun with: -v ==141== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 61 from 61) ==142== Memcheck, a memory error detector ==142== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==142== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==142== Command: ./client-test Client::Source::file_event::testImportDelete ==142== Parent PID: 141 ==142== ==150== Memcheck, a memory error detector ==150== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==150== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==150== Command: ./client-test Client::Source::file_event::testRemoveProperties ==150== Parent PID: 113 ==150== ==150== ==150== HEAP SUMMARY: ==150== in use at exit: 261,920 bytes in 3,735 blocks ==150== total heap usage: 206,155 allocs, 202,420 frees, 31,817,943 bytes allocated ==150== ==150== LEAK SUMMARY: ==150== definitely lost: 0 bytes in 0 blocks ==150== indirectly lost: 0 bytes in 0 blocks ==150== possibly lost: 96 bytes in 1 blocks ==150== still reachable: 44,955 bytes in 283 blocks ==150== of which reachable via heuristic: ==150== newarray : 5,800 bytes in 17 blocks ==150== suppressed: 216,869 bytes in 3,451 blocks ==150== Reachable blocks (those to which a pointer was found) are not shown. ==150== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==150== ==150== For counts of detected and suppressed errors, rerun with: -v ==150== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 61 from 61) ==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::file_event::testRemoveProperties ==151== Parent PID: 150 ==151== ==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::file_event::testManyChanges ==159== Parent PID: 113 ==159== ==159== ==159== HEAP SUMMARY: ==159== in use at exit: 261,912 bytes in 3,735 blocks ==159== total heap usage: 220,645 allocs, 216,910 frees, 36,548,376 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: 96 bytes in 1 blocks ==159== still reachable: 44,955 bytes in 283 blocks ==159== of which reachable via heuristic: ==159== newarray : 5,800 bytes in 17 blocks ==159== suppressed: 216,861 bytes in 3,451 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: 1 errors from 1 contexts (suppressed: 61 from 61) ==160== Memcheck, a memory error detector ==160== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==160== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==160== Command: ./client-test Client::Source::file_event::LinkedItemsDefault::testLinkedItemsParent ==160== Parent PID: 113 ==160== ==160== ==160== HEAP SUMMARY: ==160== in use at exit: 261,872 bytes in 3,733 blocks ==160== total heap usage: 184,681 allocs, 180,948 frees, 26,042,485 bytes allocated ==160== ==160== LEAK SUMMARY: ==160== definitely lost: 0 bytes in 0 blocks ==160== indirectly lost: 0 bytes in 0 blocks ==160== possibly lost: 96 bytes in 1 blocks ==160== still reachable: 44,955 bytes in 283 blocks ==160== of which reachable via heuristic: ==160== newarray : 5,800 bytes in 17 blocks ==160== suppressed: 216,821 bytes in 3,449 blocks ==160== Reachable blocks (those to which a pointer was found) are not shown. ==160== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==160== ==160== For counts of detected and suppressed errors, rerun with: -v ==160== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 61 from 61) ==161== Memcheck, a memory error detector ==161== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==161== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==161== Command: ./client-test Client::Source::file_event::LinkedItemsDefault::testLinkedItemsParent ==161== Parent PID: 160 ==161== ==169== Memcheck, a memory error detector ==169== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==169== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==169== Command: ./client-test Client::Source::file_event::LinkedItemsDefault::testLinkedItemsChild ==169== Parent PID: 113 ==169== ==169== ==169== HEAP SUMMARY: ==169== in use at exit: 261,920 bytes in 3,735 blocks ==169== total heap usage: 184,684 allocs, 180,949 frees, 26,042,427 bytes allocated ==169== ==169== LEAK SUMMARY: ==169== definitely lost: 0 bytes in 0 blocks ==169== indirectly lost: 0 bytes in 0 blocks ==169== possibly lost: 96 bytes in 1 blocks ==169== still reachable: 44,955 bytes in 283 blocks ==169== of which reachable via heuristic: ==169== newarray : 5,800 bytes in 17 blocks ==169== suppressed: 216,869 bytes in 3,451 blocks ==169== Reachable blocks (those to which a pointer was found) are not shown. ==169== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==169== ==169== For counts of detected and suppressed errors, rerun with: -v ==169== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 61 from 61) ==170== Memcheck, a memory error detector ==170== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==170== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==170== Command: ./client-test Client::Source::file_event::LinkedItemsDefault::testLinkedItemsChild ==170== Parent PID: 169 ==170== ==178== Memcheck, a memory error detector ==178== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==178== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==178== Command: ./client-test Client::Source::file_event::LinkedItemsDefault::testLinkedItemsParentChild ==178== Parent PID: 113 ==178== ==178== ==178== HEAP SUMMARY: ==178== in use at exit: 261,936 bytes in 3,735 blocks ==178== total heap usage: 202,211 allocs, 198,476 frees, 27,905,517 bytes allocated ==178== ==178== LEAK SUMMARY: ==178== definitely lost: 0 bytes in 0 blocks ==178== indirectly lost: 0 bytes in 0 blocks ==178== possibly lost: 96 bytes in 1 blocks ==178== still reachable: 44,955 bytes in 283 blocks ==178== of which reachable via heuristic: ==178== newarray : 5,800 bytes in 17 blocks ==178== suppressed: 216,885 bytes in 3,451 blocks ==178== Reachable blocks (those to which a pointer was found) are not shown. ==178== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==178== ==178== For counts of detected and suppressed errors, rerun with: -v ==178== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 61 from 61) ==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::file_event::LinkedItemsDefault::testLinkedItemsParentChild ==179== Parent PID: 178 ==179== ==187== Memcheck, a memory error detector ==187== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==187== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==187== Command: ./client-test Client::Source::file_event::LinkedItemsDefault::testLinkedItemsChildParent ==187== Parent PID: 113 ==187== ==187== ==187== HEAP SUMMARY: ==187== in use at exit: 261,840 bytes in 3,731 blocks ==187== total heap usage: 193,656 allocs, 189,925 frees, 27,036,937 bytes allocated ==187== ==187== LEAK SUMMARY: ==187== definitely lost: 0 bytes in 0 blocks ==187== indirectly lost: 0 bytes in 0 blocks ==187== possibly lost: 96 bytes in 1 blocks ==187== still reachable: 44,955 bytes in 283 blocks ==187== of which reachable via heuristic: ==187== newarray : 5,800 bytes in 17 blocks ==187== suppressed: 216,789 bytes in 3,447 blocks ==187== Reachable blocks (those to which a pointer was found) are not shown. ==187== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==187== ==187== For counts of detected and suppressed errors, rerun with: -v ==187== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 61 from 61) ==188== Memcheck, a memory error detector ==188== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==188== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==188== Command: ./client-test Client::Source::file_event::LinkedItemsDefault::testLinkedItemsChildParent ==188== Parent PID: 187 ==188== ==196== Memcheck, a memory error detector ==196== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==196== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==196== Command: ./client-test Client::Source::file_event::LinkedItemsDefault::testLinkedItemsChildChangesParent ==196== Parent PID: 113 ==196== ==196== ==196== HEAP SUMMARY: ==196== in use at exit: 261,936 bytes in 3,735 blocks ==196== total heap usage: 202,788 allocs, 199,053 frees, 28,103,457 bytes allocated ==196== ==196== LEAK SUMMARY: ==196== definitely lost: 0 bytes in 0 blocks ==196== indirectly lost: 0 bytes in 0 blocks ==196== possibly lost: 96 bytes in 1 blocks ==196== still reachable: 44,955 bytes in 283 blocks ==196== of which reachable via heuristic: ==196== newarray : 5,800 bytes in 17 blocks ==196== suppressed: 216,885 bytes in 3,451 blocks ==196== Reachable blocks (those to which a pointer was found) are not shown. ==196== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==196== ==196== For counts of detected and suppressed errors, rerun with: -v ==196== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 61 from 61) ==197== Memcheck, a memory error detector ==197== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==197== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==197== Command: ./client-test Client::Source::file_event::LinkedItemsDefault::testLinkedItemsChildChangesParent ==197== Parent PID: 196 ==197== ==205== Memcheck, a memory error detector ==205== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==205== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==205== Command: ./client-test Client::Source::file_event::LinkedItemsDefault::testLinkedItemsChildChangesParent ==205== Parent PID: 196 ==205== ==213== Memcheck, a memory error detector ==213== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==213== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==213== Command: ./client-test Client::Source::file_event::LinkedItemsDefault::testLinkedItemsRemoveParentFirst ==213== Parent PID: 113 ==213== ==213== ==213== HEAP SUMMARY: ==213== in use at exit: 261,880 bytes in 3,733 blocks ==213== total heap usage: 211,242 allocs, 207,509 frees, 28,952,269 bytes allocated ==213== ==213== LEAK SUMMARY: ==213== definitely lost: 0 bytes in 0 blocks ==213== indirectly lost: 0 bytes in 0 blocks ==213== possibly lost: 96 bytes in 1 blocks ==213== still reachable: 44,955 bytes in 283 blocks ==213== of which reachable via heuristic: ==213== newarray : 5,800 bytes in 17 blocks ==213== suppressed: 216,829 bytes in 3,449 blocks ==213== Reachable blocks (those to which a pointer was found) are not shown. ==213== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==213== ==213== For counts of detected and suppressed errors, rerun with: -v ==213== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 61 from 61) ==214== Memcheck, a memory error detector ==214== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==214== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==214== Command: ./client-test Client::Source::file_event::LinkedItemsDefault::testLinkedItemsRemoveParentFirst ==214== Parent PID: 213 ==214== ==222== Memcheck, a memory error detector ==222== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==222== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==222== Command: ./client-test Client::Source::file_event::LinkedItemsDefault::testLinkedItemsRemoveParentFirst ==222== Parent PID: 213 ==222== ==230== Memcheck, a memory error detector ==230== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==230== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==230== Command: ./client-test Client::Source::file_event::LinkedItemsDefault::testLinkedItemsRemoveNormal ==230== Parent PID: 113 ==230== ==230== ==230== HEAP SUMMARY: ==230== in use at exit: 261,936 bytes in 3,735 blocks ==230== total heap usage: 219,993 allocs, 216,258 frees, 29,853,663 bytes allocated ==230== ==230== LEAK SUMMARY: ==230== definitely lost: 0 bytes in 0 blocks ==230== indirectly lost: 0 bytes in 0 blocks ==230== possibly lost: 96 bytes in 1 blocks ==230== still reachable: 44,955 bytes in 283 blocks ==230== of which reachable via heuristic: ==230== newarray : 5,800 bytes in 17 blocks ==230== suppressed: 216,885 bytes in 3,451 blocks ==230== Reachable blocks (those to which a pointer was found) are not shown. ==230== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==230== ==230== For counts of detected and suppressed errors, rerun with: -v ==230== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 61 from 61) ==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::file_event::LinkedItemsDefault::testLinkedItemsRemoveNormal ==231== Parent PID: 230 ==231== ==239== Memcheck, a memory error detector ==239== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==239== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==239== Command: ./client-test Client::Source::file_event::LinkedItemsDefault::testLinkedItemsRemoveNormal ==239== Parent PID: 230 ==239== ==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::file_event::LinkedItemsDefault::testLinkedItemsParentUpdate ==247== Parent PID: 113 ==247== ==247== ==247== HEAP SUMMARY: ==247== in use at exit: 261,880 bytes in 3,733 blocks ==247== total heap usage: 193,951 allocs, 190,218 frees, 27,162,500 bytes allocated ==247== ==247== LEAK SUMMARY: ==247== definitely lost: 0 bytes in 0 blocks ==247== indirectly lost: 0 bytes in 0 blocks ==247== possibly lost: 96 bytes in 1 blocks ==247== still reachable: 44,955 bytes in 283 blocks ==247== of which reachable via heuristic: ==247== newarray : 5,800 bytes in 17 blocks ==247== suppressed: 216,829 bytes in 3,449 blocks ==247== Reachable blocks (those to which a pointer was found) are not shown. ==247== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==247== ==247== For counts of detected and suppressed errors, rerun with: -v ==247== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 61 from 61) ==248== Memcheck, a memory error detector ==248== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==248== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==248== Command: ./client-test Client::Source::file_event::LinkedItemsDefault::testLinkedItemsParentUpdate ==248== Parent PID: 247 ==248== ==256== Memcheck, a memory error detector ==256== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==256== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==256== Command: ./client-test Client::Source::file_event::LinkedItemsDefault::testLinkedItemsParentUpdate ==256== Parent PID: 247 ==256== ==264== Memcheck, a memory error detector ==264== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==264== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==264== Command: ./client-test Client::Source::file_event::LinkedItemsDefault::testLinkedItemsUpdateChild ==264== Parent PID: 113 ==264== ==264== ==264== HEAP SUMMARY: ==264== in use at exit: 261,920 bytes in 3,735 blocks ==264== total heap usage: 193,923 allocs, 190,188 frees, 27,157,500 bytes allocated ==264== ==264== LEAK SUMMARY: ==264== definitely lost: 0 bytes in 0 blocks ==264== indirectly lost: 0 bytes in 0 blocks ==264== possibly lost: 96 bytes in 1 blocks ==264== still reachable: 44,955 bytes in 283 blocks ==264== of which reachable via heuristic: ==264== newarray : 5,800 bytes in 17 blocks ==264== suppressed: 216,869 bytes in 3,451 blocks ==264== Reachable blocks (those to which a pointer was found) are not shown. ==264== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==264== ==264== For counts of detected and suppressed errors, rerun with: -v ==264== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 61 from 61) ==265== Memcheck, a memory error detector ==265== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==265== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==265== Command: ./client-test Client::Source::file_event::LinkedItemsDefault::testLinkedItemsUpdateChild ==265== Parent PID: 264 ==265== ==273== Memcheck, a memory error detector ==273== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==273== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==273== Command: ./client-test Client::Source::file_event::LinkedItemsDefault::testLinkedItemsUpdateChild ==273== Parent PID: 264 ==273== ==281== Memcheck, a memory error detector ==281== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==281== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==281== Command: ./client-test Client::Source::file_event::LinkedItemsDefault::testLinkedItemsInsertBothUpdateChild ==281== Parent PID: 113 ==281== ==281== ==281== HEAP SUMMARY: ==281== in use at exit: 261,872 bytes in 3,733 blocks ==281== total heap usage: 220,240 allocs, 216,507 frees, 29,935,880 bytes allocated ==281== ==281== LEAK SUMMARY: ==281== definitely lost: 0 bytes in 0 blocks ==281== indirectly lost: 0 bytes in 0 blocks ==281== possibly lost: 96 bytes in 1 blocks ==281== still reachable: 44,955 bytes in 283 blocks ==281== of which reachable via heuristic: ==281== newarray : 5,800 bytes in 17 blocks ==281== suppressed: 216,821 bytes in 3,449 blocks ==281== Reachable blocks (those to which a pointer was found) are not shown. ==281== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==281== ==281== For counts of detected and suppressed errors, rerun with: -v ==281== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 61 from 61) ==282== Memcheck, a memory error detector ==282== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==282== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==282== Command: ./client-test Client::Source::file_event::LinkedItemsDefault::testLinkedItemsInsertBothUpdateChild ==282== Parent PID: 281 ==282== ==290== Memcheck, a memory error detector ==290== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==290== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==290== Command: ./client-test Client::Source::file_event::LinkedItemsDefault::testLinkedItemsInsertBothUpdateChild ==290== Parent PID: 281 ==290== ==298== Memcheck, a memory error detector ==298== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==298== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==298== Command: ./client-test Client::Source::file_event::LinkedItemsDefault::testLinkedItemsInsertBothUpdateParent ==298== Parent PID: 113 ==298== ==298== ==298== HEAP SUMMARY: ==298== in use at exit: 261,936 bytes in 3,735 blocks ==298== total heap usage: 220,213 allocs, 216,478 frees, 29,931,659 bytes allocated ==298== ==298== LEAK SUMMARY: ==298== definitely lost: 0 bytes in 0 blocks ==298== indirectly lost: 0 bytes in 0 blocks ==298== possibly lost: 96 bytes in 1 blocks ==298== still reachable: 44,955 bytes in 283 blocks ==298== of which reachable via heuristic: ==298== newarray : 5,800 bytes in 17 blocks ==298== suppressed: 216,885 bytes in 3,451 blocks ==298== Reachable blocks (those to which a pointer was found) are not shown. ==298== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==298== ==298== For counts of detected and suppressed errors, rerun with: -v ==298== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 61 from 61) ==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::file_event::LinkedItemsDefault::testLinkedItemsInsertBothUpdateParent ==299== Parent PID: 298 ==299== ==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::file_event::LinkedItemsDefault::testLinkedItemsInsertBothUpdateParent ==307== Parent PID: 298 ==307== ==315== Memcheck, a memory error detector ==315== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==315== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==315== Command: ./client-test Client::Source::file_event::LinkedItemsDefault::testLinkedItemsSingle404 ==315== Parent PID: 113 ==315== ==315== ==315== HEAP SUMMARY: ==315== in use at exit: 261,944 bytes in 3,735 blocks ==315== total heap usage: 149,913 allocs, 146,178 frees, 22,344,206 bytes allocated ==315== ==315== LEAK SUMMARY: ==315== definitely lost: 0 bytes in 0 blocks ==315== indirectly lost: 0 bytes in 0 blocks ==315== possibly lost: 96 bytes in 1 blocks ==315== still reachable: 44,955 bytes in 283 blocks ==315== of which reachable via heuristic: ==315== newarray : 5,800 bytes in 17 blocks ==315== suppressed: 216,893 bytes in 3,451 blocks ==315== Reachable blocks (those to which a pointer was found) are not shown. ==315== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==315== ==315== For counts of detected and suppressed errors, rerun with: -v ==315== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 61 from 61) ==316== Memcheck, a memory error detector ==316== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==316== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==316== Command: ./client-test Client::Source::file_event::LinkedItemsDefault::testLinkedItemsMany404 ==316== Parent PID: 113 ==316== ==316== ==316== HEAP SUMMARY: ==316== in use at exit: 261,872 bytes in 3,733 blocks ==316== total heap usage: 167,250 allocs, 163,517 frees, 24,171,673 bytes allocated ==316== ==316== LEAK SUMMARY: ==316== definitely lost: 0 bytes in 0 blocks ==316== indirectly lost: 0 bytes in 0 blocks ==316== possibly lost: 96 bytes in 1 blocks ==316== still reachable: 44,955 bytes in 283 blocks ==316== of which reachable via heuristic: ==316== newarray : 5,800 bytes in 17 blocks ==316== suppressed: 216,821 bytes in 3,449 blocks ==316== Reachable blocks (those to which a pointer was found) are not shown. ==316== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==316== ==316== For counts of detected and suppressed errors, rerun with: -v ==316== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 61 from 61) ==317== Memcheck, a memory error detector ==317== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==317== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==317== Command: ./client-test Client::Source::file_event::LinkedItemsWithVALARM::testLinkedItemsParent ==317== Parent PID: 113 ==317== ==317== ==317== HEAP SUMMARY: ==317== in use at exit: 261,888 bytes in 3,733 blocks ==317== total heap usage: 184,825 allocs, 181,092 frees, 26,103,046 bytes allocated ==317== ==317== LEAK SUMMARY: ==317== definitely lost: 0 bytes in 0 blocks ==317== indirectly lost: 0 bytes in 0 blocks ==317== possibly lost: 96 bytes in 1 blocks ==317== still reachable: 44,955 bytes in 283 blocks ==317== of which reachable via heuristic: ==317== newarray : 5,800 bytes in 17 blocks ==317== suppressed: 216,837 bytes in 3,449 blocks ==317== Reachable blocks (those to which a pointer was found) are not shown. ==317== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==317== ==317== For counts of detected and suppressed errors, rerun with: -v ==317== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 61 from 61) ==318== Memcheck, a memory error detector ==318== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==318== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==318== Command: ./client-test Client::Source::file_event::LinkedItemsWithVALARM::testLinkedItemsParent ==318== Parent PID: 317 ==318== ==326== Memcheck, a memory error detector ==326== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==326== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==326== Command: ./client-test Client::Source::file_event::LinkedItemsWithVALARM::testLinkedItemsChild ==326== Parent PID: 113 ==326== ==326== ==326== HEAP SUMMARY: ==326== in use at exit: 261,912 bytes in 3,735 blocks ==326== total heap usage: 184,698 allocs, 180,963 frees, 26,046,115 bytes allocated ==326== ==326== LEAK SUMMARY: ==326== definitely lost: 0 bytes in 0 blocks ==326== indirectly lost: 0 bytes in 0 blocks ==326== possibly lost: 96 bytes in 1 blocks ==326== still reachable: 44,955 bytes in 283 blocks ==326== of which reachable via heuristic: ==326== newarray : 5,800 bytes in 17 blocks ==326== suppressed: 216,861 bytes in 3,451 blocks ==326== Reachable blocks (those to which a pointer was found) are not shown. ==326== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==326== ==326== For counts of detected and suppressed errors, rerun with: -v ==326== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 61 from 61) ==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::file_event::LinkedItemsWithVALARM::testLinkedItemsChild ==327== Parent PID: 326 ==327== ==335== Memcheck, a memory error detector ==335== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==335== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==335== Command: ./client-test Client::Source::file_event::LinkedItemsWithVALARM::testLinkedItemsParentChild ==335== Parent PID: 113 ==335== ==335== ==335== HEAP SUMMARY: ==335== in use at exit: 261,928 bytes in 3,735 blocks ==335== total heap usage: 202,223 allocs, 198,488 frees, 27,910,919 bytes allocated ==335== ==335== LEAK SUMMARY: ==335== definitely lost: 0 bytes in 0 blocks ==335== indirectly lost: 0 bytes in 0 blocks ==335== possibly lost: 96 bytes in 1 blocks ==335== still reachable: 44,955 bytes in 283 blocks ==335== of which reachable via heuristic: ==335== newarray : 5,800 bytes in 17 blocks ==335== suppressed: 216,877 bytes in 3,451 blocks ==335== Reachable blocks (those to which a pointer was found) are not shown. ==335== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==335== ==335== For counts of detected and suppressed errors, rerun with: -v ==335== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 61 from 61) ==336== Memcheck, a memory error detector ==336== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==336== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==336== Command: ./client-test Client::Source::file_event::LinkedItemsWithVALARM::testLinkedItemsParentChild ==336== Parent PID: 335 ==336== ==344== Memcheck, a memory error detector ==344== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==344== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==344== Command: ./client-test Client::Source::file_event::LinkedItemsWithVALARM::testLinkedItemsChildParent ==344== Parent PID: 113 ==344== ==344== ==344== HEAP SUMMARY: ==344== in use at exit: 261,920 bytes in 3,735 blocks ==344== total heap usage: 193,674 allocs, 189,939 frees, 27,042,904 bytes allocated ==344== ==344== LEAK SUMMARY: ==344== definitely lost: 0 bytes in 0 blocks ==344== indirectly lost: 0 bytes in 0 blocks ==344== possibly lost: 96 bytes in 1 blocks ==344== still reachable: 44,955 bytes in 283 blocks ==344== of which reachable via heuristic: ==344== newarray : 5,800 bytes in 17 blocks ==344== suppressed: 216,869 bytes in 3,451 blocks ==344== Reachable blocks (those to which a pointer was found) are not shown. ==344== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==344== ==344== For counts of detected and suppressed errors, rerun with: -v ==344== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 61 from 61) ==345== Memcheck, a memory error detector ==345== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==345== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==345== Command: ./client-test Client::Source::file_event::LinkedItemsWithVALARM::testLinkedItemsChildParent ==345== Parent PID: 344 ==345== ==353== Memcheck, a memory error detector ==353== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==353== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==353== Command: ./client-test Client::Source::file_event::LinkedItemsWithVALARM::testLinkedItemsChildChangesParent ==353== Parent PID: 113 ==353== ==353== ==353== HEAP SUMMARY: ==353== in use at exit: 261,872 bytes in 3,733 blocks ==353== total heap usage: 202,800 allocs, 199,067 frees, 28,109,557 bytes allocated ==353== ==353== LEAK SUMMARY: ==353== definitely lost: 0 bytes in 0 blocks ==353== indirectly lost: 0 bytes in 0 blocks ==353== possibly lost: 96 bytes in 1 blocks ==353== still reachable: 44,955 bytes in 283 blocks ==353== of which reachable via heuristic: ==353== newarray : 5,800 bytes in 17 blocks ==353== suppressed: 216,821 bytes in 3,449 blocks ==353== Reachable blocks (those to which a pointer was found) are not shown. ==353== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==353== ==353== For counts of detected and suppressed errors, rerun with: -v ==353== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 61 from 61) ==354== Memcheck, a memory error detector ==354== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==354== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==354== Command: ./client-test Client::Source::file_event::LinkedItemsWithVALARM::testLinkedItemsChildChangesParent ==354== Parent PID: 353 ==354== ==362== Memcheck, a memory error detector ==362== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==362== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==362== Command: ./client-test Client::Source::file_event::LinkedItemsWithVALARM::testLinkedItemsChildChangesParent ==362== Parent PID: 353 ==362== ==370== Memcheck, a memory error detector ==370== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==370== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==370== Command: ./client-test Client::Source::file_event::LinkedItemsWithVALARM::testLinkedItemsRemoveParentFirst ==370== Parent PID: 113 ==370== ==370== ==370== HEAP SUMMARY: ==370== in use at exit: 261,960 bytes in 3,735 blocks ==370== total heap usage: 211,258 allocs, 207,523 frees, 28,958,517 bytes allocated ==370== ==370== LEAK SUMMARY: ==370== definitely lost: 0 bytes in 0 blocks ==370== indirectly lost: 0 bytes in 0 blocks ==370== possibly lost: 96 bytes in 1 blocks ==370== still reachable: 44,955 bytes in 283 blocks ==370== of which reachable via heuristic: ==370== newarray : 5,800 bytes in 17 blocks ==370== suppressed: 216,909 bytes in 3,451 blocks ==370== Reachable blocks (those to which a pointer was found) are not shown. ==370== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==370== ==370== For counts of detected and suppressed errors, rerun with: -v ==370== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 61 from 61) ==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::file_event::LinkedItemsWithVALARM::testLinkedItemsRemoveParentFirst ==371== Parent PID: 370 ==371== ==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::file_event::LinkedItemsWithVALARM::testLinkedItemsRemoveParentFirst ==379== Parent PID: 370 ==379== ==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::file_event::LinkedItemsWithVALARM::testLinkedItemsRemoveNormal ==387== Parent PID: 113 ==387== ==387== ==387== HEAP SUMMARY: ==387== in use at exit: 261,880 bytes in 3,733 blocks ==387== total heap usage: 220,000 allocs, 216,267 frees, 29,859,259 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: 96 bytes in 1 blocks ==387== still reachable: 44,955 bytes in 283 blocks ==387== of which reachable via heuristic: ==387== newarray : 5,800 bytes in 17 blocks ==387== suppressed: 216,829 bytes in 3,449 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: 1 errors from 1 contexts (suppressed: 61 from 61) ==388== Memcheck, a memory error detector ==388== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==388== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==388== Command: ./client-test Client::Source::file_event::LinkedItemsWithVALARM::testLinkedItemsRemoveNormal ==388== Parent PID: 387 ==388== ==396== Memcheck, a memory error detector ==396== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==396== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==396== Command: ./client-test Client::Source::file_event::LinkedItemsWithVALARM::testLinkedItemsRemoveNormal ==396== Parent PID: 387 ==396== ==404== Memcheck, a memory error detector ==404== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==404== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==404== Command: ./client-test Client::Source::file_event::LinkedItemsWithVALARM::testLinkedItemsParentUpdate ==404== Parent PID: 113 ==404== ==404== ==404== HEAP SUMMARY: ==404== in use at exit: 261,880 bytes in 3,733 blocks ==404== total heap usage: 193,964 allocs, 190,231 frees, 27,168,923 bytes allocated ==404== ==404== LEAK SUMMARY: ==404== definitely lost: 0 bytes in 0 blocks ==404== indirectly lost: 0 bytes in 0 blocks ==404== possibly lost: 96 bytes in 1 blocks ==404== still reachable: 44,955 bytes in 283 blocks ==404== of which reachable via heuristic: ==404== newarray : 5,800 bytes in 17 blocks ==404== suppressed: 216,829 bytes in 3,449 blocks ==404== Reachable blocks (those to which a pointer was found) are not shown. ==404== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==404== ==404== For counts of detected and suppressed errors, rerun with: -v ==404== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 61 from 61) ==405== Memcheck, a memory error detector ==405== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==405== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==405== Command: ./client-test Client::Source::file_event::LinkedItemsWithVALARM::testLinkedItemsParentUpdate ==405== Parent PID: 404 ==405== ==413== Memcheck, a memory error detector ==413== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==413== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==413== Command: ./client-test Client::Source::file_event::LinkedItemsWithVALARM::testLinkedItemsParentUpdate ==413== Parent PID: 404 ==413== ==421== Memcheck, a memory error detector ==421== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==421== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==421== Command: ./client-test Client::Source::file_event::LinkedItemsWithVALARM::testLinkedItemsUpdateChild ==421== Parent PID: 113 ==421== ==421== ==421== HEAP SUMMARY: ==421== in use at exit: 261,920 bytes in 3,735 blocks ==421== total heap usage: 193,938 allocs, 190,203 frees, 27,164,304 bytes allocated ==421== ==421== LEAK SUMMARY: ==421== definitely lost: 0 bytes in 0 blocks ==421== indirectly lost: 0 bytes in 0 blocks ==421== possibly lost: 96 bytes in 1 blocks ==421== still reachable: 44,955 bytes in 283 blocks ==421== of which reachable via heuristic: ==421== newarray : 5,800 bytes in 17 blocks ==421== suppressed: 216,869 bytes in 3,451 blocks ==421== Reachable blocks (those to which a pointer was found) are not shown. ==421== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==421== ==421== For counts of detected and suppressed errors, rerun with: -v ==421== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 61 from 61) ==422== Memcheck, a memory error detector ==422== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==422== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==422== Command: ./client-test Client::Source::file_event::LinkedItemsWithVALARM::testLinkedItemsUpdateChild ==422== Parent PID: 421 ==422== ==430== Memcheck, a memory error detector ==430== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==430== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==430== Command: ./client-test Client::Source::file_event::LinkedItemsWithVALARM::testLinkedItemsUpdateChild ==430== Parent PID: 421 ==430== ==438== Memcheck, a memory error detector ==438== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==438== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==438== Command: ./client-test Client::Source::file_event::LinkedItemsWithVALARM::testLinkedItemsInsertBothUpdateChild ==438== Parent PID: 113 ==438== ==438== ==438== HEAP SUMMARY: ==438== in use at exit: 261,944 bytes in 3,735 blocks ==438== total heap usage: 220,258 allocs, 216,523 frees, 29,944,795 bytes allocated ==438== ==438== LEAK SUMMARY: ==438== definitely lost: 0 bytes in 0 blocks ==438== indirectly lost: 0 bytes in 0 blocks ==438== possibly lost: 96 bytes in 1 blocks ==438== still reachable: 44,955 bytes in 283 blocks ==438== of which reachable via heuristic: ==438== newarray : 5,800 bytes in 17 blocks ==438== suppressed: 216,893 bytes in 3,451 blocks ==438== Reachable blocks (those to which a pointer was found) are not shown. ==438== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==438== ==438== For counts of detected and suppressed errors, rerun with: -v ==438== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 61 from 61) ==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::file_event::LinkedItemsWithVALARM::testLinkedItemsInsertBothUpdateChild ==439== Parent PID: 438 ==439== ==447== Memcheck, a memory error detector ==447== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==447== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==447== Command: ./client-test Client::Source::file_event::LinkedItemsWithVALARM::testLinkedItemsInsertBothUpdateChild ==447== Parent PID: 438 ==447== ==455== Memcheck, a memory error detector ==455== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==455== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==455== Command: ./client-test Client::Source::file_event::LinkedItemsWithVALARM::testLinkedItemsInsertBothUpdateParent ==455== Parent PID: 113 ==455== ==455== ==455== HEAP SUMMARY: ==455== in use at exit: 261,936 bytes in 3,735 blocks ==455== total heap usage: 220,227 allocs, 216,492 frees, 29,940,695 bytes allocated ==455== ==455== LEAK SUMMARY: ==455== definitely lost: 0 bytes in 0 blocks ==455== indirectly lost: 0 bytes in 0 blocks ==455== possibly lost: 96 bytes in 1 blocks ==455== still reachable: 44,955 bytes in 283 blocks ==455== of which reachable via heuristic: ==455== newarray : 5,800 bytes in 17 blocks ==455== suppressed: 216,885 bytes in 3,451 blocks ==455== Reachable blocks (those to which a pointer was found) are not shown. ==455== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==455== ==455== For counts of detected and suppressed errors, rerun with: -v ==455== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 61 from 61) ==456== Memcheck, a memory error detector ==456== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==456== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==456== Command: ./client-test Client::Source::file_event::LinkedItemsWithVALARM::testLinkedItemsInsertBothUpdateParent ==456== Parent PID: 455 ==456== ==464== Memcheck, a memory error detector ==464== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==464== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==464== Command: ./client-test Client::Source::file_event::LinkedItemsWithVALARM::testLinkedItemsInsertBothUpdateParent ==464== Parent PID: 455 ==464== ==472== Memcheck, a memory error detector ==472== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==472== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==472== Command: ./client-test Client::Source::file_event::LinkedItemsAllDay::testLinkedItemsParent ==472== Parent PID: 113 ==472== ==472== ==472== HEAP SUMMARY: ==472== in use at exit: 261,896 bytes in 3,733 blocks ==472== total heap usage: 184,706 allocs, 180,973 frees, 26,036,561 bytes allocated ==472== ==472== LEAK SUMMARY: ==472== definitely lost: 0 bytes in 0 blocks ==472== indirectly lost: 0 bytes in 0 blocks ==472== possibly lost: 96 bytes in 1 blocks ==472== still reachable: 44,955 bytes in 283 blocks ==472== of which reachable via heuristic: ==472== newarray : 5,800 bytes in 17 blocks ==472== suppressed: 216,845 bytes in 3,449 blocks ==472== Reachable blocks (those to which a pointer was found) are not shown. ==472== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==472== ==472== For counts of detected and suppressed errors, rerun with: -v ==472== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 61 from 61) ==473== Memcheck, a memory error detector ==473== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==473== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==473== Command: ./client-test Client::Source::file_event::LinkedItemsAllDay::testLinkedItemsParent ==473== Parent PID: 472 ==473== ==481== Memcheck, a memory error detector ==481== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==481== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==481== Command: ./client-test Client::Source::file_event::LinkedItemsAllDay::testLinkedItemsChild ==481== Parent PID: 113 ==481== ==481== ==481== HEAP SUMMARY: ==481== in use at exit: 261,912 bytes in 3,735 blocks ==481== total heap usage: 184,709 allocs, 180,974 frees, 26,036,418 bytes allocated ==481== ==481== LEAK SUMMARY: ==481== definitely lost: 0 bytes in 0 blocks ==481== indirectly lost: 0 bytes in 0 blocks ==481== possibly lost: 96 bytes in 1 blocks ==481== still reachable: 44,955 bytes in 283 blocks ==481== of which reachable via heuristic: ==481== newarray : 5,800 bytes in 17 blocks ==481== suppressed: 216,861 bytes in 3,451 blocks ==481== Reachable blocks (those to which a pointer was found) are not shown. ==481== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==481== ==481== For counts of detected and suppressed errors, rerun with: -v ==481== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 61 from 61) ==482== Memcheck, a memory error detector ==482== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==482== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==482== Command: ./client-test Client::Source::file_event::LinkedItemsAllDay::testLinkedItemsChild ==482== Parent PID: 481 ==482== ==490== Memcheck, a memory error detector ==490== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==490== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==490== Command: ./client-test Client::Source::file_event::LinkedItemsAllDay::testLinkedItemsParentChild ==490== Parent PID: 113 ==490== ==490== ==490== HEAP SUMMARY: ==490== in use at exit: 261,936 bytes in 3,735 blocks ==490== total heap usage: 202,235 allocs, 198,500 frees, 27,892,436 bytes allocated ==490== ==490== LEAK SUMMARY: ==490== definitely lost: 0 bytes in 0 blocks ==490== indirectly lost: 0 bytes in 0 blocks ==490== possibly lost: 96 bytes in 1 blocks ==490== still reachable: 44,955 bytes in 283 blocks ==490== of which reachable via heuristic: ==490== newarray : 5,800 bytes in 17 blocks ==490== suppressed: 216,885 bytes in 3,451 blocks ==490== Reachable blocks (those to which a pointer was found) are not shown. ==490== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==490== ==490== For counts of detected and suppressed errors, rerun with: -v ==490== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 61 from 61) ==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::file_event::LinkedItemsAllDay::testLinkedItemsParentChild ==491== Parent PID: 490 ==491== ==499== Memcheck, a memory error detector ==499== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==499== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==499== Command: ./client-test Client::Source::file_event::LinkedItemsAllDay::testLinkedItemsChildParent ==499== Parent PID: 113 ==499== ==499== ==499== HEAP SUMMARY: ==499== in use at exit: 261,880 bytes in 3,733 blocks ==499== total heap usage: 193,682 allocs, 189,949 frees, 27,023,913 bytes allocated ==499== ==499== LEAK SUMMARY: ==499== definitely lost: 0 bytes in 0 blocks ==499== indirectly lost: 0 bytes in 0 blocks ==499== possibly lost: 96 bytes in 1 blocks ==499== still reachable: 44,955 bytes in 283 blocks ==499== of which reachable via heuristic: ==499== newarray : 5,800 bytes in 17 blocks ==499== suppressed: 216,829 bytes in 3,449 blocks ==499== Reachable blocks (those to which a pointer was found) are not shown. ==499== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==499== ==499== For counts of detected and suppressed errors, rerun with: -v ==499== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 61 from 61) ==500== Memcheck, a memory error detector ==500== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==500== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==500== Command: ./client-test Client::Source::file_event::LinkedItemsAllDay::testLinkedItemsChildParent ==500== Parent PID: 499 ==500== ==508== Memcheck, a memory error detector ==508== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==508== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==508== Command: ./client-test Client::Source::file_event::LinkedItemsAllDay::testLinkedItemsChildChangesParent ==508== Parent PID: 113 ==508== ==508== ==508== HEAP SUMMARY: ==508== in use at exit: 261,888 bytes in 3,733 blocks ==508== total heap usage: 202,809 allocs, 199,076 frees, 28,088,896 bytes allocated ==508== ==508== LEAK SUMMARY: ==508== definitely lost: 0 bytes in 0 blocks ==508== indirectly lost: 0 bytes in 0 blocks ==508== possibly lost: 96 bytes in 1 blocks ==508== still reachable: 44,955 bytes in 283 blocks ==508== of which reachable via heuristic: ==508== newarray : 5,800 bytes in 17 blocks ==508== suppressed: 216,837 bytes in 3,449 blocks ==508== Reachable blocks (those to which a pointer was found) are not shown. ==508== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==508== ==508== For counts of detected and suppressed errors, rerun with: -v ==508== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 61 from 61) ==509== Memcheck, a memory error detector ==509== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==509== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==509== Command: ./client-test Client::Source::file_event::LinkedItemsAllDay::testLinkedItemsChildChangesParent ==509== Parent PID: 508 ==509== ==517== Memcheck, a memory error detector ==517== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==517== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==517== Command: ./client-test Client::Source::file_event::LinkedItemsAllDay::testLinkedItemsChildChangesParent ==517== Parent PID: 508 ==517== ==525== Memcheck, a memory error detector ==525== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==525== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==525== Command: ./client-test Client::Source::file_event::LinkedItemsAllDay::testLinkedItemsRemoveParentFirst ==525== Parent PID: 113 ==525== ==525== ==525== HEAP SUMMARY: ==525== in use at exit: 261,880 bytes in 3,733 blocks ==525== total heap usage: 211,263 allocs, 207,530 frees, 28,937,485 bytes allocated ==525== ==525== LEAK SUMMARY: ==525== definitely lost: 0 bytes in 0 blocks ==525== indirectly lost: 0 bytes in 0 blocks ==525== possibly lost: 96 bytes in 1 blocks ==525== still reachable: 44,955 bytes in 283 blocks ==525== of which reachable via heuristic: ==525== newarray : 5,800 bytes in 17 blocks ==525== suppressed: 216,829 bytes in 3,449 blocks ==525== Reachable blocks (those to which a pointer was found) are not shown. ==525== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==525== ==525== For counts of detected and suppressed errors, rerun with: -v ==525== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 61 from 61) ==526== Memcheck, a memory error detector ==526== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==526== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==526== Command: ./client-test Client::Source::file_event::LinkedItemsAllDay::testLinkedItemsRemoveParentFirst ==526== Parent PID: 525 ==526== ==534== Memcheck, a memory error detector ==534== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==534== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==534== Command: ./client-test Client::Source::file_event::LinkedItemsAllDay::testLinkedItemsRemoveParentFirst ==534== Parent PID: 525 ==534== ==542== Memcheck, a memory error detector ==542== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==542== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==542== Command: ./client-test Client::Source::file_event::LinkedItemsAllDay::testLinkedItemsRemoveNormal ==542== Parent PID: 113 ==542== ==542== ==542== HEAP SUMMARY: ==542== in use at exit: 261,936 bytes in 3,735 blocks ==542== total heap usage: 220,016 allocs, 216,281 frees, 29,838,977 bytes allocated ==542== ==542== LEAK SUMMARY: ==542== definitely lost: 0 bytes in 0 blocks ==542== indirectly lost: 0 bytes in 0 blocks ==542== possibly lost: 96 bytes in 1 blocks ==542== still reachable: 44,955 bytes in 283 blocks ==542== of which reachable via heuristic: ==542== newarray : 5,800 bytes in 17 blocks ==542== suppressed: 216,885 bytes in 3,451 blocks ==542== Reachable blocks (those to which a pointer was found) are not shown. ==542== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==542== ==542== For counts of detected and suppressed errors, rerun with: -v ==542== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 61 from 61) ==543== Memcheck, a memory error detector ==543== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==543== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==543== Command: ./client-test Client::Source::file_event::LinkedItemsAllDay::testLinkedItemsRemoveNormal ==543== Parent PID: 542 ==543== ==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::file_event::LinkedItemsAllDay::testLinkedItemsRemoveNormal ==551== Parent PID: 542 ==551== ==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::file_event::LinkedItemsAllDay::testLinkedItemsParentUpdate ==559== Parent PID: 113 ==559== ==559== ==559== HEAP SUMMARY: ==559== in use at exit: 261,944 bytes in 3,735 blocks ==559== total heap usage: 193,977 allocs, 190,242 frees, 27,147,937 bytes allocated ==559== ==559== LEAK SUMMARY: ==559== definitely lost: 0 bytes in 0 blocks ==559== indirectly lost: 0 bytes in 0 blocks ==559== possibly lost: 96 bytes in 1 blocks ==559== still reachable: 44,955 bytes in 283 blocks ==559== of which reachable via heuristic: ==559== newarray : 5,800 bytes in 17 blocks ==559== suppressed: 216,893 bytes in 3,451 blocks ==559== Reachable blocks (those to which a pointer was found) are not shown. ==559== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==559== ==559== For counts of detected and suppressed errors, rerun with: -v ==559== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 61 from 61) ==560== Memcheck, a memory error detector ==560== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==560== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==560== Command: ./client-test Client::Source::file_event::LinkedItemsAllDay::testLinkedItemsParentUpdate ==560== Parent PID: 559 ==560== ==568== Memcheck, a memory error detector ==568== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==568== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==568== Command: ./client-test Client::Source::file_event::LinkedItemsAllDay::testLinkedItemsParentUpdate ==568== Parent PID: 559 ==568== ==576== Memcheck, a memory error detector ==576== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==576== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==576== Command: ./client-test Client::Source::file_event::LinkedItemsAllDay::testLinkedItemsUpdateChild ==576== Parent PID: 113 ==576== ==576== ==576== HEAP SUMMARY: ==576== in use at exit: 261,872 bytes in 3,733 blocks ==576== total heap usage: 193,946 allocs, 190,213 frees, 27,142,869 bytes allocated ==576== ==576== LEAK SUMMARY: ==576== definitely lost: 0 bytes in 0 blocks ==576== indirectly lost: 0 bytes in 0 blocks ==576== possibly lost: 96 bytes in 1 blocks ==576== still reachable: 44,955 bytes in 283 blocks ==576== of which reachable via heuristic: ==576== newarray : 5,800 bytes in 17 blocks ==576== suppressed: 216,821 bytes in 3,449 blocks ==576== Reachable blocks (those to which a pointer was found) are not shown. ==576== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==576== ==576== For counts of detected and suppressed errors, rerun with: -v ==576== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 61 from 61) ==577== Memcheck, a memory error detector ==577== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==577== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==577== Command: ./client-test Client::Source::file_event::LinkedItemsAllDay::testLinkedItemsUpdateChild ==577== Parent PID: 576 ==577== ==585== Memcheck, a memory error detector ==585== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==585== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==585== Command: ./client-test Client::Source::file_event::LinkedItemsAllDay::testLinkedItemsUpdateChild ==585== Parent PID: 576 ==585== ==593== Memcheck, a memory error detector ==593== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==593== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==593== Command: ./client-test Client::Source::file_event::LinkedItemsAllDay::testLinkedItemsInsertBothUpdateChild ==593== Parent PID: 113 ==593== ==593== ==593== HEAP SUMMARY: ==593== in use at exit: 261,944 bytes in 3,735 blocks ==593== total heap usage: 220,264 allocs, 216,529 frees, 29,912,676 bytes allocated ==593== ==593== LEAK SUMMARY: ==593== definitely lost: 0 bytes in 0 blocks ==593== indirectly lost: 0 bytes in 0 blocks ==593== possibly lost: 96 bytes in 1 blocks ==593== still reachable: 44,955 bytes in 283 blocks ==593== of which reachable via heuristic: ==593== newarray : 5,800 bytes in 17 blocks ==593== suppressed: 216,893 bytes in 3,451 blocks ==593== Reachable blocks (those to which a pointer was found) are not shown. ==593== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==593== ==593== For counts of detected and suppressed errors, rerun with: -v ==593== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 61 from 61) ==594== Memcheck, a memory error detector ==594== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==594== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==594== Command: ./client-test Client::Source::file_event::LinkedItemsAllDay::testLinkedItemsInsertBothUpdateChild ==594== Parent PID: 593 ==594== ==602== Memcheck, a memory error detector ==602== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==602== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==602== Command: ./client-test Client::Source::file_event::LinkedItemsAllDay::testLinkedItemsInsertBothUpdateChild ==602== Parent PID: 593 ==602== ==610== Memcheck, a memory error detector ==610== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==610== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==610== Command: ./client-test Client::Source::file_event::LinkedItemsAllDay::testLinkedItemsInsertBothUpdateParent ==610== Parent PID: 113 ==610== ==610== ==610== HEAP SUMMARY: ==610== in use at exit: 261,928 bytes in 3,735 blocks ==610== total heap usage: 220,235 allocs, 216,500 frees, 29,908,454 bytes allocated ==610== ==610== LEAK SUMMARY: ==610== definitely lost: 0 bytes in 0 blocks ==610== indirectly lost: 0 bytes in 0 blocks ==610== possibly lost: 96 bytes in 1 blocks ==610== still reachable: 44,955 bytes in 283 blocks ==610== of which reachable via heuristic: ==610== newarray : 5,800 bytes in 17 blocks ==610== suppressed: 216,877 bytes in 3,451 blocks ==610== Reachable blocks (those to which a pointer was found) are not shown. ==610== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==610== ==610== For counts of detected and suppressed errors, rerun with: -v ==610== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 61 from 61) ==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::file_event::LinkedItemsAllDay::testLinkedItemsInsertBothUpdateParent ==611== Parent PID: 610 ==611== ==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::file_event::LinkedItemsAllDay::testLinkedItemsInsertBothUpdateParent ==619== Parent PID: 610 ==619== ==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::file_event::LinkedItemsNoTZ::testLinkedItemsParent ==627== Parent PID: 113 ==627== ==627== ==627== HEAP SUMMARY: ==627== in use at exit: 261,944 bytes in 3,735 blocks ==627== total heap usage: 184,720 allocs, 180,985 frees, 26,037,200 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: 96 bytes in 1 blocks ==627== still reachable: 44,955 bytes in 283 blocks ==627== of which reachable via heuristic: ==627== newarray : 5,800 bytes in 17 blocks ==627== suppressed: 216,893 bytes in 3,451 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: 1 errors from 1 contexts (suppressed: 61 from 61) ==628== Memcheck, a memory error detector ==628== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==628== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==628== Command: ./client-test Client::Source::file_event::LinkedItemsNoTZ::testLinkedItemsParent ==628== Parent PID: 627 ==628== ==636== Memcheck, a memory error detector ==636== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==636== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==636== Command: ./client-test Client::Source::file_event::LinkedItemsNoTZ::testLinkedItemsChild ==636== Parent PID: 113 ==636== ==636== ==636== HEAP SUMMARY: ==636== in use at exit: 261,880 bytes in 3,733 blocks ==636== total heap usage: 184,716 allocs, 180,983 frees, 26,036,477 bytes allocated ==636== ==636== LEAK SUMMARY: ==636== definitely lost: 0 bytes in 0 blocks ==636== indirectly lost: 0 bytes in 0 blocks ==636== possibly lost: 96 bytes in 1 blocks ==636== still reachable: 44,955 bytes in 283 blocks ==636== of which reachable via heuristic: ==636== newarray : 5,800 bytes in 17 blocks ==636== suppressed: 216,829 bytes in 3,449 blocks ==636== Reachable blocks (those to which a pointer was found) are not shown. ==636== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==636== ==636== For counts of detected and suppressed errors, rerun with: -v ==636== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 61 from 61) ==637== Memcheck, a memory error detector ==637== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==637== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==637== Command: ./client-test Client::Source::file_event::LinkedItemsNoTZ::testLinkedItemsChild ==637== Parent PID: 636 ==637== ==645== Memcheck, a memory error detector ==645== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==645== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==645== Command: ./client-test Client::Source::file_event::LinkedItemsNoTZ::testLinkedItemsParentChild ==645== Parent PID: 113 ==645== ==645== ==645== HEAP SUMMARY: ==645== in use at exit: 261,880 bytes in 3,733 blocks ==645== total heap usage: 202,245 allocs, 198,512 frees, 27,892,545 bytes allocated ==645== ==645== LEAK SUMMARY: ==645== definitely lost: 0 bytes in 0 blocks ==645== indirectly lost: 0 bytes in 0 blocks ==645== possibly lost: 96 bytes in 1 blocks ==645== still reachable: 44,955 bytes in 283 blocks ==645== of which reachable via heuristic: ==645== newarray : 5,800 bytes in 17 blocks ==645== suppressed: 216,829 bytes in 3,449 blocks ==645== Reachable blocks (those to which a pointer was found) are not shown. ==645== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==645== ==645== For counts of detected and suppressed errors, rerun with: -v ==645== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 61 from 61) ==646== Memcheck, a memory error detector ==646== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==646== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==646== Command: ./client-test Client::Source::file_event::LinkedItemsNoTZ::testLinkedItemsParentChild ==646== Parent PID: 645 ==646== ==654== Memcheck, a memory error detector ==654== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==654== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==654== Command: ./client-test Client::Source::file_event::LinkedItemsNoTZ::testLinkedItemsChildParent ==654== Parent PID: 113 ==654== ==654== ==654== HEAP SUMMARY: ==654== in use at exit: 261,920 bytes in 3,735 blocks ==654== total heap usage: 193,696 allocs, 189,961 frees, 27,024,106 bytes allocated ==654== ==654== LEAK SUMMARY: ==654== definitely lost: 0 bytes in 0 blocks ==654== indirectly lost: 0 bytes in 0 blocks ==654== possibly lost: 96 bytes in 1 blocks ==654== still reachable: 44,955 bytes in 283 blocks ==654== of which reachable via heuristic: ==654== newarray : 5,800 bytes in 17 blocks ==654== suppressed: 216,869 bytes in 3,451 blocks ==654== Reachable blocks (those to which a pointer was found) are not shown. ==654== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==654== ==654== For counts of detected and suppressed errors, rerun with: -v ==654== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 61 from 61) ==655== Memcheck, a memory error detector ==655== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==655== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==655== Command: ./client-test Client::Source::file_event::LinkedItemsNoTZ::testLinkedItemsChildParent ==655== Parent PID: 654 ==655== ==663== Memcheck, a memory error detector ==663== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==663== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==663== Command: ./client-test Client::Source::file_event::LinkedItemsNoTZ::testLinkedItemsChildChangesParent ==663== Parent PID: 113 ==663== ==663== ==663== HEAP SUMMARY: ==663== in use at exit: 261,880 bytes in 3,733 blocks ==663== total heap usage: 202,821 allocs, 199,088 frees, 28,088,979 bytes allocated ==663== ==663== LEAK SUMMARY: ==663== definitely lost: 0 bytes in 0 blocks ==663== indirectly lost: 0 bytes in 0 blocks ==663== possibly lost: 96 bytes in 1 blocks ==663== still reachable: 44,955 bytes in 283 blocks ==663== of which reachable via heuristic: ==663== newarray : 5,800 bytes in 17 blocks ==663== suppressed: 216,829 bytes in 3,449 blocks ==663== Reachable blocks (those to which a pointer was found) are not shown. ==663== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==663== ==663== For counts of detected and suppressed errors, rerun with: -v ==663== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 61 from 61) ==664== Memcheck, a memory error detector ==664== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==664== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==664== Command: ./client-test Client::Source::file_event::LinkedItemsNoTZ::testLinkedItemsChildChangesParent ==664== Parent PID: 663 ==664== ==672== Memcheck, a memory error detector ==672== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==672== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==672== Command: ./client-test Client::Source::file_event::LinkedItemsNoTZ::testLinkedItemsChildChangesParent ==672== Parent PID: 663 ==672== ==680== Memcheck, a memory error detector ==680== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==680== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==680== Command: ./client-test Client::Source::file_event::LinkedItemsNoTZ::testLinkedItemsRemoveParentFirst ==680== Parent PID: 113 ==680== ==680== ==680== HEAP SUMMARY: ==680== in use at exit: 261,920 bytes in 3,735 blocks ==680== total heap usage: 211,277 allocs, 207,542 frees, 28,937,616 bytes allocated ==680== ==680== LEAK SUMMARY: ==680== definitely lost: 0 bytes in 0 blocks ==680== indirectly lost: 0 bytes in 0 blocks ==680== possibly lost: 96 bytes in 1 blocks ==680== still reachable: 44,955 bytes in 283 blocks ==680== of which reachable via heuristic: ==680== newarray : 5,800 bytes in 17 blocks ==680== suppressed: 216,869 bytes in 3,451 blocks ==680== Reachable blocks (those to which a pointer was found) are not shown. ==680== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==680== ==680== For counts of detected and suppressed errors, rerun with: -v ==680== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 61 from 61) ==681== Memcheck, a memory error detector ==681== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==681== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==681== Command: ./client-test Client::Source::file_event::LinkedItemsNoTZ::testLinkedItemsRemoveParentFirst ==681== Parent PID: 680 ==681== ==689== Memcheck, a memory error detector ==689== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==689== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==689== Command: ./client-test Client::Source::file_event::LinkedItemsNoTZ::testLinkedItemsRemoveParentFirst ==689== Parent PID: 680 ==689== ==697== Memcheck, a memory error detector ==697== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==697== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==697== Command: ./client-test Client::Source::file_event::LinkedItemsNoTZ::testLinkedItemsRemoveNormal ==697== Parent PID: 113 ==697== ==697== ==697== HEAP SUMMARY: ==697== in use at exit: 261,824 bytes in 3,731 blocks ==697== total heap usage: 220,024 allocs, 216,293 frees, 29,839,149 bytes allocated ==697== ==697== LEAK SUMMARY: ==697== definitely lost: 0 bytes in 0 blocks ==697== indirectly lost: 0 bytes in 0 blocks ==697== possibly lost: 96 bytes in 1 blocks ==697== still reachable: 44,955 bytes in 283 blocks ==697== of which reachable via heuristic: ==697== newarray : 5,800 bytes in 17 blocks ==697== suppressed: 216,773 bytes in 3,447 blocks ==697== Reachable blocks (those to which a pointer was found) are not shown. ==697== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==697== ==697== For counts of detected and suppressed errors, rerun with: -v ==697== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 61 from 61) ==698== Memcheck, a memory error detector ==698== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==698== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==698== Command: ./client-test Client::Source::file_event::LinkedItemsNoTZ::testLinkedItemsRemoveNormal ==698== Parent PID: 697 ==698== ==706== Memcheck, a memory error detector ==706== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==706== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==706== Command: ./client-test Client::Source::file_event::LinkedItemsNoTZ::testLinkedItemsRemoveNormal ==706== Parent PID: 697 ==706== ==714== Memcheck, a memory error detector ==714== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==714== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==714== Command: ./client-test Client::Source::file_event::LinkedItemsNoTZ::testLinkedItemsParentUpdate ==714== Parent PID: 113 ==714== ==714== ==714== HEAP SUMMARY: ==714== in use at exit: 261,912 bytes in 3,735 blocks ==714== total heap usage: 193,989 allocs, 190,254 frees, 27,148,185 bytes allocated ==714== ==714== LEAK SUMMARY: ==714== definitely lost: 0 bytes in 0 blocks ==714== indirectly lost: 0 bytes in 0 blocks ==714== possibly lost: 96 bytes in 1 blocks ==714== still reachable: 44,955 bytes in 283 blocks ==714== of which reachable via heuristic: ==714== newarray : 5,800 bytes in 17 blocks ==714== suppressed: 216,861 bytes in 3,451 blocks ==714== Reachable blocks (those to which a pointer was found) are not shown. ==714== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==714== ==714== For counts of detected and suppressed errors, rerun with: -v ==714== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 61 from 61) ==715== Memcheck, a memory error detector ==715== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==715== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==715== Command: ./client-test Client::Source::file_event::LinkedItemsNoTZ::testLinkedItemsParentUpdate ==715== Parent PID: 714 ==715== ==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::file_event::LinkedItemsNoTZ::testLinkedItemsParentUpdate ==723== Parent PID: 714 ==723== ==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::file_event::LinkedItemsNoTZ::testLinkedItemsUpdateChild ==731== Parent PID: 113 ==731== ==731== ==731== HEAP SUMMARY: ==731== in use at exit: 261,872 bytes in 3,733 blocks ==731== total heap usage: 193,956 allocs, 190,223 frees, 27,142,465 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: 96 bytes in 1 blocks ==731== still reachable: 44,955 bytes in 283 blocks ==731== of which reachable via heuristic: ==731== newarray : 5,800 bytes in 17 blocks ==731== suppressed: 216,821 bytes in 3,449 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: 1 errors from 1 contexts (suppressed: 61 from 61) ==732== Memcheck, a memory error detector ==732== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==732== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==732== Command: ./client-test Client::Source::file_event::LinkedItemsNoTZ::testLinkedItemsUpdateChild ==732== Parent PID: 731 ==732== ==740== Memcheck, a memory error detector ==740== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==740== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==740== Command: ./client-test Client::Source::file_event::LinkedItemsNoTZ::testLinkedItemsUpdateChild ==740== Parent PID: 731 ==740== ==748== Memcheck, a memory error detector ==748== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==748== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==748== Command: ./client-test Client::Source::file_event::LinkedItemsNoTZ::testLinkedItemsInsertBothUpdateChild ==748== Parent PID: 113 ==748== ==748== ==748== HEAP SUMMARY: ==748== in use at exit: 261,880 bytes in 3,733 blocks ==748== total heap usage: 220,274 allocs, 216,541 frees, 29,912,168 bytes allocated ==748== ==748== LEAK SUMMARY: ==748== definitely lost: 0 bytes in 0 blocks ==748== indirectly lost: 0 bytes in 0 blocks ==748== possibly lost: 96 bytes in 1 blocks ==748== still reachable: 44,955 bytes in 283 blocks ==748== of which reachable via heuristic: ==748== newarray : 5,800 bytes in 17 blocks ==748== suppressed: 216,829 bytes in 3,449 blocks ==748== Reachable blocks (those to which a pointer was found) are not shown. ==748== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==748== ==748== For counts of detected and suppressed errors, rerun with: -v ==748== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 61 from 61) ==749== Memcheck, a memory error detector ==749== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==749== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==749== Command: ./client-test Client::Source::file_event::LinkedItemsNoTZ::testLinkedItemsInsertBothUpdateChild ==749== Parent PID: 748 ==749== ==757== Memcheck, a memory error detector ==757== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==757== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==757== Command: ./client-test Client::Source::file_event::LinkedItemsNoTZ::testLinkedItemsInsertBothUpdateChild ==757== Parent PID: 748 ==757== ==765== Memcheck, a memory error detector ==765== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==765== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==765== Command: ./client-test Client::Source::file_event::LinkedItemsNoTZ::testLinkedItemsInsertBothUpdateParent ==765== Parent PID: 113 ==765== ==765== ==765== HEAP SUMMARY: ==765== in use at exit: 261,880 bytes in 3,733 blocks ==765== total heap usage: 220,245 allocs, 216,512 frees, 29,908,222 bytes allocated ==765== ==765== LEAK SUMMARY: ==765== definitely lost: 0 bytes in 0 blocks ==765== indirectly lost: 0 bytes in 0 blocks ==765== possibly lost: 96 bytes in 1 blocks ==765== still reachable: 44,955 bytes in 283 blocks ==765== of which reachable via heuristic: ==765== newarray : 5,800 bytes in 17 blocks ==765== suppressed: 216,829 bytes in 3,449 blocks ==765== Reachable blocks (those to which a pointer was found) are not shown. ==765== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==765== ==765== For counts of detected and suppressed errors, rerun with: -v ==765== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 61 from 61) ==766== Memcheck, a memory error detector ==766== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==766== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==766== Command: ./client-test Client::Source::file_event::LinkedItemsNoTZ::testLinkedItemsInsertBothUpdateParent ==766== Parent PID: 765 ==766== ==774== Memcheck, a memory error detector ==774== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==774== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==774== Command: ./client-test Client::Source::file_event::LinkedItemsNoTZ::testLinkedItemsInsertBothUpdateParent ==774== Parent PID: 765 ==774== valgrindcheck: ./client-test Client::Source::file_event: final result 0 wrappercheck-104 line 100: RET=0 wrappercheck-104 line 101: set -e wrappercheck-104 line 107: set +x *** killing and waiting for /usr/lib/evolution/evolution-calendar-factory wrappercheck-104 line 108: kill -INT -106 wrappercheck-104 line 108: kill -TERM -106 wrappercheck-104 line 108: kill -TERM 106 wrappercheck-104 line 110: KILL_PID=2572 wrappercheck-104 line 115: set +e wrappercheck-104 line 116: wait 106 wrappercheck-104 line 117: SUBRET=143 wrappercheck-104 line 118: case $SUBRET in wrappercheck-104 line 118: SUBRET=0 wrappercheck-104 line 120: SUBRET=0 wrappercheck-104 line 121: '[' 2572 ']' wwrappercheck-104 line 122: LC_ALL=C wwrappercheck-104 line 122: kill -KILL 2572 wrappercheck-104 line 122: msg= wrappercheck-104 line 123: echo '' wrappercheck-104 line 123: grep -q 'No such process' wrappercheck-104 line 127: echo '' wrappercheck-104 line 129: wait 2572 /data/runtests/work/sources/syncevolution/test/wrappercheck.sh: line 129: 2572 Killed perl -e "sleep(60); kill(9, -$BACKGROUND_PID);" wrappercheck-104 line 131: set -e wrappercheck-104 line 132: '[' 0 = 0 ']' wrappercheck-104 line 133: RET=0 wrappercheck-104 line 136: exit 0 wrappercheck-84 line 100: RET=0 wrappercheck-84 line 101: set -e wrappercheck-84 line 107: set +x *** killing and waiting for /usr/lib/evolution/evolution-addressbook-factory wrappercheck-84 line 108: kill -INT -86 wrappercheck-84 line 108: kill -TERM -86 wrappercheck-84 line 108: kill -TERM 86 wrappercheck-84 line 110: KILL_PID=2577 wrappercheck-84 line 115: set +e wrappercheck-84 line 116: wait 86 wrappercheck-84 line 109: perl -e 'sleep(60); kill(9, -86);' wrappercheck-84 line 117: SUBRET=143 wrappercheck-84 line 118: case $SUBRET in wrappercheck-84 line 118: SUBRET=0 wrappercheck-84 line 120: SUBRET=0 wrappercheck-84 line 121: '[' 2577 ']' wwrappercheck-84 line 122: LC_ALL=C wwrappercheck-84 line 122: kill -KILL 2577 wrappercheck-84 line 122: msg= wrappercheck-84 line 123: echo '' wrappercheck-84 line 123: grep -q 'No such process' /data/runtests/work/sources/syncevolution/test/wrappercheck.sh: line 130: 2577 Killed perl -e "sleep(60); kill(9, -$BACKGROUND_PID);" wrappercheck-84 line 127: echo '' wrappercheck-84 line 129: wait 2577 wrappercheck-84 line 131: set -e wrappercheck-84 line 132: '[' 0 = 0 ']' wrappercheck-84 line 133: RET=0 wrappercheck-84 line 136: exit 0 wrappercheck-25 line 100: RET=0 wrappercheck-25 line 101: set -e wrappercheck-25 line 107: set +x *** killing and waiting for /usr/lib/evolution/evolution-source-registry wrappercheck-25 line 108: kill -INT -30 wrappercheck-25 line 108: kill -TERM -30 wrappercheck-25 line 108: kill -TERM 30 wrappercheck-25 line 110: KILL_PID=2582 wrappercheck-25 line 115: set +e wrappercheck-25 line 109: perl -e 'sleep(60); kill(9, -30);' wrappercheck-25 line 116: wait 30 wrappercheck-25 line 117: SUBRET=143 wrappercheck-25 line 118: case $SUBRET in wrappercheck-25 line 118: SUBRET=0 wrappercheck-25 line 120: SUBRET=0 wrappercheck-25 line 121: '[' 2582 ']' wwrappercheck-25 line 122: LC_ALL=C wwrappercheck-25 line 122: kill -KILL 2582 wrappercheck-25 line 122: msg= wrappercheck-25 line 123: echo '' wrappercheck-25 line 123: grep -q 'No such process' /data/runtests/work/sources/syncevolution/test/wrappercheck.sh: line 130: 2582 Killed perl -e "sleep(60); kill(9, -$BACKGROUND_PID);" wrappercheck-25 line 127: echo '' wrappercheck-25 line 129: wait 2582 wrappercheck-25 line 131: set -e wrappercheck-25 line 132: '[' 0 = 0 ']' wrappercheck-25 line 133: RET=0 wrappercheck-25 line 136: exit 0 wrappercheck-18 line 100: RET=0 wrappercheck-18 line 101: set -e wrappercheck-18 line 107: set +x *** killing and waiting for dbus-monitor wrappercheck-18 line 108: kill -INT -22 wrappercheck-18 line 108: kill -TERM -22 wrappercheck-18 line 108: kill -TERM 22 wrappercheck-18 line 110: KILL_PID=2587 wrappercheck-18 line 115: set +e wrappercheck-18 line 109: perl -e 'sleep(60); kill(9, -22);' wrappercheck-18 line 116: wait 22 wrappercheck-18 line 117: SUBRET=143 wrappercheck-18 line 118: case $SUBRET in wrappercheck-18 line 118: SUBRET=0 wrappercheck-18 line 120: SUBRET=0 wrappercheck-18 line 121: '[' 2587 ']' wwrappercheck-18 line 122: LC_ALL=C wwrappercheck-18 line 122: kill -KILL 2587 wrappercheck-18 line 122: msg= wrappercheck-18 line 123: echo '' wrappercheck-18 line 123: grep -q 'No such process' /data/runtests/work/sources/syncevolution/test/wrappercheck.sh: line 130: 2587 Killed perl -e "sleep(60); kill(9, -$BACKGROUND_PID);" wrappercheck-18 line 127: echo '' wrappercheck-18 line 129: wait 2587 wrappercheck-18 line 131: set -e wrappercheck-18 line 132: '[' 0 = 0 ']' wrappercheck-18 line 133: RET=0 wrappercheck-18 line 136: exit 0 dbus-session.sh: program returned 0 dbus-session.sh: final result 0 dbus-session.sh 1: killing keyring pid 14 dbus-session.sh 1: killing system bus daemon 4 dbus-session.sh 1: killing session bus daemon 8 dbus-session.sh 1: removing XDG_RUNTIME_DIR=/tmp/tmp.jbYLyvJN78 Fri Jan 5 17:13:28 2018 UTC (+ 1061.0s / 3849.8s) === cleaning up ===