feat: support volatile setting for EPC #175
Open
Cirrus CI / FreeBSD freebsd_instance:family/freebsd-13-3
failed
Jan 18, 2025 in 1m 9s
Task Summary
Instruction release failed in 00:18
Details
✅ 00:02 clone
✅ 00:42 install
✅ 00:04 submodules
❌ 00:18 release
| ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../utils/C/openSeaChest/openSeaChest_PowerControl.c:2094:114: error: too many arguments to function call, expected 3, have 4
2094 | switch (set_Idle_Timer(&deviceList[deviceIter], LEGACY_IDLE_POWER_MODE_TIMER, false, !VOLATILE_FLAG))
| ~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~
../subprojects/opensea-operations/include/power_control.h:374:42: note: 'set_Idle_Timer' declared here
374 | OPENSEA_OPERATIONS_API eReturnValues set_Idle_Timer(tDevice *device, uint32_t hundredMillisecondIncrements, bool restoreToDefault);
| ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../utils/C/openSeaChest/openSeaChest_PowerControl.c:2126:100: error: too many arguments to function call, expected 2, have 3
2126 | idleRet = scsi_Set_Idle_Timer_State(&deviceList[deviceIter], true, !VOLATILE_FLAG);
| ~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~
../subprojects/opensea-operations/include/power_control.h:373:42: note: 'scsi_Set_Idle_Timer_State' declared here
373 | OPENSEA_OPERATIONS_API eReturnValues scsi_Set_Idle_Timer_State(tDevice *device, bool enable);
| ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../utils/C/openSeaChest/openSeaChest_PowerControl.c:2131:101: error: too many arguments to function call, expected 2, have 3
2131 | idleRet = scsi_Set_Idle_Timer_State(&deviceList[deviceIter], false, !VOLATILE_FLAG);
| ~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~
../subprojects/opensea-operations/include/power_control.h:373:42: note: 'scsi_Set_Idle_Timer_State' declared here
373 | OPENSEA_OPERATIONS_API eReturnValues scsi_Set_Idle_Timer_State(tDevice *device, bool enable);
| ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../utils/C/openSeaChest/openSeaChest_PowerControl.c:2136:92: error: too many arguments to function call, expected 3, have 4
2136 | idleRet = set_Idle_Timer(&deviceList[deviceIter], 0, true, !VOLATILE_FLAG);
| ~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~
../subprojects/opensea-operations/include/power_control.h:374:42: note: 'set_Idle_Timer' declared here
374 | OPENSEA_OPERATIONS_API eReturnValues set_Idle_Timer(tDevice *device, uint32_t hundredMillisecondIncrements, bool restoreToDefault);
| ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../utils/C/openSeaChest/openSeaChest_PowerControl.c:2186:116: error: too many arguments to function call, expected 3, have 4
2186 | switch (set_Standby_Timer(&deviceList[deviceIter], LEGACY_STANDBY_POWER_MODE_TIMER, false, !VOLATILE_FLAG))
| ~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~
../subprojects/opensea-operations/include/power_control.h:370:42: note: 'set_Standby_Timer' declared here
370 | OPENSEA_OPERATIONS_API eReturnValues set_Standby_Timer(tDevice *device, uint32_t hundredMillisecondIncrements, bool restoreToDefault);
| ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../utils/C/openSeaChest/openSeaChest_PowerControl.c:2224:106: error: too many arguments to function call, expected 2, have 3
2224 | standbyRet = scsi_Set_Standby_Timer_State(&deviceList[deviceIter], true, !VOLATILE_FLAG);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~
../subprojects/opensea-operations/include/power_control.h:367:42: note: 'scsi_Set_Standby_Timer_State' declared here
367 | OPENSEA_OPERATIONS_API eReturnValues scsi_Set_Standby_Timer_State(tDevice *device, bool enable);
| ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../utils/C/openSeaChest/openSeaChest_PowerControl.c:2229:107: error: too many arguments to function call, expected 2, have 3
2229 | standbyRet = scsi_Set_Standby_Timer_State(&deviceList[deviceIter], false, !VOLATILE_FLAG);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~
../subprojects/opensea-operations/include/power_control.h:367:42: note: 'scsi_Set_Standby_Timer_State' declared here
367 | OPENSEA_OPERATIONS_API eReturnValues scsi_Set_Standby_Timer_State(tDevice *device, bool enable);
| ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../utils/C/openSeaChest/openSeaChest_PowerControl.c:2234:98: error: too many arguments to function call, expected 3, have 4
2234 | standbyRet = set_Standby_Timer(&deviceList[deviceIter], 0, true, !VOLATILE_FLAG);
| ~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~
../subprojects/opensea-operations/include/power_control.h:370:42: note: 'set_Standby_Timer' declared here
370 | OPENSEA_OPERATIONS_API eReturnValues set_Standby_Timer(tDevice *device, uint32_t hundredMillisecondIncrements, bool restoreToDefault);
| ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10 errors generated.
[132/153] Compiling C object openSeaChest_PassthroughTest.p/utils_C_openSeaChest_openSeaChest_PassthroughTest.c.o
[133/153] Compiling C object openSeaChest_Raw.p/src_openseachest_util_options.c.o
ninja: build stopped: subcommand failed.
Could not rebuild /tmp/cirrus-ci-build/build
Exit status: 255
Loading