runtests.py-2279 Fri Jan 5 15:31:07 2018 UTC (+ 3.9s / 112.3s) target /data/schroot/2018-01-05-07-10-all-prebuilt-testing-amd64/data/runtests/work/prebuilt-testing-amd64/home/googlecalendar/.config/akonadi/akonadiserverrc: [%General] Driver=QSQLITE3 [QSQLITE3] Name=/data/runtests/work/prebuilt-testing-amd64/home/googlecalendar/data/akonadi/akonadi.db [Debug] Tracer=null runtests.py-2279 Fri Jan 5 15:31:07 2018 UTC (+ 0.4s / 112.6s) target /data/schroot/2018-01-05-07-10-all-prebuilt-testing-amd64/data/runtests/work/prebuilt-testing-amd64/home/googlecalendar/.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/prebuilt-testing-amd64/home/googlecalendar/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/prebuilt-testing-amd64/home/googlecalendar/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/prebuilt-testing-amd64/home/googlecalendar/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/prebuilt-testing-amd64/home/googlecalendar/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/prebuilt-testing-amd64/home/googlecalendar/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/prebuilt-testing-amd64/home/googlecalendar/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/prebuilt-testing-amd64/home/googlecalendar/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/prebuilt-testing-amd64/home/googlecalendar/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/prebuilt-testing-amd64/home/googlecalendar/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-prebuilt-testing-amd64/data/runtests/work/prebuilt-testing-amd64/home/googlecalendar/.cache new /data/schroot/2018-01-05-07-10-all-prebuilt-testing-amd64/data/runtests/work/prebuilt-testing-amd64/home/googlecalendar/cache old /data/schroot/2018-01-05-07-10-all-prebuilt-testing-amd64/data/runtests/work/prebuilt-testing-amd64/home/googlecalendar/.config new /data/schroot/2018-01-05-07-10-all-prebuilt-testing-amd64/data/runtests/work/prebuilt-testing-amd64/home/googlecalendar/config old /data/schroot/2018-01-05-07-10-all-prebuilt-testing-amd64/data/runtests/work/prebuilt-testing-amd64/home/googlecalendar/.local/share new /data/schroot/2018-01-05-07-10-all-prebuilt-testing-amd64/data/runtests/work/prebuilt-testing-amd64/home/googlecalendar/data runtests.py-2279 Fri Jan 5 15:31:07 2018 UTC (+ 0.0s / 112.6s) === starting googlecalendar === runtests.py-2279 Fri Jan 5 15:31:07 2018 UTC (+ 0.0s / 112.6s) result dir: /data/schroot/2018-01-05-07-10-all-prebuilt-testing-amd64/home/nightly/results/2018-01-05-07-10_all/prebuilt-testing-amd64/13-googlecalendar, /proc/self/cwd -> /data/schroot/2018-01-05-07-10-all-prebuilt-testing-amd64/home/nightly/results/2018-01-05-07-10_all/prebuilt-testing-amd64/13-googlecalendar runtests.py-2279 Fri Jan 5 15:31:07 2018 UTC (+ 0.0s / 112.6s) changing into directory /data/schroot/2018-01-05-07-10-all-prebuilt-testing-amd64/data/runtests/work/prebuilt-testing-amd64/tests/googlecalendar (= /data/schroot/2018-01-05-07-10-all-prebuilt-testing-amd64/data/runtests/work/prebuilt-testing-amd64/tests/googlecalendar) runtests.py-2279 Fri Jan 5 15:31:07 2018 UTC (+ 0.0s / 112.6s) *** ( cd /data/schroot/2018-01-05-07-10-all-prebuilt-testing-amd64/data/runtests/work/prebuilt-testing-amd64/tests/googlecalendar; 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/prebuilt-testing-amd64/home/googlecalendar' 'XDG_CONFIG_HOME=/data/runtests/work/prebuilt-testing-amd64/home/googlecalendar/config' 'XDG_DATA_HOME=/data/runtests/work/prebuilt-testing-amd64/home/googlecalendar/data' 'XDG_CACHE_HOME=/data/runtests/work/prebuilt-testing-amd64/home/googlecalendar/cache'; unset LD_LIBRARY_PATH; /data/runtests/work/sources/syncevolution/test/resources.py -j 1 -r googlecalendar -- env 'CLIENT_TEST_WEBDAV=google caldav testcases=testcases/google_event.ics' CLIENT_TEST_NUM_ITEMS=10 CLIENT_TEST_SIMPLE_UID=1 CLIENT_TEST_UNIQUE_UID=2 CLIENT_TEST_MODE=server CLIENT_TEST_FAILURES=Client::Source::google_caldav::LinkedItems.*::testLinkedItemsChildParent,Client::Source::google_caldav::LinkedItems.*::testLinkedItemsChildChangesParent,Client::Source::google_caldav::LinkedItems.*::testLinkedItemsInsertBothUpdateParent,Client::Source::google_caldav::LinkedItems.*::testLinkedItemsRemoveParentFirst,Client::Source::google_caldav::LinkedItems.*::testLinkedItemsRemoveNormal,Client::Source::google_caldav::LinkedItemsAllDayGoogle::testLinkedItemsChild,Client::Source::google_caldav::LinkedItemsAllDayGoogle::testLinkedItemsInsertChildTwice,Client::Source::google_caldav::LinkedItemsAllDayGoogle::testLinkedItemsUpdateChild,Client::Source::google_caldav::LinkedItemsAllDayGoogle::testLinkedItemsUpdateChildNoIDs,Client::Source::google_caldav::LinkedItemsDefault::testLinkedItemsChild,Client::Source::google_caldav::LinkedItemsDefault::testLinkedItemsInsertChildTwice,Client::Source::google_caldav::LinkedItemsDefault::testLinkedItemsUpdateChild,Client::Source::google_caldav::LinkedItemsDefault::testLinkedItemsUpdateChildNoIDs,Client::Source::google_caldav::LinkedItemsWithVALARM::testLinkedItemsChild,Client::Source::google_caldav::LinkedItemsWithVALARM::testLinkedItemsInsertChildTwice,Client::Source::google_caldav::LinkedItemsWithVALARM::testLinkedItemsUpdateChild,Client::Source::google_caldav::LinkedItemsWithVALARM::testLinkedItemsUpdateChildNoIDs, schroot -d /data/runtests/work/prebuilt-testing-amd64/tests/googlecalendar -r -p -c 2018-01-05-07-10-all-prebuilt-testing-amd64 -- env 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 /data/runtests/work/sources/syncevolution/test/wrappercheck.sh /usr/libexec/activesyncd -- /home/nightly/testing/setup-syncevolution.sh googlecalendar ./syncevolution ) Fri Jan 5 15:31:07 2018 UTC (+ 0.0s / 0.0s) === locking resource(s) ['googlecalendar'] === Fri Jan 5 15:31:07 2018 UTC (+ 0.1s / 0.1s) property changed: status = acquired Fri Jan 5 15:31:07 2018 UTC (+ 0.0s / 0.1s) using jobserver Fri Jan 5 15:31:07 2018 UTC (+ 0.0s / 0.1s) === allocating 1 job slot(s) === Fri Jan 5 15:33:25 2018 UTC (+ 137.6s / 137.7s) === allocated 1 job slot(s) === W: line 4 [2018-01-05-07-10-all-release-eas-testing-amd64] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. W: line 4 [2018-01-05-07-10-all-release-eas-stretch-amd64] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. W: line 4 [2018-01-05-07-10-all-prebuilt-xenial-amd64] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. W: line 4 [2018-01-05-07-10-all-prebuilt-testing-amd64] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. W: line 4 [2018-01-05-07-10-all-clang-amd64] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. W: line 4 [2018-01-05-07-10-all-xenial-amd64] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. W: line 4 [2018-01-05-07-10-all-downstream-xenial-amd64] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. W: line 4 [2018-01-05-07-10-all-testing-amd64] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. W: line 4 [2018-01-05-07-10-all-release-eas-stretch-i386] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. W: line 4 [2018-01-05-07-10-all-prebuilt-testing-i386] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. W: line 4 [2018-01-05-07-10-all-xenial-i386] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. W: line 4 [2018-01-05-07-10-all-downstream-unstable] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. W: line 4 [2018-01-05-07-10-all-downstream-testing] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. W: line 4 [2018-01-05-07-10-all-release-eas-testing-i386] custom-session-purgeable: Configuration key name ‘custom-session-purgeable’ is not a permitted name. I: [2018-01-05-07-10-all-prebuilt-testing-amd64 chroot] Running command: “env 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 /data/runtests/work/sources/syncevolution/test/wrappercheck.sh /usr/libexec/activesyncd -- /home/nightly/testing/setup-syncevolution.sh googlecalendar ./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: '[' 35 -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: '[' 33 -gt 1 ']' wrappercheck-15 line 28: '[' dbus-monitor '!=' -- ']' wrappercheck-15 line 29: case "$1" in wrappercheck-15 line 50: break wrappercheck-15 line 56: '[' 33 -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: '[' 32 -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: '[' 31 -gt 1 ']' wrappercheck-15 line 56: '[' -- '!=' -- ']' wrappercheck-15 line 60: shift wrappercheck-15 line 62: '[' dbus-monitor.log ']' wrappercheck-15 line 62: '[' '' ']' gnome-keyring-daemon: insufficient process capabilities, unsecure memory might get used ** Message: couldn't access control socket: /tmp/tmp.JdHT2Q89Bu/keyring/control: No such file or directory wrappercheck-15 line 66: set +x *** starting dbus-monitor as background daemon, output to dbus-monitor.log wrappercheck-15 line 72: BACKGROUND_PID=19 wrappercheck-15 line 70: set -x wrappercheck-15 line 73: PIDS+=19 wrappercheck-15 line 70: exec wrappercheck-15 line 75: '[' dbus-monitor.log ']' wrappercheck-15 line 75: '[' '' ']' wrappercheck-15 line 84: '[' '' ']' wrappercheck-15 line 93: kill -0 19 wrappercheck-15 line 94: set +e wrappercheck-15 line 95: '[' '' ']' wrappercheck-15 line 99: set -x wrappercheck-15 line 99: /data/runtests/work/sources/syncevolution/test/wrappercheck.sh --daemon-log evolution-source-registry.log --daemon-sleep 5 --wait-for-dbus-daemon org.gnome.evolution.dataserver.Sources /usr/lib/evolution/evolution-source-registry -- /data/runtests/work/sources/syncevolution/test/wrappercheck.sh --daemon-log evolution-addressbook-factory.log --wait-for-dbus-daemon org.gnome.evolution.dataserver.AddressBook /usr/lib/evolution/evolution-addressbook-factory --keep-running -- /data/runtests/work/sources/syncevolution/test/wrappercheck.sh --daemon-log evolution-calendar-factory.log /usr/lib/evolution/evolution-calendar-factory --keep-running -- env /data/runtests/work/sources/syncevolution/test/wrappercheck.sh /usr/libexec/activesyncd -- /home/nightly/testing/setup-syncevolution.sh googlecalendar ./syncevolution + PS4='wrappercheck-$$ line ${LINENO}: ' wrappercheck-22 line 16: PIDS= wrappercheck-22 line 18: trap '[ "" ] && kill -TERM ' TERM wrappercheck-22 line 19: trap '[ "" ] && kill -INT ' INT wrappercheck-22 line 21: DAEMON_LOG= wrappercheck-22 line 22: WAIT_FOR_DAEMON_OUTPUT= wrappercheck-22 line 23: WAIT_FOR_DBUS_DAEMON= wrappercheck-22 line 25: declare -a BACKGROUND wrappercheck-22 line 26: declare -a ENV wrappercheck-22 line 28: '[' 29 -gt 1 ']' wrappercheck-22 line 28: '[' --daemon-log '!=' -- ']' wrappercheck-22 line 29: case "$1" in wrappercheck-22 line 31: shift wrappercheck-22 line 32: DAEMON_LOG=evolution-source-registry.log wrappercheck-22 line 53: shift wrappercheck-22 line 28: '[' 27 -gt 1 ']' wrappercheck-22 line 28: '[' --daemon-sleep '!=' -- ']' wrappercheck-22 line 29: case "$1" in wrappercheck-22 line 43: shift wrappercheck-22 line 44: DAEMON_SLEEP=5 wrappercheck-22 line 53: shift wrappercheck-22 line 28: '[' 25 -gt 1 ']' wrappercheck-22 line 28: '[' --wait-for-dbus-daemon '!=' -- ']' wrappercheck-22 line 29: case "$1" in wrappercheck-22 line 35: shift wrappercheck-22 line 36: WAIT_FOR_DBUS_DAEMON=org.gnome.evolution.dataserver.Sources wrappercheck-22 line 53: shift wrappercheck-22 line 28: '[' 23 -gt 1 ']' wrappercheck-22 line 28: '[' /usr/lib/evolution/evolution-source-registry '!=' -- ']' wrappercheck-22 line 29: case "$1" in wrappercheck-22 line 50: break wrappercheck-22 line 56: '[' 23 -gt 1 ']' wrappercheck-22 line 56: '[' /usr/lib/evolution/evolution-source-registry '!=' -- ']' wrappercheck-22 line 57: BACKGROUND[${#BACKGROUND[*]}]=/usr/lib/evolution/evolution-source-registry wrappercheck-22 line 58: shift wrappercheck-22 line 56: '[' 22 -gt 1 ']' wrappercheck-22 line 56: '[' -- '!=' -- ']' wrappercheck-22 line 60: shift wrappercheck-22 line 62: '[' evolution-source-registry.log ']' wrappercheck-22 line 62: '[' '' ']' wrappercheck-22 line 66: set +x *** starting /usr/lib/evolution/evolution-source-registry as background daemon, output to evolution-source-registry.log wrappercheck-22 line 72: BACKGROUND_PID=26 wrappercheck-22 line 73: PIDS+=26 wrappercheck-22 line 75: '[' evolution-source-registry.log ']' wrappercheck-22 line 75: '[' '' ']' wrappercheck-22 line 84: '[' org.gnome.evolution.dataserver.Sources ']' wrappercheck-22 line 85: set +x *** waiting for daemon to connect to D-Bus as 'org.gnome.evolution.dataserver.Sources' wrappercheck-22 line 70: set -x wrappercheck-22 line 70: exec wrappercheck-22 line 93: kill -0 26 wrappercheck-22 line 94: set +e wrappercheck-22 line 95: '[' 5 ']' wrappercheck-22 line 96: set +x *** 'sleep 5' for daemon to settle down wrappercheck-22 line 97: sleep 5 wrappercheck-22 line 99: set -x wrappercheck-22 line 99: /data/runtests/work/sources/syncevolution/test/wrappercheck.sh --daemon-log evolution-addressbook-factory.log --wait-for-dbus-daemon org.gnome.evolution.dataserver.AddressBook /usr/lib/evolution/evolution-addressbook-factory --keep-running -- /data/runtests/work/sources/syncevolution/test/wrappercheck.sh --daemon-log evolution-calendar-factory.log /usr/lib/evolution/evolution-calendar-factory --keep-running -- env /data/runtests/work/sources/syncevolution/test/wrappercheck.sh /usr/libexec/activesyncd -- /home/nightly/testing/setup-syncevolution.sh googlecalendar ./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: '[' 20 -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: '[' 18 -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: '[' 16 -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: '[' 16 -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: '[' 15 -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: '[' 14 -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 70: set -x wrappercheck-79 line 70: exec wrappercheck-79 line 85: set +x *** waiting for daemon to connect to D-Bus as 'org.gnome.evolution.dataserver.AddressBook' wrappercheck-79 line 93: kill -0 81 wrappercheck-79 line 94: set +e wrappercheck-79 line 95: '[' '' ']' wrappercheck-79 line 99: set -x wrappercheck-79 line 99: /data/runtests/work/sources/syncevolution/test/wrappercheck.sh --daemon-log evolution-calendar-factory.log /usr/lib/evolution/evolution-calendar-factory --keep-running -- env /data/runtests/work/sources/syncevolution/test/wrappercheck.sh /usr/libexec/activesyncd -- /home/nightly/testing/setup-syncevolution.sh googlecalendar ./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: '[' 12 -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: '[' 10 -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: '[' 10 -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: '[' 9 -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: '[' 8 -gt 1 ']' wrappercheck-99 line 56: '[' -- '!=' -- ']' wrappercheck-99 line 60: shift wrappercheck-99 line 62: '[' evolution-calendar-factory.log ']' wrappercheck-99 line 62: '[' '' ']' wrappercheck-99 line 66: set +x *** starting /usr/lib/evolution/evolution-calendar-factory as background daemon, output to evolution-calendar-factory.log wrappercheck-99 line 72: BACKGROUND_PID=101 wrappercheck-99 line 73: PIDS+=101 wrappercheck-99 line 75: '[' evolution-calendar-factory.log ']' wrappercheck-99 line 75: '[' '' ']' wrappercheck-99 line 84: '[' '' ']' wrappercheck-99 line 93: kill -0 101 wrappercheck-99 line 94: set +e wrappercheck-99 line 95: '[' '' ']' wrappercheck-99 line 70: set -x wrappercheck-99 line 70: exec wrappercheck-99 line 99: set -x wrappercheck-99 line 99: env /data/runtests/work/sources/syncevolution/test/wrappercheck.sh /usr/libexec/activesyncd -- /home/nightly/testing/setup-syncevolution.sh googlecalendar ./syncevolution + 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: '[' 5 -gt 1 ']' wrappercheck-104 line 28: '[' /usr/libexec/activesyncd '!=' -- ']' wrappercheck-104 line 29: case "$1" in wrappercheck-104 line 50: break wrappercheck-104 line 56: '[' 5 -gt 1 ']' wrappercheck-104 line 56: '[' /usr/libexec/activesyncd '!=' -- ']' wrappercheck-104 line 57: BACKGROUND[${#BACKGROUND[*]}]=/usr/libexec/activesyncd wrappercheck-104 line 58: shift wrappercheck-104 line 56: '[' 4 -gt 1 ']' wrappercheck-104 line 56: '[' -- '!=' -- ']' wrappercheck-104 line 60: shift wrappercheck-104 line 62: '[' '' ']' wrappercheck-104 line 66: set +x *** starting /usr/libexec/activesyncd as background daemon, output to stderr wrappercheck-104 line 72: BACKGROUND_PID=106 wrappercheck-104 line 73: PIDS+=106 wrappercheck-104 line 70: set -x wrappercheck-104 line 70: exec wrappercheck-104 line 75: '[' '' ']' 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: /home/nightly/testing/setup-syncevolution.sh googlecalendar ./syncevolution + case $TEST in + rm -rf '/data/runtests/work/prebuilt-testing-amd64/home/googlecalendar/.sync4j/evolution/googlecalendar_[12]' '/data/runtests/work/prebuilt-testing-amd64/home/googlecalendar/config/syncevolution/googlecalendar_[12]' '/data/runtests/work/prebuilt-testing-amd64/home/googlecalendar/config/syncevolution/client-test-[12]/peers/googlecalendar_[12]' '/data/runtests/work/prebuilt-testing-amd64/home/googlecalendar/config/syncevolution/client-test-googlecalendar-[12]' + for client in 1 2 + ./syncevolution --version + grep -q -e '[+ ]1.[0-9]' + config=googlecalendar_1@client-test-googlecalendar-1 ++ credentials googlecalendar_1 ++ case "$SCHROOT_CHROOT_NAME" in ++ case $1 in ++ echo '--template SyncEvolution_Client username= password= syncURL=local://@client-test-googlecalendar calendar/uri=caldav' + ./syncevolution --daemon=no --configure --template googlecalendar --template SyncEvolution_Client username= password= syncURL=local://@client-test-googlecalendar calendar/uri=caldav --sync-property proxyHost=http://proxy.vlan13.01.org:3128 --sync-property useProxy=0 --sync-property logLevel=4 googlecalendar_1@client-test-googlecalendar-1 [INFO] addressbook: checking usability... [INFO] addressbook: configuring datastore with sync mode 'two-way' [INFO] calendar: checking usability... [INFO] calendar: configuring datastore with sync mode 'two-way' [INFO] memo: checking usability... [INFO] memo: configuring datastore with sync mode 'two-way' [INFO] todo: checking usability... [INFO] todo: configuring datastore with sync mode 'two-way' + sources=/data/runtests/work/prebuilt-testing-amd64/home/googlecalendar/config/syncevolution/client-test-googlecalendar-1/peers/googlecalendar_1/sources + copy_source /data/runtests/work/prebuilt-testing-amd64/home/googlecalendar/config/syncevolution/client-test-googlecalendar-1/peers/googlecalendar_1/sources addressbook eds_contact + path=/data/runtests/work/prebuilt-testing-amd64/home/googlecalendar/config/syncevolution/client-test-googlecalendar-1/peers/googlecalendar_1/sources + shift + source=addressbook + shift + '[' -d /data/runtests/work/prebuilt-testing-amd64/home/googlecalendar/config/syncevolution/client-test-googlecalendar-1/peers/googlecalendar_1/sources/addressbook ']' + for i in $@ + cp -r /data/runtests/work/prebuilt-testing-amd64/home/googlecalendar/config/syncevolution/client-test-googlecalendar-1/peers/googlecalendar_1/sources/addressbook /data/runtests/work/prebuilt-testing-amd64/home/googlecalendar/config/syncevolution/client-test-googlecalendar-1/peers/googlecalendar_1/sources/eds_contact + copy_source /data/runtests/work/prebuilt-testing-amd64/home/googlecalendar/config/syncevolution/client-test-googlecalendar-1/peers/googlecalendar_1/sources calendar eds_event + path=/data/runtests/work/prebuilt-testing-amd64/home/googlecalendar/config/syncevolution/client-test-googlecalendar-1/peers/googlecalendar_1/sources + shift + source=calendar + shift + '[' -d /data/runtests/work/prebuilt-testing-amd64/home/googlecalendar/config/syncevolution/client-test-googlecalendar-1/peers/googlecalendar_1/sources/calendar ']' + for i in $@ + cp -r /data/runtests/work/prebuilt-testing-amd64/home/googlecalendar/config/syncevolution/client-test-googlecalendar-1/peers/googlecalendar_1/sources/calendar /data/runtests/work/prebuilt-testing-amd64/home/googlecalendar/config/syncevolution/client-test-googlecalendar-1/peers/googlecalendar_1/sources/eds_event + copy_source /data/runtests/work/prebuilt-testing-amd64/home/googlecalendar/config/syncevolution/client-test-googlecalendar-1/peers/googlecalendar_1/sources todo eds_task + path=/data/runtests/work/prebuilt-testing-amd64/home/googlecalendar/config/syncevolution/client-test-googlecalendar-1/peers/googlecalendar_1/sources + shift + source=todo + shift + '[' -d /data/runtests/work/prebuilt-testing-amd64/home/googlecalendar/config/syncevolution/client-test-googlecalendar-1/peers/googlecalendar_1/sources/todo ']' + for i in $@ + cp -r /data/runtests/work/prebuilt-testing-amd64/home/googlecalendar/config/syncevolution/client-test-googlecalendar-1/peers/googlecalendar_1/sources/todo /data/runtests/work/prebuilt-testing-amd64/home/googlecalendar/config/syncevolution/client-test-googlecalendar-1/peers/googlecalendar_1/sources/eds_task + copy_source /data/runtests/work/prebuilt-testing-amd64/home/googlecalendar/config/syncevolution/client-test-googlecalendar-1/peers/googlecalendar_1/sources memo eds_memo + path=/data/runtests/work/prebuilt-testing-amd64/home/googlecalendar/config/syncevolution/client-test-googlecalendar-1/peers/googlecalendar_1/sources + shift + source=memo + shift + '[' -d /data/runtests/work/prebuilt-testing-amd64/home/googlecalendar/config/syncevolution/client-test-googlecalendar-1/peers/googlecalendar_1/sources/memo ']' + for i in $@ + cp -r /data/runtests/work/prebuilt-testing-amd64/home/googlecalendar/config/syncevolution/client-test-googlecalendar-1/peers/googlecalendar_1/sources/memo /data/runtests/work/prebuilt-testing-amd64/home/googlecalendar/config/syncevolution/client-test-googlecalendar-1/peers/googlecalendar_1/sources/eds_memo + for i in eds_contact eds_event eds_task eds_memo + ./syncevolution --daemon=no --configure database=Test_eds_contact_1 googlecalendar_1@client-test-googlecalendar-1 eds_contact + for i in eds_contact eds_event eds_task eds_memo + ./syncevolution --daemon=no --configure database=Test_eds_event_1 googlecalendar_1@client-test-googlecalendar-1 eds_event + for i in eds_contact eds_event eds_task eds_memo + ./syncevolution --daemon=no --configure database=Test_eds_task_1 googlecalendar_1@client-test-googlecalendar-1 eds_task + for i in eds_contact eds_event eds_task eds_memo + ./syncevolution --daemon=no --configure database=Test_eds_memo_1 googlecalendar_1@client-test-googlecalendar-1 eds_memo + case $TEST in + case $TEST in + case $TEST in ++ SYNCEVOLUTION_DEBUG=1 ++ ./syncevolution --print-databases --daemon=no loglevel=4 'syncURL=https://apidata.googleusercontent.com/caldav/v2?SyncEvolution=Google' username=goa:syncevolution.list@gmail.com backend=caldav [DEBUG 00:00:00] using username 'goa:syncevolution.list@gmail.com' from context for WebDAV, password not set [DEBUG 00:00:00] looking for identity provider for goa:syncevolution.list@gmail.com [DEBUG 00:00:00] Looking up all accounts in GNOME Online Accounts, searching for 'syncevolution.list@gmail.com'. [DEBUG 00:00:00] GOA object /org/gnome/OnlineAccounts/Accounts/account_1379073187 implements org.gnome.OnlineAccounts.Account, org.gnome.OnlineAccounts.Calendar, org.gnome.OnlineAccounts.Chat, org.gnome.OnlineAccounts.Contacts, org.gnome.OnlineAccounts.Documents, org.gnome.OnlineAccounts.Mail, org.gnome.OnlineAccounts.OAuth2Based [DEBUG 00:00:00] GOA account Google, syncevolution.list@gmail.com = account_1379073187 [DEBUG 00:00:00] found matching GNOME Online Account for 'syncevolution.list@gmail.com': Google, syncevolution.list@gmail.com = account_1379073187 [DEBUG 00:00:00] GOA object /org/gnome/OnlineAccounts/Manager implements org.gnome.OnlineAccounts.Manager [DEBUG 00:00:00] timout 300s, retry 5s => resending allowed HTTP session to https://apidata.googleusercontent.com:443 begins. [DEBUG 00:00:00] client cert is missing [INFO 00:00:00] start database search at https://apidata.googleusercontent.com/caldav/v2?SyncEvolution=Google, from sync config '@default', syncURL='https://apidata.googleusercontent.com/caldav/v2?SyncEvolution=Google' [DEBUG 00:00:00] testing https://apidata.googleusercontent.com:443/caldav/v2?SyncEvolution=Google [DEBUG 00:00:00] debugging: read all WebDAV properties of https://apidata.googleusercontent.com:443/caldav/v2?SyncEvolution=Google [DEBUG 00:00:00] starting PROPFIND, credentials unverified, no deadline [DEBUG 00:00:00] got new OAuth2 token 'ya29.Glw5BUQp9msUYpjK1tdSt88HCwQHtRlYbKXG27Chgh8J9PtXZqoAWukE-D9ySBMA3ukYej20btTTdRASCF1JeoHDuoFxu0q8FwCtoofOUuU6BdtGLuY0j06IPrgrBw' for next request ah_create, for WWW-Authenticate Running pre_send hooks [DEBUG 00:00:00] using OAuth2 token 'ya29.Glw5BUQp9msUYpjK1tdSt88HCwQHtRlYbKXG27Chgh8J9PtXZqoAWukE-D9ySBMA3ukYej20btTTdRASCF1JeoHDuoFxu0q8FwCtoofOUuU6BdtGLuY0j06IPrgrBw' to authenticate Sending request headers: PROPFIND /caldav/v2 HTTP/1.1 Connection: TE TE: trailers Host: apidata.googleusercontent.com Depth: 0 Content-Length: 84 Content-Type: application/xml User-Agent: SyncEvolution Authorization: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Sending request-line and headers: Doing DNS lookup on proxy.vlan13.01.org... req: Connecting to 10.0.13.1:3128 Running pre_send hooks [DEBUG 00:00:00] using OAuth2 token 'ya29.Glw5BUQp9msUYpjK1tdSt88HCwQHtRlYbKXG27Chgh8J9PtXZqoAWukE-D9ySBMA3ukYej20btTTdRASCF1JeoHDuoFxu0q8FwCtoofOUuU6BdtGLuY0j06IPrgrBw' to authenticate Sending request headers: CONNECT apidata.googleusercontent.com:443 HTTP/1.1 Connection: TE TE: trailers Host: apidata.googleusercontent.com User-Agent: SyncEvolution Authorization: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Sending request-line and headers: Request sent; retry is 0. [status-line] < HTTP/1.1 200 Connection established [hdr] End of headers. Running post_headers hooks Running post_send hooks Request ends, status 200 class 2xx, error line: 200 Connection established Running destroy hooks. Request ends. Sending request body: Body block (84 bytes): [ ] Request sent; retry is 0. [status-line] < HTTP/1.1 207 Multi-Status [hdr] Vary: X-Origin Header Name: [vary], Value: [X-Origin] [hdr] Content-Type: text/xml; charset=UTF-8 Header Name: [content-type], Value: [text/xml; charset=UTF-8] [hdr] Date: Fri, 05 Jan 2018 15:33:34 GMT Header Name: [date], Value: [Fri, 05 Jan 2018 15:33:34 GMT] [hdr] Expires: Fri, 05 Jan 2018 15:33:34 GMT Header Name: [expires], Value: [Fri, 05 Jan 2018 15:33:34 GMT] [hdr] Cache-Control: private, max-age=0 Header Name: [cache-control], Value: [private, max-age=0] [hdr] X-Content-Type-Options: nosniff Header Name: [x-content-type-options], Value: [nosniff] [hdr] X-Frame-Options: SAMEORIGIN Header Name: [x-frame-options], Value: [SAMEORIGIN] [hdr] X-XSS-Protection: 1; mode=block Header Name: [x-xss-protection], Value: [1; mode=block] [hdr] Server: GSE Header Name: [server], Value: [GSE] [hdr] Alt-Svc: hq=":443"; ma=2592000; quic=51303431; quic=51303339; quic=51303338; quic=51303337; quic=51303335,quic=":443"; ma=2592000; v="41,39,38,37,35" Header Name: [alt-svc], Value: [hq=":443"; ma=2592000; quic=51303431; quic=51303339; quic=51303338; quic=51303337; quic=51303335,quic=":443"; ma=2592000; v="41,39,38,37,35"] [hdr] Accept-Ranges: none Header Name: [accept-ranges], Value: [none] [hdr] Vary: Origin,Accept-Encoding Header Name: [vary], Value: [Origin,Accept-Encoding] [hdr] Transfer-Encoding: chunked Header Name: [transfer-encoding], Value: [chunked] [hdr] End of headers. Running post_headers hooks [chunk] < 201 Got chunk size: 513 Reading 513 bytes of response body. Got 513 bytes. Read block (513 bytes): [ /caldav/v2 HTTP/1.1 200 OK ] [chunk] < 0 Got chunk size: 0 [hdr] End of headers. Running post_send hooks ah_post_send (#0), code is 207 (want 401), WWW-Authenticate is (none) Request ends, status 207 class 2xx, error line: 207 Multi-Status [DEBUG 00:00:00] credentials accepted Running destroy hooks. Request ends. [DEBUG 00:00:00] read relevant properties of https://apidata.googleusercontent.com:443/caldav/v2?SyncEvolution=Google [DEBUG 00:00:00] starting PROPFIND, credentials okay, deadline in 299.6s ah_create, for WWW-Authenticate Running pre_send hooks [DEBUG 00:00:00] using OAuth2 token 'ya29.Glw5BUQp9msUYpjK1tdSt88HCwQHtRlYbKXG27Chgh8J9PtXZqoAWukE-D9ySBMA3ukYej20btTTdRASCF1JeoHDuoFxu0q8FwCtoofOUuU6BdtGLuY0j06IPrgrBw' to authenticate Sending request headers: PROPFIND /caldav/v2 HTTP/1.1 Connection: TE TE: trailers Host: apidata.googleusercontent.com Depth: 0 Content-Length: 968 Content-Type: application/xml User-Agent: SyncEvolution Authorization: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Sending request-line and headers: Sending request body: Body block (968 bytes): [ ] Request sent; retry is 1. [status-line] < HTTP/1.1 207 Multi-Status [hdr] Vary: X-Origin Header Name: [vary], Value: [X-Origin] [hdr] Content-Type: text/xml; charset=UTF-8 Header Name: [content-type], Value: [text/xml; charset=UTF-8] [hdr] Date: Fri, 05 Jan 2018 15:33:34 GMT Header Name: [date], Value: [Fri, 05 Jan 2018 15:33:34 GMT] [hdr] Expires: Fri, 05 Jan 2018 15:33:34 GMT Header Name: [expires], Value: [Fri, 05 Jan 2018 15:33:34 GMT] [hdr] Cache-Control: private, max-age=0 Header Name: [cache-control], Value: [private, max-age=0] [hdr] X-Content-Type-Options: nosniff Header Name: [x-content-type-options], Value: [nosniff] [hdr] X-Frame-Options: SAMEORIGIN Header Name: [x-frame-options], Value: [SAMEORIGIN] [hdr] X-XSS-Protection: 1; mode=block Header Name: [x-xss-protection], Value: [1; mode=block] [hdr] Server: GSE Header Name: [server], Value: [GSE] [hdr] Alt-Svc: hq=":443"; ma=2592000; quic=51303431; quic=51303339; quic=51303338; quic=51303337; quic=51303335,quic=":443"; ma=2592000; v="41,39,38,37,35" Header Name: [alt-svc], Value: [hq=":443"; ma=2592000; quic=51303431; quic=51303339; quic=51303338; quic=51303337; quic=51303335,quic=":443"; ma=2592000; v="41,39,38,37,35"] [hdr] Accept-Ranges: none Header Name: [accept-ranges], Value: [none] [hdr] Vary: Origin,Accept-Encoding Header Name: [vary], Value: [Origin,Accept-Encoding] [hdr] Transfer-Encoding: chunked Header Name: [transfer-encoding], Value: [chunked] [hdr] End of headers. Running post_headers hooks [chunk] < 4e0 Got chunk size: 1248 Reading 1248 bytes of response body. Got 648 bytes. Read block (648 bytes): [ /caldav/v2 HTTP/1.1 200 OK /caldav/v2/syncevolution.list%40gmail.com/user HTTP/1.] Reading 600 bytes of response body. Got 600 bytes. Read block (600 bytes): [1 404 Not Found ] [chunk] < 0 Got chunk size: 0 [hdr] End of headers. Running post_send hooks ah_post_send (#0), code is 207 (want 401), WWW-Authenticate is (none) Request ends, status 207 class 2xx, error line: 207 Multi-Status [DEBUG 00:00:00] credentials accepted Running destroy hooks. Request ends. [DEBUG 00:00:00] follow current-user-prinicipal to https://apidata.googleusercontent.com:443/caldav/v2/syncevolution.list%40gmail.com/user [DEBUG 00:00:00] testing https://apidata.googleusercontent.com:443/caldav/v2/syncevolution.list%40gmail.com/user [DEBUG 00:00:00] debugging: read all WebDAV properties of https://apidata.googleusercontent.com:443/caldav/v2/syncevolution.list%40gmail.com/user [DEBUG 00:00:00] starting PROPFIND, credentials okay, no deadline ah_create, for WWW-Authenticate Running pre_send hooks [DEBUG 00:00:00] using OAuth2 token 'ya29.Glw5BUQp9msUYpjK1tdSt88HCwQHtRlYbKXG27Chgh8J9PtXZqoAWukE-D9ySBMA3ukYej20btTTdRASCF1JeoHDuoFxu0q8FwCtoofOUuU6BdtGLuY0j06IPrgrBw' to authenticate Sending request headers: PROPFIND /caldav/v2/syncevolution.list%40gmail.com/user HTTP/1.1 Connection: TE TE: trailers Host: apidata.googleusercontent.com Depth: 0 Content-Length: 84 Content-Type: application/xml User-Agent: SyncEvolution Authorization: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Sending request-line and headers: Sending request body: Body block (84 bytes): [ ] Request sent; retry is 1. [status-line] < HTTP/1.1 207 Multi-Status [hdr] DAV: 1, calendar-access, calendar-schedule, calendar-auto-schedule, calendar-proxy Header Name: [dav], Value: [1, calendar-access, calendar-schedule, calendar-auto-schedule, calendar-proxy] [hdr] Vary: X-Origin Header Name: [vary], Value: [X-Origin] [hdr] Content-Type: text/xml; charset=UTF-8 Header Name: [content-type], Value: [text/xml; charset=UTF-8] [hdr] Date: Fri, 05 Jan 2018 15:33:34 GMT Header Name: [date], Value: [Fri, 05 Jan 2018 15:33:34 GMT] [hdr] Expires: Fri, 05 Jan 2018 15:33:34 GMT Header Name: [expires], Value: [Fri, 05 Jan 2018 15:33:34 GMT] [hdr] Cache-Control: private, max-age=0 Header Name: [cache-control], Value: [private, max-age=0] [hdr] X-Content-Type-Options: nosniff Header Name: [x-content-type-options], Value: [nosniff] [hdr] X-Frame-Options: SAMEORIGIN Header Name: [x-frame-options], Value: [SAMEORIGIN] [hdr] X-XSS-Protection: 1; mode=block Header Name: [x-xss-protection], Value: [1; mode=block] [hdr] Server: GSE Header Name: [server], Value: [GSE] [hdr] Alt-Svc: hq=":443"; ma=2592000; quic=51303431; quic=51303339; quic=51303338; quic=51303337; quic=51303335,quic=":443"; ma=2592000; v="41,39,38,37,35" Header Name: [alt-svc], Value: [hq=":443"; ma=2592000; quic=51303431; quic=51303339; quic=51303338; quic=51303337; quic=51303335,quic=":443"; ma=2592000; v="41,39,38,37,35"] [hdr] Accept-Ranges: none Header Name: [accept-ranges], Value: [none] [hdr] Vary: Origin,Accept-Encoding Header Name: [vary], Value: [Origin,Accept-Encoding] [hdr] Transfer-Encoding: chunked Header Name: [transfer-encoding], Value: [chunked] [hdr] End of headers. Running post_headers hooks [chunk] < 29c Got chunk size: 668 Reading 668 bytes of response body. Got 564 bytes. Read block (564 bytes): [ /caldav/v2/syncevolution.list%40gmail.com/user HTTP/1.1 200 OK SyncEvolution Testing ] Reading 104 bytes of response body. Got 104 bytes. Read block (104 bytes): [ ] [chunk] < 0 Got chunk size: 0 [hdr] End of headers. Running post_send hooks ah_post_send (#0), code is 207 (want 401), WWW-Authenticate is (none) Request ends, status 207 class 2xx, error line: 207 Multi-Status [DEBUG 00:00:00] credentials accepted Running destroy hooks. Request ends. [DEBUG 00:00:00] read relevant properties of https://apidata.googleusercontent.com:443/caldav/v2/syncevolution.list%40gmail.com/user [DEBUG 00:00:00] starting PROPFIND, credentials okay, deadline in 299.0s ah_create, for WWW-Authenticate Running pre_send hooks [DEBUG 00:00:00] using OAuth2 token 'ya29.Glw5BUQp9msUYpjK1tdSt88HCwQHtRlYbKXG27Chgh8J9PtXZqoAWukE-D9ySBMA3ukYej20btTTdRASCF1JeoHDuoFxu0q8FwCtoofOUuU6BdtGLuY0j06IPrgrBw' to authenticate Sending request headers: PROPFIND /caldav/v2/syncevolution.list%40gmail.com/user HTTP/1.1 Connection: TE TE: trailers Host: apidata.googleusercontent.com Depth: 0 Content-Length: 968 Content-Type: application/xml User-Agent: SyncEvolution Authorization: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Sending request-line and headers: Sending request body: Body block (968 bytes): [ ] Request sent; retry is 1. [status-line] < HTTP/1.1 207 Multi-Status [hdr] DAV: 1, calendar-access, calendar-schedule, calendar-auto-schedule, calendar-proxy Header Name: [dav], Value: [1, calendar-access, calendar-schedule, calendar-auto-schedule, calendar-proxy] [hdr] Vary: X-Origin Header Name: [vary], Value: [X-Origin] [hdr] Content-Type: text/xml; charset=UTF-8 Header Name: [content-type], Value: [text/xml; charset=UTF-8] [hdr] Date: Fri, 05 Jan 2018 15:33:35 GMT Header Name: [date], Value: [Fri, 05 Jan 2018 15:33:35 GMT] [hdr] Expires: Fri, 05 Jan 2018 15:33:35 GMT Header Name: [expires], Value: [Fri, 05 Jan 2018 15:33:35 GMT] [hdr] Cache-Control: private, max-age=0 Header Name: [cache-control], Value: [private, max-age=0] [hdr] X-Content-Type-Options: nosniff Header Name: [x-content-type-options], Value: [nosniff] [hdr] X-Frame-Options: SAMEORIGIN Header Name: [x-frame-options], Value: [SAMEORIGIN] [hdr] X-XSS-Protection: 1; mode=block Header Name: [x-xss-protection], Value: [1; mode=block] [hdr] Server: GSE Header Name: [server], Value: [GSE] [hdr] Alt-Svc: hq=":443"; ma=2592000; quic=51303431; quic=51303339; quic=51303338; quic=51303337; quic=51303335,quic=":443"; ma=2592000; v="41,39,38,37,35" Header Name: [alt-svc], Value: [hq=":443"; ma=2592000; quic=51303431; quic=51303339; quic=51303338; quic=51303337; quic=51303335,quic=":443"; ma=2592000; v="41,39,38,37,35"] [hdr] Accept-Ranges: none Header Name: [accept-ranges], Value: [none] [hdr] Vary: Origin,Accept-Encoding Header Name: [vary], Value: [Origin,Accept-Encoding] [hdr] Transfer-Encoding: chunked Header Name: [transfer-encoding], Value: [chunked] [hdr] End of headers. Running post_headers hooks [chunk] < 783 Got chunk size: 1923 Reading 1923 bytes of response body. Got 564 bytes. Read block (564 bytes): [ /caldav/v2/syncevolution.list%40gmail.com/user HTTP/1.1 200 OK SyncEvolution Testing /caldav/v2/syncevolution.list%40gmail.com/ /caldav/v2/syncevolution.list@gmail.com/user /caldav/v2/patrick.ohly@googlemail.com/user/calendar-proxy-read/ /caldav/v2/patrick.ohly.estamos@googlemail.com/user/calendar-proxy-read/ /caldav/v2/929rvqhrjneodq60ir6joc7tgg@group.calendar.google.com/user/calendar-proxy-write/ /caldav/v2/cln2stbjc4hmgrrcd5i62ua0ctp6utbg5pr2sor1dhimsp31e8n6errfctm6abj3dtmg@virtual/user/calendar-proxy-read/ HTTP/1.1 404 Not Found ] [chunk] < 0 Got chunk size: 0 [hdr] End of headers. Running post_send hooks ah_post_send (#0), code is 207 (want 401), WWW-Authenticate is (none) Request ends, status 207 class 2xx, error line: 207 Multi-Status [DEBUG 00:00:01] credentials accepted Running destroy hooks. Request ends. [DEBUG 00:00:01] follow home-set property to https://apidata.googleusercontent.com:443/caldav/v2/syncevolution.list%40gmail.com/ [DEBUG 00:00:01] skipping listing because we don't know whether collection contains relevant collections: https://apidata.googleusercontent.com:443/caldav/v2/syncevolution.list%40gmail.com/user [DEBUG 00:00:01] testing https://apidata.googleusercontent.com:443/caldav/v2/syncevolution.list%40gmail.com/ [DEBUG 00:00:01] debugging: read all WebDAV properties of https://apidata.googleusercontent.com:443/caldav/v2/syncevolution.list%40gmail.com/ [DEBUG 00:00:01] starting PROPFIND, credentials okay, no deadline ah_create, for WWW-Authenticate Running pre_send hooks [DEBUG 00:00:01] using OAuth2 token 'ya29.Glw5BUQp9msUYpjK1tdSt88HCwQHtRlYbKXG27Chgh8J9PtXZqoAWukE-D9ySBMA3ukYej20btTTdRASCF1JeoHDuoFxu0q8FwCtoofOUuU6BdtGLuY0j06IPrgrBw' to authenticate Sending request headers: PROPFIND /caldav/v2/syncevolution.list%40gmail.com/ HTTP/1.1 Connection: TE TE: trailers Host: apidata.googleusercontent.com Depth: 0 Content-Length: 84 Content-Type: application/xml User-Agent: SyncEvolution Authorization: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Sending request-line and headers: Sending request body: Body block (84 bytes): [ ] Request sent; retry is 1. [status-line] < HTTP/1.1 207 Multi-Status [hdr] Vary: X-Origin Header Name: [vary], Value: [X-Origin] [hdr] Content-Type: text/xml; charset=UTF-8 Header Name: [content-type], Value: [text/xml; charset=UTF-8] [hdr] Date: Fri, 05 Jan 2018 15:33:35 GMT Header Name: [date], Value: [Fri, 05 Jan 2018 15:33:35 GMT] [hdr] Expires: Fri, 05 Jan 2018 15:33:35 GMT Header Name: [expires], Value: [Fri, 05 Jan 2018 15:33:35 GMT] [hdr] Cache-Control: private, max-age=0 Header Name: [cache-control], Value: [private, max-age=0] [hdr] X-Content-Type-Options: nosniff Header Name: [x-content-type-options], Value: [nosniff] [hdr] X-Frame-Options: SAMEORIGIN Header Name: [x-frame-options], Value: [SAMEORIGIN] [hdr] X-XSS-Protection: 1; mode=block Header Name: [x-xss-protection], Value: [1; mode=block] [hdr] Server: GSE Header Name: [server], Value: [GSE] [hdr] Alt-Svc: hq=":443"; ma=2592000; quic=51303431; quic=51303339; quic=51303338; quic=51303337; quic=51303335,quic=":443"; ma=2592000; v="41,39,38,37,35" Header Name: [alt-svc], Value: [hq=":443"; ma=2592000; quic=51303431; quic=51303339; quic=51303338; quic=51303337; quic=51303335,quic=":443"; ma=2592000; v="41,39,38,37,35"] [hdr] Accept-Ranges: none Header Name: [accept-ranges], Value: [none] [hdr] Vary: Origin,Accept-Encoding Header Name: [vary], Value: [Origin,Accept-Encoding] [hdr] Transfer-Encoding: chunked Header Name: [transfer-encoding], Value: [chunked] [hdr] End of headers. Running post_headers hooks [chunk] < 24b Got chunk size: 587 Reading 587 bytes of response body. Got 587 bytes. Read block (587 bytes): [ /caldav/v2/syncevolution.list%40gmail.com/ HTTP/1.1 200 OK ] [chunk] < 0 Got chunk size: 0 [hdr] End of headers. Running post_send hooks ah_post_send (#0), code is 207 (want 401), WWW-Authenticate is (none) Request ends, status 207 class 2xx, error line: 207 Multi-Status [DEBUG 00:00:01] credentials accepted Running destroy hooks. Request ends. [DEBUG 00:00:01] read relevant properties of https://apidata.googleusercontent.com:443/caldav/v2/syncevolution.list%40gmail.com/ [DEBUG 00:00:01] starting PROPFIND, credentials okay, deadline in 298.5s ah_create, for WWW-Authenticate Running pre_send hooks [DEBUG 00:00:01] using OAuth2 token 'ya29.Glw5BUQp9msUYpjK1tdSt88HCwQHtRlYbKXG27Chgh8J9PtXZqoAWukE-D9ySBMA3ukYej20btTTdRASCF1JeoHDuoFxu0q8FwCtoofOUuU6BdtGLuY0j06IPrgrBw' to authenticate Sending request headers: PROPFIND /caldav/v2/syncevolution.list%40gmail.com/ HTTP/1.1 Connection: TE TE: trailers Host: apidata.googleusercontent.com Depth: 0 Content-Length: 968 Content-Type: application/xml User-Agent: SyncEvolution Authorization: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Sending request-line and headers: Sending request body: Body block (968 bytes): [ ] Request sent; retry is 1. [status-line] < HTTP/1.1 207 Multi-Status [hdr] Vary: X-Origin Header Name: [vary], Value: [X-Origin] [hdr] Content-Type: text/xml; charset=UTF-8 Header Name: [content-type], Value: [text/xml; charset=UTF-8] [hdr] Date: Fri, 05 Jan 2018 15:33:35 GMT Header Name: [date], Value: [Fri, 05 Jan 2018 15:33:35 GMT] [hdr] Expires: Fri, 05 Jan 2018 15:33:35 GMT Header Name: [expires], Value: [Fri, 05 Jan 2018 15:33:35 GMT] [hdr] Cache-Control: private, max-age=0 Header Name: [cache-control], Value: [private, max-age=0] [hdr] X-Content-Type-Options: nosniff Header Name: [x-content-type-options], Value: [nosniff] [hdr] X-Frame-Options: SAMEORIGIN Header Name: [x-frame-options], Value: [SAMEORIGIN] [hdr] X-XSS-Protection: 1; mode=block Header Name: [x-xss-protection], Value: [1; mode=block] [hdr] Server: GSE Header Name: [server], Value: [GSE] [hdr] Alt-Svc: hq=":443"; ma=2592000; quic=51303431; quic=51303339; quic=51303338; quic=51303337; quic=51303335,quic=":443"; ma=2592000; v="41,39,38,37,35" Header Name: [alt-svc], Value: [hq=":443"; ma=2592000; quic=51303431; quic=51303339; quic=51303338; quic=51303337; quic=51303335,quic=":443"; ma=2592000; v="41,39,38,37,35"] [hdr] Accept-Ranges: none Header Name: [accept-ranges], Value: [none] [hdr] Vary: Origin,Accept-Encoding Header Name: [vary], Value: [Origin,Accept-Encoding] [hdr] Transfer-Encoding: chunked Header Name: [transfer-encoding], Value: [chunked] [hdr] End of headers. Running post_headers hooks [chunk] < 4c6 Got chunk size: 1222 Reading 1222 bytes of response body. Got 648 bytes. Read block (648 bytes): [ /caldav/v2/syncevolution.list%40gmail.com/ HTTP/1.1 200 OK HTTP/1.1 404 Not Found ] [chunk] < 0 Got chunk size: 0 [hdr] End of headers. Running post_send hooks ah_post_send (#0), code is 207 (want 401), WWW-Authenticate is (none) Request ends, status 207 class 2xx, error line: 207 Multi-Status [DEBUG 00:00:01] credentials accepted Running destroy hooks. Request ends. [DEBUG 00:00:01] empty current-user-prinicipal: retry current URL with authentication [DEBUG 00:00:01] list items in https://apidata.googleusercontent.com:443/caldav/v2/syncevolution.list%40gmail.com/ [DEBUG 00:00:01] starting PROPFIND, credentials okay, deadline in 298.3s ah_create, for WWW-Authenticate Running pre_send hooks [DEBUG 00:00:01] using OAuth2 token 'ya29.Glw5BUQp9msUYpjK1tdSt88HCwQHtRlYbKXG27Chgh8J9PtXZqoAWukE-D9ySBMA3ukYej20btTTdRASCF1JeoHDuoFxu0q8FwCtoofOUuU6BdtGLuY0j06IPrgrBw' to authenticate Sending request headers: PROPFIND /caldav/v2/syncevolution.list%40gmail.com/ HTTP/1.1 Connection: TE TE: trailers Host: apidata.googleusercontent.com Depth: 1 Content-Length: 399 Content-Type: application/xml User-Agent: SyncEvolution Authorization: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Sending request-line and headers: Sending request body: Body block (399 bytes): [ ] Request sent; retry is 1. [status-line] < HTTP/1.1 207 Multi-Status [hdr] Vary: X-Origin Header Name: [vary], Value: [X-Origin] [hdr] Content-Type: text/xml; charset=UTF-8 Header Name: [content-type], Value: [text/xml; charset=UTF-8] [hdr] Date: Fri, 05 Jan 2018 15:33:36 GMT Header Name: [date], Value: [Fri, 05 Jan 2018 15:33:36 GMT] [hdr] Expires: Fri, 05 Jan 2018 15:33:36 GMT Header Name: [expires], Value: [Fri, 05 Jan 2018 15:33:36 GMT] [hdr] Cache-Control: private, max-age=0 Header Name: [cache-control], Value: [private, max-age=0] [hdr] X-Content-Type-Options: nosniff Header Name: [x-content-type-options], Value: [nosniff] [hdr] X-Frame-Options: SAMEORIGIN Header Name: [x-frame-options], Value: [SAMEORIGIN] [hdr] X-XSS-Protection: 1; mode=block Header Name: [x-xss-protection], Value: [1; mode=block] [hdr] Server: GSE Header Name: [server], Value: [GSE] [hdr] Alt-Svc: hq=":443"; ma=2592000; quic=51303431; quic=51303339; quic=51303338; quic=51303337; quic=51303335,quic=":443"; ma=2592000; v="41,39,38,37,35" Header Name: [alt-svc], Value: [hq=":443"; ma=2592000; quic=51303431; quic=51303339; quic=51303338; quic=51303337; quic=51303335,quic=":443"; ma=2592000; v="41,39,38,37,35"] [hdr] Accept-Ranges: none Header Name: [accept-ranges], Value: [none] [hdr] Vary: Origin,Accept-Encoding Header Name: [vary], Value: [Origin,Accept-Encoding] [hdr] Transfer-Encoding: chunked Header Name: [transfer-encoding], Value: [chunked] [hdr] End of headers. Running post_headers hooks [chunk] < 1d41 Got chunk size: 7489 Reading 7489 bytes of response body. Got 647 bytes. Read block (647 bytes): [ /caldav/v2/syncevolution.list%40gmail.com/ HTTP/1.1 200 OK HTTP/1.1 404 Not Found /caldav/v2/syncevolution.list%40gmail.com/events/ HTTP/1.1 200 OK syncevolution@lists.intel.com syncevolution.list@gmail.com BEGIN:VCALENDAR PRODID:-//Google Inc//Google Calendar 70.9054//EN VERSION:2.0 CALSCALE:GREGORIAN X-WR-CALNAME:syncevolution@lists.intel.com X-WR-TIMEZONE:Europe/Berlin BEGIN:VTIMEZONE TZID:Europe/Berlin X-LIC-LOCATION:Europe/Berlin BEGIN:DAYLIGHT TZOFFSETFROM:+0100 TZOFFSETTO:+0200 TZNAME:CEST DTSTART:19700329T020000 RRULE:FREQ=YEARLY;BYMONTH=3;BYDAY=-1SU END:DAYLIGHT BEGIN:STANDARD TZOFFSETFROM:+0200 TZOFFSETTO:+0100 TZNAME:CET DTSTART:19701025T030000 RRULE:FREQ=YEARLY;BYMONTH=10;BYDAY=-1SU END:STANDARD ] Reading 5655 bytes of response body. Got 1187 bytes. Read block (1187 bytes): [END:VTIMEZONE END:VCALENDAR HTTP/1.1 404 Not Found /caldav/v2/syncevolution.list%40gmail.com/user HTTP/1.1 200 OK SyncEvolution Testing /caldav/v2/syncevolution.list%40gmail.com/ HTTP/1.1 404 Not Found /caldav/v2/syncevolution.list%40gmail.com/inbox/ HTTP/1.1 200 OK HTTP/1.1 404 Not Found /caldav/v2/syncevolution.list%40gmail.com/outbox/ HTTP/1.1 200 OK HTTP/1.1 404 N] Reading 3281 bytes of response body. Got 1187 bytes. Read block (1187 bytes): [ot Found /caldav/v2/929rvqhrjneodq60ir6joc7tgg%40group.calendar.google.com/events/ HTTP/1.1 200 OK SyncEvolution Testing Next Generation 929rvqhrjneodq60ir6joc7tgg@group.calendar.google.com BEGIN:VCALENDAR PRODID:-//Google Inc//Google Calendar 70.9054//EN VERSION:2.0 CALSCALE:GREGORIAN X-WR-CALNAME:SyncEvolution Testing Next Generation X-WR-TIMEZONE:Europe/Berlin X-WR-CALDESC: BEGIN:VTIMEZONE TZID:Europe/Berlin X-LIC-LOCATION:Europe/Berlin BEGIN:DAYLIGHT TZOFFSETFROM:+0100 TZOFFSETTO:+0200 TZNAME:CEST DTSTART:19700329T020000 RRULE:FREQ=YEARLY;BYMONTH=3;BYDAY=-1SU END:DAYLIGHT BEGIN:STANDARD T] Reading 2094 bytes of response body. Got 1187 bytes. Read block (1187 bytes): [ZOFFSETFROM:+0200 TZOFFSETTO:+0100 TZNAME:CET DTSTART:19701025T030000 RRULE:FREQ=YEARLY;BYMONTH=10;BYDAY=-1SU END:STANDARD END:VTIMEZONE END:VCALENDAR HTTP/1.1 404 Not Found /caldav/v2/cln2stbjc4hmgrrcd5i62ua0ctp6utbg5pr2sor1dhimsp31e8n6errfctm6abj3dtmg%40virtual/events/ HTTP/1.1 200 OK Holidays in United States en.usa#holiday@group.v.calendar.google.com BEGIN:VCALENDAR PRODID:-//Google Inc//Google Calendar 70.9054//EN V] Reading 907 bytes of response body. Got 907 bytes. Read block (907 bytes): [ERSION:2.0 CALSCALE:GREGORIAN X-WR-TIMEZONE:Europe/Berlin BEGIN:VTIMEZONE TZID:Europe/Berlin X-LIC-LOCATION:Europe/Berlin BEGIN:DAYLIGHT TZOFFSETFROM:+0100 TZOFFSETTO:+0200 TZNAME:CEST DTSTART:19700329T020000 RRULE:FREQ=YEARLY;BYMONTH=3;BYDAY=-1SU END:DAYLIGHT BEGIN:STANDARD TZOFFSETFROM:+0200 TZOFFSETTO:+0100 TZNAME:CET DTSTART:19701025T030000 RRULE:FREQ=YEARLY;BYMONTH=10;BYDAY=-1SU END:STANDARD END:VTIMEZONE END:VCALENDAR HTTP/1.1 404 Not Found ] [chunk] < 0 Got chunk size: 0 [hdr] End of headers. Running post_send hooks ah_post_send (#0), code is 207 (want 401), WWW-Authenticate is (none) Request ends, status 207 class 2xx, error line: 207 Multi-Status [DEBUG 00:00:02] credentials accepted Running destroy hooks. Request ends. [DEBUG 00:00:02] skipping because already checked: /caldav/v2/syncevolution.list%40gmail.com/ [DEBUG 00:00:02] new sub candidate: /caldav/v2/syncevolution.list%40gmail.com/events/ [DEBUG 00:00:02] skipping because of wrong type: /caldav/v2/syncevolution.list%40gmail.com/user [DEBUG 00:00:02] skipping because of wrong resourcetype: /caldav/v2/syncevolution.list%40gmail.com/inbox/ [DEBUG 00:00:02] [DEBUG 00:00:02] [DEBUG 00:00:02] skipping because of wrong resourcetype: /caldav/v2/syncevolution.list%40gmail.com/outbox/ [DEBUG 00:00:02] [DEBUG 00:00:02] [DEBUG 00:00:02] new sub candidate: /caldav/v2/929rvqhrjneodq60ir6joc7tgg%40group.calendar.google.com/events/ [DEBUG 00:00:02] new sub candidate: /caldav/v2/cln2stbjc4hmgrrcd5i62ua0ctp6utbg5pr2sor1dhimsp31e8n6errfctm6abj3dtmg%40virtual/events/ [DEBUG 00:00:02] testing https://apidata.googleusercontent.com:443/caldav/v2/syncevolution.list%40gmail.com/ [DEBUG 00:00:02] debugging: read all WebDAV properties of https://apidata.googleusercontent.com:443/caldav/v2/syncevolution.list%40gmail.com/ [DEBUG 00:00:02] starting PROPFIND, credentials okay, no deadline ah_create, for WWW-Authenticate Running pre_send hooks [DEBUG 00:00:02] using OAuth2 token 'ya29.Glw5BUQp9msUYpjK1tdSt88HCwQHtRlYbKXG27Chgh8J9PtXZqoAWukE-D9ySBMA3ukYej20btTTdRASCF1JeoHDuoFxu0q8FwCtoofOUuU6BdtGLuY0j06IPrgrBw' to authenticate Sending request headers: PROPFIND /caldav/v2/syncevolution.list%40gmail.com/ HTTP/1.1 Connection: TE TE: trailers Host: apidata.googleusercontent.com Depth: 0 Content-Length: 84 Content-Type: application/xml User-Agent: SyncEvolution Authorization: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Sending request-line and headers: Sending request body: Body block (84 bytes): [ ] Request sent; retry is 1. [status-line] < HTTP/1.1 207 Multi-Status [hdr] Vary: X-Origin Header Name: [vary], Value: [X-Origin] [hdr] Content-Type: text/xml; charset=UTF-8 Header Name: [content-type], Value: [text/xml; charset=UTF-8] [hdr] Date: Fri, 05 Jan 2018 15:33:36 GMT Header Name: [date], Value: [Fri, 05 Jan 2018 15:33:36 GMT] [hdr] Expires: Fri, 05 Jan 2018 15:33:36 GMT Header Name: [expires], Value: [Fri, 05 Jan 2018 15:33:36 GMT] [hdr] Cache-Control: private, max-age=0 Header Name: [cache-control], Value: [private, max-age=0] [hdr] X-Content-Type-Options: nosniff Header Name: [x-content-type-options], Value: [nosniff] [hdr] X-Frame-Options: SAMEORIGIN Header Name: [x-frame-options], Value: [SAMEORIGIN] [hdr] X-XSS-Protection: 1; mode=block Header Name: [x-xss-protection], Value: [1; mode=block] [hdr] Server: GSE Header Name: [server], Value: [GSE] [hdr] Alt-Svc: hq=":443"; ma=2592000; quic=51303431; quic=51303339; quic=51303338; quic=51303337; quic=51303335,quic=":443"; ma=2592000; v="41,39,38,37,35" Header Name: [alt-svc], Value: [hq=":443"; ma=2592000; quic=51303431; quic=51303339; quic=51303338; quic=51303337; quic=51303335,quic=":443"; ma=2592000; v="41,39,38,37,35"] [hdr] Accept-Ranges: none Header Name: [accept-ranges], Value: [none] [hdr] Vary: Origin,Accept-Encoding Header Name: [vary], Value: [Origin,Accept-Encoding] [hdr] Transfer-Encoding: chunked Header Name: [transfer-encoding], Value: [chunked] [hdr] End of headers. Running post_headers hooks [chunk] < 24b Got chunk size: 587 Reading 587 bytes of response body. Got 587 bytes. Read block (587 bytes): [ /caldav/v2/syncevolution.list%40gmail.com/ HTTP/1.1 200 OK ] [chunk] < 0 Got chunk size: 0 [hdr] End of headers. Running post_send hooks ah_post_send (#0), code is 207 (want 401), WWW-Authenticate is (none) Request ends, status 207 class 2xx, error line: 207 Multi-Status [DEBUG 00:00:02] credentials accepted Running destroy hooks. Request ends. [DEBUG 00:00:02] read relevant properties of https://apidata.googleusercontent.com:443/caldav/v2/syncevolution.list%40gmail.com/ [DEBUG 00:00:02] starting PROPFIND, credentials okay, deadline in 297.5s ah_create, for WWW-Authenticate Running pre_send hooks [DEBUG 00:00:02] using OAuth2 token 'ya29.Glw5BUQp9msUYpjK1tdSt88HCwQHtRlYbKXG27Chgh8J9PtXZqoAWukE-D9ySBMA3ukYej20btTTdRASCF1JeoHDuoFxu0q8FwCtoofOUuU6BdtGLuY0j06IPrgrBw' to authenticate Sending request headers: PROPFIND /caldav/v2/syncevolution.list%40gmail.com/ HTTP/1.1 Connection: TE TE: trailers Host: apidata.googleusercontent.com Depth: 0 Content-Length: 968 Content-Type: application/xml User-Agent: SyncEvolution Authorization: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Sending request-line and headers: Sending request body: Body block (968 bytes): [ ] Request sent; retry is 1. [status-line] < HTTP/1.1 207 Multi-Status [hdr] Vary: X-Origin Header Name: [vary], Value: [X-Origin] [hdr] Content-Type: text/xml; charset=UTF-8 Header Name: [content-type], Value: [text/xml; charset=UTF-8] [hdr] Date: Fri, 05 Jan 2018 15:33:36 GMT Header Name: [date], Value: [Fri, 05 Jan 2018 15:33:36 GMT] [hdr] Expires: Fri, 05 Jan 2018 15:33:36 GMT Header Name: [expires], Value: [Fri, 05 Jan 2018 15:33:36 GMT] [hdr] Cache-Control: private, max-age=0 Header Name: [cache-control], Value: [private, max-age=0] [hdr] X-Content-Type-Options: nosniff Header Name: [x-content-type-options], Value: [nosniff] [hdr] X-Frame-Options: SAMEORIGIN Header Name: [x-frame-options], Value: [SAMEORIGIN] [hdr] X-XSS-Protection: 1; mode=block Header Name: [x-xss-protection], Value: [1; mode=block] [hdr] Server: GSE Header Name: [server], Value: [GSE] [hdr] Alt-Svc: hq=":443"; ma=2592000; quic=51303431; quic=51303339; quic=51303338; quic=51303337; quic=51303335,quic=":443"; ma=2592000; v="41,39,38,37,35" Header Name: [alt-svc], Value: [hq=":443"; ma=2592000; quic=51303431; quic=51303339; quic=51303338; quic=51303337; quic=51303335,quic=":443"; ma=2592000; v="41,39,38,37,35"] [hdr] Accept-Ranges: none Header Name: [accept-ranges], Value: [none] [hdr] Vary: Origin,Accept-Encoding Header Name: [vary], Value: [Origin,Accept-Encoding] [hdr] Transfer-Encoding: chunked Header Name: [transfer-encoding], Value: [chunked] [hdr] End of headers. Running post_headers hooks [chunk] < 4c6 Got chunk size: 1222 Reading 1222 bytes of response body. Got 648 bytes. Read block (648 bytes): [ /caldav/v2/syncevolution.list%40gmail.com/ HTTP/1.1 200 OK HTTP/1.1 404 Not Found ] [chunk] < 0 Got chunk size: 0 [hdr] End of headers. Running post_send hooks ah_post_send (#0), code is 207 (want 401), WWW-Authenticate is (none) Request ends, status 207 class 2xx, error line: 207 Multi-Status [DEBUG 00:00:02] credentials accepted Running destroy hooks. Request ends. [DEBUG 00:00:02] empty current-user-prinicipal: ignore it [DEBUG 00:00:02] list items in https://apidata.googleusercontent.com:443/caldav/v2/syncevolution.list%40gmail.com/ [DEBUG 00:00:02] starting PROPFIND, credentials okay, deadline in 297.2s ah_create, for WWW-Authenticate Running pre_send hooks [DEBUG 00:00:02] using OAuth2 token 'ya29.Glw5BUQp9msUYpjK1tdSt88HCwQHtRlYbKXG27Chgh8J9PtXZqoAWukE-D9ySBMA3ukYej20btTTdRASCF1JeoHDuoFxu0q8FwCtoofOUuU6BdtGLuY0j06IPrgrBw' to authenticate Sending request headers: PROPFIND /caldav/v2/syncevolution.list%40gmail.com/ HTTP/1.1 Connection: TE TE: trailers Host: apidata.googleusercontent.com Depth: 1 Content-Length: 399 Content-Type: application/xml User-Agent: SyncEvolution Authorization: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Sending request-line and headers: Sending request body: Body block (399 bytes): [ ] Request sent; retry is 1. [status-line] < HTTP/1.1 207 Multi-Status [hdr] Vary: X-Origin Header Name: [vary], Value: [X-Origin] [hdr] Content-Type: text/xml; charset=UTF-8 Header Name: [content-type], Value: [text/xml; charset=UTF-8] [hdr] Date: Fri, 05 Jan 2018 15:33:37 GMT Header Name: [date], Value: [Fri, 05 Jan 2018 15:33:37 GMT] [hdr] Expires: Fri, 05 Jan 2018 15:33:37 GMT Header Name: [expires], Value: [Fri, 05 Jan 2018 15:33:37 GMT] [hdr] Cache-Control: private, max-age=0 Header Name: [cache-control], Value: [private, max-age=0] [hdr] X-Content-Type-Options: nosniff Header Name: [x-content-type-options], Value: [nosniff] [hdr] X-Frame-Options: SAMEORIGIN Header Name: [x-frame-options], Value: [SAMEORIGIN] [hdr] X-XSS-Protection: 1; mode=block Header Name: [x-xss-protection], Value: [1; mode=block] [hdr] Server: GSE Header Name: [server], Value: [GSE] [hdr] Alt-Svc: hq=":443"; ma=2592000; quic=51303431; quic=51303339; quic=51303338; quic=51303337; quic=51303335,quic=":443"; ma=2592000; v="41,39,38,37,35" Header Name: [alt-svc], Value: [hq=":443"; ma=2592000; quic=51303431; quic=51303339; quic=51303338; quic=51303337; quic=51303335,quic=":443"; ma=2592000; v="41,39,38,37,35"] [hdr] Accept-Ranges: none Header Name: [accept-ranges], Value: [none] [hdr] Vary: Origin,Accept-Encoding Header Name: [vary], Value: [Origin,Accept-Encoding] [hdr] Transfer-Encoding: chunked Header Name: [transfer-encoding], Value: [chunked] [hdr] End of headers. Running post_headers hooks [chunk] < 1d41 Got chunk size: 7489 Reading 7489 bytes of response body. Got 647 bytes. Read block (647 bytes): [ /caldav/v2/syncevolution.list%40gmail.com/ HTTP/1.1 200 OK HTTP/1.1 404 Not Found /caldav/v2/syncevolution.list%40gmail.com/events/ HTTP/1.1 200 OK syncevolution@lists.intel.com syncevolution.list@gmail.com BEGIN:VCALENDAR PRODID:-//Google Inc//Google Calendar 70.9054//EN VERSION:2.0 CALSCALE:GREGORIAN X-WR-CALNAME:syncevolution@lists.intel.com X-WR-TIMEZONE:Europe/Berlin BEGIN:VTIMEZONE TZID:Europe/Berlin X-LIC-LOCATION:Europe/Berlin BEGIN:DAYLIGHT TZOFFSETFROM:+0100 TZOFFSETTO:+0200 TZNAME:CEST DTSTART:19700329T020000 RRULE:FREQ=YEARLY;BYMONTH=3;BYDAY=-1SU END:DAYLIGHT BEGIN:STANDARD TZOFFSETFROM:+0200 TZOFFSETTO:+0100 TZNAME:CET DTSTART:19701025T030000 RRULE:FREQ=YEARLY;BYMONTH=10;BYDAY=-1SU END:STANDARD ] Reading 5655 bytes of response body. Got 1187 bytes. Read block (1187 bytes): [END:VTIMEZONE END:VCALENDAR HTTP/1.1 404 Not Found /caldav/v2/syncevolution.list%40gmail.com/user HTTP/1.1 200 OK SyncEvolution Testing /caldav/v2/syncevolution.list%40gmail.com/ HTTP/1.1 404 Not Found /caldav/v2/syncevolution.list%40gmail.com/inbox/ HTTP/1.1 200 OK HTTP/1.1 404 Not Found /caldav/v2/syncevolution.list%40gmail.com/outbox/ HTTP/1.1 200 OK HTTP/1.1 404 N] Reading 3281 bytes of response body. Got 1187 bytes. Read block (1187 bytes): [ot Found /caldav/v2/929rvqhrjneodq60ir6joc7tgg%40group.calendar.google.com/events/ HTTP/1.1 200 OK SyncEvolution Testing Next Generation 929rvqhrjneodq60ir6joc7tgg@group.calendar.google.com BEGIN:VCALENDAR PRODID:-//Google Inc//Google Calendar 70.9054//EN VERSION:2.0 CALSCALE:GREGORIAN X-WR-CALNAME:SyncEvolution Testing Next Generation X-WR-TIMEZONE:Europe/Berlin X-WR-CALDESC: BEGIN:VTIMEZONE TZID:Europe/Berlin X-LIC-LOCATION:Europe/Berlin BEGIN:DAYLIGHT TZOFFSETFROM:+0100 TZOFFSETTO:+0200 TZNAME:CEST DTSTART:19700329T020000 RRULE:FREQ=YEARLY;BYMONTH=3;BYDAY=-1SU END:DAYLIGHT BEGIN:STANDARD T] Reading 2094 bytes of response body. Got 1187 bytes. Read block (1187 bytes): [ZOFFSETFROM:+0200 TZOFFSETTO:+0100 TZNAME:CET DTSTART:19701025T030000 RRULE:FREQ=YEARLY;BYMONTH=10;BYDAY=-1SU END:STANDARD END:VTIMEZONE END:VCALENDAR HTTP/1.1 404 Not Found /caldav/v2/cln2stbjc4hmgrrcd5i62ua0ctp6utbg5pr2sor1dhimsp31e8n6errfctm6abj3dtmg%40virtual/events/ HTTP/1.1 200 OK Holidays in United States en.usa#holiday@group.v.calendar.google.com BEGIN:VCALENDAR PRODID:-//Google Inc//Google Calendar 70.9054//EN V] Reading 907 bytes of response body. Got 907 bytes. Read block (907 bytes): [ERSION:2.0 CALSCALE:GREGORIAN X-WR-TIMEZONE:Europe/Berlin BEGIN:VTIMEZONE TZID:Europe/Berlin X-LIC-LOCATION:Europe/Berlin BEGIN:DAYLIGHT TZOFFSETFROM:+0100 TZOFFSETTO:+0200 TZNAME:CEST DTSTART:19700329T020000 RRULE:FREQ=YEARLY;BYMONTH=3;BYDAY=-1SU END:DAYLIGHT BEGIN:STANDARD TZOFFSETFROM:+0200 TZOFFSETTO:+0100 TZNAME:CET DTSTART:19701025T030000 RRULE:FREQ=YEARLY;BYMONTH=10;BYDAY=-1SU END:STANDARD END:VTIMEZONE END:VCALENDAR HTTP/1.1 404 Not Found ] [chunk] < 0 Got chunk size: 0 [hdr] End of headers. Running post_send hooks ah_post_send (#0), code is 207 (want 401), WWW-Authenticate is (none) Request ends, status 207 class 2xx, error line: 207 Multi-Status [DEBUG 00:00:03] credentials accepted Running destroy hooks. Request ends. [DEBUG 00:00:03] skipping because already checked: /caldav/v2/syncevolution.list%40gmail.com/ [DEBUG 00:00:03] skipping because already checked: /caldav/v2/syncevolution.list%40gmail.com/events/ [DEBUG 00:00:03] skipping because of wrong type: /caldav/v2/syncevolution.list%40gmail.com/user [DEBUG 00:00:03] skipping because of wrong resourcetype: /caldav/v2/syncevolution.list%40gmail.com/inbox/ [DEBUG 00:00:03] [DEBUG 00:00:03] [DEBUG 00:00:03] skipping because of wrong resourcetype: /caldav/v2/syncevolution.list%40gmail.com/outbox/ [DEBUG 00:00:03] [DEBUG 00:00:03] [DEBUG 00:00:03] skipping because already checked: /caldav/v2/929rvqhrjneodq60ir6joc7tgg%40group.calendar.google.com/events/ [DEBUG 00:00:03] skipping because already checked: /caldav/v2/cln2stbjc4hmgrrcd5i62ua0ctp6utbg5pr2sor1dhimsp31e8n6errfctm6abj3dtmg%40virtual/events/ [DEBUG 00:00:03] follow candidate https://apidata.googleusercontent.com:443/caldav/v2/syncevolution.list%40gmail.com/events/ [DEBUG 00:00:03] testing https://apidata.googleusercontent.com:443/caldav/v2/syncevolution.list%40gmail.com/events/ [DEBUG 00:00:03] debugging: read all WebDAV properties of https://apidata.googleusercontent.com:443/caldav/v2/syncevolution.list%40gmail.com/events/ [DEBUG 00:00:03] starting PROPFIND, credentials okay, no deadline ah_create, for WWW-Authenticate Running pre_send hooks [DEBUG 00:00:03] using OAuth2 token 'ya29.Glw5BUQp9msUYpjK1tdSt88HCwQHtRlYbKXG27Chgh8J9PtXZqoAWukE-D9ySBMA3ukYej20btTTdRASCF1JeoHDuoFxu0q8FwCtoofOUuU6BdtGLuY0j06IPrgrBw' to authenticate Sending request headers: PROPFIND /caldav/v2/syncevolution.list%40gmail.com/events/ HTTP/1.1 Connection: TE TE: trailers Host: apidata.googleusercontent.com Depth: 0 Content-Length: 84 Content-Type: application/xml User-Agent: SyncEvolution Authorization: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Sending request-line and headers: Sending request body: Body block (84 bytes): [ ] Request sent; retry is 1. [status-line] < HTTP/1.1 207 Multi-Status [hdr] Vary: X-Origin Header Name: [vary], Value: [X-Origin] [hdr] Content-Type: text/xml; charset=UTF-8 Header Name: [content-type], Value: [text/xml; charset=UTF-8] [hdr] Date: Fri, 05 Jan 2018 15:33:37 GMT Header Name: [date], Value: [Fri, 05 Jan 2018 15:33:37 GMT] [hdr] Expires: Fri, 05 Jan 2018 15:33:37 GMT Header Name: [expires], Value: [Fri, 05 Jan 2018 15:33:37 GMT] [hdr] Cache-Control: private, max-age=0 Header Name: [cache-control], Value: [private, max-age=0] [hdr] X-Content-Type-Options: nosniff Header Name: [x-content-type-options], Value: [nosniff] [hdr] X-Frame-Options: SAMEORIGIN Header Name: [x-frame-options], Value: [SAMEORIGIN] [hdr] X-XSS-Protection: 1; mode=block Header Name: [x-xss-protection], Value: [1; mode=block] [hdr] Server: GSE Header Name: [server], Value: [GSE] [hdr] Alt-Svc: hq=":443"; ma=2592000; quic=51303431; quic=51303339; quic=51303338; quic=51303337; quic=51303335,quic=":443"; ma=2592000; v="41,39,38,37,35" Header Name: [alt-svc], Value: [hq=":443"; ma=2592000; quic=51303431; quic=51303339; quic=51303338; quic=51303337; quic=51303335,quic=":443"; ma=2592000; v="41,39,38,37,35"] [hdr] Accept-Ranges: none Header Name: [accept-ranges], Value: [none] [hdr] Vary: Origin,Accept-Encoding Header Name: [vary], Value: [Origin,Accept-Encoding] [hdr] Transfer-Encoding: chunked Header Name: [transfer-encoding], Value: [chunked] [hdr] End of headers. Running post_headers hooks [chunk] < 3b2 Got chunk size: 946 Reading 946 bytes of response body. Got 648 bytes. Read block (648 bytes): [ /caldav/v2/syncevolution.list%40gmail.com/events/ HTTP/1.1 200 OK syncevolution@lists.intel.com text/calendar; component=vevent 63650829717 ] Reading 298 bytes of response body. Got 298 bytes. Read block (298 bytes): [ #2952A3FF syncevolution.list@gmail.com ] [chunk] < 0 Got chunk size: 0 [hdr] End of headers. Running post_send hooks ah_post_send (#0), code is 207 (want 401), WWW-Authenticate is (none) Request ends, status 207 class 2xx, error line: 207 Multi-Status [DEBUG 00:00:03] credentials accepted Running destroy hooks. Request ends. [DEBUG 00:00:03] read relevant properties of https://apidata.googleusercontent.com:443/caldav/v2/syncevolution.list%40gmail.com/events/ [DEBUG 00:00:03] starting PROPFIND, credentials okay, deadline in 296.4s ah_create, for WWW-Authenticate Running pre_send hooks [DEBUG 00:00:03] using OAuth2 token 'ya29.Glw5BUQp9msUYpjK1tdSt88HCwQHtRlYbKXG27Chgh8J9PtXZqoAWukE-D9ySBMA3ukYej20btTTdRASCF1JeoHDuoFxu0q8FwCtoofOUuU6BdtGLuY0j06IPrgrBw' to authenticate Sending request headers: PROPFIND /caldav/v2/syncevolution.list%40gmail.com/events/ HTTP/1.1 Connection: TE TE: trailers Host: apidata.googleusercontent.com Depth: 0 Content-Length: 968 Content-Type: application/xml User-Agent: SyncEvolution Authorization: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Sending request-line and headers: Sending request body: Body block (968 bytes): [ ] Request sent; retry is 1. [status-line] < HTTP/1.1 207 Multi-Status [hdr] Vary: X-Origin Header Name: [vary], Value: [X-Origin] [hdr] Content-Type: text/xml; charset=UTF-8 Header Name: [content-type], Value: [text/xml; charset=UTF-8] [hdr] Date: Fri, 05 Jan 2018 15:33:37 GMT Header Name: [date], Value: [Fri, 05 Jan 2018 15:33:37 GMT] [hdr] Expires: Fri, 05 Jan 2018 15:33:37 GMT Header Name: [expires], Value: [Fri, 05 Jan 2018 15:33:37 GMT] [hdr] Cache-Control: private, max-age=0 Header Name: [cache-control], Value: [private, max-age=0] [hdr] X-Content-Type-Options: nosniff Header Name: [x-content-type-options], Value: [nosniff] [hdr] X-Frame-Options: SAMEORIGIN Header Name: [x-frame-options], Value: [SAMEORIGIN] [hdr] X-XSS-Protection: 1; mode=block Header Name: [x-xss-protection], Value: [1; mode=block] [hdr] Server: GSE Header Name: [server], Value: [GSE] [hdr] Alt-Svc: hq=":443"; ma=2592000; quic=51303431; quic=51303339; quic=51303338; quic=51303337; quic=51303335,quic=":443"; ma=2592000; v="41,39,38,37,35" Header Name: [alt-svc], Value: [hq=":443"; ma=2592000; quic=51303431; quic=51303339; quic=51303338; quic=51303337; quic=51303335,quic=":443"; ma=2592000; v="41,39,38,37,35"] [hdr] Accept-Ranges: none Header Name: [accept-ranges], Value: [none] [hdr] Vary: Origin,Accept-Encoding Header Name: [vary], Value: [Origin,Accept-Encoding] [hdr] Transfer-Encoding: chunked Header Name: [transfer-encoding], Value: [chunked] [hdr] End of headers. Running post_headers hooks [chunk] < a04 Got chunk size: 2564 Reading 2564 bytes of response body. Got 648 bytes. Read block (648 bytes): [ /caldav/v2/syncevolution.list%40gmail.com/events/ HTTP/1.1 200 OK syncevolution@lists.intel.com ] Reading 1916 bytes of response body. Got 1187 bytes. Read block (1187 bytes): [ syncevolution.list@gmail.com BEGIN:VCALENDAR PRODID:-//Google Inc//Google Calendar 70.9054//EN VERSION:2.0 CALSCALE:GREGORIAN X-WR-CALNAME:syncevolution@lists.intel.com X-WR-TIMEZONE:Europe/Berlin BEGIN:VTIMEZONE TZID:Europe/Berlin X-LIC-LOCATION:Europe/Berlin BEGIN:DAYLIGHT TZOFFSETFROM:+0100 TZOFFSETTO:+0200 TZNAME:CEST DTSTART:19700329T020000 RRULE:FREQ=YEARLY;BYMONTH=3;BYDAY=-1SU END:DAYLIGHT BEGIN:STANDARD TZOFFSETFROM:+0200 TZOFFSETTO:+0100 TZNAME:CET DTSTART:19701025T030000 RRULE:FREQ=YEARLY;BYMONTH=10;BYDAY=-1SU END:STANDARD END:VTIMEZONE END:VCALENDAR HTTP/1.1 404 Not Found ] [chunk] < 0 Got chunk size: 0 [hdr] End of headers. Running post_send hooks ah_post_send (#0), code is 207 (want 401), WWW-Authenticate is (none) Request ends, status 207 class 2xx, error line: 207 Multi-Status [DEBUG 00:00:03] credentials accepted Running destroy hooks. Request ends. [DEBUG 00:00:03] current-user-privilege-set: [DEBUG 00:00:03] [DEBUG 00:00:03] [DEBUG 00:00:03] [DEBUG 00:00:03] [DEBUG 00:00:03] [DEBUG 00:00:03] [DEBUG 00:00:03] [DEBUG 00:00:03] [DEBUG 00:00:03] [DEBUG 00:00:03] [DEBUG 00:00:03] [DEBUG 00:00:03] [DEBUG 00:00:03] [DEBUG 00:00:03] [DEBUG 00:00:03] [DEBUG 00:00:03] [DEBUG 00:00:03] [DEBUG 00:00:03] [DEBUG 00:00:03] [DEBUG 00:00:03] [DEBUG 00:00:03] [DEBUG 00:00:03] [DEBUG 00:00:03] [DEBUG 00:00:03] found syncevolution@lists.intel.com = https://apidata.googleusercontent.com:443/caldav/v2/syncevolution.list%40gmail.com/events/?SyncEvolution=Google [DEBUG 00:00:03] empty current-user-prinicipal: retry current URL with authentication [DEBUG 00:00:03] skipping listing because collection cannot contain other relevant collections: https://apidata.googleusercontent.com:443/caldav/v2/syncevolution.list%40gmail.com/events/ [DEBUG 00:00:03] testing https://apidata.googleusercontent.com:443/caldav/v2/syncevolution.list%40gmail.com/events/ [DEBUG 00:00:03] debugging: read all WebDAV properties of https://apidata.googleusercontent.com:443/caldav/v2/syncevolution.list%40gmail.com/events/ [DEBUG 00:00:03] starting PROPFIND, credentials okay, no deadline ah_create, for WWW-Authenticate Running pre_send hooks [DEBUG 00:00:03] using OAuth2 token 'ya29.Glw5BUQp9msUYpjK1tdSt88HCwQHtRlYbKXG27Chgh8J9PtXZqoAWukE-D9ySBMA3ukYej20btTTdRASCF1JeoHDuoFxu0q8FwCtoofOUuU6BdtGLuY0j06IPrgrBw' to authenticate Sending request headers: PROPFIND /caldav/v2/syncevolution.list%40gmail.com/events/ HTTP/1.1 Connection: TE TE: trailers Host: apidata.googleusercontent.com Depth: 0 Content-Length: 84 Content-Type: application/xml User-Agent: SyncEvolution Authorization: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Sending request-line and headers: Sending request body: Body block (84 bytes): [ ] Request sent; retry is 1. [status-line] < HTTP/1.1 207 Multi-Status [hdr] Vary: X-Origin Header Name: [vary], Value: [X-Origin] [hdr] Content-Type: text/xml; charset=UTF-8 Header Name: [content-type], Value: [text/xml; charset=UTF-8] [hdr] Date: Fri, 05 Jan 2018 15:33:37 GMT Header Name: [date], Value: [Fri, 05 Jan 2018 15:33:37 GMT] [hdr] Expires: Fri, 05 Jan 2018 15:33:37 GMT Header Name: [expires], Value: [Fri, 05 Jan 2018 15:33:37 GMT] [hdr] Cache-Control: private, max-age=0 Header Name: [cache-control], Value: [private, max-age=0] [hdr] X-Content-Type-Options: nosniff Header Name: [x-content-type-options], Value: [nosniff] [hdr] X-Frame-Options: SAMEORIGIN Header Name: [x-frame-options], Value: [SAMEORIGIN] [hdr] X-XSS-Protection: 1; mode=block Header Name: [x-xss-protection], Value: [1; mode=block] [hdr] Server: GSE Header Name: [server], Value: [GSE] [hdr] Alt-Svc: hq=":443"; ma=2592000; quic=51303431; quic=51303339; quic=51303338; quic=51303337; quic=51303335,quic=":443"; ma=2592000; v="41,39,38,37,35" Header Name: [alt-svc], Value: [hq=":443"; ma=2592000; quic=51303431; quic=51303339; quic=51303338; quic=51303337; quic=51303335,quic=":443"; ma=2592000; v="41,39,38,37,35"] [hdr] Accept-Ranges: none Header Name: [accept-ranges], Value: [none] [hdr] Vary: Origin,Accept-Encoding Header Name: [vary], Value: [Origin,Accept-Encoding] [hdr] Transfer-Encoding: chunked Header Name: [transfer-encoding], Value: [chunked] [hdr] End of headers. Running post_headers hooks [chunk] < 3b2 Got chunk size: 946 Reading 946 bytes of response body. Got 648 bytes. Read block (648 bytes): [ /caldav/v2/syncevolution.list%40gmail.com/events/ HTTP/1.1 200 OK syncevolution@lists.intel.com text/calendar; component=vevent 63650829717 ] Reading 298 bytes of response body. Got 298 bytes. Read block (298 bytes): [ #2952A3FF syncevolution.list@gmail.com ] [chunk] < 0 Got chunk size: 0 [hdr] End of headers. Running post_send hooks ah_post_send (#0), code is 207 (want 401), WWW-Authenticate is (none) Request ends, status 207 class 2xx, error line: 207 Multi-Status [DEBUG 00:00:04] credentials accepted Running destroy hooks. Request ends. [DEBUG 00:00:04] read relevant properties of https://apidata.googleusercontent.com:443/caldav/v2/syncevolution.list%40gmail.com/events/ [DEBUG 00:00:04] starting PROPFIND, credentials okay, deadline in 296.0s ah_create, for WWW-Authenticate Running pre_send hooks [DEBUG 00:00:04] using OAuth2 token 'ya29.Glw5BUQp9msUYpjK1tdSt88HCwQHtRlYbKXG27Chgh8J9PtXZqoAWukE-D9ySBMA3ukYej20btTTdRASCF1JeoHDuoFxu0q8FwCtoofOUuU6BdtGLuY0j06IPrgrBw' to authenticate Sending request headers: PROPFIND /caldav/v2/syncevolution.list%40gmail.com/events/ HTTP/1.1 Connection: TE TE: trailers Host: apidata.googleusercontent.com Depth: 0 Content-Length: 968 Content-Type: application/xml User-Agent: SyncEvolution Authorization: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Sending request-line and headers: Sending request body: Body block (968 bytes): [ ] Request sent; retry is 1. [status-line] < HTTP/1.1 207 Multi-Status [hdr] Vary: X-Origin Header Name: [vary], Value: [X-Origin] [hdr] Content-Type: text/xml; charset=UTF-8 Header Name: [content-type], Value: [text/xml; charset=UTF-8] [hdr] Date: Fri, 05 Jan 2018 15:33:38 GMT Header Name: [date], Value: [Fri, 05 Jan 2018 15:33:38 GMT] [hdr] Expires: Fri, 05 Jan 2018 15:33:38 GMT Header Name: [expires], Value: [Fri, 05 Jan 2018 15:33:38 GMT] [hdr] Cache-Control: private, max-age=0 Header Name: [cache-control], Value: [private, max-age=0] [hdr] X-Content-Type-Options: nosniff Header Name: [x-content-type-options], Value: [nosniff] [hdr] X-Frame-Options: SAMEORIGIN Header Name: [x-frame-options], Value: [SAMEORIGIN] [hdr] X-XSS-Protection: 1; mode=block Header Name: [x-xss-protection], Value: [1; mode=block] [hdr] Server: GSE Header Name: [server], Value: [GSE] [hdr] Alt-Svc: hq=":443"; ma=2592000; quic=51303431; quic=51303339; quic=51303338; quic=51303337; quic=51303335,quic=":443"; ma=2592000; v="41,39,38,37,35" Header Name: [alt-svc], Value: [hq=":443"; ma=2592000; quic=51303431; quic=51303339; quic=51303338; quic=51303337; quic=51303335,quic=":443"; ma=2592000; v="41,39,38,37,35"] [hdr] Accept-Ranges: none Header Name: [accept-ranges], Value: [none] [hdr] Vary: Origin,Accept-Encoding Header Name: [vary], Value: [Origin,Accept-Encoding] [hdr] Transfer-Encoding: chunked Header Name: [transfer-encoding], Value: [chunked] [hdr] End of headers. Running post_headers hooks [chunk] < a04 Got chunk size: 2564 Reading 2564 bytes of response body. Got 648 bytes. Read block (648 bytes): [ /caldav/v2/syncevolution.list%40gmail.com/events/ HTTP/1.1 200 OK syncevolution@lists.intel.com ] Reading 1916 bytes of response body. Got 1187 bytes. Read block (1187 bytes): [ syncevolution.list@gmail.com BEGIN:VCALENDAR PRODID:-//Google Inc//Google Calendar 70.9054//EN VERSION:2.0 CALSCALE:GREGORIAN X-WR-CALNAME:syncevolution@lists.intel.com X-WR-TIMEZONE:Europe/Berlin BEGIN:VTIMEZONE TZID:Europe/Berlin X-LIC-LOCATION:Europe/Berlin BEGIN:DAYLIGHT TZOFFSETFROM:+0100 TZOFFSETTO:+0200 TZNAME:CEST DTSTART:19700329T020000 RRULE:FREQ=YEARLY;BYMONTH=3;BYDAY=-1SU END:DAYLIGHT BEGIN:STANDARD TZOFFSETFROM:+0200 TZOFFSETTO:+0100 TZNAME:CET DTSTART:19701025T030000 RRULE:FREQ=YEARLY;BYMONTH=10;BYDAY=-1SU END:STANDARD END:VTIMEZONE END:VCALENDAR HTTP/1.1 404 Not Found ] [chunk] < 0 Got chunk size: 0 [hdr] End of headers. Running post_send hooks ah_post_send (#0), code is 207 (want 401), WWW-Authenticate is (none) Request ends, status 207 class 2xx, error line: 207 Multi-Status [DEBUG 00:00:04] credentials accepted Running destroy hooks. Request ends. [DEBUG 00:00:04] current-user-privilege-set: [DEBUG 00:00:04] [DEBUG 00:00:04] [DEBUG 00:00:04] [DEBUG 00:00:04] [DEBUG 00:00:04] [DEBUG 00:00:04] [DEBUG 00:00:04] [DEBUG 00:00:04] [DEBUG 00:00:04] [DEBUG 00:00:04] [DEBUG 00:00:04] [DEBUG 00:00:04] [DEBUG 00:00:04] [DEBUG 00:00:04] [DEBUG 00:00:04] [DEBUG 00:00:04] [DEBUG 00:00:04] [DEBUG 00:00:04] [DEBUG 00:00:04] [DEBUG 00:00:04] [DEBUG 00:00:04] [DEBUG 00:00:04] [DEBUG 00:00:04] [DEBUG 00:00:04] found syncevolution@lists.intel.com = https://apidata.googleusercontent.com:443/caldav/v2/syncevolution.list%40gmail.com/events/?SyncEvolution=Google [DEBUG 00:00:04] empty current-user-prinicipal: ignore it [DEBUG 00:00:04] skipping listing because collection cannot contain other relevant collections: https://apidata.googleusercontent.com:443/caldav/v2/syncevolution.list%40gmail.com/events/ [DEBUG 00:00:04] follow candidate https://apidata.googleusercontent.com:443/caldav/v2/929rvqhrjneodq60ir6joc7tgg%40group.calendar.google.com/events/ [DEBUG 00:00:04] testing https://apidata.googleusercontent.com:443/caldav/v2/929rvqhrjneodq60ir6joc7tgg%40group.calendar.google.com/events/ [DEBUG 00:00:04] debugging: read all WebDAV properties of https://apidata.googleusercontent.com:443/caldav/v2/929rvqhrjneodq60ir6joc7tgg%40group.calendar.google.com/events/ [DEBUG 00:00:04] starting PROPFIND, credentials okay, no deadline ah_create, for WWW-Authenticate Running pre_send hooks [DEBUG 00:00:04] using OAuth2 token 'ya29.Glw5BUQp9msUYpjK1tdSt88HCwQHtRlYbKXG27Chgh8J9PtXZqoAWukE-D9ySBMA3ukYej20btTTdRASCF1JeoHDuoFxu0q8FwCtoofOUuU6BdtGLuY0j06IPrgrBw' to authenticate Sending request headers: PROPFIND /caldav/v2/929rvqhrjneodq60ir6joc7tgg%40group.calendar.google.com/events/ HTTP/1.1 Connection: TE TE: trailers Host: apidata.googleusercontent.com Depth: 0 Content-Length: 84 Content-Type: application/xml User-Agent: SyncEvolution Authorization: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Sending request-line and headers: Sending request body: Body block (84 bytes): [ ] Request sent; retry is 1. [status-line] < HTTP/1.1 207 Multi-Status [hdr] Vary: X-Origin Header Name: [vary], Value: [X-Origin] [hdr] Content-Type: text/xml; charset=UTF-8 Header Name: [content-type], Value: [text/xml; charset=UTF-8] [hdr] Date: Fri, 05 Jan 2018 15:33:38 GMT Header Name: [date], Value: [Fri, 05 Jan 2018 15:33:38 GMT] [hdr] Expires: Fri, 05 Jan 2018 15:33:38 GMT Header Name: [expires], Value: [Fri, 05 Jan 2018 15:33:38 GMT] [hdr] Cache-Control: private, max-age=0 Header Name: [cache-control], Value: [private, max-age=0] [hdr] X-Content-Type-Options: nosniff Header Name: [x-content-type-options], Value: [nosniff] [hdr] X-Frame-Options: SAMEORIGIN Header Name: [x-frame-options], Value: [SAMEORIGIN] [hdr] X-XSS-Protection: 1; mode=block Header Name: [x-xss-protection], Value: [1; mode=block] [hdr] Server: GSE Header Name: [server], Value: [GSE] [hdr] Alt-Svc: hq=":443"; ma=2592000; quic=51303431; quic=51303339; quic=51303338; quic=51303337; quic=51303335,quic=":443"; ma=2592000; v="41,39,38,37,35" Header Name: [alt-svc], Value: [hq=":443"; ma=2592000; quic=51303431; quic=51303339; quic=51303338; quic=51303337; quic=51303335,quic=":443"; ma=2592000; v="41,39,38,37,35"] [hdr] Accept-Ranges: none Header Name: [accept-ranges], Value: [none] [hdr] Vary: Origin,Accept-Encoding Header Name: [vary], Value: [Origin,Accept-Encoding] [hdr] Transfer-Encoding: chunked Header Name: [transfer-encoding], Value: [chunked] [hdr] End of headers. Running post_headers hooks [chunk] < 3fc Got chunk size: 1020 Reading 1020 bytes of response body. Got 648 bytes. Read block (648 bytes): [ /caldav/v2/929rvqhrjneodq60ir6joc7tgg%40group.calendar.google.com/events/ HTTP/1.1 200 OK SyncEvolution Testing Next Generation text/calendar; component=vevent 63648798156 #2F6309FF 929rvqhrjneodq60ir6joc7tgg@group.calendar.google.com ] [chunk] < 0 Got chunk size: 0 [hdr] End of headers. Running post_send hooks ah_post_send (#0), code is 207 (want 401), WWW-Authenticate is (none) Request ends, status 207 class 2xx, error line: 207 Multi-Status [DEBUG 00:00:04] credentials accepted Running destroy hooks. Request ends. [DEBUG 00:00:04] read relevant properties of https://apidata.googleusercontent.com:443/caldav/v2/929rvqhrjneodq60ir6joc7tgg%40group.calendar.google.com/events/ [DEBUG 00:00:04] starting PROPFIND, credentials okay, deadline in 295.4s ah_create, for WWW-Authenticate Running pre_send hooks [DEBUG 00:00:04] using OAuth2 token 'ya29.Glw5BUQp9msUYpjK1tdSt88HCwQHtRlYbKXG27Chgh8J9PtXZqoAWukE-D9ySBMA3ukYej20btTTdRASCF1JeoHDuoFxu0q8FwCtoofOUuU6BdtGLuY0j06IPrgrBw' to authenticate Sending request headers: PROPFIND /caldav/v2/929rvqhrjneodq60ir6joc7tgg%40group.calendar.google.com/events/ HTTP/1.1 Connection: TE TE: trailers Host: apidata.googleusercontent.com Depth: 0 Content-Length: 968 Content-Type: application/xml User-Agent: SyncEvolution Authorization: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Sending request-line and headers: Sending request body: Body block (968 bytes): [ ] Request sent; retry is 1. [status-line] < HTTP/1.1 207 Multi-Status [hdr] Vary: X-Origin Header Name: [vary], Value: [X-Origin] [hdr] Content-Type: text/xml; charset=UTF-8 Header Name: [content-type], Value: [text/xml; charset=UTF-8] [hdr] Date: Fri, 05 Jan 2018 15:33:38 GMT Header Name: [date], Value: [Fri, 05 Jan 2018 15:33:38 GMT] [hdr] Expires: Fri, 05 Jan 2018 15:33:38 GMT Header Name: [expires], Value: [Fri, 05 Jan 2018 15:33:38 GMT] [hdr] Cache-Control: private, max-age=0 Header Name: [cache-control], Value: [private, max-age=0] [hdr] X-Content-Type-Options: nosniff Header Name: [x-content-type-options], Value: [nosniff] [hdr] X-Frame-Options: SAMEORIGIN Header Name: [x-frame-options], Value: [SAMEORIGIN] [hdr] X-XSS-Protection: 1; mode=block Header Name: [x-xss-protection], Value: [1; mode=block] [hdr] Server: GSE Header Name: [server], Value: [GSE] [hdr] Alt-Svc: hq=":443"; ma=2592000; quic=51303431; quic=51303339; quic=51303338; quic=51303337; quic=51303335,quic=":443"; ma=2592000; v="41,39,38,37,35" Header Name: [alt-svc], Value: [hq=":443"; ma=2592000; quic=51303431; quic=51303339; quic=51303338; quic=51303337; quic=51303335,quic=":443"; ma=2592000; v="41,39,38,37,35"] [hdr] Accept-Ranges: none Header Name: [accept-ranges], Value: [none] [hdr] Vary: Origin,Accept-Encoding Header Name: [vary], Value: [Origin,Accept-Encoding] [hdr] Transfer-Encoding: chunked Header Name: [transfer-encoding], Value: [chunked] [hdr] End of headers. Running post_headers hooks [chunk] < a65 Got chunk size: 2661 Reading 2661 bytes of response body. Got 648 bytes. Read block (648 bytes): [ /caldav/v2/929rvqhrjneodq60ir6joc7tgg%40group.calendar.google.com/events/ HTTP/1.1 200 OK SyncEvolution Testing Next Generation 929rvqhrjneodq60ir6joc7tgg@group.calendar.google.com BEGIN:VCALENDAR PRODID:-//Google Inc//Google Calendar 70.9054//EN VERSION:2.0 CALSCALE:GREGORIAN X-WR-CALNAME:SyncEvolution Testing Next Generation X-WR-TIMEZONE:Europe/Berlin X-WR-CALDESC: BEGIN:VTIMEZONE TZID:Europe/Berlin X-LIC-LOCATION:Europe/Berlin BEGIN:DAYLIGHT TZOFFSETFROM:+0100 TZOFFSETTO:+0200 TZNAME:CEST DTSTART:19700329T020000 RRULE:FREQ=YEARLY;BYMONTH=3;BYDAY=-1SU END:DAYLIGHT BEGIN:STANDARD TZOFFSETFROM:+0200 TZOFFSETTO:+0100 TZNAME:CET DTSTART:19701025T030000 RRULE:FREQ=YEARLY;BYMONTH=10;BYDAY=-1SU END:] Reading 826 bytes of response body. Got 826 bytes. Read block (826 bytes): [STANDARD END:VTIMEZONE END:VCALENDAR HTTP/1.1 404 Not Found ] [chunk] < 0 Got chunk size: 0 [hdr] End of headers. Running post_send hooks ah_post_send (#0), code is 207 (want 401), WWW-Authenticate is (none) Request ends, status 207 class 2xx, error line: 207 Multi-Status [DEBUG 00:00:05] credentials accepted Running destroy hooks. Request ends. [DEBUG 00:00:05] current-user-privilege-set: [DEBUG 00:00:05] [DEBUG 00:00:05] [DEBUG 00:00:05] [DEBUG 00:00:05] [DEBUG 00:00:05] [DEBUG 00:00:05] [DEBUG 00:00:05] [DEBUG 00:00:05] [DEBUG 00:00:05] [DEBUG 00:00:05] [DEBUG 00:00:05] [DEBUG 00:00:05] [DEBUG 00:00:05] [DEBUG 00:00:05] [DEBUG 00:00:05] [DEBUG 00:00:05] [DEBUG 00:00:05] [DEBUG 00:00:05] [DEBUG 00:00:05] [DEBUG 00:00:05] [DEBUG 00:00:05] [DEBUG 00:00:05] [DEBUG 00:00:05] [DEBUG 00:00:05] found SyncEvolution Testing Next Generation = https://apidata.googleusercontent.com:443/caldav/v2/929rvqhrjneodq60ir6joc7tgg%40group.calendar.google.com/events/?SyncEvolution=Google [DEBUG 00:00:05] empty current-user-prinicipal: retry current URL with authentication [DEBUG 00:00:05] skipping listing because collection cannot contain other relevant collections: https://apidata.googleusercontent.com:443/caldav/v2/929rvqhrjneodq60ir6joc7tgg%40group.calendar.google.com/events/ [DEBUG 00:00:05] testing https://apidata.googleusercontent.com:443/caldav/v2/929rvqhrjneodq60ir6joc7tgg%40group.calendar.google.com/events/ [DEBUG 00:00:05] debugging: read all WebDAV properties of https://apidata.googleusercontent.com:443/caldav/v2/929rvqhrjneodq60ir6joc7tgg%40group.calendar.google.com/events/ [DEBUG 00:00:05] starting PROPFIND, credentials okay, no deadline ah_create, for WWW-Authenticate Running pre_send hooks [DEBUG 00:00:05] using OAuth2 token 'ya29.Glw5BUQp9msUYpjK1tdSt88HCwQHtRlYbKXG27Chgh8J9PtXZqoAWukE-D9ySBMA3ukYej20btTTdRASCF1JeoHDuoFxu0q8FwCtoofOUuU6BdtGLuY0j06IPrgrBw' to authenticate Sending request headers: PROPFIND /caldav/v2/929rvqhrjneodq60ir6joc7tgg%40group.calendar.google.com/events/ HTTP/1.1 Connection: TE TE: trailers Host: apidata.googleusercontent.com Depth: 0 Content-Length: 84 Content-Type: application/xml User-Agent: SyncEvolution Authorization: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Sending request-line and headers: Sending request body: Body block (84 bytes): [ ] Request sent; retry is 1. [status-line] < HTTP/1.1 207 Multi-Status [hdr] Vary: X-Origin Header Name: [vary], Value: [X-Origin] [hdr] Content-Type: text/xml; charset=UTF-8 Header Name: [content-type], Value: [text/xml; charset=UTF-8] [hdr] Date: Fri, 05 Jan 2018 15:33:39 GMT Header Name: [date], Value: [Fri, 05 Jan 2018 15:33:39 GMT] [hdr] Expires: Fri, 05 Jan 2018 15:33:39 GMT Header Name: [expires], Value: [Fri, 05 Jan 2018 15:33:39 GMT] [hdr] Cache-Control: private, max-age=0 Header Name: [cache-control], Value: [private, max-age=0] [hdr] X-Content-Type-Options: nosniff Header Name: [x-content-type-options], Value: [nosniff] [hdr] X-Frame-Options: SAMEORIGIN Header Name: [x-frame-options], Value: [SAMEORIGIN] [hdr] X-XSS-Protection: 1; mode=block Header Name: [x-xss-protection], Value: [1; mode=block] [hdr] Server: GSE Header Name: [server], Value: [GSE] [hdr] Alt-Svc: hq=":443"; ma=2592000; quic=51303431; quic=51303339; quic=51303338; quic=51303337; quic=51303335,quic=":443"; ma=2592000; v="41,39,38,37,35" Header Name: [alt-svc], Value: [hq=":443"; ma=2592000; quic=51303431; quic=51303339; quic=51303338; quic=51303337; quic=51303335,quic=":443"; ma=2592000; v="41,39,38,37,35"] [hdr] Accept-Ranges: none Header Name: [accept-ranges], Value: [none] [hdr] Vary: Origin,Accept-Encoding Header Name: [vary], Value: [Origin,Accept-Encoding] [hdr] Transfer-Encoding: chunked Header Name: [transfer-encoding], Value: [chunked] [hdr] End of headers. Running post_headers hooks [chunk] < 3fc Got chunk size: 1020 Reading 1020 bytes of response body. Got 648 bytes. Read block (648 bytes): [ /caldav/v2/929rvqhrjneodq60ir6joc7tgg%40group.calendar.google.com/events/ HTTP/1.1 200 OK SyncEvolution Testing Next Generation text/calendar; component=vevent 63648798156 #2F6309FF 929rvqhrjneodq60ir6joc7tgg@group.calendar.google.com ] [chunk] < 0 Got chunk size: 0 [hdr] End of headers. Running post_send hooks ah_post_send (#0), code is 207 (want 401), WWW-Authenticate is (none) Request ends, status 207 class 2xx, error line: 207 Multi-Status [DEBUG 00:00:05] credentials accepted Running destroy hooks. Request ends. [DEBUG 00:00:05] read relevant properties of https://apidata.googleusercontent.com:443/caldav/v2/929rvqhrjneodq60ir6joc7tgg%40group.calendar.google.com/events/ [DEBUG 00:00:05] starting PROPFIND, credentials okay, deadline in 294.8s ah_create, for WWW-Authenticate Running pre_send hooks [DEBUG 00:00:05] using OAuth2 token 'ya29.Glw5BUQp9msUYpjK1tdSt88HCwQHtRlYbKXG27Chgh8J9PtXZqoAWukE-D9ySBMA3ukYej20btTTdRASCF1JeoHDuoFxu0q8FwCtoofOUuU6BdtGLuY0j06IPrgrBw' to authenticate Sending request headers: PROPFIND /caldav/v2/929rvqhrjneodq60ir6joc7tgg%40group.calendar.google.com/events/ HTTP/1.1 Connection: TE TE: trailers Host: apidata.googleusercontent.com Depth: 0 Content-Length: 968 Content-Type: application/xml User-Agent: SyncEvolution Authorization: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Sending request-line and headers: Sending request body: Body block (968 bytes): [ ] Request sent; retry is 1. [status-line] < HTTP/1.1 207 Multi-Status [hdr] Vary: X-Origin Header Name: [vary], Value: [X-Origin] [hdr] Content-Type: text/xml; charset=UTF-8 Header Name: [content-type], Value: [text/xml; charset=UTF-8] [hdr] Date: Fri, 05 Jan 2018 15:33:39 GMT Header Name: [date], Value: [Fri, 05 Jan 2018 15:33:39 GMT] [hdr] Expires: Fri, 05 Jan 2018 15:33:39 GMT Header Name: [expires], Value: [Fri, 05 Jan 2018 15:33:39 GMT] [hdr] Cache-Control: private, max-age=0 Header Name: [cache-control], Value: [private, max-age=0] [hdr] X-Content-Type-Options: nosniff Header Name: [x-content-type-options], Value: [nosniff] [hdr] X-Frame-Options: SAMEORIGIN Header Name: [x-frame-options], Value: [SAMEORIGIN] [hdr] X-XSS-Protection: 1; mode=block Header Name: [x-xss-protection], Value: [1; mode=block] [hdr] Server: GSE Header Name: [server], Value: [GSE] [hdr] Alt-Svc: hq=":443"; ma=2592000; quic=51303431; quic=51303339; quic=51303338; quic=51303337; quic=51303335,quic=":443"; ma=2592000; v="41,39,38,37,35" Header Name: [alt-svc], Value: [hq=":443"; ma=2592000; quic=51303431; quic=51303339; quic=51303338; quic=51303337; quic=51303335,quic=":443"; ma=2592000; v="41,39,38,37,35"] [hdr] Accept-Ranges: none Header Name: [accept-ranges], Value: [none] [hdr] Vary: Origin,Accept-Encoding Header Name: [vary], Value: [Origin,Accept-Encoding] [hdr] Transfer-Encoding: chunked Header Name: [transfer-encoding], Value: [chunked] [hdr] End of headers. Running post_headers hooks [chunk] < a65 Got chunk size: 2661 Reading 2661 bytes of response body. Got 648 bytes. Read block (648 bytes): [ /caldav/v2/929rvqhrjneodq60ir6joc7tgg%40group.calendar.google.com/events/ HTTP/1.1 200 OK SyncEvolution Testing Next Generation 929rvqhrjneodq60ir6joc7tgg@group.calendar.google.com BEGIN:VCALENDAR PRODID:-//Google Inc//Google Calendar 70.9054//EN VERSION:2.0 CALSCALE:GREGORIAN X-WR-CALNAME:SyncEvolution Testing Next Generation X-WR-TIMEZONE:Europe/Berlin X-WR-CALDESC: BEGIN:VTIMEZONE TZID:Europe/Berlin X-LIC-LOCATION:Europe/Berlin BEGIN:DAYLIGHT TZOFFSETFROM:+0100 TZOFFSETTO:+0200 TZNAME:CEST DTSTART:19700329T020000 RRULE:FREQ=YEARLY;BYMONTH=3;BYDAY=-1SU END:DAYLIGHT BEGIN:STANDARD TZOFFSETFROM:+0200 TZOFFSETTO:+0100 TZNAME:CET DTSTART:19701025T030000 RRULE:FREQ=YEARLY;BYMONTH=10;BYDAY=-1SU END:] Reading 826 bytes of response body. Got 826 bytes. Read block (826 bytes): [STANDARD END:VTIMEZONE END:VCALENDAR HTTP/1.1 404 Not Found ] [chunk] < 0 Got chunk size: 0 [hdr] End of headers. Running post_send hooks ah_post_send (#0), code is 207 (want 401), WWW-Authenticate is (none) Request ends, status 207 class 2xx, error line: 207 Multi-Status [DEBUG 00:00:05] credentials accepted Running destroy hooks. Request ends. [DEBUG 00:00:05] current-user-privilege-set: [DEBUG 00:00:05] [DEBUG 00:00:05] [DEBUG 00:00:05] [DEBUG 00:00:05] [DEBUG 00:00:05] [DEBUG 00:00:05] [DEBUG 00:00:05] [DEBUG 00:00:05] [DEBUG 00:00:05] [DEBUG 00:00:05] [DEBUG 00:00:05] [DEBUG 00:00:05] [DEBUG 00:00:05] [DEBUG 00:00:05] [DEBUG 00:00:05] [DEBUG 00:00:05] [DEBUG 00:00:05] [DEBUG 00:00:05] [DEBUG 00:00:05] [DEBUG 00:00:05] [DEBUG 00:00:05] [DEBUG 00:00:05] [DEBUG 00:00:05] [DEBUG 00:00:05] found SyncEvolution Testing Next Generation = https://apidata.googleusercontent.com:443/caldav/v2/929rvqhrjneodq60ir6joc7tgg%40group.calendar.google.com/events/?SyncEvolution=Google [DEBUG 00:00:05] empty current-user-prinicipal: ignore it [DEBUG 00:00:05] skipping listing because collection cannot contain other relevant collections: https://apidata.googleusercontent.com:443/caldav/v2/929rvqhrjneodq60ir6joc7tgg%40group.calendar.google.com/events/ [DEBUG 00:00:05] follow candidate https://apidata.googleusercontent.com:443/caldav/v2/cln2stbjc4hmgrrcd5i62ua0ctp6utbg5pr2sor1dhimsp31e8n6errfctm6abj3dtmg%40virtual/events/ [DEBUG 00:00:05] testing https://apidata.googleusercontent.com:443/caldav/v2/cln2stbjc4hmgrrcd5i62ua0ctp6utbg5pr2sor1dhimsp31e8n6errfctm6abj3dtmg%40virtual/events/ [DEBUG 00:00:05] debugging: read all WebDAV properties of https://apidata.googleusercontent.com:443/caldav/v2/cln2stbjc4hmgrrcd5i62ua0ctp6utbg5pr2sor1dhimsp31e8n6errfctm6abj3dtmg%40virtual/events/ [DEBUG 00:00:05] starting PROPFIND, credentials okay, no deadline ah_create, for WWW-Authenticate Running pre_send hooks [DEBUG 00:00:05] using OAuth2 token 'ya29.Glw5BUQp9msUYpjK1tdSt88HCwQHtRlYbKXG27Chgh8J9PtXZqoAWukE-D9ySBMA3ukYej20btTTdRASCF1JeoHDuoFxu0q8FwCtoofOUuU6BdtGLuY0j06IPrgrBw' to authenticate Sending request headers: PROPFIND /caldav/v2/cln2stbjc4hmgrrcd5i62ua0ctp6utbg5pr2sor1dhimsp31e8n6errfctm6abj3dtmg%40virtual/events/ HTTP/1.1 Connection: TE TE: trailers Host: apidata.googleusercontent.com Depth: 0 Content-Length: 84 Content-Type: application/xml User-Agent: SyncEvolution Authorization: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Sending request-line and headers: Sending request body: Body block (84 bytes): [ ] Request sent; retry is 1. [status-line] < HTTP/1.1 207 Multi-Status [hdr] Vary: X-Origin Header Name: [vary], Value: [X-Origin] [hdr] Content-Type: text/xml; charset=UTF-8 Header Name: [content-type], Value: [text/xml; charset=UTF-8] [hdr] Date: Fri, 05 Jan 2018 15:33:39 GMT Header Name: [date], Value: [Fri, 05 Jan 2018 15:33:39 GMT] [hdr] Expires: Fri, 05 Jan 2018 15:33:39 GMT Header Name: [expires], Value: [Fri, 05 Jan 2018 15:33:39 GMT] [hdr] Cache-Control: private, max-age=0 Header Name: [cache-control], Value: [private, max-age=0] [hdr] X-Content-Type-Options: nosniff Header Name: [x-content-type-options], Value: [nosniff] [hdr] X-Frame-Options: SAMEORIGIN Header Name: [x-frame-options], Value: [SAMEORIGIN] [hdr] X-XSS-Protection: 1; mode=block Header Name: [x-xss-protection], Value: [1; mode=block] [hdr] Server: GSE Header Name: [server], Value: [GSE] [hdr] Alt-Svc: hq=":443"; ma=2592000; quic=51303431; quic=51303339; quic=51303338; quic=51303337; quic=51303335,quic=":443"; ma=2592000; v="41,39,38,37,35" Header Name: [alt-svc], Value: [hq=":443"; ma=2592000; quic=51303431; quic=51303339; quic=51303338; quic=51303337; quic=51303335,quic=":443"; ma=2592000; v="41,39,38,37,35"] [hdr] Accept-Ranges: none Header Name: [accept-ranges], Value: [none] [hdr] Vary: Origin,Accept-Encoding Header Name: [vary], Value: [Origin,Accept-Encoding] [hdr] Transfer-Encoding: chunked Header Name: [transfer-encoding], Value: [chunked] [hdr] End of headers. Running post_headers hooks [chunk] < 3fe Got chunk size: 1022 Reading 1022 bytes of response body. Got 648 bytes. Read block (648 bytes): [ /caldav/v2/cln2stbjc4hmgrrcd5i62ua0ctp6utbg5pr2sor1dhimsp31e8n6errfctm6abj3dtmg%40virtual/events/ HTTP/1.1 200 OK Holidays in United States text/calendar; component=vevent 63650750522 #2F6309FF en.usa#holiday@group.v.calendar.google.com ] [chunk] < 0 Got chunk size: 0 [hdr] End of headers. Running post_send hooks ah_post_send (#0), code is 207 (want 401), WWW-Authenticate is (none) Request ends, status 207 class 2xx, error line: 207 Multi-Status [DEBUG 00:00:05] credentials accepted Running destroy hooks. Request ends. [DEBUG 00:00:05] read relevant properties of https://apidata.googleusercontent.com:443/caldav/v2/cln2stbjc4hmgrrcd5i62ua0ctp6utbg5pr2sor1dhimsp31e8n6errfctm6abj3dtmg%40virtual/events/ [DEBUG 00:00:05] starting PROPFIND, credentials okay, deadline in 294.2s ah_create, for WWW-Authenticate Running pre_send hooks [DEBUG 00:00:05] using OAuth2 token 'ya29.Glw5BUQp9msUYpjK1tdSt88HCwQHtRlYbKXG27Chgh8J9PtXZqoAWukE-D9ySBMA3ukYej20btTTdRASCF1JeoHDuoFxu0q8FwCtoofOUuU6BdtGLuY0j06IPrgrBw' to authenticate Sending request headers: PROPFIND /caldav/v2/cln2stbjc4hmgrrcd5i62ua0ctp6utbg5pr2sor1dhimsp31e8n6errfctm6abj3dtmg%40virtual/events/ HTTP/1.1 Connection: TE TE: trailers Host: apidata.googleusercontent.com Depth: 0 Content-Length: 968 Content-Type: application/xml User-Agent: SyncEvolution Authorization: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Sending request-line and headers: Sending request body: Body block (968 bytes): [ ] Request sent; retry is 1. [status-line] < HTTP/1.1 207 Multi-Status [hdr] Vary: X-Origin Header Name: [vary], Value: [X-Origin] [hdr] Content-Type: text/xml; charset=UTF-8 Header Name: [content-type], Value: [text/xml; charset=UTF-8] [hdr] Date: Fri, 05 Jan 2018 15:33:39 GMT Header Name: [date], Value: [Fri, 05 Jan 2018 15:33:39 GMT] [hdr] Expires: Fri, 05 Jan 2018 15:33:39 GMT Header Name: [expires], Value: [Fri, 05 Jan 2018 15:33:39 GMT] [hdr] Cache-Control: private, max-age=0 Header Name: [cache-control], Value: [private, max-age=0] [hdr] X-Content-Type-Options: nosniff Header Name: [x-content-type-options], Value: [nosniff] [hdr] X-Frame-Options: SAMEORIGIN Header Name: [x-frame-options], Value: [SAMEORIGIN] [hdr] X-XSS-Protection: 1; mode=block Header Name: [x-xss-protection], Value: [1; mode=block] [hdr] Server: GSE Header Name: [server], Value: [GSE] [hdr] Alt-Svc: hq=":443"; ma=2592000; quic=51303431; quic=51303339; quic=51303338; quic=51303337; quic=51303335,quic=":443"; ma=2592000; v="41,39,38,37,35" Header Name: [alt-svc], Value: [hq=":443"; ma=2592000; quic=51303431; quic=51303339; quic=51303338; quic=51303337; quic=51303335,quic=":443"; ma=2592000; v="41,39,38,37,35"] [hdr] Accept-Ranges: none Header Name: [accept-ranges], Value: [none] [hdr] Vary: Origin,Accept-Encoding Header Name: [vary], Value: [Origin,Accept-Encoding] [hdr] Transfer-Encoding: chunked Header Name: [transfer-encoding], Value: [chunked] [hdr] End of headers. Running post_headers hooks [chunk] < 93c Got chunk size: 2364 Reading 2364 bytes of response body. Got 648 bytes. Read block (648 bytes): [ /caldav/v2/cln2stbjc4hmgrrcd5i62ua0ctp6utbg5pr2sor1dhimsp31e8n6errfctm6abj3dtmg%40virtual/events/ HTTP/1.1 200 OK Holidays in United States ] Reading 1716 bytes of response body. Got 1187 bytes. Read block (1187 bytes): [ en.usa#holiday@group.v.calendar.google.com BEGIN:VCALENDAR PRODID:-//Google Inc//Google Calendar 70.9054//EN VERSION:2.0 CALSCALE:GREGORIAN X-WR-TIMEZONE:Europe/Berlin BEGIN:VTIMEZONE TZID:Europe/Berlin X-LIC-LOCATION:Europe/Berlin BEGIN:DAYLIGHT TZOFFSETFROM:+0100 TZOFFSETTO:+0200 TZNAME:CEST DTSTART:19700329T020000 RRULE:FREQ=YEARLY;BYMONTH=3;BYDAY=-1SU END:DAYLIGHT BEGIN:STANDARD TZOFFSETFROM:+0200 TZOFFSETTO:+0100 TZNAME:CET DTSTART:19701025T030000 RRULE:FREQ=YEARLY;BYMONTH=10;BYDAY=-1SU END:STANDARD END:VTIMEZONE END:VCALENDAR HTTP/1.1 404 Not Found ] [chunk] < 0 Got chunk size: 0 [hdr] End of headers. Running post_send hooks ah_post_send (#0), code is 207 (want 401), WWW-Authenticate is (none) Request ends, status 207 class 2xx, error line: 207 Multi-Status [DEBUG 00:00:06] credentials accepted Running destroy hooks. Request ends. [DEBUG 00:00:06] current-user-privilege-set: [DEBUG 00:00:06] [DEBUG 00:00:06] [DEBUG 00:00:06] [DEBUG 00:00:06] [DEBUG 00:00:06] [DEBUG 00:00:06] [DEBUG 00:00:06] [DEBUG 00:00:06] [DEBUG 00:00:06] [DEBUG 00:00:06] [DEBUG 00:00:06] [DEBUG 00:00:06] found Holidays in United States = https://apidata.googleusercontent.com:443/caldav/v2/cln2stbjc4hmgrrcd5i62ua0ctp6utbg5pr2sor1dhimsp31e8n6errfctm6abj3dtmg%40virtual/events/?SyncEvolution=Google [DEBUG 00:00:06] empty current-user-prinicipal: retry current URL with authentication [DEBUG 00:00:06] skipping listing because collection cannot contain other relevant collections: https://apidata.googleusercontent.com:443/caldav/v2/cln2stbjc4hmgrrcd5i62ua0ctp6utbg5pr2sor1dhimsp31e8n6errfctm6abj3dtmg%40virtual/events/ [DEBUG 00:00:06] testing https://apidata.googleusercontent.com:443/caldav/v2/cln2stbjc4hmgrrcd5i62ua0ctp6utbg5pr2sor1dhimsp31e8n6errfctm6abj3dtmg%40virtual/events/ [DEBUG 00:00:06] debugging: read all WebDAV properties of https://apidata.googleusercontent.com:443/caldav/v2/cln2stbjc4hmgrrcd5i62ua0ctp6utbg5pr2sor1dhimsp31e8n6errfctm6abj3dtmg%40virtual/events/ [DEBUG 00:00:06] starting PROPFIND, credentials okay, no deadline ah_create, for WWW-Authenticate Running pre_send hooks [DEBUG 00:00:06] using OAuth2 token 'ya29.Glw5BUQp9msUYpjK1tdSt88HCwQHtRlYbKXG27Chgh8J9PtXZqoAWukE-D9ySBMA3ukYej20btTTdRASCF1JeoHDuoFxu0q8FwCtoofOUuU6BdtGLuY0j06IPrgrBw' to authenticate Sending request headers: PROPFIND /caldav/v2/cln2stbjc4hmgrrcd5i62ua0ctp6utbg5pr2sor1dhimsp31e8n6errfctm6abj3dtmg%40virtual/events/ HTTP/1.1 Connection: TE TE: trailers Host: apidata.googleusercontent.com Depth: 0 Content-Length: 84 Content-Type: application/xml User-Agent: SyncEvolution Authorization: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Sending request-line and headers: Sending request body: Body block (84 bytes): [ ] Request sent; retry is 1. [status-line] < HTTP/1.1 207 Multi-Status [hdr] Vary: X-Origin Header Name: [vary], Value: [X-Origin] [hdr] Content-Type: text/xml; charset=UTF-8 Header Name: [content-type], Value: [text/xml; charset=UTF-8] [hdr] Date: Fri, 05 Jan 2018 15:33:40 GMT Header Name: [date], Value: [Fri, 05 Jan 2018 15:33:40 GMT] [hdr] Expires: Fri, 05 Jan 2018 15:33:40 GMT Header Name: [expires], Value: [Fri, 05 Jan 2018 15:33:40 GMT] [hdr] Cache-Control: private, max-age=0 Header Name: [cache-control], Value: [private, max-age=0] [hdr] X-Content-Type-Options: nosniff Header Name: [x-content-type-options], Value: [nosniff] [hdr] X-Frame-Options: SAMEORIGIN Header Name: [x-frame-options], Value: [SAMEORIGIN] [hdr] X-XSS-Protection: 1; mode=block Header Name: [x-xss-protection], Value: [1; mode=block] [hdr] Server: GSE Header Name: [server], Value: [GSE] [hdr] Alt-Svc: hq=":443"; ma=2592000; quic=51303431; quic=51303339; quic=51303338; quic=51303337; quic=51303335,quic=":443"; ma=2592000; v="41,39,38,37,35" Header Name: [alt-svc], Value: [hq=":443"; ma=2592000; quic=51303431; quic=51303339; quic=51303338; quic=51303337; quic=51303335,quic=":443"; ma=2592000; v="41,39,38,37,35"] [hdr] Accept-Ranges: none Header Name: [accept-ranges], Value: [none] [hdr] Vary: Origin,Accept-Encoding Header Name: [vary], Value: [Origin,Accept-Encoding] [hdr] Transfer-Encoding: chunked Header Name: [transfer-encoding], Value: [chunked] [hdr] End of headers. Running post_headers hooks [chunk] < 3fe Got chunk size: 1022 Reading 1022 bytes of response body. Got 648 bytes. Read block (648 bytes): [ /caldav/v2/cln2stbjc4hmgrrcd5i62ua0ctp6utbg5pr2sor1dhimsp31e8n6errfctm6abj3dtmg%40virtual/events/ HTTP/1.1 200 OK Holidays in United States text/calendar; component=vevent 63650750522 #2F6309FF en.usa#holiday@group.v.calendar.google.com ] [chunk] < 0 Got chunk size: 0 [hdr] End of headers. Running post_send hooks ah_post_send (#0), code is 207 (want 401), WWW-Authenticate is (none) Request ends, status 207 class 2xx, error line: 207 Multi-Status [DEBUG 00:00:06] credentials accepted Running destroy hooks. Request ends. [DEBUG 00:00:06] read relevant properties of https://apidata.googleusercontent.com:443/caldav/v2/cln2stbjc4hmgrrcd5i62ua0ctp6utbg5pr2sor1dhimsp31e8n6errfctm6abj3dtmg%40virtual/events/ [DEBUG 00:00:06] starting PROPFIND, credentials okay, deadline in 293.8s ah_create, for WWW-Authenticate Running pre_send hooks [DEBUG 00:00:06] using OAuth2 token 'ya29.Glw5BUQp9msUYpjK1tdSt88HCwQHtRlYbKXG27Chgh8J9PtXZqoAWukE-D9ySBMA3ukYej20btTTdRASCF1JeoHDuoFxu0q8FwCtoofOUuU6BdtGLuY0j06IPrgrBw' to authenticate Sending request headers: PROPFIND /caldav/v2/cln2stbjc4hmgrrcd5i62ua0ctp6utbg5pr2sor1dhimsp31e8n6errfctm6abj3dtmg%40virtual/events/ HTTP/1.1 Connection: TE TE: trailers Host: apidata.googleusercontent.com Depth: 0 Content-Length: 968 Content-Type: application/xml User-Agent: SyncEvolution Authorization: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Sending request-line and headers: Sending request body: Body block (968 bytes): [ ] Request sent; retry is 1. [status-line] < HTTP/1.1 207 Multi-Status [hdr] Vary: X-Origin Header Name: [vary], Value: [X-Origin] [hdr] Content-Type: text/xml; charset=UTF-8 Header Name: [content-type], Value: [text/xml; charset=UTF-8] [hdr] Date: Fri, 05 Jan 2018 15:33:40 GMT Header Name: [date], Value: [Fri, 05 Jan 2018 15:33:40 GMT] [hdr] Expires: Fri, 05 Jan 2018 15:33:40 GMT Header Name: [expires], Value: [Fri, 05 Jan 2018 15:33:40 GMT] [hdr] Cache-Control: private, max-age=0 Header Name: [cache-control], Value: [private, max-age=0] [hdr] X-Content-Type-Options: nosniff Header Name: [x-content-type-options], Value: [nosniff] [hdr] X-Frame-Options: SAMEORIGIN Header Name: [x-frame-options], Value: [SAMEORIGIN] [hdr] X-XSS-Protection: 1; mode=block Header Name: [x-xss-protection], Value: [1; mode=block] [hdr] Server: GSE Header Name: [server], Value: [GSE] [hdr] Alt-Svc: hq=":443"; ma=2592000; quic=51303431; quic=51303339; quic=51303338; quic=51303337; quic=51303335,quic=":443"; ma=2592000; v="41,39,38,37,35" Header Name: [alt-svc], Value: [hq=":443"; ma=2592000; quic=51303431; quic=51303339; quic=51303338; quic=51303337; quic=51303335,quic=":443"; ma=2592000; v="41,39,38,37,35"] [hdr] Accept-Ranges: none Header Name: [accept-ranges], Value: [none] [hdr] Vary: Origin,Accept-Encoding Header Name: [vary], Value: [Origin,Accept-Encoding] [hdr] Transfer-Encoding: chunked Header Name: [transfer-encoding], Value: [chunked] [hdr] End of headers. Running post_headers hooks [chunk] < 93c Got chunk size: 2364 Reading 2364 bytes of response body. Got 648 bytes. Read block (648 bytes): [ /caldav/v2/cln2stbjc4hmgrrcd5i62ua0ctp6utbg5pr2sor1dhimsp31e8n6errfctm6abj3dtmg%40virtual/events/ HTTP/1.1 200 OK Holidays in United States ] Reading 1716 bytes of response body. Got 1187 bytes. Read block (1187 bytes): [ en.usa#holiday@group.v.calendar.google.com BEGIN:VCALENDAR PRODID:-//Google Inc//Google Calendar 70.9054//EN VERSION:2.0 CALSCALE:GREGORIAN X-WR-TIMEZONE:Europe/Berlin BEGIN:VTIMEZONE TZID:Europe/Berlin X-LIC-LOCATION:Europe/Berlin BEGIN:DAYLIGHT TZOFFSETFROM:+0100 TZOFFSETTO:+0200 TZNAME:CEST DTSTART:19700329T020000 RRULE:FREQ=YEARLY;BYMONTH=3;BYDAY=-1SU END:DAYLIGHT BEGIN:STANDARD TZOFFSETFROM:+0200 TZOFFSETTO:+0100 TZNAME:CET DTSTART:19701025T030000 RRULE:FREQ=YEARLY;BYMONTH=10;BYDAY=-1SU END:STANDARD END:VTIMEZONE END:VCALENDAR HTTP/1.1 404 Not Found ] [chunk] < 0 Got chunk size: 0 [hdr] End of headers. Running post_send hooks ah_post_send (#0), code is 207 (want 401), WWW-Authenticate is (none) Request ends, status 207 class 2xx, error line: 207 Multi-Status [DEBUG 00:00:06] credentials accepted Running destroy hooks. Request ends. [DEBUG 00:00:06] current-user-privilege-set: [DEBUG 00:00:06] [DEBUG 00:00:06] [DEBUG 00:00:06] [DEBUG 00:00:06] [DEBUG 00:00:06] [DEBUG 00:00:06] [DEBUG 00:00:06] [DEBUG 00:00:06] [DEBUG 00:00:06] [DEBUG 00:00:06] [DEBUG 00:00:06] [DEBUG 00:00:06] found Holidays in United States = https://apidata.googleusercontent.com:443/caldav/v2/cln2stbjc4hmgrrcd5i62ua0ctp6utbg5pr2sor1dhimsp31e8n6errfctm6abj3dtmg%40virtual/events/?SyncEvolution=Google [DEBUG 00:00:06] empty current-user-prinicipal: ignore it [DEBUG 00:00:06] skipping listing because collection cannot contain other relevant collections: https://apidata.googleusercontent.com:443/caldav/v2/cln2stbjc4hmgrrcd5i62ua0ctp6utbg5pr2sor1dhimsp31e8n6errfctm6abj3dtmg%40virtual/events/ sess: Destroying session. + databases='caldav: syncevolution@lists.intel.com (https://apidata.googleusercontent.com:443/caldav/v2/syncevolution.list%40gmail.com/events/?SyncEvolution=Google) SyncEvolution Testing Next Generation (https://apidata.googleusercontent.com:443/caldav/v2/929rvqhrjneodq60ir6joc7tgg%40group.calendar.google.com/events/?SyncEvolution=Google) Holidays in United States (https://apidata.googleusercontent.com:443/caldav/v2/cln2stbjc4hmgrrcd5i62ua0ctp6utbg5pr2sor1dhimsp31e8n6errfctm6abj3dtmg%40virtual/events/?SyncEvolution=Google)' + echo 'caldav: syncevolution@lists.intel.com (https://apidata.googleusercontent.com:443/caldav/v2/syncevolution.list%40gmail.com/events/?SyncEvolution=Google) SyncEvolution Testing Next Generation (https://apidata.googleusercontent.com:443/caldav/v2/929rvqhrjneodq60ir6joc7tgg%40group.calendar.google.com/events/?SyncEvolution=Google) Holidays in United States (https://apidata.googleusercontent.com:443/caldav/v2/cln2stbjc4hmgrrcd5i62ua0ctp6utbg5pr2sor1dhimsp31e8n6errfctm6abj3dtmg%40virtual/events/?SyncEvolution=Google)' caldav: syncevolution@lists.intel.com (https://apidata.googleusercontent.com:443/caldav/v2/syncevolution.list%40gmail.com/events/?SyncEvolution=Google) SyncEvolution Testing Next Generation (https://apidata.googleusercontent.com:443/caldav/v2/929rvqhrjneodq60ir6joc7tgg%40group.calendar.google.com/events/?SyncEvolution=Google) Holidays in United States (https://apidata.googleusercontent.com:443/caldav/v2/cln2stbjc4hmgrrcd5i62ua0ctp6utbg5pr2sor1dhimsp31e8n6errfctm6abj3dtmg%40virtual/events/?SyncEvolution=Google) ++ pick_default 'caldav: syncevolution@lists.intel.com (https://apidata.googleusercontent.com:443/caldav/v2/syncevolution.list%40gmail.com/events/?SyncEvolution=Google) SyncEvolution Testing Next Generation (https://apidata.googleusercontent.com:443/caldav/v2/929rvqhrjneodq60ir6joc7tgg%40group.calendar.google.com/events/?SyncEvolution=Google) Holidays in United States (https://apidata.googleusercontent.com:443/caldav/v2/cln2stbjc4hmgrrcd5i62ua0ctp6utbg5pr2sor1dhimsp31e8n6errfctm6abj3dtmg%40virtual/events/?SyncEvolution=Google)' ++ echo 'caldav: syncevolution@lists.intel.com (https://apidata.googleusercontent.com:443/caldav/v2/syncevolution.list%40gmail.com/events/?SyncEvolution=Google) SyncEvolution Testing Next Generation (https://apidata.googleusercontent.com:443/caldav/v2/929rvqhrjneodq60ir6joc7tgg%40group.calendar.google.com/events/?SyncEvolution=Google) Holidays in United States (https://apidata.googleusercontent.com:443/caldav/v2/cln2stbjc4hmgrrcd5i62ua0ctp6utbg5pr2sor1dhimsp31e8n6errfctm6abj3dtmg%40virtual/events/?SyncEvolution=Google)' ++ perl -e 'while (<>) { if (/^.*?\((.*)\) $/) { print "$1"; exit 0 } }; exit 1;' ++ '[' 0 -ne 0 ']' + database='https://apidata.googleusercontent.com:443/caldav/v2/syncevolution.list%40gmail.com/events/?SyncEvolution=Google' + ./syncevolution --configure --daemon=no 'database=https://apidata.googleusercontent.com:443/caldav/v2/syncevolution.list%40gmail.com/events/?SyncEvolution=Google' databaseUser=goa:syncevolution.list@gmail.com backend=caldav googlecalendar_1@client-test-googlecalendar-1 google_caldav + for client in 1 2 + ./syncevolution --version + grep -q -e '[+ ]1.[0-9]' + config=googlecalendar_2@client-test-googlecalendar-2 ++ credentials googlecalendar_2 ++ case "$SCHROOT_CHROOT_NAME" in ++ case $1 in ++ echo '--template SyncEvolution_Client username= password= syncURL=local://@client-test-googlecalendar calendar/uri=caldav' + ./syncevolution --daemon=no --configure --template googlecalendar --template SyncEvolution_Client username= password= syncURL=local://@client-test-googlecalendar calendar/uri=caldav --sync-property proxyHost=http://proxy.vlan13.01.org:3128 --sync-property useProxy=0 --sync-property logLevel=4 googlecalendar_2@client-test-googlecalendar-2 [INFO] addressbook: checking usability... [INFO] addressbook: configuring datastore with sync mode 'two-way' [INFO] calendar: checking usability... [INFO] calendar: configuring datastore with sync mode 'two-way' [INFO] memo: checking usability... [INFO] memo: configuring datastore with sync mode 'two-way' [INFO] todo: checking usability... [INFO] todo: configuring datastore with sync mode 'two-way' + sources=/data/runtests/work/prebuilt-testing-amd64/home/googlecalendar/config/syncevolution/client-test-googlecalendar-2/peers/googlecalendar_2/sources + copy_source /data/runtests/work/prebuilt-testing-amd64/home/googlecalendar/config/syncevolution/client-test-googlecalendar-2/peers/googlecalendar_2/sources addressbook eds_contact + path=/data/runtests/work/prebuilt-testing-amd64/home/googlecalendar/config/syncevolution/client-test-googlecalendar-2/peers/googlecalendar_2/sources + shift + source=addressbook + shift + '[' -d /data/runtests/work/prebuilt-testing-amd64/home/googlecalendar/config/syncevolution/client-test-googlecalendar-2/peers/googlecalendar_2/sources/addressbook ']' + for i in $@ + cp -r /data/runtests/work/prebuilt-testing-amd64/home/googlecalendar/config/syncevolution/client-test-googlecalendar-2/peers/googlecalendar_2/sources/addressbook /data/runtests/work/prebuilt-testing-amd64/home/googlecalendar/config/syncevolution/client-test-googlecalendar-2/peers/googlecalendar_2/sources/eds_contact + copy_source /data/runtests/work/prebuilt-testing-amd64/home/googlecalendar/config/syncevolution/client-test-googlecalendar-2/peers/googlecalendar_2/sources calendar eds_event + path=/data/runtests/work/prebuilt-testing-amd64/home/googlecalendar/config/syncevolution/client-test-googlecalendar-2/peers/googlecalendar_2/sources + shift + source=calendar + shift + '[' -d /data/runtests/work/prebuilt-testing-amd64/home/googlecalendar/config/syncevolution/client-test-googlecalendar-2/peers/googlecalendar_2/sources/calendar ']' + for i in $@ + cp -r /data/runtests/work/prebuilt-testing-amd64/home/googlecalendar/config/syncevolution/client-test-googlecalendar-2/peers/googlecalendar_2/sources/calendar /data/runtests/work/prebuilt-testing-amd64/home/googlecalendar/config/syncevolution/client-test-googlecalendar-2/peers/googlecalendar_2/sources/eds_event + copy_source /data/runtests/work/prebuilt-testing-amd64/home/googlecalendar/config/syncevolution/client-test-googlecalendar-2/peers/googlecalendar_2/sources todo eds_task + path=/data/runtests/work/prebuilt-testing-amd64/home/googlecalendar/config/syncevolution/client-test-googlecalendar-2/peers/googlecalendar_2/sources + shift + source=todo + shift + '[' -d /data/runtests/work/prebuilt-testing-amd64/home/googlecalendar/config/syncevolution/client-test-googlecalendar-2/peers/googlecalendar_2/sources/todo ']' + for i in $@ + cp -r /data/runtests/work/prebuilt-testing-amd64/home/googlecalendar/config/syncevolution/client-test-googlecalendar-2/peers/googlecalendar_2/sources/todo /data/runtests/work/prebuilt-testing-amd64/home/googlecalendar/config/syncevolution/client-test-googlecalendar-2/peers/googlecalendar_2/sources/eds_task + copy_source /data/runtests/work/prebuilt-testing-amd64/home/googlecalendar/config/syncevolution/client-test-googlecalendar-2/peers/googlecalendar_2/sources memo eds_memo + path=/data/runtests/work/prebuilt-testing-amd64/home/googlecalendar/config/syncevolution/client-test-googlecalendar-2/peers/googlecalendar_2/sources + shift + source=memo + shift + '[' -d /data/runtests/work/prebuilt-testing-amd64/home/googlecalendar/config/syncevolution/client-test-googlecalendar-2/peers/googlecalendar_2/sources/memo ']' + for i in $@ + cp -r /data/runtests/work/prebuilt-testing-amd64/home/googlecalendar/config/syncevolution/client-test-googlecalendar-2/peers/googlecalendar_2/sources/memo /data/runtests/work/prebuilt-testing-amd64/home/googlecalendar/config/syncevolution/client-test-googlecalendar-2/peers/googlecalendar_2/sources/eds_memo + for i in eds_contact eds_event eds_task eds_memo + ./syncevolution --daemon=no --configure database=Test_eds_contact_2 googlecalendar_2@client-test-googlecalendar-2 eds_contact + for i in eds_contact eds_event eds_task eds_memo + ./syncevolution --daemon=no --configure database=Test_eds_event_2 googlecalendar_2@client-test-googlecalendar-2 eds_event + for i in eds_contact eds_event eds_task eds_memo + ./syncevolution --daemon=no --configure database=Test_eds_task_2 googlecalendar_2@client-test-googlecalendar-2 eds_task + for i in eds_contact eds_event eds_task eds_memo + ./syncevolution --daemon=no --configure database=Test_eds_memo_2 googlecalendar_2@client-test-googlecalendar-2 eds_memo + case $TEST in + case $TEST in + case $TEST in ++ SYNCEVOLUTION_DEBUG=1 ++ ./syncevolution --print-databases --daemon=no loglevel=4 'syncURL=https://apidata.googleusercontent.com/caldav/v2?SyncEvolution=Google' username=goa:syncevolution.list@gmail.com backend=caldav [DEBUG 00:00:00] using username 'goa:syncevolution.list@gmail.com' from context for WebDAV, password not set [DEBUG 00:00:00] looking for identity provider for goa:syncevolution.list@gmail.com [DEBUG 00:00:00] Looking up all accounts in GNOME Online Accounts, searching for 'syncevolution.list@gmail.com'. [DEBUG 00:00:00] GOA object /org/gnome/OnlineAccounts/Accounts/account_1379073187 implements org.gnome.OnlineAccounts.Account, org.gnome.OnlineAccounts.Calendar, org.gnome.OnlineAccounts.Chat, org.gnome.OnlineAccounts.Contacts, org.gnome.OnlineAccounts.Documents, org.gnome.OnlineAccounts.Mail, org.gnome.OnlineAccounts.OAuth2Based [DEBUG 00:00:00] GOA account Google, syncevolution.list@gmail.com = account_1379073187 [DEBUG 00:00:00] found matching GNOME Online Account for 'syncevolution.list@gmail.com': Google, syncevolution.list@gmail.com = account_1379073187 [DEBUG 00:00:00] GOA object /org/gnome/OnlineAccounts/Manager implements org.gnome.OnlineAccounts.Manager [DEBUG 00:00:00] timout 300s, retry 5s => resending allowed HTTP session to https://apidata.googleusercontent.com:443 begins. [DEBUG 00:00:00] client cert is missing [INFO 00:00:00] start database search at https://apidata.googleusercontent.com/caldav/v2?SyncEvolution=Google, from sync config '@default', syncURL='https://apidata.googleusercontent.com/caldav/v2?SyncEvolution=Google' [DEBUG 00:00:00] testing https://apidata.googleusercontent.com:443/caldav/v2?SyncEvolution=Google [DEBUG 00:00:00] debugging: read all WebDAV properties of https://apidata.googleusercontent.com:443/caldav/v2?SyncEvolution=Google [DEBUG 00:00:00] starting PROPFIND, credentials unverified, no deadline [DEBUG 00:00:00] got new OAuth2 token 'ya29.Glw5BUQp9msUYpjK1tdSt88HCwQHtRlYbKXG27Chgh8J9PtXZqoAWukE-D9ySBMA3ukYej20btTTdRASCF1JeoHDuoFxu0q8FwCtoofOUuU6BdtGLuY0j06IPrgrBw' for next request ah_create, for WWW-Authenticate Running pre_send hooks [DEBUG 00:00:00] using OAuth2 token 'ya29.Glw5BUQp9msUYpjK1tdSt88HCwQHtRlYbKXG27Chgh8J9PtXZqoAWukE-D9ySBMA3ukYej20btTTdRASCF1JeoHDuoFxu0q8FwCtoofOUuU6BdtGLuY0j06IPrgrBw' to authenticate Sending request headers: PROPFIND /caldav/v2 HTTP/1.1 Connection: TE TE: trailers Host: apidata.googleusercontent.com Depth: 0 Content-Length: 84 Content-Type: application/xml User-Agent: SyncEvolution Authorization: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Sending request-line and headers: Doing DNS lookup on proxy.vlan13.01.org... req: Connecting to 10.0.13.1:3128 Running pre_send hooks [DEBUG 00:00:00] using OAuth2 token 'ya29.Glw5BUQp9msUYpjK1tdSt88HCwQHtRlYbKXG27Chgh8J9PtXZqoAWukE-D9ySBMA3ukYej20btTTdRASCF1JeoHDuoFxu0q8FwCtoofOUuU6BdtGLuY0j06IPrgrBw' to authenticate Sending request headers: CONNECT apidata.googleusercontent.com:443 HTTP/1.1 Connection: TE TE: trailers Host: apidata.googleusercontent.com User-Agent: SyncEvolution Authorization: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Sending request-line and headers: Request sent; retry is 0. [status-line] < HTTP/1.1 200 Connection established [hdr] End of headers. Running post_headers hooks Running post_send hooks Request ends, status 200 class 2xx, error line: 200 Connection established Running destroy hooks. Request ends. Sending request body: Body block (84 bytes): [ ] Request sent; retry is 0. [status-line] < HTTP/1.1 207 Multi-Status [hdr] Vary: X-Origin Header Name: [vary], Value: [X-Origin] [hdr] Content-Type: text/xml; charset=UTF-8 Header Name: [content-type], Value: [text/xml; charset=UTF-8] [hdr] Date: Fri, 05 Jan 2018 15:33:41 GMT Header Name: [date], Value: [Fri, 05 Jan 2018 15:33:41 GMT] [hdr] Expires: Fri, 05 Jan 2018 15:33:41 GMT Header Name: [expires], Value: [Fri, 05 Jan 2018 15:33:41 GMT] [hdr] Cache-Control: private, max-age=0 Header Name: [cache-control], Value: [private, max-age=0] [hdr] X-Content-Type-Options: nosniff Header Name: [x-content-type-options], Value: [nosniff] [hdr] X-Frame-Options: SAMEORIGIN Header Name: [x-frame-options], Value: [SAMEORIGIN] [hdr] X-XSS-Protection: 1; mode=block Header Name: [x-xss-protection], Value: [1; mode=block] [hdr] Server: GSE Header Name: [server], Value: [GSE] [hdr] Alt-Svc: hq=":443"; ma=2592000; quic=51303431; quic=51303339; quic=51303338; quic=51303337; quic=51303335,quic=":443"; ma=2592000; v="41,39,38,37,35" Header Name: [alt-svc], Value: [hq=":443"; ma=2592000; quic=51303431; quic=51303339; quic=51303338; quic=51303337; quic=51303335,quic=":443"; ma=2592000; v="41,39,38,37,35"] [hdr] Accept-Ranges: none Header Name: [accept-ranges], Value: [none] [hdr] Vary: Origin,Accept-Encoding Header Name: [vary], Value: [Origin,Accept-Encoding] [hdr] Transfer-Encoding: chunked Header Name: [transfer-encoding], Value: [chunked] [hdr] End of headers. Running post_headers hooks [chunk] < 201 Got chunk size: 513 Reading 513 bytes of response body. Got 513 bytes. Read block (513 bytes): [ /caldav/v2 HTTP/1.1 200 OK ] [chunk] < 0 Got chunk size: 0 [hdr] End of headers. Running post_send hooks ah_post_send (#0), code is 207 (want 401), WWW-Authenticate is (none) Request ends, status 207 class 2xx, error line: 207 Multi-Status [DEBUG 00:00:00] credentials accepted Running destroy hooks. Request ends. [DEBUG 00:00:00] read relevant properties of https://apidata.googleusercontent.com:443/caldav/v2?SyncEvolution=Google [DEBUG 00:00:00] starting PROPFIND, credentials okay, deadline in 299.6s ah_create, for WWW-Authenticate Running pre_send hooks [DEBUG 00:00:00] using OAuth2 token 'ya29.Glw5BUQp9msUYpjK1tdSt88HCwQHtRlYbKXG27Chgh8J9PtXZqoAWukE-D9ySBMA3ukYej20btTTdRASCF1JeoHDuoFxu0q8FwCtoofOUuU6BdtGLuY0j06IPrgrBw' to authenticate Sending request headers: PROPFIND /caldav/v2 HTTP/1.1 Connection: TE TE: trailers Host: apidata.googleusercontent.com Depth: 0 Content-Length: 968 Content-Type: application/xml User-Agent: SyncEvolution Authorization: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Sending request-line and headers: Sending request body: Body block (968 bytes): [ ] Request sent; retry is 1. [status-line] < HTTP/1.1 207 Multi-Status [hdr] Vary: X-Origin Header Name: [vary], Value: [X-Origin] [hdr] Content-Type: text/xml; charset=UTF-8 Header Name: [content-type], Value: [text/xml; charset=UTF-8] [hdr] Date: Fri, 05 Jan 2018 15:33:42 GMT Header Name: [date], Value: [Fri, 05 Jan 2018 15:33:42 GMT] [hdr] Expires: Fri, 05 Jan 2018 15:33:42 GMT Header Name: [expires], Value: [Fri, 05 Jan 2018 15:33:42 GMT] [hdr] Cache-Control: private, max-age=0 Header Name: [cache-control], Value: [private, max-age=0] [hdr] X-Content-Type-Options: nosniff Header Name: [x-content-type-options], Value: [nosniff] [hdr] X-Frame-Options: SAMEORIGIN Header Name: [x-frame-options], Value: [SAMEORIGIN] [hdr] X-XSS-Protection: 1; mode=block Header Name: [x-xss-protection], Value: [1; mode=block] [hdr] Server: GSE Header Name: [server], Value: [GSE] [hdr] Alt-Svc: hq=":443"; ma=2592000; quic=51303431; quic=51303339; quic=51303338; quic=51303337; quic=51303335,quic=":443"; ma=2592000; v="41,39,38,37,35" Header Name: [alt-svc], Value: [hq=":443"; ma=2592000; quic=51303431; quic=51303339; quic=51303338; quic=51303337; quic=51303335,quic=":443"; ma=2592000; v="41,39,38,37,35"] [hdr] Accept-Ranges: none Header Name: [accept-ranges], Value: [none] [hdr] Vary: Origin,Accept-Encoding Header Name: [vary], Value: [Origin,Accept-Encoding] [hdr] Transfer-Encoding: chunked Header Name: [transfer-encoding], Value: [chunked] [hdr] End of headers. Running post_headers hooks [chunk] < 4e0 Got chunk size: 1248 Reading 1248 bytes of response body. Got 648 bytes. Read block (648 bytes): [ /caldav/v2 HTTP/1.1 200 OK /caldav/v2/syncevolution.list%40gmail.com/user HTTP/1.] Reading 600 bytes of response body. Got 600 bytes. Read block (600 bytes): [1 404 Not Found ] [chunk] < 0 Got chunk size: 0 [hdr] End of headers. Running post_send hooks ah_post_send (#0), code is 207 (want 401), WWW-Authenticate is (none) Request ends, status 207 class 2xx, error line: 207 Multi-Status [DEBUG 00:00:00] credentials accepted Running destroy hooks. Request ends. [DEBUG 00:00:00] follow current-user-prinicipal to https://apidata.googleusercontent.com:443/caldav/v2/syncevolution.list%40gmail.com/user [DEBUG 00:00:00] testing https://apidata.googleusercontent.com:443/caldav/v2/syncevolution.list%40gmail.com/user [DEBUG 00:00:00] debugging: read all WebDAV properties of https://apidata.googleusercontent.com:443/caldav/v2/syncevolution.list%40gmail.com/user [DEBUG 00:00:00] starting PROPFIND, credentials okay, no deadline ah_create, for WWW-Authenticate Running pre_send hooks [DEBUG 00:00:00] using OAuth2 token 'ya29.Glw5BUQp9msUYpjK1tdSt88HCwQHtRlYbKXG27Chgh8J9PtXZqoAWukE-D9ySBMA3ukYej20btTTdRASCF1JeoHDuoFxu0q8FwCtoofOUuU6BdtGLuY0j06IPrgrBw' to authenticate Sending request headers: PROPFIND /caldav/v2/syncevolution.list%40gmail.com/user HTTP/1.1 Connection: TE TE: trailers Host: apidata.googleusercontent.com Depth: 0 Content-Length: 84 Content-Type: application/xml User-Agent: SyncEvolution Authorization: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Sending request-line and headers: Sending request body: Body block (84 bytes): [ ] Request sent; retry is 1. [status-line] < HTTP/1.1 207 Multi-Status [hdr] DAV: 1, calendar-access, calendar-schedule, calendar-auto-schedule, calendar-proxy Header Name: [dav], Value: [1, calendar-access, calendar-schedule, calendar-auto-schedule, calendar-proxy] [hdr] Vary: X-Origin Header Name: [vary], Value: [X-Origin] [hdr] Content-Type: text/xml; charset=UTF-8 Header Name: [content-type], Value: [text/xml; charset=UTF-8] [hdr] Date: Fri, 05 Jan 2018 15:33:42 GMT Header Name: [date], Value: [Fri, 05 Jan 2018 15:33:42 GMT] [hdr] Expires: Fri, 05 Jan 2018 15:33:42 GMT Header Name: [expires], Value: [Fri, 05 Jan 2018 15:33:42 GMT] [hdr] Cache-Control: private, max-age=0 Header Name: [cache-control], Value: [private, max-age=0] [hdr] X-Content-Type-Options: nosniff Header Name: [x-content-type-options], Value: [nosniff] [hdr] X-Frame-Options: SAMEORIGIN Header Name: [x-frame-options], Value: [SAMEORIGIN] [hdr] X-XSS-Protection: 1; mode=block Header Name: [x-xss-protection], Value: [1; mode=block] [hdr] Server: GSE Header Name: [server], Value: [GSE] [hdr] Alt-Svc: hq=":443"; ma=2592000; quic=51303431; quic=51303339; quic=51303338; quic=51303337; quic=51303335,quic=":443"; ma=2592000; v="41,39,38,37,35" Header Name: [alt-svc], Value: [hq=":443"; ma=2592000; quic=51303431; quic=51303339; quic=51303338; quic=51303337; quic=51303335,quic=":443"; ma=2592000; v="41,39,38,37,35"] [hdr] Accept-Ranges: none Header Name: [accept-ranges], Value: [none] [hdr] Vary: Origin,Accept-Encoding Header Name: [vary], Value: [Origin,Accept-Encoding] [hdr] Transfer-Encoding: chunked Header Name: [transfer-encoding], Value: [chunked] [hdr] End of headers. Running post_headers hooks [chunk] < 29c Got chunk size: 668 Reading 668 bytes of response body. Got 564 bytes. Read block (564 bytes): [ /caldav/v2/syncevolution.list%40gmail.com/user HTTP/1.1 200 OK SyncEvolution Testing ] Reading 104 bytes of response body. Got 104 bytes. Read block (104 bytes): [ ] [chunk] < 0 Got chunk size: 0 [hdr] End of headers. Running post_send hooks ah_post_send (#0), code is 207 (want 401), WWW-Authenticate is (none) Request ends, status 207 class 2xx, error line: 207 Multi-Status [DEBUG 00:00:00] credentials accepted Running destroy hooks. Request ends. [DEBUG 00:00:00] read relevant properties of https://apidata.googleusercontent.com:443/caldav/v2/syncevolution.list%40gmail.com/user [DEBUG 00:00:00] starting PROPFIND, credentials okay, deadline in 299.1s ah_create, for WWW-Authenticate Running pre_send hooks [DEBUG 00:00:00] using OAuth2 token 'ya29.Glw5BUQp9msUYpjK1tdSt88HCwQHtRlYbKXG27Chgh8J9PtXZqoAWukE-D9ySBMA3ukYej20btTTdRASCF1JeoHDuoFxu0q8FwCtoofOUuU6BdtGLuY0j06IPrgrBw' to authenticate Sending request headers: PROPFIND /caldav/v2/syncevolution.list%40gmail.com/user HTTP/1.1 Connection: TE TE: trailers Host: apidata.googleusercontent.com Depth: 0 Content-Length: 968 Content-Type: application/xml User-Agent: SyncEvolution Authorization: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Sending request-line and headers: Sending request body: Body block (968 bytes): [ ] Request sent; retry is 1. [status-line] < HTTP/1.1 207 Multi-Status [hdr] DAV: 1, calendar-access, calendar-schedule, calendar-auto-schedule, calendar-proxy Header Name: [dav], Value: [1, calendar-access, calendar-schedule, calendar-auto-schedule, calendar-proxy] [hdr] Vary: X-Origin Header Name: [vary], Value: [X-Origin] [hdr] Content-Type: text/xml; charset=UTF-8 Header Name: [content-type], Value: [text/xml; charset=UTF-8] [hdr] Date: Fri, 05 Jan 2018 15:33:42 GMT Header Name: [date], Value: [Fri, 05 Jan 2018 15:33:42 GMT] [hdr] Expires: Fri, 05 Jan 2018 15:33:42 GMT Header Name: [expires], Value: [Fri, 05 Jan 2018 15:33:42 GMT] [hdr] Cache-Control: private, max-age=0 Header Name: [cache-control], Value: [private, max-age=0] [hdr] X-Content-Type-Options: nosniff Header Name: [x-content-type-options], Value: [nosniff] [hdr] X-Frame-Options: SAMEORIGIN Header Name: [x-frame-options], Value: [SAMEORIGIN] [hdr] X-XSS-Protection: 1; mode=block Header Name: [x-xss-protection], Value: [1; mode=block] [hdr] Server: GSE Header Name: [server], Value: [GSE] [hdr] Alt-Svc: hq=":443"; ma=2592000; quic=51303431; quic=51303339; quic=51303338; quic=51303337; quic=51303335,quic=":443"; ma=2592000; v="41,39,38,37,35" Header Name: [alt-svc], Value: [hq=":443"; ma=2592000; quic=51303431; quic=51303339; quic=51303338; quic=51303337; quic=51303335,quic=":443"; ma=2592000; v="41,39,38,37,35"] [hdr] Accept-Ranges: none Header Name: [accept-ranges], Value: [none] [hdr] Vary: Origin,Accept-Encoding Header Name: [vary], Value: [Origin,Accept-Encoding] [hdr] Transfer-Encoding: chunked Header Name: [transfer-encoding], Value: [chunked] [hdr] End of headers. Running post_headers hooks [chunk] < 783 Got chunk size: 1923 Reading 1923 bytes of response body. Got 564 bytes. Read block (564 bytes): [ /caldav/v2/syncevolution.list%40gmail.com/user HTTP/1.1 200 OK SyncEvolution Testing /caldav/v2/syncevolution.list%40gmail.com/ /caldav/v2/syncevolution.list@gmail.com/user /caldav/v2/patrick.ohly@googlemail.com/user/calendar-proxy-read/ /caldav/v2/patrick.ohly.estamos@googlemail.com/user/calendar-proxy-read/ /caldav/v2/929rvqhrjneodq60ir6joc7tgg@group.calendar.google.com/user/calendar-proxy-write/ /caldav/v2/cln2stbjc4hmgrrcd5i62ua0ctp6utbg5pr2sor1dhimsp31e8n6errfctm6abj3dtmg@virtual/user/calendar-proxy-read/ HTTP/1.1 404 Not Found ] [chunk] < 0 Got chunk size: 0 [hdr] End of headers. Running post_send hooks ah_post_send (#0), code is 207 (want 401), WWW-Authenticate is (none) Request ends, status 207 class 2xx, error line: 207 Multi-Status [DEBUG 00:00:01] credentials accepted Running destroy hooks. Request ends. [DEBUG 00:00:01] follow home-set property to https://apidata.googleusercontent.com:443/caldav/v2/syncevolution.list%40gmail.com/ [DEBUG 00:00:01] skipping listing because we don't know whether collection contains relevant collections: https://apidata.googleusercontent.com:443/caldav/v2/syncevolution.list%40gmail.com/user [DEBUG 00:00:01] testing https://apidata.googleusercontent.com:443/caldav/v2/syncevolution.list%40gmail.com/ [DEBUG 00:00:01] debugging: read all WebDAV properties of https://apidata.googleusercontent.com:443/caldav/v2/syncevolution.list%40gmail.com/ [DEBUG 00:00:01] starting PROPFIND, credentials okay, no deadline ah_create, for WWW-Authenticate Running pre_send hooks [DEBUG 00:00:01] using OAuth2 token 'ya29.Glw5BUQp9msUYpjK1tdSt88HCwQHtRlYbKXG27Chgh8J9PtXZqoAWukE-D9ySBMA3ukYej20btTTdRASCF1JeoHDuoFxu0q8FwCtoofOUuU6BdtGLuY0j06IPrgrBw' to authenticate Sending request headers: PROPFIND /caldav/v2/syncevolution.list%40gmail.com/ HTTP/1.1 Connection: TE TE: trailers Host: apidata.googleusercontent.com Depth: 0 Content-Length: 84 Content-Type: application/xml User-Agent: SyncEvolution Authorization: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Sending request-line and headers: Sending request body: Body block (84 bytes): [ ] Request sent; retry is 1. [status-line] < HTTP/1.1 207 Multi-Status [hdr] Vary: X-Origin Header Name: [vary], Value: [X-Origin] [hdr] Content-Type: text/xml; charset=UTF-8 Header Name: [content-type], Value: [text/xml; charset=UTF-8] [hdr] Date: Fri, 05 Jan 2018 15:33:43 GMT Header Name: [date], Value: [Fri, 05 Jan 2018 15:33:43 GMT] [hdr] Expires: Fri, 05 Jan 2018 15:33:43 GMT Header Name: [expires], Value: [Fri, 05 Jan 2018 15:33:43 GMT] [hdr] Cache-Control: private, max-age=0 Header Name: [cache-control], Value: [private, max-age=0] [hdr] X-Content-Type-Options: nosniff Header Name: [x-content-type-options], Value: [nosniff] [hdr] X-Frame-Options: SAMEORIGIN Header Name: [x-frame-options], Value: [SAMEORIGIN] [hdr] X-XSS-Protection: 1; mode=block Header Name: [x-xss-protection], Value: [1; mode=block] [hdr] Server: GSE Header Name: [server], Value: [GSE] [hdr] Alt-Svc: hq=":443"; ma=2592000; quic=51303431; quic=51303339; quic=51303338; quic=51303337; quic=51303335,quic=":443"; ma=2592000; v="41,39,38,37,35" Header Name: [alt-svc], Value: [hq=":443"; ma=2592000; quic=51303431; quic=51303339; quic=51303338; quic=51303337; quic=51303335,quic=":443"; ma=2592000; v="41,39,38,37,35"] [hdr] Accept-Ranges: none Header Name: [accept-ranges], Value: [none] [hdr] Vary: Origin,Accept-Encoding Header Name: [vary], Value: [Origin,Accept-Encoding] [hdr] Transfer-Encoding: chunked Header Name: [transfer-encoding], Value: [chunked] [hdr] End of headers. Running post_headers hooks [chunk] < 24b Got chunk size: 587 Reading 587 bytes of response body. Got 587 bytes. Read block (587 bytes): [ /caldav/v2/syncevolution.list%40gmail.com/ HTTP/1.1 200 OK ] [chunk] < 0 Got chunk size: 0 [hdr] End of headers. Running post_send hooks ah_post_send (#0), code is 207 (want 401), WWW-Authenticate is (none) Request ends, status 207 class 2xx, error line: 207 Multi-Status [DEBUG 00:00:01] credentials accepted Running destroy hooks. Request ends. [DEBUG 00:00:01] read relevant properties of https://apidata.googleusercontent.com:443/caldav/v2/syncevolution.list%40gmail.com/ [DEBUG 00:00:01] starting PROPFIND, credentials okay, deadline in 298.4s ah_create, for WWW-Authenticate Running pre_send hooks [DEBUG 00:00:01] using OAuth2 token 'ya29.Glw5BUQp9msUYpjK1tdSt88HCwQHtRlYbKXG27Chgh8J9PtXZqoAWukE-D9ySBMA3ukYej20btTTdRASCF1JeoHDuoFxu0q8FwCtoofOUuU6BdtGLuY0j06IPrgrBw' to authenticate Sending request headers: PROPFIND /caldav/v2/syncevolution.list%40gmail.com/ HTTP/1.1 Connection: TE TE: trailers Host: apidata.googleusercontent.com Depth: 0 Content-Length: 968 Content-Type: application/xml User-Agent: SyncEvolution Authorization: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Sending request-line and headers: Sending request body: Body block (968 bytes): [ ] Request sent; retry is 1. [status-line] < HTTP/1.1 207 Multi-Status [hdr] Vary: X-Origin Header Name: [vary], Value: [X-Origin] [hdr] Content-Type: text/xml; charset=UTF-8 Header Name: [content-type], Value: [text/xml; charset=UTF-8] [hdr] Date: Fri, 05 Jan 2018 15:33:43 GMT Header Name: [date], Value: [Fri, 05 Jan 2018 15:33:43 GMT] [hdr] Expires: Fri, 05 Jan 2018 15:33:43 GMT Header Name: [expires], Value: [Fri, 05 Jan 2018 15:33:43 GMT] [hdr] Cache-Control: private, max-age=0 Header Name: [cache-control], Value: [private, max-age=0] [hdr] X-Content-Type-Options: nosniff Header Name: [x-content-type-options], Value: [nosniff] [hdr] X-Frame-Options: SAMEORIGIN Header Name: [x-frame-options], Value: [SAMEORIGIN] [hdr] X-XSS-Protection: 1; mode=block Header Name: [x-xss-protection], Value: [1; mode=block] [hdr] Server: GSE Header Name: [server], Value: [GSE] [hdr] Alt-Svc: hq=":443"; ma=2592000; quic=51303431; quic=51303339; quic=51303338; quic=51303337; quic=51303335,quic=":443"; ma=2592000; v="41,39,38,37,35" Header Name: [alt-svc], Value: [hq=":443"; ma=2592000; quic=51303431; quic=51303339; quic=51303338; quic=51303337; quic=51303335,quic=":443"; ma=2592000; v="41,39,38,37,35"] [hdr] Accept-Ranges: none Header Name: [accept-ranges], Value: [none] [hdr] Vary: Origin,Accept-Encoding Header Name: [vary], Value: [Origin,Accept-Encoding] [hdr] Transfer-Encoding: chunked Header Name: [transfer-encoding], Value: [chunked] [hdr] End of headers. Running post_headers hooks [chunk] < 4c6 Got chunk size: 1222 Reading 1222 bytes of response body. Got 648 bytes. Read block (648 bytes): [ /caldav/v2/syncevolution.list%40gmail.com/ HTTP/1.1 200 OK HTTP/1.1 404 Not Found ] [chunk] < 0 Got chunk size: 0 [hdr] End of headers. Running post_send hooks ah_post_send (#0), code is 207 (want 401), WWW-Authenticate is (none) Request ends, status 207 class 2xx, error line: 207 Multi-Status [DEBUG 00:00:01] credentials accepted Running destroy hooks. Request ends. [DEBUG 00:00:01] empty current-user-prinicipal: retry current URL with authentication [DEBUG 00:00:01] list items in https://apidata.googleusercontent.com:443/caldav/v2/syncevolution.list%40gmail.com/ [DEBUG 00:00:01] starting PROPFIND, credentials okay, deadline in 298.2s ah_create, for WWW-Authenticate Running pre_send hooks [DEBUG 00:00:01] using OAuth2 token 'ya29.Glw5BUQp9msUYpjK1tdSt88HCwQHtRlYbKXG27Chgh8J9PtXZqoAWukE-D9ySBMA3ukYej20btTTdRASCF1JeoHDuoFxu0q8FwCtoofOUuU6BdtGLuY0j06IPrgrBw' to authenticate Sending request headers: PROPFIND /caldav/v2/syncevolution.list%40gmail.com/ HTTP/1.1 Connection: TE TE: trailers Host: apidata.googleusercontent.com Depth: 1 Content-Length: 399 Content-Type: application/xml User-Agent: SyncEvolution Authorization: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Sending request-line and headers: Sending request body: Body block (399 bytes): [ ] Request sent; retry is 1. [status-line] < HTTP/1.1 207 Multi-Status [hdr] Vary: X-Origin Header Name: [vary], Value: [X-Origin] [hdr] Content-Type: text/xml; charset=UTF-8 Header Name: [content-type], Value: [text/xml; charset=UTF-8] [hdr] Date: Fri, 05 Jan 2018 15:33:43 GMT Header Name: [date], Value: [Fri, 05 Jan 2018 15:33:43 GMT] [hdr] Expires: Fri, 05 Jan 2018 15:33:43 GMT Header Name: [expires], Value: [Fri, 05 Jan 2018 15:33:43 GMT] [hdr] Cache-Control: private, max-age=0 Header Name: [cache-control], Value: [private, max-age=0] [hdr] X-Content-Type-Options: nosniff Header Name: [x-content-type-options], Value: [nosniff] [hdr] X-Frame-Options: SAMEORIGIN Header Name: [x-frame-options], Value: [SAMEORIGIN] [hdr] X-XSS-Protection: 1; mode=block Header Name: [x-xss-protection], Value: [1; mode=block] [hdr] Server: GSE Header Name: [server], Value: [GSE] [hdr] Alt-Svc: hq=":443"; ma=2592000; quic=51303431; quic=51303339; quic=51303338; quic=51303337; quic=51303335,quic=":443"; ma=2592000; v="41,39,38,37,35" Header Name: [alt-svc], Value: [hq=":443"; ma=2592000; quic=51303431; quic=51303339; quic=51303338; quic=51303337; quic=51303335,quic=":443"; ma=2592000; v="41,39,38,37,35"] [hdr] Accept-Ranges: none Header Name: [accept-ranges], Value: [none] [hdr] Vary: Origin,Accept-Encoding Header Name: [vary], Value: [Origin,Accept-Encoding] [hdr] Transfer-Encoding: chunked Header Name: [transfer-encoding], Value: [chunked] [hdr] End of headers. Running post_headers hooks [chunk] < 1d41 Got chunk size: 7489 Reading 7489 bytes of response body. Got 647 bytes. Read block (647 bytes): [ /caldav/v2/syncevolution.list%40gmail.com/ HTTP/1.1 200 OK HTTP/1.1 404 Not Found /caldav/v2/syncevolution.list%40gmail.com/events/ HTTP/1.1 200 OK syncevolution@lists.intel.com syncevolution.list@gmail.com BEGIN:VCALENDAR PRODID:-//Google Inc//Google Calendar 70.9054//EN VERSION:2.0 CALSCALE:GREGORIAN X-WR-CALNAME:syncevolution@lists.intel.com X-WR-TIMEZONE:Europe/Berlin BEGIN:VTIMEZONE TZID:Europe/Berlin X-LIC-LOCATION:Europe/Berlin BEGIN:DAYLIGHT TZOFFSETFROM:+0100 TZOFFSETTO:+0200 TZNAME:CEST DTSTART:19700329T020000 RRULE:FREQ=YEARLY;BYMONTH=3;BYDAY=-1SU END:DAYLIGHT BEGIN:STANDARD TZOFFSETFROM:+0200 TZOFFSETTO:+0100 TZNAME:CET DTSTART:19701025T030000 RRULE:FREQ=YEARLY;BYMONTH=10;BYDAY=-1SU END:STANDARD ] Reading 5655 bytes of response body. Got 1187 bytes. Read block (1187 bytes): [END:VTIMEZONE END:VCALENDAR HTTP/1.1 404 Not Found /caldav/v2/syncevolution.list%40gmail.com/user HTTP/1.1 200 OK SyncEvolution Testing /caldav/v2/syncevolution.list%40gmail.com/ HTTP/1.1 404 Not Found /caldav/v2/syncevolution.list%40gmail.com/inbox/ HTTP/1.1 200 OK HTTP/1.1 404 Not Found /caldav/v2/syncevolution.list%40gmail.com/outbox/ HTTP/1.1 200 OK HTTP/1.1 404 N] Reading 3281 bytes of response body. Got 1187 bytes. Read block (1187 bytes): [ot Found /caldav/v2/cln2stbjc4hmgrrcd5i62ua0ctp6utbg5pr2sor1dhimsp31e8n6errfctm6abj3dtmg%40virtual/events/ HTTP/1.1 200 OK Holidays in United States en.usa#holiday@group.v.calendar.google.com BEGIN:VCALENDAR PRODID:-//Google Inc//Google Calendar 70.9054//EN VERSION:2.0 CALSCALE:GREGORIAN X-WR-TIMEZONE:Europe/Berlin BEGIN:VTIMEZONE TZID:Europe/Berlin X-LIC-LOCATION:Europe/Berlin BEGIN:DAYLIGHT TZOFFSETFROM:+0100 TZOFFSETTO:+0200 TZNAME:CEST DTSTART:19700329T020000 RRULE:FREQ=YEARLY;BYMONTH=3;BYDAY=-1SU END:DAYLIGHT BEGIN:STANDARD TZOFFSETFROM:+0200 TZOFFSETTO:+0100 TZNAME:CET DTSTART:19701025] Reading 2094 bytes of response body. Got 1187 bytes. Read block (1187 bytes): [T030000 RRULE:FREQ=YEARLY;BYMONTH=10;BYDAY=-1SU END:STANDARD END:VTIMEZONE END:VCALENDAR HTTP/1.1 404 Not Found /caldav/v2/929rvqhrjneodq60ir6joc7tgg%40group.calendar.google.com/events/ HTTP/1.1 200 OK SyncEvolution Testing Next Generation 929rvqhrjneodq60ir6joc7tgg@group.calendar.google.com BEGIN:VCALENDAR PRODID:-//Google Inc//Google Calendar 70.9054//EN VERSION:2.0 CALSCALE:GREGORIAN X-WR-CALNAME:SyncEvolution Testing ] Reading 907 bytes of response body. Got 907 bytes. Read block (907 bytes): [Next Generation X-WR-TIMEZONE:Europe/Berlin X-WR-CALDESC: BEGIN:VTIMEZONE TZID:Europe/Berlin X-LIC-LOCATION:Europe/Berlin BEGIN:DAYLIGHT TZOFFSETFROM:+0100 TZOFFSETTO:+0200 TZNAME:CEST DTSTART:19700329T020000 RRULE:FREQ=YEARLY;BYMONTH=3;BYDAY=-1SU END:DAYLIGHT BEGIN:STANDARD TZOFFSETFROM:+0200 TZOFFSETTO:+0100 TZNAME:CET DTSTART:19701025T030000 RRULE:FREQ=YEARLY;BYMONTH=10;BYDAY=-1SU END:STANDARD END:VTIMEZONE END:VCALENDAR HTTP/1.1 404 Not Found ] [chunk] < 0 Got chunk size: 0 [hdr] End of headers. Running post_send hooks ah_post_send (#0), code is 207 (want 401), WWW-Authenticate is (none) Request ends, status 207 class 2xx, error line: 207 Multi-Status [DEBUG 00:00:02] credentials accepted Running destroy hooks. Request ends. [DEBUG 00:00:02] skipping because already checked: /caldav/v2/syncevolution.list%40gmail.com/ [DEBUG 00:00:02] new sub candidate: /caldav/v2/syncevolution.list%40gmail.com/events/ [DEBUG 00:00:02] skipping because of wrong type: /caldav/v2/syncevolution.list%40gmail.com/user [DEBUG 00:00:02] skipping because of wrong resourcetype: /caldav/v2/syncevolution.list%40gmail.com/inbox/ [DEBUG 00:00:02] [DEBUG 00:00:02] [DEBUG 00:00:02] skipping because of wrong resourcetype: /caldav/v2/syncevolution.list%40gmail.com/outbox/ [DEBUG 00:00:02] [DEBUG 00:00:02] [DEBUG 00:00:02] new sub candidate: /caldav/v2/cln2stbjc4hmgrrcd5i62ua0ctp6utbg5pr2sor1dhimsp31e8n6errfctm6abj3dtmg%40virtual/events/ [DEBUG 00:00:02] new sub candidate: /caldav/v2/929rvqhrjneodq60ir6joc7tgg%40group.calendar.google.com/events/ [DEBUG 00:00:02] testing https://apidata.googleusercontent.com:443/caldav/v2/syncevolution.list%40gmail.com/ [DEBUG 00:00:02] debugging: read all WebDAV properties of https://apidata.googleusercontent.com:443/caldav/v2/syncevolution.list%40gmail.com/ [DEBUG 00:00:02] starting PROPFIND, credentials okay, no deadline ah_create, for WWW-Authenticate Running pre_send hooks [DEBUG 00:00:02] using OAuth2 token 'ya29.Glw5BUQp9msUYpjK1tdSt88HCwQHtRlYbKXG27Chgh8J9PtXZqoAWukE-D9ySBMA3ukYej20btTTdRASCF1JeoHDuoFxu0q8FwCtoofOUuU6BdtGLuY0j06IPrgrBw' to authenticate Sending request headers: PROPFIND /caldav/v2/syncevolution.list%40gmail.com/ HTTP/1.1 Connection: TE TE: trailers Host: apidata.googleusercontent.com Depth: 0 Content-Length: 84 Content-Type: application/xml User-Agent: SyncEvolution Authorization: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Sending request-line and headers: Sending request body: Body block (84 bytes): [ ] Request sent; retry is 1. [status-line] < HTTP/1.1 207 Multi-Status [hdr] Vary: X-Origin Header Name: [vary], Value: [X-Origin] [hdr] Content-Type: text/xml; charset=UTF-8 Header Name: [content-type], Value: [text/xml; charset=UTF-8] [hdr] Date: Fri, 05 Jan 2018 15:33:43 GMT Header Name: [date], Value: [Fri, 05 Jan 2018 15:33:43 GMT] [hdr] Expires: Fri, 05 Jan 2018 15:33:43 GMT Header Name: [expires], Value: [Fri, 05 Jan 2018 15:33:43 GMT] [hdr] Cache-Control: private, max-age=0 Header Name: [cache-control], Value: [private, max-age=0] [hdr] X-Content-Type-Options: nosniff Header Name: [x-content-type-options], Value: [nosniff] [hdr] X-Frame-Options: SAMEORIGIN Header Name: [x-frame-options], Value: [SAMEORIGIN] [hdr] X-XSS-Protection: 1; mode=block Header Name: [x-xss-protection], Value: [1; mode=block] [hdr] Server: GSE Header Name: [server], Value: [GSE] [hdr] Alt-Svc: hq=":443"; ma=2592000; quic=51303431; quic=51303339; quic=51303338; quic=51303337; quic=51303335,quic=":443"; ma=2592000; v="41,39,38,37,35" Header Name: [alt-svc], Value: [hq=":443"; ma=2592000; quic=51303431; quic=51303339; quic=51303338; quic=51303337; quic=51303335,quic=":443"; ma=2592000; v="41,39,38,37,35"] [hdr] Accept-Ranges: none Header Name: [accept-ranges], Value: [none] [hdr] Vary: Origin,Accept-Encoding Header Name: [vary], Value: [Origin,Accept-Encoding] [hdr] Transfer-Encoding: chunked Header Name: [transfer-encoding], Value: [chunked] [hdr] End of headers. Running post_headers hooks [chunk] < 24b Got chunk size: 587 Reading 587 bytes of response body. Got 587 bytes. Read block (587 bytes): [ /caldav/v2/syncevolution.list%40gmail.com/ HTTP/1.1 200 OK ] [chunk] < 0 Got chunk size: 0 [hdr] End of headers. Running post_send hooks ah_post_send (#0), code is 207 (want 401), WWW-Authenticate is (none) Request ends, status 207 class 2xx, error line: 207 Multi-Status [DEBUG 00:00:02] credentials accepted Running destroy hooks. Request ends. [DEBUG 00:00:02] read relevant properties of https://apidata.googleusercontent.com:443/caldav/v2/syncevolution.list%40gmail.com/ [DEBUG 00:00:02] starting PROPFIND, credentials okay, deadline in 297.5s ah_create, for WWW-Authenticate Running pre_send hooks [DEBUG 00:00:02] using OAuth2 token 'ya29.Glw5BUQp9msUYpjK1tdSt88HCwQHtRlYbKXG27Chgh8J9PtXZqoAWukE-D9ySBMA3ukYej20btTTdRASCF1JeoHDuoFxu0q8FwCtoofOUuU6BdtGLuY0j06IPrgrBw' to authenticate Sending request headers: PROPFIND /caldav/v2/syncevolution.list%40gmail.com/ HTTP/1.1 Connection: TE TE: trailers Host: apidata.googleusercontent.com Depth: 0 Content-Length: 968 Content-Type: application/xml User-Agent: SyncEvolution Authorization: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Sending request-line and headers: Sending request body: Body block (968 bytes): [ ] Request sent; retry is 1. [status-line] < HTTP/1.1 207 Multi-Status [hdr] Vary: X-Origin Header Name: [vary], Value: [X-Origin] [hdr] Content-Type: text/xml; charset=UTF-8 Header Name: [content-type], Value: [text/xml; charset=UTF-8] [hdr] Date: Fri, 05 Jan 2018 15:33:44 GMT Header Name: [date], Value: [Fri, 05 Jan 2018 15:33:44 GMT] [hdr] Expires: Fri, 05 Jan 2018 15:33:44 GMT Header Name: [expires], Value: [Fri, 05 Jan 2018 15:33:44 GMT] [hdr] Cache-Control: private, max-age=0 Header Name: [cache-control], Value: [private, max-age=0] [hdr] X-Content-Type-Options: nosniff Header Name: [x-content-type-options], Value: [nosniff] [hdr] X-Frame-Options: SAMEORIGIN Header Name: [x-frame-options], Value: [SAMEORIGIN] [hdr] X-XSS-Protection: 1; mode=block Header Name: [x-xss-protection], Value: [1; mode=block] [hdr] Server: GSE Header Name: [server], Value: [GSE] [hdr] Alt-Svc: hq=":443"; ma=2592000; quic=51303431; quic=51303339; quic=51303338; quic=51303337; quic=51303335,quic=":443"; ma=2592000; v="41,39,38,37,35" Header Name: [alt-svc], Value: [hq=":443"; ma=2592000; quic=51303431; quic=51303339; quic=51303338; quic=51303337; quic=51303335,quic=":443"; ma=2592000; v="41,39,38,37,35"] [hdr] Accept-Ranges: none Header Name: [accept-ranges], Value: [none] [hdr] Vary: Origin,Accept-Encoding Header Name: [vary], Value: [Origin,Accept-Encoding] [hdr] Transfer-Encoding: chunked Header Name: [transfer-encoding], Value: [chunked] [hdr] End of headers. Running post_headers hooks [chunk] < 4c6 Got chunk size: 1222 Reading 1222 bytes of response body. Got 648 bytes. Read block (648 bytes): [ /caldav/v2/syncevolution.list%40gmail.com/ HTTP/1.1 200 OK HTTP/1.1 404 Not Found ] [chunk] < 0 Got chunk size: 0 [hdr] End of headers. Running post_send hooks ah_post_send (#0), code is 207 (want 401), WWW-Authenticate is (none) Request ends, status 207 class 2xx, error line: 207 Multi-Status [DEBUG 00:00:02] credentials accepted Running destroy hooks. Request ends. [DEBUG 00:00:02] empty current-user-prinicipal: ignore it [DEBUG 00:00:02] list items in https://apidata.googleusercontent.com:443/caldav/v2/syncevolution.list%40gmail.com/ [DEBUG 00:00:02] starting PROPFIND, credentials okay, deadline in 297.3s ah_create, for WWW-Authenticate Running pre_send hooks [DEBUG 00:00:02] using OAuth2 token 'ya29.Glw5BUQp9msUYpjK1tdSt88HCwQHtRlYbKXG27Chgh8J9PtXZqoAWukE-D9ySBMA3ukYej20btTTdRASCF1JeoHDuoFxu0q8FwCtoofOUuU6BdtGLuY0j06IPrgrBw' to authenticate Sending request headers: PROPFIND /caldav/v2/syncevolution.list%40gmail.com/ HTTP/1.1 Connection: TE TE: trailers Host: apidata.googleusercontent.com Depth: 1 Content-Length: 399 Content-Type: application/xml User-Agent: SyncEvolution Authorization: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Sending request-line and headers: Sending request body: Body block (399 bytes): [ ] Request sent; retry is 1. [status-line] < HTTP/1.1 207 Multi-Status [hdr] Vary: X-Origin Header Name: [vary], Value: [X-Origin] [hdr] Content-Type: text/xml; charset=UTF-8 Header Name: [content-type], Value: [text/xml; charset=UTF-8] [hdr] Date: Fri, 05 Jan 2018 15:33:44 GMT Header Name: [date], Value: [Fri, 05 Jan 2018 15:33:44 GMT] [hdr] Expires: Fri, 05 Jan 2018 15:33:44 GMT Header Name: [expires], Value: [Fri, 05 Jan 2018 15:33:44 GMT] [hdr] Cache-Control: private, max-age=0 Header Name: [cache-control], Value: [private, max-age=0] [hdr] X-Content-Type-Options: nosniff Header Name: [x-content-type-options], Value: [nosniff] [hdr] X-Frame-Options: SAMEORIGIN Header Name: [x-frame-options], Value: [SAMEORIGIN] [hdr] X-XSS-Protection: 1; mode=block Header Name: [x-xss-protection], Value: [1; mode=block] [hdr] Server: GSE Header Name: [server], Value: [GSE] [hdr] Alt-Svc: hq=":443"; ma=2592000; quic=51303431; quic=51303339; quic=51303338; quic=51303337; quic=51303335,quic=":443"; ma=2592000; v="41,39,38,37,35" Header Name: [alt-svc], Value: [hq=":443"; ma=2592000; quic=51303431; quic=51303339; quic=51303338; quic=51303337; quic=51303335,quic=":443"; ma=2592000; v="41,39,38,37,35"] [hdr] Accept-Ranges: none Header Name: [accept-ranges], Value: [none] [hdr] Vary: Origin,Accept-Encoding Header Name: [vary], Value: [Origin,Accept-Encoding] [hdr] Transfer-Encoding: chunked Header Name: [transfer-encoding], Value: [chunked] [hdr] End of headers. Running post_headers hooks [chunk] < 1d41 Got chunk size: 7489 Reading 7489 bytes of response body. Got 647 bytes. Read block (647 bytes): [ /caldav/v2/syncevolution.list%40gmail.com/ HTTP/1.1 200 OK HTTP/1.1 404 Not Found /caldav/v2/syncevolution.list%40gmail.com/events/ HTTP/1.1 200 OK syncevolution@lists.intel.com syncevolution.list@gmail.com BEGIN:VCALENDAR PRODID:-//Google Inc//Google Calendar 70.9054//EN VERSION:2.0 CALSCALE:GREGORIAN X-WR-CALNAME:syncevolution@lists.intel.com X-WR-TIMEZONE:Europe/Berlin BEGIN:VTIMEZONE TZID:Europe/Berlin X-LIC-LOCATION:Europe/Berlin BEGIN:DAYLIGHT TZOFFSETFROM:+0100 TZOFFSETTO:+0200 TZNAME:CEST DTSTART:19700329T020000 RRULE:FREQ=YEARLY;BYMONTH=3;BYDAY=-1SU END:DAYLIGHT BEGIN:STANDARD TZOFFSETFROM:+0200 TZOFFSETTO:+0100 TZNAME:CET DTSTART:19701025T030000 RRULE:FREQ=YEARLY;BYMONTH=10;BYDAY=-1SU END:STANDARD ] Reading 5655 bytes of response body. Got 1187 bytes. Read block (1187 bytes): [END:VTIMEZONE END:VCALENDAR HTTP/1.1 404 Not Found /caldav/v2/syncevolution.list%40gmail.com/user HTTP/1.1 200 OK SyncEvolution Testing /caldav/v2/syncevolution.list%40gmail.com/ HTTP/1.1 404 Not Found /caldav/v2/syncevolution.list%40gmail.com/inbox/ HTTP/1.1 200 OK HTTP/1.1 404 Not Found /caldav/v2/syncevolution.list%40gmail.com/outbox/ HTTP/1.1 200 OK HTTP/1.1 404 N] Reading 3281 bytes of response body. Got 1187 bytes. Read block (1187 bytes): [ot Found /caldav/v2/cln2stbjc4hmgrrcd5i62ua0ctp6utbg5pr2sor1dhimsp31e8n6errfctm6abj3dtmg%40virtual/events/ HTTP/1.1 200 OK Holidays in United States en.usa#holiday@group.v.calendar.google.com BEGIN:VCALENDAR PRODID:-//Google Inc//Google Calendar 70.9054//EN VERSION:2.0 CALSCALE:GREGORIAN X-WR-TIMEZONE:Europe/Berlin BEGIN:VTIMEZONE TZID:Europe/Berlin X-LIC-LOCATION:Europe/Berlin BEGIN:DAYLIGHT TZOFFSETFROM:+0100 TZOFFSETTO:+0200 TZNAME:CEST DTSTART:19700329T020000 RRULE:FREQ=YEARLY;BYMONTH=3;BYDAY=-1SU END:DAYLIGHT BEGIN:STANDARD TZOFFSETFROM:+0200 TZOFFSETTO:+0100 TZNAME:CET DTSTART:19701025] Reading 2094 bytes of response body. Got 1187 bytes. Read block (1187 bytes): [T030000 RRULE:FREQ=YEARLY;BYMONTH=10;BYDAY=-1SU END:STANDARD END:VTIMEZONE END:VCALENDAR HTTP/1.1 404 Not Found /caldav/v2/929rvqhrjneodq60ir6joc7tgg%40group.calendar.google.com/events/ HTTP/1.1 200 OK SyncEvolution Testing Next Generation 929rvqhrjneodq60ir6joc7tgg@group.calendar.google.com BEGIN:VCALENDAR PRODID:-//Google Inc//Google Calendar 70.9054//EN VERSION:2.0 CALSCALE:GREGORIAN X-WR-CALNAME:SyncEvolution Testing ] Reading 907 bytes of response body. Got 907 bytes. Read block (907 bytes): [Next Generation X-WR-TIMEZONE:Europe/Berlin X-WR-CALDESC: BEGIN:VTIMEZONE TZID:Europe/Berlin X-LIC-LOCATION:Europe/Berlin BEGIN:DAYLIGHT TZOFFSETFROM:+0100 TZOFFSETTO:+0200 TZNAME:CEST DTSTART:19700329T020000 RRULE:FREQ=YEARLY;BYMONTH=3;BYDAY=-1SU END:DAYLIGHT BEGIN:STANDARD TZOFFSETFROM:+0200 TZOFFSETTO:+0100 TZNAME:CET DTSTART:19701025T030000 RRULE:FREQ=YEARLY;BYMONTH=10;BYDAY=-1SU END:STANDARD END:VTIMEZONE END:VCALENDAR HTTP/1.1 404 Not Found ] [chunk] < 0 Got chunk size: 0 [hdr] End of headers. Running post_send hooks ah_post_send (#0), code is 207 (want 401), WWW-Authenticate is (none) Request ends, status 207 class 2xx, error line: 207 Multi-Status [DEBUG 00:00:03] credentials accepted Running destroy hooks. Request ends. [DEBUG 00:00:03] skipping because already checked: /caldav/v2/syncevolution.list%40gmail.com/ [DEBUG 00:00:03] skipping because already checked: /caldav/v2/syncevolution.list%40gmail.com/events/ [DEBUG 00:00:03] skipping because of wrong type: /caldav/v2/syncevolution.list%40gmail.com/user [DEBUG 00:00:03] skipping because of wrong resourcetype: /caldav/v2/syncevolution.list%40gmail.com/inbox/ [DEBUG 00:00:03] [DEBUG 00:00:03] [DEBUG 00:00:03] skipping because of wrong resourcetype: /caldav/v2/syncevolution.list%40gmail.com/outbox/ [DEBUG 00:00:03] [DEBUG 00:00:03] [DEBUG 00:00:03] skipping because already checked: /caldav/v2/cln2stbjc4hmgrrcd5i62ua0ctp6utbg5pr2sor1dhimsp31e8n6errfctm6abj3dtmg%40virtual/events/ [DEBUG 00:00:03] skipping because already checked: /caldav/v2/929rvqhrjneodq60ir6joc7tgg%40group.calendar.google.com/events/ [DEBUG 00:00:03] follow candidate https://apidata.googleusercontent.com:443/caldav/v2/syncevolution.list%40gmail.com/events/ [DEBUG 00:00:03] testing https://apidata.googleusercontent.com:443/caldav/v2/syncevolution.list%40gmail.com/events/ [DEBUG 00:00:03] debugging: read all WebDAV properties of https://apidata.googleusercontent.com:443/caldav/v2/syncevolution.list%40gmail.com/events/ [DEBUG 00:00:03] starting PROPFIND, credentials okay, no deadline ah_create, for WWW-Authenticate Running pre_send hooks [DEBUG 00:00:03] using OAuth2 token 'ya29.Glw5BUQp9msUYpjK1tdSt88HCwQHtRlYbKXG27Chgh8J9PtXZqoAWukE-D9ySBMA3ukYej20btTTdRASCF1JeoHDuoFxu0q8FwCtoofOUuU6BdtGLuY0j06IPrgrBw' to authenticate Sending request headers: PROPFIND /caldav/v2/syncevolution.list%40gmail.com/events/ HTTP/1.1 Connection: TE TE: trailers Host: apidata.googleusercontent.com Depth: 0 Content-Length: 84 Content-Type: application/xml User-Agent: SyncEvolution Authorization: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Sending request-line and headers: Sending request body: Body block (84 bytes): [ ] Request sent; retry is 1. [status-line] < HTTP/1.1 207 Multi-Status [hdr] Vary: X-Origin Header Name: [vary], Value: [X-Origin] [hdr] Content-Type: text/xml; charset=UTF-8 Header Name: [content-type], Value: [text/xml; charset=UTF-8] [hdr] Date: Fri, 05 Jan 2018 15:33:44 GMT Header Name: [date], Value: [Fri, 05 Jan 2018 15:33:44 GMT] [hdr] Expires: Fri, 05 Jan 2018 15:33:44 GMT Header Name: [expires], Value: [Fri, 05 Jan 2018 15:33:44 GMT] [hdr] Cache-Control: private, max-age=0 Header Name: [cache-control], Value: [private, max-age=0] [hdr] X-Content-Type-Options: nosniff Header Name: [x-content-type-options], Value: [nosniff] [hdr] X-Frame-Options: SAMEORIGIN Header Name: [x-frame-options], Value: [SAMEORIGIN] [hdr] X-XSS-Protection: 1; mode=block Header Name: [x-xss-protection], Value: [1; mode=block] [hdr] Server: GSE Header Name: [server], Value: [GSE] [hdr] Alt-Svc: hq=":443"; ma=2592000; quic=51303431; quic=51303339; quic=51303338; quic=51303337; quic=51303335,quic=":443"; ma=2592000; v="41,39,38,37,35" Header Name: [alt-svc], Value: [hq=":443"; ma=2592000; quic=51303431; quic=51303339; quic=51303338; quic=51303337; quic=51303335,quic=":443"; ma=2592000; v="41,39,38,37,35"] [hdr] Accept-Ranges: none Header Name: [accept-ranges], Value: [none] [hdr] Vary: Origin,Accept-Encoding Header Name: [vary], Value: [Origin,Accept-Encoding] [hdr] Transfer-Encoding: chunked Header Name: [transfer-encoding], Value: [chunked] [hdr] End of headers. Running post_headers hooks [chunk] < 3b2 Got chunk size: 946 Reading 946 bytes of response body. Got 648 bytes. Read block (648 bytes): [ /caldav/v2/syncevolution.list%40gmail.com/events/ HTTP/1.1 200 OK syncevolution@lists.intel.com text/calendar; component=vevent 63650829717 ] Reading 298 bytes of response body. Got 298 bytes. Read block (298 bytes): [ #2952A3FF syncevolution.list@gmail.com ] [chunk] < 0 Got chunk size: 0 [hdr] End of headers. Running post_send hooks ah_post_send (#0), code is 207 (want 401), WWW-Authenticate is (none) Request ends, status 207 class 2xx, error line: 207 Multi-Status [DEBUG 00:00:03] credentials accepted Running destroy hooks. Request ends. [DEBUG 00:00:03] read relevant properties of https://apidata.googleusercontent.com:443/caldav/v2/syncevolution.list%40gmail.com/events/ [DEBUG 00:00:03] starting PROPFIND, credentials okay, deadline in 296.5s ah_create, for WWW-Authenticate Running pre_send hooks [DEBUG 00:00:03] using OAuth2 token 'ya29.Glw5BUQp9msUYpjK1tdSt88HCwQHtRlYbKXG27Chgh8J9PtXZqoAWukE-D9ySBMA3ukYej20btTTdRASCF1JeoHDuoFxu0q8FwCtoofOUuU6BdtGLuY0j06IPrgrBw' to authenticate Sending request headers: PROPFIND /caldav/v2/syncevolution.list%40gmail.com/events/ HTTP/1.1 Connection: TE TE: trailers Host: apidata.googleusercontent.com Depth: 0 Content-Length: 968 Content-Type: application/xml User-Agent: SyncEvolution Authorization: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Sending request-line and headers: Sending request body: Body block (968 bytes): [ ] Request sent; retry is 1. [status-line] < HTTP/1.1 207 Multi-Status [hdr] Vary: X-Origin Header Name: [vary], Value: [X-Origin] [hdr] Content-Type: text/xml; charset=UTF-8 Header Name: [content-type], Value: [text/xml; charset=UTF-8] [hdr] Date: Fri, 05 Jan 2018 15:33:45 GMT Header Name: [date], Value: [Fri, 05 Jan 2018 15:33:45 GMT] [hdr] Expires: Fri, 05 Jan 2018 15:33:45 GMT Header Name: [expires], Value: [Fri, 05 Jan 2018 15:33:45 GMT] [hdr] Cache-Control: private, max-age=0 Header Name: [cache-control], Value: [private, max-age=0] [hdr] X-Content-Type-Options: nosniff Header Name: [x-content-type-options], Value: [nosniff] [hdr] X-Frame-Options: SAMEORIGIN Header Name: [x-frame-options], Value: [SAMEORIGIN] [hdr] X-XSS-Protection: 1; mode=block Header Name: [x-xss-protection], Value: [1; mode=block] [hdr] Server: GSE Header Name: [server], Value: [GSE] [hdr] Alt-Svc: hq=":443"; ma=2592000; quic=51303431; quic=51303339; quic=51303338; quic=51303337; quic=51303335,quic=":443"; ma=2592000; v="41,39,38,37,35" Header Name: [alt-svc], Value: [hq=":443"; ma=2592000; quic=51303431; quic=51303339; quic=51303338; quic=51303337; quic=51303335,quic=":443"; ma=2592000; v="41,39,38,37,35"] [hdr] Accept-Ranges: none Header Name: [accept-ranges], Value: [none] [hdr] Vary: Origin,Accept-Encoding Header Name: [vary], Value: [Origin,Accept-Encoding] [hdr] Transfer-Encoding: chunked Header Name: [transfer-encoding], Value: [chunked] [hdr] End of headers. Running post_headers hooks [chunk] < a04 Got chunk size: 2564 Reading 2564 bytes of response body. Got 648 bytes. Read block (648 bytes): [ /caldav/v2/syncevolution.list%40gmail.com/events/ HTTP/1.1 200 OK syncevolution@lists.intel.com ] Reading 1916 bytes of response body. Got 1187 bytes. Read block (1187 bytes): [ syncevolution.list@gmail.com BEGIN:VCALENDAR PRODID:-//Google Inc//Google Calendar 70.9054//EN VERSION:2.0 CALSCALE:GREGORIAN X-WR-CALNAME:syncevolution@lists.intel.com X-WR-TIMEZONE:Europe/Berlin BEGIN:VTIMEZONE TZID:Europe/Berlin X-LIC-LOCATION:Europe/Berlin BEGIN:DAYLIGHT TZOFFSETFROM:+0100 TZOFFSETTO:+0200 TZNAME:CEST DTSTART:19700329T020000 RRULE:FREQ=YEARLY;BYMONTH=3;BYDAY=-1SU END:DAYLIGHT BEGIN:STANDARD TZOFFSETFROM:+0200 TZOFFSETTO:+0100 TZNAME:CET DTSTART:19701025T030000 RRULE:FREQ=YEARLY;BYMONTH=10;BYDAY=-1SU END:STANDARD END:VTIMEZONE END:VCALENDAR HTTP/1.1 404 Not Found ] [chunk] < 0 Got chunk size: 0 [hdr] End of headers. Running post_send hooks ah_post_send (#0), code is 207 (want 401), WWW-Authenticate is (none) Request ends, status 207 class 2xx, error line: 207 Multi-Status [DEBUG 00:00:03] credentials accepted Running destroy hooks. Request ends. [DEBUG 00:00:03] current-user-privilege-set: [DEBUG 00:00:03] [DEBUG 00:00:03] [DEBUG 00:00:03] [DEBUG 00:00:03] [DEBUG 00:00:03] [DEBUG 00:00:03] [DEBUG 00:00:03] [DEBUG 00:00:03] [DEBUG 00:00:03] [DEBUG 00:00:03] [DEBUG 00:00:03] [DEBUG 00:00:03] [DEBUG 00:00:03] [DEBUG 00:00:03] [DEBUG 00:00:03] [DEBUG 00:00:03] [DEBUG 00:00:03] [DEBUG 00:00:03] [DEBUG 00:00:03] [DEBUG 00:00:03] [DEBUG 00:00:03] [DEBUG 00:00:03] [DEBUG 00:00:03] [DEBUG 00:00:03] found syncevolution@lists.intel.com = https://apidata.googleusercontent.com:443/caldav/v2/syncevolution.list%40gmail.com/events/?SyncEvolution=Google [DEBUG 00:00:03] empty current-user-prinicipal: retry current URL with authentication [DEBUG 00:00:03] skipping listing because collection cannot contain other relevant collections: https://apidata.googleusercontent.com:443/caldav/v2/syncevolution.list%40gmail.com/events/ [DEBUG 00:00:03] testing https://apidata.googleusercontent.com:443/caldav/v2/syncevolution.list%40gmail.com/events/ [DEBUG 00:00:03] debugging: read all WebDAV properties of https://apidata.googleusercontent.com:443/caldav/v2/syncevolution.list%40gmail.com/events/ [DEBUG 00:00:03] starting PROPFIND, credentials okay, no deadline ah_create, for WWW-Authenticate Running pre_send hooks [DEBUG 00:00:03] using OAuth2 token 'ya29.Glw5BUQp9msUYpjK1tdSt88HCwQHtRlYbKXG27Chgh8J9PtXZqoAWukE-D9ySBMA3ukYej20btTTdRASCF1JeoHDuoFxu0q8FwCtoofOUuU6BdtGLuY0j06IPrgrBw' to authenticate Sending request headers: PROPFIND /caldav/v2/syncevolution.list%40gmail.com/events/ HTTP/1.1 Connection: TE TE: trailers Host: apidata.googleusercontent.com Depth: 0 Content-Length: 84 Content-Type: application/xml User-Agent: SyncEvolution Authorization: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Sending request-line and headers: Sending request body: Body block (84 bytes): [ ] Request sent; retry is 1. [status-line] < HTTP/1.1 207 Multi-Status [hdr] Vary: X-Origin Header Name: [vary], Value: [X-Origin] [hdr] Content-Type: text/xml; charset=UTF-8 Header Name: [content-type], Value: [text/xml; charset=UTF-8] [hdr] Date: Fri, 05 Jan 2018 15:33:45 GMT Header Name: [date], Value: [Fri, 05 Jan 2018 15:33:45 GMT] [hdr] Expires: Fri, 05 Jan 2018 15:33:45 GMT Header Name: [expires], Value: [Fri, 05 Jan 2018 15:33:45 GMT] [hdr] Cache-Control: private, max-age=0 Header Name: [cache-control], Value: [private, max-age=0] [hdr] X-Content-Type-Options: nosniff Header Name: [x-content-type-options], Value: [nosniff] [hdr] X-Frame-Options: SAMEORIGIN Header Name: [x-frame-options], Value: [SAMEORIGIN] [hdr] X-XSS-Protection: 1; mode=block Header Name: [x-xss-protection], Value: [1; mode=block] [hdr] Server: GSE Header Name: [server], Value: [GSE] [hdr] Alt-Svc: hq=":443"; ma=2592000; quic=51303431; quic=51303339; quic=51303338; quic=51303337; quic=51303335,quic=":443"; ma=2592000; v="41,39,38,37,35" Header Name: [alt-svc], Value: [hq=":443"; ma=2592000; quic=51303431; quic=51303339; quic=51303338; quic=51303337; quic=51303335,quic=":443"; ma=2592000; v="41,39,38,37,35"] [hdr] Accept-Ranges: none Header Name: [accept-ranges], Value: [none] [hdr] Vary: Origin,Accept-Encoding Header Name: [vary], Value: [Origin,Accept-Encoding] [hdr] Transfer-Encoding: chunked Header Name: [transfer-encoding], Value: [chunked] [hdr] End of headers. Running post_headers hooks [chunk] < 3b2 Got chunk size: 946 Reading 946 bytes of response body. Got 648 bytes. Read block (648 bytes): [ /caldav/v2/syncevolution.list%40gmail.com/events/ HTTP/1.1 200 OK syncevolution@lists.intel.com text/calendar; component=vevent 63650829717 ] Reading 298 bytes of response body. Got 298 bytes. Read block (298 bytes): [ #2952A3FF syncevolution.list@gmail.com ] [chunk] < 0 Got chunk size: 0 [hdr] End of headers. Running post_send hooks ah_post_send (#0), code is 207 (want 401), WWW-Authenticate is (none) Request ends, status 207 class 2xx, error line: 207 Multi-Status [DEBUG 00:00:04] credentials accepted Running destroy hooks. Request ends. [DEBUG 00:00:04] read relevant properties of https://apidata.googleusercontent.com:443/caldav/v2/syncevolution.list%40gmail.com/events/ [DEBUG 00:00:04] starting PROPFIND, credentials okay, deadline in 295.9s ah_create, for WWW-Authenticate Running pre_send hooks [DEBUG 00:00:04] using OAuth2 token 'ya29.Glw5BUQp9msUYpjK1tdSt88HCwQHtRlYbKXG27Chgh8J9PtXZqoAWukE-D9ySBMA3ukYej20btTTdRASCF1JeoHDuoFxu0q8FwCtoofOUuU6BdtGLuY0j06IPrgrBw' to authenticate Sending request headers: PROPFIND /caldav/v2/syncevolution.list%40gmail.com/events/ HTTP/1.1 Connection: TE TE: trailers Host: apidata.googleusercontent.com Depth: 0 Content-Length: 968 Content-Type: application/xml User-Agent: SyncEvolution Authorization: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Sending request-line and headers: Sending request body: Body block (968 bytes): [ ] Request sent; retry is 1. [status-line] < HTTP/1.1 207 Multi-Status [hdr] Vary: X-Origin Header Name: [vary], Value: [X-Origin] [hdr] Content-Type: text/xml; charset=UTF-8 Header Name: [content-type], Value: [text/xml; charset=UTF-8] [hdr] Date: Fri, 05 Jan 2018 15:33:45 GMT Header Name: [date], Value: [Fri, 05 Jan 2018 15:33:45 GMT] [hdr] Expires: Fri, 05 Jan 2018 15:33:45 GMT Header Name: [expires], Value: [Fri, 05 Jan 2018 15:33:45 GMT] [hdr] Cache-Control: private, max-age=0 Header Name: [cache-control], Value: [private, max-age=0] [hdr] X-Content-Type-Options: nosniff Header Name: [x-content-type-options], Value: [nosniff] [hdr] X-Frame-Options: SAMEORIGIN Header Name: [x-frame-options], Value: [SAMEORIGIN] [hdr] X-XSS-Protection: 1; mode=block Header Name: [x-xss-protection], Value: [1; mode=block] [hdr] Server: GSE Header Name: [server], Value: [GSE] [hdr] Alt-Svc: hq=":443"; ma=2592000; quic=51303431; quic=51303339; quic=51303338; quic=51303337; quic=51303335,quic=":443"; ma=2592000; v="41,39,38,37,35" Header Name: [alt-svc], Value: [hq=":443"; ma=2592000; quic=51303431; quic=51303339; quic=51303338; quic=51303337; quic=51303335,quic=":443"; ma=2592000; v="41,39,38,37,35"] [hdr] Accept-Ranges: none Header Name: [accept-ranges], Value: [none] [hdr] Vary: Origin,Accept-Encoding Header Name: [vary], Value: [Origin,Accept-Encoding] [hdr] Transfer-Encoding: chunked Header Name: [transfer-encoding], Value: [chunked] [hdr] End of headers. Running post_headers hooks [chunk] < a04 Got chunk size: 2564 Reading 2564 bytes of response body. Got 648 bytes. Read block (648 bytes): [ /caldav/v2/syncevolution.list%40gmail.com/events/ HTTP/1.1 200 OK syncevolution@lists.intel.com ] Reading 1916 bytes of response body. Got 1187 bytes. Read block (1187 bytes): [ syncevolution.list@gmail.com BEGIN:VCALENDAR PRODID:-//Google Inc//Google Calendar 70.9054//EN VERSION:2.0 CALSCALE:GREGORIAN X-WR-CALNAME:syncevolution@lists.intel.com X-WR-TIMEZONE:Europe/Berlin BEGIN:VTIMEZONE TZID:Europe/Berlin X-LIC-LOCATION:Europe/Berlin BEGIN:DAYLIGHT TZOFFSETFROM:+0100 TZOFFSETTO:+0200 TZNAME:CEST DTSTART:19700329T020000 RRULE:FREQ=YEARLY;BYMONTH=3;BYDAY=-1SU END:DAYLIGHT BEGIN:STANDARD TZOFFSETFROM:+0200 TZOFFSETTO:+0100 TZNAME:CET DTSTART:19701025T030000 RRULE:FREQ=YEARLY;BYMONTH=10;BYDAY=-1SU END:STANDARD END:VTIMEZONE END:VCALENDAR HTTP/1.1 404 Not Found ] [chunk] < 0 Got chunk size: 0 [hdr] End of headers. Running post_send hooks ah_post_send (#0), code is 207 (want 401), WWW-Authenticate is (none) Request ends, status 207 class 2xx, error line: 207 Multi-Status [DEBUG 00:00:04] credentials accepted Running destroy hooks. Request ends. [DEBUG 00:00:04] current-user-privilege-set: [DEBUG 00:00:04] [DEBUG 00:00:04] [DEBUG 00:00:04] [DEBUG 00:00:04] [DEBUG 00:00:04] [DEBUG 00:00:04] [DEBUG 00:00:04] [DEBUG 00:00:04] [DEBUG 00:00:04] [DEBUG 00:00:04] [DEBUG 00:00:04] [DEBUG 00:00:04] [DEBUG 00:00:04] [DEBUG 00:00:04] [DEBUG 00:00:04] [DEBUG 00:00:04] [DEBUG 00:00:04] [DEBUG 00:00:04] [DEBUG 00:00:04] [DEBUG 00:00:04] [DEBUG 00:00:04] [DEBUG 00:00:04] [DEBUG 00:00:04] [DEBUG 00:00:04] found syncevolution@lists.intel.com = https://apidata.googleusercontent.com:443/caldav/v2/syncevolution.list%40gmail.com/events/?SyncEvolution=Google [DEBUG 00:00:04] empty current-user-prinicipal: ignore it [DEBUG 00:00:04] skipping listing because collection cannot contain other relevant collections: https://apidata.googleusercontent.com:443/caldav/v2/syncevolution.list%40gmail.com/events/ [DEBUG 00:00:04] follow candidate https://apidata.googleusercontent.com:443/caldav/v2/cln2stbjc4hmgrrcd5i62ua0ctp6utbg5pr2sor1dhimsp31e8n6errfctm6abj3dtmg%40virtual/events/ [DEBUG 00:00:04] testing https://apidata.googleusercontent.com:443/caldav/v2/cln2stbjc4hmgrrcd5i62ua0ctp6utbg5pr2sor1dhimsp31e8n6errfctm6abj3dtmg%40virtual/events/ [DEBUG 00:00:04] debugging: read all WebDAV properties of https://apidata.googleusercontent.com:443/caldav/v2/cln2stbjc4hmgrrcd5i62ua0ctp6utbg5pr2sor1dhimsp31e8n6errfctm6abj3dtmg%40virtual/events/ [DEBUG 00:00:04] starting PROPFIND, credentials okay, no deadline ah_create, for WWW-Authenticate Running pre_send hooks [DEBUG 00:00:04] using OAuth2 token 'ya29.Glw5BUQp9msUYpjK1tdSt88HCwQHtRlYbKXG27Chgh8J9PtXZqoAWukE-D9ySBMA3ukYej20btTTdRASCF1JeoHDuoFxu0q8FwCtoofOUuU6BdtGLuY0j06IPrgrBw' to authenticate Sending request headers: PROPFIND /caldav/v2/cln2stbjc4hmgrrcd5i62ua0ctp6utbg5pr2sor1dhimsp31e8n6errfctm6abj3dtmg%40virtual/events/ HTTP/1.1 Connection: TE TE: trailers Host: apidata.googleusercontent.com Depth: 0 Content-Length: 84 Content-Type: application/xml User-Agent: SyncEvolution Authorization: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Sending request-line and headers: Sending request body: Body block (84 bytes): [ ] Request sent; retry is 1. [status-line] < HTTP/1.1 207 Multi-Status [hdr] Vary: X-Origin Header Name: [vary], Value: [X-Origin] [hdr] Content-Type: text/xml; charset=UTF-8 Header Name: [content-type], Value: [text/xml; charset=UTF-8] [hdr] Date: Fri, 05 Jan 2018 15:33:46 GMT Header Name: [date], Value: [Fri, 05 Jan 2018 15:33:46 GMT] [hdr] Expires: Fri, 05 Jan 2018 15:33:46 GMT Header Name: [expires], Value: [Fri, 05 Jan 2018 15:33:46 GMT] [hdr] Cache-Control: private, max-age=0 Header Name: [cache-control], Value: [private, max-age=0] [hdr] X-Content-Type-Options: nosniff Header Name: [x-content-type-options], Value: [nosniff] [hdr] X-Frame-Options: SAMEORIGIN Header Name: [x-frame-options], Value: [SAMEORIGIN] [hdr] X-XSS-Protection: 1; mode=block Header Name: [x-xss-protection], Value: [1; mode=block] [hdr] Server: GSE Header Name: [server], Value: [GSE] [hdr] Alt-Svc: hq=":443"; ma=2592000; quic=51303431; quic=51303339; quic=51303338; quic=51303337; quic=51303335,quic=":443"; ma=2592000; v="41,39,38,37,35" Header Name: [alt-svc], Value: [hq=":443"; ma=2592000; quic=51303431; quic=51303339; quic=51303338; quic=51303337; quic=51303335,quic=":443"; ma=2592000; v="41,39,38,37,35"] [hdr] Accept-Ranges: none Header Name: [accept-ranges], Value: [none] [hdr] Vary: Origin,Accept-Encoding Header Name: [vary], Value: [Origin,Accept-Encoding] [hdr] Transfer-Encoding: chunked Header Name: [transfer-encoding], Value: [chunked] [hdr] End of headers. Running post_headers hooks [chunk] < 3fe Got chunk size: 1022 Reading 1022 bytes of response body. Got 648 bytes. Read block (648 bytes): [ /caldav/v2/cln2stbjc4hmgrrcd5i62ua0ctp6utbg5pr2sor1dhimsp31e8n6errfctm6abj3dtmg%40virtual/events/ HTTP/1.1 200 OK Holidays in United States text/calendar; component=vevent 63650750522 #2F6309FF en.usa#holiday@group.v.calendar.google.com ] [chunk] < 0 Got chunk size: 0 [hdr] End of headers. Running post_send hooks ah_post_send (#0), code is 207 (want 401), WWW-Authenticate is (none) Request ends, status 207 class 2xx, error line: 207 Multi-Status [DEBUG 00:00:04] credentials accepted Running destroy hooks. Request ends. [DEBUG 00:00:04] read relevant properties of https://apidata.googleusercontent.com:443/caldav/v2/cln2stbjc4hmgrrcd5i62ua0ctp6utbg5pr2sor1dhimsp31e8n6errfctm6abj3dtmg%40virtual/events/ [DEBUG 00:00:04] starting PROPFIND, credentials okay, deadline in 295.5s ah_create, for WWW-Authenticate Running pre_send hooks [DEBUG 00:00:04] using OAuth2 token 'ya29.Glw5BUQp9msUYpjK1tdSt88HCwQHtRlYbKXG27Chgh8J9PtXZqoAWukE-D9ySBMA3ukYej20btTTdRASCF1JeoHDuoFxu0q8FwCtoofOUuU6BdtGLuY0j06IPrgrBw' to authenticate Sending request headers: PROPFIND /caldav/v2/cln2stbjc4hmgrrcd5i62ua0ctp6utbg5pr2sor1dhimsp31e8n6errfctm6abj3dtmg%40virtual/events/ HTTP/1.1 Connection: TE TE: trailers Host: apidata.googleusercontent.com Depth: 0 Content-Length: 968 Content-Type: application/xml User-Agent: SyncEvolution Authorization: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Sending request-line and headers: Sending request body: Body block (968 bytes): [ ] Request sent; retry is 1. [status-line] < HTTP/1.1 207 Multi-Status [hdr] Vary: X-Origin Header Name: [vary], Value: [X-Origin] [hdr] Content-Type: text/xml; charset=UTF-8 Header Name: [content-type], Value: [text/xml; charset=UTF-8] [hdr] Date: Fri, 05 Jan 2018 15:33:46 GMT Header Name: [date], Value: [Fri, 05 Jan 2018 15:33:46 GMT] [hdr] Expires: Fri, 05 Jan 2018 15:33:46 GMT Header Name: [expires], Value: [Fri, 05 Jan 2018 15:33:46 GMT] [hdr] Cache-Control: private, max-age=0 Header Name: [cache-control], Value: [private, max-age=0] [hdr] X-Content-Type-Options: nosniff Header Name: [x-content-type-options], Value: [nosniff] [hdr] X-Frame-Options: SAMEORIGIN Header Name: [x-frame-options], Value: [SAMEORIGIN] [hdr] X-XSS-Protection: 1; mode=block Header Name: [x-xss-protection], Value: [1; mode=block] [hdr] Server: GSE Header Name: [server], Value: [GSE] [hdr] Alt-Svc: hq=":443"; ma=2592000; quic=51303431; quic=51303339; quic=51303338; quic=51303337; quic=51303335,quic=":443"; ma=2592000; v="41,39,38,37,35" Header Name: [alt-svc], Value: [hq=":443"; ma=2592000; quic=51303431; quic=51303339; quic=51303338; quic=51303337; quic=51303335,quic=":443"; ma=2592000; v="41,39,38,37,35"] [hdr] Accept-Ranges: none Header Name: [accept-ranges], Value: [none] [hdr] Vary: Origin,Accept-Encoding Header Name: [vary], Value: [Origin,Accept-Encoding] [hdr] Transfer-Encoding: chunked Header Name: [transfer-encoding], Value: [chunked] [hdr] End of headers. Running post_headers hooks [chunk] < 93c Got chunk size: 2364 Reading 2364 bytes of response body. Got 648 bytes. Read block (648 bytes): [ /caldav/v2/cln2stbjc4hmgrrcd5i62ua0ctp6utbg5pr2sor1dhimsp31e8n6errfctm6abj3dtmg%40virtual/events/ HTTP/1.1 200 OK Holidays in United States ] Reading 1716 bytes of response body. Got 1187 bytes. Read block (1187 bytes): [ en.usa#holiday@group.v.calendar.google.com BEGIN:VCALENDAR PRODID:-//Google Inc//Google Calendar 70.9054//EN VERSION:2.0 CALSCALE:GREGORIAN X-WR-TIMEZONE:Europe/Berlin BEGIN:VTIMEZONE TZID:Europe/Berlin X-LIC-LOCATION:Europe/Berlin BEGIN:DAYLIGHT TZOFFSETFROM:+0100 TZOFFSETTO:+0200 TZNAME:CEST DTSTART:19700329T020000 RRULE:FREQ=YEARLY;BYMONTH=3;BYDAY=-1SU END:DAYLIGHT BEGIN:STANDARD TZOFFSETFROM:+0200 TZOFFSETTO:+0100 TZNAME:CET DTSTART:19701025T030000 RRULE:FREQ=YEARLY;BYMONTH=10;BYDAY=-1SU END:STANDARD END:VTIMEZONE END:VCALENDAR HTTP/1.1 404 Not Found ] [chunk] < 0 Got chunk size: 0 [hdr] End of headers. Running post_send hooks ah_post_send (#0), code is 207 (want 401), WWW-Authenticate is (none) Request ends, status 207 class 2xx, error line: 207 Multi-Status [DEBUG 00:00:04] credentials accepted Running destroy hooks. Request ends. [DEBUG 00:00:04] current-user-privilege-set: [DEBUG 00:00:04] [DEBUG 00:00:04] [DEBUG 00:00:04] [DEBUG 00:00:04] [DEBUG 00:00:04] [DEBUG 00:00:04] [DEBUG 00:00:04] [DEBUG 00:00:04] [DEBUG 00:00:04] [DEBUG 00:00:04] [DEBUG 00:00:04] [DEBUG 00:00:04] found Holidays in United States = https://apidata.googleusercontent.com:443/caldav/v2/cln2stbjc4hmgrrcd5i62ua0ctp6utbg5pr2sor1dhimsp31e8n6errfctm6abj3dtmg%40virtual/events/?SyncEvolution=Google [DEBUG 00:00:04] empty current-user-prinicipal: retry current URL with authentication [DEBUG 00:00:04] skipping listing because collection cannot contain other relevant collections: https://apidata.googleusercontent.com:443/caldav/v2/cln2stbjc4hmgrrcd5i62ua0ctp6utbg5pr2sor1dhimsp31e8n6errfctm6abj3dtmg%40virtual/events/ [DEBUG 00:00:04] testing https://apidata.googleusercontent.com:443/caldav/v2/cln2stbjc4hmgrrcd5i62ua0ctp6utbg5pr2sor1dhimsp31e8n6errfctm6abj3dtmg%40virtual/events/ [DEBUG 00:00:04] debugging: read all WebDAV properties of https://apidata.googleusercontent.com:443/caldav/v2/cln2stbjc4hmgrrcd5i62ua0ctp6utbg5pr2sor1dhimsp31e8n6errfctm6abj3dtmg%40virtual/events/ [DEBUG 00:00:04] starting PROPFIND, credentials okay, no deadline ah_create, for WWW-Authenticate Running pre_send hooks [DEBUG 00:00:04] using OAuth2 token 'ya29.Glw5BUQp9msUYpjK1tdSt88HCwQHtRlYbKXG27Chgh8J9PtXZqoAWukE-D9ySBMA3ukYej20btTTdRASCF1JeoHDuoFxu0q8FwCtoofOUuU6BdtGLuY0j06IPrgrBw' to authenticate Sending request headers: PROPFIND /caldav/v2/cln2stbjc4hmgrrcd5i62ua0ctp6utbg5pr2sor1dhimsp31e8n6errfctm6abj3dtmg%40virtual/events/ HTTP/1.1 Connection: TE TE: trailers Host: apidata.googleusercontent.com Depth: 0 Content-Length: 84 Content-Type: application/xml User-Agent: SyncEvolution Authorization: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Sending request-line and headers: Sending request body: Body block (84 bytes): [ ] Request sent; retry is 1. [status-line] < HTTP/1.1 207 Multi-Status [hdr] Vary: X-Origin Header Name: [vary], Value: [X-Origin] [hdr] Content-Type: text/xml; charset=UTF-8 Header Name: [content-type], Value: [text/xml; charset=UTF-8] [hdr] Date: Fri, 05 Jan 2018 15:33:46 GMT Header Name: [date], Value: [Fri, 05 Jan 2018 15:33:46 GMT] [hdr] Expires: Fri, 05 Jan 2018 15:33:46 GMT Header Name: [expires], Value: [Fri, 05 Jan 2018 15:33:46 GMT] [hdr] Cache-Control: private, max-age=0 Header Name: [cache-control], Value: [private, max-age=0] [hdr] X-Content-Type-Options: nosniff Header Name: [x-content-type-options], Value: [nosniff] [hdr] X-Frame-Options: SAMEORIGIN Header Name: [x-frame-options], Value: [SAMEORIGIN] [hdr] X-XSS-Protection: 1; mode=block Header Name: [x-xss-protection], Value: [1; mode=block] [hdr] Server: GSE Header Name: [server], Value: [GSE] [hdr] Alt-Svc: hq=":443"; ma=2592000; quic=51303431; quic=51303339; quic=51303338; quic=51303337; quic=51303335,quic=":443"; ma=2592000; v="41,39,38,37,35" Header Name: [alt-svc], Value: [hq=":443"; ma=2592000; quic=51303431; quic=51303339; quic=51303338; quic=51303337; quic=51303335,quic=":443"; ma=2592000; v="41,39,38,37,35"] [hdr] Accept-Ranges: none Header Name: [accept-ranges], Value: [none] [hdr] Vary: Origin,Accept-Encoding Header Name: [vary], Value: [Origin,Accept-Encoding] [hdr] Transfer-Encoding: chunked Header Name: [transfer-encoding], Value: [chunked] [hdr] End of headers. Running post_headers hooks [chunk] < 3fe Got chunk size: 1022 Reading 1022 bytes of response body. Got 648 bytes. Read block (648 bytes): [ /caldav/v2/cln2stbjc4hmgrrcd5i62ua0ctp6utbg5pr2sor1dhimsp31e8n6errfctm6abj3dtmg%40virtual/events/ HTTP/1.1 200 OK Holidays in United States text/calendar; component=vevent 63650750522 #2F6309FF en.usa#holiday@group.v.calendar.google.com ] [chunk] < 0 Got chunk size: 0 [hdr] End of headers. Running post_send hooks ah_post_send (#0), code is 207 (want 401), WWW-Authenticate is (none) Request ends, status 207 class 2xx, error line: 207 Multi-Status [DEBUG 00:00:04] credentials accepted Running destroy hooks. Request ends. [DEBUG 00:00:04] read relevant properties of https://apidata.googleusercontent.com:443/caldav/v2/cln2stbjc4hmgrrcd5i62ua0ctp6utbg5pr2sor1dhimsp31e8n6errfctm6abj3dtmg%40virtual/events/ [DEBUG 00:00:04] starting PROPFIND, credentials okay, deadline in 295.0s ah_create, for WWW-Authenticate Running pre_send hooks [DEBUG 00:00:04] using OAuth2 token 'ya29.Glw5BUQp9msUYpjK1tdSt88HCwQHtRlYbKXG27Chgh8J9PtXZqoAWukE-D9ySBMA3ukYej20btTTdRASCF1JeoHDuoFxu0q8FwCtoofOUuU6BdtGLuY0j06IPrgrBw' to authenticate Sending request headers: PROPFIND /caldav/v2/cln2stbjc4hmgrrcd5i62ua0ctp6utbg5pr2sor1dhimsp31e8n6errfctm6abj3dtmg%40virtual/events/ HTTP/1.1 Connection: TE TE: trailers Host: apidata.googleusercontent.com Depth: 0 Content-Length: 968 Content-Type: application/xml User-Agent: SyncEvolution Authorization: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Sending request-line and headers: Sending request body: Body block (968 bytes): [ ] Request sent; retry is 1. [status-line] < HTTP/1.1 207 Multi-Status [hdr] Vary: X-Origin Header Name: [vary], Value: [X-Origin] [hdr] Content-Type: text/xml; charset=UTF-8 Header Name: [content-type], Value: [text/xml; charset=UTF-8] [hdr] Date: Fri, 05 Jan 2018 15:33:46 GMT Header Name: [date], Value: [Fri, 05 Jan 2018 15:33:46 GMT] [hdr] Expires: Fri, 05 Jan 2018 15:33:46 GMT Header Name: [expires], Value: [Fri, 05 Jan 2018 15:33:46 GMT] [hdr] Cache-Control: private, max-age=0 Header Name: [cache-control], Value: [private, max-age=0] [hdr] X-Content-Type-Options: nosniff Header Name: [x-content-type-options], Value: [nosniff] [hdr] X-Frame-Options: SAMEORIGIN Header Name: [x-frame-options], Value: [SAMEORIGIN] [hdr] X-XSS-Protection: 1; mode=block Header Name: [x-xss-protection], Value: [1; mode=block] [hdr] Server: GSE Header Name: [server], Value: [GSE] [hdr] Alt-Svc: hq=":443"; ma=2592000; quic=51303431; quic=51303339; quic=51303338; quic=51303337; quic=51303335,quic=":443"; ma=2592000; v="41,39,38,37,35" Header Name: [alt-svc], Value: [hq=":443"; ma=2592000; quic=51303431; quic=51303339; quic=51303338; quic=51303337; quic=51303335,quic=":443"; ma=2592000; v="41,39,38,37,35"] [hdr] Accept-Ranges: none Header Name: [accept-ranges], Value: [none] [hdr] Vary: Origin,Accept-Encoding Header Name: [vary], Value: [Origin,Accept-Encoding] [hdr] Transfer-Encoding: chunked Header Name: [transfer-encoding], Value: [chunked] [hdr] End of headers. Running post_headers hooks [chunk] < 93c Got chunk size: 2364 Reading 2364 bytes of response body. Got 648 bytes. Read block (648 bytes): [ /caldav/v2/cln2stbjc4hmgrrcd5i62ua0ctp6utbg5pr2sor1dhimsp31e8n6errfctm6abj3dtmg%40virtual/events/ HTTP/1.1 200 OK Holidays in United States ] Reading 1716 bytes of response body. Got 1187 bytes. Read block (1187 bytes): [ en.usa#holiday@group.v.calendar.google.com BEGIN:VCALENDAR PRODID:-//Google Inc//Google Calendar 70.9054//EN VERSION:2.0 CALSCALE:GREGORIAN X-WR-TIMEZONE:Europe/Berlin BEGIN:VTIMEZONE TZID:Europe/Berlin X-LIC-LOCATION:Europe/Berlin BEGIN:DAYLIGHT TZOFFSETFROM:+0100 TZOFFSETTO:+0200 TZNAME:CEST DTSTART:19700329T020000 RRULE:FREQ=YEARLY;BYMONTH=3;BYDAY=-1SU END:DAYLIGHT BEGIN:STANDARD TZOFFSETFROM:+0200 TZOFFSETTO:+0100 TZNAME:CET DTSTART:19701025T030000 RRULE:FREQ=YEARLY;BYMONTH=10;BYDAY=-1SU END:STANDARD END:VTIMEZONE END:VCALENDAR HTTP/1.1 404 Not Found ] [chunk] < 0 Got chunk size: 0 [hdr] End of headers. Running post_send hooks ah_post_send (#0), code is 207 (want 401), WWW-Authenticate is (none) Request ends, status 207 class 2xx, error line: 207 Multi-Status [DEBUG 00:00:05] credentials accepted Running destroy hooks. Request ends. [DEBUG 00:00:05] current-user-privilege-set: [DEBUG 00:00:05] [DEBUG 00:00:05] [DEBUG 00:00:05] [DEBUG 00:00:05] [DEBUG 00:00:05] [DEBUG 00:00:05] [DEBUG 00:00:05] [DEBUG 00:00:05] [DEBUG 00:00:05] [DEBUG 00:00:05] [DEBUG 00:00:05] [DEBUG 00:00:05] found Holidays in United States = https://apidata.googleusercontent.com:443/caldav/v2/cln2stbjc4hmgrrcd5i62ua0ctp6utbg5pr2sor1dhimsp31e8n6errfctm6abj3dtmg%40virtual/events/?SyncEvolution=Google [DEBUG 00:00:05] empty current-user-prinicipal: ignore it [DEBUG 00:00:05] skipping listing because collection cannot contain other relevant collections: https://apidata.googleusercontent.com:443/caldav/v2/cln2stbjc4hmgrrcd5i62ua0ctp6utbg5pr2sor1dhimsp31e8n6errfctm6abj3dtmg%40virtual/events/ [DEBUG 00:00:05] follow candidate https://apidata.googleusercontent.com:443/caldav/v2/929rvqhrjneodq60ir6joc7tgg%40group.calendar.google.com/events/ [DEBUG 00:00:05] testing https://apidata.googleusercontent.com:443/caldav/v2/929rvqhrjneodq60ir6joc7tgg%40group.calendar.google.com/events/ [DEBUG 00:00:05] debugging: read all WebDAV properties of https://apidata.googleusercontent.com:443/caldav/v2/929rvqhrjneodq60ir6joc7tgg%40group.calendar.google.com/events/ [DEBUG 00:00:05] starting PROPFIND, credentials okay, no deadline ah_create, for WWW-Authenticate Running pre_send hooks [DEBUG 00:00:05] using OAuth2 token 'ya29.Glw5BUQp9msUYpjK1tdSt88HCwQHtRlYbKXG27Chgh8J9PtXZqoAWukE-D9ySBMA3ukYej20btTTdRASCF1JeoHDuoFxu0q8FwCtoofOUuU6BdtGLuY0j06IPrgrBw' to authenticate Sending request headers: PROPFIND /caldav/v2/929rvqhrjneodq60ir6joc7tgg%40group.calendar.google.com/events/ HTTP/1.1 Connection: TE TE: trailers Host: apidata.googleusercontent.com Depth: 0 Content-Length: 84 Content-Type: application/xml User-Agent: SyncEvolution Authorization: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Sending request-line and headers: Sending request body: Body block (84 bytes): [ ] Request sent; retry is 1. [status-line] < HTTP/1.1 207 Multi-Status [hdr] Vary: X-Origin Header Name: [vary], Value: [X-Origin] [hdr] Content-Type: text/xml; charset=UTF-8 Header Name: [content-type], Value: [text/xml; charset=UTF-8] [hdr] Date: Fri, 05 Jan 2018 15:33:46 GMT Header Name: [date], Value: [Fri, 05 Jan 2018 15:33:46 GMT] [hdr] Expires: Fri, 05 Jan 2018 15:33:46 GMT Header Name: [expires], Value: [Fri, 05 Jan 2018 15:33:46 GMT] [hdr] Cache-Control: private, max-age=0 Header Name: [cache-control], Value: [private, max-age=0] [hdr] X-Content-Type-Options: nosniff Header Name: [x-content-type-options], Value: [nosniff] [hdr] X-Frame-Options: SAMEORIGIN Header Name: [x-frame-options], Value: [SAMEORIGIN] [hdr] X-XSS-Protection: 1; mode=block Header Name: [x-xss-protection], Value: [1; mode=block] [hdr] Server: GSE Header Name: [server], Value: [GSE] [hdr] Alt-Svc: hq=":443"; ma=2592000; quic=51303431; quic=51303339; quic=51303338; quic=51303337; quic=51303335,quic=":443"; ma=2592000; v="41,39,38,37,35" Header Name: [alt-svc], Value: [hq=":443"; ma=2592000; quic=51303431; quic=51303339; quic=51303338; quic=51303337; quic=51303335,quic=":443"; ma=2592000; v="41,39,38,37,35"] [hdr] Accept-Ranges: none Header Name: [accept-ranges], Value: [none] [hdr] Vary: Origin,Accept-Encoding Header Name: [vary], Value: [Origin,Accept-Encoding] [hdr] Transfer-Encoding: chunked Header Name: [transfer-encoding], Value: [chunked] [hdr] End of headers. Running post_headers hooks [chunk] < 3fc Got chunk size: 1020 Reading 1020 bytes of response body. Got 648 bytes. Read block (648 bytes): [ /caldav/v2/929rvqhrjneodq60ir6joc7tgg%40group.calendar.google.com/events/ HTTP/1.1 200 OK SyncEvolution Testing Next Generation text/calendar; component=vevent 63648798156 #2F6309FF 929rvqhrjneodq60ir6joc7tgg@group.calendar.google.com ] [chunk] < 0 Got chunk size: 0 [hdr] End of headers. Running post_send hooks ah_post_send (#0), code is 207 (want 401), WWW-Authenticate is (none) Request ends, status 207 class 2xx, error line: 207 Multi-Status [DEBUG 00:00:05] credentials accepted Running destroy hooks. Request ends. [DEBUG 00:00:05] read relevant properties of https://apidata.googleusercontent.com:443/caldav/v2/929rvqhrjneodq60ir6joc7tgg%40group.calendar.google.com/events/ [DEBUG 00:00:05] starting PROPFIND, credentials okay, deadline in 294.6s ah_create, for WWW-Authenticate Running pre_send hooks [DEBUG 00:00:05] using OAuth2 token 'ya29.Glw5BUQp9msUYpjK1tdSt88HCwQHtRlYbKXG27Chgh8J9PtXZqoAWukE-D9ySBMA3ukYej20btTTdRASCF1JeoHDuoFxu0q8FwCtoofOUuU6BdtGLuY0j06IPrgrBw' to authenticate Sending request headers: PROPFIND /caldav/v2/929rvqhrjneodq60ir6joc7tgg%40group.calendar.google.com/events/ HTTP/1.1 Connection: TE TE: trailers Host: apidata.googleusercontent.com Depth: 0 Content-Length: 968 Content-Type: application/xml User-Agent: SyncEvolution Authorization: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Sending request-line and headers: Sending request body: Body block (968 bytes): [ ] Request sent; retry is 1. [status-line] < HTTP/1.1 207 Multi-Status [hdr] Vary: X-Origin Header Name: [vary], Value: [X-Origin] [hdr] Content-Type: text/xml; charset=UTF-8 Header Name: [content-type], Value: [text/xml; charset=UTF-8] [hdr] Date: Fri, 05 Jan 2018 15:33:47 GMT Header Name: [date], Value: [Fri, 05 Jan 2018 15:33:47 GMT] [hdr] Expires: Fri, 05 Jan 2018 15:33:47 GMT Header Name: [expires], Value: [Fri, 05 Jan 2018 15:33:47 GMT] [hdr] Cache-Control: private, max-age=0 Header Name: [cache-control], Value: [private, max-age=0] [hdr] X-Content-Type-Options: nosniff Header Name: [x-content-type-options], Value: [nosniff] [hdr] X-Frame-Options: SAMEORIGIN Header Name: [x-frame-options], Value: [SAMEORIGIN] [hdr] X-XSS-Protection: 1; mode=block Header Name: [x-xss-protection], Value: [1; mode=block] [hdr] Server: GSE Header Name: [server], Value: [GSE] [hdr] Alt-Svc: hq=":443"; ma=2592000; quic=51303431; quic=51303339; quic=51303338; quic=51303337; quic=51303335,quic=":443"; ma=2592000; v="41,39,38,37,35" Header Name: [alt-svc], Value: [hq=":443"; ma=2592000; quic=51303431; quic=51303339; quic=51303338; quic=51303337; quic=51303335,quic=":443"; ma=2592000; v="41,39,38,37,35"] [hdr] Accept-Ranges: none Header Name: [accept-ranges], Value: [none] [hdr] Vary: Origin,Accept-Encoding Header Name: [vary], Value: [Origin,Accept-Encoding] [hdr] Transfer-Encoding: chunked Header Name: [transfer-encoding], Value: [chunked] [hdr] End of headers. Running post_headers hooks [chunk] < a65 Got chunk size: 2661 Reading 2661 bytes of response body. Got 648 bytes. Read block (648 bytes): [ /caldav/v2/929rvqhrjneodq60ir6joc7tgg%40group.calendar.google.com/events/ HTTP/1.1 200 OK SyncEvolution Testing Next Generation 929rvqhrjneodq60ir6joc7tgg@group.calendar.google.com BEGIN:VCALENDAR PRODID:-//Google Inc//Google Calendar 70.9054//EN VERSION:2.0 CALSCALE:GREGORIAN X-WR-CALNAME:SyncEvolution Testing Next Generation X-WR-TIMEZONE:Europe/Berlin X-WR-CALDESC: BEGIN:VTIMEZONE TZID:Europe/Berlin X-LIC-LOCATION:Europe/Berlin BEGIN:DAYLIGHT TZOFFSETFROM:+0100 TZOFFSETTO:+0200 TZNAME:CEST DTSTART:19700329T020000 RRULE:FREQ=YEARLY;BYMONTH=3;BYDAY=-1SU END:DAYLIGHT BEGIN:STANDARD TZOFFSETFROM:+0200 TZOFFSETTO:+0100 TZNAME:CET DTSTART:19701025T030000 RRULE:FREQ=YEARLY;BYMONTH=10;BYDAY=-1SU END:] Reading 826 bytes of response body. Got 826 bytes. Read block (826 bytes): [STANDARD END:VTIMEZONE END:VCALENDAR HTTP/1.1 404 Not Found ] [chunk] < 0 Got chunk size: 0 [hdr] End of headers. Running post_send hooks ah_post_send (#0), code is 207 (want 401), WWW-Authenticate is (none) Request ends, status 207 class 2xx, error line: 207 Multi-Status [DEBUG 00:00:05] credentials accepted Running destroy hooks. Request ends. [DEBUG 00:00:05] current-user-privilege-set: [DEBUG 00:00:05] [DEBUG 00:00:05] [DEBUG 00:00:05] [DEBUG 00:00:05] [DEBUG 00:00:05] [DEBUG 00:00:05] [DEBUG 00:00:05] [DEBUG 00:00:05] [DEBUG 00:00:05] [DEBUG 00:00:05] [DEBUG 00:00:05] [DEBUG 00:00:05] [DEBUG 00:00:05] [DEBUG 00:00:05] [DEBUG 00:00:05] [DEBUG 00:00:05] [DEBUG 00:00:05] [DEBUG 00:00:05] [DEBUG 00:00:05] [DEBUG 00:00:05] [DEBUG 00:00:05] [DEBUG 00:00:05] [DEBUG 00:00:05] [DEBUG 00:00:05] found SyncEvolution Testing Next Generation = https://apidata.googleusercontent.com:443/caldav/v2/929rvqhrjneodq60ir6joc7tgg%40group.calendar.google.com/events/?SyncEvolution=Google [DEBUG 00:00:05] empty current-user-prinicipal: retry current URL with authentication [DEBUG 00:00:05] skipping listing because collection cannot contain other relevant collections: https://apidata.googleusercontent.com:443/caldav/v2/929rvqhrjneodq60ir6joc7tgg%40group.calendar.google.com/events/ [DEBUG 00:00:05] testing https://apidata.googleusercontent.com:443/caldav/v2/929rvqhrjneodq60ir6joc7tgg%40group.calendar.google.com/events/ [DEBUG 00:00:05] debugging: read all WebDAV properties of https://apidata.googleusercontent.com:443/caldav/v2/929rvqhrjneodq60ir6joc7tgg%40group.calendar.google.com/events/ [DEBUG 00:00:05] starting PROPFIND, credentials okay, no deadline ah_create, for WWW-Authenticate Running pre_send hooks [DEBUG 00:00:05] using OAuth2 token 'ya29.Glw5BUQp9msUYpjK1tdSt88HCwQHtRlYbKXG27Chgh8J9PtXZqoAWukE-D9ySBMA3ukYej20btTTdRASCF1JeoHDuoFxu0q8FwCtoofOUuU6BdtGLuY0j06IPrgrBw' to authenticate Sending request headers: PROPFIND /caldav/v2/929rvqhrjneodq60ir6joc7tgg%40group.calendar.google.com/events/ HTTP/1.1 Connection: TE TE: trailers Host: apidata.googleusercontent.com Depth: 0 Content-Length: 84 Content-Type: application/xml User-Agent: SyncEvolution Authorization: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Sending request-line and headers: Sending request body: Body block (84 bytes): [ ] Request sent; retry is 1. [status-line] < HTTP/1.1 207 Multi-Status [hdr] Vary: X-Origin Header Name: [vary], Value: [X-Origin] [hdr] Content-Type: text/xml; charset=UTF-8 Header Name: [content-type], Value: [text/xml; charset=UTF-8] [hdr] Date: Fri, 05 Jan 2018 15:33:47 GMT Header Name: [date], Value: [Fri, 05 Jan 2018 15:33:47 GMT] [hdr] Expires: Fri, 05 Jan 2018 15:33:47 GMT Header Name: [expires], Value: [Fri, 05 Jan 2018 15:33:47 GMT] [hdr] Cache-Control: private, max-age=0 Header Name: [cache-control], Value: [private, max-age=0] [hdr] X-Content-Type-Options: nosniff Header Name: [x-content-type-options], Value: [nosniff] [hdr] X-Frame-Options: SAMEORIGIN Header Name: [x-frame-options], Value: [SAMEORIGIN] [hdr] X-XSS-Protection: 1; mode=block Header Name: [x-xss-protection], Value: [1; mode=block] [hdr] Server: GSE Header Name: [server], Value: [GSE] [hdr] Alt-Svc: hq=":443"; ma=2592000; quic=51303431; quic=51303339; quic=51303338; quic=51303337; quic=51303335,quic=":443"; ma=2592000; v="41,39,38,37,35" Header Name: [alt-svc], Value: [hq=":443"; ma=2592000; quic=51303431; quic=51303339; quic=51303338; quic=51303337; quic=51303335,quic=":443"; ma=2592000; v="41,39,38,37,35"] [hdr] Accept-Ranges: none Header Name: [accept-ranges], Value: [none] [hdr] Vary: Origin,Accept-Encoding Header Name: [vary], Value: [Origin,Accept-Encoding] [hdr] Transfer-Encoding: chunked Header Name: [transfer-encoding], Value: [chunked] [hdr] End of headers. Running post_headers hooks [chunk] < 3fc Got chunk size: 1020 Reading 1020 bytes of response body. Got 648 bytes. Read block (648 bytes): [ /caldav/v2/929rvqhrjneodq60ir6joc7tgg%40group.calendar.google.com/events/ HTTP/1.1 200 OK SyncEvolution Testing Next Generation text/calendar; component=vevent 63648798156 #2F6309FF 929rvqhrjneodq60ir6joc7tgg@group.calendar.google.com ] [chunk] < 0 Got chunk size: 0 [hdr] End of headers. Running post_send hooks ah_post_send (#0), code is 207 (want 401), WWW-Authenticate is (none) Request ends, status 207 class 2xx, error line: 207 Multi-Status [DEBUG 00:00:06] credentials accepted Running destroy hooks. Request ends. [DEBUG 00:00:06] read relevant properties of https://apidata.googleusercontent.com:443/caldav/v2/929rvqhrjneodq60ir6joc7tgg%40group.calendar.google.com/events/ [DEBUG 00:00:06] starting PROPFIND, credentials okay, deadline in 293.9s ah_create, for WWW-Authenticate Running pre_send hooks [DEBUG 00:00:06] using OAuth2 token 'ya29.Glw5BUQp9msUYpjK1tdSt88HCwQHtRlYbKXG27Chgh8J9PtXZqoAWukE-D9ySBMA3ukYej20btTTdRASCF1JeoHDuoFxu0q8FwCtoofOUuU6BdtGLuY0j06IPrgrBw' to authenticate Sending request headers: PROPFIND /caldav/v2/929rvqhrjneodq60ir6joc7tgg%40group.calendar.google.com/events/ HTTP/1.1 Connection: TE TE: trailers Host: apidata.googleusercontent.com Depth: 0 Content-Length: 968 Content-Type: application/xml User-Agent: SyncEvolution Authorization: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Sending request-line and headers: Sending request body: Body block (968 bytes): [ ] Request sent; retry is 1. [status-line] < HTTP/1.1 207 Multi-Status [hdr] Vary: X-Origin Header Name: [vary], Value: [X-Origin] [hdr] Content-Type: text/xml; charset=UTF-8 Header Name: [content-type], Value: [text/xml; charset=UTF-8] [hdr] Date: Fri, 05 Jan 2018 15:33:47 GMT Header Name: [date], Value: [Fri, 05 Jan 2018 15:33:47 GMT] [hdr] Expires: Fri, 05 Jan 2018 15:33:47 GMT Header Name: [expires], Value: [Fri, 05 Jan 2018 15:33:47 GMT] [hdr] Cache-Control: private, max-age=0 Header Name: [cache-control], Value: [private, max-age=0] [hdr] X-Content-Type-Options: nosniff Header Name: [x-content-type-options], Value: [nosniff] [hdr] X-Frame-Options: SAMEORIGIN Header Name: [x-frame-options], Value: [SAMEORIGIN] [hdr] X-XSS-Protection: 1; mode=block Header Name: [x-xss-protection], Value: [1; mode=block] [hdr] Server: GSE Header Name: [server], Value: [GSE] [hdr] Alt-Svc: hq=":443"; ma=2592000; quic=51303431; quic=51303339; quic=51303338; quic=51303337; quic=51303335,quic=":443"; ma=2592000; v="41,39,38,37,35" Header Name: [alt-svc], Value: [hq=":443"; ma=2592000; quic=51303431; quic=51303339; quic=51303338; quic=51303337; quic=51303335,quic=":443"; ma=2592000; v="41,39,38,37,35"] [hdr] Accept-Ranges: none Header Name: [accept-ranges], Value: [none] [hdr] Vary: Origin,Accept-Encoding Header Name: [vary], Value: [Origin,Accept-Encoding] [hdr] Transfer-Encoding: chunked Header Name: [transfer-encoding], Value: [chunked] [hdr] End of headers. Running post_headers hooks [chunk] < a65 Got chunk size: 2661 Reading 2661 bytes of response body. Got 648 bytes. Read block (648 bytes): [ /caldav/v2/929rvqhrjneodq60ir6joc7tgg%40group.calendar.google.com/events/ HTTP/1.1 200 OK SyncEvolution Testing Next Generation 929rvqhrjneodq60ir6joc7tgg@group.calendar.google.com BEGIN:VCALENDAR PRODID:-//Google Inc//Google Calendar 70.9054//EN VERSION:2.0 CALSCALE:GREGORIAN X-WR-CALNAME:SyncEvolution Testing Next Generation X-WR-TIMEZONE:Europe/Berlin X-WR-CALDESC: BEGIN:VTIMEZONE TZID:Europe/Berlin X-LIC-LOCATION:Europe/Berlin BEGIN:DAYLIGHT TZOFFSETFROM:+0100 TZOFFSETTO:+0200 TZNAME:CEST DTSTART:19700329T020000 RRULE:FREQ=YEARLY;BYMONTH=3;BYDAY=-1SU END:DAYLIGHT BEGIN:STANDARD TZOFFSETFROM:+0200 TZOFFSETTO:+0100 TZNAME:CET DTSTART:19701025T030000 RRULE:FREQ=YEARLY;BYMONTH=10;BYDAY=-1SU END:] Reading 826 bytes of response body. Got 826 bytes. Read block (826 bytes): [STANDARD END:VTIMEZONE END:VCALENDAR HTTP/1.1 404 Not Found ] [chunk] < 0 Got chunk size: 0 [hdr] End of headers. Running post_send hooks ah_post_send (#0), code is 207 (want 401), WWW-Authenticate is (none) Request ends, status 207 class 2xx, error line: 207 Multi-Status [DEBUG 00:00:06] credentials accepted Running destroy hooks. Request ends. [DEBUG 00:00:06] current-user-privilege-set: [DEBUG 00:00:06] [DEBUG 00:00:06] [DEBUG 00:00:06] [DEBUG 00:00:06] [DEBUG 00:00:06] [DEBUG 00:00:06] [DEBUG 00:00:06] [DEBUG 00:00:06] [DEBUG 00:00:06] [DEBUG 00:00:06] [DEBUG 00:00:06] [DEBUG 00:00:06] [DEBUG 00:00:06] [DEBUG 00:00:06] [DEBUG 00:00:06] [DEBUG 00:00:06] [DEBUG 00:00:06] [DEBUG 00:00:06] [DEBUG 00:00:06] [DEBUG 00:00:06] [DEBUG 00:00:06] [DEBUG 00:00:06] [DEBUG 00:00:06] [DEBUG 00:00:06] found SyncEvolution Testing Next Generation = https://apidata.googleusercontent.com:443/caldav/v2/929rvqhrjneodq60ir6joc7tgg%40group.calendar.google.com/events/?SyncEvolution=Google [DEBUG 00:00:06] empty current-user-prinicipal: ignore it [DEBUG 00:00:06] skipping listing because collection cannot contain other relevant collections: https://apidata.googleusercontent.com:443/caldav/v2/929rvqhrjneodq60ir6joc7tgg%40group.calendar.google.com/events/ sess: Destroying session. + databases='caldav: syncevolution@lists.intel.com (https://apidata.googleusercontent.com:443/caldav/v2/syncevolution.list%40gmail.com/events/?SyncEvolution=Google) Holidays in United States (https://apidata.googleusercontent.com:443/caldav/v2/cln2stbjc4hmgrrcd5i62ua0ctp6utbg5pr2sor1dhimsp31e8n6errfctm6abj3dtmg%40virtual/events/?SyncEvolution=Google) SyncEvolution Testing Next Generation (https://apidata.googleusercontent.com:443/caldav/v2/929rvqhrjneodq60ir6joc7tgg%40group.calendar.google.com/events/?SyncEvolution=Google)' + echo 'caldav: syncevolution@lists.intel.com (https://apidata.googleusercontent.com:443/caldav/v2/syncevolution.list%40gmail.com/events/?SyncEvolution=Google) Holidays in United States (https://apidata.googleusercontent.com:443/caldav/v2/cln2stbjc4hmgrrcd5i62ua0ctp6utbg5pr2sor1dhimsp31e8n6errfctm6abj3dtmg%40virtual/events/?SyncEvolution=Google) SyncEvolution Testing Next Generation (https://apidata.googleusercontent.com:443/caldav/v2/929rvqhrjneodq60ir6joc7tgg%40group.calendar.google.com/events/?SyncEvolution=Google)' caldav: syncevolution@lists.intel.com (https://apidata.googleusercontent.com:443/caldav/v2/syncevolution.list%40gmail.com/events/?SyncEvolution=Google) Holidays in United States (https://apidata.googleusercontent.com:443/caldav/v2/cln2stbjc4hmgrrcd5i62ua0ctp6utbg5pr2sor1dhimsp31e8n6errfctm6abj3dtmg%40virtual/events/?SyncEvolution=Google) SyncEvolution Testing Next Generation (https://apidata.googleusercontent.com:443/caldav/v2/929rvqhrjneodq60ir6joc7tgg%40group.calendar.google.com/events/?SyncEvolution=Google) ++ pick_default 'caldav: syncevolution@lists.intel.com (https://apidata.googleusercontent.com:443/caldav/v2/syncevolution.list%40gmail.com/events/?SyncEvolution=Google) Holidays in United States (https://apidata.googleusercontent.com:443/caldav/v2/cln2stbjc4hmgrrcd5i62ua0ctp6utbg5pr2sor1dhimsp31e8n6errfctm6abj3dtmg%40virtual/events/?SyncEvolution=Google) SyncEvolution Testing Next Generation (https://apidata.googleusercontent.com:443/caldav/v2/929rvqhrjneodq60ir6joc7tgg%40group.calendar.google.com/events/?SyncEvolution=Google)' ++ perl -e 'while (<>) { if (/^.*?\((.*)\) $/) { print "$1"; exit 0 } }; exit 1;' ++ echo 'caldav: syncevolution@lists.intel.com (https://apidata.googleusercontent.com:443/caldav/v2/syncevolution.list%40gmail.com/events/?SyncEvolution=Google) Holidays in United States (https://apidata.googleusercontent.com:443/caldav/v2/cln2stbjc4hmgrrcd5i62ua0ctp6utbg5pr2sor1dhimsp31e8n6errfctm6abj3dtmg%40virtual/events/?SyncEvolution=Google) SyncEvolution Testing Next Generation (https://apidata.googleusercontent.com:443/caldav/v2/929rvqhrjneodq60ir6joc7tgg%40group.calendar.google.com/events/?SyncEvolution=Google)' ++ '[' 0 -ne 0 ']' + database='https://apidata.googleusercontent.com:443/caldav/v2/syncevolution.list%40gmail.com/events/?SyncEvolution=Google' + ./syncevolution --configure --daemon=no 'database=https://apidata.googleusercontent.com:443/caldav/v2/syncevolution.list%40gmail.com/events/?SyncEvolution=Google' databaseUser=goa:syncevolution.list@gmail.com backend=caldav googlecalendar_2@client-test-googlecalendar-2 google_caldav + case $TEST in + rm -rf /data/runtests/work/prebuilt-testing-amd64/home/googlecalendar/config/syncevolution/client-test-googlecalendar + ./syncevolution --configure --daemon=no 'syncURL=https://apidata.googleusercontent.com/caldav/v2?SyncEvolution=Google' proxyHost=http://proxy.vlan13.01.org:3128 useProxy=1 username=goa:syncevolution.list@gmail.com loglevel=4 backend=caldav printChanges=0 dumpData=0 target-config@client-test-googlecalendar caldav [INFO] caldav: configuring datastore with sync mode 'two-way' + for i in evolution-contacts=eds_contact evolution-calendar=eds_event evolution-tasks=eds_task evolution-memos=eds_memo ++ echo evolution-contacts=eds_contact ++ sed -e 's/=.*//' + backend=evolution-contacts ++ echo evolution-contacts=eds_contact ++ sed -e 's/.*=//' + name=eds_contact + for i in 1 2 + databasename=Test_eds_contact_1 + ./syncevolution --daemon=no --print-databases backend=evolution-contacts + grep Test_eds_contact_1 Test_eds_contact_1 (1303826927.6946.21@mob-sync2) + echo evolution-contacts: Test_eds_contact_1 exists evolution-contacts: Test_eds_contact_1 exists + for i in 1 2 + databasename=Test_eds_contact_2 + grep Test_eds_contact_2 + ./syncevolution --daemon=no --print-databases backend=evolution-contacts Test_eds_contact_2 (1303827279.6946.22@mob-sync2) + echo evolution-contacts: Test_eds_contact_2 exists evolution-contacts: Test_eds_contact_2 exists + for i in evolution-contacts=eds_contact evolution-calendar=eds_event evolution-tasks=eds_task evolution-memos=eds_memo ++ echo evolution-calendar=eds_event ++ sed -e 's/=.*//' + backend=evolution-calendar ++ echo evolution-calendar=eds_event ++ sed -e 's/.*=//' + name=eds_event + for i in 1 2 + databasename=Test_eds_event_1 + ./syncevolution --daemon=no --print-databases backend=evolution-calendar + grep Test_eds_event_1 Test_eds_event_1 (1303827939.6946.27@mob-sync2) + echo evolution-calendar: Test_eds_event_1 exists evolution-calendar: Test_eds_event_1 exists + for i in 1 2 + databasename=Test_eds_event_2 + grep Test_eds_event_2 + ./syncevolution --daemon=no --print-databases backend=evolution-calendar Test_eds_event_2 (1303827982.6946.28@mob-sync2) + echo evolution-calendar: Test_eds_event_2 exists evolution-calendar: Test_eds_event_2 exists + for i in evolution-contacts=eds_contact evolution-calendar=eds_event evolution-tasks=eds_task evolution-memos=eds_memo ++ sed -e 's/=.*//' ++ echo evolution-tasks=eds_task + backend=evolution-tasks ++ sed -e 's/.*=//' ++ echo evolution-tasks=eds_task + 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 + ./syncevolution --daemon=no --print-databases backend=evolution-memos + grep Test_eds_memo_1 Test_eds_memo_1 (1303828148.6946.31@mob-sync2) + echo evolution-memos: Test_eds_memo_1 exists evolution-memos: Test_eds_memo_1 exists + for i in 1 2 + databasename=Test_eds_memo_2 + ./syncevolution --daemon=no --print-databases backend=evolution-memos + grep Test_eds_memo_2 Test_eds_memo_2 (1303828749.6946.32@mob-sync2) + echo evolution-memos: Test_eds_memo_2 exists evolution-memos: Test_eds_memo_2 exists wrappercheck-104 line 100: RET=0 wrappercheck-104 line 101: set -e wrappercheck-104 line 107: set +x *** killing and waiting for /usr/libexec/activesyncd 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=363 wrappercheck-104 line 115: set +e wrappercheck-104 line 116: wait 106 wrappercheck-104 line 109: perl -e 'sleep(60); kill(9, -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: '[' 363 ']' wwrappercheck-104 line 122: LC_ALL=C wwrappercheck-104 line 122: kill -KILL 363 wrappercheck-104 line 122: msg= wrappercheck-104 line 123: echo '' wrappercheck-104 line 123: grep -q 'No such process' /data/runtests/work/sources/syncevolution/test/wrappercheck.sh: line 130: 363 Killed perl -e "sleep(60); kill(9, -$BACKGROUND_PID);" wrappercheck-104 line 127: echo '' wrappercheck-104 line 129: wait 363 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-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=368 wrappercheck-99 line 115: set +e wrappercheck-99 line 109: perl -e 'sleep(60); kill(9, -101);' wrappercheck-99 line 116: wait 101 wrappercheck-99 line 117: SUBRET=143 wrappercheck-99 line 118: case $SUBRET in wrappercheck-99 line 118: SUBRET=0 wrappercheck-99 line 120: SUBRET=0 wrappercheck-99 line 121: '[' 368 ']' wwrappercheck-99 line 122: LC_ALL=C wwrappercheck-99 line 122: kill -KILL 368 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: 368 Killed perl -e "sleep(60); kill(9, -$BACKGROUND_PID);" wrappercheck-99 line 127: echo '' wrappercheck-99 line 129: wait 368 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=373 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: '[' 373 ']' wrappercheck-79 line 109: perl -e 'sleep(60); kill(9, -81);' wwrappercheck-79 line 122: LC_ALL=C wwrappercheck-79 line 122: kill -KILL 373 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: 373 Killed perl -e "sleep(60); kill(9, -$BACKGROUND_PID);" wrappercheck-79 line 127: echo '' wrappercheck-79 line 129: wait 373 wrappercheck-79 line 131: set -e wrappercheck-79 line 132: '[' 0 = 0 ']' wrappercheck-79 line 133: RET=0 wrappercheck-79 line 136: exit 0 wrappercheck-22 line 100: RET=0 wrappercheck-22 line 101: set -e wrappercheck-22 line 107: set +x *** killing and waiting for /usr/lib/evolution/evolution-source-registry wrappercheck-22 line 108: kill -INT -26 wrappercheck-22 line 108: kill -TERM -26 wrappercheck-22 line 108: kill -TERM 26 wrappercheck-22 line 110: KILL_PID=378 wrappercheck-22 line 115: set +e wrappercheck-22 line 116: wait 26 wrappercheck-22 line 109: perl -e 'sleep(60); kill(9, -26);' wrappercheck-22 line 117: SUBRET=143 wrappercheck-22 line 118: case $SUBRET in wrappercheck-22 line 118: SUBRET=0 wrappercheck-22 line 120: SUBRET=0 wrappercheck-22 line 121: '[' 378 ']' wwrappercheck-22 line 122: LC_ALL=C wwrappercheck-22 line 122: kill -KILL 378 wrappercheck-22 line 122: msg= wrappercheck-22 line 123: grep -q 'No such process' wrappercheck-22 line 123: echo '' /data/runtests/work/sources/syncevolution/test/wrappercheck.sh: line 130: 378 Killed perl -e "sleep(60); kill(9, -$BACKGROUND_PID);" wrappercheck-22 line 127: echo '' wrappercheck-22 line 129: wait 378 wrappercheck-22 line 131: set -e wrappercheck-22 line 132: '[' 0 = 0 ']' wrappercheck-22 line 133: RET=0 wrappercheck-22 line 136: exit 0 wrappercheck-15 line 100: RET=0 wrappercheck-15 line 101: set -e wrappercheck-15 line 107: set +x *** killing and waiting for dbus-monitor wrappercheck-15 line 108: kill -INT -19 wrappercheck-15 line 108: kill -TERM -19 wrappercheck-15 line 108: kill -TERM 19 wrappercheck-15 line 110: KILL_PID=383 wrappercheck-15 line 115: set +e wrappercheck-15 line 116: wait 19 wrappercheck-15 line 117: SUBRET=143 wrappercheck-15 line 109: perl -e 'sleep(60); kill(9, -19);' wrappercheck-15 line 118: case $SUBRET in wrappercheck-15 line 118: SUBRET=0 wrappercheck-15 line 120: SUBRET=0 wrappercheck-15 line 121: '[' 383 ']' wwrappercheck-15 line 122: LC_ALL=C wwrappercheck-15 line 122: kill -KILL 383 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: 383 Killed perl -e "sleep(60); kill(9, -$BACKGROUND_PID);" wrappercheck-15 line 127: echo '' wrappercheck-15 line 129: wait 383 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.JdHT2Q89Bu Fri Jan 5 15:33:49 2018 UTC (+ 23.6s / 161.3s) === cleaning up === runtests.py-2279 Fri Jan 5 15:33:49 2018 UTC (+ 161.3s / 274.0s) *** ( cd /data/schroot/2018-01-05-07-10-all-prebuilt-testing-amd64/data/runtests/work/prebuilt-testing-amd64/tests/googlecalendar; 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/prebuilt-testing-amd64/home/googlecalendar' 'XDG_CONFIG_HOME=/data/runtests/work/prebuilt-testing-amd64/home/googlecalendar/config' 'XDG_DATA_HOME=/data/runtests/work/prebuilt-testing-amd64/home/googlecalendar/data' 'XDG_CACHE_HOME=/data/runtests/work/prebuilt-testing-amd64/home/googlecalendar/cache'; unset LD_LIBRARY_PATH; /data/runtests/work/sources/syncevolution/test/resources.py -j 1 -r googlecalendar -- 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' VALGRIND_LOG= http_proxy= CLIENT_TEST_SERVER=googlecalendar CLIENT_TEST_SOURCES=google_caldav,eds_event SYNC_EVOLUTION_EVO_CALENDAR_DELAY=1 CLIENT_TEST_ALARM=1200 'CLIENT_TEST_WEBDAV=google caldav testcases=testcases/google_event.ics' CLIENT_TEST_NUM_ITEMS=10 CLIENT_TEST_SIMPLE_UID=1 CLIENT_TEST_UNIQUE_UID=2 CLIENT_TEST_MODE=server CLIENT_TEST_FAILURES=Client::Source::google_caldav::LinkedItems.*::testLinkedItemsChildParent,Client::Source::google_caldav::LinkedItems.*::testLinkedItemsChildChangesParent,Client::Source::google_caldav::LinkedItems.*::testLinkedItemsInsertBothUpdateParent,Client::Source::google_caldav::LinkedItems.*::testLinkedItemsRemoveParentFirst,Client::Source::google_caldav::LinkedItems.*::testLinkedItemsRemoveNormal,Client::Source::google_caldav::LinkedItemsAllDayGoogle::testLinkedItemsChild,Client::Source::google_caldav::LinkedItemsAllDayGoogle::testLinkedItemsInsertChildTwice,Client::Source::google_caldav::LinkedItemsAllDayGoogle::testLinkedItemsUpdateChild,Client::Source::google_caldav::LinkedItemsAllDayGoogle::testLinkedItemsUpdateChildNoIDs,Client::Source::google_caldav::LinkedItemsDefault::testLinkedItemsChild,Client::Source::google_caldav::LinkedItemsDefault::testLinkedItemsInsertChildTwice,Client::Source::google_caldav::LinkedItemsDefault::testLinkedItemsUpdateChild,Client::Source::google_caldav::LinkedItemsDefault::testLinkedItemsUpdateChildNoIDs,Client::Source::google_caldav::LinkedItemsWithVALARM::testLinkedItemsChild,Client::Source::google_caldav::LinkedItemsWithVALARM::testLinkedItemsInsertChildTwice,Client::Source::google_caldav::LinkedItemsWithVALARM::testLinkedItemsUpdateChild,Client::Source::google_caldav::LinkedItemsWithVALARM::testLinkedItemsUpdateChildNoIDs, CLIENT_TEST_LOG= CLIENT_TEST_EVOLUTION_PREFIX=Test_ schroot -d /data/runtests/work/prebuilt-testing-amd64/tests/googlecalendar -r -p -c 2018-01-05-07-10-all-prebuilt-testing-amd64 -- env 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::google_caldav::testImport Client::Sync::eds_event::testItems ) Fri Jan 5 15:33:49 2018 UTC (+ 0.0s / 0.0s) === locking resource(s) ['googlecalendar'] === Fri Jan 5 15:33:49 2018 UTC (+ 0.0s / 0.0s) property changed: status = acquired Fri Jan 5 15:33:49 2018 UTC (+ 0.0s / 0.0s) using jobserver Fri Jan 5 15:33:49 2018 UTC (+ 0.0s / 0.0s) === allocating 1 job slot(s) === Fri Jan 5 15:38:51 2018 UTC (+ 302.5s / 302.5s) === 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-prebuilt-testing-amd64 chroot] Running command: “env 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::google_caldav::testImport Client::Sync::eds_event::testItems” gnome-keyring-daemon: insufficient process capabilities, unsecure memory might get used ** Message: couldn't access control socket: /tmp/tmp.pPNp7IWAY8/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: '[' 35 -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: '[' 33 -gt 1 ']' wrappercheck-18 line 28: '[' dbus-monitor '!=' -- ']' wrappercheck-18 line 29: case "$1" in wrappercheck-18 line 50: break wrappercheck-18 line 56: '[' 33 -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: '[' 32 -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: '[' 31 -gt 1 ']' wrappercheck-18 line 56: '[' -- '!=' -- ']' wrappercheck-18 line 60: shift wrappercheck-18 line 62: '[' dbus-monitor.log ']' wrappercheck-18 line 62: '[' '' ']' wrappercheck-18 line 66: set +x *** starting dbus-monitor as background daemon, output to dbus-monitor.log wrappercheck-18 line 72: BACKGROUND_PID=22 wrappercheck-18 line 73: PIDS+=22 wrappercheck-18 line 75: '[' dbus-monitor.log ']' wrappercheck-18 line 75: '[' '' ']' wrappercheck-18 line 84: '[' '' ']' wrappercheck-18 line 93: kill -0 22 wrappercheck-18 line 94: set +e wrappercheck-18 line 95: '[' '' ']' wrappercheck-18 line 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::google_caldav::testImport Client::Sync::eds_event::testItems wrappercheck-18 line 70: set -x wrappercheck-18 line 70: exec + PS4='wrappercheck-$$ line ${LINENO}: ' wrappercheck-24 line 16: PIDS= wrappercheck-24 line 18: trap '[ "" ] && kill -TERM ' TERM wrappercheck-24 line 19: trap '[ "" ] && kill -INT ' INT wrappercheck-24 line 21: DAEMON_LOG= wrappercheck-24 line 22: WAIT_FOR_DAEMON_OUTPUT= wrappercheck-24 line 23: WAIT_FOR_DBUS_DAEMON= wrappercheck-24 line 25: declare -a BACKGROUND wrappercheck-24 line 26: declare -a ENV wrappercheck-24 line 28: '[' 29 -gt 1 ']' wrappercheck-24 line 28: '[' --daemon-log '!=' -- ']' wrappercheck-24 line 29: case "$1" in wrappercheck-24 line 31: shift wrappercheck-24 line 32: DAEMON_LOG=evolution-source-registry.log wrappercheck-24 line 53: shift wrappercheck-24 line 28: '[' 27 -gt 1 ']' wrappercheck-24 line 28: '[' --daemon-sleep '!=' -- ']' wrappercheck-24 line 29: case "$1" in wrappercheck-24 line 43: shift wrappercheck-24 line 44: DAEMON_SLEEP=5 wrappercheck-24 line 53: shift wrappercheck-24 line 28: '[' 25 -gt 1 ']' wrappercheck-24 line 28: '[' --wait-for-dbus-daemon '!=' -- ']' wrappercheck-24 line 29: case "$1" in wrappercheck-24 line 35: shift wrappercheck-24 line 36: WAIT_FOR_DBUS_DAEMON=org.gnome.evolution.dataserver.Sources wrappercheck-24 line 53: shift wrappercheck-24 line 28: '[' 23 -gt 1 ']' wrappercheck-24 line 28: '[' /usr/lib/evolution/evolution-source-registry '!=' -- ']' wrappercheck-24 line 29: case "$1" in wrappercheck-24 line 50: break wrappercheck-24 line 56: '[' 23 -gt 1 ']' wrappercheck-24 line 56: '[' /usr/lib/evolution/evolution-source-registry '!=' -- ']' wrappercheck-24 line 57: BACKGROUND[${#BACKGROUND[*]}]=/usr/lib/evolution/evolution-source-registry wrappercheck-24 line 58: shift wrappercheck-24 line 56: '[' 22 -gt 1 ']' wrappercheck-24 line 56: '[' -- '!=' -- ']' wrappercheck-24 line 60: shift wrappercheck-24 line 62: '[' evolution-source-registry.log ']' wrappercheck-24 line 62: '[' '' ']' wrappercheck-24 line 66: set +x *** starting /usr/lib/evolution/evolution-source-registry as background daemon, output to evolution-source-registry.log wrappercheck-24 line 72: BACKGROUND_PID=27 wrappercheck-24 line 73: PIDS+=27 wrappercheck-24 line 75: '[' evolution-source-registry.log ']' wrappercheck-24 line 75: '[' '' ']' wrappercheck-24 line 84: '[' org.gnome.evolution.dataserver.Sources ']' wrappercheck-24 line 70: set -x wrappercheck-24 line 70: exec wrappercheck-24 line 85: set +x *** waiting for daemon to connect to D-Bus as 'org.gnome.evolution.dataserver.Sources' wrappercheck-24 line 93: kill -0 27 wrappercheck-24 line 94: set +e wrappercheck-24 line 95: '[' 5 ']' wrappercheck-24 line 96: set +x *** 'sleep 5' for daemon to settle down wrappercheck-24 line 97: sleep 5 wrappercheck-24 line 99: set -x wrappercheck-24 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::google_caldav::testImport Client::Sync::eds_event::testItems + PS4='wrappercheck-$$ line ${LINENO}: ' wrappercheck-82 line 16: PIDS= wrappercheck-82 line 18: trap '[ "" ] && kill -TERM ' TERM wrappercheck-82 line 19: trap '[ "" ] && kill -INT ' INT wrappercheck-82 line 21: DAEMON_LOG= wrappercheck-82 line 22: WAIT_FOR_DAEMON_OUTPUT= wrappercheck-82 line 23: WAIT_FOR_DBUS_DAEMON= wrappercheck-82 line 25: declare -a BACKGROUND wrappercheck-82 line 26: declare -a ENV wrappercheck-82 line 28: '[' 20 -gt 1 ']' wrappercheck-82 line 28: '[' --daemon-log '!=' -- ']' wrappercheck-82 line 29: case "$1" in wrappercheck-82 line 31: shift wrappercheck-82 line 32: DAEMON_LOG=evolution-addressbook-factory.log wrappercheck-82 line 53: shift wrappercheck-82 line 28: '[' 18 -gt 1 ']' wrappercheck-82 line 28: '[' --wait-for-dbus-daemon '!=' -- ']' wrappercheck-82 line 29: case "$1" in wrappercheck-82 line 35: shift wrappercheck-82 line 36: WAIT_FOR_DBUS_DAEMON=org.gnome.evolution.dataserver.AddressBook wrappercheck-82 line 53: shift wrappercheck-82 line 28: '[' 16 -gt 1 ']' wrappercheck-82 line 28: '[' /usr/lib/evolution/evolution-addressbook-factory '!=' -- ']' wrappercheck-82 line 29: case "$1" in wrappercheck-82 line 50: break wrappercheck-82 line 56: '[' 16 -gt 1 ']' wrappercheck-82 line 56: '[' /usr/lib/evolution/evolution-addressbook-factory '!=' -- ']' wrappercheck-82 line 57: BACKGROUND[${#BACKGROUND[*]}]=/usr/lib/evolution/evolution-addressbook-factory wrappercheck-82 line 58: shift wrappercheck-82 line 56: '[' 15 -gt 1 ']' wrappercheck-82 line 56: '[' --keep-running '!=' -- ']' wrappercheck-82 line 57: BACKGROUND[${#BACKGROUND[*]}]=--keep-running wrappercheck-82 line 58: shift wrappercheck-82 line 56: '[' 14 -gt 1 ']' wrappercheck-82 line 56: '[' -- '!=' -- ']' wrappercheck-82 line 60: shift wrappercheck-82 line 62: '[' evolution-addressbook-factory.log ']' wrappercheck-82 line 62: '[' '' ']' wrappercheck-82 line 66: set +x *** starting /usr/lib/evolution/evolution-addressbook-factory as background daemon, output to evolution-addressbook-factory.log wrappercheck-82 line 72: BACKGROUND_PID=84 wrappercheck-82 line 73: PIDS+=84 wrappercheck-82 line 75: '[' evolution-addressbook-factory.log ']' wrappercheck-82 line 75: '[' '' ']' wrappercheck-82 line 84: '[' org.gnome.evolution.dataserver.AddressBook ']' wrappercheck-82 line 70: set -x wrappercheck-82 line 70: exec wrappercheck-82 line 85: set +x *** waiting for daemon to connect to D-Bus as 'org.gnome.evolution.dataserver.AddressBook' wrappercheck-82 line 93: kill -0 84 wrappercheck-82 line 94: set +e wrappercheck-82 line 95: '[' '' ']' wrappercheck-82 line 99: set -x wrappercheck-82 line 99: /data/runtests/work/sources/syncevolution/test/wrappercheck.sh --daemon-log evolution-calendar-factory.log /usr/lib/evolution/evolution-calendar-factory --keep-running -- env LD_LIBRARY_PATH=build-synthesis/src/.libs:.libs:syncevo/.libs:gdbus/.libs:gdbusxx/.libs: PATH=backends/webdav:.:/home/nightly/bin:/home/nightly/testing:/usr/sbin:/sbin:/home/nightly/testing:/usr/sbin:/sbin:/home/nightly/bin:/usr/local/bin:/usr/bin:/bin:/usr/games:/usr/lib/mit/bin:/usr/lib/mit/sbin: /data/runtests/work/sources/syncevolution/test/valgrindcheck.sh ./client-test Client::Source::google_caldav::testImport Client::Sync::eds_event::testItems + PS4='wrappercheck-$$ line ${LINENO}: ' wrappercheck-102 line 16: PIDS= wrappercheck-102 line 18: trap '[ "" ] && kill -TERM ' TERM wrappercheck-102 line 19: trap '[ "" ] && kill -INT ' INT wrappercheck-102 line 21: DAEMON_LOG= wrappercheck-102 line 22: WAIT_FOR_DAEMON_OUTPUT= wrappercheck-102 line 23: WAIT_FOR_DBUS_DAEMON= wrappercheck-102 line 25: declare -a BACKGROUND wrappercheck-102 line 26: declare -a ENV wrappercheck-102 line 28: '[' 12 -gt 1 ']' wrappercheck-102 line 28: '[' --daemon-log '!=' -- ']' wrappercheck-102 line 29: case "$1" in wrappercheck-102 line 31: shift wrappercheck-102 line 32: DAEMON_LOG=evolution-calendar-factory.log wrappercheck-102 line 53: shift wrappercheck-102 line 28: '[' 10 -gt 1 ']' wrappercheck-102 line 28: '[' /usr/lib/evolution/evolution-calendar-factory '!=' -- ']' wrappercheck-102 line 29: case "$1" in wrappercheck-102 line 50: break wrappercheck-102 line 56: '[' 10 -gt 1 ']' wrappercheck-102 line 56: '[' /usr/lib/evolution/evolution-calendar-factory '!=' -- ']' wrappercheck-102 line 57: BACKGROUND[${#BACKGROUND[*]}]=/usr/lib/evolution/evolution-calendar-factory wrappercheck-102 line 58: shift wrappercheck-102 line 56: '[' 9 -gt 1 ']' wrappercheck-102 line 56: '[' --keep-running '!=' -- ']' wrappercheck-102 line 57: BACKGROUND[${#BACKGROUND[*]}]=--keep-running wrappercheck-102 line 58: shift wrappercheck-102 line 56: '[' 8 -gt 1 ']' wrappercheck-102 line 56: '[' -- '!=' -- ']' wrappercheck-102 line 60: shift wrappercheck-102 line 62: '[' evolution-calendar-factory.log ']' wrappercheck-102 line 62: '[' '' ']' wrappercheck-102 line 66: set +x *** starting /usr/lib/evolution/evolution-calendar-factory as background daemon, output to evolution-calendar-factory.log wrappercheck-102 line 72: BACKGROUND_PID=104 wrappercheck-102 line 73: PIDS+=104 wrappercheck-102 line 70: set -x wrappercheck-102 line 75: '[' evolution-calendar-factory.log ']' wrappercheck-102 line 75: '[' '' ']' wrappercheck-102 line 70: exec wrappercheck-102 line 84: '[' '' ']' wrappercheck-102 line 93: kill -0 104 wrappercheck-102 line 94: set +e wrappercheck-102 line 95: '[' '' ']' wrappercheck-102 line 99: set -x wrappercheck-102 line 99: env 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::google_caldav::testImport Client::Sync::eds_event::testItems *** 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 --gen-suppressions=all --log-file=/data/runtests/work/prebuilt-testing-amd64/tests/googlecalendar/valgrind.p107.c%p.out ./client-test Client::Source::google_caldav::testImport Client::Sync::eds_event::testItems Client::Source::google_caldav::testImport okay sess: Destroying session. Client::Sync::eds_event::testItems okay OKvalgrindcheck (107): './client-test Client::Source::google_caldav::testImport Client::Sync::eds_event::testItems' (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::google_caldav::testImport Client::Sync::eds_event::testItems ==113== Parent PID: 107 ==113== ==113== ==113== HEAP SUMMARY: ==113== in use at exit: 431,300 bytes in 4,126 blocks ==113== total heap usage: 116,721 allocs, 112,595 frees, 15,494,654 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: 214,181 bytes in 678 blocks ==113== of which reachable via heuristic: ==113== newarray : 5,800 bytes in 17 blocks ==113== suppressed: 217,023 bytes in 3,447 blocks ==113== Rerun with --leak-check=full to see details of leaked memory ==113== ==113== For counts of detected and suppressed errors, rerun with: -v ==113== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==119== Memcheck, a memory error detector ==119== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==119== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==119== Command: ./client-test Client::Source::google_caldav::testImport ==119== Parent PID: 113 ==119== ==119== ==119== HEAP SUMMARY: ==119== in use at exit: 707,199 bytes in 5,900 blocks ==119== total heap usage: 534,231 allocs, 528,331 frees, 143,248,463 bytes allocated ==119== ==119== LEAK SUMMARY: ==119== definitely lost: 0 bytes in 0 blocks ==119== indirectly lost: 0 bytes in 0 blocks ==119== possibly lost: 960 bytes in 3 blocks ==119== still reachable: 425,290 bytes in 1,661 blocks ==119== of which reachable via heuristic: ==119== length64 : 728 bytes in 14 blocks ==119== newarray : 5,992 bytes in 29 blocks ==119== suppressed: 269,965 bytes in 4,154 blocks ==119== Rerun with --leak-check=full to see details of leaked memory ==119== ==119== For counts of detected and suppressed errors, rerun with: -v ==119== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==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::google_caldav::testImport ==124== Parent PID: 119 ==124== ==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::Sync::eds_event::testItems ==132== Parent PID: 113 ==132== ==132== ==132== HEAP SUMMARY: ==132== in use at exit: 3,047,102 bytes in 30,177 blocks ==132== total heap usage: 2,007,631 allocs, 1,977,454 frees, 212,356,188 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: 528 bytes in 2 blocks ==132== still reachable: 2,375,385 bytes in 21,618 blocks ==132== of which reachable via heuristic: ==132== length64 : 4,856 bytes in 77 blocks ==132== newarray : 6,312 bytes in 49 blocks ==132== suppressed: 601,557 bytes in 8,026 blocks ==132== Rerun with --leak-check=full to see details of leaked memory ==132== ==132== For counts of detected and suppressed errors, rerun with: -v ==132== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==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: /usr/libexec/syncevo-local-sync ==161== Parent PID: 132 ==161== ==161== ==161== HEAP SUMMARY: ==161== in use at exit: 2,749,718 bytes in 26,223 blocks ==161== total heap usage: 473,572 allocs, 447,349 frees, 69,554,465 bytes allocated ==161== ==161== LEAK SUMMARY: ==161== definitely lost: 0 bytes in 0 blocks ==161== indirectly lost: 0 bytes in 0 blocks ==161== possibly lost: 528 bytes in 2 blocks ==161== still reachable: 2,464,412 bytes in 21,852 blocks ==161== of which reachable via heuristic: ==161== stdstring : 52 bytes in 1 blocks ==161== length64 : 896 bytes in 17 blocks ==161== newarray : 5,976 bytes in 28 blocks ==161== suppressed: 272,626 bytes in 4,276 blocks ==161== Rerun with --leak-check=full to see details of leaked memory ==161== ==161== For counts of detected and suppressed errors, rerun with: -v ==161== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==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: /usr/libexec/syncevo-local-sync ==179== Parent PID: 132 ==179== ==179== ==179== HEAP SUMMARY: ==179== in use at exit: 2,717,030 bytes in 26,099 blocks ==179== total heap usage: 330,700 allocs, 304,601 frees, 49,257,700 bytes allocated ==179== ==179== LEAK SUMMARY: ==179== definitely lost: 0 bytes in 0 blocks ==179== indirectly lost: 0 bytes in 0 blocks ==179== possibly lost: 528 bytes in 2 blocks ==179== still reachable: 2,431,644 bytes in 21,724 blocks ==179== of which reachable via heuristic: ==179== stdstring : 52 bytes in 1 blocks ==179== length64 : 896 bytes in 17 blocks ==179== newarray : 5,976 bytes in 28 blocks ==179== suppressed: 272,706 bytes in 4,280 blocks ==179== Rerun with --leak-check=full to see details of leaked memory ==179== ==179== For counts of detected and suppressed errors, rerun with: -v ==179== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==207== Memcheck, a memory error detector ==207== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==207== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==207== Command: ./client-test Client::Sync::eds_event::testItems ==207== Parent PID: 132 ==207== ==215== Memcheck, a memory error detector ==215== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==215== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==215== Command: /usr/libexec/syncevo-local-sync ==215== Parent PID: 132 ==215== ==215== ==215== HEAP SUMMARY: ==215== in use at exit: 2,689,862 bytes in 26,070 blocks ==215== total heap usage: 532,766 allocs, 506,696 frees, 69,172,786 bytes allocated ==215== ==215== LEAK SUMMARY: ==215== definitely lost: 0 bytes in 0 blocks ==215== indirectly lost: 0 bytes in 0 blocks ==215== possibly lost: 528 bytes in 2 blocks ==215== still reachable: 2,404,468 bytes in 21,695 blocks ==215== of which reachable via heuristic: ==215== stdstring : 52 bytes in 1 blocks ==215== length64 : 896 bytes in 17 blocks ==215== newarray : 5,976 bytes in 28 blocks ==215== suppressed: 272,714 bytes in 4,280 blocks ==215== Rerun with --leak-check=full to see details of leaked memory ==215== ==215== For counts of detected and suppressed errors, rerun with: -v ==215== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==226== Memcheck, a memory error detector ==226== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==226== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==226== Command: /usr/libexec/syncevo-local-sync ==226== Parent PID: 132 ==226== ==226== ==226== HEAP SUMMARY: ==226== in use at exit: 2,768,238 bytes in 26,299 blocks ==226== total heap usage: 501,995 allocs, 475,696 frees, 70,731,639 bytes allocated ==226== ==226== LEAK SUMMARY: ==226== definitely lost: 0 bytes in 0 blocks ==226== indirectly lost: 0 bytes in 0 blocks ==226== possibly lost: 528 bytes in 2 blocks ==226== still reachable: 2,482,844 bytes in 21,924 blocks ==226== of which reachable via heuristic: ==226== stdstring : 52 bytes in 1 blocks ==226== length64 : 896 bytes in 17 blocks ==226== newarray : 5,976 bytes in 28 blocks ==226== suppressed: 272,714 bytes in 4,280 blocks ==226== Rerun with --leak-check=full to see details of leaked memory ==226== ==226== For counts of detected and suppressed errors, rerun with: -v ==226== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==249== Memcheck, a memory error detector ==249== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==249== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==249== Command: ./client-test Client::Sync::eds_event::testItems ==249== Parent PID: 132 ==249== valgrindcheck: ./client-test Client::Source::google_caldav::testImport Client::Sync::eds_event::testItems: final result 0 wrappercheck-102 line 100: RET=0 wrappercheck-102 line 101: set -e wrappercheck-102 line 107: set +x *** killing and waiting for /usr/lib/evolution/evolution-calendar-factory wrappercheck-102 line 108: kill -INT -104 wrappercheck-102 line 108: kill -TERM -104 wrappercheck-102 line 108: kill -TERM 104 wrappercheck-102 line 110: KILL_PID=391 wrappercheck-102 line 115: set +e wrappercheck-102 line 116: wait 104 wrappercheck-102 line 117: SUBRET=143 wrappercheck-102 line 118: case $SUBRET in wrappercheck-102 line 118: SUBRET=0 wrappercheck-102 line 120: SUBRET=0 wrappercheck-102 line 121: '[' 391 ']' wrappercheck-102 line 109: perl -e 'sleep(60); kill(9, -104);' wwrappercheck-102 line 122: LC_ALL=C wwrappercheck-102 line 122: kill -KILL 391 wrappercheck-102 line 122: msg= wrappercheck-102 line 123: echo '' wrappercheck-102 line 123: grep -q 'No such process' /data/runtests/work/sources/syncevolution/test/wrappercheck.sh: line 130: 391 Killed perl -e "sleep(60); kill(9, -$BACKGROUND_PID);" wrappercheck-102 line 127: echo '' wrappercheck-102 line 129: wait 391 wrappercheck-102 line 131: set -e wrappercheck-102 line 132: '[' 0 = 0 ']' wrappercheck-102 line 133: RET=0 wrappercheck-102 line 136: exit 0 wrappercheck-82 line 100: RET=0 wrappercheck-82 line 101: set -e wrappercheck-82 line 107: set +x *** killing and waiting for /usr/lib/evolution/evolution-addressbook-factory wrappercheck-82 line 108: kill -INT -84 wrappercheck-82 line 108: kill -TERM -84 wrappercheck-82 line 108: kill -TERM 84 wrappercheck-82 line 110: KILL_PID=396 wrappercheck-82 line 115: set +e wrappercheck-82 line 116: wait 84 wrappercheck-82 line 117: SUBRET=143 wrappercheck-82 line 118: case $SUBRET in wrappercheck-82 line 118: SUBRET=0 wrappercheck-82 line 120: SUBRET=0 wrappercheck-82 line 121: '[' 396 ']' wwrappercheck-82 line 122: LC_ALL=C wwrappercheck-82 line 122: kill -KILL 396 wrappercheck-82 line 122: msg= wrappercheck-82 line 123: grep -q 'No such process' wrappercheck-82 line 123: echo '' /data/runtests/work/sources/syncevolution/test/wrappercheck.sh: line 130: 396 Killed perl -e "sleep(60); kill(9, -$BACKGROUND_PID);" wrappercheck-82 line 127: echo '' wrappercheck-82 line 129: wait 396 wrappercheck-82 line 131: set -e wrappercheck-82 line 132: '[' 0 = 0 ']' wrappercheck-82 line 133: RET=0 wrappercheck-82 line 136: exit 0 wrappercheck-24 line 100: RET=0 wrappercheck-24 line 101: set -e wrappercheck-24 line 107: set +x *** killing and waiting for /usr/lib/evolution/evolution-source-registry wrappercheck-24 line 108: kill -INT -27 wrappercheck-24 line 108: kill -TERM -27 wrappercheck-24 line 108: kill -TERM 27 wrappercheck-24 line 110: KILL_PID=401 wrappercheck-24 line 115: set +e wrappercheck-24 line 116: wait 27 wrappercheck-24 line 109: perl -e 'sleep(60); kill(9, -27);' wrappercheck-24 line 117: SUBRET=143 wrappercheck-24 line 118: case $SUBRET in wrappercheck-24 line 118: SUBRET=0 wrappercheck-24 line 120: SUBRET=0 wrappercheck-24 line 121: '[' 401 ']' wwrappercheck-24 line 122: LC_ALL=C wwrappercheck-24 line 122: kill -KILL 401 wrappercheck-24 line 122: msg= wrappercheck-24 line 123: echo '' wrappercheck-24 line 123: grep -q 'No such process' /data/runtests/work/sources/syncevolution/test/wrappercheck.sh: line 130: 401 Killed perl -e "sleep(60); kill(9, -$BACKGROUND_PID);" wrappercheck-24 line 127: echo '' wrappercheck-24 line 129: wait 401 wrappercheck-24 line 131: set -e wrappercheck-24 line 132: '[' 0 = 0 ']' wrappercheck-24 line 133: RET=0 wrappercheck-24 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=406 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: '[' 406 ']' wwrappercheck-18 line 122: LC_ALL=C wwrappercheck-18 line 122: kill -KILL 406 wrappercheck-18 line 122: msg= wrappercheck-18 line 123: grep -q 'No such process' wrappercheck-18 line 123: echo '' /data/runtests/work/sources/syncevolution/test/wrappercheck.sh: line 130: 406 Killed perl -e "sleep(60); kill(9, -$BACKGROUND_PID);" wrappercheck-18 line 127: echo '' wrappercheck-18 line 129: wait 406 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.pPNp7IWAY8 Fri Jan 5 15:42:41 2018 UTC (+ 230.3s / 532.9s) === cleaning up ===