-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathscreenlog.0
801 lines (792 loc) · 60.8 KB
/
screenlog.0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
kroot@brikett:/opt/fuse-xfstests\[?2004h[root@brikett fuse-xfstests]# ./check-gocryptfs
[?2004lfuse-xfstests gocryptfs-2019-12/ab38faeb
Mi 19. Mai 15:45:21 UTC 2021
gocryptfs is /usr/local/bin/gocryptfs
gocryptfs v2.0-beta4-2-g0650a51; go-fuse v2.1.1-0.20210423170155-a90e1f463c3f => github.com/rfjakob/go-fuse/v2 v2.1.1-0.20210508151621-62c5aa1919a7; 2021-05-19 go1.16.2 linux/amd64
FSTYP -- fuse.gocryptfs
PLATFORM -- Linux/x86_64 brikett 5.11.18-300.fc34.x86_64 #1 SMP Mon May 3 15:10:32 UTC 2021
MKFS_OPTIONS -- /var/tmp/fuse-xfstests/check-gocryptfs/scratchdev
MOUNT_OPTIONS -- -o context=system_u:object_r:root_t:s0 /var/tmp/fuse-xfstests/check-gocryptfs/scratchdev /var/tmp/fuse-xfstests/check-gocryptfs/scratchdir
generic/001 4s
generic/002 0s
generic/003 [not run] atime related mount options have no effect on fuse.gocryptfs
generic/004 [not run] O_TMPFILE is not supported
generic/005 0s
generic/006 1s
generic/007 5s
generic/008 [not run] xfs_io fzero failed (old kernel/wrong fs?)
generic/009 [not run] xfs_io fzero failed (old kernel/wrong fs?)
generic/010 0s
generic/011 3s
generic/012 [not run] xfs_io fpunch failed (old kernel/wrong fs?)
generic/013 10s
generic/014 2s
generic/015 1s
generic/016 [not run] xfs_io fpunch failed (old kernel/wrong fs?)
generic/017 [not run] xfs_io fiemap failed (old kernel/wrong fs?)
generic/018 [not run] defragmentation not supported for fstype "fuse.gocryptfs"
generic/020 0s
generic/021 [not run] xfs_io fpunch failed (old kernel/wrong fs?)
generic/022 [not run] xfs_io fpunch failed (old kernel/wrong fs?)
generic/023 0s
generic/024 1s
generic/025 [not run] kernel doesn't support renameat2 syscall
generic/026 [not run] fuse.gocryptfs does not define maximum ACL count
generic/027 92s
generic/028 5s
generic/029 0s
generic/030 1s
generic/031 [not run] xfs_io fcollapse failed (old kernel/wrong fs?)
generic/032 [not run] xfs_io fiemap failed (old kernel/wrong fs?)
generic/033 [not run] xfs_io fzero failed (old kernel/wrong fs?)
generic/034 [not run] require /var/tmp/fuse-xfstests/check-gocryptfs/scratchdev to be valid block disk
generic/035 - output mismatch (see /opt/fuse-xfstests/results//generic/035.out.bad)
--- tests/generic/035.out 2021-05-08 21:11:05.295395900 +0200
+++ /opt/fuse-xfstests/results//generic/035.out.bad 2021-05-19 17:47:32.309869989 +0200
@@ -1,3 +1,4 @@
QA output created by 035
overwriting regular file:
overwriting directory:
+t_rename_overwrite: fstat(3): No such file or directory
...
(Run 'diff -u /opt/fuse-xfstests/tests/generic/035.out /opt/fuse-xfstests/results//generic/035.out.bad' to see the entire diff)
generic/036 10s
generic/037 4s
generic/038 [not run] This test requires at least 10GB free on /var/tmp/fuse-xfstests/check-gocryptfs/scratchdir to run
generic/039 [not run] require /var/tmp/fuse-xfstests/check-gocryptfs/scratchdev to be valid block disk
generic/040 [not run] require /var/tmp/fuse-xfstests/check-gocryptfs/scratchdev to be valid block disk
generic/041 [not run] require /var/tmp/fuse-xfstests/check-gocryptfs/scratchdev to be valid block disk
generic/043 [not run] fuse.gocryptfs does not support shutdown
generic/044 [not run] fuse.gocryptfs does not support shutdown
generic/045 [not run] fuse.gocryptfs does not support shutdown
generic/046 [not run] fuse.gocryptfs does not support shutdown
generic/047 [not run] _scratch_mkfs failed on /var/tmp/fuse-xfstests/check-gocryptfs/scratchdev
generic/048 [not run] fuse.gocryptfs does not support shutdown
generic/049 [not run] fuse.gocryptfs does not support shutdown
generic/050 [not run] fuse.gocryptfs does not support shutdown
generic/051 [not run] fuse.gocryptfs does not support shutdown
generic/052 [not run] fuse.gocryptfs does not support shutdown
generic/053 1s
generic/054 [not run] fuse.gocryptfs does not support shutdown
generic/055 [not run] fuse.gocryptfs does not support shutdown
generic/056 [not run] require /var/tmp/fuse-xfstests/check-gocryptfs/scratchdev to be valid block disk
generic/057 [not run] require /var/tmp/fuse-xfstests/check-gocryptfs/scratchdev to be valid block disk
generic/058 [not run] xfs_io fpunch failed (old kernel/wrong fs?)
generic/059 [not run] require /var/tmp/fuse-xfstests/check-gocryptfs/scratchdev to be valid block disk
generic/060 [not run] xfs_io fpunch failed (old kernel/wrong fs?)
generic/061 [not run] xfs_io fpunch failed (old kernel/wrong fs?)
generic/062 - output mismatch (see /opt/fuse-xfstests/results//generic/062.out.bad)
--- tests/generic/062.out 2018-01-20 14:29:39.067451950 +0100
+++ /opt/fuse-xfstests/results//generic/062.out.bad 2021-05-19 17:47:52.709938594 +0200
@@ -304,190 +304,102 @@
=== TYPE lnk; NAMESPACE trusted
*** set/get one initially empty attribute
-# file: SCRATCH_MNT/lnk
-trusted.name
-
+setfattr: SCRATCH_MNT/lnk: Operation not permitted
...
(Run 'diff -u /opt/fuse-xfstests/tests/generic/062.out /opt/fuse-xfstests/results//generic/062.out.bad' to see the entire diff)
generic/063 [not run] xfs_io fpunch failed (old kernel/wrong fs?)
generic/064 [not run] xfs_io fiemap failed (old kernel/wrong fs?)
generic/065 [not run] require /var/tmp/fuse-xfstests/check-gocryptfs/scratchdev to be valid block disk
generic/066 [not run] require /var/tmp/fuse-xfstests/check-gocryptfs/scratchdev to be valid block disk
generic/067 [not run] require /var/tmp/fuse-xfstests/check-gocryptfs/scratchdev to be valid block disk
generic/068 [not run] fuse.gocryptfs does not support freezing
generic/069 149s
generic/070 4s
generic/071 1s
generic/072 [not run] xfs_io fcollapse failed (old kernel/wrong fs?)
generic/073 [not run] require /var/tmp/fuse-xfstests/check-gocryptfs/scratchdev to be valid block disk
generic/074 357s
generic/075 24s
generic/076 [not run] require /var/tmp/fuse-xfstests/check-gocryptfs/scratchdev to be local device
generic/077 24s
generic/078 [not run] kernel doesn't support renameat2 syscall
generic/079 [not run] file system doesn't support chattr +ia
generic/080 [failed, exit status 2]- output mismatch (see /opt/fuse-xfstests/results//generic/080.out.bad)
--- tests/generic/080.out 2018-01-20 14:29:39.069451955 +0100
+++ /opt/fuse-xfstests/results//generic/080.out.bad 2021-05-19 17:57:15.170860732 +0200
@@ -1,2 +1,4 @@
QA output created by 080
Silence is golden.
+mtime not updated
+ctime not updated
...
(Run 'diff -u /opt/fuse-xfstests/tests/generic/080.out /opt/fuse-xfstests/results//generic/080.out.bad' to see the entire diff)
generic/081 [not run] require /var/tmp/fuse-xfstests/check-gocryptfs/scratchdev to be valid block disk
generic/082 [not run] disk quotas not supported by this filesystem type: fuse.gocryptfs
generic/083 11s
generic/084 6s
generic/085 [not run] require /var/tmp/fuse-xfstests/check-gocryptfs/scratchdev to be valid block disk
generic/086 1s
generic/087 0s
generic/088 0s
generic/089 28s
generic/090 [not run] require /var/tmp/fuse-xfstests/check-gocryptfs/scratchdev to be valid block disk
generic/091 3s
generic/092 [not run] xfs_io fiemap failed (old kernel/wrong fs?)
generic/093 - output mismatch (see /opt/fuse-xfstests/results//generic/093.out.bad)
--- tests/generic/093.out 2018-06-27 21:12:13.629235005 +0200
+++ /opt/fuse-xfstests/results//generic/093.out.bad 2021-05-19 17:58:06.687040564 +0200
@@ -1,8 +1,9 @@
QA output created by 093
**** Verifying that appending to file clears capabilities ****
-file = cap_chown+ep
+Failed to get capabilities of file '/var/tmp/fuse-xfstests/check-gocryptfs/testdir/093.file' (Operation not supported)
data1
+Failed to get capabilities of file '/var/tmp/fuse-xfstests/check-gocryptfs/testdir/093.file' (Operation not supported)
...
(Run 'diff -u /opt/fuse-xfstests/tests/generic/093.out /opt/fuse-xfstests/results//generic/093.out.bad' to see the entire diff)
generic/094 [not run] xfs_io fiemap failed (old kernel/wrong fs?)
generic/095 15s
generic/096 [not run] xfs_io fzero failed (old kernel/wrong fs?)
generic/097 0s
generic/098 1s
generic/099 - output mismatch (see /opt/fuse-xfstests/results//generic/099.out.bad)
--- tests/generic/099.out 2018-06-27 21:12:13.630235009 +0200
+++ /opt/fuse-xfstests/results//generic/099.out.bad 2021-05-19 17:58:23.033097623 +0200
@@ -94,8 +94,8 @@
acldir [u::rwx,g::rwx,o::rwx/u::r-x,g::r--,o::---]
-r--r----- 0 0 file2
file2 [u::r--,g::r--,o::---]
--r--r----- 0 0 file3
-file3 [u::r--,g::r--,o::---]
+----r----- 0 0 file3
+file3 [u::---,g::r--,o::---]
...
(Run 'diff -u /opt/fuse-xfstests/tests/generic/099.out /opt/fuse-xfstests/results//generic/099.out.bad' to see the entire diff)
generic/100 10s
generic/101 [not run] require /var/tmp/fuse-xfstests/check-gocryptfs/scratchdev to be valid block disk
generic/102 28s
generic/103 2s
generic/104 [not run] require /var/tmp/fuse-xfstests/check-gocryptfs/scratchdev to be valid block disk
generic/105 0s
generic/106 [not run] require /var/tmp/fuse-xfstests/check-gocryptfs/scratchdev to be valid block disk
generic/107 [not run] require /var/tmp/fuse-xfstests/check-gocryptfs/scratchdev to be valid block disk
generic/108 [not run] require /var/tmp/fuse-xfstests/check-gocryptfs/scratchdev to be valid block disk
generic/109 4s
generic/110 [not run] Reflink not supported by test filesystem type: fuse.gocryptfs
generic/111 [not run] Reflink not supported by test filesystem type: fuse.gocryptfs
generic/112 23s
generic/113 39s
generic/114 [not run] device block size: 4096 greater than 512
generic/115 [not run] Reflink not supported by test filesystem type: fuse.gocryptfs
generic/116 [not run] Reflink not supported by test filesystem type: fuse.gocryptfs
generic/117 7s
generic/118 [not run] Reflink not supported by test filesystem type: fuse.gocryptfs
generic/119 [not run] Reflink not supported by test filesystem type: fuse.gocryptfs
generic/120 [not run] atime related mount options have no effect on fuse.gocryptfs
generic/121 [not run] Dedupe not supported by test filesystem type: fuse.gocryptfs
generic/122 [not run] Dedupe not supported by test filesystem type: fuse.gocryptfs
generic/123 2s
generic/124 3s
generic/126 2s
generic/127 350s
generic/128 0s
generic/129 20s
generic/130 4s
generic/131 2s
generic/132 18s
generic/133 15s
generic/134 [not run] Reflink not supported by test filesystem type: fuse.gocryptfs
generic/135 1s
generic/136 [not run] Dedupe not supported by test filesystem type: fuse.gocryptfs
generic/137 [not run] Reflink not supported by test filesystem type: fuse.gocryptfs
generic/138 [not run] Reflink not supported by test filesystem type: fuse.gocryptfs
generic/139 [not run] Reflink not supported by test filesystem type: fuse.gocryptfs
generic/140 [not run] Reflink not supported by test filesystem type: fuse.gocryptfs
generic/141 0s
generic/142 [not run] Reflink not supported by test filesystem type: fuse.gocryptfs
generic/143 [not run] Reflink not supported by test filesystem type: fuse.gocryptfs
generic/144 [not run] Reflink not supported by test filesystem type: fuse.gocryptfs
generic/145 [not run] Reflink not supported by test filesystem type: fuse.gocryptfs
generic/146 [not run] Reflink not supported by test filesystem type: fuse.gocryptfs
generic/147 [not run] Reflink not supported by test filesystem type: fuse.gocryptfs
generic/148 [not run] Reflink not supported by test filesystem type: fuse.gocryptfs
generic/149 [not run] Reflink not supported by test filesystem type: fuse.gocryptfs
generic/150 [not run] Reflink not supported by test filesystem type: fuse.gocryptfs
generic/151 [not run] Reflink not supported by test filesystem type: fuse.gocryptfs
generic/152 [not run] Reflink not supported by test filesystem type: fuse.gocryptfs
generic/153 [not run] Reflink not supported by test filesystem type: fuse.gocryptfs
generic/154 [not run] Reflink not supported by test filesystem type: fuse.gocryptfs
generic/155 [not run] Reflink not supported by test filesystem type: fuse.gocryptfs
generic/156 [not run] Reflink not supported by test filesystem type: fuse.gocryptfs
generic/157 [not run] Reflink not supported by test filesystem type: fuse.gocryptfs
generic/158 [not run] Dedupe not supported by test filesystem type: fuse.gocryptfs
generic/159 [not run] file system doesn't support chattr +i
generic/160 [not run] file system doesn't support chattr +i
generic/161 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
generic/162 [not run] Dedupe not supported by scratch filesystem type: fuse.gocryptfs
generic/163 [not run] Dedupe not supported by scratch filesystem type: fuse.gocryptfs
generic/164 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
generic/165 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
generic/166 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
generic/167 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
generic/168 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
generic/169 0s
generic/170 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
generic/171 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
generic/172 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
generic/173 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
generic/174 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
generic/175 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
generic/176 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
generic/177 [not run] xfs_io fpunch failed (old kernel/wrong fs?)
generic/178 [not run] Reflink not supported by test filesystem type: fuse.gocryptfs
generic/179 [not run] Reflink not supported by test filesystem type: fuse.gocryptfs
generic/180 [not run] Reflink not supported by test filesystem type: fuse.gocryptfs
generic/181 [not run] Reflink not supported by test filesystem type: fuse.gocryptfs
generic/182 [not run] Dedupe not supported by test filesystem type: fuse.gocryptfs
generic/183 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
generic/184 1s
generic/185 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
generic/186 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
generic/187 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
generic/188 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
generic/189 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
generic/190 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
generic/191 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
generic/192 [not run] atime related mount options have no effect on fuse.gocryptfs
generic/193 1s
generic/194 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
generic/195 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
generic/196 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
generic/197 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
generic/198 2s
generic/199 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
generic/200 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
generic/201 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
generic/202 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
generic/203 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
generic/204 22s
generic/205 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
generic/206 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
generic/207 1s
generic/208 202s
generic/209 32s
generic/210 1s
generic/211 1s
generic/212 2s
generic/213 14s
generic/214 2s
generic/215 - output mismatch (see /opt/fuse-xfstests/results//generic/215.out.bad)
--- tests/generic/215.out 2018-01-20 14:29:39.085451997 +0100
+++ /opt/fuse-xfstests/results//generic/215.out.bad 2021-05-19 18:12:15.681095938 +0200
@@ -5,4 +5,6 @@
4096+0 records out
writing via mmap
+FAIL: mtime not update after mapped write
+FAIL: ctime not update after mapped write
*** done
...
(Run 'diff -u /opt/fuse-xfstests/tests/generic/215.out /opt/fuse-xfstests/results//generic/215.out.bad' to see the entire diff)
generic/216 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
generic/217 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
generic/218 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
generic/219 [not run] disk quotas not supported by this filesystem type: fuse.gocryptfs
generic/220 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
generic/221 2s
generic/222 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
generic/223 [not run] can't mkfs fuse.gocryptfs with geometry
generic/224 38s
generic/225 [not run] xfs_io fiemap failed (old kernel/wrong fs?)
generic/226 8s
generic/227 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
generic/228 1s
generic/229 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
generic/230 [not run] disk quotas not supported by this filesystem type: fuse.gocryptfs
generic/231 [not run] disk quotas not supported by this filesystem type: fuse.gocryptfs
generic/232 [not run] disk quotas not supported by this filesystem type: fuse.gocryptfs
generic/233 [not run] disk quotas not supported by this filesystem type: fuse.gocryptfs
generic/234 [not run] disk quotas not supported by this filesystem type: fuse.gocryptfs
generic/235 [not run] disk quotas not supported by this filesystem type: fuse.gocryptfs
generic/236 3s
generic/237 1s
generic/238 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
generic/239 12s
generic/240 [not run] fs block size must be larger than the device block size. fs block size: 4096, device block size: 4096
generic/241 75s
generic/242 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
generic/243 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
generic/244 [not run] disk quotas not supported by this filesystem type: fuse.gocryptfs
generic/245 3s
generic/246 2s
generic/247 11s
generic/248 3s
generic/249 4s
generic/250 [not run] require /var/tmp/fuse-xfstests/check-gocryptfs/scratchdev to be valid block disk
generic/252 [not run] require /var/tmp/fuse-xfstests/check-gocryptfs/scratchdev to be valid block disk
generic/253 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
generic/254 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
generic/255 [not run] xfs_io fpunch failed (old kernel/wrong fs?)
generic/256 [not run] xfs_io fpunch failed (old kernel/wrong fs?)
generic/257 3s
generic/258 3s
generic/259 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
generic/260 [not run] FITRIM not supported on /var/tmp/fuse-xfstests/check-gocryptfs/scratchdir
generic/261 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
generic/262 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
generic/263 17s
generic/264 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
generic/265 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
generic/266 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
generic/267 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
generic/268 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
generic/269 29s
generic/270 [not run] disk quotas not supported by this filesystem type: fuse.gocryptfs
generic/271 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
generic/272 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
generic/273 51s
generic/274 20s
generic/275 32s
generic/276 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
generic/277 [not run] file system doesn't support chattr +A
generic/278 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
generic/279 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
generic/280 [not run] disk quotas not supported by this filesystem type: fuse.gocryptfs
generic/281 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
generic/282 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
generic/283 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
generic/284 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
generic/285 [failed, exit status 1]- output mismatch (see /opt/fuse-xfstests/results//generic/285.out.bad)
--- tests/generic/285.out 2018-01-20 14:29:39.093452018 +0100
+++ /opt/fuse-xfstests/results//generic/285.out.bad 2021-05-19 18:17:45.985521954 +0200
@@ -1 +1,3 @@
QA output created by 285
+seek sanity check failed!
+(see /opt/fuse-xfstests/results//generic/285.full for details)
...
(Run 'diff -u /opt/fuse-xfstests/tests/generic/285.out /opt/fuse-xfstests/results//generic/285.out.bad' to see the entire diff)
generic/286 - output mismatch (see /opt/fuse-xfstests/results//generic/286.out.bad)
--- tests/generic/286.out 2018-01-20 14:29:39.093452018 +0100
+++ /opt/fuse-xfstests/results//generic/286.out.bad 2021-05-19 18:19:02.781853509 +0200
@@ -1 +1,40 @@
QA output created by 286
+ERROR: [error:38] reached EOF:Success
+ERROR: [error:38] reached EOF:Success
+ERROR: [error:38] reached EOF:Success
+ERROR: [error:38] reached EOF:Success
+ERROR: [error:38] reached EOF:Success
+ERROR: [error:38] reached EOF:Success
...
(Run 'diff -u /opt/fuse-xfstests/tests/generic/286.out /opt/fuse-xfstests/results//generic/286.out.bad' to see the entire diff)
generic/287 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
generic/288 [not run] FITRIM not supported on /var/tmp/fuse-xfstests/check-gocryptfs/scratchdir
generic/289 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
generic/290 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
generic/291 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
generic/292 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
generic/293 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
generic/294 1s
generic/295 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
generic/296 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
generic/297 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
generic/298 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
generic/299 [not run] require /var/tmp/fuse-xfstests/check-gocryptfs/scratchdev to be valid block disk
generic/300 [not run] require /var/tmp/fuse-xfstests/check-gocryptfs/scratchdev to be valid block disk
generic/301 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
generic/302 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
generic/303 [not run] Reflink not supported by test filesystem type: fuse.gocryptfs
generic/304 [not run] Dedupe not supported by test filesystem type: fuse.gocryptfs
generic/305 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
generic/306 3s
generic/307 2s
generic/308 3s
generic/309 3s
generic/310 68s
generic/311 [not run] require /var/tmp/fuse-xfstests/check-gocryptfs/scratchdev to be valid block disk
generic/312 1s
generic/313 7s
generic/314 3s
generic/315 3s
generic/316 [not run] xfs_io fpunch failed (old kernel/wrong fs?)
generic/317 1s
generic/318 0s
generic/319 - output mismatch (see /opt/fuse-xfstests/results//generic/319.out.bad)
--- tests/generic/319.out 2021-05-08 21:11:05.298395917 +0200
+++ /opt/fuse-xfstests/results//generic/319.out.bad 2021-05-19 18:20:42.045278614 +0200
@@ -13,7 +13,7 @@
# owner: 0
# group: 0
user::rwx
-group::rwx
+group::r-x
other::---
default:user::rwx
...
(Run 'diff -u /opt/fuse-xfstests/tests/generic/319.out /opt/fuse-xfstests/results//generic/319.out.bad' to see the entire diff)
generic/320 31s
generic/321 [not run] require /var/tmp/fuse-xfstests/check-gocryptfs/scratchdev to be valid block disk
generic/322 [not run] require /var/tmp/fuse-xfstests/check-gocryptfs/scratchdev to be valid block disk
generic/323 124s
generic/324 [not run] defragmentation not supported for fstype "fuse.gocryptfs"
generic/325 [not run] require /var/tmp/fuse-xfstests/check-gocryptfs/scratchdev to be valid block disk
generic/326 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
generic/327 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
generic/328 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
generic/329 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
generic/330 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
generic/331 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
generic/332 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
generic/333 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
generic/334 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
generic/335 [not run] require /var/tmp/fuse-xfstests/check-gocryptfs/scratchdev to be valid block disk
generic/336 [not run] require /var/tmp/fuse-xfstests/check-gocryptfs/scratchdev to be valid block disk
generic/337 0s
generic/338 [not run] require /var/tmp/fuse-xfstests/check-gocryptfs/scratchdev to be valid block disk
generic/339 10s
generic/340 4s
generic/341 [not run] require /var/tmp/fuse-xfstests/check-gocryptfs/scratchdev to be valid block disk
generic/342 [not run] require /var/tmp/fuse-xfstests/check-gocryptfs/scratchdev to be valid block disk
generic/343 [not run] require /var/tmp/fuse-xfstests/check-gocryptfs/scratchdev to be valid block disk
generic/344 18s
generic/345 8s
generic/346 15s
generic/347 [not run] require /var/tmp/fuse-xfstests/check-gocryptfs/scratchdev to be valid block disk
generic/348 [not run] require /var/tmp/fuse-xfstests/check-gocryptfs/scratchdev to be valid block disk
generic/352 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
generic/353 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
generic/354 4s
generic/355 3s
generic/356 [not run] swapfiles are not supported
generic/357 [not run] swapfiles are not supported
generic/358 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
generic/359 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
generic/360 4s
generic/361 [not run] require /var/tmp/fuse-xfstests/check-gocryptfs/scratchdev to be valid block disk
generic/362 [not run] this test requires richacl support on $SCRATCH_DEV
generic/363 [not run] this test requires richacl support on $SCRATCH_DEV
generic/364 [not run] this test requires richacl support on $SCRATCH_DEV
generic/365 [not run] this test requires richacl support on $SCRATCH_DEV
generic/366 [not run] this test requires richacl support on $SCRATCH_DEV
generic/367 [not run] this test requires richacl support on $SCRATCH_DEV
generic/368 [not run] this test requires richacl support on $SCRATCH_DEV
generic/369 [not run] this test requires richacl support on $SCRATCH_DEV
generic/370 [not run] this test requires richacl support on $SCRATCH_DEV
generic/371 126s
generic/372 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
generic/373 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
generic/374 [not run] Dedupe not supported by scratch filesystem type: fuse.gocryptfs
generic/375 - output mismatch (see /opt/fuse-xfstests/results//generic/375.out.bad)
--- tests/generic/375.out 2018-06-27 21:12:13.656235105 +0200
+++ /opt/fuse-xfstests/results//generic/375.out.bad 2021-05-19 18:26:40.767491672 +0200
@@ -4,7 +4,7 @@
-rwxrwsrwx
*** SGID should be cleared (twice)
-rwxrwxrwx
--rwxrwxrwx
+-rwxrwsrwx
*** Expected failure
chmod: changing permissions of 'testfile.375': Operation not permitted
...
(Run 'diff -u /opt/fuse-xfstests/tests/generic/375.out /opt/fuse-xfstests/results//generic/375.out.bad' to see the entire diff)
generic/376 [not run] require /var/tmp/fuse-xfstests/check-gocryptfs/scratchdev to be valid block disk
generic/377 1s
generic/378 3s
generic/379 [not run] disk quotas not supported by this filesystem type: fuse.gocryptfs
generic/380 [not run] disk quotas not supported by this filesystem type: fuse.gocryptfs
generic/381 [not run] disk quotas not supported by this filesystem type: fuse.gocryptfs
generic/382 [not run] disk quotas not supported by this filesystem type: fuse.gocryptfs
generic/383 [not run] disk quotas not supported by this filesystem type: fuse.gocryptfs
generic/384 [not run] disk quotas not supported by this filesystem type: fuse.gocryptfs
generic/385 [not run] disk quotas not supported by this filesystem type: fuse.gocryptfs
generic/386 [not run] disk quotas not supported by this filesystem type: fuse.gocryptfs
generic/387 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
generic/388 [not run] require /var/tmp/fuse-xfstests/check-gocryptfs/scratchdev to be local device
generic/389 [not run] O_TMPFILE is not supported
generic/390 [not run] fuse.gocryptfs does not support freezing
generic/391 8s
generic/392 [not run] fuse.gocryptfs does not support shutdown
generic/393 1s
generic/394 4s
generic/395 [not run] No encryption support for fuse.gocryptfs
generic/396 [not run] No encryption support for fuse.gocryptfs
generic/397 [not run] No encryption support for fuse.gocryptfs
generic/398 [not run] No encryption support for fuse.gocryptfs
generic/399 [not run] No encryption support for fuse.gocryptfs
generic/400 [not run] disk quotas not supported by this filesystem type: fuse.gocryptfs
generic/401 - output mismatch (see /opt/fuse-xfstests/results//generic/401.out.bad)
--- tests/generic/401.out 2018-06-27 21:12:13.659235117 +0200
+++ /opt/fuse-xfstests/results//generic/401.out.bad 2021-05-19 18:27:00.961559960 +0200
@@ -1,6 +1,4 @@
QA output created by 401
-. d
-.. d
b b
c c
d d
...
(Run 'diff -u /opt/fuse-xfstests/tests/generic/401.out /opt/fuse-xfstests/results//generic/401.out.bad' to see the entire diff)
generic/402 [not run] filesystem fuse.gocryptfs timestamp bounds are unknown
generic/403 0s
generic/404 [not run] xfs_io finsert failed (old kernel/wrong fs?)
generic/405 [not run] require /var/tmp/fuse-xfstests/check-gocryptfs/scratchdev to be valid block disk
generic/406 1s
generic/407 [not run] Reflink not supported by test filesystem type: fuse.gocryptfs
generic/408 [not run] Dedupe not supported by test filesystem type: fuse.gocryptfs
generic/409 [not run] require /var/tmp/fuse-xfstests/check-gocryptfs/scratchdev to be local device
generic/410 [not run] require /var/tmp/fuse-xfstests/check-gocryptfs/scratchdev to be local device
generic/411 [not run] require /var/tmp/fuse-xfstests/check-gocryptfs/scratchdev to be local device
generic/412 1s
generic/413 [not run] /var/tmp/fuse-xfstests/check-gocryptfs/scratchdev fuse.gocryptfs does not support -o dax
generic/414 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
generic/415 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
generic/416 71s
generic/417 [not run] fuse.gocryptfs does not support shutdown
generic/418 [not run] require /var/tmp/fuse-xfstests/check-gocryptfs/testdev to be valid block disk
generic/419 [not run] No encryption support for fuse.gocryptfs
generic/420 [not run] xfs_io fpunch failed (old kernel/wrong fs?)
generic/421 [not run] No encryption support for fuse.gocryptfs
generic/422 5s
generic/423 4s
generic/424 [not run] file system doesn't support any of /usr/bin/chattr +a/+c/+d/+i
generic/425 [not run] xfs_io fiemap -a failed (old kernel/wrong fs?)
generic/426 - output mismatch (see /opt/fuse-xfstests/results//generic/426.out.bad)
--- tests/generic/426.out 2018-06-27 21:12:13.662235128 +0200
+++ /opt/fuse-xfstests/results//generic/426.out.bad 2021-05-19 18:28:36.349928044 +0200
@@ -1,5 +1,3077 @@
QA output created by 426
test_file_handles TEST_DIR/426-dir -d
test_file_handles TEST_DIR/426-dir
+open_by_handle(/var/tmp/fuse-xfstests/check-gocryptfs/testdir/426-dir/file000000) returned 116 incorrectly on a linked file!
+open_by_handle(/var/tmp/fuse-xfstests/check-gocryptfs/testdir/426-dir/file000001) returned 116 incorrectly on a linked file!
+open_by_handle(/var/tmp/fuse-xfstests/check-gocryptfs/testdir/426-dir/file000002) returned 116 incorrectly on a linked file!
+open_by_handle(/var/tmp/fuse-xfstests/check-gocryptfs/testdir/426-dir/file000003) returned 116 incorrectly on a linked file!
...
(Run 'diff -u /opt/fuse-xfstests/tests/generic/426.out /opt/fuse-xfstests/results//generic/426.out.bad' to see the entire diff)
generic/427 4s
generic/428 5s
generic/429 [not run] No encryption support for fuse.gocryptfs
generic/430 4s
generic/431 5s
generic/432 4s
generic/433 5s
generic/434 4s
generic/435 [not run] No encryption support for fuse.gocryptfs
generic/436 4s
generic/437 5s
generic/438 33s
generic/439 [not run] xfs_io fpunch failed (old kernel/wrong fs?)
generic/440 [not run] No encryption support for fuse.gocryptfs
generic/441 [not run] require /var/tmp/fuse-xfstests/check-gocryptfs/scratchdev to be valid block disk
generic/443 4s
generic/444 - output mismatch (see /opt/fuse-xfstests/results//generic/444.out.bad)
--- tests/generic/444.out 2018-06-27 21:12:13.664235135 +0200
+++ /opt/fuse-xfstests/results//generic/444.out.bad 2021-05-19 18:30:00.434288630 +0200
@@ -1,3 +1,3 @@
QA output created by 444
-drwxrwsr-x
-drwxrwsr-x
+drwxr-sr-x
+drwxr-sr-x
...
(Run 'diff -u /opt/fuse-xfstests/tests/generic/444.out /opt/fuse-xfstests/results//generic/444.out.bad' to see the entire diff)
generic/445 4s
generic/446 [not run] xfs_io fpunch failed (old kernel/wrong fs?)
generic/447 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
generic/448 5s
generic/449 9s
generic/450 [not run] Only test on sector size < half of block size
generic/451 35s
generic/452 0s
generic/453 0s
generic/454 1s
generic/455 [not run] This test requires a valid $LOGWRITES_DEV
generic/456 [not run] require /var/tmp/fuse-xfstests/check-gocryptfs/scratchdev to be valid block disk
generic/457 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
generic/458 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
generic/459 [not run] require /var/tmp/fuse-xfstests/check-gocryptfs/scratchdev to be valid block disk
generic/460 [not run] This test requires at least 1GB free on /var/tmp/fuse-xfstests/check-gocryptfs/scratchdir to run
generic/461 [not run] _scratch_mkfs failed on /var/tmp/fuse-xfstests/check-gocryptfs/scratchdev
generic/462 [not run] /var/tmp/fuse-xfstests/check-gocryptfs/scratchdev fuse.gocryptfs does not support -o dax
generic/463 [not run] Reflink not supported by test filesystem type: fuse.gocryptfs
generic/464 61s
generic/465 1s
generic/466 [not run] require /var/tmp/fuse-xfstests/check-gocryptfs/scratchdev to be valid block disk
generic/467 - output mismatch (see /opt/fuse-xfstests/results//generic/467.out.bad)
--- tests/generic/467.out 2018-06-27 21:12:13.667235146 +0200
+++ /opt/fuse-xfstests/results//generic/467.out.bad 2021-05-19 18:32:12.438854715 +0200
@@ -1,9 +1,82 @@
QA output created by 467
test_file_handles TEST_DIR/467-dir -dp
test_file_handles TEST_DIR/467-dir -rp
+open_by_handle(/var/tmp/fuse-xfstests/check-gocryptfs/testdir/467-dir/file000000) returned 116 incorrectly on a linked file!
+open_by_handle(/var/tmp/fuse-xfstests/check-gocryptfs/testdir/467-dir/file000001) returned 116 incorrectly on a linked file!
+open_by_handle(/var/tmp/fuse-xfstests/check-gocryptfs/testdir/467-dir/file000002) returned 116 incorrectly on a linked file!
+open_by_handle(/var/tmp/fuse-xfstests/check-gocryptfs/testdir/467-dir/file000003) returned 116 incorrectly on a linked file!
...
(Run 'diff -u /opt/fuse-xfstests/tests/generic/467.out /opt/fuse-xfstests/results//generic/467.out.bad' to see the entire diff)
generic/468 [not run] fuse.gocryptfs does not support shutdown
generic/469 5s
generic/470 [not run] This test requires a valid $LOGWRITES_DEV
generic/471 [not run] xfs_io pwrite -V 1 -b 4k -N failed (old kernel/wrong fs?)
generic/472 [not run] swapfiles are not supported
generic/474 [not run] fuse.gocryptfs does not support shutdown
generic/475 [not run] require /var/tmp/fuse-xfstests/check-gocryptfs/scratchdev to be valid block disk
generic/476 ^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B 568s
generic/477 - output mismatch (see /opt/fuse-xfstests/results//generic/477.out.bad)
--- tests/generic/477.out 2018-06-27 21:12:13.669235154 +0200
+++ /opt/fuse-xfstests/results//generic/477.out.bad 2021-05-19 18:41:56.384150664 +0200
@@ -1,5 +1,48 @@
QA output created by 477
test_file_handles after cycle mount
+open_by_handle(/var/tmp/fuse-xfstests/check-gocryptfs/testdir/file000000) returned 116 incorrectly on a linked file!
+open_by_handle(/var/tmp/fuse-xfstests/check-gocryptfs/testdir/file000001) returned 116 incorrectly on a linked file!
+open_by_handle(/var/tmp/fuse-xfstests/check-gocryptfs/testdir/file000002) returned 116 incorrectly on a linked file!
+open_by_handle(/var/tmp/fuse-xfstests/check-gocryptfs/testdir/file000003) returned 116 incorrectly on a linked file!
+open_by_handle(/var/tmp/fuse-xfstests/check-gocryptfs/testdir/file000004) returned 116 incorrectly on a linked file!
...
(Run 'diff -u /opt/fuse-xfstests/tests/generic/477.out /opt/fuse-xfstests/results//generic/477.out.bad' to see the entire diff)
generic/478 15s
generic/479 [not run] require /var/tmp/fuse-xfstests/check-gocryptfs/scratchdev to be valid block disk
generic/480 [not run] require /var/tmp/fuse-xfstests/check-gocryptfs/scratchdev to be valid block disk
generic/481 [not run] require /var/tmp/fuse-xfstests/check-gocryptfs/scratchdev to be valid block disk
generic/482 [not run] This test requires a valid $LOGWRITES_DEV
generic/483 [not run] require /var/tmp/fuse-xfstests/check-gocryptfs/scratchdev to be valid block disk
generic/484 5s
generic/485 [not run] xfs_io finsert failed (old kernel/wrong fs?)
generic/486 1s
generic/487 [not run] This test requires a valid $SCRATCH_LOGDEV
generic/488 1s
generic/489 [not run] require /var/tmp/fuse-xfstests/check-gocryptfs/scratchdev to be valid block disk
generic/490 [failed, exit status 1]- output mismatch (see /opt/fuse-xfstests/results//generic/490.out.bad)
--- tests/generic/490.out 2018-06-27 21:12:13.676235180 +0200
+++ /opt/fuse-xfstests/results//generic/490.out.bad 2021-05-19 18:42:20.063231357 +0200
@@ -1 +1,3 @@
QA output created by 490
+seek sanity check failed!
+(see /opt/fuse-xfstests/results//generic/490.full for details)
...
(Run 'diff -u /opt/fuse-xfstests/tests/generic/490.out /opt/fuse-xfstests/results//generic/490.out.bad' to see the entire diff)
generic/491 [not run] fuse.gocryptfs does not support freezing
generic/492 [not run] xfs_io label support is missing (missing syscall?)
generic/493 [not run] swapfiles are not supported
generic/494 [not run] swapfiles are not supported
generic/495 [not run] swapfiles are not supported
generic/496 [not run] swapfiles are not supported
generic/497 [not run] swapfiles are not supported
generic/498 [not run] require /var/tmp/fuse-xfstests/check-gocryptfs/scratchdev to be valid block disk
generic/499 [not run] xfs_io fcollapse failed (old kernel/wrong fs?)
generic/500 [not run] require /var/tmp/fuse-xfstests/check-gocryptfs/scratchdev to be valid block disk
generic/501 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
generic/502 [not run] require /var/tmp/fuse-xfstests/check-gocryptfs/scratchdev to be valid block disk
generic/503 [not run] xfs_io fpunch failed (old kernel/wrong fs?)
generic/504 5s
generic/505 [not run] fuse.gocryptfs does not support shutdown
generic/506 [not run] fuse.gocryptfs does not support shutdown
generic/507 [not run] file system doesn't support chattr +AsSu
generic/508 [not run] fuse.gocryptfs does not support shutdown
generic/509 [not run] O_TMPFILE is not supported
generic/510 [not run] require /var/tmp/fuse-xfstests/check-gocryptfs/scratchdev to be valid block disk
generic/511 [not run] xfs_io fzero failed (old kernel/wrong fs?)
generic/512 [not run] require /var/tmp/fuse-xfstests/check-gocryptfs/scratchdev to be valid block disk
generic/513 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
generic/514 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
generic/515 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
generic/516 [not run] Dedupe not supported by test filesystem type: fuse.gocryptfs
generic/517 [not run] Dedupe not supported by scratch filesystem type: fuse.gocryptfs
generic/518 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
generic/519 0s
generic/520 [not run] require /var/tmp/fuse-xfstests/check-gocryptfs/scratchdev to be valid block disk
generic/523 [33mListXAttr: invalid xattr name "user.gocryptfs.6AJTESQuk-hw0nWKiv85oA": bad message[0m
fsck: corrupt xattr name on file "moofile": "user.gocryptfs.6AJTESQuk-hw0nWKiv85oA"
fsck summary: 1 corrupt files, 0 files skipped
- output mismatch (see /opt/fuse-xfstests/results//generic/523.out.bad)
--- tests/generic/523.out 2021-05-08 21:11:05.304395950 +0200
+++ /opt/fuse-xfstests/results//generic/523.out.bad 2021-05-19 18:42:33.330276564 +0200
@@ -1,6 +1,3 @@
QA output created by 523
set attr
check attr
-# file: SCRATCH_MNT/moofile
-user.boo/hoo="woof"
-
...
(Run 'diff -u /opt/fuse-xfstests/tests/generic/523.out /opt/fuse-xfstests/results//generic/523.out.bad' to see the entire diff)
generic/524 8s
generic/525 [not run] filesystem does not support huge file size
generic/526 [not run] require /var/tmp/fuse-xfstests/check-gocryptfs/scratchdev to be valid block disk
generic/527 [not run] require /var/tmp/fuse-xfstests/check-gocryptfs/scratchdev to be valid block disk
generic/528 [not run] inode creation time not supported by this filesystem
generic/529 1s
generic/530 [not run] fuse.gocryptfs does not support shutdown
generic/531 2s
generic/532 4s
generic/533 5s
generic/534 [not run] require /var/tmp/fuse-xfstests/check-gocryptfs/scratchdev to be valid block disk
generic/535 [not run] require /var/tmp/fuse-xfstests/check-gocryptfs/scratchdev to be valid block disk
generic/536 [not run] fuse.gocryptfs does not support shutdown
generic/537 [not run] FSTRIM not supported
generic/538 [not run] Need device logical block size(4096) < fs block size(4096)
generic/539 [not run] xfs_io fpunch failed (old kernel/wrong fs?)
generic/540 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
generic/541 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
generic/542 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
generic/543 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
generic/544 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
generic/545 [not run] file system doesn't support chattr +i
generic/546 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
generic/547 [not run] require /var/tmp/fuse-xfstests/check-gocryptfs/scratchdev to be valid block disk
generic/548 [not run] No encryption support for fuse.gocryptfs
generic/549 [not run] No encryption support for fuse.gocryptfs
generic/550 [not run] No encryption support for fuse.gocryptfs
generic/551 1044s
generic/552 [not run] require /var/tmp/fuse-xfstests/check-gocryptfs/scratchdev to be valid block disk
generic/553 [not run] xfs_io chattr +i support is missing (missing syscall?)
generic/554 [not run] swapfiles are not supported
generic/555 [not run] xfs_io chattr +ia support is missing (missing syscall?)
generic/556 [not run] fuse.gocryptfs does not support casefold feature
generic/557 [not run] require /var/tmp/fuse-xfstests/check-gocryptfs/scratchdev to be valid block disk
generic/558 47s
generic/559 [not run] duperemove utility required, skipped this test
generic/560 [not run] duperemove utility required, skipped this test
generic/561 [not run] duperemove utility required, skipped this test
generic/562 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
generic/563 [not run] require /var/tmp/fuse-xfstests/check-gocryptfs/scratchdev to be valid block disk
generic/564 - output mismatch (see /opt/fuse-xfstests/results//generic/564.out.bad)
--- tests/generic/564.out 2021-05-08 21:11:05.307395966 +0200
+++ /opt/fuse-xfstests/results//generic/564.out.bad 2021-05-19 19:01:16.912888879 +0200
@@ -31,7 +31,7 @@
source range beyond 8TiB returns 0
destination range beyond 8TiB returns EFBIG
-copy_range: File too large
+copy_range: Function not implemented
destination larger than rlimit returns EFBIG
...
(Run 'diff -u /opt/fuse-xfstests/tests/generic/564.out /opt/fuse-xfstests/results//generic/564.out.bad' to see the entire diff)
generic/565 6s
generic/566 [not run] disk quotas not supported by this filesystem type: fuse.gocryptfs
generic/567 [not run] xfs_io fpunch failed (old kernel/wrong fs?)
generic/568 0s
generic/569 [not run] swapfiles are not supported
generic/570 [not run] require /var/tmp/fuse-xfstests/check-gocryptfs/scratchdev to be valid block disk
generic/571 10s
generic/572 [not run] fsverity utility required, skipped this test
generic/573 [not run] fsverity utility required, skipped this test
generic/574 [not run] fsverity utility required, skipped this test
generic/575 [not run] fsverity utility required, skipped this test
generic/576 [not run] fsverity utility required, skipped this test
generic/577 [not run] fsverity utility required, skipped this test
generic/578 [not run] Reflink not supported by test filesystem type: fuse.gocryptfs
generic/579 [not run] fsverity utility required, skipped this test
generic/580 [not run] No encryption support for fuse.gocryptfs
generic/581 [not run] No encryption support for fuse.gocryptfs
generic/582 [not run] No encryption support for fuse.gocryptfs
generic/583 [not run] No encryption support for fuse.gocryptfs
generic/584 [not run] No encryption support for fuse.gocryptfs
generic/585 [not run] kernel doesn't support renameat2 syscall
generic/586 7s
generic/587 [not run] disk quotas not supported by this filesystem type: fuse.gocryptfs
generic/588 [not run] Reflink not supported by scratch filesystem type: fuse.gocryptfs
shared/002 [not run] not suitable for this filesystem type: fuse.gocryptfs
shared/032 [not run] not suitable for this filesystem type: fuse.gocryptfs
shared/298 [not run] not suitable for this filesystem type: fuse.gocryptfs
Ran: generic/001 generic/002 generic/003 generic/004 generic/005 generic/006 generic/007 generic/008 generic/009 generic/010 generic/011 generic/012 generic/013 generic/014 generic/015 generic/016 generic/017 generic/018 generic/020 generic/021 generic/022 generic/023 generic/024 generic/025 generic/026 generic/027 generic/028 generic/029 generic/030 generic/031 generic/032 generic/033 generic/034 generic/035 generic/036 generic/037 generic/038 generic/039 generic/040 generic/041 generic/043 generic/044 generic/045 generic/046 generic/047 generic/048 generic/049 generic/050 generic/051 generic/052 generic/053 generic/054 generic/055 generic/056 generic/057 generic/058 generic/059 generic/060 generic/061 generic/062 generic/063 generic/064 generic/065 generic/066 generic/067 generic/068 generic/069 generic/070 generic/071 generic/072 generic/073 generic/074 generic/075 generic/076 generic/077 generic/078 generic/079 generic/080 generic/081 generic/082 generic/083 generic/084 generic/085 generic/086 generic/087 generic/088 generic/089 generic/090 generic/091 generic/092 generic/093 generic/094 generic/095 generic/096 generic/097 generic/098 generic/099 generic/100 generic/101 generic/102 generic/103 generic/104 generic/105 generic/106 generic/107 generic/108 generic/109 generic/110 generic/111 generic/112 generic/113 generic/114 generic/115 generic/116 generic/117 generic/118 generic/119 generic/120 generic/121 generic/122 generic/123 generic/124 generic/126 generic/127 generic/128 generic/129 generic/130 generic/131 generic/132 generic/133 generic/134 generic/135 generic/136 generic/137 generic/138 generic/139 generic/140 generic/141 generic/142 generic/143 generic/144 generic/145 generic/146 generic/147 generic/148 generic/149 generic/150 generic/151 generic/152 generic/153 generic/154 generic/155 generic/156 generic/157 generic/158 generic/159 generic/160 generic/161 generic/162 generic/163 generic/164 generic/165 generic/166 generic/167 generic/168 generic/169 generic/170 generic/171 generic/172 generic/173 generic/174 generic/175 generic/176 generic/177 generic/178 generic/179 generic/180 generic/181 generic/182 generic/183 generic/184 generic/185 generic/186 generic/187 generic/188 generic/189 generic/190 generic/191 generic/192 generic/193 generic/194 generic/195 generic/196 generic/197 generic/198 generic/199 generic/200 generic/201 generic/202 generic/203 generic/204 generic/205 generic/206 generic/207 generic/208 generic/209 generic/210 generic/211 generic/212 generic/213 generic/214 generic/215 generic/216 generic/217 generic/218 generic/219 generic/220 generic/221 generic/222 generic/223 generic/224 generic/225 generic/226 generic/227 generic/228 generic/229 generic/230 generic/231 generic/232 generic/233 generic/234 generic/235 generic/236 generic/237 generic/238 generic/239 generic/240 generic/241 generic/242 generic/243 generic/244 generic/245 generic/246 generic/247 generic/248 generic/249 generic/250 generic/252 generic/253 generic/254 generic/255 generic/256 generic/257 generic/258 generic/259 generic/260 generic/261 generic/262 generic/263 generic/264 generic/265 generic/266 generic/267 generic/268 generic/269 generic/270 generic/271 generic/272 generic/273 generic/274 generic/275 generic/276 generic/277 generic/278 generic/279 generic/280 generic/281 generic/282 generic/283 generic/284 generic/285 generic/286 generic/287 generic/288 generic/289 generic/290 generic/291 generic/292 generic/293 generic/294 generic/295 generic/296 generic/297 generic/298 generic/299 generic/300 generic/301 generic/302 generic/303 generic/304 generic/305 generic/306 generic/307 generic/308 generic/309 generic/310 generic/311 generic/312 generic/313 generic/314 generic/315 generic/316 generic/317 generic/318 generic/319 generic/320 generic/321 generic/322 generic/323 generic/324 generic/325 generic/326 generic/327 generic/328 generic/329 generic/330 generic/331 generic/332 generic/333 generic/334 generic/335 generic/336 generic/337 generic/338 generic/339 generic/340 generic/341 generic/342 generic/343 generic/344 generic/345 generic/346 generic/347 generic/348 generic/352 generic/353 generic/354 generic/355 generic/356 generic/357 generic/358 generic/359 generic/360 generic/361 generic/362 generic/363 generic/364 generic/365 generic/366 generic/367 generic/368 generic/369 generic/370 generic/371 generic/372 generic/373 generic/374 generic/375 generic/376 generic/377 generic/378 generic/379 generic/380 generic/381 generic/382 generic/383 generic/384 generic/385 generic/386 generic/387 generic/388 generic/389 generic/390 generic/391 generic/392 generic/393 generic/394 generic/395 generic/396 generic/397 generic/398 generic/399 generic/400 generic/401 generic/402 generic/403 generic/404 generic/405 generic/406 generic/407 generic/408 generic/409 generic/410 generic/411 generic/412 generic/413 generic/414 generic/415 generic/416 generic/417 generic/418 generic/419 generic/420 generic/421 generic/422 generic/423 generic/424 generic/425 generic/426 generic/427 generic/428 generic/429 generic/430 generic/431 generic/432 generic/433 generic/434 generic/435 generic/436 generic/437 generic/438 generic/439 generic/440 generic/441 generic/443 generic/444 generic/445 generic/446 generic/447 generic/448 generic/449 generic/450 generic/451 generic/452 generic/453 generic/454 generic/455 generic/456 generic/457 generic/458 generic/459 generic/460 generic/461 generic/462 generic/463 generic/464 generic/465 generic/466 generic/467 generic/468 generic/469 generic/470 generic/471 generic/472 generic/474 generic/475 generic/476 generic/477 generic/478 generic/479 generic/480 generic/481 generic/482 generic/483 generic/484 generic/485 generic/486 generic/487 generic/488 generic/489 generic/490 generic/491 generic/492 generic/493 generic/494 generic/495 generic/496 generic/497 generic/498 generic/499 generic/500 generic/501 generic/502 generic/503 generic/504 generic/505 generic/506 generic/507 generic/508 generic/509 generic/510 generic/511 generic/512 generic/513 generic/514 generic/515 generic/516 generic/517 generic/518 generic/519 generic/520 generic/523 generic/524 generic/525 generic/526 generic/527 generic/528 generic/529 generic/530 generic/531 generic/532 generic/533 generic/534 generic/535 generic/536 generic/537 generic/538 generic/539 generic/540 generic/541 generic/542 generic/543 generic/544 generic/545 generic/546 generic/547 generic/548 generic/549 generic/550 generic/551 generic/552 generic/553 generic/554 generic/555 generic/556 generic/557 generic/558 generic/559 generic/560 generic/561 generic/562 generic/563 generic/564 generic/565 generic/566 generic/567 generic/568 generic/569 generic/570 generic/571 generic/572 generic/573 generic/574 generic/575 generic/576 generic/577 generic/578 generic/579 generic/580 generic/581 generic/582 generic/583 generic/584 generic/585 generic/586 generic/587 generic/588 shared/002 shared/032 shared/298
Not run: generic/003 generic/004 generic/008 generic/009 generic/012 generic/016 generic/017 generic/018 generic/021 generic/022 generic/025 generic/026 generic/031 generic/032 generic/033 generic/034 generic/038 generic/039 generic/040 generic/041 generic/043 generic/044 generic/045 generic/046 generic/047 generic/048 generic/049 generic/050 generic/051 generic/052 generic/054 generic/055 generic/056 generic/057 generic/058 generic/059 generic/060 generic/061 generic/063 generic/064 generic/065 generic/066 generic/067 generic/068 generic/072 generic/073 generic/076 generic/078 generic/079 generic/081 generic/082 generic/085 generic/090 generic/092 generic/094 generic/096 generic/101 generic/104 generic/106 generic/107 generic/108 generic/110 generic/111 generic/114 generic/115 generic/116 generic/118 generic/119 generic/120 generic/121 generic/122 generic/134 generic/136 generic/137 generic/138 generic/139 generic/140 generic/142 generic/143 generic/144 generic/145 generic/146 generic/147 generic/148 generic/149 generic/150 generic/151 generic/152 generic/153 generic/154 generic/155 generic/156 generic/157 generic/158 generic/159 generic/160 generic/161 generic/162 generic/163 generic/164 generic/165 generic/166 generic/167 generic/168 generic/170 generic/171 generic/172 generic/173 generic/174 generic/175 generic/176 generic/177 generic/178 generic/179 generic/180 generic/181 generic/182 generic/183 generic/185 generic/186 generic/187 generic/188 generic/189 generic/190 generic/191 generic/192 generic/194 generic/195 generic/196 generic/197 generic/199 generic/200 generic/201 generic/202 generic/203 generic/205 generic/206 generic/216 generic/217 generic/218 generic/219 generic/220 generic/222 generic/223 generic/225 generic/227 generic/229 generic/230 generic/231 generic/232 generic/233 generic/234 generic/235 generic/238 generic/240 generic/242 generic/243 generic/244 generic/250 generic/252 generic/253 generic/254 generic/255 generic/256 generic/259 generic/260 generic/261 generic/262 generic/264 generic/265 generic/266 generic/267 generic/268 generic/270 generic/271 generic/272 generic/276 generic/277 generic/278 generic/279 generic/280 generic/281 generic/282 generic/283 generic/284 generic/287 generic/288 generic/289 generic/290 generic/291 generic/292 generic/293 generic/295 generic/296 generic/297 generic/298 generic/299 generic/300 generic/301 generic/302 generic/303 generic/304 generic/305 generic/311 generic/316 generic/321 generic/322 generic/324 generic/325 generic/326 generic/327 generic/328 generic/329 generic/330 generic/331 generic/332 generic/333 generic/334 generic/335 generic/336 generic/338 generic/341 generic/342 generic/343 generic/347 generic/348 generic/352 generic/353 generic/356 generic/357 generic/358 generic/359 generic/361 generic/362 generic/363 generic/364 generic/365 generic/366 generic/367 generic/368 generic/369 generic/370 generic/372 generic/373 generic/374 generic/376 generic/379 generic/380 generic/381 generic/382 generic/383 generic/384 generic/385 generic/386 generic/387 generic/388 generic/389 generic/390 generic/392 generic/395 generic/396 generic/397 generic/398 generic/399 generic/400 generic/402 generic/404 generic/405 generic/407 generic/408 generic/409 generic/410 generic/411 generic/413 generic/414 generic/415 generic/417 generic/418 generic/419 generic/420 generic/421 generic/424 generic/425 generic/429 generic/435 generic/439 generic/440 generic/441 generic/446 generic/447 generic/450 generic/455 generic/456 generic/457 generic/458 generic/459 generic/460 generic/461 generic/462 generic/463 generic/466 generic/468 generic/470 generic/471 generic/472 generic/474 generic/475 generic/479 generic/480 generic/481 generic/482 generic/483 generic/485 generic/487 generic/489 generic/491 generic/492 generic/493 generic/494 generic/495 generic/496 generic/497 generic/498 generic/499 generic/500 generic/501 generic/502 generic/503 generic/505 generic/506 generic/507 generic/508 generic/509 generic/510 generic/511 generic/512 generic/513 generic/514 generic/515 generic/516 generic/517 generic/518 generic/520 generic/525 generic/526 generic/527 generic/528 generic/530 generic/534 generic/535 generic/536 generic/537 generic/538 generic/539 generic/540 generic/541 generic/542 generic/543 generic/544 generic/545 generic/546 generic/547 generic/548 generic/549 generic/550 generic/552 generic/553 generic/554 generic/555 generic/556 generic/557 generic/559 generic/560 generic/561 generic/562 generic/563 generic/566 generic/567 generic/569 generic/570 generic/572 generic/573 generic/574 generic/575 generic/576 generic/577 generic/578 generic/579 generic/580 generic/581 generic/582 generic/583 generic/584 generic/585 generic/587 generic/588 shared/002 shared/032 shared/298
Failures: generic/035 generic/062 generic/080 generic/093 generic/099 generic/215 generic/285 generic/286 generic/319 generic/375 generic/401 generic/426 generic/444 generic/467 generic/477 generic/490 generic/523 generic/564
Failed 18 of 580 tests
Runtime was 4582 seconds, exit code 1
kroot@brikett:/opt/fuse-xfstests\[?2004h[root@brikett fuse-xfstests]# [?2004l
exit