"go test -v -timeout 1h0m0s -remote TestWebdavNextcloud: -verbose" - Starting (try 1/5)
=== RUN   TestIntegration
    fstests.go:438: Using remote "TestWebdavNextcloud:"
2025/03/03 01:53:28 DEBUG : Creating backend with remote "TestWebdavNextcloud:rclone-test-gebesaf7wuli"
2025/03/03 01:53:28 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2025/03/03 01:53:28 DEBUG : Setting type="webdav" for "TestWebdavNextcloud" from environment variable RCLONE_CONFIG_TESTWEBDAVNEXTCLOUD_TYPE
2025/03/03 01:53:28 DEBUG : Setting url="http://127.0.0.1:28629/remote.php/dav/files/rclone/" for "TestWebdavNextcloud" from environment variable RCLONE_CONFIG_TESTWEBDAVNEXTCLOUD_URL
2025/03/03 01:53:28 DEBUG : Setting vendor="nextcloud" for "TestWebdavNextcloud" from environment variable RCLONE_CONFIG_TESTWEBDAVNEXTCLOUD_VENDOR
2025/03/03 01:53:28 DEBUG : Setting user="rclone" for "TestWebdavNextcloud" from environment variable RCLONE_CONFIG_TESTWEBDAVNEXTCLOUD_USER
2025/03/03 01:53:28 DEBUG : Setting pass="GWRV-Zj28Zz9pNMG0yHm6PBHjGHjRLfeedhQu3ZE" for "TestWebdavNextcloud" from environment variable RCLONE_CONFIG_TESTWEBDAVNEXTCLOUD_PASS
2025/03/03 01:53:28 DEBUG : TestWebdavNextcloud: detected overridden config - adding "{YY2bf}" suffix to name
2025/03/03 01:53:28 DEBUG : Setting url="http://127.0.0.1:28629/remote.php/dav/files/rclone/" for "TestWebdavNextcloud" from environment variable RCLONE_CONFIG_TESTWEBDAVNEXTCLOUD_URL
2025/03/03 01:53:28 DEBUG : Setting vendor="nextcloud" for "TestWebdavNextcloud" from environment variable RCLONE_CONFIG_TESTWEBDAVNEXTCLOUD_VENDOR
2025/03/03 01:53:28 DEBUG : Setting user="rclone" for "TestWebdavNextcloud" from environment variable RCLONE_CONFIG_TESTWEBDAVNEXTCLOUD_USER
2025/03/03 01:53:28 DEBUG : Setting pass="GWRV-Zj28Zz9pNMG0yHm6PBHjGHjRLfeedhQu3ZE" for "TestWebdavNextcloud" from environment variable RCLONE_CONFIG_TESTWEBDAVNEXTCLOUD_PASS
2025/03/03 01:53:28 DEBUG : found headers: 
2025/03/03 01:53:28 DEBUG : Chunks temporary upload directory: http://127.0.0.1:28629/remote.php/dav/uploads/rclone/
2025/03/03 01:53:28 DEBUG : Setting type="webdav" for "TestWebdavNextcloud" from environment variable RCLONE_CONFIG_TESTWEBDAVNEXTCLOUD_TYPE
=== RUN   TestIntegration/FsCheckWrap
    fstests.go:479: Not a wrapping Fs
=== RUN   TestIntegration/FsCommand
    fstests.go:507: No commands in this remote
=== RUN   TestIntegration/FsRmdirNotFound
=== RUN   TestIntegration/FsString
=== RUN   TestIntegration/FsName
=== RUN   TestIntegration/FsRoot
=== RUN   TestIntegration/FsRmdirEmpty
=== RUN   TestIntegration/FsMkdir
=== RUN   TestIntegration/FsMkdir/FsMkdirRmdirSubdir
2025/03/03 01:53:31 INFO  : dir/subdir: Making directory
2025/03/03 01:53:32 INFO  : dir/subdir: Removing directory
2025/03/03 01:53:33 INFO  : dir: Removing directory
=== RUN   TestIntegration/FsMkdir/FsListEmpty
=== RUN   TestIntegration/FsMkdir/FsListDirEmpty
=== RUN   TestIntegration/FsMkdir/FsListRDirEmpty
    fstests.go:399: FS has no ListR interface
=== RUN   TestIntegration/FsMkdir/FsListDirNotFound
2025/03/03 01:53:35 ERROR : does not exist: error listing: directory not found
=== RUN   TestIntegration/FsMkdir/FsListRDirNotFound
    fstests.go:399: FS has no ListR interface
=== RUN   TestIntegration/FsMkdir/FsEncoding
=== RUN   TestIntegration/FsMkdir/FsEncoding/control_chars
    fstests.go:707: testing "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡"
2025/03/03 01:53:36 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Update will use the normal upload strategy (no chunks)
=== RUN   TestIntegration/FsMkdir/FsEncoding/dot
    fstests.go:707: testing "."
2025/03/03 01:53:39 DEBUG : ./.: Update will use the normal upload strategy (no chunks)
=== RUN   TestIntegration/FsMkdir/FsEncoding/dot_dot
    fstests.go:707: testing ".."
2025/03/03 01:53:42 DEBUG : ../..: Update will use the normal upload strategy (no chunks)
=== RUN   TestIntegration/FsMkdir/FsEncoding/punctuation
    fstests.go:707: testing "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~"
    fstests.go:708: 
        	Error Trace:	/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:708
        	Error:      	Received unexpected error:
        	            	"\" is not allowed inside a file or folder name.: OCA\DAV\Connector\Sabre\Exception\InvalidPath: 400 Bad Request
        	Test:       	TestIntegration/FsMkdir/FsEncoding/punctuation
    fstests.go:146: 
        	Error Trace:	/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:146
        	            				/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:224
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:214
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:713
        	Error:      	Received unexpected error:
        	            	Update mkParentDir failed: "\" is not allowed inside a file or folder name.: OCA\DAV\Connector\Sabre\Exception\InvalidPath: 400 Bad Request
        	Test:       	TestIntegration/FsMkdir/FsEncoding/punctuation
        	Messages:   	Put
=== RUN   TestIntegration/FsMkdir/FsEncoding/leading_space
    fstests.go:707: testing " leading space"
2025/03/03 01:53:46 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/03/03 01:53:48 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/03/03 01:53:51 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/03/03 01:53:54 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/03/03 01:53:57 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/03/03 01:54:00 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/03/03 01:54:03 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/03/03 01:54:06 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/03/03 01:54:09 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/03/03 01:54:12 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/03/03 01:54:15 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/03/03 01:54:17 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/03/03 01:54:20 DEBUG : trailing dot./trailing dot.: Update will use the normal upload strategy (no chunks)
=== RUN   TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8
    fstests.go:707: testing "invalid utf-8\xfe"
