"go test -v -timeout 1h0m0s -remote TestWebdavNextcloud: -verbose -test.run '^TestIntegration$/^FsMkdir$/^FsPutFiles$/^ObjectSetModTime$'" - Starting (try 2/5) === RUN TestIntegration fstests.go:457: Using remote "TestWebdavNextcloud:" 2026/07/14 01:13:10 NOTICE: TestWebdavNextcloud: Starting server 2026/07/14 01:13:11 NOTICE: TestWebdavNextcloud: Attempting to connect to "127.0.0.1:28629" try 1/100 2026/07/14 01:13:12 DEBUG : TestWebdavNextcloud: Read 0, error: read tcp 127.0.0.1:36632->127.0.0.1:28629: i/o timeout 2026/07/14 01:13:12 NOTICE: TestWebdavNextcloud: Started server and connected to "127.0.0.1:28629" 2026/07/14 01:13:12 DEBUG : Creating backend with remote "TestWebdavNextcloud:rclone-test-hinijus6tiho" 2026/07/14 01:13:12 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/07/14 01:13:12 DEBUG : Setting type="webdav" for "TestWebdavNextcloud" from environment variable RCLONE_CONFIG_TESTWEBDAVNEXTCLOUD_TYPE 2026/07/14 01:13:12 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:13:12 DEBUG : Setting vendor="nextcloud" for "TestWebdavNextcloud" from environment variable RCLONE_CONFIG_TESTWEBDAVNEXTCLOUD_VENDOR 2026/07/14 01:13:12 DEBUG : Setting user="rclone" for "TestWebdavNextcloud" from environment variable RCLONE_CONFIG_TESTWEBDAVNEXTCLOUD_USER 2026/07/14 01:13:12 DEBUG : Setting pass="D8qKABfpEHQ3CWZk_gfizly_VGAR8nDaIwYbuGLl" for "TestWebdavNextcloud" from environment variable RCLONE_CONFIG_TESTWEBDAVNEXTCLOUD_PASS 2026/07/14 01:13:12 DEBUG : TestWebdavNextcloud: detected overridden config - adding "{3Keli}" suffix to name 2026/07/14 01:13:12 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:13:12 DEBUG : Setting vendor="nextcloud" for "TestWebdavNextcloud" from environment variable RCLONE_CONFIG_TESTWEBDAVNEXTCLOUD_VENDOR 2026/07/14 01:13:12 DEBUG : Setting user="rclone" for "TestWebdavNextcloud" from environment variable RCLONE_CONFIG_TESTWEBDAVNEXTCLOUD_USER 2026/07/14 01:13:12 DEBUG : Setting pass="D8qKABfpEHQ3CWZk_gfizly_VGAR8nDaIwYbuGLl" for "TestWebdavNextcloud" from environment variable RCLONE_CONFIG_TESTWEBDAVNEXTCLOUD_PASS 2026/07/14 01:13:12 DEBUG : found headers: 2026/07/14 01:13:12 DEBUG : Chunks temporary upload directory: http://127.0.0.1:28629/remote.php/dav/uploads/rclone/ 2026/07/14 01:13:13 DEBUG : Setting type="webdav" for "TestWebdavNextcloud" from environment variable RCLONE_CONFIG_TESTWEBDAVNEXTCLOUD_TYPE === RUN TestIntegration/FsMkdir === RUN TestIntegration/FsMkdir/FsPutFiles 2026/07/14 01:13:15 DEBUG : file name.txt: Update will use the normal upload strategy (no chunks) 2026/07/14 01:13:18 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Update will use the normal upload strategy (no chunks) 2026/07/14 01:13:19 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:13:22 ERROR : error listing: directory not found === NAME TestIntegration/FsMkdir fstests.go:2898: Warning: this should produce fs.ErrorDirNotFound 2026/07/14 01:13:22 NOTICE: TestWebdavNextcloud: Stopping server --- FAIL: TestIntegration (12.20s) --- FAIL: TestIntegration/FsMkdir (8.45s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles (6.76s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime (1.03s) FAIL exit status 1 FAIL github.com/rclone/rclone/backend/webdav 12.228s "go test -v -timeout 1h0m0s -remote TestWebdavNextcloud: -verbose -test.run '^TestIntegration$/^FsMkdir$/^FsPutFiles$/^ObjectSetModTime$'" - Finished ERROR in 13.310124769s (try 2/5): exit status 1: Failed [TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime]