Guest User

Untitled

a guest
Apr 22nd, 2018
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 47.51 KB | None | 0 0
  1. go test -v
  2. === RUN TestIntegration
  3. === RUN TestIntegration/TestInit
  4. === RUN TestIntegration/TestFsString
  5. === RUN TestIntegration/TestFsName
  6. === RUN TestIntegration/TestFsRoot
  7. === RUN TestIntegration/TestFsRmdirEmpty
  8. === RUN TestIntegration/TestFsRmdirNotFound
  9. === RUN TestIntegration/TestFsMkdir
  10. === RUN TestIntegration/TestFsMkdirRmdirSubdir
  11. === RUN TestIntegration/TestFsListEmpty
  12. === RUN TestIntegration/TestFsListDirEmpty
  13. === RUN TestIntegration/TestFsListRDirEmpty
  14. === RUN TestIntegration/TestFsNewObjectNotFound
  15. === RUN TestIntegration/TestFsPutFile1
  16. === RUN TestIntegration/TestFsPutError
  17. === RUN TestIntegration/TestFsPutFile2
  18. === RUN TestIntegration/TestFsUpdateFile1
  19. === RUN TestIntegration/TestFsListDirFile2
  20. === RUN TestIntegration/TestFsListRDirFile2
  21. === RUN TestIntegration/TestFsListDirRoot
  22. === RUN TestIntegration/TestFsListRDirRoot
  23. === RUN TestIntegration/TestFsListSubdir
  24. === RUN TestIntegration/TestFsListRSubdir
  25. === RUN TestIntegration/TestFsListLevel2
  26. === RUN TestIntegration/TestFsListRLevel2
  27. === RUN TestIntegration/TestFsListFile1
  28. === RUN TestIntegration/TestFsNewObject
  29. === RUN TestIntegration/TestFsListFile1and2
  30. === RUN TestIntegration/TestFsNewObjectDir
  31. === RUN TestIntegration/TestFsCopy
  32. === RUN TestIntegration/TestFsMove
  33. === RUN TestIntegration/TestFsDirMove
  34. === RUN TestIntegration/TestFsRmdirFull
  35. === RUN TestIntegration/TestFsPrecision
  36. === RUN TestIntegration/TestFsChangeNotify
  37. === RUN TestIntegration/TestObjectString
  38. === RUN TestIntegration/TestObjectFs
  39. === RUN TestIntegration/TestObjectRemote
  40. === RUN TestIntegration/TestObjectHashes
  41. === RUN TestIntegration/TestObjectModTime
  42. === RUN TestIntegration/TestObjectMimeType
  43. === RUN TestIntegration/TestObjectSetModTime
  44. === RUN TestIntegration/TestObjectSize
  45. === RUN TestIntegration/TestObjectOpen
  46. === RUN TestIntegration/TestObjectOpenSeek
  47. === RUN TestIntegration/TestObjectOpenRange
  48. === RUN TestIntegration/TestObjectPartialRead
  49. === RUN TestIntegration/TestObjectUpdate
  50. === RUN TestIntegration/TestObjectStorable
  51. === RUN TestIntegration/TestFsIsFile
  52. === RUN TestIntegration/TestFsIsFileNotFound
  53. 2018/04/15 15:32:19 ERROR : : error listing: directory not found
  54. === RUN TestIntegration/TestPublicLink
  55. === RUN TestIntegration/TestObjectRemove
  56. === RUN TestIntegration/TestFsPutStream
  57. === RUN TestIntegration/TestObjectPurge
  58. 2018/04/15 15:32:26 ERROR : : error listing: directory not found
  59. === RUN TestIntegration/TestInternal
  60. === RUN TestIntegration/TestFinalise
  61. --- FAIL: TestIntegration (498.44s)
  62. --- PASS: TestIntegration/TestInit (3.14s)
  63. fstests.go:221: Using remote "TestWebdav:"
  64. --- PASS: TestIntegration/TestFsString (0.00s)
  65. --- PASS: TestIntegration/TestFsName (0.00s)
  66. --- PASS: TestIntegration/TestFsRoot (0.00s)
  67. --- PASS: TestIntegration/TestFsRmdirEmpty (0.26s)
  68. --- PASS: TestIntegration/TestFsRmdirNotFound (0.10s)
  69. --- PASS: TestIntegration/TestFsMkdir (1.97s)
  70. --- PASS: TestIntegration/TestFsMkdirRmdirSubdir (1.85s)
  71. --- PASS: TestIntegration/TestFsListEmpty (0.10s)
  72. --- PASS: TestIntegration/TestFsListDirEmpty (0.09s)
  73. --- SKIP: TestIntegration/TestFsListRDirEmpty (0.00s)
  74. fstests.go:193: FS has no ListR interface
  75. --- PASS: TestIntegration/TestFsNewObjectNotFound (0.27s)
  76. --- FAIL: TestIntegration/TestFsPutFile1 (0.54s)
  77. fstests.go:96:
  78. Error Trace: fstests.go:96
  79. fstests.go:354
  80. Error: Received unexpected error:
  81. object not found
  82. github.com/ncw/rclone/fs.init
  83. /home/hensur/go/src/github.com/ncw/rclone/fs/fs.go:52
  84. github.com/ncw/rclone/backend/webdav.init
  85. <autogenerated>:1
  86. main.init
  87. <autogenerated>:1
  88. runtime.main
  89. /usr/lib/go/src/runtime/proc.go:186
  90. runtime.goexit
  91. /usr/lib/go/src/runtime/asm_amd64.s:2361
  92. Test: TestIntegration/TestFsPutFile1
  93. Messages: Put error: object not found
  94. --- PASS: TestIntegration/TestFsPutError (0.72s)
  95. --- FAIL: TestIntegration/TestFsPutFile2 (0.93s)
  96. fstests.go:96:
  97. Error Trace: fstests.go:96
  98. fstests.go:383
  99. Error: Received unexpected error:
  100. object not found
  101. github.com/ncw/rclone/fs.init
  102. /home/hensur/go/src/github.com/ncw/rclone/fs/fs.go:52
  103. github.com/ncw/rclone/backend/webdav.init
  104. <autogenerated>:1
  105. main.init
  106. <autogenerated>:1
  107. runtime.main
  108. /usr/lib/go/src/runtime/proc.go:186
  109. runtime.goexit
  110. /usr/lib/go/src/runtime/asm_amd64.s:2361
  111. Test: TestIntegration/TestFsPutFile2
  112. Messages: Put error: object not found
  113. --- FAIL: TestIntegration/TestFsUpdateFile1 (0.62s)
  114. fstests.go:96:
  115. Error Trace: fstests.go:96
  116. fstests.go:389
  117. Error: Received unexpected error:
  118. object not found
  119. github.com/ncw/rclone/fs.init
  120. /home/hensur/go/src/github.com/ncw/rclone/fs/fs.go:52
  121. github.com/ncw/rclone/backend/webdav.init
  122. <autogenerated>:1
  123. main.init
  124. <autogenerated>:1
  125. runtime.main
  126. /usr/lib/go/src/runtime/proc.go:186
  127. runtime.goexit
  128. /usr/lib/go/src/runtime/asm_amd64.s:2361
  129. Test: TestIntegration/TestFsUpdateFile1
  130. Messages: Put error: object not found
  131. --- FAIL: TestIntegration/TestFsListDirFile2 (36.17s)
  132. fstests.go:410: Sleeping for 1 second for TestFsListDirFile2 eventual consistency: 1/6
  133. fstests.go:410: Sleeping for 1 second for TestFsListDirFile2 eventual consistency: 2/6
  134. fstests.go:410: Sleeping for 1 second for TestFsListDirFile2 eventual consistency: 3/6
  135. fstests.go:410: Sleeping for 1 second for TestFsListDirFile2 eventual consistency: 4/6
  136. fstests.go:410: Sleeping for 1 second for TestFsListDirFile2 eventual consistency: 5/6
  137. fstests.go:410: Sleeping for 1 second for TestFsListDirFile2 eventual consistency: 6/6
  138. fstests.go:414:
  139. Error Trace: fstests.go:414
  140. fstests.go:433
  141. Error: Not equal:
  142. expected: []string{"hello_ sausage/êé/Hello, 世界/ _ ' @ _ _ & _ + ≠/z.txt"}
  143. actual : []string{}
  144.  
  145. Diff:
  146. --- Expected
  147. +++ Actual
  148. @@ -1,3 +1,2 @@
  149. -([]string) (len=1) {
  150. - (string) (len=60) "hello_ sausage/êé/Hello, 世界/ _ ' @ _ _ & _ + ≠/z.txt"
  151. +([]string) {
  152. }
  153. Test: TestIntegration/TestFsListDirFile2
  154. fstests.go:410: Sleeping for 1 second for TestFsListDirFile2 eventual consistency: 1/6
  155. fstests.go:410: Sleeping for 1 second for TestFsListDirFile2 eventual consistency: 2/6
  156. fstests.go:410: Sleeping for 1 second for TestFsListDirFile2 eventual consistency: 3/6
  157. fstests.go:410: Sleeping for 1 second for TestFsListDirFile2 eventual consistency: 4/6
  158. fstests.go:410: Sleeping for 1 second for TestFsListDirFile2 eventual consistency: 5/6
  159. fstests.go:410: Sleeping for 1 second for TestFsListDirFile2 eventual consistency: 6/6
  160. fstests.go:413:
  161. Error Trace: fstests.go:413
  162. fstests.go:433
  163. Error: Not equal:
  164. expected: []string{"hello_ sausage/êé/Hello, 世界/ _ ' @ _ _ & _ + ≠"}
  165. actual : []string{}
  166.  
  167. Diff:
  168. --- Expected
  169. +++ Actual
  170. @@ -1,3 +1,2 @@
  171. -([]string) (len=1) {
  172. - (string) (len=54) "hello_ sausage/êé/Hello, 世界/ _ ' @ _ _ & _ + ≠"
  173. +([]string) {
  174. }
  175. Test: TestIntegration/TestFsListDirFile2
  176. fstests.go:410: Sleeping for 1 second for TestFsListDirFile2 eventual consistency: 1/6
  177. fstests.go:410: Sleeping for 1 second for TestFsListDirFile2 eventual consistency: 2/6
  178. fstests.go:410: Sleeping for 1 second for TestFsListDirFile2 eventual consistency: 3/6
  179. fstests.go:410: Sleeping for 1 second for TestFsListDirFile2 eventual consistency: 4/6
  180. fstests.go:410: Sleeping for 1 second for TestFsListDirFile2 eventual consistency: 5/6
  181. fstests.go:410: Sleeping for 1 second for TestFsListDirFile2 eventual consistency: 6/6
  182. fstests.go:413:
  183. Error Trace: fstests.go:413
  184. fstests.go:433
  185. Error: Not equal:
  186. expected: []string{"hello_ sausage/êé/Hello, 世界"}
  187. actual : []string{}
  188.  
  189. Diff:
  190. --- Expected
  191. +++ Actual
  192. @@ -1,3 +1,2 @@
  193. -([]string) (len=1) {
  194. - (string) (len=33) "hello_ sausage/êé/Hello, 世界"
  195. +([]string) {
  196. }
  197. Test: TestIntegration/TestFsListDirFile2
  198. fstests.go:410: Sleeping for 1 second for TestFsListDirFile2 eventual consistency: 1/6
  199. fstests.go:410: Sleeping for 1 second for TestFsListDirFile2 eventual consistency: 2/6
  200. fstests.go:410: Sleeping for 1 second for TestFsListDirFile2 eventual consistency: 3/6
  201. fstests.go:410: Sleeping for 1 second for TestFsListDirFile2 eventual consistency: 4/6
  202. fstests.go:410: Sleeping for 1 second for TestFsListDirFile2 eventual consistency: 5/6
  203. fstests.go:410: Sleeping for 1 second for TestFsListDirFile2 eventual consistency: 6/6
  204. fstests.go:413:
  205. Error Trace: fstests.go:413
  206. fstests.go:433
  207. Error: Not equal:
  208. expected: []string{"hello_ sausage/êé"}
  209. actual : []string{}
  210.  
  211. Diff:
  212. --- Expected
  213. +++ Actual
  214. @@ -1,3 +1,2 @@
  215. -([]string) (len=1) {
  216. - (string) (len=19) "hello_ sausage/êé"
  217. +([]string) {
  218. }
  219. Test: TestIntegration/TestFsListDirFile2
  220. fstests.go:410: Sleeping for 1 second for TestFsListDirFile2 eventual consistency: 1/6
  221. fstests.go:410: Sleeping for 1 second for TestFsListDirFile2 eventual consistency: 2/6
  222. fstests.go:410: Sleeping for 1 second for TestFsListDirFile2 eventual consistency: 3/6
  223. fstests.go:410: Sleeping for 1 second for TestFsListDirFile2 eventual consistency: 4/6
  224. fstests.go:410: Sleeping for 1 second for TestFsListDirFile2 eventual consistency: 5/6
  225. fstests.go:410: Sleeping for 1 second for TestFsListDirFile2 eventual consistency: 6/6
  226. fstests.go:413:
  227. Error Trace: fstests.go:413
  228. fstests.go:433
  229. Error: Not equal:
  230. expected: []string{"hello_ sausage"}
  231. actual : []string{}
  232.  
  233. Diff:
  234. --- Expected
  235. +++ Actual
  236. @@ -1,3 +1,2 @@
  237. -([]string) (len=1) {
  238. - (string) (len=14) "hello_ sausage"
  239. +([]string) {
  240. }
  241. Test: TestIntegration/TestFsListDirFile2
  242. --- SKIP: TestIntegration/TestFsListRDirFile2 (0.00s)
  243. fstests.go:193: FS has no ListR interface
  244. --- PASS: TestIntegration/TestFsListDirRoot (1.58s)
  245. --- SKIP: TestIntegration/TestFsListRDirRoot (0.00s)
  246. fstests.go:193: FS has no ListR interface
  247. --- FAIL: TestIntegration/TestFsListSubdir (0.24s)
  248. fstests.go:479:
  249. Error Trace: fstests.go:479
  250. Error: "[]" should have 1 item(s), but has 0
  251. Test: TestIntegration/TestFsListSubdir
  252. --- SKIP: TestIntegration/TestFsListRSubdir (0.00s)
  253. fstests.go:193: FS has no ListR interface
  254. --- FAIL: TestIntegration/TestFsListLevel2 (0.10s)
  255. fstests.go:500:
  256. Error Trace: fstests.go:500
  257. Error: Not equal:
  258. expected: []string{"hello_ sausage", "hello_ sausage/êé"}
  259. actual : []string{}
  260.  
  261. Diff:
  262. --- Expected
  263. +++ Actual
  264. @@ -1,4 +1,2 @@
  265. -([]string) (len=2) {
  266. - (string) (len=14) "hello_ sausage",
  267. - (string) (len=19) "hello_ sausage/êé"
  268. +([]string) {
  269. }
  270. Test: TestIntegration/TestFsListLevel2
  271. --- SKIP: TestIntegration/TestFsListRLevel2 (0.00s)
  272. fstests.go:193: FS has no ListR interface
  273. --- FAIL: TestIntegration/TestFsListFile1 (63.65s)
  274. fstest.go:304: Sleeping for 1s for list eventual consistency: 1/6
  275. fstest.go:304: Sleeping for 2s for list eventual consistency: 2/6
  276. fstest.go:304: Sleeping for 4s for list eventual consistency: 3/6
  277. fstest.go:304: Sleeping for 8s for list eventual consistency: 4/6
  278. fstest.go:304: Sleeping for 16s for list eventual consistency: 5/6
  279. fstest.go:304: Sleeping for 32s for list eventual consistency: 6/6
  280. fstest.go:311:
  281. Error Trace: fstest.go:311
  282. fstest.go:340
  283. fstests.go:513
  284. Error: Should be true
  285. Test: TestIntegration/TestFsListFile1
  286. Messages: listing wrong, want
  287. file name.txt (100), hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100) or
  288. file name.txt (100), hello_ sausage/êé/Hello, 世界/ _ ' @ _ _ & _ + ≠/z.txt (100) got
  289. file name.txt (100)
  290. fstest.go:205: Not found "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt"
  291. fstest.go:208:
  292. Error Trace: fstest.go:208
  293. fstest.go:316
  294. fstest.go:340
  295. fstests.go:513
  296. Error: Not equal:
  297. expected: 0
  298. actual : 1
  299. Test: TestIntegration/TestFsListFile1
  300. Messages: 1 objects not found
  301. --- FAIL: TestIntegration/TestFsNewObject (6.68s)
  302. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 1/6 (object not found)
  303. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 2/6 (object not found)
  304. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 3/6 (object not found)
  305. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 4/6 (object not found)
  306. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 5/6 (object not found)
  307. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 6/6 (object not found)
  308. fstests.go:70:
  309. Error Trace: fstests.go:70
  310. fstests.go:519
  311. Error: Received unexpected error:
  312. object not found
  313. github.com/ncw/rclone/fs.init
  314. /home/hensur/go/src/github.com/ncw/rclone/fs/fs.go:52
  315. github.com/ncw/rclone/backend/webdav.init
  316. <autogenerated>:1
  317. main.init
  318. <autogenerated>:1
  319. runtime.main
  320. /usr/lib/go/src/runtime/proc.go:186
  321. runtime.goexit
  322. /usr/lib/go/src/runtime/asm_amd64.s:2361
  323. Test: TestIntegration/TestFsNewObject
  324. --- FAIL: TestIntegration/TestFsListFile1and2 (63.65s)
  325. fstest.go:304: Sleeping for 1s for list eventual consistency: 1/6
  326. fstest.go:304: Sleeping for 2s for list eventual consistency: 2/6
  327. fstest.go:304: Sleeping for 4s for list eventual consistency: 3/6
  328. fstest.go:304: Sleeping for 8s for list eventual consistency: 4/6
  329. fstest.go:304: Sleeping for 16s for list eventual consistency: 5/6
  330. fstest.go:304: Sleeping for 32s for list eventual consistency: 6/6
  331. fstest.go:311:
  332. Error Trace: fstest.go:311
  333. fstest.go:340
  334. fstests.go:526
  335. Error: Should be true
  336. Test: TestIntegration/TestFsListFile1and2
  337. Messages: listing wrong, want
  338. file name.txt (100), hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100) or
  339. file name.txt (100), hello_ sausage/êé/Hello, 世界/ _ ' @ _ _ & _ + ≠/z.txt (100) got
  340. file name.txt (100)
  341. fstest.go:205: Not found "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt"
  342. fstest.go:208:
  343. Error Trace: fstest.go:208
  344. fstest.go:316
  345. fstest.go:340
  346. fstests.go:526
  347. Error: Not equal:
  348. expected: 0
  349. actual : 1
  350. Test: TestIntegration/TestFsListFile1and2
  351. Messages: 1 objects not found
  352. --- PASS: TestIntegration/TestFsNewObjectDir (0.23s)
  353. --- FAIL: TestIntegration/TestFsCopy (7.44s)
  354. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 1/6 (object not found)
  355. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 2/6 (object not found)
  356. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 3/6 (object not found)
  357. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 4/6 (object not found)
  358. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 5/6 (object not found)
  359. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 6/6 (object not found)
  360. fstests.go:70:
  361. Error Trace: fstests.go:70
  362. fstests.go:553
  363. Error: Received unexpected error:
  364. object not found
  365. github.com/ncw/rclone/fs.init
  366. /home/hensur/go/src/github.com/ncw/rclone/fs/fs.go:52
  367. github.com/ncw/rclone/backend/webdav.init
  368. <autogenerated>:1
  369. main.init
  370. <autogenerated>:1
  371. runtime.main
  372. /usr/lib/go/src/runtime/proc.go:186
  373. runtime.goexit
  374. /usr/lib/go/src/runtime/asm_amd64.s:2361
  375. Test: TestIntegration/TestFsCopy
  376. --- FAIL: TestIntegration/TestFsMove (7.41s)
  377. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 1/6 (object not found)
  378. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 2/6 (object not found)
  379. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 3/6 (object not found)
  380. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 4/6 (object not found)
  381. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 5/6 (object not found)
  382. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 6/6 (object not found)
  383. fstests.go:70:
  384. Error Trace: fstests.go:70
  385. fstests.go:593
  386. Error: Received unexpected error:
  387. object not found
  388. github.com/ncw/rclone/fs.init
  389. /home/hensur/go/src/github.com/ncw/rclone/fs/fs.go:52
  390. github.com/ncw/rclone/backend/webdav.init
  391. <autogenerated>:1
  392. main.init
  393. <autogenerated>:1
  394. runtime.main
  395. /usr/lib/go/src/runtime/proc.go:186
  396. runtime.goexit
  397. /usr/lib/go/src/runtime/asm_amd64.s:2361
  398. Test: TestIntegration/TestFsMove
  399. --- FAIL: TestIntegration/TestFsDirMove (132.11s)
  400. fstest.go:304: Sleeping for 1s for list eventual consistency: 1/6
  401. fstest.go:304: Sleeping for 2s for list eventual consistency: 2/6
  402. fstest.go:304: Sleeping for 4s for list eventual consistency: 3/6
  403. fstest.go:304: Sleeping for 8s for list eventual consistency: 4/6
  404. fstest.go:304: Sleeping for 16s for list eventual consistency: 5/6
  405. fstest.go:304: Sleeping for 32s for list eventual consistency: 6/6
  406. fstest.go:311:
  407. Error Trace: fstest.go:311
  408. fstests.go:679
  409. Error: Should be true
  410. Test: TestIntegration/TestFsDirMove
  411. Messages: listing wrong, want
  412. new_name/sub_new_name/file name.txt (100), new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100) or
  413. new_name/sub_new_name/file name.txt (100), new_name/sub_new_name/hello_ sausage/êé/Hello, 世界/ _ ' @ _ _ & _ + ≠/z.txt (100) got
  414. new_name/sub_new_name/file name.txt (100)
  415. fstest.go:205: Not found "new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt"
  416. fstest.go:208:
  417. Error Trace: fstest.go:208
  418. fstest.go:316
  419. fstests.go:679
  420. Error: Not equal:
  421. expected: 0
  422. actual : 1
  423. Test: TestIntegration/TestFsDirMove
  424. Messages: 1 objects not found
  425. fstest.go:333:
  426. Error Trace: fstest.go:333
  427. fstests.go:679
  428. Error: Not equal:
  429. expected: []string{"new_name", "new_name/sub_new_name", "new_name/sub_new_name/hello_ sausage", "new_name/sub_new_name/hello_ sausage/êé", "new_name/sub_new_name/hello_ sausage/êé/Hello, 世界", "new_name/sub_new_name/hello_ sausage/êé/Hello, 世界/ _ ' @ _ _ & _ + ≠"}
  430. actual : []string{"new_name", "new_name/sub_new_name"}
  431.  
  432. Diff:
  433. --- Expected
  434. +++ Actual
  435. @@ -1,8 +1,4 @@
  436. -([]string) (len=6) {
  437. +([]string) (len=2) {
  438. (string) (len=8) "new_name",
  439. - (string) (len=21) "new_name/sub_new_name",
  440. - (string) (len=36) "new_name/sub_new_name/hello_ sausage",
  441. - (string) (len=41) "new_name/sub_new_name/hello_ sausage/êé",
  442. - (string) (len=55) "new_name/sub_new_name/hello_ sausage/êé/Hello, 世界",
  443. - (string) (len=76) "new_name/sub_new_name/hello_ sausage/êé/Hello, 世界/ _ ' @ _ _ & _ + ≠"
  444. + (string) (len=21) "new_name/sub_new_name"
  445. }
  446. Test: TestIntegration/TestFsDirMove
  447. Messages: directories
  448. fstest.go:304: Sleeping for 1s for list eventual consistency: 1/6
  449. fstest.go:304: Sleeping for 2s for list eventual consistency: 2/6
  450. fstest.go:304: Sleeping for 4s for list eventual consistency: 3/6
  451. fstest.go:304: Sleeping for 8s for list eventual consistency: 4/6
  452. fstest.go:304: Sleeping for 16s for list eventual consistency: 5/6
  453. fstest.go:304: Sleeping for 32s for list eventual consistency: 6/6
  454. fstest.go:311:
  455. Error Trace: fstest.go:311
  456. fstests.go:693
  457. Error: Should be true
  458. Test: TestIntegration/TestFsDirMove
  459. Messages: listing wrong, want
  460. file name.txt (100), hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100) or
  461. file name.txt (100), hello_ sausage/êé/Hello, 世界/ _ ' @ _ _ & _ + ≠/z.txt (100) got
  462. file name.txt (100)
  463. fstest.go:205: Not found "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt"
  464. fstest.go:208:
  465. Error Trace: fstest.go:208
  466. fstest.go:316
  467. fstests.go:693
  468. Error: Not equal:
  469. expected: 0
  470. actual : 1
  471. Test: TestIntegration/TestFsDirMove
  472. Messages: 1 objects not found
  473. fstest.go:333:
  474. Error Trace: fstest.go:333
  475. fstests.go:693
  476. Error: Not equal:
  477. expected: []string{"hello_ sausage", "hello_ sausage/êé", "hello_ sausage/êé/Hello, 世界", "hello_ sausage/êé/Hello, 世界/ _ ' @ _ _ & _ + ≠"}
  478. actual : []string{}
  479.  
  480. Diff:
  481. --- Expected
  482. +++ Actual
  483. @@ -1,6 +1,2 @@
  484. -([]string) (len=4) {
  485. - (string) (len=14) "hello_ sausage",
  486. - (string) (len=19) "hello_ sausage/êé",
  487. - (string) (len=33) "hello_ sausage/êé/Hello, 世界",
  488. - (string) (len=54) "hello_ sausage/êé/Hello, 世界/ _ ' @ _ _ & _ + ≠"
  489. +([]string) {
  490. }
  491. Test: TestIntegration/TestFsDirMove
  492. Messages: directories
  493. --- PASS: TestIntegration/TestFsRmdirFull (0.10s)
  494. --- PASS: TestIntegration/TestFsPrecision (0.00s)
  495. --- SKIP: TestIntegration/TestFsChangeNotify (0.00s)
  496. fstests.go:734: FS has no ChangeNotify interface
  497. --- FAIL: TestIntegration/TestObjectString (6.63s)
  498. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 1/6 (object not found)
  499. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 2/6 (object not found)
  500. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 3/6 (object not found)
  501. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 4/6 (object not found)
  502. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 5/6 (object not found)
  503. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 6/6 (object not found)
  504. fstests.go:70:
  505. Error Trace: fstests.go:70
  506. fstests.go:793
  507. Error: Received unexpected error:
  508. object not found
  509. github.com/ncw/rclone/fs.init
  510. /home/hensur/go/src/github.com/ncw/rclone/fs/fs.go:52
  511. github.com/ncw/rclone/backend/webdav.init
  512. <autogenerated>:1
  513. main.init
  514. <autogenerated>:1
  515. runtime.main
  516. /usr/lib/go/src/runtime/proc.go:186
  517. runtime.goexit
  518. /usr/lib/go/src/runtime/asm_amd64.s:2361
  519. Test: TestIntegration/TestObjectString
  520. --- FAIL: TestIntegration/TestObjectFs (6.80s)
  521. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 1/6 (object not found)
  522. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 2/6 (object not found)
  523. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 3/6 (object not found)
  524. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 4/6 (object not found)
  525. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 5/6 (object not found)
  526. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 6/6 (object not found)
  527. fstests.go:70:
  528. Error Trace: fstests.go:70
  529. fstests.go:801
  530. Error: Received unexpected error:
  531. object not found
  532. github.com/ncw/rclone/fs.init
  533. /home/hensur/go/src/github.com/ncw/rclone/fs/fs.go:52
  534. github.com/ncw/rclone/backend/webdav.init
  535. <autogenerated>:1
  536. main.init
  537. <autogenerated>:1
  538. runtime.main
  539. /usr/lib/go/src/runtime/proc.go:186
  540. runtime.goexit
  541. /usr/lib/go/src/runtime/asm_amd64.s:2361
  542. Test: TestIntegration/TestObjectFs
  543. --- FAIL: TestIntegration/TestObjectRemote (6.62s)
  544. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 1/6 (object not found)
  545. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 2/6 (object not found)
  546. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 3/6 (object not found)
  547. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 4/6 (object not found)
  548. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 5/6 (object not found)
  549. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 6/6 (object not found)
  550. fstests.go:70:
  551. Error Trace: fstests.go:70
  552. fstests.go:815
  553. Error: Received unexpected error:
  554. object not found
  555. github.com/ncw/rclone/fs.init
  556. /home/hensur/go/src/github.com/ncw/rclone/fs/fs.go:52
  557. github.com/ncw/rclone/backend/webdav.init
  558. <autogenerated>:1
  559. main.init
  560. <autogenerated>:1
  561. runtime.main
  562. /usr/lib/go/src/runtime/proc.go:186
  563. runtime.goexit
  564. /usr/lib/go/src/runtime/asm_amd64.s:2361
  565. Test: TestIntegration/TestObjectRemote
  566. --- FAIL: TestIntegration/TestObjectHashes (6.61s)
  567. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 1/6 (object not found)
  568. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 2/6 (object not found)
  569. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 3/6 (object not found)
  570. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 4/6 (object not found)
  571. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 5/6 (object not found)
  572. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 6/6 (object not found)
  573. fstests.go:70:
  574. Error Trace: fstests.go:70
  575. fstests.go:822
  576. Error: Received unexpected error:
  577. object not found
  578. github.com/ncw/rclone/fs.init
  579. /home/hensur/go/src/github.com/ncw/rclone/fs/fs.go:52
  580. github.com/ncw/rclone/backend/webdav.init
  581. <autogenerated>:1
  582. main.init
  583. <autogenerated>:1
  584. runtime.main
  585. /usr/lib/go/src/runtime/proc.go:186
  586. runtime.goexit
  587. /usr/lib/go/src/runtime/asm_amd64.s:2361
  588. Test: TestIntegration/TestObjectHashes
  589. --- FAIL: TestIntegration/TestObjectModTime (6.63s)
  590. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 1/6 (object not found)
  591. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 2/6 (object not found)
  592. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 3/6 (object not found)
  593. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 4/6 (object not found)
  594. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 5/6 (object not found)
  595. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 6/6 (object not found)
  596. fstests.go:70:
  597. Error Trace: fstests.go:70
  598. fstests.go:829
  599. Error: Received unexpected error:
  600. object not found
  601. github.com/ncw/rclone/fs.init
  602. /home/hensur/go/src/github.com/ncw/rclone/fs/fs.go:52
  603. github.com/ncw/rclone/backend/webdav.init
  604. <autogenerated>:1
  605. main.init
  606. <autogenerated>:1
  607. runtime.main
  608. /usr/lib/go/src/runtime/proc.go:186
  609. runtime.goexit
  610. /usr/lib/go/src/runtime/asm_amd64.s:2361
  611. Test: TestIntegration/TestObjectModTime
  612. --- FAIL: TestIntegration/TestObjectMimeType (6.69s)
  613. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 1/6 (object not found)
  614. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 2/6 (object not found)
  615. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 3/6 (object not found)
  616. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 4/6 (object not found)
  617. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 5/6 (object not found)
  618. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 6/6 (object not found)
  619. fstests.go:70:
  620. Error Trace: fstests.go:70
  621. fstests.go:837
  622. Error: Received unexpected error:
  623. object not found
  624. github.com/ncw/rclone/fs.init
  625. /home/hensur/go/src/github.com/ncw/rclone/fs/fs.go:52
  626. github.com/ncw/rclone/backend/webdav.init
  627. <autogenerated>:1
  628. main.init
  629. <autogenerated>:1
  630. runtime.main
  631. /usr/lib/go/src/runtime/proc.go:186
  632. runtime.goexit
  633. /usr/lib/go/src/runtime/asm_amd64.s:2361
  634. Test: TestIntegration/TestObjectMimeType
  635. --- FAIL: TestIntegration/TestObjectSetModTime (6.78s)
  636. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 1/6 (object not found)
  637. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 2/6 (object not found)
  638. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 3/6 (object not found)
  639. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 4/6 (object not found)
  640. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 5/6 (object not found)
  641. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 6/6 (object not found)
  642. fstests.go:70:
  643. Error Trace: fstests.go:70
  644. fstests.go:854
  645. Error: Received unexpected error:
  646. object not found
  647. github.com/ncw/rclone/fs.init
  648. /home/hensur/go/src/github.com/ncw/rclone/fs/fs.go:52
  649. github.com/ncw/rclone/backend/webdav.init
  650. <autogenerated>:1
  651. main.init
  652. <autogenerated>:1
  653. runtime.main
  654. /usr/lib/go/src/runtime/proc.go:186
  655. runtime.goexit
  656. /usr/lib/go/src/runtime/asm_amd64.s:2361
  657. Test: TestIntegration/TestObjectSetModTime
  658. --- FAIL: TestIntegration/TestObjectSize (6.59s)
  659. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 1/6 (object not found)
  660. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 2/6 (object not found)
  661. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 3/6 (object not found)
  662. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 4/6 (object not found)
  663. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 5/6 (object not found)
  664. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 6/6 (object not found)
  665. fstests.go:70:
  666. Error Trace: fstests.go:70
  667. fstests.go:870
  668. Error: Received unexpected error:
  669. object not found
  670. github.com/ncw/rclone/fs.init
  671. /home/hensur/go/src/github.com/ncw/rclone/fs/fs.go:52
  672. github.com/ncw/rclone/backend/webdav.init
  673. <autogenerated>:1
  674. main.init
  675. <autogenerated>:1
  676. runtime.main
  677. /usr/lib/go/src/runtime/proc.go:186
  678. runtime.goexit
  679. /usr/lib/go/src/runtime/asm_amd64.s:2361
  680. Test: TestIntegration/TestObjectSize
  681. --- FAIL: TestIntegration/TestObjectOpen (6.61s)
  682. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 1/6 (object not found)
  683. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 2/6 (object not found)
  684. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 3/6 (object not found)
  685. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 4/6 (object not found)
  686. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 5/6 (object not found)
  687. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 6/6 (object not found)
  688. fstests.go:70:
  689. Error Trace: fstests.go:70
  690. fstests.go:877
  691. Error: Received unexpected error:
  692. object not found
  693. github.com/ncw/rclone/fs.init
  694. /home/hensur/go/src/github.com/ncw/rclone/fs/fs.go:52
  695. github.com/ncw/rclone/backend/webdav.init
  696. <autogenerated>:1
  697. main.init
  698. <autogenerated>:1
  699. runtime.main
  700. /usr/lib/go/src/runtime/proc.go:186
  701. runtime.goexit
  702. /usr/lib/go/src/runtime/asm_amd64.s:2361
  703. Test: TestIntegration/TestObjectOpen
  704. --- FAIL: TestIntegration/TestObjectOpenSeek (6.61s)
  705. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 1/6 (object not found)
  706. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 2/6 (object not found)
  707. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 3/6 (object not found)
  708. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 4/6 (object not found)
  709. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 5/6 (object not found)
  710. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 6/6 (object not found)
  711. fstests.go:70:
  712. Error Trace: fstests.go:70
  713. fstests.go:884
  714. Error: Received unexpected error:
  715. object not found
  716. github.com/ncw/rclone/fs.init
  717. /home/hensur/go/src/github.com/ncw/rclone/fs/fs.go:52
  718. github.com/ncw/rclone/backend/webdav.init
  719. <autogenerated>:1
  720. main.init
  721. <autogenerated>:1
  722. runtime.main
  723. /usr/lib/go/src/runtime/proc.go:186
  724. runtime.goexit
  725. /usr/lib/go/src/runtime/asm_amd64.s:2361
  726. Test: TestIntegration/TestObjectOpenSeek
  727. --- FAIL: TestIntegration/TestObjectOpenRange (6.68s)
  728. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 1/6 (object not found)
  729. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 2/6 (object not found)
  730. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 3/6 (object not found)
  731. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 4/6 (object not found)
  732. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 5/6 (object not found)
  733. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 6/6 (object not found)
  734. fstests.go:70:
  735. Error Trace: fstests.go:70
  736. fstests.go:891
  737. Error: Received unexpected error:
  738. object not found
  739. github.com/ncw/rclone/fs.init
  740. /home/hensur/go/src/github.com/ncw/rclone/fs/fs.go:52
  741. github.com/ncw/rclone/backend/webdav.init
  742. <autogenerated>:1
  743. main.init
  744. <autogenerated>:1
  745. runtime.main
  746. /usr/lib/go/src/runtime/proc.go:186
  747. runtime.goexit
  748. /usr/lib/go/src/runtime/asm_amd64.s:2361
  749. Test: TestIntegration/TestObjectOpenRange
  750. --- FAIL: TestIntegration/TestObjectPartialRead (6.59s)
  751. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 1/6 (object not found)
  752. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 2/6 (object not found)
  753. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 3/6 (object not found)
  754. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 4/6 (object not found)
  755. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 5/6 (object not found)
  756. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 6/6 (object not found)
  757. fstests.go:70:
  758. Error Trace: fstests.go:70
  759. fstests.go:912
  760. Error: Received unexpected error:
  761. object not found
  762. github.com/ncw/rclone/fs.init
  763. /home/hensur/go/src/github.com/ncw/rclone/fs/fs.go:52
  764. github.com/ncw/rclone/backend/webdav.init
  765. <autogenerated>:1
  766. main.init
  767. <autogenerated>:1
  768. runtime.main
  769. /usr/lib/go/src/runtime/proc.go:186
  770. runtime.goexit
  771. /usr/lib/go/src/runtime/asm_amd64.s:2361
  772. Test: TestIntegration/TestObjectPartialRead
  773. --- FAIL: TestIntegration/TestObjectUpdate (6.63s)
  774. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 1/6 (object not found)
  775. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 2/6 (object not found)
  776. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 3/6 (object not found)
  777. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 4/6 (object not found)
  778. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 5/6 (object not found)
  779. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 6/6 (object not found)
  780. fstests.go:70:
  781. Error Trace: fstests.go:70
  782. fstests.go:925
  783. Error: Received unexpected error:
  784. object not found
  785. github.com/ncw/rclone/fs.init
  786. /home/hensur/go/src/github.com/ncw/rclone/fs/fs.go:52
  787. github.com/ncw/rclone/backend/webdav.init
  788. <autogenerated>:1
  789. main.init
  790. <autogenerated>:1
  791. runtime.main
  792. /usr/lib/go/src/runtime/proc.go:186
  793. runtime.goexit
  794. /usr/lib/go/src/runtime/asm_amd64.s:2361
  795. Test: TestIntegration/TestObjectUpdate
  796. --- FAIL: TestIntegration/TestObjectStorable (6.64s)
  797. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 1/6 (object not found)
  798. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 2/6 (object not found)
  799. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 3/6 (object not found)
  800. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 4/6 (object not found)
  801. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 5/6 (object not found)
  802. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 6/6 (object not found)
  803. fstests.go:70:
  804. Error Trace: fstests.go:70
  805. fstests.go:946
  806. Error: Received unexpected error:
  807. object not found
  808. github.com/ncw/rclone/fs.init
  809. /home/hensur/go/src/github.com/ncw/rclone/fs/fs.go:52
  810. github.com/ncw/rclone/backend/webdav.init
  811. <autogenerated>:1
  812. main.init
  813. <autogenerated>:1
  814. runtime.main
  815. /usr/lib/go/src/runtime/proc.go:186
  816. runtime.goexit
  817. /usr/lib/go/src/runtime/asm_amd64.s:2361
  818. Test: TestIntegration/TestObjectStorable
  819. --- FAIL: TestIntegration/TestFsIsFile (66.82s)
  820. fstests.go:959:
  821. Error Trace: fstests.go:959
  822. Error: Not equal:
  823. expected: *errors.fundamental(is a file not a directory)
  824. actual : <nil>(<nil>)
  825. Test: TestIntegration/TestFsIsFile
  826. fstest.go:304: Sleeping for 1s for list eventual consistency: 1/6
  827. fstest.go:304: Sleeping for 2s for list eventual consistency: 2/6
  828. fstest.go:304: Sleeping for 4s for list eventual consistency: 3/6
  829. fstest.go:304: Sleeping for 8s for list eventual consistency: 4/6
  830. fstest.go:304: Sleeping for 16s for list eventual consistency: 5/6
  831. fstest.go:304: Sleeping for 32s for list eventual consistency: 6/6
  832. fstest.go:311:
  833. Error Trace: fstest.go:311
  834. fstest.go:340
  835. fstests.go:960
  836. Error: Should be true
  837. Test: TestIntegration/TestFsIsFile
  838. Messages: listing wrong, want
  839. z.txt (100) or
  840. z.txt (100) got
  841.  
  842. fstest.go:205: Not found "z.txt"
  843. fstest.go:208:
  844. Error Trace: fstest.go:208
  845. fstest.go:316
  846. fstest.go:340
  847. fstests.go:960
  848. Error: Not equal:
  849. expected: 0
  850. actual : 1
  851. Test: TestIntegration/TestFsIsFile
  852. Messages: 1 objects not found
  853. --- PASS: TestIntegration/TestFsIsFileNotFound (1.52s)
  854. --- SKIP: TestIntegration/TestPublicLink (0.00s)
  855. fstests.go:978: FS has no PublicLinker interface
  856. --- FAIL: TestIntegration/TestObjectRemove (6.70s)
  857. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 1/6 (object not found)
  858. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 2/6 (object not found)
  859. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 3/6 (object not found)
  860. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 4/6 (object not found)
  861. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 5/6 (object not found)
  862. fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 6/6 (object not found)
  863. fstests.go:70:
  864. Error Trace: fstests.go:70
  865. fstests.go:1031
  866. Error: Received unexpected error:
  867. object not found
  868. github.com/ncw/rclone/fs.init
  869. /home/hensur/go/src/github.com/ncw/rclone/fs/fs.go:52
  870. github.com/ncw/rclone/backend/webdav.init
  871. <autogenerated>:1
  872. main.init
  873. <autogenerated>:1
  874. runtime.main
  875. /usr/lib/go/src/runtime/proc.go:186
  876. runtime.goexit
  877. /usr/lib/go/src/runtime/asm_amd64.s:2361
  878. Test: TestIntegration/TestObjectRemove
  879. --- SKIP: TestIntegration/TestFsPutStream (0.00s)
  880. fstests.go:1042: FS has no PutStream interface
  881. --- FAIL: TestIntegration/TestObjectPurge (0.36s)
  882. fstests.go:1091:
  883. Error Trace: fstests.go:1091
  884. Error: An error is expected but got nil.
  885. Test: TestIntegration/TestObjectPurge
  886. Messages: Expecting error after on second purge
  887. --- SKIP: TestIntegration/TestInternal (0.00s)
  888. fstests.go:1100: *webdav.Fs does not implement InternalTester
  889. --- PASS: TestIntegration/TestFinalise (0.00s)
  890. FAIL
  891. exit status 1
  892. FAIL github.com/ncw/rclone/backend/webdav 498.446s
Add Comment
Please, Sign In to add comment