2025/03/03 01:54:23 DEBUG : invalid utf-8�/invalid utf-8�: Update will use the normal upload strategy (no chunks)
    fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3
    fstest.go:292: Sleeping for 2s for list eventual consistency: 2/3
    fstest.go:292: Sleeping for 4s for list eventual consistency: 3/3
    fstest.go:299: 
        	Error Trace:	/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:299
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:714
        	Error:      	Should be true
        	Test:       	TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8
        	Messages:   	listing wrong, want
        	            	  invalid utf-8�/invalid utf-8� (100) got
        	            	  invalid utf-8þ/invalid utf-8þ (100)
    fstest.go:185: 
        	Error Trace:	/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:185
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:302
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:714
        	Error:      	Should be true
        	Test:       	TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8
        	Messages:   	Unexpected file "invalid utf-8þ/invalid utf-8þ"
    fstest.go:197: Not found "invalid utf-8\xfe/invalid utf-8\xfe"
    fstest.go:200: 
        	Error Trace:	/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:200
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:304
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:714
        	Error:      	Not equal: 
        	            	expected: 0
        	            	actual  : 1
        	Test:       	TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8
        	Messages:   	1 objects not found
    fstest.go:321: 
        	Error Trace:	/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:321
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:714
        	Error:      	Not equal: 
        	            	expected: []string{"invalid utf-8\xfe"}
        	            	actual  : []string{"invalid utf-8þ"}
        	            	
        	            	Diff:
        	            	--- Expected
        	            	+++ Actual
        	            	@@ -1,3 +1,3 @@
        	            	 ([]string) (len=1) {
        	            	- (string) (len=14) "invalid utf-8\xfe"
        	            	+ (string) (len=15) "invalid utf-8þ"
        	            	 }
        	Test:       	TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8
        	Messages:   	directories
2025/03/03 01:54:33 DEBUG : Item with unknown path received: "/remote.php/dav/files/rclone/rclone-test-gebesaf7wuli/invalid utf-8þ/", "/remote.php/dav/files/rclone/rclone-test-gebesaf7wuli/invalid utf-8\xfe/"
=== RUN   TestIntegration/FsMkdir/FsEncoding/URL_encoding
    fstests.go:707: testing "test%46.txt"
2025/03/03 01:54:34 DEBUG : test%46.txt/test%46.txt: Update will use the normal upload strategy (no chunks)
=== RUN   TestIntegration/FsMkdir/FsNewObjectNotFound
=== RUN   TestIntegration/FsMkdir/FsPutError
2025/03/03 01:54:40 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Update will use the normal upload strategy (no chunks)
=== RUN   TestIntegration/FsMkdir/FsPutZeroLength
2025/03/03 01:54:42 DEBUG : zero-length-file: Update will use the normal upload strategy (no chunks)
=== RUN   TestIntegration/FsMkdir/FsOpenWriterAt
    fstests.go:786: FS has no OpenWriterAt interface
=== RUN   TestIntegration/FsMkdir/FsOpenChunkWriter
    fstests.go:819: FS has no OpenChunkWriter interface
=== RUN   TestIntegration/FsMkdir/FsChangeNotify
    fstests.go:868: FS has no ChangeNotify interface
=== RUN   TestIntegration/FsMkdir/FsPutFiles
2025/03/03 01:54:44 DEBUG : file name.txt: Update will use the normal upload strategy (no chunks)
2025/03/03 01:54:45 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Update will use the normal upload strategy (no chunks)
2025/03/03 01:54:46 DEBUG : file name.txt: Update will use the normal upload strategy (no chunks)
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2
    fstests.go:399: FS has no ListR interface
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsListR
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot
2025/03/03 01:54:50 DEBUG : Creating backend with remote "TestWebdavNextcloud:"
2025/03/03 01:54:50 DEBUG : Setting type="webdav" for "TestWebdavNextcloud" from environment variable RCLONE_CONFIG_TESTWEBDAVNEXTCLOUD_TYPE
2025/03/03 01:54:50 DEBUG : Setting url="http://127.0.0.1:28629/remote.php/dav/files/rclone/" for "TestWebdavNextcloud" from environment variable RCLONE_CONFIG_TESTWEBDAVNEXTCLOUD_URL
2025/03/03 01:54:50 DEBUG : Setting vendor="nextcloud" for "TestWebdavNextcloud" from environment variable RCLONE_CONFIG_TESTWEBDAVNEXTCLOUD_VENDOR
2025/03/03 01:54:50 DEBUG : Setting user="rclone" for "TestWebdavNextcloud" from environment variable RCLONE_CONFIG_TESTWEBDAVNEXTCLOUD_USER
2025/03/03 01:54:50 DEBUG : Setting pass="GWRV-Zj28Zz9pNMG0yHm6PBHjGHjRLfeedhQu3ZE" for "TestWebdavNextcloud" from environment variable RCLONE_CONFIG_TESTWEBDAVNEXTCLOUD_PASS
2025/03/03 01:54:50 DEBUG : TestWebdavNextcloud: detected overridden config - adding "{YY2bf}" suffix to name
2025/03/03 01:54:50 DEBUG : Setting url="http://127.0.0.1:28629/remote.php/dav/files/rclone/" for "TestWebdavNextcloud" from environment variable RCLONE_CONFIG_TESTWEBDAVNEXTCLOUD_URL
2025/03/03 01:54:50 DEBUG : Setting vendor="nextcloud" for "TestWebdavNextcloud" from environment variable RCLONE_CONFIG_TESTWEBDAVNEXTCLOUD_VENDOR
2025/03/03 01:54:50 DEBUG : Setting user="rclone" for "TestWebdavNextcloud" from environment variable RCLONE_CONFIG_TESTWEBDAVNEXTCLOUD_USER
2025/03/03 01:54:50 DEBUG : Setting pass="GWRV-Zj28Zz9pNMG0yHm6PBHjGHjRLfeedhQu3ZE" for "TestWebdavNextcloud" from environment variable RCLONE_CONFIG_TESTWEBDAVNEXTCLOUD_PASS
2025/03/03 01:54:50 DEBUG : found headers: 
2025/03/03 01:54:50 DEBUG : Chunks temporary upload directory: http://127.0.0.1:28629/remote.php/dav/uploads/rclone/
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot
    fstests.go:399: FS has no ListR interface
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsListSubdir
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir#01
    fstests.go:399: FS has no ListR interface
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsListLevel2
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2
    fstests.go:399: FS has no ListR interface
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsListFile1
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsNewObject
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive
    fstests.go:1121: Not Case Insensitive
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsPurge
2025/03/03 01:54:55 DEBUG : dirToPurge/fileToPurge.txt: Update will use the normal upload strategy (no chunks)
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot
2025/03/03 01:54:59 DEBUG : dirToPurgeFromRoot/fileToPurgeFromRoot.txt: Update will use the normal upload strategy (no chunks)
2025/03/03 01:55:01 DEBUG : Creating backend with remote "TestWebdavNextcloud:rclone-test-gebesaf7wuli/dirToPurgeFromRoot"
2025/03/03 01:55:01 DEBUG : Setting type="webdav" for "TestWebdavNextcloud" from environment variable RCLONE_CONFIG_TESTWEBDAVNEXTCLOUD_TYPE
2025/03/03 01:55:01 DEBUG : Setting url="http://127.0.0.1:28629/remote.php/dav/files/rclone/" for "TestWebdavNextcloud" from environment variable RCLONE_CONFIG_TESTWEBDAVNEXTCLOUD_URL
2025/03/03 01:55:01 DEBUG : Setting vendor="nextcloud" for "TestWebdavNextcloud" from environment variable RCLONE_CONFIG_TESTWEBDAVNEXTCLOUD_VENDOR
2025/03/03 01:55:01 DEBUG : Setting user="rclone" for "TestWebdavNextcloud" from environment variable RCLONE_CONFIG_TESTWEBDAVNEXTCLOUD_USER
2025/03/03 01:55:01 DEBUG : Setting pass="GWRV-Zj28Zz9pNMG0yHm6PBHjGHjRLfeedhQu3ZE" for "TestWebdavNextcloud" from environment variable RCLONE_CONFIG_TESTWEBDAVNEXTCLOUD_PASS
2025/03/03 01:55:01 DEBUG : TestWebdavNextcloud: detected overridden config - adding "{YY2bf}" suffix to name
2025/03/03 01:55:01 DEBUG : Setting url="http://127.0.0.1:28629/remote.php/dav/files/rclone/" for "TestWebdavNextcloud" from environment variable RCLONE_CONFIG_TESTWEBDAVNEXTCLOUD_URL
2025/03/03 01:55:01 DEBUG : Setting vendor="nextcloud" for "TestWebdavNextcloud" from environment variable RCLONE_CONFIG_TESTWEBDAVNEXTCLOUD_VENDOR
2025/03/03 01:55:01 DEBUG : Setting user="rclone" for "TestWebdavNextcloud" from environment variable RCLONE_CONFIG_TESTWEBDAVNEXTCLOUD_USER
2025/03/03 01:55:01 DEBUG : Setting pass="GWRV-Zj28Zz9pNMG0yHm6PBHjGHjRLfeedhQu3ZE" for "TestWebdavNextcloud" from environment variable RCLONE_CONFIG_TESTWEBDAVNEXTCLOUD_PASS
2025/03/03 01:55:01 DEBUG : found headers: 
2025/03/03 01:55:01 DEBUG : Chunks temporary upload directory: http://127.0.0.1:28629/remote.php/dav/uploads/rclone/
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir
2025/03/03 01:55:03 DEBUG : Creating backend with remote "TestWebdavNextcloud:rclone-test-gebesaf7wuli/hello? sausage/êé"
2025/03/03 01:55:03 DEBUG : Setting type="webdav" for "TestWebdavNextcloud" from environment variable RCLONE_CONFIG_TESTWEBDAVNEXTCLOUD_TYPE
2025/03/03 01:55:03 DEBUG : Setting url="http://127.0.0.1:28629/remote.php/dav/files/rclone/" for "TestWebdavNextcloud" from environment variable RCLONE_CONFIG_TESTWEBDAVNEXTCLOUD_URL
2025/03/03 01:55:03 DEBUG : Setting vendor="nextcloud" for "TestWebdavNextcloud" from environment variable RCLONE_CONFIG_TESTWEBDAVNEXTCLOUD_VENDOR
2025/03/03 01:55:03 DEBUG : Setting user="rclone" for "TestWebdavNextcloud" from environment variable RCLONE_CONFIG_TESTWEBDAVNEXTCLOUD_USER
2025/03/03 01:55:03 DEBUG : Setting pass="GWRV-Zj28Zz9pNMG0yHm6PBHjGHjRLfeedhQu3ZE" for "TestWebdavNextcloud" from environment variable RCLONE_CONFIG_TESTWEBDAVNEXTCLOUD_PASS
2025/03/03 01:55:03 DEBUG : TestWebdavNextcloud: detected overridden config - adding "{YY2bf}" suffix to name
2025/03/03 01:55:03 DEBUG : Setting url="http://127.0.0.1:28629/remote.php/dav/files/rclone/" for "TestWebdavNextcloud" from environment variable RCLONE_CONFIG_TESTWEBDAVNEXTCLOUD_URL
2025/03/03 01:55:03 DEBUG : Setting vendor="nextcloud" for "TestWebdavNextcloud" from environment variable RCLONE_CONFIG_TESTWEBDAVNEXTCLOUD_VENDOR
2025/03/03 01:55:03 DEBUG : Setting user="rclone" for "TestWebdavNextcloud" from environment variable RCLONE_CONFIG_TESTWEBDAVNEXTCLOUD_USER
2025/03/03 01:55:03 DEBUG : Setting pass="GWRV-Zj28Zz9pNMG0yHm6PBHjGHjRLfeedhQu3ZE" for "TestWebdavNextcloud" from environment variable RCLONE_CONFIG_TESTWEBDAVNEXTCLOUD_PASS
2025/03/03 01:55:03 DEBUG : found headers: 
2025/03/03 01:55:03 DEBUG : Chunks temporary upload directory: http://127.0.0.1:28629/remote.php/dav/uploads/rclone/
2025/03/03 01:55:03 DEBUG : fs cache: renaming cache item "TestWebdavNextcloud:rclone-test-gebesaf7wuli/hello? sausage/êé" to be canonical "TestWebdavNextcloud{YY2bf}:rclone-test-gebesaf7wuli/hello? sausage/êé"
2025/03/03 01:55:06 DEBUG : a/b/c/d/e.txt: Update will use the normal upload strategy (no chunks)
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsCopy
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsCopy/Metadata
    fstests.go:1289: Skipping test as can't write metadata
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsMove
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsMove/Metadata
    fstests.go:1398: Skipping test as can't write metadata
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsDirMove
2025/03/03 01:55:23 DEBUG : Creating backend with remote "TestWebdavNextcloud:rclone-test-xuguvez7pewa"
2025/03/03 01:55:23 DEBUG : Config file has changed externally - reloading
2025/03/03 01:55:23 DEBUG : Setting type="webdav" for "TestWebdavNextcloud" from environment variable RCLONE_CONFIG_TESTWEBDAVNEXTCLOUD_TYPE
2025/03/03 01:55:23 DEBUG : Setting url="http://127.0.0.1:28629/remote.php/dav/files/rclone/" for "TestWebdavNextcloud" from environment variable RCLONE_CONFIG_TESTWEBDAVNEXTCLOUD_URL
2025/03/03 01:55:23 DEBUG : Setting vendor="nextcloud" for "TestWebdavNextcloud" from environment variable RCLONE_CONFIG_TESTWEBDAVNEXTCLOUD_VENDOR
2025/03/03 01:55:23 DEBUG : Setting user="rclone" for "TestWebdavNextcloud" from environment variable RCLONE_CONFIG_TESTWEBDAVNEXTCLOUD_USER
2025/03/03 01:55:23 DEBUG : Setting pass="GWRV-Zj28Zz9pNMG0yHm6PBHjGHjRLfeedhQu3ZE" for "TestWebdavNextcloud" from environment variable RCLONE_CONFIG_TESTWEBDAVNEXTCLOUD_PASS
2025/03/03 01:55:23 DEBUG : TestWebdavNextcloud: detected overridden config - adding "{YY2bf}" suffix to name
2025/03/03 01:55:23 DEBUG : Setting url="http://127.0.0.1:28629/remote.php/dav/files/rclone/" for "TestWebdavNextcloud" from environment variable RCLONE_CONFIG_TESTWEBDAVNEXTCLOUD_URL
2025/03/03 01:55:23 DEBUG : Setting vendor="nextcloud" for "TestWebdavNextcloud" from environment variable RCLONE_CONFIG_TESTWEBDAVNEXTCLOUD_VENDOR
2025/03/03 01:55:23 DEBUG : Setting user="rclone" for "TestWebdavNextcloud" from environment variable RCLONE_CONFIG_TESTWEBDAVNEXTCLOUD_USER
2025/03/03 01:55:23 DEBUG : Setting pass="GWRV-Zj28Zz9pNMG0yHm6PBHjGHjRLfeedhQu3ZE" for "TestWebdavNextcloud" from environment variable RCLONE_CONFIG_TESTWEBDAVNEXTCLOUD_PASS
2025/03/03 01:55:23 DEBUG : found headers: 
2025/03/03 01:55:23 DEBUG : Chunks temporary upload directory: http://127.0.0.1:28629/remote.php/dav/uploads/rclone/
2025/03/03 01:55:29 DEBUG : webdav root 'rclone-test-xuguvez7pewa': Purge remote
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsRmdirFull
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsPrecision
=== RUN   TestIntegration/FsMkdir/FsPutFiles/ObjectString
=== RUN   TestIntegration/FsMkdir/FsPutFiles/ObjectFs
=== RUN   TestIntegration/FsMkdir/FsPutFiles/ObjectRemote
=== RUN   TestIntegration/FsMkdir/FsPutFiles/ObjectHashes
=== RUN   TestIntegration/FsMkdir/FsPutFiles/ObjectModTime
=== RUN   TestIntegration/FsMkdir/FsPutFiles/ObjectMimeType
    fstests.go:1592: MimeType method not supported
=== RUN   TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata
    fstests.go:1623: Metadata method not supported
=== RUN   TestIntegration/FsMkdir/FsPutFiles/ObjectSetMetadata
    fstests.go:1694: SetMetadata method not supported
=== RUN   TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime
=== RUN   TestIntegration/FsMkdir/FsPutFiles/ObjectSize
=== RUN   TestIntegration/FsMkdir/FsPutFiles/ObjectOpen
=== RUN   TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek
=== RUN   TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange
=== RUN   TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead
=== RUN   TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate
2025/03/03 01:55:35 DEBUG : file name.txt-should-be-ignored.bin: Update will use the normal upload strategy (no chunks)
=== RUN   TestIntegration/FsMkdir/FsPutFiles/ObjectStorable
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsIsFile
2025/03/03 01:55:37 DEBUG : Creating backend with remote "TestWebdavNextcloud:rclone-test-gebesaf7wuli/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt"
2025/03/03 01:55:37 DEBUG : Setting type="webdav" for "TestWebdavNextcloud" from environment variable RCLONE_CONFIG_TESTWEBDAVNEXTCLOUD_TYPE
2025/03/03 01:55:37 DEBUG : Setting url="http://127.0.0.1:28629/remote.php/dav/files/rclone/" for "TestWebdavNextcloud" from environment variable RCLONE_CONFIG_TESTWEBDAVNEXTCLOUD_URL
2025/03/03 01:55:37 DEBUG : Setting vendor="nextcloud" for "TestWebdavNextcloud" from environment variable RCLONE_CONFIG_TESTWEBDAVNEXTCLOUD_VENDOR
2025/03/03 01:55:37 DEBUG : Setting user="rclone" for "TestWebdavNextcloud" from environment variable RCLONE_CONFIG_TESTWEBDAVNEXTCLOUD_USER
2025/03/03 01:55:37 DEBUG : Setting pass="GWRV-Zj28Zz9pNMG0yHm6PBHjGHjRLfeedhQu3ZE" for "TestWebdavNextcloud" from environment variable RCLONE_CONFIG_TESTWEBDAVNEXTCLOUD_PASS
2025/03/03 01:55:37 DEBUG : TestWebdavNextcloud: detected overridden config - adding "{YY2bf}" suffix to name
2025/03/03 01:55:37 DEBUG : Setting url="http://127.0.0.1:28629/remote.php/dav/files/rclone/" for "TestWebdavNextcloud" from environment variable RCLONE_CONFIG_TESTWEBDAVNEXTCLOUD_URL
2025/03/03 01:55:37 DEBUG : Setting vendor="nextcloud" for "TestWebdavNextcloud" from environment variable RCLONE_CONFIG_TESTWEBDAVNEXTCLOUD_VENDOR
2025/03/03 01:55:37 DEBUG : Setting user="rclone" for "TestWebdavNextcloud" from environment variable RCLONE_CONFIG_TESTWEBDAVNEXTCLOUD_USER
2025/03/03 01:55:37 DEBUG : Setting pass="GWRV-Zj28Zz9pNMG0yHm6PBHjGHjRLfeedhQu3ZE" for "TestWebdavNextcloud" from environment variable RCLONE_CONFIG_TESTWEBDAVNEXTCLOUD_PASS
2025/03/03 01:55:37 DEBUG : found headers: 
2025/03/03 01:55:37 DEBUG : Chunks temporary upload directory: http://127.0.0.1:28629/remote.php/dav/uploads/rclone/
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound
2025/03/03 01:55:37 DEBUG : Creating backend with remote "TestWebdavNextcloud:rclone-test-gebesaf7wuli/not found.txt"
2025/03/03 01:55:37 DEBUG : Setting type="webdav" for "TestWebdavNextcloud" from environment variable RCLONE_CONFIG_TESTWEBDAVNEXTCLOUD_TYPE
2025/03/03 01:55:37 DEBUG : Setting url="http://127.0.0.1:28629/remote.php/dav/files/rclone/" for "TestWebdavNextcloud" from environment variable RCLONE_CONFIG_TESTWEBDAVNEXTCLOUD_URL
2025/03/03 01:55:37 DEBUG : Setting vendor="nextcloud" for "TestWebdavNextcloud" from environment variable RCLONE_CONFIG_TESTWEBDAVNEXTCLOUD_VENDOR
2025/03/03 01:55:37 DEBUG : Setting user="rclone" for "TestWebdavNextcloud" from environment variable RCLONE_CONFIG_TESTWEBDAVNEXTCLOUD_USER
2025/03/03 01:55:37 DEBUG : Setting pass="GWRV-Zj28Zz9pNMG0yHm6PBHjGHjRLfeedhQu3ZE" for "TestWebdavNextcloud" from environment variable RCLONE_CONFIG_TESTWEBDAVNEXTCLOUD_PASS
2025/03/03 01:55:37 DEBUG : TestWebdavNextcloud: detected overridden config - adding "{YY2bf}" suffix to name
2025/03/03 01:55:37 DEBUG : Setting url="http://127.0.0.1:28629/remote.php/dav/files/rclone/" for "TestWebdavNextcloud" from environment variable RCLONE_CONFIG_TESTWEBDAVNEXTCLOUD_URL
2025/03/03 01:55:37 DEBUG : Setting vendor="nextcloud" for "TestWebdavNextcloud" from environment variable RCLONE_CONFIG_TESTWEBDAVNEXTCLOUD_VENDOR
2025/03/03 01:55:37 DEBUG : Setting user="rclone" for "TestWebdavNextcloud" from environment variable RCLONE_CONFIG_TESTWEBDAVNEXTCLOUD_USER
2025/03/03 01:55:37 DEBUG : Setting pass="GWRV-Zj28Zz9pNMG0yHm6PBHjGHjRLfeedhQu3ZE" for "TestWebdavNextcloud" from environment variable RCLONE_CONFIG_TESTWEBDAVNEXTCLOUD_PASS
2025/03/03 01:55:37 DEBUG : found headers: 
2025/03/03 01:55:37 DEBUG : Chunks temporary upload directory: http://127.0.0.1:28629/remote.php/dav/uploads/rclone/
2025/03/03 01:55:38 ERROR : : error listing: directory not found
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FromRoot
    fstests.go:1911: Opening root remote "TestWebdavNextcloud:" path "rclone-test-gebesaf7wuli" from "TestWebdavNextcloud:rclone-test-gebesaf7wuli"
2025/03/03 01:55:38 DEBUG : Creating backend with remote "TestWebdavNextcloud:"
2025/03/03 01:55:38 DEBUG : Setting type="webdav" for "TestWebdavNextcloud" from environment variable RCLONE_CONFIG_TESTWEBDAVNEXTCLOUD_TYPE
2025/03/03 01:55:38 DEBUG : Setting url="http://127.0.0.1:28629/remote.php/dav/files/rclone/" for "TestWebdavNextcloud" from environment variable RCLONE_CONFIG_TESTWEBDAVNEXTCLOUD_URL
2025/03/03 01:55:38 DEBUG : Setting vendor="nextcloud" for "TestWebdavNextcloud" from environment variable RCLONE_CONFIG_TESTWEBDAVNEXTCLOUD_VENDOR
2025/03/03 01:55:38 DEBUG : Setting user="rclone" for "TestWebdavNextcloud" from environment variable RCLONE_CONFIG_TESTWEBDAVNEXTCLOUD_USER
2025/03/03 01:55:38 DEBUG : Setting pass="GWRV-Zj28Zz9pNMG0yHm6PBHjGHjRLfeedhQu3ZE" for "TestWebdavNextcloud" from environment variable RCLONE_CONFIG_TESTWEBDAVNEXTCLOUD_PASS
2025/03/03 01:55:38 DEBUG : TestWebdavNextcloud: detected overridden config - adding "{YY2bf}" suffix to name
2025/03/03 01:55:38 DEBUG : Setting url="http://127.0.0.1:28629/remote.php/dav/files/rclone/" for "TestWebdavNextcloud" from environment variable RCLONE_CONFIG_TESTWEBDAVNEXTCLOUD_URL
2025/03/03 01:55:38 DEBUG : Setting vendor="nextcloud" for "TestWebdavNextcloud" from environment variable RCLONE_CONFIG_TESTWEBDAVNEXTCLOUD_VENDOR
2025/03/03 01:55:38 DEBUG : Setting user="rclone" for "TestWebdavNextcloud" from environment variable RCLONE_CONFIG_TESTWEBDAVNEXTCLOUD_USER
2025/03/03 01:55:38 DEBUG : Setting pass="GWRV-Zj28Zz9pNMG0yHm6PBHjGHjRLfeedhQu3ZE" for "TestWebdavNextcloud" from environment variable RCLONE_CONFIG_TESTWEBDAVNEXTCLOUD_PASS
2025/03/03 01:55:38 DEBUG : found headers: 
2025/03/03 01:55:38 DEBUG : Chunks temporary upload directory: http://127.0.0.1:28629/remote.php/dav/uploads/rclone/
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FromRoot/List
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR
    fstests.go:1945: FS has no ListR interface
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put
2025/03/03 01:55:39 DEBUG : rclone-test-gebesaf7wuli/created from root.txt: Update will use the normal upload strategy (no chunks)
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove
=== RUN   TestIntegration/FsMkdir/FsPutFiles/PublicLink
    fstests.go:2004: FS has no PublicLinker interface
=== RUN   TestIntegration/FsMkdir/FsPutFiles/SetTier
    fstests.go:412: FS has no SetTier & GetTier interfaces
=== RUN   TestIntegration/FsMkdir/FsPutFiles/ObjectCheckWrap
    fstests.go:2109: Not a wrapping Fs
=== RUN   TestIntegration/FsMkdir/FsPutFiles/Bucket
    fstests.go:2125: Not a bucket based backend
=== RUN   TestIntegration/FsMkdir/FsPutFiles/ObjectRemove
=== RUN   TestIntegration/FsMkdir/FsPutFiles/ObjectAbout
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsPutStream
    fstests.go:2299: FS has no PutStream interface
=== RUN   TestIntegration/FsMkdir/FsPutFiles/Internal
    fstests.go:2343: *webdav.Fs does not implement InternalTester
=== RUN   TestIntegration/FsMkdir/FsPutChunked
=== RUN   TestIntegration/FsMkdir/FsPutChunked/1Mi
=== RUN   TestIntegration/FsMkdir/FsPutChunked/1Mi/1048575
2025/03/03 01:55:45 DEBUG : chunked-1Mi-1023.999Ki.bin: Update will use the normal upload strategy (no chunks)
=== RUN   TestIntegration/FsMkdir/FsPutChunked/1Mi/1048575/Streamed
    fstests.go:2452: FS has no PutStream interface
=== RUN   TestIntegration/FsMkdir/FsPutChunked/1Mi/1048576
2025/03/03 01:55:47 DEBUG : chunked-1Mi-1Mi.bin: Update will use the normal upload strategy (no chunks)
=== RUN   TestIntegration/FsMkdir/FsPutChunked/1Mi/1048576/Streamed
    fstests.go:2452: FS has no PutStream interface
=== RUN   TestIntegration/FsMkdir/FsPutChunked/1Mi/2097153
2025/03/03 01:55:48 DEBUG : chunked-1Mi-2.000Mi.bin: Update will use the chunked upload strategy
=== RUN   TestIntegration/FsMkdir/FsPutChunked/1Mi/2097153/Streamed
    fstests.go:2452: FS has no PutStream interface
=== RUN   TestIntegration/FsMkdir/FsPutChunked/1.049Mi
=== RUN   TestIntegration/FsMkdir/FsPutChunked/1.049Mi/1099999
2025/03/03 01:55:52 DEBUG : chunked-1.049Mi-1.049Mi.bin: Update will use the normal upload strategy (no chunks)
=== RUN   TestIntegration/FsMkdir/FsPutChunked/1.049Mi/1099999/Streamed
    fstests.go:2452: FS has no PutStream interface
=== RUN   TestIntegration/FsMkdir/FsPutChunked/1.049Mi/1100000
2025/03/03 01:55:53 DEBUG : chunked-1.049Mi-1.049Mi.bin: Update will use the normal upload strategy (no chunks)
=== RUN   TestIntegration/FsMkdir/FsPutChunked/1.049Mi/1100000/Streamed
    fstests.go:2452: FS has no PutStream interface
=== RUN   TestIntegration/FsMkdir/FsPutChunked/1.049Mi/2200001
2025/03/03 01:55:55 DEBUG : chunked-1.049Mi-2.098Mi.bin: Update will use the chunked upload strategy
=== RUN   TestIntegration/FsMkdir/FsPutChunked/1.049Mi/2200001/Streamed
    fstests.go:2452: FS has no PutStream interface
=== RUN   TestIntegration/FsMkdir/FsPutChunked/1.049Mi#01
=== RUN   TestIntegration/FsMkdir/FsPutChunked/1.049Mi#01/1100010
2025/03/03 01:55:58 DEBUG : chunked-1.049Mi-1.049Mi.bin: Update will use the normal upload strategy (no chunks)
=== RUN   TestIntegration/FsMkdir/FsPutChunked/1.049Mi#01/1100010/Streamed
    fstests.go:2452: FS has no PutStream interface
=== RUN   TestIntegration/FsMkdir/FsPutChunked/1.049Mi#01/1100011
2025/03/03 01:55:59 DEBUG : chunked-1.049Mi-1.049Mi.bin: Update will use the normal upload strategy (no chunks)
=== RUN   TestIntegration/FsMkdir/FsPutChunked/1.049Mi#01/1100011/Streamed
    fstests.go:2452: FS has no PutStream interface
=== RUN   TestIntegration/FsMkdir/FsPutChunked/1.049Mi#01/2200023
2025/03/03 01:56:01 DEBUG : chunked-1.049Mi-2.098Mi.bin: Update will use the chunked upload strategy
=== RUN   TestIntegration/FsMkdir/FsPutChunked/1.049Mi#01/2200023/Streamed
    fstests.go:2452: FS has no PutStream interface
=== RUN   TestIntegration/FsMkdir/FsPutChunked/1.333Mi
=== RUN   TestIntegration/FsMkdir/FsPutChunked/1.333Mi/1398100
2025/03/03 01:56:04 DEBUG : chunked-1.333Mi-1.333Mi.bin: Update will use the normal upload strategy (no chunks)
=== RUN   TestIntegration/FsMkdir/FsPutChunked/1.333Mi/1398100/Streamed
    fstests.go:2452: FS has no PutStream interface
=== RUN   TestIntegration/FsMkdir/FsPutChunked/1.333Mi/1398101
2025/03/03 01:56:05 DEBUG : chunked-1.333Mi-1.333Mi.bin: Update will use the normal upload strategy (no chunks)
=== RUN   TestIntegration/FsMkdir/FsPutChunked/1.333Mi/1398101/Streamed
    fstests.go:2452: FS has no PutStream interface
=== RUN   TestIntegration/FsMkdir/FsPutChunked/1.333Mi/2796203
2025/03/03 01:56:07 DEBUG : chunked-1.333Mi-2.667Mi.bin: Update will use the chunked upload strategy
=== RUN   TestIntegration/FsMkdir/FsPutChunked/1.333Mi/2796203/Streamed
    fstests.go:2452: FS has no PutStream interface
=== RUN   TestIntegration/FsMkdir/FsPutChunked/2Mi
=== RUN   TestIntegration/FsMkdir/FsPutChunked/2Mi/2097151
2025/03/03 01:56:10 DEBUG : chunked-2Mi-2.000Mi.bin: Update will use the normal upload strategy (no chunks)
=== RUN   TestIntegration/FsMkdir/FsPutChunked/2Mi/2097151/Streamed
    fstests.go:2452: FS has no PutStream interface
=== RUN   TestIntegration/FsMkdir/FsPutChunked/2Mi/2097152
2025/03/03 01:56:11 DEBUG : chunked-2Mi-2Mi.bin: Update will use the normal upload strategy (no chunks)
=== RUN   TestIntegration/FsMkdir/FsPutChunked/2Mi/2097152/Streamed
    fstests.go:2452: FS has no PutStream interface
=== RUN   TestIntegration/FsMkdir/FsPutChunked/2Mi/4194305
2025/03/03 01:56:13 DEBUG : chunked-2Mi-4.000Mi.bin: Update will use the chunked upload strategy
=== RUN   TestIntegration/FsMkdir/FsPutChunked/2Mi/4194305/Streamed
    fstests.go:2452: FS has no PutStream interface
=== RUN   TestIntegration/FsMkdir/FsCopyChunked
    fstests.go:2485: *webdav.Fs does not implement SetCopyCutoff
=== RUN   TestIntegration/FsMkdir/FsUploadUnknownSize
=== RUN   TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize
2025/03/03 01:56:16 DEBUG : unknown-size-put.txt: Update will use the normal upload strategy (no chunks)
=== RUN   TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize
2025/03/03 01:56:17 DEBUG : unknown-size-update.txt: Update will use the normal upload strategy (no chunks)
2025/03/03 01:56:18 DEBUG : unknown-size-update.txt: Update will use the normal upload strategy (no chunks)
=== RUN   TestIntegration/FsMkdir/FsRootCollapse
2025/03/03 01:56:19 DEBUG : Creating backend with remote "TestWebdavNextcloud:rclone-test-gebesaf7wuli/deeper/nonexisting/directory"
2025/03/03 01:56:19 DEBUG : Setting type="webdav" for "TestWebdavNextcloud" from environment variable RCLONE_CONFIG_TESTWEBDAVNEXTCLOUD_TYPE
2025/03/03 01:56:19 DEBUG : Setting url="http://127.0.0.1:28629/remote.php/dav/files/rclone/" for "TestWebdavNextcloud" from environment variable RCLONE_CONFIG_TESTWEBDAVNEXTCLOUD_URL
2025/03/03 01:56:19 DEBUG : Setting vendor="nextcloud" for "TestWebdavNextcloud" from environment variable RCLONE_CONFIG_TESTWEBDAVNEXTCLOUD_VENDOR
2025/03/03 01:56:19 DEBUG : Setting user="rclone" for "TestWebdavNextcloud" from environment variable RCLONE_CONFIG_TESTWEBDAVNEXTCLOUD_USER
2025/03/03 01:56:19 DEBUG : Setting pass="GWRV-Zj28Zz9pNMG0yHm6PBHjGHjRLfeedhQu3ZE" for "TestWebdavNextcloud" from environment variable RCLONE_CONFIG_TESTWEBDAVNEXTCLOUD_PASS
2025/03/03 01:56:19 DEBUG : TestWebdavNextcloud: detected overridden config - adding "{YY2bf}" suffix to name
2025/03/03 01:56:19 DEBUG : Setting url="http://127.0.0.1:28629/remote.php/dav/files/rclone/" for "TestWebdavNextcloud" from environment variable RCLONE_CONFIG_TESTWEBDAVNEXTCLOUD_URL
2025/03/03 01:56:19 DEBUG : Setting vendor="nextcloud" for "TestWebdavNextcloud" from environment variable RCLONE_CONFIG_TESTWEBDAVNEXTCLOUD_VENDOR
2025/03/03 01:56:19 DEBUG : Setting user="rclone" for "TestWebdavNextcloud" from environment variable RCLONE_CONFIG_TESTWEBDAVNEXTCLOUD_USER
2025/03/03 01:56:19 DEBUG : Setting pass="GWRV-Zj28Zz9pNMG0yHm6PBHjGHjRLfeedhQu3ZE" for "TestWebdavNextcloud" from environment variable RCLONE_CONFIG_TESTWEBDAVNEXTCLOUD_PASS
2025/03/03 01:56:19 DEBUG : found headers: 
2025/03/03 01:56:19 DEBUG : Chunks temporary upload directory: http://127.0.0.1:28629/remote.php/dav/uploads/rclone/
=== RUN   TestIntegration/FsMkdir/FsDirSetModTime
    fstests.go:2625: FS has no DirSetModTime interface
=== RUN   TestIntegration/FsMkdir/FsMkdirMetadata
    fstests.go:2668: FS has no MkdirMetadata interface
=== RUN   TestIntegration/FsMkdir/FsDirectory
    fstests.go:2725: FS has no Directory methods and doesn't Wrap
2025/03/03 01:56:20 ERROR : : error listing: directory not found
=== NAME  TestIntegration/FsMkdir
    fstests.go:2817: Warning: this should produce fs.ErrorDirNotFound
=== RUN   TestIntegration/FsShutdown
    fstests.go:2831: Shutdown method not supported
--- FAIL: TestIntegration (173.00s)
    --- SKIP: TestIntegration/FsCheckWrap (0.00s)
    --- SKIP: TestIntegration/FsCommand (0.00s)
    --- PASS: TestIntegration/FsRmdirNotFound (0.25s)
    --- PASS: TestIntegration/FsString (0.00s)
    --- PASS: TestIntegration/FsName (0.00s)
    --- PASS: TestIntegration/FsRoot (0.00s)
    --- PASS: TestIntegration/FsRmdirEmpty (0.56s)
    --- FAIL: TestIntegration/FsMkdir (170.74s)
        --- PASS: TestIntegration/FsMkdir/FsMkdirRmdirSubdir (3.56s)
        --- PASS: TestIntegration/FsMkdir/FsListEmpty (0.24s)
        --- PASS: TestIntegration/FsMkdir/FsListDirEmpty (0.25s)
        --- SKIP: TestIntegration/FsMkdir/FsListRDirEmpty (0.00s)
        --- PASS: TestIntegration/FsMkdir/FsListDirNotFound (0.25s)
        --- SKIP: TestIntegration/FsMkdir/FsListRDirNotFound (0.00s)
        --- FAIL: TestIntegration/FsMkdir/FsEncoding (62.20s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/control_chars (2.93s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/dot (2.89s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/dot_dot (3.00s)
            --- FAIL: TestIntegration/FsMkdir/FsEncoding/punctuation (1.00s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_space (2.85s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_tilde (2.89s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_CR (2.86s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_LF (2.93s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_HT (2.88s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_VT (2.95s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_dot (2.91s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_space (2.90s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_CR (2.92s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_LF (2.92s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_HT (2.94s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_VT (2.97s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_dot (2.84s)
            --- FAIL: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 (10.89s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/URL_encoding (3.49s)
        --- PASS: TestIntegration/FsMkdir/FsNewObjectNotFound (0.55s)
        --- PASS: TestIntegration/FsMkdir/FsPutError (4.10s)
        --- PASS: TestIntegration/FsMkdir/FsPutZeroLength (1.66s)
        --- SKIP: TestIntegration/FsMkdir/FsOpenWriterAt (0.00s)
        --- SKIP: TestIntegration/FsMkdir/FsOpenChunkWriter (0.00s)
        --- SKIP: TestIntegration/FsMkdir/FsChangeNotify (0.00s)
        --- PASS: TestIntegration/FsMkdir/FsPutFiles (61.42s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 (1.25s)
            --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 (0.00s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListR (1.25s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir (0.98s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot (0.27s)
            --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot (0.00s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListSubdir (0.58s)
            --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir#01 (0.00s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 (0.51s)
            --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2 (0.00s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1 (1.25s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObject (0.26s)
            --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive (0.00s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 (1.32s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir (0.26s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurge (4.30s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot (4.14s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir (5.20s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsCopy (3.06s)
                --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsCopy/Metadata (0.00s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsMove (10.96s)
                --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsMove/Metadata (0.00s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsDirMove (6.77s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsRmdirFull (0.25s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPrecision (0.00s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectString (0.24s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectFs (0.24s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemote (0.25s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectHashes (0.24s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectModTime (0.24s)
            --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectMimeType (0.23s)
            --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata (0.25s)
            --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectSetMetadata (0.24s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime (0.74s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSize (0.24s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpen (0.54s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek (0.50s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange (1.23s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead (0.48s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate (1.50s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectStorable (0.23s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile (0.49s)
                --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot (0.00s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound (0.48s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot (5.18s)
                --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List (1.18s)
                --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries (0.23s)
                --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR (0.00s)
                --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put (3.77s)
                    --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove (1.60s)
            --- SKIP: TestIntegration/FsMkdir/FsPutFiles/PublicLink (0.00s)
            --- SKIP: TestIntegration/FsMkdir/FsPutFiles/SetTier (0.00s)
            --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectCheckWrap (0.00s)
            --- SKIP: TestIntegration/FsMkdir/FsPutFiles/Bucket (0.00s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemove (1.82s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectAbout (0.24s)
            --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsPutStream (0.00s)
            --- SKIP: TestIntegration/FsMkdir/FsPutFiles/Internal (0.00s)
        --- PASS: TestIntegration/FsMkdir/FsPutChunked (30.95s)
            --- PASS: TestIntegration/FsMkdir/FsPutChunked/1Mi (6.41s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/1Mi/1048575 (1.65s)
                    --- SKIP: TestIntegration/FsMkdir/FsPutChunked/1Mi/1048575/Streamed (0.00s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/1Mi/1048576 (1.65s)
                    --- SKIP: TestIntegration/FsMkdir/FsPutChunked/1Mi/1048576/Streamed (0.00s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/1Mi/2097153 (3.10s)
                    --- SKIP: TestIntegration/FsMkdir/FsPutChunked/1Mi/2097153/Streamed (0.00s)
            --- PASS: TestIntegration/FsMkdir/FsPutChunked/1.049Mi (6.18s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/1.049Mi/1099999 (1.57s)
                    --- SKIP: TestIntegration/FsMkdir/FsPutChunked/1.049Mi/1099999/Streamed (0.00s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/1.049Mi/1100000 (1.70s)
                    --- SKIP: TestIntegration/FsMkdir/FsPutChunked/1.049Mi/1100000/Streamed (0.00s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/1.049Mi/2200001 (2.91s)
                    --- SKIP: TestIntegration/FsMkdir/FsPutChunked/1.049Mi/2200001/Streamed (0.00s)
            --- PASS: TestIntegration/FsMkdir/FsPutChunked/1.049Mi#01 (6.08s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/1.049Mi#01/1100010 (1.53s)
                    --- SKIP: TestIntegration/FsMkdir/FsPutChunked/1.049Mi#01/1100010/Streamed (0.00s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/1.049Mi#01/1100011 (1.62s)
                    --- SKIP: TestIntegration/FsMkdir/FsPutChunked/1.049Mi#01/1100011/Streamed (0.00s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/1.049Mi#01/2200023 (2.93s)
                    --- SKIP: TestIntegration/FsMkdir/FsPutChunked/1.049Mi#01/2200023/Streamed (0.00s)
            --- PASS: TestIntegration/FsMkdir/FsPutChunked/1.333Mi (6.12s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/1.333Mi/1398100 (1.54s)
                    --- SKIP: TestIntegration/FsMkdir/FsPutChunked/1.333Mi/1398100/Streamed (0.00s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/1.333Mi/1398101 (1.73s)
                    --- SKIP: TestIntegration/FsMkdir/FsPutChunked/1.333Mi/1398101/Streamed (0.00s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/1.333Mi/2796203 (2.86s)
                    --- SKIP: TestIntegration/FsMkdir/FsPutChunked/1.333Mi/2796203/Streamed (0.00s)
            --- PASS: TestIntegration/FsMkdir/FsPutChunked/2Mi (6.16s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/2Mi/2097151 (1.56s)
                    --- SKIP: TestIntegration/FsMkdir/FsPutChunked/2Mi/2097151/Streamed (0.00s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/2Mi/2097152 (1.53s)
                    --- SKIP: TestIntegration/FsMkdir/FsPutChunked/2Mi/2097152/Streamed (0.00s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/2Mi/4194305 (3.07s)
                    --- SKIP: TestIntegration/FsMkdir/FsPutChunked/2Mi/4194305/Streamed (0.00s)
        --- SKIP: TestIntegration/FsMkdir/FsCopyChunked (0.00s)
        --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize (3.40s)
            --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize (1.11s)
            --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize (2.29s)
        --- PASS: TestIntegration/FsMkdir/FsRootCollapse (0.64s)
        --- SKIP: TestIntegration/FsMkdir/FsDirSetModTime (0.00s)
        --- SKIP: TestIntegration/FsMkdir/FsMkdirMetadata (0.00s)
        --- SKIP: TestIntegration/FsMkdir/FsDirectory (0.00s)
    --- SKIP: TestIntegration/FsShutdown (0.00s)
=== RUN   TestIntegration2
    webdav_test.go:26: skipping as -remote is set
--- SKIP: TestIntegration2 (0.00s)
=== RUN   TestIntegration3
    webdav_test.go:40: skipping as -remote is set
--- SKIP: TestIntegration3 (0.00s)
=== RUN   TestIntegration4
    webdav_test.go:54: skipping as -remote is set
--- SKIP: TestIntegration4 (0.00s)
=== RUN   TestHeaders
2025/03/03 01:56:21 DEBUG : found headers: X-Potato,sausage,X-Rhubarb,cucumber
--- PASS: TestHeaders (0.00s)
FAIL
exit status 1
FAIL	github.com/rclone/rclone/backend/webdav	173.008s
"go test -v -timeout 1h0m0s -remote TestWebdavNextcloud: -verbose" - Finished OK in 2m53.743844438s (try 1/5)