Skip to content

Instantly share code, notes, and snippets.

@ankur0493
Created November 20, 2020 12:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ankur0493/cf75e4b64e6b5303819c597f3c6537ee to your computer and use it in GitHub Desktop.
Save ankur0493/cf75e4b64e6b5303819c597f3c6537ee to your computer and use it in GitHub Desktop.
=== RUN TestIntegration
--- FAIL: TestIntegration (0.48s)
fstests.go:357: Using remote "TestFTPProftpd:"
fstests.go:367:
Error Trace: fstests.go:367
ftp_test.go:14
Error: Received unexpected error:
exit status 125
failed to run /home/ankur/Documents/Workspace/rclone/fstest/testserver/init.d/TestFTPProftpd start
docker: Error response from daemon: Conflict. The container name "/proftpd" is already in use by container "3da0362093d6565e09c9a8379781d9ce41297fe45b4f70ffd90dabcaedf628a2". You have to remove (or rename) that container to be able to reuse that name.
See 'docker run --help'.
github.com/rclone/rclone/fstest/testserver.run
/home/ankur/Documents/Workspace/rclone/fstest/testserver/testserver.go:55
github.com/rclone/rclone/fstest/testserver.start
/home/ankur/Documents/Workspace/rclone/fstest/testserver/testserver.go:77
github.com/rclone/rclone/fstest/testserver.Start
/home/ankur/Documents/Workspace/rclone/fstest/testserver/testserver.go:153
github.com/rclone/rclone/fstest/fstests.Run
/home/ankur/Documents/Workspace/rclone/fstest/fstests/fstests.go:366
github.com/rclone/rclone/backend/ftp_test.TestIntegration
/home/ankur/Documents/Workspace/rclone/backend/ftp/ftp_test.go:14
testing.tRunner
/usr/local/go/src/testing/testing.go:909
runtime.goexit
/usr/local/go/src/runtime/asm_amd64.s:1357
Test: TestIntegration
--- FAIL: TestIntegration3 (13.66s)
fstests.go:357: Using remote "TestFTPPureftpd:"
--- SKIP: TestIntegration3/FsCheckWrap (0.00s)
fstests.go:394: Not a wrapping Fs
--- SKIP: TestIntegration3/FsCommand (0.00s)
fstests.go:422: No commands in this remote
--- PASS: TestIntegration3/FsRmdirNotFound (0.00s)
--- PASS: TestIntegration3/FsString (0.00s)
--- PASS: TestIntegration3/FsName (0.00s)
--- PASS: TestIntegration3/FsRoot (0.00s)
--- PASS: TestIntegration3/FsRmdirEmpty (0.00s)
--- FAIL: TestIntegration3/FsMkdir (1.30s)
--- PASS: TestIntegration3/FsMkdir/FsMkdirRmdirSubdir (0.00s)
--- PASS: TestIntegration3/FsMkdir/FsListEmpty (0.00s)
--- PASS: TestIntegration3/FsMkdir/FsListDirEmpty (0.00s)
--- SKIP: TestIntegration3/FsMkdir/FsListRDirEmpty (0.00s)
fstests.go:317: FS has no ListR interface
--- PASS: TestIntegration3/FsMkdir/FsListDirNotFound (0.00s)
--- SKIP: TestIntegration3/FsMkdir/FsListRDirNotFound (0.00s)
fstests.go:317: FS has no ListR interface
--- FAIL: TestIntegration3/FsMkdir/FsEncoding (0.06s)
--- PASS: TestIntegration3/FsMkdir/FsEncoding/control_chars (0.00s)
fstests.go:605: testing "â<90><80>â<90><81>â<90><82>â<90><83>â<90><84>â<90><85>â<90><86>â<90><87>â<90><88>â<90><89>â<90><8a>â<90><8b>â<90><8c>â<90><8d>â<90><8e>â<90><8f>â<90><90>â<90><91>â<90><92>â<90><93>â<90><94>â<90><95>â<90><96>â<90><97>â<90><98>â<90><99>â<90><9a>â<90><9b>â<90><9c>â<90><9d>â<90><9e>â<90><9f>â<90>¡"
--- PASS: TestIntegration3/FsMkdir/FsEncoding/dot (0.00s)
fstests.go:605: testing "ï¼<8e>"
--- PASS: TestIntegration3/FsMkdir/FsEncoding/dot_dot (0.00s)
fstests.go:605: testing "ï¼<8e>ï¼<8e>"
--- FAIL: TestIntegration3/FsMkdir/FsEncoding/punctuation (0.00s)
fstests.go:605: testing "!\"#$%&'()*+,-.ï¼<8f>:;<=>?@[\\]^_`{|}~"
fstests.go:606:
Error Trace: fstests.go:606
Error: Received unexpected error:
553 Prohibited directory name
Test: TestIntegration3/FsMkdir/FsEncoding/punctuation
fstests.go:153:
Error Trace: fstests.go:153
fstests.go:168
fstests.go:158
fstests.go:611
Error: Received unexpected error:
553 Prohibited directory name
Put mkParentDir failed
github.com/rclone/rclone/backend/ftp.(*Fs).Put
/home/ankur/Documents/Workspace/rclone/backend/ftp/ftp.go:585
github.com/rclone/rclone/fstest/fstests.PutTestContents.func1
/home/ankur/Documents/Workspace/rclone/fstest/fstests/fstests.go:175
github.com/rclone/rclone/fstest/fstests.retry
/home/ankur/Documents/Workspace/rclone/fstest/fstests/fstests.go:145
github.com/rclone/rclone/fstest/fstests.PutTestContents
/home/ankur/Documents/Workspace/rclone/fstest/fstests/fstests.go:168
github.com/rclone/rclone/fstest/fstests.testPut
/home/ankur/Documents/Workspace/rclone/fstest/fstests/fstests.go:158
github.com/rclone/rclone/fstest/fstests.Run.func13.7.1
/home/ankur/Documents/Workspace/rclone/fstest/fstests/fstests.go:611
testing.tRunner
/usr/local/go/src/testing/testing.go:909
runtime.goexit
/usr/local/go/src/runtime/asm_amd64.s:1357
Test: TestIntegration3/FsMkdir/FsEncoding/punctuation
Messages: Put
--- PASS: TestIntegration3/FsMkdir/FsEncoding/leading_space (0.00s)
fstests.go:605: testing " leading space"
--- PASS: TestIntegration3/FsMkdir/FsEncoding/leading_tilde (0.00s)
fstests.go:605: testing "~leading tilde"
--- PASS: TestIntegration3/FsMkdir/FsEncoding/leading_CR (0.00s)
fstests.go:605: testing "â<90><8d>leading CR"
--- PASS: TestIntegration3/FsMkdir/FsEncoding/leading_LF (0.00s)
fstests.go:605: testing "â<90><8a>leading LF"
--- PASS: TestIntegration3/FsMkdir/FsEncoding/leading_HT (0.00s)
fstests.go:605: testing "â<90><89>leading HT"
--- PASS: TestIntegration3/FsMkdir/FsEncoding/leading_VT (0.00s)
fstests.go:605: testing "â<90><8b>leading VT"
--- PASS: TestIntegration3/FsMkdir/FsEncoding/leading_dot (0.00s)
fstests.go:605: testing ".leading dot"
--- PASS: TestIntegration3/FsMkdir/FsEncoding/trailing_space (0.00s)
fstests.go:605: testing "trailing space "
--- PASS: TestIntegration3/FsMkdir/FsEncoding/trailing_CR (0.00s)
fstests.go:605: testing "trailing CRâ<90><8d>"
--- PASS: TestIntegration3/FsMkdir/FsEncoding/trailing_LF (0.00s)
fstests.go:605: testing "trailing LFâ<90><8a>"
--- PASS: TestIntegration3/FsMkdir/FsEncoding/trailing_HT (0.00s)
fstests.go:605: testing "trailing HTâ<90><89>"
--- PASS: TestIntegration3/FsMkdir/FsEncoding/trailing_VT (0.00s)
fstests.go:605: testing "trailing VTâ<90><8b>"
--- PASS: TestIntegration3/FsMkdir/FsEncoding/trailing_dot (0.00s)
fstests.go:605: testing "trailing dot."
--- PASS: TestIntegration3/FsMkdir/FsEncoding/invalid_UTF-8 (0.00s)
fstests.go:605: testing "invalid utf-8\xfe"
--- PASS: TestIntegration3/FsMkdir/FsNewObjectNotFound (0.00s)
--- PASS: TestIntegration3/FsMkdir/FsPutError (1.02s)
--- PASS: TestIntegration3/FsMkdir/FsPutZeroLength (0.00s)
--- SKIP: TestIntegration3/FsMkdir/FsOpenWriterAt (0.00s)
fstests.go:678: FS has no OpenWriterAt interface
--- SKIP: TestIntegration3/FsMkdir/FsChangeNotify (0.00s)
fstests.go:714: FS has no ChangeNotify interface
--- PASS: TestIntegration3/FsMkdir/FsPutFiles (0.18s)
--- PASS: TestIntegration3/FsMkdir/FsPutFiles/FsListDirFile2 (0.00s)
--- SKIP: TestIntegration3/FsMkdir/FsPutFiles/FsListRDirFile2 (0.00s)
fstests.go:317: FS has no ListR interface
--- PASS: TestIntegration3/FsMkdir/FsPutFiles/FsListR (0.00s)
--- PASS: TestIntegration3/FsMkdir/FsPutFiles/FsListRSubdir (0.00s)
--- PASS: TestIntegration3/FsMkdir/FsPutFiles/FsListDirRoot (0.01s)
--- SKIP: TestIntegration3/FsMkdir/FsPutFiles/FsListRDirRoot (0.00s)
fstests.go:317: FS has no ListR interface
--- PASS: TestIntegration3/FsMkdir/FsPutFiles/FsListSubdir (0.00s)
--- SKIP: TestIntegration3/FsMkdir/FsPutFiles/FsListRSubdir#01 (0.00s)
fstests.go:317: FS has no ListR interface
--- PASS: TestIntegration3/FsMkdir/FsPutFiles/FsListLevel2 (0.00s)
--- SKIP: TestIntegration3/FsMkdir/FsPutFiles/FsListRLevel2 (0.00s)
fstests.go:317: FS has no ListR interface
--- PASS: TestIntegration3/FsMkdir/FsPutFiles/FsListFile1 (0.00s)
--- PASS: TestIntegration3/FsMkdir/FsPutFiles/FsNewObject (0.00s)
--- PASS: TestIntegration3/FsMkdir/FsPutFiles/FsListFile1and2 (0.00s)
--- PASS: TestIntegration3/FsMkdir/FsPutFiles/FsNewObjectDir (0.00s)
--- SKIP: TestIntegration3/FsMkdir/FsPutFiles/FsPurge (0.00s)
fstests.go:985: FS has no Purge interface
--- SKIP: TestIntegration3/FsMkdir/FsPutFiles/FsCopy (0.00s)
fstests.go:1022: FS has no Copier interface
--- PASS: TestIntegration3/FsMkdir/FsPutFiles/FsMove (0.03s)
--- PASS: TestIntegration3/FsMkdir/FsPutFiles/FsDirMove (0.03s)
--- PASS: TestIntegration3/FsMkdir/FsPutFiles/FsRmdirFull (0.00s)
--- PASS: TestIntegration3/FsMkdir/FsPutFiles/FsPrecision (0.00s)
--- PASS: TestIntegration3/FsMkdir/FsPutFiles/ObjectString (0.00s)
--- PASS: TestIntegration3/FsMkdir/FsPutFiles/ObjectFs (0.00s)
--- PASS: TestIntegration3/FsMkdir/FsPutFiles/ObjectRemote (0.00s)
--- PASS: TestIntegration3/FsMkdir/FsPutFiles/ObjectHashes (0.00s)
--- PASS: TestIntegration3/FsMkdir/FsPutFiles/ObjectModTime (0.00s)
--- SKIP: TestIntegration3/FsMkdir/FsPutFiles/ObjectMimeType (0.00s)
fstests.go:1258: MimeType method not supported
--- PASS: TestIntegration3/FsMkdir/FsPutFiles/ObjectSetModTime (0.00s)
--- PASS: TestIntegration3/FsMkdir/FsPutFiles/ObjectSize (0.00s)
--- PASS: TestIntegration3/FsMkdir/FsPutFiles/ObjectOpen (0.00s)
--- PASS: TestIntegration3/FsMkdir/FsPutFiles/ObjectOpenSeek (0.00s)
--- PASS: TestIntegration3/FsMkdir/FsPutFiles/ObjectOpenRange (0.00s)
--- PASS: TestIntegration3/FsMkdir/FsPutFiles/ObjectPartialRead (0.00s)
--- PASS: TestIntegration3/FsMkdir/FsPutFiles/ObjectUpdate (0.00s)
--- PASS: TestIntegration3/FsMkdir/FsPutFiles/ObjectStorable (0.00s)
--- PASS: TestIntegration3/FsMkdir/FsPutFiles/FsIsFile (0.02s)
--- PASS: TestIntegration3/FsMkdir/FsPutFiles/FsIsFileNotFound (0.02s)
--- PASS: TestIntegration3/FsMkdir/FsPutFiles/FromRoot (0.03s)
fstests.go:1411: Opening root remote "TestFTPPureftpd:" path "rclone-test-vucedab1yiboqud8zikaxak2" from "TestFTPPureftpd:rclone-test-vucedab1yiboqud8zikaxak2"
--- PASS: TestIntegration3/FsMkdir/FsPutFiles/FromRoot/List (0.00s)
--- PASS: TestIntegration3/FsMkdir/FsPutFiles/FromRoot/ListEntries (0.00s)
--- SKIP: TestIntegration3/FsMkdir/FsPutFiles/FromRoot/ListR (0.00s)
fstests.go:1445: FS has no ListR interface
--- PASS: TestIntegration3/FsMkdir/FsPutFiles/FromRoot/Put (0.01s)
--- PASS: TestIntegration3/FsMkdir/FsPutFiles/FromRoot/Put/Remove (0.00s)
--- SKIP: TestIntegration3/FsMkdir/FsPutFiles/PublicLink (0.00s)
fstests.go:1504: FS has no PublicLinker interface
--- SKIP: TestIntegration3/FsMkdir/FsPutFiles/SetTier (0.00s)
fstests.go:331: FS has no SetTier & GetTier interfaces
--- SKIP: TestIntegration3/FsMkdir/FsPutFiles/ObjectCheckWrap (0.00s)
fstests.go:1589: Not a wrapping Fs
--- PASS: TestIntegration3/FsMkdir/FsPutFiles/ObjectRemove (0.00s)
--- SKIP: TestIntegration3/FsMkdir/FsPutFiles/ObjectAbout (0.00s)
fstests.go:1618: FS does not support About
--- PASS: TestIntegration3/FsMkdir/FsPutFiles/FsPutStream (0.00s)
--- PASS: TestIntegration3/FsMkdir/FsPutFiles/FsPutStream/0 (0.00s)
--- PASS: TestIntegration3/FsMkdir/FsPutFiles/FsPutStream/100 (0.00s)
--- SKIP: TestIntegration3/FsMkdir/FsPutFiles/Internal (0.00s)
fstests.go:1680: *ftp.Fs does not implement InternalTester
--- SKIP: TestIntegration3/FsMkdir/FsPutChunked (0.00s)
fstests.go:1697: *ftp.Fs does not implement SetUploadChunkSizer
--- PASS: TestIntegration3/FsMkdir/FsUploadUnknownSize (0.00s)
--- PASS: TestIntegration3/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize (0.00s)
--- PASS: TestIntegration3/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize (0.00s)
--- PASS: TestIntegration3/FsMkdir/FsRootCollapse (0.02s)
FAIL
FAIL github.com/rclone/rclone/backend/ftp 18.516s
[..]
=== RUN TestIntegration
2020/11/20 17:51:19 NOTICE: TestSeafile: Starting server
2020/11/20 17:51:22 NOTICE: TestSeafile: Stopped server
--- FAIL: TestIntegration (70.24s)
fstests.go:357: Using remote "TestSeafile:"
fstests.go:381:
Error Trace: fstests.go:381
seafile_test.go:13
Error: Received unexpected error:
HTTP error 502 (502 Bad Gateway) returned body: "<html>\r\n<head><title>502 Bad Gateway</title></head>\r\n<body bgcolor=\"white\">\r\n<center><h1>502 Bad Gateway</h1></center>\r\n<hr><center>nginx/1.14.0 (Ubuntu)</center>\r\n</body>\r\n</html>\r\n"
github.com/rclone/rclone/lib/rest.defaultErrorHandler
/home/ankur/Documents/Workspace/rclone/lib/rest/rest.go:56
github.com/rclone/rclone/lib/rest.(*Client).Call
/home/ankur/Documents/Workspace/rclone/lib/rest/rest.go:287
github.com/rclone/rclone/lib/rest.(*Client).callCodec
/home/ankur/Documents/Workspace/rclone/lib/rest/rest.go:464
github.com/rclone/rclone/lib/rest.(*Client).CallJSON
/home/ankur/Documents/Workspace/rclone/lib/rest/rest.go:407
github.com/rclone/rclone/backend/seafile.(*Fs).getServerInfo.func1
/home/ankur/Documents/Workspace/rclone/backend/seafile/webapi.go:88
github.com/rclone/rclone/fs.pacerInvoker
/home/ankur/Documents/Workspace/rclone/fs/fs.go:1477
github.com/rclone/rclone/lib/pacer.(*Pacer).call
/home/ankur/Documents/Workspace/rclone/lib/pacer/pacer.go:197
github.com/rclone/rclone/lib/pacer.(*Pacer).Call
/home/ankur/Documents/Workspace/rclone/lib/pacer/pacer.go:216
github.com/rclone/rclone/backend/seafile.(*Fs).getServerInfo
/home/ankur/Documents/Workspace/rclone/backend/seafile/webapi.go:87
github.com/rclone/rclone/backend/seafile.NewFs
/home/ankur/Documents/Workspace/rclone/backend/seafile/seafile.go:209
github.com/rclone/rclone/fs.NewFs
/home/ankur/Documents/Workspace/rclone/fs/fs.go:1338
github.com/rclone/rclone/fstest/fstests.Run
/home/ankur/Documents/Workspace/rclone/fstest/fstests/fstests.go:376
github.com/rclone/rclone/backend/seafile_test.TestIntegration
/home/ankur/Documents/Workspace/rclone/backend/seafile/seafile_test.go:13
testing.tRunner
/usr/local/go/src/testing/testing.go:909
runtime.goexit
/usr/local/go/src/runtime/asm_amd64.s:1357
failed to get server info
github.com/rclone/rclone/backend/seafile.(*Fs).getServerInfo
/home/ankur/Documents/Workspace/rclone/backend/seafile/webapi.go:97
github.com/rclone/rclone/backend/seafile.NewFs
/home/ankur/Documents/Workspace/rclone/backend/seafile/seafile.go:209
github.com/rclone/rclone/fs.NewFs
/home/ankur/Documents/Workspace/rclone/fs/fs.go:1338
github.com/rclone/rclone/fstest/fstests.Run
/home/ankur/Documents/Workspace/rclone/fstest/fstests/fstests.go:376
github.com/rclone/rclone/backend/seafile_test.TestIntegration
github.com/rclone/rclone/backend/seafile_test.TestIntegration
/home/ankur/Documents/Workspace/rclone/backend/seafile/seafile_test.go:13
testing.tRunner
/usr/local/go/src/testing/testing.go:909
runtime.goexit
/usr/local/go/src/runtime/asm_amd64.s:1357
Test: TestIntegration
Messages: unexpected error: failed to get server info: HTTP error 502 (502 Bad Gateway) returned body: "<html>\r\n<head><title>502 Bad Gateway</title></head>\r\n<body bgcolor=\"white\">\r\n<center><h1>502 Bad Gateway</h1></center>\r\n<hr><center>nginx/1.14.0 (Ubuntu)</center>\r\n</body>\r\n</html>\r\n"
FAIL
FAIL github.com/rclone/rclone/backend/seafile 70.277s
[..]
--- FAIL: TestIntegration (23.06s)
fstests.go:357: Using remote "TestSwiftAIO:"
--- SKIP: TestIntegration/FsCheckWrap (0.00s)
fstests.go:394: Not a wrapping Fs
--- SKIP: TestIntegration/FsCommand (0.00s)
fstests.go:422: No commands in this remote
--- PASS: TestIntegration/FsRmdirNotFound (0.02s)
fstests.go:445:
Error Trace: fstests.go:445
swift_test.go:22
Error: Received unexpected error:
HTTP Error: 503: 503 Service Unavailable
Test: TestIntegration
FAIL
FAIL github.com/rclone/rclone/backend/swift 24.084s
[..]
2020/11/20 17:51:48 NOTICE: TestWebdavOwncloud: Stopped server
--- FAIL: TestIntegration2 (95.73s)
fstests.go:357: Using remote "TestWebdavOwncloud:"
--- SKIP: TestIntegration2/FsCheckWrap (0.00s)
fstests.go:394: Not a wrapping Fs
--- SKIP: TestIntegration2/FsCommand (0.00s)
fstests.go:422: No commands in this remote
--- PASS: TestIntegration2/FsRmdirNotFound (0.18s)
--- PASS: TestIntegration2/FsString (0.00s)
--- PASS: TestIntegration2/FsName (0.00s)
--- PASS: TestIntegration2/FsRoot (0.00s)
--- PASS: TestIntegration2/FsRmdirEmpty (0.98s)
--- FAIL: TestIntegration2/FsMkdir (70.97s)
--- PASS: TestIntegration2/FsMkdir/FsMkdirRmdirSubdir (2.03s)
--- PASS: TestIntegration2/FsMkdir/FsListEmpty (0.08s)
--- PASS: TestIntegration2/FsMkdir/FsListDirEmpty (0.07s)
--- SKIP: TestIntegration2/FsMkdir/FsListRDirEmpty (0.00s)
fstests.go:317: FS has no ListR interface
--- PASS: TestIntegration2/FsMkdir/FsListDirNotFound (0.14s)
--- SKIP: TestIntegration2/FsMkdir/FsListRDirNotFound (0.00s)
fstests.go:317: FS has no ListR interface
--- FAIL: TestIntegration2/FsMkdir/FsEncoding (36.11s)
--- PASS: TestIntegration2/FsMkdir/FsEncoding/control_chars (1.65s)
fstests.go:605: testing "â<90><80>â<90><81>â<90><82>â<90><83>â<90><84>â<90><85>â<90><86>â<90><87>â<90><88>â<90><89>â<90><8a>â<90><8b>â<90><8c>â<90><8d>â<90><8e>â<90><8f>â<90><90>â<90><91>â<90><92>â<90><93>â<90><94>â<90><95>â<90><96>â<90><97>â<90><98>â<90><99>â<90><9a>â<90><9b>â<90><9c>â<90><9d>â<90><9e>â<90><9f>â<90>¡"
--- PASS: TestIntegration2/FsMkdir/FsEncoding/dot (1.66s)
fstests.go:605: testing "ï¼<8e>"
--- PASS: TestIntegration2/FsMkdir/FsEncoding/dot_dot (1.67s)
fstests.go:605: testing "ï¼<8e>ï¼<8e>"
--- FAIL: TestIntegration2/FsMkdir/FsEncoding/punctuation (0.34s)
fstests.go:605: testing "!\"#$%&'()*+,-.ï¼<8f>:;<=>?@[\\]^_`{|}~"
fstests.go:606:
Error Trace: fstests.go:606
Error: Received unexpected error:
File name contains at least one invalid character: OCA\DAV\Connector\Sabre\Exception\InvalidPath: 400 Bad Request
Test: TestIntegration2/FsMkdir/FsEncoding/punctuation
fstests.go:153:
Error Trace: fstests.go:153
fstests.go:168
fstests.go:158
fstests.go:611
Error: Received unexpected error:
File name contains at least one invalid character: OCA\DAV\Connector\Sabre\Exception\InvalidPath: 400 Bad Request
Update mkParentDir failed
github.com/rclone/rclone/backend/webdav.(*Object).Update
/home/ankur/Documents/Workspace/rclone/backend/webdav/webdav.go:1155
github.com/rclone/rclone/backend/webdav.(*Fs).Put
/home/ankur/Documents/Workspace/rclone/backend/webdav/webdav.go:679
github.com/rclone/rclone/fstest/fstests.PutTestContents.func1
/home/ankur/Documents/Workspace/rclone/fstest/fstests/fstests.go:175
github.com/rclone/rclone/fstest/fstests.retry
/home/ankur/Documents/Workspace/rclone/fstest/fstests/fstests.go:145
github.com/rclone/rclone/fstest/fstests.PutTestContents
/home/ankur/Documents/Workspace/rclone/fstest/fstests/fstests.go:168
github.com/rclone/rclone/fstest/fstests.testPut
/home/ankur/Documents/Workspace/rclone/fstest/fstests/fstests.go:158
github.com/rclone/rclone/fstest/fstests.Run.func13.7.1
/home/ankur/Documents/Workspace/rclone/fstest/fstests/fstests.go:611
testing.tRunner
/usr/local/go/src/testing/testing.go:909
runtime.goexit
/usr/local/go/src/runtime/asm_amd64.s:1357
Test: TestIntegration2/FsMkdir/FsEncoding/punctuation
Messages: Put
--- PASS: TestIntegration2/FsMkdir/FsEncoding/leading_space (1.76s)
fstests.go:605: testing " leading space"
--- PASS: TestIntegration2/FsMkdir/FsEncoding/leading_tilde (1.70s)
fstests.go:605: testing "~leading tilde"
--- PASS: TestIntegration2/FsMkdir/FsEncoding/leading_CR (1.70s)
fstests.go:605: testing "â<90><8d>leading CR"
--- PASS: TestIntegration2/FsMkdir/FsEncoding/leading_LF (1.60s)
fstests.go:605: testing "â<90><8a>leading LF"
--- PASS: TestIntegration2/FsMkdir/FsEncoding/leading_HT (1.47s)
fstests.go:605: testing "â<90><89>leading HT"
--- PASS: TestIntegration2/FsMkdir/FsEncoding/leading_VT (1.49s)
fstests.go:605: testing "â<90><8b>leading VT"
--- PASS: TestIntegration2/FsMkdir/FsEncoding/leading_dot (1.82s)
fstests.go:605: testing ".leading dot"
--- PASS: TestIntegration2/FsMkdir/FsEncoding/trailing_space (1.60s)
fstests.go:605: testing "trailing space "
--- PASS: TestIntegration2/FsMkdir/FsEncoding/trailing_CR (1.66s)
fstests.go:605: testing "trailing CRâ<90><8d>"
--- PASS: TestIntegration2/FsMkdir/FsEncoding/trailing_LF (1.80s)
fstests.go:605: testing "trailing LFâ<90><8a>"
--- PASS: TestIntegration2/FsMkdir/FsEncoding/trailing_HT (1.67s)
fstests.go:605: testing "trailing HTâ<90><89>"
--- PASS: TestIntegration2/FsMkdir/FsEncoding/trailing_VT (1.65s)
fstests.go:605: testing "trailing VTâ<90><8b>"
--- PASS: TestIntegration2/FsMkdir/FsEncoding/trailing_dot (1.66s)
fstests.go:605: testing "trailing dot."
--- FAIL: TestIntegration2/FsMkdir/FsEncoding/invalid_UTF-8 (9.15s)
fstests.go:605: testing "invalid utf-8\xfe"
fstest.go:295: Sleeping for 1s for list eventual consistency: 1/3
fstest.go:295: Sleeping for 2s for list eventual consistency: 2/3
fstest.go:295: Sleeping for 4s for list eventual consistency: 3/3
fstest.go:302:
Error Trace: fstest.go:302
fstest.go:335
fstests.go:612
Error: Should be true
Test: TestIntegration2/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:188:
Error Trace: fstest.go:188
fstest.go:305
fstest.go:335
fstests.go:612
Error: Should be true
Test: TestIntegration2/FsMkdir/FsEncoding/invalid_UTF-8
Messages: Unexpected file "invalid utf-8þ/invalid utf-8þ"
fstest.go:200: Not found "invalid utf-8\xfe/invalid utf-8\xfe"
fstest.go:203:
Error Trace: fstest.go:203
fstest.go:307
fstest.go:335
fstests.go:612
Error: Not equal:
expected: 0
actual : 1
Test: TestIntegration2/FsMkdir/FsEncoding/invalid_UTF-8
Messages: 1 objects not found
fstest.go:324:
Error Trace: fstest.go:324
fstest.go:335
fstests.go:612
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: TestIntegration2/FsMkdir/FsEncoding/invalid_UTF-8
Messages: directories
--- PASS: TestIntegration2/FsMkdir/FsNewObjectNotFound (0.33s)
--- PASS: TestIntegration2/FsMkdir/FsPutError (3.35s)
--- PASS: TestIntegration2/FsMkdir/FsPutZeroLength (1.00s)
--- SKIP: TestIntegration2/FsMkdir/FsOpenWriterAt (0.00s)
fstests.go:678: FS has no OpenWriterAt interface
--- SKIP: TestIntegration2/FsMkdir/FsChangeNotify (0.00s)
fstests.go:714: FS has no ChangeNotify interface
--- FAIL: TestIntegration2/FsMkdir/FsPutFiles (24.32s)
--- PASS: TestIntegration2/FsMkdir/FsPutFiles/FsListDirFile2 (0.37s)
--- SKIP: TestIntegration2/FsMkdir/FsPutFiles/FsListRDirFile2 (0.00s)
fstests.go:317: FS has no ListR interface
--- PASS: TestIntegration2/FsMkdir/FsPutFiles/FsListR (0.42s)
--- PASS: TestIntegration2/FsMkdir/FsPutFiles/FsListRSubdir (0.34s)
--- PASS: TestIntegration2/FsMkdir/FsPutFiles/FsListDirRoot (0.07s)
--- SKIP: TestIntegration2/FsMkdir/FsPutFiles/FsListRDirRoot (0.00s)
fstests.go:317: FS has no ListR interface
--- PASS: TestIntegration2/FsMkdir/FsPutFiles/FsListSubdir (0.15s)
--- SKIP: TestIntegration2/FsMkdir/FsPutFiles/FsListRSubdir#01 (0.00s)
fstests.go:317: FS has no ListR interface
--- PASS: TestIntegration2/FsMkdir/FsPutFiles/FsListLevel2 (0.15s)
--- SKIP: TestIntegration2/FsMkdir/FsPutFiles/FsListRLevel2 (0.00s)
fstests.go:317: FS has no ListR interface
--- PASS: TestIntegration2/FsMkdir/FsPutFiles/FsListFile1 (0.40s)
--- PASS: TestIntegration2/FsMkdir/FsPutFiles/FsNewObject (0.07s)
--- PASS: TestIntegration2/FsMkdir/FsPutFiles/FsListFile1and2 (0.40s)
--- PASS: TestIntegration2/FsMkdir/FsPutFiles/FsNewObjectDir (0.09s)
--- PASS: TestIntegration2/FsMkdir/FsPutFiles/FsPurge (1.78s)
--- FAIL: TestIntegration2/FsMkdir/FsPutFiles/FsCopy (1.36s)
fstest.go:124:
Error Trace: fstest.go:124
fstest.go:129
fstest.go:148
fstest.go:192
fstest.go:305
fstest.go:335
fstest.go:341
fstests.go:1038
Error: Should be true
Test: TestIntegration2/FsMkdir/FsPutFiles/FsCopy
Messages: hello? sausage/êé/Hello, ä¸<96>ç<95><8c>/ " ' @ < > & ? + â<89> /z.txt-copy: Modification time difference too big |-173528h16m5.876876877s| > 1s (want 2001-02-03 04:05:10.123123123 +0000 UTC vs got 2020-11-20 12:21:16 +0000 GMT) (precision 1s)
--- PASS: TestIntegration2/FsMkdir/FsPutFiles/FsMove (4.92s)
--- PASS: TestIntegration2/FsMkdir/FsPutFiles/FsDirMove (3.59s)
--- PASS: TestIntegration2/FsMkdir/FsPutFiles/FsRmdirFull (0.13s)
--- PASS: TestIntegration2/FsMkdir/FsPutFiles/FsPrecision (0.00s)
--- PASS: TestIntegration2/FsMkdir/FsPutFiles/ObjectString (0.12s)
--- PASS: TestIntegration2/FsMkdir/FsPutFiles/ObjectFs (0.10s)
--- PASS: TestIntegration2/FsMkdir/FsPutFiles/ObjectRemote (0.08s)
--- PASS: TestIntegration2/FsMkdir/FsPutFiles/ObjectHashes (0.08s)
--- PASS: TestIntegration2/FsMkdir/FsPutFiles/ObjectModTime (0.11s)
--- SKIP: TestIntegration2/FsMkdir/FsPutFiles/ObjectMimeType (0.09s)
fstests.go:1258: MimeType method not supported
--- PASS: TestIntegration2/FsMkdir/FsPutFiles/ObjectSetModTime (0.07s)
fstests.go:1275: can't set modified time
--- PASS: TestIntegration2/FsMkdir/FsPutFiles/ObjectSize (0.07s)
--- PASS: TestIntegration2/FsMkdir/FsPutFiles/ObjectOpen (0.21s)
--- PASS: TestIntegration2/FsMkdir/FsPutFiles/ObjectOpenSeek (0.22s)
--- PASS: TestIntegration2/FsMkdir/FsPutFiles/ObjectOpenRange (0.73s)
--- PASS: TestIntegration2/FsMkdir/FsPutFiles/ObjectPartialRead (0.28s)
--- PASS: TestIntegration2/FsMkdir/FsPutFiles/ObjectUpdate (0.82s)
--- PASS: TestIntegration2/FsMkdir/FsPutFiles/ObjectStorable (0.10s)
--- PASS: TestIntegration2/FsMkdir/FsPutFiles/FsIsFile (0.16s)
--- PASS: TestIntegration2/FsMkdir/FsPutFiles/FsIsFileNotFound (0.30s)
--- PASS: TestIntegration2/FsMkdir/FsPutFiles/FromRoot (2.16s)
fstests.go:1411: Opening root remote "TestWebdavOwncloud:" path "rclone-test-naqopon2yupokef6bapeces3" from "TestWebdavOwncloud:rclone-test-naqopon2yupokef6bapeces3"
--- PASS: TestIntegration2/FsMkdir/FsPutFiles/FromRoot/List (0.42s)
--- PASS: TestIntegration2/FsMkdir/FsPutFiles/FromRoot/ListEntries (0.08s)
--- SKIP: TestIntegration2/FsMkdir/FsPutFiles/FromRoot/ListR (0.00s)
fstests.go:1445: FS has no ListR interface
--- PASS: TestIntegration2/FsMkdir/FsPutFiles/FromRoot/Put (1.67s)
--- PASS: TestIntegration2/FsMkdir/FsPutFiles/FromRoot/Put/Remove (0.75s)
--- SKIP: TestIntegration2/FsMkdir/FsPutFiles/PublicLink (0.00s)
fstests.go:1504: FS has no PublicLinker interface
--- SKIP: TestIntegration2/FsMkdir/FsPutFiles/SetTier (0.00s)
fstests.go:331: FS has no SetTier & GetTier interfaces
--- SKIP: TestIntegration2/FsMkdir/FsPutFiles/ObjectCheckWrap (0.00s)
fstests.go:1589: Not a wrapping Fs
--- PASS: TestIntegration2/FsMkdir/FsPutFiles/ObjectRemove (0.94s)
--- PASS: TestIntegration2/FsMkdir/FsPutFiles/ObjectAbout (0.08s)
--- PASS: TestIntegration2/FsMkdir/FsPutFiles/FsPutStream (1.65s)
--- PASS: TestIntegration2/FsMkdir/FsPutFiles/FsPutStream/0 (0.81s)
--- PASS: TestIntegration2/FsMkdir/FsPutFiles/FsPutStream/100 (0.84s)
--- SKIP: TestIntegration2/FsMkdir/FsPutFiles/Internal (0.00s)
fstests.go:1680: *webdav.Fs does not implement InternalTester
--- SKIP: TestIntegration2/FsMkdir/FsPutChunked (0.00s)
fstests.go:1697: *webdav.Fs does not implement SetUploadChunkSizer
--- PASS: TestIntegration2/FsMkdir/FsUploadUnknownSize (2.17s)
--- PASS: TestIntegration2/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize (0.72s)
--- PASS: TestIntegration2/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize (1.45s)
--- PASS: TestIntegration2/FsMkdir/FsRootCollapse (0.33s)
fstests.go:1879: Warning: this should produce fs.ErrorDirNotFound
=== RUN TestIntegration3
[..]
=== RUN TestParseDuration
--- FAIL: TestParseDuration (0.00s)
parseduration_test.go:53:
Error Trace: parseduration_test.go:53
Error: Should be true
Test: TestParseDuration
Messages: 2001-02-03
parseduration_test.go:53:
Error Trace: parseduration_test.go:53
Error: Should be true
Test: TestParseDuration
Messages: 2001-02-03 10:11:12
parseduration_test.go:53:
Error Trace: parseduration_test.go:53
Error: Should be true
Test: TestParseDuration
Messages: 2001-02-03T10:11:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment