Advertisement
Guest User

Untitled

a guest
Jul 28th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.66 KB | None | 0 0
  1. Host: Linux snabb1 3.18.24 x86_64 Intel(R) Xeon(R) CPU E5-2620 v3 @ 2.40GHz
  2. Image: lwaftr/snabb-test
  3. Pull Request: #298
  4. Target Head: 0b06a03ed23ae1e5046b99dbad81341f9f106df5
  5. Pull Request Head: 514fba0c040eaf77133e4fd94f004779449ab2ba
  6.  
  7. Checking for performance regressions:
  8.  
  9. Checking test suite:
  10. TEST core.timer
  11. TEST core.counter
  12. TEST core.lib
  13. TEST core.main
  14. TEST core.app
  15. TEST core.memory
  16. TEST core.shm
  17. TEST core.link
  18. TEST core.histogram
  19. TEST apps.intel.intel_app
  20. SKIPPED testlog/apps.intel.intel_app
  21. TEST apps.intel.intel1g
  22. ERROR testlog/apps.intel.intel1g
  23.  
  24. ERROR during tests:
  25. src/testlog/apps.intel.intel1g:
  26. selftest: Intel1g
  27. core/lib.lua:60: Unable to open file: /sys/bus/pci/devices//vendor
  28. stack traceback:
  29. core/main.lua:130: in function <core/main.lua:128>
  30. [C]: in function 'error'
  31. core/lib.lua:60: in function 'firstline'
  32. lib/hardware/pci.lua:40: in function 'device_info'
  33. apps/intel/intel1g.lua:94: in function 'new'
  34. core/app.lua:216: in function <core/app.lua:211>
  35. core/app.lua:257: in function 'apply_config_actions'
  36. core/app.lua:153: in function 'configure'
  37. apps/intel/intel1g.lua:656: in function 'selftest'
  38. program/snsh/snsh.lua:31: in function <program/snsh/snsh.lua:31>
  39. core/lib.lua:424: in function 'dogetopt'
  40. program/snsh/snsh.lua:65: in function 'run'
  41. core/main.lua:49: in function <core/main.lua:36>
  42. [C]: in function 'xpcall'
  43. core/main.lua:172: in main chunk
  44. [C]: at 0x00450150
  45. [C]: in function 'pcall'
  46. core/startup.lua:3: in main chunk
  47. [C]: in function 'require'
  48. [string "require "core.startup""]:1: in main chunk
  49. EXITCODE: 1
  50.  
  51. src/testlog/apps.intel.intel_app:
  52. selftest: intel_app
  53. SNABB_PCI_INTEL[0|1]/SNABB_PCI[0|1] not set or not suitable.
  54. EXITCODE: 43
  55.  
  56. src/testlog/core.app:
  57. Restarting app2 (died at 1306919.595364: core/app.lua:529: Push error.)
  58. Restarting app1 (died at 1306919.595364: core/app.lua:523: Pull error.)
  59. Restarting app2 (died at 1306921.595449: core/app.lua:529: Push error.)
  60. Restarting app1 (died at 1306921.595449: core/app.lua:523: Pull error.)
  61. Restarting app3 (died at 1306923.594907: core/app.lua:535: Report error.)
  62. Restarting app2 (died at 1306923.595610: core/app.lua:529: Push error.)
  63. Restarting app1 (died at 1306923.595610: core/app.lua:523: Pull error.)
  64. selftest: app
  65. empty -> c1
  66. c1 -> c1
  67. c1 -> c2
  68. c2 -> c1
  69. c1 -> empty
  70. c_fail
  71. apps report:
  72. app3
  73. app2 [dead: core/app.lua:529: Push error.]
  74. app1 [dead: core/app.lua:523: Pull error.]
  75. apps report:
  76. app3
  77. app2 [dead: core/app.lua:529: Push error.]
  78. app1 [dead: core/app.lua:523: Pull error.]
  79. shm.path management
  80. OK
  81.  
  82. src/testlog/core.counter:
  83. selftest: core.counter
  84. selftest ok
  85.  
  86. src/testlog/core.histogram:
  87. selftest: histogram
  88. selftest ok
  89.  
  90. src/testlog/core.lib:
  91. selftest: lib
  92. Testing equal
  93. Testing load_string
  94. Testing load/store_conf
  95. Testing csum
  96. Testing hex(un)dump
  97.  
  98. src/testlog/core.link:
  99. selftest: link
  100. selftest OK
  101.  
  102. src/testlog/core.main:
  103. selftest
  104.  
  105. src/testlog/core.memory:
  106. selftest: memory
  107. Kernel vm.nr_hugepages: 10000
  108. Allocating a 2MB HugeTLB: Got 2MB
  109. Physical address: 0x000e3b600000
  110. Virtual address: 0x500e3b600000
  111. Allocating a 2MB HugeTLB: Got 2MB
  112. Physical address: 0x000e3b400000
  113. Virtual address: 0x500e3b400000
  114. Allocating a 2MB HugeTLB: Got 2MB
  115. Physical address: 0x000e3b200000
  116. Virtual address: 0x500e3b200000
  117. Allocating a 2MB HugeTLB: Got 2MB
  118. Physical address: 0x000e3b000000
  119. Virtual address: 0x500e3b000000
  120. Kernel vm.nr_hugepages: 10000
  121. HugeTLB page allocation OK.
  122.  
  123. src/testlog/core.shm:
  124. selftest: shm
  125. checking paths..
  126. checking shared memory..
  127. create obj
  128. checking many objects..
  129. 10000 objects created
  130. 10000 objects unmapped
  131. selftest ok
  132.  
  133. src/testlog/core.timer:
  134. selftest: timer
  135. ok (973,855 callbacks in 0.2004 seconds)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement