问题背景
通电开机策略为保持上电,进行AC循环测试,发现第32圈的时候上电失败测试中断
dump_info.zip (2.5 MB)
LogDump.zip (9.1 MB)
初步分析
上电失败初步定位
参考【问题求助】AC压测过程中,通电开机策略为保持上电,偶现服务器不上电 - 交流互助区 - openUBMC 论坛,可以发现最后一次bmc_reset_type是soft_reset导致保持上电策略未执行
2026-06-17 15:46:52.767296 fructrl NOTICE: pwr_restore.lua(227): [System1]bmc_reset_type is soft_reset.
而soft_reset是因为BMC异常重启导致
BMC异常重启初步定位
从running.log可以看到是因为一些组件服务异常导致BMC重启
2026-06-17 15:45:27 ERROR: some service failed to start, and BMC will attempt to restart for recovery
从framework.log可以发现在重启前有大量init service failed和endless loop,但不知道如何进行下一步定位
2026-06-17 15:41:22.440366 hwproxy ERROR: monitor.lua(130): start to restart work service, bus_name: Hisport
2026-06-17 15:41:22.441171 [:00000012] framework: KILL :13
2026-06-17 15:41:22.442396 [:00000026] framework: LAUNCH snlua hwproxy/service/work Hisport
2026-06-17 15:41:22.726370 hwproxy NOTICE: dispatch.lua(254): position: 010101, start to process objs in pre_type: Bus, topo_data[Hisport_9], objs nums: 2
2026-06-17 15:41:22.730412 hwproxy NOTICE: dispatch.lua(138): position: 010101, chip: Eeprom_3_9_010101, start creat predevice bus handle, pre_device: Hisport_9,is main app: false, not scans: true, not buses: false
2026-06-17 15:41:22.745960 [:00000026] framework: May overload, message queue length = 1222
2026-06-17 15:41:22.746991 hwproxy ERROR: app_objects.lua(678): object_register failed, Eeprom_3_9_010101 not exist
2026-06-17 15:41:22.848513 hwproxy NOTICE: dispatch.lua(254): position: 010101, start to process objs in pre_type: Bus, topo_data[Hisport_16], objs nums: 2
2026-06-17 15:41:22.849771 hwproxy NOTICE: dispatch.lua(138): position: 010101, chip: Eeprom_3_5_010101, start creat predevice bus handle, pre_device: Hisport_16,is main app: false, not scans: true, not buses: false
2026-06-17 15:41:22.856158 hwproxy ERROR: app_objects.lua(678): object_register failed, Eeprom_3_5_010101 not exist
2026-06-17 15:41:22.865689 hwproxy NOTICE: dispatch.lua(254): position: 010101, start to process objs in pre_type: Bus, topo_data[Hisport_17], objs nums: 2
2026-06-17 15:41:22.868284 hwproxy NOTICE: dispatch.lua(138): position: 010101, chip: Eeprom_3_6_010101, start creat predevice bus handle, pre_device: Hisport_17,is main app: false, not scans: true, not buses: false
2026-06-17 15:41:22.873369 hwproxy ERROR: app_objects.lua(678): object_register failed, Eeprom_3_6_010101 not exist
2026-06-17 15:41:22.886950 hwproxy NOTICE: dispatch.lua(254): position: 010101, start to process objs in pre_type: Bus, topo_data[Hisport_18], objs nums: 2
2026-06-17 15:41:22.888224 hwproxy NOTICE: dispatch.lua(138): position: 010101, chip: Eeprom_3_1_010101, start creat predevice bus handle, pre_device: Hisport_18,is main app: false, not scans: true, not buses: false
2026-06-17 15:41:22.896783 hwproxy ERROR: app_objects.lua(678): object_register failed, Eeprom_3_1_010101 not exist
2026-06-17 15:41:22.912525 hwproxy NOTICE: dispatch.lua(254): position: 010101, start to process objs in pre_type: Bus, topo_data[Hisport_19], objs nums: 2
2026-06-17 15:41:22.913629 hwproxy NOTICE: dispatch.lua(138): position: 010101, chip: Eeprom_3_2_010101, start creat predevice bus handle, pre_device: Hisport_19,is main app: false, not scans: true, not buses: false
2026-06-17 15:41:22.917261 hwproxy ERROR: app_objects.lua(678): object_register failed, Eeprom_3_2_010101 not exist
2026-06-17 15:41:23.883658 maca ERROR: base.lua(451): failed to get the component name of the service bmc.kepler.rmcpd_worker, err: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include:the remote application did not send a reply, the messagebus security policy blocked the reply, the reply timeout expired,or the network connection was broken.
2026-06-17 15:41:23.959467 maca NOTICE: base.lua(462): monitor component sensor added, service: bmc.kepler.sensor
2026-06-17 15:41:24.034997 maca NOTICE: base.lua(462): monitor component soctrl added, service: bmc.kepler.soctrl
2026-06-17 15:41:24.119278 maca NOTICE: base.lua(462): monitor component spdm added, service: bmc.kepler.spdm
2026-06-17 15:41:24.207737 maca NOTICE: base.lua(462): monitor component ssdp added, service: bmc.kepler.ssdp
2026-06-17 15:41:24.287022 maca NOTICE: base.lua(462): monitor component storage added, service: bmc.kepler.storage
2026-06-17 15:41:24.371425 maca NOTICE: base.lua(462): monitor component thermal_mgmt added, service: bmc.kepler.thermal_mgmt
2026-06-17 15:41:24.448280 maca NOTICE: base.lua(462): monitor component tpcm added, service: bmc.kepler.tpcm
2026-06-17 15:41:24.530481 maca NOTICE: base.lua(462): monitor component trust added, service: bmc.kepler.trust
2026-06-17 15:41:24.615854 maca NOTICE: base.lua(462): monitor component ums added, service: bmc.kepler.ums
2026-06-17 15:41:24.685265 maca NOTICE: base.lua(462): monitor component usb_entry added, service: bmc.kepler.usb_entry
2026-06-17 15:41:24.760890 maca NOTICE: base.lua(462): monitor component vnc_proxy added, service: bmc.kepler.vnc_proxy
2026-06-17 15:41:24.834681 maca NOTICE: base.lua(393): monitor component redfish added, service: bmc.kepler.redfish
2026-06-17 15:41:24.909645 maca NOTICE: base.lua(393): monitor component web_backend added, service: bmc.kepler.web_backend
2026-06-17 15:41:24.983324 maca NOTICE: base.lua(393): monitor component dcmid added, service: bmc.kepler.dcmid
2026-06-17 15:41:25.056677 maca NOTICE: base.lua(393): monitor component capability_proxy added, service: bmc.kepler.capability_proxy
2026-06-17 15:41:25.129748 maca NOTICE: base.lua(393): monitor component mctpd added, service: bmc.kepler.mctpd
2026-06-17 15:41:29.849728 [:0000000c] om_priv: init service failed: ./opt/bmc/libmc/lualib/mc/class.lua:132: ./opt/bmc/libmc/lualib/mc/client_app_base.lua:41: ping bmc.kepler.persistence /bmc/kepler/persistence failed stack traceback: [C]: in function 'error' ./opt/bmc/libmc/lualib/mc/class.lua:132: in function 'execute' ./opt/bmc/libmc/lualib/mc/class.lua:198: in function 'new' ./opt/bmc/apps/ums/service/main.lua:48: in function 'user_main' ./opt/bmc/libmc/lualib/mc/app_preloader.lua:199: in function '' /opt/bmc/skynet/lualib/skynet.lua: in function </opt/bmc/skynet/lualib/skynet.lua:0> [C]: in function 'xpcall' /opt/bmc/skynet/lualib/skynet.lua: in function 'init_service' /opt/bmc/skynet/lualib/skynet.lua: in function '' /opt/bmc/skynet/lualib/skynet.lua: in function </opt/bmc/skynet/lualib/skynet.lua:0>
2026-06-17 15:41:29.850083 [:0000000c] om_priv: KILL self
2026-06-17 15:41:29.850145 [:0000000d] om_priv: init service failed: ./opt/bmc/libmc/lualib/mc/class.lua:132: ./opt/bmc/libmc/lualib/mc/client_app_base.lua:41: ping bmc.kepler.persistence /bmc/kepler/persistence failed stack traceback: [C]: in function 'error' ./opt/bmc/libmc/lualib/mc/class.lua:132: in function 'execute' ./opt/bmc/libmc/lualib/mc/class.lua:198: in function 'new' ./opt/bmc/apps/oms/service/main.lua:31: in function 'user_main' ./opt/bmc/libmc/lualib/mc/app_preloader.lua:199: in function '' /opt/bmc/skynet/lualib/skynet.lua: in function </opt/bmc/skynet/lualib/skynet.lua:0> [C]: in function 'xpcall' /opt/bmc/skynet/lualib/skynet.lua: in function 'init_service' /opt/bmc/skynet/lualib/skynet.lua: in function '' /opt/bmc/skynet/lualib/skynet.lua: in function </opt/bmc/skynet/lualib/skynet.lua:0>
2026-06-17 15:41:29.850168 [:0000000d] om_priv: KILL self
2026-06-17 15:41:30.503248 [:0000000b] energy: init service failed: ./opt/bmc/libmc/lualib/mc/class.lua:132: ./opt/bmc/libmc/lualib/mc/client_app_base.lua:41: ping bmc.kepler.persistence /bmc/kepler/persistence failed stack traceback: [C]: in function 'error' ./opt/bmc/libmc/lualib/mc/class.lua:132: in function 'execute' ./opt/bmc/libmc/lualib/mc/class.lua:198: in function 'new' ./opt/bmc/apps/thermal_mgmt/service/main.lua:28: in function 'user_main' ./opt/bmc/libmc/lualib/mc/app_preloader.lua:199: in function '' /opt/bmc/skynet/lualib/skynet.lua: in function </opt/bmc/skynet/lualib/skynet.lua:0> [C]: in function 'xpcall' /opt/bmc/skynet/lualib/skynet.lua: in function 'init_service' /opt/bmc/skynet/lualib/skynet.lua: in function '' /opt/bmc/skynet/lualib/skynet.lua: in function </opt/bmc/skynet/lualib/skynet.lua:0>
2026-06-17 15:41:30.504067 [:0000000b] energy: KILL self
2026-06-17 15:41:30.904436 [:0000000c] ras: init service failed: ./opt/bmc/libmc/lualib/mc/class.lua:132: ./opt/bmc/libmc/lualib/mc/client_app_base.lua:41: ping bmc.kepler.persistence /bmc/kepler/persistence failed stack traceback: [C]: in function 'error' ./opt/bmc/libmc/lualib/mc/class.lua:132: in function 'execute' ./opt/bmc/libmc/lualib/mc/class.lua:198: in function 'new' ./opt/bmc/apps/pcie_device/service/main.lua:25: in function 'user_main' ./opt/bmc/libmc/lualib/mc/app_preloader.lua:199: in function '' /opt/bmc/skynet/lualib/skynet.lua: in function </opt/bmc/skynet/lualib/skynet.lua:0> [C]: in function 'xpcall' /opt/bmc/skynet/lualib/skynet.lua: in function 'init_service' /opt/bmc/skynet/lualib/skynet.lua: in function '' /opt/bmc/skynet/lualib/skynet.lua: in function </opt/bmc/skynet/lualib/skynet.lua:0>
2026-06-17 15:41:30.904823 [:0000000c] ras: KILL self
2026-06-17 15:41:30.937244 [:0000000c] energy: init service failed: ./opt/bmc/libmc/lualib/mc/class.lua:132: ./opt/bmc/libmc/lualib/mc/client_app_base.lua:41: ping bmc.kepler.persistence /bmc/kepler/persistence failed stack traceback: [C]: in function 'error' ./opt/bmc/libmc/lualib/mc/class.lua:132: in function 'execute' ./opt/bmc/libmc/lualib/mc/class.lua:198: in function 'new' ./opt/bmc/apps/power_mgmt/service/main.lua:26: in function 'user_main' ./opt/bmc/libmc/lualib/mc/app_preloader.lua:199: in function '' /opt/bmc/skynet/lualib/skynet.lua: in function </opt/bmc/skynet/lualib/skynet.lua:0> [C]: in function 'xpcall' /opt/bmc/skynet/lualib/skynet.lua: in function 'init_service' /opt/bmc/skynet/lualib/skynet.lua: in function '' /opt/bmc/skynet/lualib/skynet.lua: in function </opt/bmc/skynet/lualib/skynet.lua:0>
2026-06-17 15:41:30.937672 [:0000000c] energy: KILL self
2026-06-17 15:41:31.031293 [:0000000d] energy: init service failed: ./opt/bmc/libmc/lualib/mc/class.lua:132: ./opt/bmc/libmc/lualib/mc/client_app_base.lua:41: ping bmc.kepler.persistence /bmc/kepler/persistence failed stack traceback: [C]: in function 'error' ./opt/bmc/libmc/lualib/mc/class.lua:132: in function 'execute' ./opt/bmc/libmc/lualib/mc/class.lua:198: in function 'new' ./opt/bmc/apps/cooling/service/main.lua:33: in function 'user_main' ./opt/bmc/libmc/lualib/mc/app_preloader.lua:199: in function '' /opt/bmc/skynet/lualib/skynet.lua: in function </opt/bmc/skynet/lualib/skynet.lua:0> [C]: in function 'xpcall' /opt/bmc/skynet/lualib/skynet.lua: in function 'init_service' /opt/bmc/skynet/lualib/skynet.lua: in function '' /opt/bmc/skynet/lualib/skynet.lua: in function </opt/bmc/skynet/lualib/skynet.lua:0>
2026-06-17 15:41:31.031359 [:0000000d] energy: KILL self
2026-06-17 15:41:31.087138 mctpd ERROR: tasks.lua(92): task [pmu_status_monitor1] error: ./opt/bmc/libmc/lualib/mc/mdb/init.lua:790: service not exists, path:/bmc/kepler/Systems/1/Pmu, interface:bmc.kepler.Systems.Pmu
2026-06-17 15:41:31.087911 mctpd ERROR: tasks.lua(92): task [smbios_status_monitor1] error: ./opt/bmc/libmc/lualib/mc/mdb/init.lua:790: service not exists, path:/bmc/kepler/Systems/1/SmBios, interface:bmc.kepler.Systems.SmBios
2026-06-17 15:41:31.261311 [:0000000f] hardware: init service failed: ./opt/bmc/libmc/lualib/mc/class.lua:132: ./opt/bmc/libmc/lualib/mc/client_app_base.lua:41: ping bmc.kepler.persistence /bmc/kepler/persistence failed stack traceback: [C]: in function 'error' ./opt/bmc/libmc/lualib/mc/class.lua:132: in function 'execute' ./opt/bmc/libmc/lualib/mc/class.lua:198: in function 'new' ./opt/bmc/apps/chassis/service/main.lua:47: in function 'user_main' ./opt/bmc/libmc/lualib/mc/app_preloader.lua:199: in function '' /opt/bmc/skynet/lualib/skynet.lua: in function </opt/bmc/skynet/lualib/skynet.lua:0> [C]: in function 'xpcall' /opt/bmc/skynet/lualib/skynet.lua: in function 'init_service' /opt/bmc/skynet/lualib/skynet.lua: in function '' /opt/bmc/skynet/lualib/skynet.lua: in function </opt/bmc/skynet/lualib/skynet.lua:0>
2026-06-17 15:41:31.261372 [:0000000f] hardware: KILL self
2026-06-17 15:41:31.429432 [:0000000e] energy: init service failed: ./opt/bmc/libmc/lualib/mc/class.lua:132: ./opt/bmc/libmc/lualib/mc/client_app_base.lua:41: ping bmc.kepler.persistence /bmc/kepler/persistence failed stack traceback: [C]: in function 'error' ./opt/bmc/libmc/lualib/mc/class.lua:132: in function 'execute' ./opt/bmc/libmc/lualib/mc/class.lua:198: in function 'new' ./opt/bmc/apps/power_strategy/service/main.lua:32: in function 'user_main' ./opt/bmc/libmc/lualib/mc/app_preloader.lua:199: in function '' /opt/bmc/skynet/lualib/skynet.lua: in function </opt/bmc/skynet/lualib/skynet.lua:0> [C]: in function 'xpcall' /opt/bmc/skynet/lualib/skynet.lua: in function 'init_service' /opt/bmc/skynet/lualib/skynet.lua: in function '' /opt/bmc/skynet/lualib/skynet.lua: in function </opt/bmc/skynet/lualib/skynet.lua:0>
2026-06-17 15:41:31.429503 [:0000000e] energy: KILL self
2026-06-17 15:41:32.048775 [:0000000e] hardware: init service failed: ./opt/bmc/libmc/lualib/mc/class.lua:132: ./opt/bmc/libmc/lualib/mc/client_app_base.lua:41: ping bmc.kepler.persistence /bmc/kepler/persistence failed stack traceback: [C]: in function 'error' ./opt/bmc/libmc/lualib/mc/class.lua:132: in function 'execute' ./opt/bmc/libmc/lualib/mc/class.lua:198: in function 'new' ./opt/bmc/apps/storage/service/main.lua:53: in function 'user_main' ./opt/bmc/libmc/lualib/mc/app_preloader.lua:199: in function '' /opt/bmc/skynet/lualib/skynet.lua: in function </opt/bmc/skynet/lualib/skynet.lua:0> [C]: in function 'xpcall' /opt/bmc/skynet/lualib/skynet.lua: in function 'init_service' /opt/bmc/skynet/lualib/skynet.lua: in function '' /opt/bmc/skynet/lualib/skynet.lua: in function </opt/bmc/skynet/lualib/skynet.lua:0>
2026-06-17 15:41:32.048836 [:0000000e] hardware: KILL self
2026-06-17 15:41:32.088685 mctpd ERROR: tasks.lua(92): task [pmu_status_monitor1] error: ./opt/bmc/libmc/lualib/mc/mdb/init.lua:790: service not exists, path:/bmc/kepler/Systems/1/Pmu, interface:bmc.kepler.Systems.Pmu
2026-06-17 15:41:32.089392 mctpd ERROR: tasks.lua(92): task [smbios_status_monitor1] error: ./opt/bmc/libmc/lualib/mc/mdb/init.lua:790: service not exists, path:/bmc/kepler/Systems/1/SmBios, interface:bmc.kepler.Systems.SmBios
2026-06-17 15:41:32.816126 [:0000000c] hardware: init service failed: ./opt/bmc/libmc/lualib/mc/class.lua:132: ./opt/bmc/libmc/lualib/mc/client_app_base.lua:41: ping bmc.kepler.persistence /bmc/kepler/persistence failed stack traceback: [C]: in function 'error' ./opt/bmc/libmc/lualib/mc/class.lua:132: in function 'execute' ./opt/bmc/libmc/lualib/mc/class.lua:198: in function 'new' ./opt/bmc/apps/network_adapter/service/main.lua:52: in function 'user_main' ./opt/bmc/libmc/lualib/mc/app_preloader.lua:199: in function '' /opt/bmc/skynet/lualib/skynet.lua: in function </opt/bmc/skynet/lualib/skynet.lua:0> [C]: in function 'xpcall' /opt/bmc/skynet/lualib/skynet.lua: in function 'init_service' /opt/bmc/skynet/lualib/skynet.lua: in function '' /opt/bmc/skynet/lualib/skynet.lua: in function </opt/bmc/skynet/lualib/skynet.lua:0>
2026-06-17 15:41:32.816189 [:0000000c] hardware: KILL self
2026-06-17 15:41:32.817707 [:0000000b] hardware: KILL self
2026-06-17 15:41:32.848460 hwproxy NOTICE: monitor.lua(156): main service no recevice from work service, bus_name: Hisport_19, position: 01010118, count:6 [repeated 1000 times in 24s from 2026-06-17 15:41:08.249291 to 2026-06-17 15:41:32.848460]
2026-06-17 15:41:35.280519 [:00000014] bmc_core: KILL self
2026-06-17 15:41:37.311323 [:00000019] bmc_core: init service failed: ./opt/bmc/libmc/lualib/mc/class.lua:132: ./opt/bmc/libmc/lualib/mc/client_app_base.lua:41: ping bmc.kepler.persistence /bmc/kepler/persistence failed stack traceback: [C]: in function 'error' ./opt/bmc/libmc/lualib/mc/class.lua:132: in function 'execute' ./opt/bmc/libmc/lualib/mc/class.lua:198: in function 'new' ./opt/bmc/apps/manufacture/service/main.lua:28: in function 'user_main' ./opt/bmc/libmc/lualib/mc/app_preloader.lua:199: in function '' /opt/bmc/skynet/lualib/skynet.lua: in function </opt/bmc/skynet/lualib/skynet.lua:0> [C]: in function 'xpcall' /opt/bmc/skynet/lualib/skynet.lua: in function 'init_service' /opt/bmc/skynet/lualib/skynet.lua: in function '' /opt/bmc/skynet/lualib/skynet.lua: in function </opt/bmc/skynet/lualib/skynet.lua:0>
2026-06-17 15:41:37.311707 [:00000019] bmc_core: KILL self
2026-06-17 15:41:38.330531 [:0000000e] ras: init service failed: ./opt/bmc/libmc/lualib/mc/class.lua:132: ./opt/bmc/libmc/lualib/mc/client_app_base.lua:41: ping bmc.kepler.persistence /bmc/kepler/persistence failed stack traceback: [C]: in function 'error' ./opt/bmc/libmc/lualib/mc/class.lua:132: in function 'execute' ./opt/bmc/libmc/lualib/mc/class.lua:198: in function 'new' ./opt/bmc/apps/ai_engine/service/main.lua:28: in function 'user_main' ./opt/bmc/libmc/lualib/mc/app_preloader.lua:199: in function '' /opt/bmc/skynet/lualib/skynet.lua: in function </opt/bmc/skynet/lualib/skynet.lua:0> [C]: in function 'xpcall' /opt/bmc/skynet/lualib/skynet.lua: in function 'init_service' /opt/bmc/skynet/lualib/skynet.lua: in function '' /opt/bmc/skynet/lualib/skynet.lua: in function </opt/bmc/skynet/lualib/skynet.lua:0>
2026-06-17 15:41:38.331399 [:0000000e] ras: KILL self
2026-06-17 15:41:38.576309 [:00000000] framework: A message from [ :0000000f ] to [ :00000013 ] maybe in an endless loop (version = 1641)
2026-06-17 15:41:39.241400 [:00000010] ras: init service failed: ./opt/bmc/libmc/lualib/mc/class.lua:132: ./opt/bmc/libmc/lualib/mc/client_app_base.lua:41: ping bmc.kepler.persistence /bmc/kepler/persistence failed stack traceback: [C]: in function 'error' ./opt/bmc/libmc/lualib/mc/class.lua:132: in function 'execute' ./opt/bmc/libmc/lualib/mc/class.lua:198: in function 'new' ./opt/bmc/apps/metric_analyzer/service/main.lua:28: in function 'user_main' ./opt/bmc/libmc/lualib/mc/app_preloader.lua:199: in function '' /opt/bmc/skynet/lualib/skynet.lua: in function </opt/bmc/skynet/lualib/skynet.lua:0> [C]: in function 'xpcall' /opt/bmc/skynet/lualib/skynet.lua: in function 'init_service' /opt/bmc/skynet/lualib/skynet.lua: in function '' /opt/bmc/skynet/lualib/skynet.lua: in function </opt/bmc/skynet/lualib/skynet.lua:0>
2026-06-17 15:41:39.241991 [:00000010] ras: KILL self
2026-06-17 15:41:39.527522 [:0000000f] ras: init service failed: ./opt/bmc/libmc/lualib/mc/class.lua:132: ./opt/bmc/libmc/lualib/mc/client_app_base.lua:41: ping bmc.kepler.persistence /bmc/kepler/persistence failed stack traceback: [C]: in function 'error' ./opt/bmc/libmc/lualib/mc/class.lua:132: in function 'execute' ./opt/bmc/libmc/lualib/mc/class.lua:198: in function 'new' ./opt/bmc/apps/fault_diagnosis/service/main.lua:30: in function 'user_main' ./opt/bmc/libmc/lualib/mc/app_preloader.lua:199: in function '' /opt/bmc/skynet/lualib/skynet.lua: in function </opt/bmc/skynet/lualib/skynet.lua:0> [C]: in function 'xpcall' /opt/bmc/skynet/lualib/skynet.lua: in function 'init_service' /opt/bmc/skynet/lualib/skynet.lua: in function '' /opt/bmc/skynet/lualib/skynet.lua: in function </opt/bmc/skynet/lualib/skynet.lua:0>
2026-06-17 15:41:39.527883 [:0000000f] ras: KILL self
2026-06-17 15:41:43.005106 hwproxy ERROR: monitor.lua(130): start to restart work service, bus_name: Hisport
2026-06-17 15:41:43.005698 [:00000012] framework: KILL :26
2026-06-17 15:41:43.006665 [:00000027] framework: LAUNCH snlua hwproxy/service/work Hisport
2026-06-17 15:41:43.198898 hwproxy NOTICE: dispatch.lua(254): position: 010101, start to process objs in pre_type: Bus, topo_data[Hisport_9], objs nums: 2
2026-06-17 15:41:43.201896 hwproxy NOTICE: dispatch.lua(138): position: 010101, chip: Eeprom_3_9_010101, start creat predevice bus handle, pre_device: Hisport_9,is main app: false, not scans: true, not buses: false
2026-06-17 15:41:43.231044 [:00000027] framework: May overload, message queue length = 1025
2026-06-17 15:41:43.242529 hwproxy ERROR: app_objects.lua(678): object_register failed, Eeprom_3_9_010101 not exist
2026-06-17 15:41:43.299499 hwproxy NOTICE: dispatch.lua(254): position: 010101, start to process objs in pre_type: Bus, topo_data[Hisport_16], objs nums: 2
2026-06-17 15:41:43.300694 hwproxy NOTICE: dispatch.lua(138): position: 010101, chip: Eeprom_3_5_010101, start creat predevice bus handle, pre_device: Hisport_16,is main app: false, not scans: true, not buses: false
2026-06-17 15:41:43.310555 hwproxy ERROR: app_objects.lua(678): object_register failed, Eeprom_3_5_010101 not exist
2026-06-17 15:41:43.316667 hwproxy NOTICE: dispatch.lua(254): position: 010101, start to process objs in pre_type: Bus, topo_data[Hisport_17], objs nums: 2
2026-06-17 15:41:43.318955 hwproxy NOTICE: dispatch.lua(138): position: 010101, chip: Eeprom_3_6_010101, start creat predevice bus handle, pre_device: Hisport_17,is main app: false, not scans: true, not buses: false
2026-06-17 15:41:43.325332 hwproxy ERROR: app_objects.lua(678): object_register failed, Eeprom_3_6_010101 not exist
2026-06-17 15:41:43.336487 hwproxy NOTICE: dispatch.lua(254): position: 010101, start to process objs in pre_type: Bus, topo_data[Hisport_18], objs nums: 2
2026-06-17 15:41:43.338930 hwproxy NOTICE: dispatch.lua(138): position: 010101, chip: Eeprom_3_1_010101, start creat predevice bus handle, pre_device: Hisport_18,is main app: false, not scans: true, not buses: false
2026-06-17 15:41:43.351357 hwproxy ERROR: app_objects.lua(678): object_register failed, Eeprom_3_1_010101 not exist
2026-06-17 15:41:43.363969 hwproxy NOTICE: dispatch.lua(254): position: 010101, start to process objs in pre_type: Bus, topo_data[Hisport_19], objs nums: 2
2026-06-17 15:41:43.366126 hwproxy NOTICE: dispatch.lua(138): position: 010101, chip: Eeprom_3_2_010101, start creat predevice bus handle, pre_device: Hisport_19,is main app: false, not scans: true, not buses: false
2026-06-17 15:41:43.371536 hwproxy ERROR: app_objects.lua(678): object_register failed, Eeprom_3_2_010101 not exist
2026-06-17 15:41:44.851449 maca ERROR: init.lua(184): [ai_engine]StartupCheck failed, error: org.freedesktop.DBus.Error.ServiceUnknown: The name bmc.kepler.ai_engine was not provided by any .service files, check count: 1
2026-06-17 15:41:45.749041 maca ERROR: init.lua(184): [chassis]StartupCheck failed, error: org.freedesktop.DBus.Error.ServiceUnknown: The name bmc.kepler.chassis was not provided by any .service files, check count: 1
2026-06-17 15:41:45.947615 maca ERROR: init.lua(184): [cooling]StartupCheck failed, error: org.freedesktop.DBus.Error.ServiceUnknown: The name bmc.kepler.cooling was not provided by any .service files, check count: 1
2026-06-17 15:41:46.047178 maca ERROR: init.lua(191): [dcmid]StartupCheck failed, error: initialization is not complete while checking the startup status, status: Starting, check count: 1
2026-06-17 15:41:46.254692 maca ERROR: init.lua(191): [event]StartupCheck failed, error: initialization is not complete while checking the startup status, status: Starting, check count: 1
2026-06-17 15:41:46.952462 maca ERROR: init.lua(184): [general_hardware]StartupCheck failed, error: org.freedesktop.DBus.Error.ServiceUnknown: The name bmc.kepler.general_hardware was not provided by any .service files, check count: 1
2026-06-17 15:41:47.754132 maca ERROR: init.lua(191): [lsw]StartupCheck failed, error: initialization is not complete while checking the startup status, status: Starting, check count: 1
2026-06-17 15:41:47.853558 maca ERROR: init.lua(184): [manufacture]StartupCheck failed, error: org.freedesktop.DBus.Error.ServiceUnknown: The name bmc.kepler.manufacture was not provided by any .service files, check count: 1
2026-06-17 15:41:48.054809 maca ERROR: init.lua(184): [metric_analyzer]StartupCheck failed, error: org.freedesktop.DBus.Error.ServiceUnknown: The name bmc.kepler.metric_analyzer was not provided by any .service files, check count: 1
2026-06-17 15:41:48.146536 maca ERROR: init.lua(184): [network_adapter]StartupCheck failed, error: org.freedesktop.DBus.Error.ServiceUnknown: The name bmc.kepler.network_adapter was not provided by any .service files, check count: 1
2026-06-17 15:41:48.248793 maca ERROR: init.lua(191): [nsm]StartupCheck failed, error: initialization is not complete while checking the startup status, status: Starting, check count: 1
2026-06-17 15:41:48.352165 maca ERROR: init.lua(191): [observability]StartupCheck failed, error: initialization is not complete while checking the startup status, status: Starting, check count: 1
2026-06-17 15:41:48.452979 maca ERROR: init.lua(184): [oms]StartupCheck failed, error: org.freedesktop.DBus.Error.ServiceUnknown: The name bmc.kepler.oms was not provided by any .service files, check count: 1
2026-06-17 15:41:48.550737 maca ERROR: init.lua(184): [pcie_device]StartupCheck failed, error: org.freedesktop.DBus.Error.ServiceUnknown: The name bmc.kepler.pcie_device was not provided by any .service files, check count: 1
2026-06-17 15:41:48.749543 maca ERROR: init.lua(184): [power_mgmt]StartupCheck failed, error: org.freedesktop.DBus.Error.ServiceUnknown: The name bmc.kepler.power_mgmt was not provided by any .service files, check count: 1
2026-06-17 15:41:48.854750 maca ERROR: init.lua(184): [power_strategy]StartupCheck failed, error: org.freedesktop.DBus.Error.ServiceUnknown: The name bmc.kepler.power_strategy was not provided by any .service files, check count: 1
2026-06-17 15:41:49.050715 maca ERROR: init.lua(191): [redfish]StartupCheck failed, error: initialization is not complete while checking the startup status, status: Starting, check count: 1
2026-06-17 15:41:49.757559 maca ERROR: init.lua(184): [storage]StartupCheck failed, error: org.freedesktop.DBus.Error.ServiceUnknown: The name bmc.kepler.storage was not provided by any .service files, check count: 1
2026-06-17 15:41:49.845961 maca ERROR: init.lua(184): [thermal_mgmt]StartupCheck failed, error: org.freedesktop.DBus.Error.ServiceUnknown: The name bmc.kepler.thermal_mgmt was not provided by any .service files, check count: 1
2026-06-17 15:41:50.048650 maca ERROR: init.lua(184): [ums]StartupCheck failed, error: org.freedesktop.DBus.Error.ServiceUnknown: The name bmc.kepler.ums was not provided by any .service files, check count: 1
2026-06-17 15:41:50.350121 maca ERROR: init.lua(191): [web_backend]StartupCheck failed, error: initialization is not complete while checking the startup status, status: Starting, check count: 1
2026-06-17 15:41:53.382747 hwproxy NOTICE: monitor.lua(156): main service no recevice from work service, bus_name: Hisport_8, position: 01010A, count:6 [repeated 1000 times in 21s from 2026-06-17 15:41:32.848460 to 2026-06-17 15:41:53.382747]
2026-06-17 15:41:59.917543 maca ERROR: init.lua(184): [ai_engine]StartupCheck failed, error: org.freedesktop.DBus.Error.ServiceUnknown: The name bmc.kepler.ai_engine was not provided by any .service files, check count: 2
2026-06-17 15:42:00.822205 maca ERROR: init.lua(184): [chassis]StartupCheck failed, error: org.freedesktop.DBus.Error.ServiceUnknown: The name bmc.kepler.chassis was not provided by any .service files, check count: 2
2026-06-17 15:42:01.015995 maca ERROR: init.lua(184): [cooling]StartupCheck failed, error: org.freedesktop.DBus.Error.ServiceUnknown: The name bmc.kepler.cooling was not provided by any .service files, check count: 2
2026-06-17 15:42:01.164825 maca ERROR: init.lua(191): [dcmid]StartupCheck failed, error: initialization is not complete while checking the startup status, status: Starting, check count: 2
2026-06-17 15:42:01.327387 maca ERROR: init.lua(191): [event]StartupCheck failed, error: initialization is not complete while checking the startup status, status: Starting, check count: 2
2026-06-17 15:42:02.020554 maca ERROR: init.lua(184): [general_hardware]StartupCheck failed, error: org.freedesktop.DBus.Error.ServiceUnknown: The name bmc.kepler.general_hardware was not provided by any .service files, check count: 2
2026-06-17 15:42:02.819009 maca ERROR: init.lua(191): [lsw]StartupCheck failed, error: initialization is not complete while checking the startup status, status: Starting, check count: 2
2026-06-17 15:42:02.921923 maca ERROR: init.lua(184): [manufacture]StartupCheck failed, error: org.freedesktop.DBus.Error.ServiceUnknown: The name bmc.kepler.manufacture was not provided by any .service files, check count: 2
2026-06-17 15:42:03.134005 maca ERROR: init.lua(184): [metric_analyzer]StartupCheck failed, error: org.freedesktop.DBus.Error.ServiceUnknown: The name bmc.kepler.metric_analyzer was not provided by any .service files, check count: 2
2026-06-17 15:42:03.227056 maca ERROR: init.lua(184): [network_adapter]StartupCheck failed, error: org.freedesktop.DBus.Error.ServiceUnknown: The name bmc.kepler.network_adapter was not provided by any .service files, check count: 2
2026-06-17 15:42:03.326569 maca ERROR: init.lua(191): [nsm]StartupCheck failed, error: initialization is not complete while checking the startup status, status: Starting, check count: 2
2026-06-17 15:42:03.416771 maca ERROR: init.lua(191): [observability]StartupCheck failed, error: initialization is not complete while checking the startup status, status: Starting, check count: 2
2026-06-17 15:42:03.509410 hwproxy ERROR: monitor.lua(127): set the hwproxy health status to need restart now, bus_name: Hisport
2026-06-17 15:42:03.510696 hwproxy NOTICE: main.lua(71): set hwproxy service health status need to restart
2026-06-17 15:42:03.534014 maca ERROR: init.lua(184): [oms]StartupCheck failed, error: org.freedesktop.DBus.Error.ServiceUnknown: The name bmc.kepler.oms was not provided by any .service files, check count: 2
2026-06-17 15:42:03.631658 maca ERROR: init.lua(184): [pcie_device]StartupCheck failed, error: org.freedesktop.DBus.Error.ServiceUnknown: The name bmc.kepler.pcie_device was not provided by any .service files, check count: 2
2026-06-17 15:42:03.818160 maca ERROR: init.lua(184): [power_mgmt]StartupCheck failed, error: org.freedesktop.DBus.Error.ServiceUnknown: The name bmc.kepler.power_mgmt was not provided by any .service files, check count: 2
2026-06-17 15:42:03.920465 maca ERROR: init.lua(184): [power_strategy]StartupCheck failed, error: org.freedesktop.DBus.Error.ServiceUnknown: The name bmc.kepler.power_strategy was not provided by any .service files, check count: 2
2026-06-17 15:42:04.115267 maca ERROR: init.lua(191): [redfish]StartupCheck failed, error: initialization is not complete while checking the startup status, status: Starting, check count: 2
2026-06-17 15:42:04.841574 maca ERROR: init.lua(184): [storage]StartupCheck failed, error: org.freedesktop.DBus.Error.ServiceUnknown: The name bmc.kepler.storage was not provided by any .service files, check count: 2
2026-06-17 15:42:04.923474 maca ERROR: init.lua(184): [thermal_mgmt]StartupCheck failed, error: org.freedesktop.DBus.Error.ServiceUnknown: The name bmc.kepler.thermal_mgmt was not provided by any .service files, check count: 2
2026-06-17 15:42:05.120597 maca ERROR: init.lua(184): [ums]StartupCheck failed, error: org.freedesktop.DBus.Error.ServiceUnknown: The name bmc.kepler.ums was not provided by any .service files, check count: 2
2026-06-17 15:42:05.443334 maca ERROR: init.lua(191): [web_backend]StartupCheck failed, error: initialization is not complete while checking the startup status, status: Starting, check count: 2
2026-06-17 15:42:08.583478 [:00000000] framework: A message from [ :0000000f ] to [ :00000013 ] maybe in an endless loop (version = 1641)
2026-06-17 15:42:08.584712 [:00000000] framework: A message from [ :0000000f ] to [ :00000026 ] maybe in an endless loop (version = 3587)
2026-06-17 15:42:14.997402 maca ERROR: init.lua(184): [ai_engine]StartupCheck failed, error: org.freedesktop.DBus.Error.ServiceUnknown: The name bmc.kepler.ai_engine was not provided by any .service files, check count: 3
2026-06-17 15:42:15.888787 maca ERROR: init.lua(184): [chassis]StartupCheck failed, error: org.freedesktop.DBus.Error.ServiceUnknown: The name bmc.kepler.chassis was not provided by any .service files, check count: 3
2026-06-17 15:42:16.163125 maca ERROR: init.lua(184): [cooling]StartupCheck failed, error: org.freedesktop.DBus.Error.ServiceUnknown: The name bmc.kepler.cooling was not provided by any .service files, check count: 3
2026-06-17 15:42:16.237819 maca ERROR: init.lua(191): [dcmid]StartupCheck failed, error: initialization is not complete while checking the startup status, status: Starting, check count: 3
2026-06-17 15:42:16.396241 maca ERROR: init.lua(191): [event]StartupCheck failed, error: initialization is not complete while checking the startup status, status: Starting, check count: 3
2026-06-17 15:42:17.894056 maca ERROR: init.lua(191): [lsw]StartupCheck failed, error: initialization is not complete while checking the startup status, status: Starting, check count: 3
2026-06-17 15:42:18.690013 maca ERROR: init.lua(191): [nsm]StartupCheck failed, error: initialization is not complete while checking the startup status, status: Starting, check count: 3
2026-06-17 15:42:18.770432 maca ERROR: init.lua(191): [observability]StartupCheck failed, error: initialization is not complete while checking the startup status, status: Starting, check count: 3
2026-06-17 15:42:19.174860 maca ERROR: init.lua(191): [redfish]StartupCheck failed, error: initialization is not complete while checking the startup status, status: Starting, check count: 3
2026-06-17 15:42:20.514188 maca ERROR: init.lua(191): [web_backend]StartupCheck failed, error: initialization is not complete while checking the startup status, status: Starting, check count: 3
2026-06-17 15:42:31.318277 maca ERROR: init.lua(191): [dcmid]StartupCheck failed, error: initialization is not complete while checking the startup status, status: Starting, check count: 4
2026-06-17 15:42:31.470495 maca ERROR: init.lua(191): [event]StartupCheck failed, error: initialization is not complete while checking the startup status, status: Starting, check count: 4
2026-06-17 15:42:33.010896 maca ERROR: init.lua(191): [lsw]StartupCheck failed, error: initialization is not complete while checking the startup status, status: Starting, check count: 4
2026-06-17 15:42:33.771406 maca ERROR: init.lua(191): [nsm]StartupCheck failed, error: initialization is not complete while checking the startup status, status: Starting, check count: 4
2026-06-17 15:42:33.850959 maca ERROR: init.lua(191): [observability]StartupCheck failed, error: initialization is not complete while checking the startup status, status: Starting, check count: 4
2026-06-17 15:42:34.269026 maca ERROR: init.lua(191): [redfish]StartupCheck failed, error: initialization is not complete while checking the startup status, status: Starting, check count: 4
2026-06-17 15:42:35.596417 maca ERROR: init.lua(191): [web_backend]StartupCheck failed, error: initialization is not complete while checking the startup status, status: Starting, check count: 4
2026-06-17 15:42:38.593139 [:00000000] framework: A message from [ :0000000f ] to [ :00000027 ] maybe in an endless loop (version = 2297)
2026-06-17 15:42:38.603219 [:00000000] framework: A message from [ :0000000f ] to [ :00000013 ] maybe in an endless loop (version = 1641)
2026-06-17 15:42:38.603299 [:00000000] framework: A message from [ :0000000f ] to [ :00000026 ] maybe in an endless loop (version = 3587)
2026-06-17 15:42:46.400971 maca ERROR: init.lua(191): [dcmid]StartupCheck failed, error: initialization is not complete while checking the startup status, status: Starting, check count: 5
2026-06-17 15:42:46.540640 maca ERROR: init.lua(191): [event]StartupCheck failed, error: initialization is not complete while checking the startup status, status: Starting, check count: 5
2026-06-17 15:42:48.077337 maca ERROR: init.lua(191): [lsw]StartupCheck failed, error: initialization is not complete while checking the startup status, status: Starting, check count: 5
2026-06-17 15:42:48.851350 maca ERROR: init.lua(191): [nsm]StartupCheck failed, error: initialization is not complete while checking the startup status, status: Starting, check count: 5
2026-06-17 15:42:48.927523 maca ERROR: init.lua(191): [observability]StartupCheck failed, error: initialization is not complete while checking the startup status, status: Starting, check count: 5
2026-06-17 15:42:49.333113 maca ERROR: init.lua(191): [redfish]StartupCheck failed, error: initialization is not complete while checking the startup status, status: Starting, check count: 5
2026-06-17 15:42:50.665937 maca ERROR: init.lua(191): [web_backend]StartupCheck failed, error: initialization is not complete while checking the startup status, status: Starting, check count: 5
2026-06-17 15:43:01.479999 maca ERROR: init.lua(191): [dcmid]StartupCheck failed, error: initialization is not complete while checking the startup status, status: Starting, check count: 6
2026-06-17 15:43:01.618986 maca ERROR: init.lua(191): [event]StartupCheck failed, error: initialization is not complete while checking the startup status, status: Starting, check count: 6
2026-06-17 15:43:03.155608 maca ERROR: init.lua(191): [lsw]StartupCheck failed, error: initialization is not complete while checking the startup status, status: Starting, check count: 6
2026-06-17 15:43:03.916945 maca ERROR: init.lua(191): [nsm]StartupCheck failed, error: initialization is not complete while checking the startup status, status: Starting, check count: 6
2026-06-17 15:43:04.000613 maca ERROR: init.lua(191): [observability]StartupCheck failed, error: initialization is not complete while checking the startup status, status: Starting, check count: 6
2026-06-17 15:43:04.422690 maca ERROR: init.lua(191): [redfish]StartupCheck failed, error: initialization is not complete while checking the startup status, status: Starting, check count: 6
2026-06-17 15:43:05.726097 maca ERROR: init.lua(191): [web_backend]StartupCheck failed, error: initialization is not complete while checking the startup status, status: Starting, check count: 6
2026-06-17 15:43:08.591664 [:00000000] framework: A message from [ :0000000f ] to [ :00000027 ] maybe in an endless loop (version = 2297)
2026-06-17 15:43:08.592328 [:00000000] framework: A message from [ :0000000f ] to [ :00000013 ] maybe in an endless loop (version = 1641)
2026-06-17 15:43:08.592403 [:00000000] framework: A message from [ :0000000f ] to [ :00000026 ] maybe in an endless loop (version = 3587)
2026-06-17 15:43:16.553361 maca ERROR: init.lua(191): [dcmid]StartupCheck failed, error: initialization is not complete while checking the startup status, status: Starting, check count: 7
2026-06-17 15:43:16.693829 maca ERROR: init.lua(191): [event]StartupCheck failed, error: initialization is not complete while checking the startup status, status: Starting, check count: 7
2026-06-17 15:43:18.231804 maca ERROR: init.lua(191): [lsw]StartupCheck failed, error: initialization is not complete while checking the startup status, status: Starting, check count: 7
2026-06-17 15:43:35.927096 maca NOTICE: init.lua(243): check startup status completely, total components count: 57, normal count: 36, abnormal components: ["ai_engine","chassis","cooling","dcmid","event","general_hardware","lsw","manufacture","metric_analyzer","network_adapter","nsm","observability","oms","pcie_device","power_mgmt","power_strategy","redfish","storage","thermal_mgmt","ums","web_backend"]
2026-06-17 15:43:36.024499 maca NOTICE: init.lua(341): start to restart abnormal components and recheck startup status
2026-06-17 15:43:36.470445 framework SUBSCRIBE NOTICE: harbor.lua(432): dbus service [harbor.bmc.kepler.interface] offline, :1.121
2026-06-17 15:43:36.482858 framework ERROR: l_matchs.h(88): D-Bus error: match rule basic_string::_S_construct null not valid
2026-06-17 15:43:36.484102 framework SUBSCRIBE NOTICE: harbor.lua(432): dbus service [bmc.kepler.dcmid] offline, :1.120
2026-06-17 15:43:37.135421 maca NOTICE: init.lua(55): ras.service restart finished
2026-06-17 15:43:37.155957 maca NOTICE: init.lua(55): hardware.service restart finished
2026-06-17 15:43:37.166115 maca NOTICE: init.lua(55): energy.service restart finished
2026-06-17 15:43:37.187172 maca NOTICE: init.lua(55): interface.service restart finished
2026-06-17 15:43:37.217963 maca NOTICE: init.lua(55): alarm.service restart finished
2026-06-17 15:43:37.248650 maca NOTICE: init.lua(55): manufacture.service restart finished
2026-06-17 15:43:37.279562 maca NOTICE: init.lua(55): om_priv.service restart finished
2026-06-17 15:43:37.400172 [:00000002] energy: LAUNCH snlua bootstrap
2026-06-17 15:43:37.433107 [:00000002] om_priv: LAUNCH snlua bootstrap
2026-06-17 15:43:37.438817 [:00000002] alarm: LAUNCH snlua bootstrap
2026-06-17 15:43:37.491455 [:00000002] ras: LAUNCH snlua bootstrap
2026-06-17 15:43:37.502038 [:00000003] om_priv: LAUNCH snlua launcher
2026-06-17 15:43:37.528064 [:00000003] energy: LAUNCH snlua launcher
2026-06-17 15:43:37.542698 [:00000004] om_priv: LAUNCH snlua cdummy
2026-06-17 15:43:37.550184 [:00000002] hardware: LAUNCH snlua bootstrap
2026-06-17 15:43:37.568973 [:00000003] ras: LAUNCH snlua launcher
2026-06-17 15:43:37.568952 [:00000002] interface: LAUNCH snlua bootstrap
2026-06-17 15:43:37.573376 [:00000004] energy: LAUNCH snlua cdummy
2026-06-17 15:43:37.582877 [:00000003] alarm: LAUNCH snlua launcher
2026-06-17 15:43:37.616187 [:00000005] om_priv: LAUNCH harbor 0 4
2026-06-17 15:43:37.625876 [:00000006] om_priv: LAUNCH snlua datacenterd
2026-06-17 15:43:37.626805 [:00000004] ras: LAUNCH snlua cdummy
2026-06-17 15:43:37.636507 [:00000003] hardware: LAUNCH snlua launcher
2026-06-17 15:43:37.676826 [:00000007] om_priv: LAUNCH snlua service_mgr
2026-06-17 15:43:37.677966 [:00000004] hardware: LAUNCH snlua cdummy
2026-06-17 15:43:37.688389 [:00000005] energy: LAUNCH harbor 0 4
2026-06-17 15:43:37.691447 [:00000005] ras: LAUNCH harbor 0 4
2026-06-17 15:43:37.698741 [:00000006] ras: LAUNCH snlua datacenterd
2026-06-17 15:43:37.715092 [:00000006] energy: LAUNCH snlua datacenterd
2026-06-17 15:43:37.727844 [:00000008] om_priv: LAUNCH snlua hica/subsys/om_priv/service/main
2026-06-17 15:43:37.744870 [:00000005] hardware: LAUNCH harbor 0 4
2026-06-17 15:43:37.765220 [:00000006] hardware: LAUNCH snlua datacenterd
2026-06-17 15:43:37.766720 [:00000004] alarm: LAUNCH snlua cdummy
2026-06-17 15:43:37.772179 [:00000003] interface: LAUNCH snlua launcher
2026-06-17 15:43:37.798033 [:00000005] alarm: LAUNCH harbor 0 4
2026-06-17 15:43:37.811690 [:00000006] alarm: LAUNCH snlua datacenterd
2026-06-17 15:43:37.812104 [:00000007] ras: LAUNCH snlua service_mgr
2026-06-17 15:43:37.818487 [:00000007] hardware: LAUNCH snlua service_mgr
2026-06-17 15:43:37.819643 [:00000009] om_priv: LAUNCH snlua sd_bus
2026-06-17 15:43:37.827694 [:00000007] energy: LAUNCH snlua service_mgr
2026-06-17 15:43:37.851999 [:00000007] alarm: LAUNCH snlua service_mgr
2026-06-17 15:43:37.894648 [:00000008] hardware: LAUNCH snlua hica/subsys/hardware/service/main
2026-06-17 15:43:37.900115 [:00000004] interface: LAUNCH snlua cdummy
2026-06-17 15:43:37.926127 [:00000008] alarm: LAUNCH snlua hica/subsys/alarm/service/main
2026-06-17 15:43:37.965887 [:00000008] energy: LAUNCH snlua hica/subsys/energy/service/main
2026-06-17 15:43:37.990160 [:00000008] ras: LAUNCH snlua hica/subsys/ras/service/main
2026-06-17 15:43:38.022811 [:00000005] interface: LAUNCH harbor 0 4
2026-06-17 15:43:38.030492 [:00000006] interface: LAUNCH snlua datacenterd
2026-06-17 15:43:38.058115 [:00000009] hardware: LAUNCH snlua sd_bus
2026-06-17 15:43:38.065826 [:00000009] energy: LAUNCH snlua sd_bus
2026-06-17 15:43:38.070353 [:00000009] alarm: LAUNCH snlua sd_bus
2026-06-17 15:43:38.076269 [:00000009] ras: LAUNCH snlua sd_bus
2026-06-17 15:43:38.087582 [:00000007] interface: LAUNCH snlua service_mgr
2026-06-17 15:43:38.128151 [:00000008] interface: LAUNCH snlua hica/subsys/interface/service/main
2026-06-17 15:43:38.242415 [:00000009] interface: LAUNCH snlua sd_bus
2026-06-17 15:43:38.530236 [:0000000a] om_priv: LAUNCH snlua harbor
2026-06-17 15:43:38.603036 [:00000002] om_priv: KILL self
2026-06-17 15:43:38.611285 [:0000000b] om_priv: LAUNCH snlua nsm/service/main
2026-06-17 15:43:38.612218 [:00000000] framework: A message from [ :0000000f ] to [ :00000027 ] maybe in an endless loop (version = 2297)
2026-06-17 15:43:38.613639 [:00000000] framework: A message from [ :0000000f ] to [ :00000013 ] maybe in an endless loop (version = 1641)
2026-06-17 15:43:38.613701 [:00000000] framework: A message from [ :0000000f ] to [ :00000026 ] maybe in an endless loop (version = 3587)
2026-06-17 15:43:38.768446 [:0000000a] hardware: LAUNCH snlua harbor
2026-06-17 15:43:38.846253 [:0000000a] ras: LAUNCH snlua harbor
2026-06-17 15:43:38.847112 [:0000000a] energy: LAUNCH snlua harbor
2026-06-17 15:43:38.861139 [:00000002] hardware: KILL self
2026-06-17 15:43:38.871833 [:0000000a] alarm: LAUNCH snlua harbor
2026-06-17 15:43:38.938480 [:0000000b] hardware: LAUNCH snlua general_hardware/service/main
2026-06-17 15:43:38.939212 [:0000000a] interface: LAUNCH snlua harbor
2026-06-17 15:43:38.939638 [:00000002] ras: KILL self
2026-06-17 15:43:38.951223 [:0000000c] hardware: LAUNCH snlua network_adapter/service/main
2026-06-17 15:43:38.961107 [:0000000d] hardware: LAUNCH snlua lsw/service/main
2026-06-17 15:43:38.965859 [:0000000b] ras: LAUNCH snlua bios/service/main
2026-06-17 15:43:39.036525 [:00000002] alarm: KILL self
2026-06-17 15:43:39.095367 [:0000000b] alarm: LAUNCH snlua sensor/service/main
2026-06-17 15:43:39.098319 [:0000000c] alarm: LAUNCH snlua event/service/main
2026-06-17 15:43:39.100342 [:0000000d] alarm: LAUNCH snlua host_agent/service/main
2026-06-17 15:43:39.105493 [:0000000e] hardware: LAUNCH snlua storage/service/main
2026-06-17 15:43:39.107073 [:0000000f] hardware: LAUNCH snlua chassis/service/main
2026-06-17 15:43:39.120326 [:0000000e] alarm: LAUNCH snlua frudata/service/main
2026-06-17 15:43:39.132128 [:00000002] energy: KILL self
2026-06-17 15:43:39.191647 [:0000000b] energy: LAUNCH snlua thermal_mgmt/service/main
2026-06-17 15:43:39.195521 [:00000002] interface: KILL self
2026-06-17 15:43:39.197644 [:0000000b] interface: LAUNCH snlua hica/subsys/interface/service/redfish
2026-06-17 15:43:39.199953 [:0000000c] interface: LAUNCH snlua hica/subsys/interface/service/web_backend
2026-06-17 15:43:39.212203 [:0000000d] interface: LAUNCH snlua dcmid/service/main
2026-06-17 15:43:39.340770 [:0000000c] om_priv: LAUNCH snlua ums/service/main
2026-06-17 15:43:39.341895 [:0000000d] om_priv: LAUNCH snlua oms/service/main
2026-06-17 15:43:39.352913 [:0000000e] interface: LAUNCH snlua web_backend/service/portal_agent
2026-06-17 15:43:39.474250 [:0000000e] om_priv: LAUNCH snlua observability/service/main
2026-06-17 15:43:39.501706 framework SUBSCRIBE NOTICE: harbor.lua(421): dbus service [bmc.kepler.ums] online, -> :1.128
2026-06-17 15:43:39.749695 framework SUBSCRIBE NOTICE: harbor.lua(421): dbus service [bmc.kepler.nsm] online, -> :1.129
2026-06-17 15:43:39.864133 [:0000000f] interface: LAUNCH snlua redfish/service/portal_agent
2026-06-17 15:43:40.016622 framework SUBSCRIBE NOTICE: harbor.lua(421): dbus service [bmc.kepler.observability] online, -> :1.131
2026-06-17 15:43:40.051323 framework SUBSCRIBE NOTICE: harbor.lua(421): dbus service [bmc.kepler.oms] online, -> :1.132
2026-06-17 15:43:40.128283 maca NOTICE: base.lua(393): monitor component nsm added, service: bmc.kepler.nsm
2026-06-17 15:43:40.277715 maca NOTICE: base.lua(393): monitor component oms added, service: bmc.kepler.oms
2026-06-17 15:43:40.399123 maca NOTICE: base.lua(393): monitor component observability added, service: bmc.kepler.observability
2026-06-17 15:43:40.664301 maca NOTICE: base.lua(393): monitor component ums added, service: bmc.kepler.ums
2026-06-17 15:43:41.788310 [:0000000c] ras: LAUNCH snlua pcie_device/service/main
2026-06-17 15:43:41.789945 [:0000000d] ras: LAUNCH snlua compute/service/main
2026-06-17 15:43:41.915425 framework SUBSCRIBE NOTICE: harbor.lua(421): dbus service [bmc.kepler.dcmid] online, -> :1.137
2026-06-17 15:43:42.164364 [:0000000c] energy: LAUNCH snlua power_mgmt/service/main
2026-06-17 15:43:42.212169 [:0000000d] energy: LAUNCH snlua cooling/service/main
2026-06-17 15:43:43.047193 framework SUBSCRIBE NOTICE: harbor.lua(421): dbus service [harbor.bmc.kepler.interface] online, -> :1.138
2026-06-17 15:43:43.048468 [:0000000e] energy: LAUNCH snlua power_strategy/service/main
2026-06-17 15:43:43.245986 [:00000018] om: LAUNCH snlua remote_console/service/vmm_agent
2026-06-17 15:43:43.409935 framework SUBSCRIBE NOTICE: harbor.lua(421): dbus service [bmc.kepler.power_mgmt] online, -> :1.139
2026-06-17 15:43:44.840213 [:00000019] om: LAUNCH snlua remote_console/service/vmm_core
2026-06-17 15:43:44.907399 maca NOTICE: base.lua(393): monitor component thermal_mgmt added, service: bmc.kepler.thermal_mgmt
2026-06-17 15:43:45.453302 maca NOTICE: base.lua(393): monitor component web_backend added, service: bmc.kepler.web_backend
2026-06-17 15:43:45.668614 maca NOTICE: base.lua(393): monitor component power_mgmt added, service: bmc.kepler.power_mgmt
2026-06-17 15:43:45.799382 [:0000000e] ras: LAUNCH snlua ai_engine/service/main
2026-06-17 15:43:45.801248 [:0000000f] ras: LAUNCH snlua fault_diagnosis/service/main
2026-06-17 15:43:45.906693 [:0000001a] om: LAUNCH snlua remote_console/service/vmm_client
2026-06-17 15:43:45.947134 [:00000010] interface: LAUNCH snlua route_mapper/worker_service/main
2026-06-17 15:43:45.991484 maca NOTICE: base.lua(393): monitor component redfish added, service: bmc.kepler.redfish
2026-06-17 15:43:46.512425 [:00000010] ras: LAUNCH snlua metric_analyzer/service/main
2026-06-17 15:43:46.766417 maca NOTICE: base.lua(393): monitor component cooling added, service: bmc.kepler.cooling
2026-06-17 15:43:47.381741 maca NOTICE: base.lua(393): monitor component lsw added, service: bmc.kepler.lsw
2026-06-17 15:43:47.518820 maca NOTICE: base.lua(393): monitor component frudata added, service: bmc.kepler.frudata
2026-06-17 15:43:47.702112 [:00000012] interface: LAUNCH snlua route_mapper/worker_service/main
2026-06-17 15:43:47.708253 maca NOTICE: base.lua(393): monitor component dcmid added, service: bmc.kepler.dcmid
2026-06-17 15:43:47.827787 maca NOTICE: base.lua(393): monitor component host_agent added, service: bmc.kepler.host_agent
2026-06-17 15:43:47.981416 maca NOTICE: base.lua(393): monitor component chassis added, service: bmc.kepler.chassis
2026-06-17 15:43:48.080015 [:00000010] hardware: LAUNCH snlua storage/service/smld
2026-06-17 15:43:48.390792 maca NOTICE: base.lua(393): monitor component power_strategy added, service: bmc.kepler.power_strategy
2026-06-17 15:43:48.685280 maca NOTICE: base.lua(393): monitor component general_hardware added, service: bmc.kepler.general_hardware
2026-06-17 15:43:48.875731 maca NOTICE: base.lua(393): monitor component storage added, service: bmc.kepler.storage
2026-06-17 15:43:49.022202 maca NOTICE: base.lua(393): monitor component ai_engine added, service: bmc.kepler.ai_engine
2026-06-17 15:43:49.307290 maca NOTICE: base.lua(393): monitor component bios added, service: bmc.kepler.bios
2026-06-17 15:43:49.503616 maca NOTICE: base.lua(393): monitor component compute added, service: bmc.kepler.compute
2026-06-17 15:43:49.650756 maca NOTICE: base.lua(393): monitor component network_adapter added, service: bmc.kepler.network_adapter
2026-06-17 15:43:50.481792 maca NOTICE: base.lua(393): monitor component metric_analyzer added, service: bmc.kepler.metric_analyzer
2026-06-17 15:43:50.809201 maca NOTICE: base.lua(393): monitor component sensor added, service: bmc.kepler.sensor
2026-06-17 15:43:53.094038 persistence NOTICE: persistence_db_intf.lua(327): finish persist save for table: t_position_fru_id_mapping, persist_type: protect_power_off, op_type: delete, data_size: 128, key: Id:4
2026-06-17 15:43:53.361057 persistence NOTICE: persistence_db_intf.lua(327): finish persist save for table: t_position_fru_id_mapping, persist_type: protect_power_off, op_type: delete, data_size: 132, key: Id:5
2026-06-17 15:43:53.388936 persistence NOTICE: persistence_db_intf.lua(327): finish persist save for table: t_position_fru_id_mapping, persist_type: protect_power_off, op_type: delete, data_size: 128, key: Id:8
2026-06-17 15:43:53.404869 persistence NOTICE: persistence_db_intf.lua(327): finish persist save for table: t_position_fru_id_mapping, persist_type: protect_power_off, op_type: delete, data_size: 126, key: Id:1
2026-06-17 15:43:53.523382 persistence NOTICE: persistence_db_intf.lua(327): finish persist save for table: t_position_fru_id_mapping, persist_type: protect_power_off, op_type: delete, data_size: 128, key: Id:3
2026-06-17 15:43:54.261782 [:0000001b] om: LAUNCH snlua remote_console/service/videoplay_agent
2026-06-17 15:43:55.301668 maca NOTICE: base.lua(393): monitor component event added, service: bmc.kepler.event
2026-06-17 15:43:56.518450 maca NOTICE: base.lua(393): monitor component pcie_device added, service: bmc.kepler.pcie_device
2026-06-17 15:43:57.943620 persistence NOTICE: persistence_db_intf.lua(327): finish persist save for table: t_position_fru_id_mapping, persist_type: protect_power_off, op_type: delete, data_size: 132, key: Id:7
2026-06-17 15:43:58.971002 persistence NOTICE: persistence_db_intf.lua(327): finish persist save for table: t_position_fru_id_mapping, persist_type: protect_power_off, op_type: delete, data_size: 128, key: Id:2
2026-06-17 15:43:58.985070 persistence NOTICE: persistence_db_intf.lua(327): finish persist save for table: t_position_fru_id_mapping, persist_type: protect_power_off, op_type: delete, data_size: 132, key: Id:10
2026-06-17 15:43:59.098549 persistence NOTICE: persistence_db_intf.lua(327): finish persist save for table: t_position_fru_id_mapping, persist_type: protect_power_off, op_type: delete, data_size: 130, key: Id:9
2026-06-17 15:43:59.114715 persistence NOTICE: persistence_db_intf.lua(327): finish persist save for table: t_position_fru_id_mapping, persist_type: protect_power_off, op_type: delete, data_size: 130, key: Id:12
2026-06-17 15:43:59.126728 persistence NOTICE: persistence_db_intf.lua(327): finish persist save for table: t_position_fru_id_mapping, persist_type: protect_power_off, op_type: delete, data_size: 128, key: Id:6
2026-06-17 15:43:59.232102 persistence NOTICE: persistence_db_intf.lua(327): finish persist save for table: t_position_fru_id_mapping, persist_type: protect_power_off, op_type: delete, data_size: 134, key: Id:11
2026-06-17 15:44:01.695497 hwproxy NOTICE: init.lua(411): [power_mgmt_plugins] run cmd[start_power_monitor]
2026-06-17 15:44:01.696020 hwproxy NOTICE: init.lua(326): start psu power monitor task, ps_id=1
2026-06-17 15:44:02.429659 hwdiscovery WARNING: harbor_client.lua(367): shm reply failed, path: /bmc/kepler/ObjectGroup/0101, interface: bmc.kepler.ObjectGroup, member: GetBinaryObjects, ret: message_queue push back: data size too large
2026-06-17 15:44:06.290875 hwproxy NOTICE: init.lua(138): [pcie_device_plugins] ctor
2026-06-17 15:44:08.610516 [:00000000] framework: A message from [ :0000000f ] to [ :00000027 ] maybe in an endless loop (version = 2297)
2026-06-17 15:44:08.610584 [:00000000] framework: A message from [ :0000000f ] to [ :00000013 ] maybe in an endless loop (version = 1641)
2026-06-17 15:44:08.610611 [:00000000] framework: A message from [ :0000000f ] to [ :00000026 ] maybe in an endless loop (version = 3587)
2026-06-17 15:44:11.327441 hwdiscovery WARNING: harbor_client.lua(367): shm reply failed, path: /bmc/kepler/ObjectGroup/010101, interface: bmc.kepler.ObjectGroup, member: GetBinaryObjects, ret: message_queue push back: data size too large
2026-06-17 15:44:11.488815 hwdiscovery WARNING: harbor_client.lua(367): shm reply failed, path: /bmc/kepler/ObjectGroup/010102, interface: bmc.kepler.ObjectGroup, member: GetBinaryObjects, ret: message_queue push back: data size too large
2026-06-17 15:44:26.920902 hwdiscovery WARNING: harbor_client.lua(367): shm reply failed, path: /bmc/kepler/ObjectGroup/01010117, interface: bmc.kepler.ObjectGroup, member: GetBinaryObjects, ret: message_queue push back: data size too large
2026-06-17 15:44:38.622734 [:00000000] framework: A message from [ :0000000f ] to [ :00000027 ] maybe in an endless loop (version = 2297)
2026-06-17 15:44:38.623238 [:00000000] framework: A message from [ :0000000f ] to [ :00000013 ] maybe in an endless loop (version = 1641)
2026-06-17 15:44:38.623292 [:00000000] framework: A message from [ :0000000f ] to [ :00000026 ] maybe in an endless loop (version = 3587)
2026-06-17 15:45:08.627004 [:00000000] framework: A message from [ :0000000f ] to [ :00000027 ] maybe in an endless loop (version = 2297)
2026-06-17 15:45:08.627532 [:00000000] framework: A message from [ :0000000f ] to [ :00000013 ] maybe in an endless loop (version = 1641)
2026-06-17 15:45:08.627576 [:00000000] framework: A message from [ :0000000f ] to [ :00000026 ] maybe in an endless loop (version = 3587)
2026-06-17 15:45:16.370442 hwproxy WARNING: monitor.lua(240): Hisport work service heart beat lost, restart work service
2026-06-17 15:45:16.371030 [:00000012] framework: KILL :27
2026-06-17 15:45:16.372381 [:00000028] framework: LAUNCH snlua hwproxy/service/work Hisport
2026-06-17 15:45:16.792396 hwproxy NOTICE: dispatch.lua(254): position: 010101, start to process objs in pre_type: Bus, topo_data[Hisport_9], objs nums: 2
2026-06-17 15:45:16.796605 hwproxy NOTICE: dispatch.lua(138): position: 010101, chip: Eeprom_3_9_010101, start creat predevice bus handle, pre_device: Hisport_9,is main app: false, not scans: true, not buses: false
2026-06-17 15:45:16.812958 [:00000028] framework: May overload, message queue length = 1028
2026-06-17 15:45:16.828394 hwproxy ERROR: app_objects.lua(678): object_register failed, Eeprom_3_9_010101 not exist
2026-06-17 15:45:16.929560 hwproxy NOTICE: dispatch.lua(254): position: 010101, start to process objs in pre_type: Bus, topo_data[Hisport_16], objs nums: 2
2026-06-17 15:45:16.931088 hwproxy NOTICE: dispatch.lua(138): position: 010101, chip: Eeprom_3_5_010101, start creat predevice bus handle, pre_device: Hisport_16,is main app: false, not scans: true, not buses: false
2026-06-17 15:45:16.940208 hwproxy ERROR: app_objects.lua(678): object_register failed, Eeprom_3_5_010101 not exist
2026-06-17 15:45:16.946624 hwproxy NOTICE: dispatch.lua(254): position: 010101, start to process objs in pre_type: Bus, topo_data[Hisport_17], objs nums: 2
2026-06-17 15:45:16.949831 hwproxy NOTICE: dispatch.lua(138): position: 010101, chip: Eeprom_3_6_010101, start creat predevice bus handle, pre_device: Hisport_17,is main app: false, not scans: true, not buses: false
2026-06-17 15:45:16.960246 hwproxy ERROR: app_objects.lua(678): object_register failed, Eeprom_3_6_010101 not exist
2026-06-17 15:45:16.970932 hwproxy NOTICE: dispatch.lua(254): position: 010101, start to process objs in pre_type: Bus, topo_data[Hisport_18], objs nums: 2
2026-06-17 15:45:16.972402 hwproxy NOTICE: dispatch.lua(138): position: 010101, chip: Eeprom_3_1_010101, start creat predevice bus handle, pre_device: Hisport_18,is main app: false, not scans: true, not buses: false
2026-06-17 15:45:16.980584 hwproxy ERROR: app_objects.lua(678): object_register failed, Eeprom_3_1_010101 not exist
2026-06-17 15:45:16.997698 hwproxy NOTICE: dispatch.lua(254): position: 010101, start to process objs in pre_type: Bus, topo_data[Hisport_19], objs nums: 2
2026-06-17 15:45:17.000858 hwproxy NOTICE: dispatch.lua(138): position: 010101, chip: Eeprom_3_2_010101, start creat predevice bus handle, pre_device: Hisport_19,is main app: false, not scans: true, not buses: false
2026-06-17 15:45:17.010935 hwproxy ERROR: app_objects.lua(678): object_register failed, Eeprom_3_2_010101 not exist
2026-06-17 15:45:27.323808 maca NOTICE: init.lua(243): recheck startup status completely, total components count: 57, normal count: 55, abnormal components: ["manufacture","metric_analyzer"]
2026-06-17 15:45:27.438995 maca NOTICE: init.lua(244): Success to record BMC reset cause, code: 16
2026-06-17 15:45:27.439492 maca NOTICE: init.lua(271): Force Reset begin
2026-06-17 15:45:27.439772 maca NOTICE: init.lua(137): BMC reset type:normal system
2026-06-17 15:45:27.451894 maca NOTICE: init.lua(100): stop watchdog timer