Crashing while running: cargo install --version 0.65.1 bindgen-cli

This is a high load operation that crashes the target. I’ve logged what see after the crash:

 124 D -         0 - devcfg init^M
 125 B -    491538 - PMIC A:2.0 B:1.0 C:2.2 I:1.0^M
 126 B -    493063 - PM: PM_DT_PARSING_ERR: charger^M
 127 B -    496692 - PM: PM0 0x80800^M
 128 B -    499986 - PM: PM1 0x60^M
 129 B -    502945 - PM: PM2 0x60^M
 130 B -    505629 - PM: PM8 0x80008^M
 131 B -    508465 - PM: GP_FAULT7 on Tokei^M
 132 B -    511241 - PM: OVLO|UVLO on Amberjack^M
 133 B -    514840 - PM: OVLO|UVLO on Palani^M
 134 B -    518774 - PM: PON by PWR key DEB^M
 135 B -    522434 - PM: PON by SMPL^M
 136 B -    775645 - PM: SET_VAL:Skip^M
 137 B -    775676 - PM: Verifying PON-Trigger specific configurations & current PON-Trigger^M
 138 B -    784429 - PM: All PON-Trigger specific configs verified. Proceeding to BOOT^M
 139 B -    794189 - PM: PSI: b0x06_v0x3f^M
 140 B -    795806 - PM: OEM_PSI Start^M
 141 B -    797788 - PM: OEM_PSI Done^M
 142 B -    800777 - PM: Device Init # SPMI Transn: 15415^M
 143 D -    321684 - pm_device_init, Delta^M
 144 B -    808616 - pm_driver_init, Start^M
 145 B -    820084 - PM: Driver Init # SPMI Transn: 520^M
 146 D -      7991 - pm_driver_init, Delta^M
 147 B -    825726 - PM: Battery ID: 9946Ohm^M
 148 B -    828227 - PM: debug board connected^M
 149 B -    831887 - vsense_init, Start^M

This
VS what I see after a normal, sudo reboot now:

2178 D -        30 - devcfg init^M
2179 B -    405284 - PMIC A:2.0 B:1.0 C:2.2 I:1.0^M
2180 B -    406809 - PM: PM_DT_PARSING_ERR: charger^M
2181 B -    410621 - PM: Reset by PSHOLD^M
2182 B -    413702 - PM: Reset Type: Hard Reset^M
2183 B -    665296 - PM: SET_VAL:Skip^M
2184 B -    665327 - PM: Verifying PON-Trigger specific configurations & current PON-Trigger^M
2185 B -    674080 - PM: All PON-Trigger specific configs verified. Proceeding to BOOT^M
2186 B -    683840 - PM: PSI: b0x06_v0x3f^M
2187 B -    685457 - PM: OEM_PSI Start^M
2188 B -    687439 - PM: OEM_PSI Done^M
2189 B -    690428 - PM: Device Init # SPMI Transn: 15289^M
2190 D -    297619 - pm_device_init, Delta^M
2191 B -    698267 - pm_driver_init, Start^M
2192 B -    709735 - PM: Driver Init # SPMI Transn: 520^M
2193 D -      7991 - pm_driver_init, Delta^M
2194 B -    715377 - PM: Battery ID: 9944Ohm^M
2195 B -    717878 - PM: debug board connected^M
2196 B -    721538 - vsense_init, Start^M

I’ve attached a fan, which never starts. I tried Desktop and Sever versions.

The clues are whatever PM[0128] and GP_FAULT7 messages. What do those mean?
The putty log is attached:
putty.txt (309.5 KB)

Note to self, “Stop buying cheap USB charging bricks!”

Crash problem appears to be resolved using a better USB hub. Still wondering what is up with the fan not working.