Advertisement
Guest User

Untitled

a guest
Mar 13th, 2021
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.56 KB | None | 0 0
  1. Date: Sat Mar 13 02:37:11 PM EST 2021
  2. Test set: default
  3. Kernel: 5.11.4-50.fc33.x86_64
  4. Release: Fedora release 33 (Thirty Three)
  5. Result: FAIL
  6. Failed Tests: ./default/cachedrop
  7. Warned Tests: None
  8. ============================================================
  9. Starting test ./default/selinux-dac-controls
  10. <no matches>
  11. Starting test ./default/posix_timers
  12. Testing posix timers. False negative may happen on CPU execution
  13. based timers if other threads run on the CPU...
  14. Check itimer virtual... [OK]
  15. Check itimer prof... [OK]
  16. Check itimer real... [OK]
  17. Check timer_create() per thread... [OK]
  18. Check timer_create() per process... [OK]
  19. Starting test ./default/cachedrop
  20. 100+0 records in
  21. 100+0 records out
  22. 104857600 bytes (105 MB, 100 MiB) copied, 0.0341439 s, 3.1 GB/s
  23. cat: /proc/sys/vm/drop_caches: Permission denied
  24. ./drop_caches.sh: line 32: [: -ne: unary operator expected
  25. cat: /proc/sys/vm/drop_caches: Permission denied
  26. ./drop_caches.sh: line 32: [: -ne: unary operator expected
  27. TestError: Can't free dentries and inodes
  28. 433228 431948
  29. Could not run tests
  30. Starting test ./default/modsign
  31. Successfully loaded signed module
  32. Successfully loaded unsigned module
  33. Starting test ./default/sysfs-perms
  34. Starting test ./default/insert_leap_second
  35. Setting time to speed up testing
  36. Running for 1 iterations. Press ctrl-c to stop
  37.  
  38. Setting time to Sat Mar 13 18:59:50 2021
  39. Scheduling leap second for Sat Mar 13 19:00:00 2021
  40. Sat Mar 13 18:59:57 2021 + 113 us (37) TIME_INS
  41. Sat Mar 13 18:59:57 2021 + 500216 us (37) TIME_INS
  42. Sat Mar 13 18:59:58 2021 + 319 us (37) TIME_INS
  43. Sat Mar 13 18:59:58 2021 + 500406 us (37) TIME_INS
  44. Sat Mar 13 18:59:59 2021 + 515 us (37) TIME_INS
  45. Sat Mar 13 18:59:59 2021 + 500622 us (37) TIME_INS
  46. Sat Mar 13 18:59:59 2021 + 699 us (38) TIME_OOP
  47. Sat Mar 13 18:59:59 2021 + 500794 us (38) TIME_OOP
  48. Sat Mar 13 19:00:00 2021 + 872 us (38) TIME_WAIT
  49. Sat Mar 13 19:00:00 2021 + 500970 us (38) TIME_WAIT
  50. Sat Mar 13 19:00:01 2021 + 1068 us (38) TIME_WAIT
  51. Sat Mar 13 19:00:01 2021 + 501182 us (38) TIME_WAIT
  52. Sat Mar 13 19:00:02 2021 + 1487 us (38) TIME_WAIT
  53. Leap complete
  54.  
  55. Starting test ./default/mq-memory-corruption
  56. Test PASSED
  57. Test PASSED
  58. Test PASSED
  59. Test PASSED
  60. Test PASSED
  61. Test PASSED
  62. Test PASSED
  63. Test PASSED
  64. Test PASSED
  65. Test PASSED
  66. Starting test ./default/memfd
  67. memfd_test.c: In function ‘mfd_assert_get_seals’:
  68. memfd_test.c:67:6: warning: implicit declaration of function ‘fcntl’ [-Wimplicit-function-declaration]
  69. 67 | r = fcntl(fd, F_GET_SEALS);
  70. | ^~~~~
  71. memfd_test.c: In function ‘mfd_assert_open’:
  72. memfd_test.c:190:6: warning: implicit declaration of function ‘open’; did you mean ‘popen’? [-Wimplicit-function-declaration]
  73. 190 | r = open(buf, flags, mode);
  74. | ^~~~
  75. | popen
  76. memfd_test.c: In function ‘mfd_assert_write’:
  77. memfd_test.c:315:6: warning: implicit declaration of function ‘fallocate’; did you mean ‘alloca’? [-Wimplicit-function-declaration]
  78. 315 | r = fallocate(fd,
  79. | ^~~~~~~~~
  80. | alloca
  81. memfd: CREATE
  82. memfd: BASIC
  83. memfd: SEAL-WRITE
  84. memfd: SEAL-SHRINK
  85. memfd: SEAL-GROW
  86. memfd: SEAL-RESIZE
  87. memfd: SHARE-DUP
  88. memfd: SHARE-MMAP
  89. memfd: SHARE-OPEN
  90. memfd: SHARE-FORK
  91. memfd: SHARE-DUP (shared file-table)
  92. memfd: SHARE-MMAP (shared file-table)
  93. memfd: SHARE-OPEN (shared file-table)
  94. memfd: SHARE-FORK (shared file-table)
  95. memfd: DONE
  96. Starting test ./default/timer-overhead
  97. cc timer-test.o -o timer-test
  98. Starting test ./default/libhugetlbfs
  99. Starting test ./default/paxtest
  100. Starting test ./default/stack-randomness
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement