"go test -v -timeout 1h0m0s -remote TestWebdavNextcloud: -verbose -test.run '^TestIntegration$/^FsMkdir$/^FsPutFiles$/^ObjectSetModTime$'" - Starting (try 5/5) === RUN TestIntegration fstests.go:457: Using remote "TestWebdavNextcloud:" 2026/07/14 01:14:59 NOTICE: TestWebdavNextcloud: Starting server 2026/07/14 01:15:00 NOTICE: TestWebdavNextcloud: Attempting to connect to "127.0.0.1:28629" try 1/100 2026/07/14 01:15:01 DEBUG : TestWebdavNextcloud: Read 0, error: read tcp 127.0.0.1:38494->127.0.0.1:28629: i/o timeout 2026/07/14 01:15:01 NOTICE: TestWebdavNextcloud: Started server and connected to "127.0.0.1:28629" 2026/07/14 01:15:01 DEBUG : Creating backend with remote "TestWebdavNextcloud:rclone-test-bofavip2mazo" 2026/07/14 01:15:01 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/07/14 01:15:01 DEBUG : Setting type="webdav" for "TestWebdavNextcloud" from environment variable RCLONE_CONFIG_TESTWEBDAVNEXTCLOUD_TYPE 2026/07/14 01:15:01 DEBUG : Setting url="http://127.0.0.1:28629/remote.php/dav/files/rclone/" for "TestWebdavNextcloud" from environment variable RCLONE_CONFIG_TESTWEBDAVNEXTCLOUD_URL 2026/07/14 01:15:01 DEBUG : Setting vendor="nextcloud" for "TestWebdavNextcloud" from environment variable RCLONE_CONFIG_TESTWEBDAVNEXTCLOUD_VENDOR 2026/07/14 01:15:01 DEBUG : Setting user="rclone" for "TestWebdavNextcloud" from environment variable RCLONE_CONFIG_TESTWEBDAVNEXTCLOUD_USER 2026/07/14 01:15:01 DEBUG : Setting pass="b1yezR14OwuPWEFRJ0ghL_yizZBtHu0uFolTFdXm" for "TestWebdavNextcloud" from environment variable RCLONE_CONFIG_TESTWEBDAVNEXTCLOUD_PASS 2026/07/14 01:15:01 DEBUG : TestWebdavNextcloud: detected overridden config - adding "{BK4aM}" suffix to name 2026/07/14 01:15:01 DEBUG : Setting url="http://127.0.0.1:28629/remote.php/dav/files/rclone/" for "TestWebdavNextcloud" from environment variable RCLONE_CONFIG_TESTWEBDAVNEXTCLOUD_URL 2026/07/14 01:15:01 DEBUG : Setting vendor="nextcloud" for "TestWebdavNextcloud" from environment variable RCLONE_CONFIG_TESTWEBDAVNEXTCLOUD_VENDOR 2026/07/14 01:15:01 DEBUG : Setting user="rclone" for "TestWebdavNextcloud" from environment variable RCLONE_CONFIG_TESTWEBDAVNEXTCLOUD_USER 2026/07/14 01:15:01 DEBUG : Setting pass="b1yezR14OwuPWEFRJ0ghL_yizZBtHu0uFolTFdXm" for "TestWebdavNextcloud" from environment variable RCLONE_CONFIG_TESTWEBDAVNEXTCLOUD_PASS 2026/07/14 01:15:01 DEBUG : found headers: 2026/07/14 01:15:01 DEBUG : Chunks temporary upload directory: http://127.0.0.1:28629/remote.php/dav/uploads/rclone/ 2026/07/14 01:15:02 DEBUG : Setting type="webdav" for "TestWebdavNextcloud" from environment variable RCLONE_CONFIG_TESTWEBDAVNEXTCLOUD_TYPE === RUN TestIntegration/FsMkdir === RUN TestIntegration/FsMkdir/FsPutFiles 2026/07/14 01:15:04 DEBUG : file name.txt: Update will use the normal upload strategy (no chunks) 2026/07/14 01:15:08 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Update will use the normal upload strategy (no chunks) 2026/07/14 01:15:09 DEBUG : file name.txt: Update will use the normal upload strategy (no chunks) === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime fstests.go:1791: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:162 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1791 Error: Not equal: expected: "100,2011-12-13 14:15:16.999999999 +0000 UTC," actual : "100,2011-12-13 14:15:16 +0000 UTC," Diff: --- Expected +++ Actual @@ -1 +1 @@ -100,2011-12-13 14:15:16.999999999 +0000 UTC, +100,2011-12-13 14:15:16 +0000 UTC, Test: TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime Messages: slow fingerprint of object in memory (100,2011-12-13 14:15:16.999999999 +0000 UTC,) should exactly match fingerprint read back from the remote (100,2011-12-13 14:15:16 +0000 UTC,) fstests.go:1791: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:162 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1791 Error: Not equal: expected: "100,2011-12-13 14:15:16.999999999 +0000 UTC," actual : "100,2011-12-13 14:15:16 +0000 UTC," Diff: --- Expected +++ Actual @@ -1 +1 @@ -100,2011-12-13 14:15:16.999999999 +0000 UTC, +100,2011-12-13 14:15:16 +0000 UTC, Test: TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime Messages: fast fingerprint of object in memory (100,2011-12-13 14:15:16.999999999 +0000 UTC,) should exactly match fingerprint read back from the remote (100,2011-12-13 14:15:16 +0000 UTC,) 2026/07/14 01:15:12 ERROR : error listing: directory not found === NAME TestIntegration/FsMkdir fstests.go:2898: Warning: this should produce fs.ErrorDirNotFound 2026/07/14 01:15:12 NOTICE: TestWebdavNextcloud: Stopping server --- FAIL: TestIntegration (12.54s) --- FAIL: TestIntegration/FsMkdir (8.81s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles (7.16s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime (1.02s) FAIL exit status 1 FAIL github.com/rclone/rclone/backend/webdav 12.554s "go test -v -timeout 1h0m0s -remote TestWebdavNextcloud: -verbose -test.run '^TestIntegration$/^FsMkdir$/^FsPutFiles$/^ObjectSetModTime$'" - Finished ERROR in 13.715686196s (try 5/5): exit status 1: Failed [TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime]