Ronelsh
I was checking you have rstp v mstp and yes acknowledged stp root primary does show in final config as stp instance 0 root primary
Having said that Comware does support rapid pvst on upstream/downstream when Comware is in rstp and neighbour is in rapid-pvst, this being your case.
Here is my working config with the Comware device working as root.
I only have vlan1 running.
------------------------------------------------------------------------------------------
Comware
stp instance 0 root primary
stp mode rstp
stp global enable
ArubaOS
spanning-tree
spanning-tree mode rapid-pvst
----------------------------------------------------------------------------------------------
To check this I have a luxury of a small lab and I could flip the root by manipulating the cost on Comware, as an FYI (do not try this in your live environment)
Comware
undo stp root
stp priorty 61440
This makes the ArubaOS switch root as its default cost is 32678 (8X4096, 8 is default ), the Comware box having 61440.
Id suggest contacting support so they can help you dig deeper.