"go test -v -timeout 1h0m0s -remote TestWebdavOwncloud: -verbose -test.run '^TestIntegration$/^FsMkdir$/^(FsListDirEmpty|FsMkdirRmdirSubdir)$|^TestIntegration$/^FsMkdir$/^FsEncoding$/^(URL_encoding|control_chars|dot|dot_dot|leading_CR|leading_HT|leading_LF|leading_VT|leading_dot|leading_space|leading_tilde|trailing_CR|trailing_HT|trailing_LF|trailing_VT|trailing_dot|trailing_space)$|^TestIntegration$/^FsMkdir$/^FsPutFiles$/^(FsDirMove|FsListDirFile2|FsListLevel2|FsListR|FsPurge|FsPurgeRoot)$|^TestIntegration$/^FsMkdir$/^FsPutFiles$/^FromRoot$/^(List|ListEntries)$'" - Starting (try 2/5) === RUN TestIntegration fstests.go:438: Using remote "TestWebdavOwncloud:" 2025/10/04 01:10:14 DEBUG : Creating backend with remote "TestWebdavOwncloud:rclone-test-nihonup6ziko" 2025/10/04 01:10:14 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/04 01:10:14 DEBUG : Setting type="webdav" for "TestWebdavOwncloud" from environment variable RCLONE_CONFIG_TESTWEBDAVOWNCLOUD_TYPE 2025/10/04 01:10:14 DEBUG : Setting url="http://127.0.0.1:38081/remote.php/webdav/" for "TestWebdavOwncloud" from environment variable RCLONE_CONFIG_TESTWEBDAVOWNCLOUD_URL 2025/10/04 01:10:14 DEBUG : Setting vendor="owncloud" for "TestWebdavOwncloud" from environment variable RCLONE_CONFIG_TESTWEBDAVOWNCLOUD_VENDOR 2025/10/04 01:10:14 DEBUG : Setting user="rclone" for "TestWebdavOwncloud" from environment variable RCLONE_CONFIG_TESTWEBDAVOWNCLOUD_USER 2025/10/04 01:10:14 DEBUG : Setting pass="vjz48cAs42rNVufTpoaw6slypBLp_W5Nwb_mzcomknZRvdE" for "TestWebdavOwncloud" from environment variable RCLONE_CONFIG_TESTWEBDAVOWNCLOUD_PASS 2025/10/04 01:10:14 DEBUG : TestWebdavOwncloud: detected overridden config - adding "{pcuQE}" suffix to name 2025/10/04 01:10:14 DEBUG : Setting url="http://127.0.0.1:38081/remote.php/webdav/" for "TestWebdavOwncloud" from environment variable RCLONE_CONFIG_TESTWEBDAVOWNCLOUD_URL 2025/10/04 01:10:14 DEBUG : Setting vendor="owncloud" for "TestWebdavOwncloud" from environment variable RCLONE_CONFIG_TESTWEBDAVOWNCLOUD_VENDOR 2025/10/04 01:10:14 DEBUG : Setting user="rclone" for "TestWebdavOwncloud" from environment variable RCLONE_CONFIG_TESTWEBDAVOWNCLOUD_USER 2025/10/04 01:10:14 DEBUG : Setting pass="vjz48cAs42rNVufTpoaw6slypBLp_W5Nwb_mzcomknZRvdE" for "TestWebdavOwncloud" from environment variable RCLONE_CONFIG_TESTWEBDAVOWNCLOUD_PASS 2025/10/04 01:10:14 DEBUG : found headers: 2025/10/04 01:10:15 DEBUG : Setting type="webdav" for "TestWebdavOwncloud" from environment variable RCLONE_CONFIG_TESTWEBDAVOWNCLOUD_TYPE === RUN TestIntegration/FsMkdir === RUN TestIntegration/FsMkdir/FsMkdirRmdirSubdir 2025/10/04 01:10:16 INFO : dir/subdir: Making directory 2025/10/04 01:10:17 INFO : dir/subdir: Removing directory 2025/10/04 01:10:17 INFO : dir: Removing directory === RUN TestIntegration/FsMkdir/FsListDirEmpty === RUN TestIntegration/FsMkdir/FsEncoding === RUN TestIntegration/FsMkdir/FsEncoding/control_chars fstests.go:707: testing "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2025/10/04 01:10:18 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Update will use the normal upload strategy (no chunks) === RUN TestIntegration/FsMkdir/FsEncoding/dot fstests.go:707: testing "." 2025/10/04 01:10:19 DEBUG : ./.: Update will use the normal upload strategy (no chunks) === RUN TestIntegration/FsMkdir/FsEncoding/dot_dot fstests.go:707: testing ".." 2025/10/04 01:10:20 DEBUG : ../..: Update will use the normal upload strategy (no chunks) === RUN TestIntegration/FsMkdir/FsEncoding/leading_space fstests.go:707: testing " leading space" 2025/10/04 01:10:21 DEBUG : leading space/ leading space: Update will use the normal upload strategy (no chunks) === RUN TestIntegration/FsMkdir/FsEncoding/leading_tilde fstests.go:707: testing "~leading tilde" 2025/10/04 01:10:22 DEBUG : ~leading tilde/~leading tilde: Update will use the normal upload strategy (no chunks) === RUN TestIntegration/FsMkdir/FsEncoding/leading_CR fstests.go:707: testing "␍leading CR" 2025/10/04 01:10:23 DEBUG : ␍leading CR/␍leading CR: Update will use the normal upload strategy (no chunks) === RUN TestIntegration/FsMkdir/FsEncoding/leading_LF fstests.go:707: testing "␊leading LF" 2025/10/04 01:10:24 DEBUG : ␊leading LF/␊leading LF: Update will use the normal upload strategy (no chunks) === RUN TestIntegration/FsMkdir/FsEncoding/leading_HT fstests.go:707: testing "␉leading HT" 2025/10/04 01:10:26 DEBUG : ␉leading HT/␉leading HT: Update will use the normal upload strategy (no chunks) === RUN TestIntegration/FsMkdir/FsEncoding/leading_VT fstests.go:707: testing "␋leading VT" 2025/10/04 01:10:27 DEBUG : ␋leading VT/␋leading VT: Update will use the normal upload strategy (no chunks) === RUN TestIntegration/FsMkdir/FsEncoding/leading_dot fstests.go:707: testing ".leading dot" 2025/10/04 01:10:28 DEBUG : .leading dot/.leading dot: Update will use the normal upload strategy (no chunks) === RUN TestIntegration/FsMkdir/FsEncoding/trailing_space fstests.go:707: testing "trailing space " 2025/10/04 01:10:29 DEBUG : trailing space /trailing space : Update will use the normal upload strategy (no chunks) === RUN TestIntegration/FsMkdir/FsEncoding/trailing_CR fstests.go:707: testing "trailing CR␍" 2025/10/04 01:10:30 DEBUG : trailing CR␍/trailing CR␍: Update will use the normal upload strategy (no chunks) === RUN TestIntegration/FsMkdir/FsEncoding/trailing_LF fstests.go:707: testing "trailing LF␊" 2025/10/04 01:10:31 DEBUG : trailing LF␊/trailing LF␊: Update will use the normal upload strategy (no chunks) === RUN TestIntegration/FsMkdir/FsEncoding/trailing_HT fstests.go:707: testing "trailing HT␉" 2025/10/04 01:10:32 DEBUG : trailing HT␉/trailing HT␉: Update will use the normal upload strategy (no chunks) === RUN TestIntegration/FsMkdir/FsEncoding/trailing_VT fstests.go:707: testing "trailing VT␋" 2025/10/04 01:10:34 DEBUG : trailing VT␋/trailing VT␋: Update will use the normal upload strategy (no chunks) === RUN TestIntegration/FsMkdir/FsEncoding/trailing_dot fstests.go:707: testing "trailing dot." 2025/10/04 01:10:35 DEBUG : trailing dot./trailing dot.: Update will use the normal upload strategy (no chunks) === RUN TestIntegration/FsMkdir/FsEncoding/URL_encoding fstests.go:707: testing "test%46.txt" 2025/10/04 01:10:36 DEBUG : test%46.txt/test%46.txt: Update will use the normal upload strategy (no chunks) === RUN TestIntegration/FsMkdir/FsPutFiles 2025/10/04 01:10:37 DEBUG : file name.txt: Update will use the normal upload strategy (no chunks) 2025/10/04 01:10:38 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Update will use the normal upload strategy (no chunks) 2025/10/04 01:10:38 DEBUG : file name.txt: Update will use the normal upload strategy (no chunks) === RUN TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListR === RUN TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurge 2025/10/04 01:10:40 DEBUG : dirToPurge/fileToPurge.txt: Update will use the normal upload strategy (no chunks) === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot 2025/10/04 01:10:41 DEBUG : dirToPurgeFromRoot/fileToPurgeFromRoot.txt: Update will use the normal upload strategy (no chunks) 2025/10/04 01:10:42 DEBUG : Creating backend with remote "TestWebdavOwncloud:rclone-test-nihonup6ziko/dirToPurgeFromRoot" 2025/10/04 01:10:42 DEBUG : Setting type="webdav" for "TestWebdavOwncloud" from environment variable RCLONE_CONFIG_TESTWEBDAVOWNCLOUD_TYPE 2025/10/04 01:10:42 DEBUG : Setting url="http://127.0.0.1:38081/remote.php/webdav/" for "TestWebdavOwncloud" from environment variable RCLONE_CONFIG_TESTWEBDAVOWNCLOUD_URL 2025/10/04 01:10:42 DEBUG : Setting vendor="owncloud" for "TestWebdavOwncloud" from environment variable RCLONE_CONFIG_TESTWEBDAVOWNCLOUD_VENDOR 2025/10/04 01:10:42 DEBUG : Setting user="rclone" for "TestWebdavOwncloud" from environment variable RCLONE_CONFIG_TESTWEBDAVOWNCLOUD_USER 2025/10/04 01:10:42 DEBUG : Setting pass="vjz48cAs42rNVufTpoaw6slypBLp_W5Nwb_mzcomknZRvdE" for "TestWebdavOwncloud" from environment variable RCLONE_CONFIG_TESTWEBDAVOWNCLOUD_PASS 2025/10/04 01:10:42 DEBUG : TestWebdavOwncloud: detected overridden config - adding "{pcuQE}" suffix to name 2025/10/04 01:10:42 DEBUG : Setting url="http://127.0.0.1:38081/remote.php/webdav/" for "TestWebdavOwncloud" from environment variable RCLONE_CONFIG_TESTWEBDAVOWNCLOUD_URL 2025/10/04 01:10:42 DEBUG : Setting vendor="owncloud" for "TestWebdavOwncloud" from environment variable RCLONE_CONFIG_TESTWEBDAVOWNCLOUD_VENDOR 2025/10/04 01:10:42 DEBUG : Setting user="rclone" for "TestWebdavOwncloud" from environment variable RCLONE_CONFIG_TESTWEBDAVOWNCLOUD_USER 2025/10/04 01:10:42 DEBUG : Setting pass="vjz48cAs42rNVufTpoaw6slypBLp_W5Nwb_mzcomknZRvdE" for "TestWebdavOwncloud" from environment variable RCLONE_CONFIG_TESTWEBDAVOWNCLOUD_PASS 2025/10/04 01:10:42 DEBUG : found headers: === RUN TestIntegration/FsMkdir/FsPutFiles/FsDirMove 2025/10/04 01:10:43 DEBUG : Creating backend with remote "TestWebdavOwncloud:rclone-test-soxujub1beri" 2025/10/04 01:10:43 DEBUG : Setting type="webdav" for "TestWebdavOwncloud" from environment variable RCLONE_CONFIG_TESTWEBDAVOWNCLOUD_TYPE 2025/10/04 01:10:43 DEBUG : Setting url="http://127.0.0.1:38081/remote.php/webdav/" for "TestWebdavOwncloud" from environment variable RCLONE_CONFIG_TESTWEBDAVOWNCLOUD_URL 2025/10/04 01:10:43 DEBUG : Setting vendor="owncloud" for "TestWebdavOwncloud" from environment variable RCLONE_CONFIG_TESTWEBDAVOWNCLOUD_VENDOR 2025/10/04 01:10:43 DEBUG : Setting user="rclone" for "TestWebdavOwncloud" from environment variable RCLONE_CONFIG_TESTWEBDAVOWNCLOUD_USER 2025/10/04 01:10:43 DEBUG : Setting pass="vjz48cAs42rNVufTpoaw6slypBLp_W5Nwb_mzcomknZRvdE" for "TestWebdavOwncloud" from environment variable RCLONE_CONFIG_TESTWEBDAVOWNCLOUD_PASS 2025/10/04 01:10:43 DEBUG : TestWebdavOwncloud: detected overridden config - adding "{pcuQE}" suffix to name 2025/10/04 01:10:43 DEBUG : Setting url="http://127.0.0.1:38081/remote.php/webdav/" for "TestWebdavOwncloud" from environment variable RCLONE_CONFIG_TESTWEBDAVOWNCLOUD_URL 2025/10/04 01:10:43 DEBUG : Setting vendor="owncloud" for "TestWebdavOwncloud" from environment variable RCLONE_CONFIG_TESTWEBDAVOWNCLOUD_VENDOR 2025/10/04 01:10:43 DEBUG : Setting user="rclone" for "TestWebdavOwncloud" from environment variable RCLONE_CONFIG_TESTWEBDAVOWNCLOUD_USER 2025/10/04 01:10:43 DEBUG : Setting pass="vjz48cAs42rNVufTpoaw6slypBLp_W5Nwb_mzcomknZRvdE" for "TestWebdavOwncloud" from environment variable RCLONE_CONFIG_TESTWEBDAVOWNCLOUD_PASS 2025/10/04 01:10:43 DEBUG : found headers: 2025/10/04 01:10:45 DEBUG : webdav root 'rclone-test-soxujub1beri': Purge remote === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot fstests.go:1911: Opening root remote "TestWebdavOwncloud:" path "rclone-test-nihonup6ziko" from "TestWebdavOwncloud:rclone-test-nihonup6ziko" 2025/10/04 01:10:45 DEBUG : Creating backend with remote "TestWebdavOwncloud:" 2025/10/04 01:10:45 DEBUG : Setting type="webdav" for "TestWebdavOwncloud" from environment variable RCLONE_CONFIG_TESTWEBDAVOWNCLOUD_TYPE 2025/10/04 01:10:45 DEBUG : Setting url="http://127.0.0.1:38081/remote.php/webdav/" for "TestWebdavOwncloud" from environment variable RCLONE_CONFIG_TESTWEBDAVOWNCLOUD_URL 2025/10/04 01:10:45 DEBUG : Setting vendor="owncloud" for "TestWebdavOwncloud" from environment variable RCLONE_CONFIG_TESTWEBDAVOWNCLOUD_VENDOR 2025/10/04 01:10:45 DEBUG : Setting user="rclone" for "TestWebdavOwncloud" from environment variable RCLONE_CONFIG_TESTWEBDAVOWNCLOUD_USER 2025/10/04 01:10:45 DEBUG : Setting pass="vjz48cAs42rNVufTpoaw6slypBLp_W5Nwb_mzcomknZRvdE" for "TestWebdavOwncloud" from environment variable RCLONE_CONFIG_TESTWEBDAVOWNCLOUD_PASS 2025/10/04 01:10:45 DEBUG : TestWebdavOwncloud: detected overridden config - adding "{pcuQE}" suffix to name 2025/10/04 01:10:45 DEBUG : Setting url="http://127.0.0.1:38081/remote.php/webdav/" for "TestWebdavOwncloud" from environment variable RCLONE_CONFIG_TESTWEBDAVOWNCLOUD_URL 2025/10/04 01:10:45 DEBUG : Setting vendor="owncloud" for "TestWebdavOwncloud" from environment variable RCLONE_CONFIG_TESTWEBDAVOWNCLOUD_VENDOR 2025/10/04 01:10:45 DEBUG : Setting user="rclone" for "TestWebdavOwncloud" from environment variable RCLONE_CONFIG_TESTWEBDAVOWNCLOUD_USER 2025/10/04 01:10:45 DEBUG : Setting pass="vjz48cAs42rNVufTpoaw6slypBLp_W5Nwb_mzcomknZRvdE" for "TestWebdavOwncloud" from environment variable RCLONE_CONFIG_TESTWEBDAVOWNCLOUD_PASS 2025/10/04 01:10:45 DEBUG : found headers: === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/List === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries 2025/10/04 01:10:46 ERROR : error listing: directory not found === NAME TestIntegration/FsMkdir fstests.go:2817: Warning: this should produce fs.ErrorDirNotFound --- PASS: TestIntegration (31.76s) --- PASS: TestIntegration/FsMkdir (30.45s) --- PASS: TestIntegration/FsMkdir/FsMkdirRmdirSubdir (1.49s) --- PASS: TestIntegration/FsMkdir/FsListDirEmpty (0.09s) --- PASS: TestIntegration/FsMkdir/FsEncoding (19.14s) --- PASS: TestIntegration/FsMkdir/FsEncoding/control_chars (1.17s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot (1.13s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot_dot (1.06s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_space (1.10s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_tilde (1.08s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_CR (1.12s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_LF (1.15s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_HT (1.22s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_VT (1.23s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_dot (1.15s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_space (1.12s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_CR (1.02s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_LF (1.12s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_HT (1.07s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_VT (1.09s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_dot (1.10s) --- PASS: TestIntegration/FsMkdir/FsEncoding/URL_encoding (1.12s) --- PASS: TestIntegration/FsMkdir/FsPutFiles (9.17s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 (0.40s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListR (0.44s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 (0.18s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurge (1.40s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot (1.50s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsDirMove (2.66s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot (0.50s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List (0.42s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries (0.08s) PASS ok github.com/rclone/rclone/backend/webdav 31.776s "go test -v -timeout 1h0m0s -remote TestWebdavOwncloud: -verbose -test.run '^TestIntegration$/^FsMkdir$/^(FsListDirEmpty|FsMkdirRmdirSubdir)$|^TestIntegration$/^FsMkdir$/^FsEncoding$/^(URL_encoding|control_chars|dot|dot_dot|leading_CR|leading_HT|leading_LF|leading_VT|leading_dot|leading_space|leading_tilde|trailing_CR|trailing_HT|trailing_LF|trailing_VT|trailing_dot|trailing_space)$|^TestIntegration$/^FsMkdir$/^FsPutFiles$/^(FsDirMove|FsListDirFile2|FsListLevel2|FsListR|FsPurge|FsPurgeRoot)$|^TestIntegration$/^FsMkdir$/^FsPutFiles$/^FromRoot$/^(List|ListEntries)$'" - Finished OK in 33.251433335s (try 2/5)