Skip to content

Instantly share code, notes, and snippets.

@Lesmiscore
Last active June 17, 2022 09:08
Show Gist options
  • Save Lesmiscore/6afa2359a05de5d456ce1bb974f7b46a to your computer and use it in GitHub Desktop.
Save Lesmiscore/6afa2359a05de5d456ce1bb974f7b46a to your computer and use it in GitHub Desktop.
=== RUN TestIntegration
fstests.go:417: Using remote "TestDiscord:"
=== RUN TestIntegration/FsCheckWrap
fstests.go:458: Not a wrapping Fs
=== RUN TestIntegration/FsCommand
fstests.go:486: No commands in this remote
=== RUN TestIntegration/FsRmdirNotFound
fstests.go:504:
Error Trace: fstests.go:504
Error: An error is expected but got nil.
Test: TestIntegration/FsRmdirNotFound
Messages: Expecting error on Rmdir non-existent
=== RUN TestIntegration/FsString
=== RUN TestIntegration/FsName
=== RUN TestIntegration/FsRoot
=== RUN TestIntegration/FsRmdirEmpty
=== RUN TestIntegration/FsMkdir
=== RUN TestIntegration/FsMkdir/FsMkdirRmdirSubdir
fstest.go:251: Filtering empty directory "dir"
fstest.go:251: Filtering empty directory "dir/subdir"
fstest.go:251: Filtering empty directory "dir"
=== RUN TestIntegration/FsMkdir/FsListEmpty
=== RUN TestIntegration/FsMkdir/FsListDirEmpty
=== RUN TestIntegration/FsMkdir/FsListRDirEmpty
=== RUN TestIntegration/FsMkdir/FsListDirNotFound
=== RUN TestIntegration/FsMkdir/FsListRDirNotFound
=== RUN TestIntegration/FsMkdir/FsEncoding
=== RUN TestIntegration/FsMkdir/FsEncoding/control_chars
fstests.go:673: testing "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡"
=== RUN TestIntegration/FsMkdir/FsEncoding/dot
fstests.go:673: testing "."
=== RUN TestIntegration/FsMkdir/FsEncoding/dot_dot
fstests.go:673: testing ".."
=== RUN TestIntegration/FsMkdir/FsEncoding/punctuation
fstests.go:673: testing "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~"
=== RUN TestIntegration/FsMkdir/FsEncoding/leading_space
fstests.go:673: testing " leading space"
=== RUN TestIntegration/FsMkdir/FsEncoding/leading_tilde
fstests.go:673: testing "~leading tilde"
=== RUN TestIntegration/FsMkdir/FsEncoding/leading_CR
fstests.go:673: testing "␍leading CR"
=== RUN TestIntegration/FsMkdir/FsEncoding/leading_LF
fstests.go:673: testing "␊leading LF"
=== RUN TestIntegration/FsMkdir/FsEncoding/leading_HT
fstests.go:673: testing "␉leading HT"
=== RUN TestIntegration/FsMkdir/FsEncoding/leading_VT
fstests.go:673: testing "␋leading VT"
=== RUN TestIntegration/FsMkdir/FsEncoding/leading_dot
fstests.go:673: testing ".leading dot"
=== RUN TestIntegration/FsMkdir/FsEncoding/trailing_space
fstests.go:673: testing "trailing space "
=== RUN TestIntegration/FsMkdir/FsEncoding/trailing_CR
fstests.go:673: testing "trailing CR␍"
=== RUN TestIntegration/FsMkdir/FsEncoding/trailing_LF
fstests.go:673: testing "trailing LF␊"
=== RUN TestIntegration/FsMkdir/FsEncoding/trailing_HT
fstests.go:673: testing "trailing HT␉"
=== RUN TestIntegration/FsMkdir/FsEncoding/trailing_VT
fstests.go:673: testing "trailing VT␋"
=== RUN TestIntegration/FsMkdir/FsEncoding/trailing_dot
fstests.go:673: testing "trailing dot."
=== RUN TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8
fstests.go:673: testing "invalid utf-8\xfe"
=== RUN TestIntegration/FsMkdir/FsEncoding/URL_encoding
fstests.go:673: testing "test%46.txt"
=== RUN TestIntegration/FsMkdir/FsNewObjectNotFound
=== RUN TestIntegration/FsMkdir/FsPutError
=== RUN TestIntegration/FsMkdir/FsPutZeroLength
=== RUN TestIntegration/FsMkdir/FsOpenWriterAt
fstests.go:746: FS has no OpenWriterAt interface
=== RUN TestIntegration/FsMkdir/FsChangeNotify
fstests.go:782: FS has no ChangeNotify interface
=== RUN TestIntegration/FsMkdir/FsPutFiles
=== RUN TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2
=== RUN TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2
=== RUN TestIntegration/FsMkdir/FsPutFiles/FsListR
=== RUN TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir
=== RUN TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot
=== RUN TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot
=== RUN TestIntegration/FsMkdir/FsPutFiles/FsListSubdir
=== RUN TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir#01
=== RUN TestIntegration/FsMkdir/FsPutFiles/FsListLevel2
=== RUN TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2
fstests.go:1008:
Error Trace: fstests.go:1008
fstests.go:1015
Error: Not equal:
expected: []string{"hello? sausage", "hello? sausage/êé"}
actual : []string{"hello? sausage", "hello? sausage/êé", "hello? sausage/êé"}
Diff:
--- Expected
+++ Actual
@@ -1,3 +1,4 @@
-([]string) (len=2) {
+([]string) (len=3) {
(string) (len=14) "hello? sausage",
+ (string) (len=19) "hello? sausage/êé",
(string) (len=19) "hello? sausage/êé"
Test: TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2
=== RUN TestIntegration/FsMkdir/FsPutFiles/FsListFile1
=== RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObject
=== RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive
fstests.go:1035: Not Case Insensitive
=== RUN TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2
=== RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir
=== RUN TestIntegration/FsMkdir/FsPutFiles/FsPurge
fstests.go:1067: FS has no Purge interface
=== RUN TestIntegration/FsMkdir/FsPutFiles/FsCopy
=== RUN TestIntegration/FsMkdir/FsPutFiles/FsMove
=== RUN TestIntegration/FsMkdir/FsPutFiles/FsDirMove
fstests.go:1209: FS has no DirMover interface
=== RUN TestIntegration/FsMkdir/FsPutFiles/FsRmdirFull
fstests.go:1267:
Error Trace: fstests.go:1267
Error: An error is expected but got nil.
Test: TestIntegration/FsMkdir/FsPutFiles/FsRmdirFull
Messages: Expecting error on RMdir on non empty remote
=== 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:1342: MimeType 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
=== RUN TestIntegration/FsMkdir/FsPutFiles/ObjectStorable
=== RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile
=== RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound
=== RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot
fstests.go:1491: Can't list from root on this remote
=== RUN TestIntegration/FsMkdir/FsPutFiles/PublicLink
fstests.go:1595: FS has no PublicLinker interface
=== RUN TestIntegration/FsMkdir/FsPutFiles/SetTier
fstests.go:391: FS has no SetTier & GetTier interfaces
=== RUN TestIntegration/FsMkdir/FsPutFiles/ObjectCheckWrap
fstests.go:1698: Not a wrapping Fs
=== RUN TestIntegration/FsMkdir/FsPutFiles/ObjectRemove
=== RUN TestIntegration/FsMkdir/FsPutFiles/ObjectAbout
fstests.go:1727: FS does not support About
=== RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream
=== RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0
=== RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100
2022/06/17 08:21:04 ERROR : Discord server (904979366281375785) path rclone-test-yowudac6yicewew8sayecif6: failed to delete old message for amending: HTTP 404 Not Found, {"message": "Unknown Message", "code": 10008}
=== RUN TestIntegration/FsMkdir/FsPutFiles/Internal
fstests.go:1789: *discord.Fs does not implement InternalTester
=== RUN TestIntegration/FsMkdir/FsPutChunked
fstests.go:1806: *discord.Fs does not implement SetUploadChunkSizer
=== RUN TestIntegration/FsMkdir/FsUploadUnknownSize
=== RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize
=== RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize
=== RUN TestIntegration/FsMkdir/FsRootCollapse
2022/06/17 08:21:10 ERROR : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Couldn't delete: HTTP 404 Not Found, {"message": "Unknown Message", "code": 10008}
=== CONT TestIntegration/FsMkdir
fstests.go:1978:
Error Trace: fstests.go:1978
Error: Received unexpected error:
failed to delete 1 files
Test: TestIntegration/FsMkdir
=== RUN TestIntegration/FsShutdown
--- FAIL: TestIntegration (128.66s)
--- SKIP: TestIntegration/FsCheckWrap (0.00s)
--- SKIP: TestIntegration/FsCommand (0.00s)
--- FAIL: TestIntegration/FsRmdirNotFound (0.00s)
--- PASS: TestIntegration/FsString (0.00s)
--- PASS: TestIntegration/FsName (0.00s)
--- PASS: TestIntegration/FsRoot (0.00s)
--- PASS: TestIntegration/FsRmdirEmpty (0.00s)
--- FAIL: TestIntegration/FsMkdir (125.62s)
--- PASS: TestIntegration/FsMkdir/FsMkdirRmdirSubdir (4.74s)
--- PASS: TestIntegration/FsMkdir/FsListEmpty (0.15s)
--- PASS: TestIntegration/FsMkdir/FsListDirEmpty (0.16s)
--- PASS: TestIntegration/FsMkdir/FsListRDirEmpty (0.19s)
--- PASS: TestIntegration/FsMkdir/FsListDirNotFound (0.16s)
--- PASS: TestIntegration/FsMkdir/FsListRDirNotFound (4.54s)
--- PASS: TestIntegration/FsMkdir/FsEncoding (61.23s)
--- PASS: TestIntegration/FsMkdir/FsEncoding/control_chars (1.59s)
--- PASS: TestIntegration/FsMkdir/FsEncoding/dot (5.83s)
--- PASS: TestIntegration/FsMkdir/FsEncoding/dot_dot (2.62s)
--- PASS: TestIntegration/FsMkdir/FsEncoding/punctuation (1.58s)
--- PASS: TestIntegration/FsMkdir/FsEncoding/leading_space (4.89s)
--- PASS: TestIntegration/FsMkdir/FsEncoding/leading_tilde (1.75s)
--- PASS: TestIntegration/FsMkdir/FsEncoding/leading_CR (4.32s)
--- PASS: TestIntegration/FsMkdir/FsEncoding/leading_LF (3.51s)
--- PASS: TestIntegration/FsMkdir/FsEncoding/leading_HT (2.47s)
--- PASS: TestIntegration/FsMkdir/FsEncoding/leading_VT (4.70s)
--- PASS: TestIntegration/FsMkdir/FsEncoding/leading_dot (1.63s)
--- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_space (3.35s)
--- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_CR (4.45s)
--- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_LF (1.67s)
--- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_HT (4.45s)
--- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_VT (1.52s)
--- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_dot (4.15s)
--- PASS: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 (3.85s)
--- PASS: TestIntegration/FsMkdir/FsEncoding/URL_encoding (2.67s)
--- PASS: TestIntegration/FsMkdir/FsNewObjectNotFound (2.48s)
--- PASS: TestIntegration/FsMkdir/FsPutError (0.33s)
--- PASS: TestIntegration/FsMkdir/FsPutZeroLength (1.07s)
--- SKIP: TestIntegration/FsMkdir/FsOpenWriterAt (0.00s)
--- SKIP: TestIntegration/FsMkdir/FsChangeNotify (0.00s)
--- FAIL: TestIntegration/FsMkdir/FsPutFiles (44.85s)
--- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 (5.22s)
--- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 (5.16s)
--- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListR (0.23s)
--- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir (0.23s)
--- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot (4.49s)
--- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot (0.72s)
--- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListSubdir (0.42s)
--- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir#01 (4.26s)
--- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 (0.56s)
--- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2 (0.30s)
--- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1 (4.09s)
--- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObject (0.00s)
--- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive (0.00s)
--- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 (0.22s)
--- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir (0.24s)
--- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsPurge (0.00s)
--- PASS: TestIntegration/FsMkdir/FsPutFiles/FsCopy (0.85s)
--- PASS: TestIntegration/FsMkdir/FsPutFiles/FsMove (6.14s)
--- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsDirMove (0.00s)
--- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsRmdirFull (0.00s)
--- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPrecision (0.00s)
--- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectString (0.00s)
--- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectFs (0.00s)
--- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemote (0.00s)
--- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectHashes (0.00s)
--- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectModTime (0.00s)
--- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectMimeType (0.00s)
--- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime (0.93s)
--- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSize (0.00s)
--- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpen (0.17s)
--- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek (0.02s)
--- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange (0.12s)
--- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead (0.03s)
--- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate (0.89s)
--- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectStorable (0.00s)
--- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile (0.80s)
--- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound (0.72s)
--- SKIP: TestIntegration/FsMkdir/FsPutFiles/FromRoot (0.00s)
--- SKIP: TestIntegration/FsMkdir/FsPutFiles/PublicLink (0.00s)
--- SKIP: TestIntegration/FsMkdir/FsPutFiles/SetTier (0.00s)
--- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectCheckWrap (0.00s)
--- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemove (0.44s)
--- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectAbout (0.00s)
--- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream (2.14s)
--- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 (1.13s)
--- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 (1.01s)
--- SKIP: TestIntegration/FsMkdir/FsPutFiles/Internal (0.00s)
--- SKIP: TestIntegration/FsMkdir/FsPutChunked (0.00s)
--- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize (4.39s)
--- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize (2.58s)
--- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize (1.81s)
--- PASS: TestIntegration/FsMkdir/FsRootCollapse (0.68s)
--- PASS: TestIntegration/FsShutdown (0.00s)
FAIL
FAIL command-line-arguments 128.706s
FAIL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment