Advertisement
Guest User

Untitled

a guest
Dec 5th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.54 KB | None | 0 0
  1. Host: Linux snabb1 3.18.26 x86_64 Intel(R) Xeon(R) CPU E5-2620 v3 @ 2.40GHz
  2. Image: lwaftr/snabb-test
  3. Pull Request: #611
  4. Target Head: bd27ce8b3896618b6fccf11f422ddc7b7fd06949
  5. Pull Request Head: a7072dce20495c268e2afd1c39dc6078652177a5
  6. SNABB_PCI0=
  7. SNABB_PCI1=
  8.  
  9. Checking test suite:
  10. DIR testlog
  11. TEST core.timer
  12. TEST core.counter
  13. TEST core.worker
  14. TEST core.lib
  15. TEST core.main
  16. TEST core.packet
  17. TEST core.app
  18. TEST core.memory
  19. TEST core.shm
  20. TEST core.link
  21. TEST core.histogram
  22. TEST apps.intel.intel_app
  23. ERROR testlog/apps.intel.intel_app
  24.  
  25. ERROR during tests:
  26. src/testlog/apps.intel.intel_app:
  27. selftest: intel_app
  28. 100 VF initializations:
  29.  
  30. Running iterated VMDq test...
  31. never got link up: 0000:81:00.0
  32. EXITCODE: 2
  33.  
  34. src/testlog/core.app:
  35. Restarting app2 (died at 2634288.293863: core/app.lua:630: Push error.)
  36. Restarting app1 (died at 2634288.293863: core/app.lua:624: Pull error.)
  37. Restarting app2 (died at 2634290.293928: core/app.lua:630: Push error.)
  38. Restarting app1 (died at 2634290.293928: core/app.lua:624: Pull error.)
  39. Restarting app3 (died at 2634292.293370: core/app.lua:636: Report error.)
  40. Restarting app2 (died at 2634292.293999: core/app.lua:630: Push error.)
  41. Restarting app1 (died at 2634292.293999: core/app.lua:624: Pull error.)
  42. selftest: app
  43. empty -> c1
  44. c1 -> c1
  45. c1 -> c2
  46. c2 -> c1
  47. c1 -> empty
  48. c_fail
  49. apps report:
  50. app3
  51. app2 [dead: core/app.lua:630: Push error.]
  52. app1 [dead: core/app.lua:624: Pull error.]
  53. apps report:
  54. app3
  55. app2 [dead: core/app.lua:630: Push error.]
  56. app1 [dead: core/app.lua:624: Pull error.]
  57.  
  58. src/testlog/core.counter:
  59. selftest: core.counter
  60. selftest ok
  61.  
  62. src/testlog/core.histogram:
  63. selftest: histogram
  64. selftest ok
  65.  
  66. src/testlog/core.lib:
  67. selftest: lib
  68. Testing equal
  69. Testing load_string
  70. Testing load/store_conf
  71. Testing csum
  72. Testing hex(un)dump
  73. Testing ntohl
  74. Testing parse
  75.  
  76. src/testlog/core.link:
  77. selftest: link
  78. selftest OK
  79.  
  80. src/testlog/core.main:
  81. selftest
  82.  
  83. src/testlog/core.memory:
  84. selftest: memory
  85. Kernel vm.nr_hugepages: 10000
  86. Allocating a 2MB HugeTLB:Got 2MB
  87. Physical address: 0x0006d0c00000
  88. Virtual address: 0x5006d0c00000
  89. Allocating a 2MB HugeTLB:Got 2MB
  90. Physical address: 0x00066e400000
  91. Virtual address: 0x50066e400000
  92. Allocating a 2MB HugeTLB:Got 2MB
  93. Physical address: 0x000672400000
  94. Virtual address: 0x500672400000
  95. Allocating a 2MB HugeTLB:Got 2MB
  96. Physical address: 0x000669a00000
  97. Virtual address: 0x500669a00000
  98. Kernel vm.nr_hugepages: 10000
  99. Testing automatic remapping of DMA memory
  100. Unmapping cdata<char *>: 0x5006d0c00000
  101. Unmapping cdata<char *>: 0x50066e400000
  102. Unmapping cdata<char *>: 0x500672400000
  103. Unmapping cdata<char *>: 0x500669a00000
  104. Writing cdata<char *>: 0x5006d0c00000
  105. Writing cdata<char *>: 0x50066e400000
  106. Writing cdata<char *>: 0x500672400000
  107. Writing cdata<char *>: 0x500669a00000
  108. Created 4 on-demand memory mappings with SIGSEGV handler.
  109. HugeTLB page allocation OK.
  110.  
  111. src/testlog/core.packet:
  112. [mounting /var/run/snabb/hugetlbfs]
  113.  
  114. src/testlog/core.shm:
  115. selftest: shm
  116. checking resolve..
  117. checking shared memory..
  118. create shm/selftest/obj
  119. checking exists..
  120. checking many objects..
  121. 10000 objects created
  122. 10000 objects unmapped
  123. selftest ok
  124.  
  125. src/testlog/core.timer:
  126. selftest: timer
  127. ok (973,855 callbacks in 0.1501 seconds)
  128.  
  129. src/testlog/core.worker:
  130. selftest: worker
  131. Starting children
  132. Worker status:
  133. worker w3: pid=84 alive=true
  134. worker w1: pid=82 alive=true
  135. worker w2: pid=83 alive=true
  136. Stopping children
  137. Worker status:
  138. worker w3: pid=84 alive=false
  139. worker w1: pid=82 alive=false
  140. worker w2: pid=83 alive=false
  141. selftest: done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement