Advertisement
aleixrocks

Untitled

May 19th, 2020
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 69.00 KB | None | 0 0
  1.  
  2. babeltrace2 configuration
  3. ==============================================================
  4. module purge
  5. module load mkl/2017.4
  6. module load gcc/7.2.0
  7. module load python/3.7.4
  8. module load swig
  9.  
  10. ../src/configure --prefix=`readlink -f ../install` \
  11. --enable-python-plugins \
  12. --enable-python-bindings \
  13. --disable-debug-info \
  14. --disable-man-pages \
  15. --enable-api-doc
  16.  
  17. babeltrace2 fails to identify a plugin
  18. ===============================================================
  19. $ babeltrace2 --verbose --plugin-path . -c source.ctf.fs --params="inputs=[\"$TRACE\"]" -c sink.ctf2prv.MyFirstSink
  20. 05-19 12:50:41.193 206457 206457 I CLI print_cfg@babeltrace2.c:563 CLI configuration:
  21. Plugin paths:
  22. - .
  23. - /home/bsc15/bsc15182/.local/lib/babeltrace2/plugins
  24. - /gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins
  25. Source component instances:
  26. 'source.ctf.fs':
  27. Name: source.ctf.fs
  28. Parameters:
  29. inputs:
  30. -
  31. Filter component instances:
  32. 'filter.utils.muxer':
  33. Name: muxer
  34. Parameters:
  35. { }
  36. Sink component instances:
  37. 'sink.ctf2prv.MyFirstSink':
  38. Name: sink.ctf2prv.MyFirstSink
  39. Parameters:
  40. { }
  41. Connections:
  42. source.ctf.fs.* -> muxer.*
  43. muxer.* -> sink.ctf2prv.MyFirstSink.*
  44. 05-19 12:50:41.194 206457 206457 I CLI/PLUGINS load_dynamic_plugins@babeltrace2-plugins.c:136 Loading dynamic plugins.
  45. 05-19 12:50:41.194 206457 206457 I LIB/PLUGIN bt_plugin_find_all_from_dir@plugin.c:677 Creating all plugins in directory: path=".", recurse=0
  46. 05-19 12:50:41.194 206457 206457 I LIB/PLUGIN bt_plugin_find_all_from_file@plugin.c:207 Creating plugins from file: path="./bt_plugin_ctf2prv.py"
  47. 05-19 12:50:41.194 206457 206457 I LIB/PLUGIN-SO bt_plugin_so_create_all_from_file@plugin-so.c:1468 Trying to create all SO plugins from file: path="./bt_plugin_ctf2prv.py"
  48. 05-19 12:50:41.194 206457 206457 I LIB/PLUGIN-SO bt_plugin_so_create_all_from_file@plugin-so.c:1483 File is not an SO plugin file: path="./bt_plugin_ctf2prv.py"
  49. 05-19 12:50:41.194 206457 206457 I LIB/PLUGIN init_python_plugin_provider@plugin.c:97 Loading Python plugin provider module.
  50. 05-19 12:50:41.194 206457 206457 I LIB/PLUGIN init_python_plugin_provider@plugin.c:111 Using default path (`LIBBABELTRACE2_PLUGIN_PROVIDER_DIR` environment variable is not set) to find the Python plugin provider: path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugin-providers/babeltrace2-python-plugin-provider.so"
  51. 05-19 12:50:41.199 206457 206457 I LIB/PLUGIN init_python_plugin_provider@plugin.c:122 Cannot open `/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugin-providers/babeltrace2-python-plugin-provider.so`: /apps/PYTHON/3.7.4/INTEL/lib/libpython3.7m.so.1.0: undefined symbol: __intel_skx_avx512_memset: continuing without Python plugin support.
  52. 05-19 12:50:41.199 206457 206457 I LIB/PLUGIN bt_plugin_find_all_from_file@plugin.c:264 Found no plugins in file: path="./bt_plugin_ctf2prv.py"
  53. 05-19 12:50:41.199 206457 206457 I LIB/PLUGIN bt_plugin_find_all_from_dir@plugin.c:707 No plugins found in directory: path="."
  54. 05-19 12:50:41.199 206457 206457 I CLI/PLUGINS load_dynamic_plugins@babeltrace2-plugins.c:171 No plugins found in directory: path="."
  55. 05-19 12:50:41.200 206457 206457 I CLI/PLUGINS load_dynamic_plugins@babeltrace2-plugins.c:156 Skipping nonexistent directory path: path="/home/bsc15/bsc15182/.local/lib/babeltrace2/plugins"
  56. 05-19 12:50:41.200 206457 206457 I LIB/PLUGIN bt_plugin_find_all_from_dir@plugin.c:677 Creating all plugins in directory: path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins", recurse=0
  57. 05-19 12:50:41.200 206457 206457 I LIB/PLUGIN bt_plugin_find_all_from_file@plugin.c:207 Creating plugins from file: path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-text.a"
  58. 05-19 12:50:41.200 206457 206457 I LIB/PLUGIN-SO bt_plugin_so_create_all_from_file@plugin-so.c:1468 Trying to create all SO plugins from file: path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-text.a"
  59. 05-19 12:50:41.200 206457 206457 I LIB/PLUGIN-SO bt_plugin_so_create_all_from_file@plugin-so.c:1483 File is not an SO plugin file: path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-text.a"
  60. 05-19 12:50:41.200 206457 206457 I LIB/PLUGIN init_python_plugin_provider@plugin.c:97 Loading Python plugin provider module.
  61. 05-19 12:50:41.203 206457 206457 I LIB/PLUGIN init_python_plugin_provider@plugin.c:111 Using default path (`LIBBABELTRACE2_PLUGIN_PROVIDER_DIR` environment variable is not set) to find the Python plugin provider: path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugin-providers/babeltrace2-python-plugin-provider.so"
  62. 05-19 12:50:41.208 206457 206457 I LIB/PLUGIN init_python_plugin_provider@plugin.c:122 Cannot open `/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugin-providers/babeltrace2-python-plugin-provider.so`: /apps/PYTHON/3.7.4/INTEL/lib/libpython3.7m.so.1.0: undefined symbol: __intel_skx_avx512_memset: continuing without Python plugin support.
  63. 05-19 12:50:41.208 206457 206457 I LIB/PLUGIN bt_plugin_find_all_from_file@plugin.c:264 Found no plugins in file: path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-text.a"
  64. 05-19 12:50:41.208 206457 206457 I LIB/PLUGIN bt_plugin_find_all_from_file@plugin.c:207 Creating plugins from file: path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-utils.so"
  65. 05-19 12:50:41.208 206457 206457 I LIB/PLUGIN-SO bt_plugin_so_create_all_from_file@plugin-so.c:1468 Trying to create all SO plugins from file: path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-utils.so"
  66. 05-19 12:50:41.208 206457 206457 I LIB/PLUGIN-SO bt_plugin_so_shared_lib_handle_create@plugin-so.c:179 Creating shared library handle: path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-utils.so"
  67. 05-19 12:50:41.208 206457 206457 I LIB/PLUGIN-SO bt_plugin_so_shared_lib_handle_create@plugin-so.c:223 Created shared library handle: path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-utils.so", addr=0xe29ad0
  68. 05-19 12:50:41.208 206457 206457 I LIB/PLUGIN-SO bt_plugin_so_create_all_from_sections@plugin-so.c:1317 Creating all SO plugins from sections: plugin-path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-utils.so", descr-begin-addr=0x7f5b2c8d6f28, descr-end-addr=0x7f5b2c8d6f38, attrs-begin-addr=0x7f5b2c8d6f38, attrs-end-addr=0x7f5b2c8d6f58, cc-descr-begin-addr=0x7f5b2c8d6f58, cc-descr-end-addr=0x7f5b2c8d6f80, cc-descr-attrs-begin-addr=0x7f5b2c8d6f80, cc-descr-attrs-end-addr=0x7f5b2c8d7050, descr-count=1, attrs-count=3, cc-descr-count=4, cc-descr-attrs-count=25
  69. 05-19 12:50:41.208 206457 206457 I LIB/PLUGIN-SO bt_plugin_so_create_all_from_sections@plugin-so.c:1335 Creating plugin object for plugin: name="utils"
  70. 05-19 12:50:41.208 206457 206457 I LIB/PLUGIN-SO bt_plugin_so_init@plugin-so.c:353 Initializing plugin object from descriptors found in sections: plugin-addr=0xe28850, plugin-path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-utils.so", attrs-begin-addr=0x7f5b2c8d6f38, attrs-end-addr=0x7f5b2c8d6f58, cc-descr-begin-addr=0x7f5b2c8d6f58, cc-descr-end-addr=0x7f5b2c8d6f80, cc-descr-attrs-begin-addr=0x7f5b2c8d6f80, cc-descr-attrs-end-addr=0x7f5b2c8d7050
  71. 05-19 12:50:41.208 206457 206457 I LIB/PLUGIN-SO bt_plugin_so_init@plugin-so.c:788 Creating and setting properties of plugin's component class: plugin-path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-utils.so", plugin-name="utils", comp-class-name="dummy", comp-class-type=SINK
  72. 05-19 12:50:41.208 206457 206457 I LIB/COMPONENT-CLASS bt_component_class_sink_create@component-class.c:261 Creating sink component class: name="dummy", consume-method-addr=0x7f5b2c6bd7fb
  73. 05-19 12:50:41.208 206457 206457 I LIB/COMPONENT-CLASS bt_component_class_sink_create@component-class.c:283 Created sink component class: addr=0xe2aee0, type=SINK, name="dummy", partial-descr="", is-frozen=0
  74. 05-19 12:50:41.208 206457 206457 I LIB/PLUGIN-SO bt_plugin_so_init@plugin-so.c:788 Creating and setting properties of plugin's component class: plugin-path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-utils.so", plugin-name="utils", comp-class-name="counter", comp-class-type=SINK
  75. 05-19 12:50:41.208 206457 206457 I LIB/COMPONENT-CLASS bt_component_class_sink_create@component-class.c:261 Creating sink component class: name="counter", consume-method-addr=0x7f5b2c6c34d8
  76. 05-19 12:50:41.208 206457 206457 I LIB/COMPONENT-CLASS bt_component_class_sink_create@component-class.c:283 Created sink component class: addr=0xe23dc0, type=SINK, name="counter", partial-descr="", is-frozen=0
  77. 05-19 12:50:41.208 206457 206457 I LIB/PLUGIN-SO bt_plugin_so_init@plugin-so.c:788 Creating and setting properties of plugin's component class: plugin-path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-utils.so", plugin-name="utils", comp-class-name="trimmer", comp-class-type=FILTER
  78. 05-19 12:50:41.208 206457 206457 I LIB/MESSAGE-ITERATOR-CLASS bt_message_iterator_class_create@message-iterator-class.c:78 Creating message iterator class: next-method-addr=0x7f5b2c6c71d7
  79. 05-19 12:50:41.208 206457 206457 I LIB/COMPONENT-CLASS bt_component_class_filter_create@component-class.c:223 Creating filter component class: name="trimmer", msg-iter-cls-addr=0xe2eac0
  80. 05-19 12:50:41.208 206457 206457 I LIB/COMPONENT-CLASS bt_component_class_filter_create@component-class.c:244 Created filter component class: addr=0xe2eb40, type=FILTER, name="trimmer", partial-descr="", is-frozen=0
  81. 05-19 12:50:41.208 206457 206457 I LIB/PLUGIN-SO bt_plugin_so_init@plugin-so.c:788 Creating and setting properties of plugin's component class: plugin-path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-utils.so", plugin-name="utils", comp-class-name="muxer", comp-class-type=FILTER
  82. 05-19 12:50:41.208 206457 206457 I LIB/MESSAGE-ITERATOR-CLASS bt_message_iterator_class_create@message-iterator-class.c:78 Creating message iterator class: next-method-addr=0x7f5b2c6c114d
  83. 05-19 12:50:41.208 206457 206457 I LIB/COMPONENT-CLASS bt_component_class_filter_create@component-class.c:223 Creating filter component class: name="muxer", msg-iter-cls-addr=0xe2ada0
  84. 05-19 12:50:41.208 206457 206457 I LIB/COMPONENT-CLASS bt_component_class_filter_create@component-class.c:244 Created filter component class: addr=0xe2c570, type=FILTER, name="muxer", partial-descr="", is-frozen=0
  85. 05-19 12:50:41.208 206457 206457 I LIB/PLUGIN bt_plugin_find_all_from_file@plugin.c:262 Created 1 plugins from file: path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-utils.so", count=1, plugin-set-addr=0xe23fa0
  86. 05-19 12:50:41.208 206457 206457 I LIB/PLUGIN nftw_append_all_from_dir@plugin.c:565 Adding plugin to plugin set: plugin-path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-utils.so", plugin-addr=0xe28850, plugin-type=SO, plugin-path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-utils.so", plugin-name="utils", plugin-author="EfficiOS <https://www.efficios.com/>", plugin-license="MIT", plugin-src-comp-class-count=0, plugin-flt-comp-class-count=2, plugin-sink-comp-class-count=2, plugin-so-handle-addr=0xe29ad0, plugin-so-handle-path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-utils.so"
  87. 05-19 12:50:41.208 206457 206457 I LIB/PLUGIN bt_plugin_find_all_from_file@plugin.c:207 Creating plugins from file: path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-ctf.so"
  88. 05-19 12:50:41.208 206457 206457 I LIB/PLUGIN-SO bt_plugin_so_create_all_from_file@plugin-so.c:1468 Trying to create all SO plugins from file: path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-ctf.so"
  89. 05-19 12:50:41.208 206457 206457 I LIB/PLUGIN-SO bt_plugin_so_shared_lib_handle_create@plugin-so.c:179 Creating shared library handle: path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-ctf.so"
  90. 05-19 12:50:41.209 206457 206457 I LIB/PLUGIN-SO bt_plugin_so_shared_lib_handle_create@plugin-so.c:223 Created shared library handle: path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-ctf.so", addr=0xe2c790
  91. 05-19 12:50:41.209 206457 206457 I LIB/PLUGIN-SO bt_plugin_so_create_all_from_sections@plugin-so.c:1317 Creating all SO plugins from sections: plugin-path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-ctf.so", descr-begin-addr=0x7f5b2c6b59c8, descr-end-addr=0x7f5b2c6b59d8, attrs-begin-addr=0x7f5b2c6b59d8, attrs-end-addr=0x7f5b2c6b59f8, cc-descr-begin-addr=0x7f5b2c6b59f8, cc-descr-end-addr=0x7f5b2c6b5a18, cc-descr-attrs-begin-addr=0x7f5b2c6b5a18, cc-descr-attrs-end-addr=0x7f5b2c6b5ac8, descr-count=1, attrs-count=3, cc-descr-count=3, cc-descr-attrs-count=21
  92. 05-19 12:50:41.209 206457 206457 I LIB/PLUGIN-SO bt_plugin_so_create_all_from_sections@plugin-so.c:1335 Creating plugin object for plugin: name="ctf"
  93. 05-19 12:50:41.209 206457 206457 I LIB/PLUGIN-SO bt_plugin_so_init@plugin-so.c:353 Initializing plugin object from descriptors found in sections: plugin-addr=0xe2fb00, plugin-path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-ctf.so", attrs-begin-addr=0x7f5b2c6b59d8, attrs-end-addr=0x7f5b2c6b59f8, cc-descr-begin-addr=0x7f5b2c6b59f8, cc-descr-end-addr=0x7f5b2c6b5a18, cc-descr-attrs-begin-addr=0x7f5b2c6b5a18, cc-descr-attrs-end-addr=0x7f5b2c6b5ac8
  94. 05-19 12:50:41.209 206457 206457 I LIB/PLUGIN-SO bt_plugin_so_init@plugin-so.c:788 Creating and setting properties of plugin's component class: plugin-path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-ctf.so", plugin-name="ctf", comp-class-name="fs", comp-class-type=SOURCE
  95. 05-19 12:50:41.209 206457 206457 I LIB/MESSAGE-ITERATOR-CLASS bt_message_iterator_class_create@message-iterator-class.c:78 Creating message iterator class: next-method-addr=0x7f5b2c467cf4
  96. 05-19 12:50:41.209 206457 206457 I LIB/COMPONENT-CLASS bt_component_class_source_create@component-class.c:184 Creating source component class: name="fs", msg-iter-cls-addr=0xe2ffa0
  97. 05-19 12:50:41.209 206457 206457 I LIB/COMPONENT-CLASS bt_component_class_source_create@component-class.c:205 Created source component class: addr=0xe30020, type=SOURCE, name="fs", partial-descr="", is-frozen=0
  98. 05-19 12:50:41.209 206457 206457 I LIB/PLUGIN-SO bt_plugin_so_init@plugin-so.c:788 Creating and setting properties of plugin's component class: plugin-path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-ctf.so", plugin-name="ctf", comp-class-name="fs", comp-class-type=SINK
  99. 05-19 12:50:41.209 206457 206457 I LIB/COMPONENT-CLASS bt_component_class_sink_create@component-class.c:261 Creating sink component class: name="fs", consume-method-addr=0x7f5b2c458088
  100. 05-19 12:50:41.209 206457 206457 I LIB/COMPONENT-CLASS bt_component_class_sink_create@component-class.c:283 Created sink component class: addr=0xe30230, type=SINK, name="fs", partial-descr="", is-frozen=0
  101. 05-19 12:50:41.209 206457 206457 I LIB/PLUGIN-SO bt_plugin_so_init@plugin-so.c:788 Creating and setting properties of plugin's component class: plugin-path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-ctf.so", plugin-name="ctf", comp-class-name="lttng-live", comp-class-type=SOURCE
  102. 05-19 12:50:41.209 206457 206457 I LIB/MESSAGE-ITERATOR-CLASS bt_message_iterator_class_create@message-iterator-class.c:78 Creating message iterator class: next-method-addr=0x7f5b2c472135
  103. 05-19 12:50:41.209 206457 206457 I LIB/COMPONENT-CLASS bt_component_class_source_create@component-class.c:184 Creating source component class: name="lttng-live", msg-iter-cls-addr=0xe30480
  104. 05-19 12:50:41.209 206457 206457 I LIB/COMPONENT-CLASS bt_component_class_source_create@component-class.c:205 Created source component class: addr=0xe30500, type=SOURCE, name="lttng-live", partial-descr="", is-frozen=0
  105. 05-19 12:50:41.209 206457 206457 I LIB/PLUGIN bt_plugin_find_all_from_file@plugin.c:262 Created 1 plugins from file: path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-ctf.so", count=1, plugin-set-addr=0xe2b4f0
  106. 05-19 12:50:41.209 206457 206457 I LIB/PLUGIN nftw_append_all_from_dir@plugin.c:565 Adding plugin to plugin set: plugin-path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-ctf.so", plugin-addr=0xe2fb00, plugin-type=SO, plugin-path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-ctf.so", plugin-name="ctf", plugin-author="EfficiOS <https://www.efficios.com/>", plugin-license="MIT", plugin-src-comp-class-count=2, plugin-flt-comp-class-count=0, plugin-sink-comp-class-count=1, plugin-so-handle-addr=0xe2c790, plugin-so-handle-path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-ctf.so"
  107. 05-19 12:50:41.209 206457 206457 I LIB/PLUGIN bt_plugin_find_all_from_file@plugin.c:207 Creating plugins from file: path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-utils.la"
  108. 05-19 12:50:41.209 206457 206457 I LIB/PLUGIN-SO bt_plugin_so_create_all_from_file@plugin-so.c:1468 Trying to create all SO plugins from file: path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-utils.la"
  109. 05-19 12:50:41.209 206457 206457 I LIB/PLUGIN-SO bt_plugin_so_shared_lib_handle_create@plugin-so.c:179 Creating shared library handle: path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-utils.la"
  110. 05-19 12:50:41.209 206457 206457 I LIB/PLUGIN-SO bt_plugin_so_shared_lib_handle_create@plugin-so.c:223 Created shared library handle: path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-utils.la", addr=0xe2afc0
  111. 05-19 12:50:41.209 206457 206457 I LIB/PLUGIN-SO bt_plugin_so_create_all_from_sections@plugin-so.c:1317 Creating all SO plugins from sections: plugin-path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-utils.la", descr-begin-addr=0x7f5b2c8d6f28, descr-end-addr=0x7f5b2c8d6f38, attrs-begin-addr=0x7f5b2c8d6f38, attrs-end-addr=0x7f5b2c8d6f58, cc-descr-begin-addr=0x7f5b2c8d6f58, cc-descr-end-addr=0x7f5b2c8d6f80, cc-descr-attrs-begin-addr=0x7f5b2c8d6f80, cc-descr-attrs-end-addr=0x7f5b2c8d7050, descr-count=1, attrs-count=3, cc-descr-count=4, cc-descr-attrs-count=25
  112. 05-19 12:50:41.209 206457 206457 I LIB/PLUGIN-SO bt_plugin_so_create_all_from_sections@plugin-so.c:1335 Creating plugin object for plugin: name="utils"
  113. 05-19 12:50:41.209 206457 206457 I LIB/PLUGIN-SO bt_plugin_so_init@plugin-so.c:353 Initializing plugin object from descriptors found in sections: plugin-addr=0xe2fea0, plugin-path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-utils.la", attrs-begin-addr=0x7f5b2c8d6f38, attrs-end-addr=0x7f5b2c8d6f58, cc-descr-begin-addr=0x7f5b2c8d6f58, cc-descr-end-addr=0x7f5b2c8d6f80, cc-descr-attrs-begin-addr=0x7f5b2c8d6f80, cc-descr-attrs-end-addr=0x7f5b2c8d7050
  114. 05-19 12:50:41.209 206457 206457 I LIB/PLUGIN-SO bt_plugin_so_init@plugin-so.c:788 Creating and setting properties of plugin's component class: plugin-path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-utils.la", plugin-name="utils", comp-class-name="dummy", comp-class-type=SINK
  115. 05-19 12:50:41.209 206457 206457 I LIB/COMPONENT-CLASS bt_component_class_sink_create@component-class.c:261 Creating sink component class: name="dummy", consume-method-addr=0x7f5b2c6bd7fb
  116. 05-19 12:50:41.209 206457 206457 I LIB/COMPONENT-CLASS bt_component_class_sink_create@component-class.c:283 Created sink component class: addr=0xe307a0, type=SINK, name="dummy", partial-descr="", is-frozen=0
  117. 05-19 12:50:41.209 206457 206457 I LIB/PLUGIN-SO bt_plugin_so_init@plugin-so.c:788 Creating and setting properties of plugin's component class: plugin-path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-utils.la", plugin-name="utils", comp-class-name="counter", comp-class-type=SINK
  118. 05-19 12:50:41.209 206457 206457 I LIB/COMPONENT-CLASS bt_component_class_sink_create@component-class.c:261 Creating sink component class: name="counter", consume-method-addr=0x7f5b2c6c34d8
  119. 05-19 12:50:41.209 206457 206457 I LIB/COMPONENT-CLASS bt_component_class_sink_create@component-class.c:283 Created sink component class: addr=0xe30ff0, type=SINK, name="counter", partial-descr="", is-frozen=0
  120. 05-19 12:50:41.209 206457 206457 I LIB/PLUGIN-SO bt_plugin_so_init@plugin-so.c:788 Creating and setting properties of plugin's component class: plugin-path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-utils.la", plugin-name="utils", comp-class-name="trimmer", comp-class-type=FILTER
  121. 05-19 12:50:41.209 206457 206457 I LIB/MESSAGE-ITERATOR-CLASS bt_message_iterator_class_create@message-iterator-class.c:78 Creating message iterator class: next-method-addr=0x7f5b2c6c71d7
  122. 05-19 12:50:41.209 206457 206457 I LIB/COMPONENT-CLASS bt_component_class_filter_create@component-class.c:223 Creating filter component class: name="trimmer", msg-iter-cls-addr=0xe2fe20
  123. 05-19 12:50:41.209 206457 206457 I LIB/COMPONENT-CLASS bt_component_class_filter_create@component-class.c:244 Created filter component class: addr=0xe311b0, type=FILTER, name="trimmer", partial-descr="", is-frozen=0
  124. 05-19 12:50:41.209 206457 206457 I LIB/PLUGIN-SO bt_plugin_so_init@plugin-so.c:788 Creating and setting properties of plugin's component class: plugin-path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-utils.la", plugin-name="utils", comp-class-name="muxer", comp-class-type=FILTER
  125. 05-19 12:50:41.209 206457 206457 I LIB/MESSAGE-ITERATOR-CLASS bt_message_iterator_class_create@message-iterator-class.c:78 Creating message iterator class: next-method-addr=0x7f5b2c6c114d
  126. 05-19 12:50:41.209 206457 206457 I LIB/COMPONENT-CLASS bt_component_class_filter_create@component-class.c:223 Creating filter component class: name="muxer", msg-iter-cls-addr=0xe31400
  127. 05-19 12:50:41.209 206457 206457 I LIB/COMPONENT-CLASS bt_component_class_filter_create@component-class.c:244 Created filter component class: addr=0xe71520, type=FILTER, name="muxer", partial-descr="", is-frozen=0
  128. 05-19 12:50:41.209 206457 206457 I LIB/PLUGIN bt_plugin_find_all_from_file@plugin.c:262 Created 1 plugins from file: path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-utils.la", count=1, plugin-set-addr=0xe23ee0
  129. 05-19 12:50:41.209 206457 206457 I LIB/PLUGIN nftw_append_all_from_dir@plugin.c:565 Adding plugin to plugin set: plugin-path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-utils.la", plugin-addr=0xe2fea0, plugin-type=SO, plugin-path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-utils.la", plugin-name="utils", plugin-author="EfficiOS <https://www.efficios.com/>", plugin-license="MIT", plugin-src-comp-class-count=0, plugin-flt-comp-class-count=2, plugin-sink-comp-class-count=2, plugin-so-handle-addr=0xe2afc0, plugin-so-handle-path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-utils.la"
  130. 05-19 12:50:41.209 206457 206457 I LIB/PLUGIN-SO bt_plugin_destroy@plugin.h:113 Destroying plugin object: addr=0xe2fea0, type=SO, path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-utils.la", name="utils", author="EfficiOS <https://www.efficios.com/>", license="MIT", src-comp-class-count=0, flt-comp-class-count=2, sink-comp-class-count=2, so-handle-addr=0xe2afc0, so-handle-path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-utils.la"
  131. 05-19 12:50:41.209 206457 206457 I LIB/COMPONENT-CLASS destroy_component_class@component-class.c:51 Destroying component class: addr=0xe311b0, type=FILTER, name="trimmer", partial-descr="Discard messages that occur outs", is-frozen=0, so-handle-addr=0xe2afc0, so-handle-path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-utils.la"
  132. 05-19 12:50:41.209 206457 206457 I LIB/MESSAGE-ITERATOR-CLASS destroy_iterator_class@message-iterator-class.c:65 Destroying message iterator class: addr=0xe2fe20
  133. 05-19 12:50:41.209 206457 206457 I LIB/COMPONENT-CLASS destroy_component_class@component-class.c:51 Destroying component class: addr=0xe71520, type=FILTER, name="muxer", partial-descr="Sort messages from multiple inpu", is-frozen=0, so-handle-addr=0xe2afc0, so-handle-path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-utils.la"
  134. 05-19 12:50:41.209 206457 206457 I LIB/MESSAGE-ITERATOR-CLASS destroy_iterator_class@message-iterator-class.c:65 Destroying message iterator class: addr=0xe31400
  135. 05-19 12:50:41.209 206457 206457 I LIB/COMPONENT-CLASS destroy_component_class@component-class.c:51 Destroying component class: addr=0xe307a0, type=SINK, name="dummy", partial-descr="Consume messages and discard the", is-frozen=0, so-handle-addr=0xe2afc0, so-handle-path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-utils.la"
  136. 05-19 12:50:41.209 206457 206457 I LIB/COMPONENT-CLASS destroy_component_class@component-class.c:51 Destroying component class: addr=0xe30ff0, type=SINK, name="counter", partial-descr="Count messages and print the sta", is-frozen=0, so-handle-addr=0xe2afc0, so-handle-path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-utils.la"
  137. 05-19 12:50:41.209 206457 206457 I LIB/PLUGIN-SO bt_plugin_so_shared_lib_handle_destroy@plugin-so.c:122 Destroying shared library handle: addr=0xe2afc0, path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-utils.la"
  138. 05-19 12:50:41.209 206457 206457 I LIB/PLUGIN-SO bt_plugin_so_shared_lib_handle_destroy@plugin-so.c:142 Closing GModule: path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-utils.la"
  139. 05-19 12:50:41.209 206457 206457 I LIB/PLUGIN bt_plugin_find_all_from_file@plugin.c:207 Creating plugins from file: path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-text.la"
  140. 05-19 12:50:41.209 206457 206457 I LIB/PLUGIN-SO bt_plugin_so_create_all_from_file@plugin-so.c:1468 Trying to create all SO plugins from file: path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-text.la"
  141. 05-19 12:50:41.209 206457 206457 I LIB/PLUGIN-SO bt_plugin_so_shared_lib_handle_create@plugin-so.c:179 Creating shared library handle: path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-text.la"
  142. 05-19 12:50:41.210 206457 206457 I LIB/PLUGIN-SO bt_plugin_so_shared_lib_handle_create@plugin-so.c:223 Created shared library handle: path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-text.la", addr=0xe2afc0
  143. 05-19 12:50:41.210 206457 206457 I LIB/PLUGIN-SO bt_plugin_so_create_all_from_sections@plugin-so.c:1317 Creating all SO plugins from sections: plugin-path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-text.la", descr-begin-addr=0x7f5b2c4105c8, descr-end-addr=0x7f5b2c4105d8, attrs-begin-addr=0x7f5b2c4105d8, attrs-end-addr=0x7f5b2c4105f8, cc-descr-begin-addr=0x7f5b2c4105f8, cc-descr-end-addr=0x7f5b2c410618, cc-descr-attrs-begin-addr=0x7f5b2c410618, cc-descr-attrs-end-addr=0x7f5b2c4106b0, descr-count=1, attrs-count=3, cc-descr-count=3, cc-descr-attrs-count=18
  144. 05-19 12:50:41.210 206457 206457 I LIB/PLUGIN-SO bt_plugin_so_create_all_from_sections@plugin-so.c:1335 Creating plugin object for plugin: name="text"
  145. 05-19 12:50:41.210 206457 206457 I LIB/PLUGIN-SO bt_plugin_so_init@plugin-so.c:353 Initializing plugin object from descriptors found in sections: plugin-addr=0xe30750, plugin-path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-text.la", attrs-begin-addr=0x7f5b2c4105d8, attrs-end-addr=0x7f5b2c4105f8, cc-descr-begin-addr=0x7f5b2c4105f8, cc-descr-end-addr=0x7f5b2c410618, cc-descr-attrs-begin-addr=0x7f5b2c410618, cc-descr-attrs-end-addr=0x7f5b2c4106b0
  146. 05-19 12:50:41.210 206457 206457 I LIB/PLUGIN-SO bt_plugin_so_init@plugin-so.c:788 Creating and setting properties of plugin's component class: plugin-path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-text.la", plugin-name="text", comp-class-name="pretty", comp-class-type=SINK
  147. 05-19 12:50:41.210 206457 206457 I LIB/COMPONENT-CLASS bt_component_class_sink_create@component-class.c:261 Creating sink component class: name="pretty", consume-method-addr=0x7f5b2c1f424a
  148. 05-19 12:50:41.210 206457 206457 I LIB/COMPONENT-CLASS bt_component_class_sink_create@component-class.c:283 Created sink component class: addr=0xe31320, type=SINK, name="pretty", partial-descr="", is-frozen=0
  149. 05-19 12:50:41.210 206457 206457 I LIB/PLUGIN-SO bt_plugin_so_init@plugin-so.c:788 Creating and setting properties of plugin's component class: plugin-path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-text.la", plugin-name="text", comp-class-name="dmesg", comp-class-type=SOURCE
  150. 05-19 12:50:41.210 206457 206457 I LIB/MESSAGE-ITERATOR-CLASS bt_message_iterator_class_create@message-iterator-class.c:78 Creating message iterator class: next-method-addr=0x7f5b2c1fa40d
  151. 05-19 12:50:41.210 206457 206457 I LIB/COMPONENT-CLASS bt_component_class_source_create@component-class.c:184 Creating source component class: name="dmesg", msg-iter-cls-addr=0xe71ea0
  152. 05-19 12:50:41.210 206457 206457 I LIB/COMPONENT-CLASS bt_component_class_source_create@component-class.c:205 Created source component class: addr=0xe71f20, type=SOURCE, name="dmesg", partial-descr="", is-frozen=0
  153. 05-19 12:50:41.210 206457 206457 I LIB/PLUGIN-SO bt_plugin_so_init@plugin-so.c:788 Creating and setting properties of plugin's component class: plugin-path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-text.la", plugin-name="text", comp-class-name="details", comp-class-type=SINK
  154. 05-19 12:50:41.210 206457 206457 I LIB/COMPONENT-CLASS bt_component_class_sink_create@component-class.c:261 Creating sink component class: name="details", consume-method-addr=0x7f5b2c1fb468
  155. 05-19 12:50:41.210 206457 206457 I LIB/COMPONENT-CLASS bt_component_class_sink_create@component-class.c:283 Created sink component class: addr=0xe72150, type=SINK, name="details", partial-descr="", is-frozen=0
  156. 05-19 12:50:41.210 206457 206457 I LIB/PLUGIN bt_plugin_find_all_from_file@plugin.c:262 Created 1 plugins from file: path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-text.la", count=1, plugin-set-addr=0xe2b4f0
  157. 05-19 12:50:41.210 206457 206457 I LIB/PLUGIN nftw_append_all_from_dir@plugin.c:565 Adding plugin to plugin set: plugin-path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-text.la", plugin-addr=0xe30750, plugin-type=SO, plugin-path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-text.la", plugin-name="text", plugin-author="EfficiOS <https://www.efficios.com/>", plugin-license="MIT", plugin-src-comp-class-count=1, plugin-flt-comp-class-count=0, plugin-sink-comp-class-count=2, plugin-so-handle-addr=0xe2afc0, plugin-so-handle-path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-text.la"
  158. 05-19 12:50:41.210 206457 206457 I LIB/PLUGIN bt_plugin_find_all_from_file@plugin.c:207 Creating plugins from file: path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-ctf.a"
  159. 05-19 12:50:41.210 206457 206457 I LIB/PLUGIN-SO bt_plugin_so_create_all_from_file@plugin-so.c:1468 Trying to create all SO plugins from file: path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-ctf.a"
  160. 05-19 12:50:41.210 206457 206457 I LIB/PLUGIN-SO bt_plugin_so_create_all_from_file@plugin-so.c:1483 File is not an SO plugin file: path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-ctf.a"
  161. 05-19 12:50:41.210 206457 206457 I LIB/PLUGIN init_python_plugin_provider@plugin.c:97 Loading Python plugin provider module.
  162. 05-19 12:50:41.210 206457 206457 I LIB/PLUGIN init_python_plugin_provider@plugin.c:111 Using default path (`LIBBABELTRACE2_PLUGIN_PROVIDER_DIR` environment variable is not set) to find the Python plugin provider: path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugin-providers/babeltrace2-python-plugin-provider.so"
  163. 05-19 12:50:41.215 206457 206457 I LIB/PLUGIN init_python_plugin_provider@plugin.c:122 Cannot open `/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugin-providers/babeltrace2-python-plugin-provider.so`: /apps/PYTHON/3.7.4/INTEL/lib/libpython3.7m.so.1.0: undefined symbol: __intel_skx_avx512_memset: continuing without Python plugin support.
  164. 05-19 12:50:41.215 206457 206457 I LIB/PLUGIN bt_plugin_find_all_from_file@plugin.c:264 Found no plugins in file: path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-ctf.a"
  165. 05-19 12:50:41.215 206457 206457 I LIB/PLUGIN bt_plugin_find_all_from_file@plugin.c:207 Creating plugins from file: path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-ctf.la"
  166. 05-19 12:50:41.215 206457 206457 I LIB/PLUGIN-SO bt_plugin_so_create_all_from_file@plugin-so.c:1468 Trying to create all SO plugins from file: path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-ctf.la"
  167. 05-19 12:50:41.215 206457 206457 I LIB/PLUGIN-SO bt_plugin_so_shared_lib_handle_create@plugin-so.c:179 Creating shared library handle: path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-ctf.la"
  168. 05-19 12:50:41.215 206457 206457 I LIB/PLUGIN-SO bt_plugin_so_shared_lib_handle_create@plugin-so.c:223 Created shared library handle: path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-ctf.la", addr=0xe76090
  169. 05-19 12:50:41.215 206457 206457 I LIB/PLUGIN-SO bt_plugin_so_create_all_from_sections@plugin-so.c:1317 Creating all SO plugins from sections: plugin-path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-ctf.la", descr-begin-addr=0x7f5b2c6b59c8, descr-end-addr=0x7f5b2c6b59d8, attrs-begin-addr=0x7f5b2c6b59d8, attrs-end-addr=0x7f5b2c6b59f8, cc-descr-begin-addr=0x7f5b2c6b59f8, cc-descr-end-addr=0x7f5b2c6b5a18, cc-descr-attrs-begin-addr=0x7f5b2c6b5a18, cc-descr-attrs-end-addr=0x7f5b2c6b5ac8, descr-count=1, attrs-count=3, cc-descr-count=3, cc-descr-attrs-count=21
  170. 05-19 12:50:41.215 206457 206457 I LIB/PLUGIN-SO bt_plugin_so_create_all_from_sections@plugin-so.c:1335 Creating plugin object for plugin: name="ctf"
  171. 05-19 12:50:41.215 206457 206457 I LIB/PLUGIN-SO bt_plugin_so_init@plugin-so.c:353 Initializing plugin object from descriptors found in sections: plugin-addr=0xe71d10, plugin-path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-ctf.la", attrs-begin-addr=0x7f5b2c6b59d8, attrs-end-addr=0x7f5b2c6b59f8, cc-descr-begin-addr=0x7f5b2c6b59f8, cc-descr-end-addr=0x7f5b2c6b5a18, cc-descr-attrs-begin-addr=0x7f5b2c6b5a18, cc-descr-attrs-end-addr=0x7f5b2c6b5ac8
  172. 05-19 12:50:41.215 206457 206457 I LIB/PLUGIN-SO bt_plugin_so_init@plugin-so.c:788 Creating and setting properties of plugin's component class: plugin-path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-ctf.la", plugin-name="ctf", comp-class-name="fs", comp-class-type=SOURCE
  173. 05-19 12:50:41.215 206457 206457 I LIB/MESSAGE-ITERATOR-CLASS bt_message_iterator_class_create@message-iterator-class.c:78 Creating message iterator class: next-method-addr=0x7f5b2c467cf4
  174. 05-19 12:50:41.215 206457 206457 I LIB/COMPONENT-CLASS bt_component_class_source_create@component-class.c:184 Creating source component class: name="fs", msg-iter-cls-addr=0xe76010
  175. 05-19 12:50:41.215 206457 206457 I LIB/COMPONENT-CLASS bt_component_class_source_create@component-class.c:205 Created source component class: addr=0xe75840, type=SOURCE, name="fs", partial-descr="", is-frozen=0
  176. 05-19 12:50:41.215 206457 206457 I LIB/PLUGIN-SO bt_plugin_so_init@plugin-so.c:788 Creating and setting properties of plugin's component class: plugin-path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-ctf.la", plugin-name="ctf", comp-class-name="fs", comp-class-type=SINK
  177. 05-19 12:50:41.215 206457 206457 I LIB/COMPONENT-CLASS bt_component_class_sink_create@component-class.c:261 Creating sink component class: name="fs", consume-method-addr=0x7f5b2c458088
  178. 05-19 12:50:41.215 206457 206457 I LIB/COMPONENT-CLASS bt_component_class_sink_create@component-class.c:283 Created sink component class: addr=0xe75990, type=SINK, name="fs", partial-descr="", is-frozen=0
  179. 05-19 12:50:41.215 206457 206457 I LIB/PLUGIN-SO bt_plugin_so_init@plugin-so.c:788 Creating and setting properties of plugin's component class: plugin-path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-ctf.la", plugin-name="ctf", comp-class-name="lttng-live", comp-class-type=SOURCE
  180. 05-19 12:50:41.215 206457 206457 I LIB/MESSAGE-ITERATOR-CLASS bt_message_iterator_class_create@message-iterator-class.c:78 Creating message iterator class: next-method-addr=0x7f5b2c472135
  181. 05-19 12:50:41.215 206457 206457 I LIB/COMPONENT-CLASS bt_component_class_source_create@component-class.c:184 Creating source component class: name="lttng-live", msg-iter-cls-addr=0xe756c0
  182. 05-19 12:50:41.215 206457 206457 I LIB/COMPONENT-CLASS bt_component_class_source_create@component-class.c:205 Created source component class: addr=0xe75bc0, type=SOURCE, name="lttng-live", partial-descr="", is-frozen=0
  183. 05-19 12:50:41.215 206457 206457 I LIB/PLUGIN bt_plugin_find_all_from_file@plugin.c:262 Created 1 plugins from file: path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-ctf.la", count=1, plugin-set-addr=0xe75740
  184. 05-19 12:50:41.215 206457 206457 I LIB/PLUGIN nftw_append_all_from_dir@plugin.c:565 Adding plugin to plugin set: plugin-path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-ctf.la", plugin-addr=0xe71d10, plugin-type=SO, plugin-path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-ctf.la", plugin-name="ctf", plugin-author="EfficiOS <https://www.efficios.com/>", plugin-license="MIT", plugin-src-comp-class-count=2, plugin-flt-comp-class-count=0, plugin-sink-comp-class-count=1, plugin-so-handle-addr=0xe76090, plugin-so-handle-path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-ctf.la"
  185. 05-19 12:50:41.215 206457 206457 I LIB/PLUGIN-SO bt_plugin_destroy@plugin.h:113 Destroying plugin object: addr=0xe71d10, type=SO, path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-ctf.la", name="ctf", author="EfficiOS <https://www.efficios.com/>", license="MIT", src-comp-class-count=2, flt-comp-class-count=0, sink-comp-class-count=1, so-handle-addr=0xe76090, so-handle-path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-ctf.la"
  186. 05-19 12:50:41.215 206457 206457 I LIB/COMPONENT-CLASS destroy_component_class@component-class.c:51 Destroying component class: addr=0xe75840, type=SOURCE, name="fs", partial-descr="Read CTF traces from the file sy", is-frozen=0, so-handle-addr=0xe76090, so-handle-path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-ctf.la"
  187. 05-19 12:50:41.215 206457 206457 I LIB/MESSAGE-ITERATOR-CLASS destroy_iterator_class@message-iterator-class.c:65 Destroying message iterator class: addr=0xe76010
  188. 05-19 12:50:41.215 206457 206457 I LIB/COMPONENT-CLASS destroy_component_class@component-class.c:51 Destroying component class: addr=0xe75bc0, type=SOURCE, name="lttng-live", partial-descr="Connect to an LTTng relay daemon", is-frozen=0, so-handle-addr=0xe76090, so-handle-path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-ctf.la"
  189. 05-19 12:50:41.215 206457 206457 I LIB/MESSAGE-ITERATOR-CLASS destroy_iterator_class@message-iterator-class.c:65 Destroying message iterator class: addr=0xe756c0
  190. 05-19 12:50:41.215 206457 206457 I LIB/COMPONENT-CLASS destroy_component_class@component-class.c:51 Destroying component class: addr=0xe75990, type=SINK, name="fs", partial-descr="Write CTF traces to the file sys", is-frozen=0, so-handle-addr=0xe76090, so-handle-path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-ctf.la"
  191. 05-19 12:50:41.215 206457 206457 I LIB/PLUGIN-SO bt_plugin_so_shared_lib_handle_destroy@plugin-so.c:122 Destroying shared library handle: addr=0xe76090, path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-ctf.la"
  192. 05-19 12:50:41.215 206457 206457 I LIB/PLUGIN-SO bt_plugin_so_shared_lib_handle_destroy@plugin-so.c:142 Closing GModule: path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-ctf.la"
  193. 05-19 12:50:41.215 206457 206457 I LIB/PLUGIN bt_plugin_find_all_from_file@plugin.c:207 Creating plugins from file: path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-text.so"
  194. 05-19 12:50:41.215 206457 206457 I LIB/PLUGIN-SO bt_plugin_so_create_all_from_file@plugin-so.c:1468 Trying to create all SO plugins from file: path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-text.so"
  195. 05-19 12:50:41.215 206457 206457 I LIB/PLUGIN-SO bt_plugin_so_shared_lib_handle_create@plugin-so.c:179 Creating shared library handle: path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-text.so"
  196. 05-19 12:50:41.215 206457 206457 I LIB/PLUGIN-SO bt_plugin_so_shared_lib_handle_create@plugin-so.c:223 Created shared library handle: path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-text.so", addr=0xe76090
  197. 05-19 12:50:41.215 206457 206457 I LIB/PLUGIN-SO bt_plugin_so_create_all_from_sections@plugin-so.c:1317 Creating all SO plugins from sections: plugin-path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-text.so", descr-begin-addr=0x7f5b2c4105c8, descr-end-addr=0x7f5b2c4105d8, attrs-begin-addr=0x7f5b2c4105d8, attrs-end-addr=0x7f5b2c4105f8, cc-descr-begin-addr=0x7f5b2c4105f8, cc-descr-end-addr=0x7f5b2c410618, cc-descr-attrs-begin-addr=0x7f5b2c410618, cc-descr-attrs-end-addr=0x7f5b2c4106b0, descr-count=1, attrs-count=3, cc-descr-count=3, cc-descr-attrs-count=18
  198. 05-19 12:50:41.215 206457 206457 I LIB/PLUGIN-SO bt_plugin_so_create_all_from_sections@plugin-so.c:1335 Creating plugin object for plugin: name="text"
  199. 05-19 12:50:41.215 206457 206457 I LIB/PLUGIN-SO bt_plugin_so_init@plugin-so.c:353 Initializing plugin object from descriptors found in sections: plugin-addr=0xe71d10, plugin-path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-text.so", attrs-begin-addr=0x7f5b2c4105d8, attrs-end-addr=0x7f5b2c4105f8, cc-descr-begin-addr=0x7f5b2c4105f8, cc-descr-end-addr=0x7f5b2c410618, cc-descr-attrs-begin-addr=0x7f5b2c410618, cc-descr-attrs-end-addr=0x7f5b2c4106b0
  200. 05-19 12:50:41.215 206457 206457 I LIB/PLUGIN-SO bt_plugin_so_init@plugin-so.c:788 Creating and setting properties of plugin's component class: plugin-path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-text.so", plugin-name="text", comp-class-name="pretty", comp-class-type=SINK
  201. 05-19 12:50:41.215 206457 206457 I LIB/COMPONENT-CLASS bt_component_class_sink_create@component-class.c:261 Creating sink component class: name="pretty", consume-method-addr=0x7f5b2c1f424a
  202. 05-19 12:50:41.215 206457 206457 I LIB/COMPONENT-CLASS bt_component_class_sink_create@component-class.c:283 Created sink component class: addr=0xe75bc0, type=SINK, name="pretty", partial-descr="", is-frozen=0
  203. 05-19 12:50:41.215 206457 206457 I LIB/PLUGIN-SO bt_plugin_so_init@plugin-so.c:788 Creating and setting properties of plugin's component class: plugin-path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-text.so", plugin-name="text", comp-class-name="dmesg", comp-class-type=SOURCE
  204. 05-19 12:50:41.215 206457 206457 I LIB/MESSAGE-ITERATOR-CLASS bt_message_iterator_class_create@message-iterator-class.c:78 Creating message iterator class: next-method-addr=0x7f5b2c1fa40d
  205. 05-19 12:50:41.215 206457 206457 I LIB/COMPONENT-CLASS bt_component_class_source_create@component-class.c:184 Creating source component class: name="dmesg", msg-iter-cls-addr=0xe756c0
  206. 05-19 12:50:41.215 206457 206457 I LIB/COMPONENT-CLASS bt_component_class_source_create@component-class.c:205 Created source component class: addr=0xe75e90, type=SOURCE, name="dmesg", partial-descr="", is-frozen=0
  207. 05-19 12:50:41.215 206457 206457 I LIB/PLUGIN-SO bt_plugin_so_init@plugin-so.c:788 Creating and setting properties of plugin's component class: plugin-path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-text.so", plugin-name="text", comp-class-name="details", comp-class-type=SINK
  208. 05-19 12:50:41.215 206457 206457 I LIB/COMPONENT-CLASS bt_component_class_sink_create@component-class.c:261 Creating sink component class: name="details", consume-method-addr=0x7f5b2c1fb468
  209. 05-19 12:50:41.215 206457 206457 I LIB/COMPONENT-CLASS bt_component_class_sink_create@component-class.c:283 Created sink component class: addr=0xe72400, type=SINK, name="details", partial-descr="", is-frozen=0
  210. 05-19 12:50:41.215 206457 206457 I LIB/PLUGIN bt_plugin_find_all_from_file@plugin.c:262 Created 1 plugins from file: path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-text.so", count=1, plugin-set-addr=0xe71c00
  211. 05-19 12:50:41.215 206457 206457 I LIB/PLUGIN nftw_append_all_from_dir@plugin.c:565 Adding plugin to plugin set: plugin-path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-text.so", plugin-addr=0xe71d10, plugin-type=SO, plugin-path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-text.so", plugin-name="text", plugin-author="EfficiOS <https://www.efficios.com/>", plugin-license="MIT", plugin-src-comp-class-count=1, plugin-flt-comp-class-count=0, plugin-sink-comp-class-count=2, plugin-so-handle-addr=0xe76090, plugin-so-handle-path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-text.so"
  212. 05-19 12:50:41.215 206457 206457 I LIB/PLUGIN-SO bt_plugin_destroy@plugin.h:113 Destroying plugin object: addr=0xe71d10, type=SO, path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-text.so", name="text", author="EfficiOS <https://www.efficios.com/>", license="MIT", src-comp-class-count=1, flt-comp-class-count=0, sink-comp-class-count=2, so-handle-addr=0xe76090, so-handle-path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-text.so"
  213. 05-19 12:50:41.215 206457 206457 I LIB/COMPONENT-CLASS destroy_component_class@component-class.c:51 Destroying component class: addr=0xe75e90, type=SOURCE, name="dmesg", partial-descr="Read Linux ring buffer lines (dm", is-frozen=0, so-handle-addr=0xe76090, so-handle-path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-text.so"
  214. 05-19 12:50:41.215 206457 206457 I LIB/MESSAGE-ITERATOR-CLASS destroy_iterator_class@message-iterator-class.c:65 Destroying message iterator class: addr=0xe756c0
  215. 05-19 12:50:41.215 206457 206457 I LIB/COMPONENT-CLASS destroy_component_class@component-class.c:51 Destroying component class: addr=0xe75bc0, type=SINK, name="pretty", partial-descr="Pretty-print messages (`text` fo", is-frozen=0, so-handle-addr=0xe76090, so-handle-path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-text.so"
  216. 05-19 12:50:41.215 206457 206457 I LIB/COMPONENT-CLASS destroy_component_class@component-class.c:51 Destroying component class: addr=0xe72400, type=SINK, name="details", partial-descr="Print messages with details.", is-frozen=0, so-handle-addr=0xe76090, so-handle-path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-text.so"
  217. 05-19 12:50:41.215 206457 206457 I LIB/PLUGIN-SO bt_plugin_so_shared_lib_handle_destroy@plugin-so.c:122 Destroying shared library handle: addr=0xe76090, path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-text.so"
  218. 05-19 12:50:41.215 206457 206457 I LIB/PLUGIN-SO bt_plugin_so_shared_lib_handle_destroy@plugin-so.c:142 Closing GModule: path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-text.so"
  219. 05-19 12:50:41.215 206457 206457 I LIB/PLUGIN bt_plugin_find_all_from_file@plugin.c:207 Creating plugins from file: path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-utils.a"
  220. 05-19 12:50:41.215 206457 206457 I LIB/PLUGIN-SO bt_plugin_so_create_all_from_file@plugin-so.c:1468 Trying to create all SO plugins from file: path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-utils.a"
  221. 05-19 12:50:41.215 206457 206457 I LIB/PLUGIN-SO bt_plugin_so_create_all_from_file@plugin-so.c:1483 File is not an SO plugin file: path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-utils.a"
  222. 05-19 12:50:41.215 206457 206457 I LIB/PLUGIN init_python_plugin_provider@plugin.c:97 Loading Python plugin provider module.
  223. 05-19 12:50:41.215 206457 206457 I LIB/PLUGIN init_python_plugin_provider@plugin.c:111 Using default path (`LIBBABELTRACE2_PLUGIN_PROVIDER_DIR` environment variable is not set) to find the Python plugin provider: path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugin-providers/babeltrace2-python-plugin-provider.so"
  224. 05-19 12:50:41.220 206457 206457 I LIB/PLUGIN init_python_plugin_provider@plugin.c:122 Cannot open `/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugin-providers/babeltrace2-python-plugin-provider.so`: /apps/PYTHON/3.7.4/INTEL/lib/libpython3.7m.so.1.0: undefined symbol: __intel_skx_avx512_memset: continuing without Python plugin support.
  225. 05-19 12:50:41.220 206457 206457 I LIB/PLUGIN bt_plugin_find_all_from_file@plugin.c:264 Found no plugins in file: path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-utils.a"
  226. 05-19 12:50:41.220 206457 206457 I LIB/PLUGIN bt_plugin_find_all_from_dir@plugin.c:714 Created 3 plugins from directory: count=3, path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins"
  227. 05-19 12:50:41.220 206457 206457 I CLI/PLUGINS borrow_loaded_plugin_by_name@babeltrace2-plugins.c:53 Finding plugin: name="utils"
  228. 05-19 12:50:41.220 206457 206457 I CLI/PLUGINS borrow_loaded_plugin_by_name@babeltrace2-plugins.c:69 Cannot find plugin: name="utils"
  229. 05-19 12:50:41.220 206457 206457 I CLI/PLUGINS borrow_loaded_plugin_by_name@babeltrace2-plugins.c:53 Finding plugin: name="ctf"
  230. 05-19 12:50:41.220 206457 206457 I CLI/PLUGINS borrow_loaded_plugin_by_name@babeltrace2-plugins.c:69 Cannot find plugin: name="ctf"
  231. 05-19 12:50:41.220 206457 206457 I CLI/PLUGINS borrow_loaded_plugin_by_name@babeltrace2-plugins.c:53 Finding plugin: name="text"
  232. 05-19 12:50:41.220 206457 206457 I CLI/PLUGINS borrow_loaded_plugin_by_name@babeltrace2-plugins.c:69 Cannot find plugin: name="text"
  233. 05-19 12:50:41.220 206457 206457 I CLI/PLUGINS load_static_plugins@babeltrace2-plugins.c:191 Loading static plugins.
  234. 05-19 12:50:41.220 206457 206457 I LIB/PLUGIN-SO bt_plugin_so_shared_lib_handle_create@plugin-so.c:179 Creating shared library handle: path="(null)"
  235. 05-19 12:50:41.220 206457 206457 I LIB/PLUGIN-SO bt_plugin_so_shared_lib_handle_create@plugin-so.c:223 Created shared library handle: path="(null)", addr=0xe29a60
  236. 05-19 12:50:41.220 206457 206457 I LIB/PLUGIN-SO bt_plugin_so_create_all_from_sections@plugin-so.c:1317 Creating all SO plugins from sections: plugin-path="(null)", descr-begin-addr=0x7f5b2d8a4178, descr-end-addr=0x7f5b2d8a4180, attrs-begin-addr=0x7f5b2d8a4180, attrs-end-addr=0x7f5b2d8a4188, cc-descr-begin-addr=0x7f5b2d8a4188, cc-descr-end-addr=0x7f5b2d8a4190, cc-descr-attrs-begin-addr=0x7f5b2d8a4190, cc-descr-attrs-end-addr=0x7f5b2d8a4198, descr-count=0, attrs-count=0, cc-descr-count=0, cc-descr-attrs-count=0
  237. 05-19 12:50:41.220 206457 206457 I LIB/PLUGIN-SO bt_plugin_so_shared_lib_handle_destroy@plugin-so.c:122 Destroying shared library handle: addr=0xe29a60, path="(null)"
  238. 05-19 12:50:41.220 206457 206457 I CLI/PLUGINS load_static_plugins@babeltrace2-plugins.c:199 No static plugins found.
  239. 05-19 12:50:41.220 206457 206457 I CLI/PLUGINS require_loaded_plugins@babeltrace2-plugins.c:233 Loaded all plugins: count=3
  240. 05-19 12:50:41.220 206457 206457 I CLI main@babeltrace2.c:2687 Executing command: cmd=0, command-name="convert"
  241. 05-19 12:50:41.220 206457 206457 I LIB/COMP-DESCR-SET bt_component_descriptor_set_create@component-descriptor-set.c:90 Creating component descriptor set object.
  242. 05-19 12:50:41.220 206457 206457 I LIB/COMP-DESCR-SET bt_component_descriptor_set_create@component-descriptor-set.c:122 Created component descriptor set object: addr=0xe71d90
  243. 05-19 12:50:41.220 206457 206457 I CLI find_component_class_from_plugin@babeltrace2.c:147 Finding component class: plugin-name="ctf", comp-cls-name="fs"
  244. 05-19 12:50:41.220 206457 206457 I CLI/PLUGINS borrow_loaded_plugin_by_name@babeltrace2-plugins.c:53 Finding plugin: name="ctf"
  245. 05-19 12:50:41.220 206457 206457 I CLI/PLUGINS borrow_loaded_plugin_by_name@babeltrace2-plugins.c:67 Found plugin: name="ctf", plugin-addr=0xe2fb00
  246. 05-19 12:50:41.220 206457 206457 I CLI find_component_class_from_plugin@babeltrace2.c:160 Found component class: plugin-name="ctf", comp-cls-name="fs"
  247. 05-19 12:50:41.220 206457 206457 I LIB/COMP-DESCR-SET bt_component_descriptor_set_add_descriptor_with_initialize_method_data@component-descriptor-set.c:152 Adding component descriptor to set: set-addr=0xe71d90, cc-addr=0xe30020, cc-type=SOURCE, cc-name="fs", cc-partial-descr="Read CTF traces from the file sy", cc-is-frozen=0, cc-so-handle-addr=0xe2c790, cc-so-handle-path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-ctf.so", params-addr=0xe2c930, params-type=MAP, params-element-count=1, init-method-data-addr=(nil)
  248. 05-19 12:50:41.220 206457 206457 I LIB/COMP-DESCR-SET bt_component_descriptor_set_add_descriptor_with_initialize_method_data@component-descriptor-set.c:201 Added component descriptor to set: set-addr=0xe71d90, cc-addr=0xe30020, cc-type=SOURCE, cc-name="fs", cc-partial-descr="Read CTF traces from the file sy", cc-is-frozen=0, cc-so-handle-addr=0xe2c790, cc-so-handle-path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-ctf.so", params-addr=0xe2c930, params-type=MAP, params-element-count=1, init-method-data-addr=(nil)
  249. 05-19 12:50:41.220 206457 206457 I CLI find_component_class_from_plugin@babeltrace2.c:147 Finding component class: plugin-name="utils", comp-cls-name="muxer"
  250. 05-19 12:50:41.220 206457 206457 I CLI/PLUGINS borrow_loaded_plugin_by_name@babeltrace2-plugins.c:53 Finding plugin: name="utils"
  251. 05-19 12:50:41.220 206457 206457 I CLI/PLUGINS borrow_loaded_plugin_by_name@babeltrace2-plugins.c:67 Found plugin: name="utils", plugin-addr=0xe28850
  252. 05-19 12:50:41.220 206457 206457 I CLI find_component_class_from_plugin@babeltrace2.c:160 Found component class: plugin-name="utils", comp-cls-name="muxer"
  253. 05-19 12:50:41.220 206457 206457 I LIB/COMP-DESCR-SET bt_component_descriptor_set_add_descriptor_with_initialize_method_data@component-descriptor-set.c:152 Adding component descriptor to set: set-addr=0xe71d90, cc-addr=0xe2c570, cc-type=FILTER, cc-name="muxer", cc-partial-descr="Sort messages from multiple inpu", cc-is-frozen=0, cc-so-handle-addr=0xe29ad0, cc-so-handle-path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-utils.so", params-addr=0xe2cb30, params-type=MAP, params-element-count=0, init-method-data-addr=(nil)
  254. 05-19 12:50:41.220 206457 206457 I LIB/COMP-DESCR-SET bt_component_descriptor_set_add_descriptor_with_initialize_method_data@component-descriptor-set.c:201 Added component descriptor to set: set-addr=0xe71d90, cc-addr=0xe2c570, cc-type=FILTER, cc-name="muxer", cc-partial-descr="Sort messages from multiple inpu", cc-is-frozen=0, cc-so-handle-addr=0xe29ad0, cc-so-handle-path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-utils.so", params-addr=0xe2cb30, params-type=MAP, params-element-count=0, init-method-data-addr=(nil)
  255. 05-19 12:50:41.220 206457 206457 I CLI find_component_class_from_plugin@babeltrace2.c:147 Finding component class: plugin-name="ctf2prv", comp-cls-name="MyFirstSink"
  256. 05-19 12:50:41.220 206457 206457 I CLI/PLUGINS borrow_loaded_plugin_by_name@babeltrace2-plugins.c:53 Finding plugin: name="ctf2prv"
  257. 05-19 12:50:41.220 206457 206457 I CLI/PLUGINS borrow_loaded_plugin_by_name@babeltrace2-plugins.c:69 Cannot find plugin: name="ctf2prv"
  258. 05-19 12:50:41.220 206457 206457 I CLI find_component_class_from_plugin@babeltrace2.c:164 Cannot find source component class: plugin-name="ctf2prv", comp-cls-name="MyFirstSink"
  259. 05-19 12:50:41.220 206457 206457 E CLI add_descriptor_to_component_descriptor_set@babeltrace2.c:1723 Cannot find component class: plugin-name="ctf2prv", comp-cls-name="MyFirstSink", comp-cls-type=4
  260. 05-19 12:50:41.220 206457 206457 E CLI cmd_run_ctx_init@babeltrace2.c:1886 Cannot find an operative message interchange protocol version to use to create the `run` command's graph: status=ERROR
  261. 05-19 12:50:41.220 206457 206457 E CLI cmd_run@babeltrace2.c:2466 Cannot initialize the command's context.
  262. 05-19 12:50:41.220 206457 206457 I CLI main@babeltrace2.c:2714 Command completed: cmd=0, command-name="convert", command-status="ERROR"
  263.  
  264. ERROR: [Babeltrace CLI] (../../../src/src/cli/babeltrace2.c:2466)
  265. Cannot initialize the command's context.
  266. CAUSED BY [Babeltrace CLI] (../../../src/src/cli/babeltrace2.c:1886)
  267. Cannot find an operative message interchange protocol version to use to create the `run` command's graph: status=ERROR
  268. CAUSED BY [Babeltrace CLI] (../../../src/src/cli/babeltrace2.c:1723)
  269. Cannot find component class: plugin-name="ctf2prv", comp-cls-name="MyFirstSink", comp-cls-type=4
  270. 05-19 12:50:41.220 206457 206457 I LIB/PLUGIN-SO bt_plugin_destroy@plugin.h:113 Destroying plugin object: addr=0xe28850, type=SO, path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-utils.so", name="utils", author="EfficiOS <https://www.efficios.com/>", license="MIT", src-comp-class-count=0, flt-comp-class-count=2, sink-comp-class-count=2, so-handle-addr=0xe29ad0, so-handle-path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-utils.so"
  271. 05-19 12:50:41.220 206457 206457 I LIB/COMPONENT-CLASS destroy_component_class@component-class.c:51 Destroying component class: addr=0xe2eb40, type=FILTER, name="trimmer", partial-descr="Discard messages that occur outs", is-frozen=0, so-handle-addr=0xe29ad0, so-handle-path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-utils.so"
  272. 05-19 12:50:41.220 206457 206457 I LIB/MESSAGE-ITERATOR-CLASS destroy_iterator_class@message-iterator-class.c:65 Destroying message iterator class: addr=0xe2eac0
  273. 05-19 12:50:41.220 206457 206457 I LIB/COMPONENT-CLASS destroy_component_class@component-class.c:51 Destroying component class: addr=0xe2c570, type=FILTER, name="muxer", partial-descr="Sort messages from multiple inpu", is-frozen=0, so-handle-addr=0xe29ad0, so-handle-path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-utils.so"
  274. 05-19 12:50:41.220 206457 206457 I LIB/MESSAGE-ITERATOR-CLASS destroy_iterator_class@message-iterator-class.c:65 Destroying message iterator class: addr=0xe2ada0
  275. 05-19 12:50:41.220 206457 206457 I LIB/COMPONENT-CLASS destroy_component_class@component-class.c:51 Destroying component class: addr=0xe2aee0, type=SINK, name="dummy", partial-descr="Consume messages and discard the", is-frozen=0, so-handle-addr=0xe29ad0, so-handle-path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-utils.so"
  276. 05-19 12:50:41.220 206457 206457 I LIB/COMPONENT-CLASS destroy_component_class@component-class.c:51 Destroying component class: addr=0xe23dc0, type=SINK, name="counter", partial-descr="Count messages and print the sta", is-frozen=0, so-handle-addr=0xe29ad0, so-handle-path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-utils.so"
  277. 05-19 12:50:41.220 206457 206457 I LIB/PLUGIN-SO bt_plugin_so_shared_lib_handle_destroy@plugin-so.c:122 Destroying shared library handle: addr=0xe29ad0, path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-utils.so"
  278. 05-19 12:50:41.220 206457 206457 I LIB/PLUGIN-SO bt_plugin_so_shared_lib_handle_destroy@plugin-so.c:142 Closing GModule: path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-utils.so"
  279. 05-19 12:50:41.220 206457 206457 I LIB/PLUGIN-SO bt_plugin_destroy@plugin.h:113 Destroying plugin object: addr=0xe2fb00, type=SO, path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-ctf.so", name="ctf", author="EfficiOS <https://www.efficios.com/>", license="MIT", src-comp-class-count=2, flt-comp-class-count=0, sink-comp-class-count=1, so-handle-addr=0xe2c790, so-handle-path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-ctf.so"
  280. 05-19 12:50:41.220 206457 206457 I LIB/COMPONENT-CLASS destroy_component_class@component-class.c:51 Destroying component class: addr=0xe30020, type=SOURCE, name="fs", partial-descr="Read CTF traces from the file sy", is-frozen=0, so-handle-addr=0xe2c790, so-handle-path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-ctf.so"
  281. 05-19 12:50:41.220 206457 206457 I LIB/MESSAGE-ITERATOR-CLASS destroy_iterator_class@message-iterator-class.c:65 Destroying message iterator class: addr=0xe2ffa0
  282. 05-19 12:50:41.221 206457 206457 I LIB/COMPONENT-CLASS destroy_component_class@component-class.c:51 Destroying component class: addr=0xe30500, type=SOURCE, name="lttng-live", partial-descr="Connect to an LTTng relay daemon", is-frozen=0, so-handle-addr=0xe2c790, so-handle-path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-ctf.so"
  283. 05-19 12:50:41.221 206457 206457 I LIB/MESSAGE-ITERATOR-CLASS destroy_iterator_class@message-iterator-class.c:65 Destroying message iterator class: addr=0xe30480
  284. 05-19 12:50:41.221 206457 206457 I LIB/COMPONENT-CLASS destroy_component_class@component-class.c:51 Destroying component class: addr=0xe30230, type=SINK, name="fs", partial-descr="Write CTF traces to the file sys", is-frozen=0, so-handle-addr=0xe2c790, so-handle-path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-ctf.so"
  285. 05-19 12:50:41.221 206457 206457 I LIB/PLUGIN-SO bt_plugin_so_shared_lib_handle_destroy@plugin-so.c:122 Destroying shared library handle: addr=0xe2c790, path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-ctf.so"
  286. 05-19 12:50:41.221 206457 206457 I LIB/PLUGIN-SO bt_plugin_so_shared_lib_handle_destroy@plugin-so.c:142 Closing GModule: path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-ctf.so"
  287. 05-19 12:50:41.221 206457 206457 I LIB/PLUGIN-SO bt_plugin_destroy@plugin.h:113 Destroying plugin object: addr=0xe30750, type=SO, path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-text.la", name="text", author="EfficiOS <https://www.efficios.com/>", license="MIT", src-comp-class-count=1, flt-comp-class-count=0, sink-comp-class-count=2, so-handle-addr=0xe2afc0, so-handle-path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-text.la"
  288. 05-19 12:50:41.221 206457 206457 I LIB/COMPONENT-CLASS destroy_component_class@component-class.c:51 Destroying component class: addr=0xe71f20, type=SOURCE, name="dmesg", partial-descr="Read Linux ring buffer lines (dm", is-frozen=0, so-handle-addr=0xe2afc0, so-handle-path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-text.la"
  289. 05-19 12:50:41.221 206457 206457 I LIB/MESSAGE-ITERATOR-CLASS destroy_iterator_class@message-iterator-class.c:65 Destroying message iterator class: addr=0xe71ea0
  290. 05-19 12:50:41.221 206457 206457 I LIB/COMPONENT-CLASS destroy_component_class@component-class.c:51 Destroying component class: addr=0xe31320, type=SINK, name="pretty", partial-descr="Pretty-print messages (`text` fo", is-frozen=0, so-handle-addr=0xe2afc0, so-handle-path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-text.la"
  291. 05-19 12:50:41.221 206457 206457 I LIB/COMPONENT-CLASS destroy_component_class@component-class.c:51 Destroying component class: addr=0xe72150, type=SINK, name="details", partial-descr="Print messages with details.", is-frozen=0, so-handle-addr=0xe2afc0, so-handle-path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-text.la"
  292. 05-19 12:50:41.221 206457 206457 I LIB/PLUGIN-SO bt_plugin_so_shared_lib_handle_destroy@plugin-so.c:122 Destroying shared library handle: addr=0xe2afc0, path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-text.la"
  293. 05-19 12:50:41.221 206457 206457 I LIB/PLUGIN-SO bt_plugin_so_shared_lib_handle_destroy@plugin-so.c:142 Closing GModule: path="/gpfs/projects/bsc15/bsc15182/ompss2-ctf/tools/babeltrace2/install/lib/babeltrace2/plugins/babeltrace-plugin-text.la"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement