Advertisement
Guest User

Untitled

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