"./vfs.test -test.v -test.timeout 1h0m0s -remote TestWebdavOwncloud: -verbose -test.run '^(TestFileOpen|TestFileOpenRead|TestFileOpenWrite|TestFileRemove|TestFileRemoveAll)$|^TestFileSetModTime$/^(cache=full,open=false,write=false|cache=full,open=true,write=false|cache=full,open=true,write=true|cache=off,open=false,write=false|cache=off,open=true,write=false|cache=off,open=true,write=true)$'" - Starting (try 2/5) 2024/11/03 02:46:25 DEBUG : Creating backend with remote "TestWebdavOwncloud:rclone-test-susomem0guje" 2024/11/03 02:46:25 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/03 02:46:25 DEBUG : Setting type="webdav" for "TestWebdavOwncloud" from environment variable RCLONE_CONFIG_TESTWEBDAVOWNCLOUD_TYPE 2024/11/03 02:46:25 DEBUG : Setting url="http://127.0.0.1:38081/remote.php/webdav/" for "TestWebdavOwncloud" from environment variable RCLONE_CONFIG_TESTWEBDAVOWNCLOUD_URL 2024/11/03 02:46:25 DEBUG : Setting vendor="owncloud" for "TestWebdavOwncloud" from environment variable RCLONE_CONFIG_TESTWEBDAVOWNCLOUD_VENDOR 2024/11/03 02:46:25 DEBUG : Setting user="rclone" for "TestWebdavOwncloud" from environment variable RCLONE_CONFIG_TESTWEBDAVOWNCLOUD_USER 2024/11/03 02:46:25 DEBUG : Setting pass="X57iAMQ8u4Mw7J9sq9Ilc64sESoqCOvjC0HRQ28rN37pLpM" for "TestWebdavOwncloud" from environment variable RCLONE_CONFIG_TESTWEBDAVOWNCLOUD_PASS 2024/11/03 02:46:25 DEBUG : TestWebdavOwncloud: detected overridden config - adding "{_jJsL}" suffix to name 2024/11/03 02:46:25 DEBUG : Setting url="http://127.0.0.1:38081/remote.php/webdav/" for "TestWebdavOwncloud" from environment variable RCLONE_CONFIG_TESTWEBDAVOWNCLOUD_URL 2024/11/03 02:46:25 DEBUG : Setting vendor="owncloud" for "TestWebdavOwncloud" from environment variable RCLONE_CONFIG_TESTWEBDAVOWNCLOUD_VENDOR 2024/11/03 02:46:25 DEBUG : Setting user="rclone" for "TestWebdavOwncloud" from environment variable RCLONE_CONFIG_TESTWEBDAVOWNCLOUD_USER 2024/11/03 02:46:25 DEBUG : Setting pass="X57iAMQ8u4Mw7J9sq9Ilc64sESoqCOvjC0HRQ28rN37pLpM" for "TestWebdavOwncloud" from environment variable RCLONE_CONFIG_TESTWEBDAVOWNCLOUD_PASS 2024/11/03 02:46:25 DEBUG : found headers: 2024/11/03 02:46:26 DEBUG : Creating backend with remote "/tmp/rclone1763248538" === RUN TestFileSetModTime === RUN TestFileSetModTime/cache=off,open=false,write=false run.go:180: Remote "webdav root 'rclone-test-susomem0guje'", Local "Local file system at /tmp/rclone1763248538", Modify Window "1s" 2024/11/03 02:46:26 INFO : webdav root 'rclone-test-susomem0guje': poll-interval is not supported by this remote 2024/11/03 02:46:26 DEBUG : dir/file1: Update will use the normal upload strategy (no chunks) 2024/11/03 02:46:27 DEBUG : time_test: Update will use the normal upload strategy (no chunks) 2024/11/03 02:46:27 DEBUG : Can set mod time: false file_test.go:97: can't set mod time 2024/11/03 02:46:27 DEBUG : WaitForWriters: timeout=30s 2024/11/03 02:46:27 DEBUG : dir: Looking for writers 2024/11/03 02:46:27 DEBUG : file1: reading active writers 2024/11/03 02:46:27 DEBUG : : Looking for writers 2024/11/03 02:46:27 DEBUG : dir: reading active writers 2024/11/03 02:46:27 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=off,open=true,write=false file_test.go:93: can't set mod time === RUN TestFileSetModTime/cache=off,open=true,write=true file_test.go:93: can't set mod time === RUN TestFileSetModTime/cache=full,open=false,write=false file_test.go:93: can't set mod time === RUN TestFileSetModTime/cache=full,open=true,write=false file_test.go:93: can't set mod time === RUN TestFileSetModTime/cache=full,open=true,write=true file_test.go:93: can't set mod time --- PASS: TestFileSetModTime (1.87s) --- SKIP: TestFileSetModTime/cache=off,open=false,write=false (1.86s) --- SKIP: TestFileSetModTime/cache=off,open=true,write=false (0.00s) --- SKIP: TestFileSetModTime/cache=off,open=true,write=true (0.00s) --- SKIP: TestFileSetModTime/cache=full,open=false,write=false (0.00s) --- SKIP: TestFileSetModTime/cache=full,open=true,write=false (0.00s) --- SKIP: TestFileSetModTime/cache=full,open=true,write=true (0.00s) === RUN TestFileOpenRead run.go:180: Remote "webdav root 'rclone-test-susomem0guje'", Local "Local file system at /tmp/rclone1763248538", Modify Window "1s" 2024/11/03 02:46:28 INFO : webdav root 'rclone-test-susomem0guje': poll-interval is not supported by this remote 2024/11/03 02:46:28 DEBUG : dir/file1: Update will use the normal upload strategy (no chunks) 2024/11/03 02:46:28 DEBUG : dir/file1: Open: flags=O_RDONLY 2024/11/03 02:46:28 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2024/11/03 02:46:28 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2024/11/03 02:46:28 DEBUG : dir/file1: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2024/11/03 02:46:28 DEBUG : WaitForWriters: timeout=30s 2024/11/03 02:46:28 DEBUG : dir: Looking for writers 2024/11/03 02:46:28 DEBUG : file1: reading active writers 2024/11/03 02:46:28 DEBUG : : Looking for writers 2024/11/03 02:46:28 DEBUG : dir: reading active writers 2024/11/03 02:46:28 DEBUG : >WaitForWriters: --- PASS: TestFileOpenRead (1.21s) === RUN TestFileOpenWrite run.go:180: Remote "webdav root 'rclone-test-susomem0guje'", Local "Local file system at /tmp/rclone1763248538", Modify Window "1s" 2024/11/03 02:46:29 INFO : webdav root 'rclone-test-susomem0guje': poll-interval is not supported by this remote 2024/11/03 02:46:29 DEBUG : dir/file1: Update will use the normal upload strategy (no chunks) 2024/11/03 02:46:29 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2024/11/03 02:46:29 DEBUG : webdav root 'rclone-test-susomem0guje': File to upload is small (25 bytes), uploading instead of streaming 2024/11/03 02:46:30 DEBUG : dir/file1: Update will use the normal upload strategy (no chunks) 2024/11/03 02:46:30 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2024/11/03 02:46:30 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2024/11/03 02:46:30 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2024/11/03 02:46:30 DEBUG : WaitForWriters: timeout=30s 2024/11/03 02:46:30 DEBUG : dir: Looking for writers 2024/11/03 02:46:30 DEBUG : file1: reading active writers 2024/11/03 02:46:30 DEBUG : : Looking for writers 2024/11/03 02:46:30 DEBUG : dir: reading active writers 2024/11/03 02:46:30 DEBUG : >WaitForWriters: --- PASS: TestFileOpenWrite (1.44s) === RUN TestFileRemove run.go:180: Remote "webdav root 'rclone-test-susomem0guje'", Local "Local file system at /tmp/rclone1763248538", Modify Window "1s" 2024/11/03 02:46:30 INFO : webdav root 'rclone-test-susomem0guje': poll-interval is not supported by this remote 2024/11/03 02:46:30 DEBUG : dir/file1: Update will use the normal upload strategy (no chunks) 2024/11/03 02:46:31 DEBUG : dir/file1: Remove: 2024/11/03 02:46:31 DEBUG : dir: Added virtual directory entry vDel: "file1" 2024/11/03 02:46:31 DEBUG : dir/file1: >Remove: err= 2024/11/03 02:46:31 DEBUG : dir/file1: Remove: 2024/11/03 02:46:31 DEBUG : dir/file1: >Remove: err=Read only file system 2024/11/03 02:46:31 DEBUG : WaitForWriters: timeout=30s 2024/11/03 02:46:31 DEBUG : dir: Looking for writers 2024/11/03 02:46:31 DEBUG : : Looking for writers 2024/11/03 02:46:31 DEBUG : dir: reading active writers 2024/11/03 02:46:31 DEBUG : >WaitForWriters: --- PASS: TestFileRemove (1.30s) === RUN TestFileRemoveAll run.go:180: Remote "webdav root 'rclone-test-susomem0guje'", Local "Local file system at /tmp/rclone1763248538", Modify Window "1s" 2024/11/03 02:46:32 INFO : webdav root 'rclone-test-susomem0guje': poll-interval is not supported by this remote 2024/11/03 02:46:32 DEBUG : dir/file1: Update will use the normal upload strategy (no chunks) 2024/11/03 02:46:32 DEBUG : dir/file1: Remove: 2024/11/03 02:46:32 DEBUG : dir: Added virtual directory entry vDel: "file1" 2024/11/03 02:46:32 DEBUG : dir/file1: >Remove: err= 2024/11/03 02:46:32 DEBUG : dir/file1: Remove: 2024/11/03 02:46:32 DEBUG : dir/file1: >Remove: err=Read only file system 2024/11/03 02:46:32 DEBUG : WaitForWriters: timeout=30s 2024/11/03 02:46:32 DEBUG : dir: Looking for writers 2024/11/03 02:46:32 DEBUG : : Looking for writers 2024/11/03 02:46:32 DEBUG : dir: reading active writers 2024/11/03 02:46:32 DEBUG : >WaitForWriters: --- PASS: TestFileRemoveAll (1.27s) === RUN TestFileOpen run.go:180: Remote "webdav root 'rclone-test-susomem0guje'", Local "Local file system at /tmp/rclone1763248538", Modify Window "1s" 2024/11/03 02:46:33 INFO : webdav root 'rclone-test-susomem0guje': poll-interval is not supported by this remote 2024/11/03 02:46:33 DEBUG : dir/file1: Update will use the normal upload strategy (no chunks) 2024/11/03 02:46:33 DEBUG : dir/file1: Open: flags=O_RDONLY 2024/11/03 02:46:33 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2024/11/03 02:46:33 DEBUG : dir/file1: Open: flags=O_WRONLY 2024/11/03 02:46:33 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2024/11/03 02:46:33 DEBUG : dir/file1: Open: flags=O_RDWR 2024/11/03 02:46:33 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2024/11/03 02:46:33 DEBUG : dir/file1: Open: flags=0x3 2024/11/03 02:46:33 DEBUG : dir/file1: Can't figure out how to open with flags: 0x3 2024/11/03 02:46:33 DEBUG : dir/file1: >Open: fd=, err=permission denied 2024/11/03 02:46:33 DEBUG : WaitForWriters: timeout=30s 2024/11/03 02:46:33 DEBUG : dir: Looking for writers 2024/11/03 02:46:33 DEBUG : file1: reading active writers 2024/11/03 02:46:33 DEBUG : : Looking for writers 2024/11/03 02:46:33 DEBUG : dir: reading active writers 2024/11/03 02:46:33 DEBUG : >WaitForWriters: --- PASS: TestFileOpen (1.12s) PASS 2024/11/03 02:46:34 DEBUG : webdav root 'rclone-test-susomem0guje': Purge remote "./vfs.test -test.v -test.timeout 1h0m0s -remote TestWebdavOwncloud: -verbose -test.run '^(TestFileOpen|TestFileOpenRead|TestFileOpenWrite|TestFileRemove|TestFileRemoveAll)$|^TestFileSetModTime$/^(cache=full,open=false,write=false|cache=full,open=true,write=false|cache=full,open=true,write=true|cache=off,open=false,write=false|cache=off,open=true,write=false|cache=off,open=true,write=true)$'" - Finished OK in 9.230950508s (try 2/5)