Index: firmware/App/Controllers/Valves.c =================================================================== diff -u -r3f2ea9e243b2c4ee4459b58348cdf74baf526c1a -rba882c318a6bedb3abe2f1fa4656dedbf2c60d9e --- firmware/App/Controllers/Valves.c (.../Valves.c) (revision 3f2ea9e243b2c4ee4459b58348cdf74baf526c1a) +++ firmware/App/Controllers/Valves.c (.../Valves.c) (revision ba882c318a6bedb3abe2f1fa4656dedbf2c60d9e) @@ -232,8 +232,7 @@ /*********************************************************************//** * @brief * The initValves function initializes the valves driver. - * @details - * Inputs: valveSelfTestState, valvesSelfTestResult, valvesStatus, + * @details Inputs: valveSelfTestState, valvesSelfTestResult, valvesStatus, * valvesControlSetBits * Outputs: valveSelfTestState, valvesSelfTestResult, valvesStatus * @return none @@ -262,9 +261,8 @@ /*********************************************************************//** * @brief * The homeValve function sets the homing request flag of a valve to TRUE. - * @details - * Inputs: valvesStatus - * Outputs: valvesStatus (The flag that sets the homing request) + * @details Inputs: valvesStatus + * @details Outputs: valvesStatus (The flag that sets the homing request) * @param valve that is set to be homed * @return none *************************************************************************/ @@ -288,9 +286,8 @@ /*********************************************************************//** * @brief * The setValvePosition function sets the requested position of a valve. - * @details - * Inputs: valvesStatus - * Outputs: valvesStatus + * @details Inputs: valvesStatus + * @details Outputs: valvesStatus * @param valve that its position is set * @param position that the valve is set * @return returns TRUE if the requested position was legal @@ -319,9 +316,8 @@ /*********************************************************************//** * @brief * The getValvePosition function returns the current position of a valve. - * @details - * Inputs: none - * Outputs: valvesStatus + * @details Inputs: none + * @details Outputs: valvesStatus * @param valve that the position is requested * @return returns the current position of the valve in enum *************************************************************************/ @@ -345,9 +341,8 @@ * @brief * The setValveBloodTrap function set the blood trap valve to open or close * position. - * @details - * Inputs: valveAirTrapStatus - * Outputs: valveAirTrapStatus + * @details Inputs: valveAirTrapStatus + * @details Outputs: valveAirTrapStatus * @param: state enumeration of open or close for valve * @return: none *************************************************************************/ @@ -377,9 +372,8 @@ * @brief * The getValveAirTrapStatus function returns the status of air trap valve * which is either open or close - * @details - * Inputs: valveAirTrapStatus - * Outputs: none + * @details Inputs: valveAirTrapStatus + * @details Outputs: none * @return: valveAirTrapStatus the status of air trap valve (open or close) *************************************************************************/ OPN_CLS_STATE_T getValveAirTrapStatus( void ) @@ -390,9 +384,8 @@ /*********************************************************************//** * @brief * The execValvesSelfTest function executes the valves self test. - * @details - * Inputs: valveSelfTestState - * Outputs: valveSelfTestState + * @details Inputs: valveSelfTestState + * @details Outputs: valveSelfTestState * @return valvesSelfTestResult The status of the self test *************************************************************************/ SELF_TEST_STATUS_T execValvesSelfTest( void ) @@ -423,9 +416,8 @@ /*********************************************************************//** * @brief * The execValves function executes the valves exec state machine. - * @details - * Inputs: valvesStatus - * Outputs: valvesStatus + * @details Inputs: valvesStatus + * @details Outputs: valvesStatus * @return none *************************************************************************/ void execValves( void ) @@ -488,9 +480,8 @@ /*********************************************************************//** * @brief * The handleValveSelfTestEnableValves function starts the valves self test. - * @details - * Inputs: valvesSelfTestResult, valvesSelfTestResult - * Outputs: valvesSelfTestResult, valvesSelfTestResult + * @details Inputs: valvesSelfTestResult, valvesSelfTestResult + * @details Outputs: valvesSelfTestResult, valvesSelfTestResult * @return next state of the self test state machine *************************************************************************/ static VALVE_SELF_TEST_STATE_T handleValveSelfTestEnableValves( void ) @@ -516,9 +507,8 @@ * @brief * The handleValveSelfTestConfirmEnable function checks to make sure the * valves are enabled properly. - * @details - * Inputs: valvesSelfTestResult - * Outputs: valvesSelfTestResult + * @details Inputs: valvesSelfTestResult + * @details Outputs: valvesSelfTestResult * @return next state of the self test state machine *************************************************************************/ static VALVE_SELF_TEST_STATE_T handleValveSelfTestConfirmEnable( void ) @@ -540,9 +530,8 @@ /*********************************************************************//** * @brief * The handleValveStateWaitForPost function handles the wait for POST state. - * @details - * Inputs: valveSelfTestState - * Outputs: none + * @details Inputs: valveSelfTestState + * @details Outputs: none * @param valve that is waiting for POST to complete * @return next state of exec state *************************************************************************/ @@ -562,9 +551,8 @@ * @brief * The handleValveStateHomingNotStarted function handles homing not started * state of the state machine. - * @details - * Inputs: valvesStatus, valveSelfTestState, isDoorClosed - * Outputs: valvesStatus + * @details Inputs: valvesStatus, valveSelfTestState, isDoorClosed + * @details Outputs: valvesStatus * @param valve that is set to be homed * @return next state of the exec state machine *************************************************************************/ @@ -597,9 +585,8 @@ * @brief * The handleValveStateHomingFindEnergizedEdge function handles find * energized state of the state machine. - * @details - * Inputs: valvesStatus - * Outputs: valvesStatus + * @details Inputs: valvesStatus + * @details Outputs: valvesStatus * @param valve that its energized edge is found * @return next state of the exec state machine *************************************************************************/ @@ -645,9 +632,8 @@ * @brief * The handleValveStateHomingFindDeenergizedEdge function handles find * de-energized state of the state machine. - * @details. - * Inputs: valvesStatus - * Outputs: valvesStatus + * @details Inputs: valvesStatus + * @details Outputs: valvesStatus * @param valve that its de-energized edge is found * @return next state of the exec state machine *************************************************************************/ @@ -725,9 +711,8 @@ * @brief * The handleValveStateIdle function handles the idle state of the valves * state machine. - * @details - * Inputs: valvesStatus - * Outputs: valvesStatus + * @details Inputs: valvesStatus + * @details Outputs: valvesStatus * @param valve that is in idle state * @return next state of the exec state machine *************************************************************************/ @@ -777,9 +762,8 @@ * @brief * The handleValveStateInTransition function handles the in transition * state of the state machine. - * @details - * Inputs: valvesStatus - * Outputs: valvesStatus + * @details Inputs: valvesStatus + * @details Outputs: valvesStatus * @param valve that is in position transition * @return next state of the exec state machine *************************************************************************/ @@ -833,9 +817,8 @@ * @brief * The handleValveStateInBypassMode function handles the bypass mode * state of the state machine. - * @details - * Inputs: valvesStatus - * Outputs: valvesStatus + * @details Inputs: valvesStatus + * @details Outputs: valvesStatus * @param valve that is in position transition * @return next state of the exec state machine *************************************************************************/ @@ -869,10 +852,9 @@ /*********************************************************************//** * @brief * The setValveControlMode function sets the valves control mode. - * @details - * Inputs: valvesControlSetBits, valvesControlModesSetBits, + * @details Inputs: valvesControlSetBits, valvesControlModesSetBits, * valvesControlModesResetBits - * Outputs: valvesControlSetBits + * @details Outputs: valvesControlSetBits * @param valve that its control mode is set * @param mode the control mode that the valve will be set to * @return none @@ -896,9 +878,8 @@ * @brief * The execMonitorValves function handles monitoring of the valves. The * function calls other functions to monitor the values. - * @details - * Inputs: none - * Outputs: none + * @details Inputs: none + * @details Outputs: none * @return none *************************************************************************/ static void execMonitorValves( void ) @@ -925,9 +906,8 @@ * The areValvesEnabled function checks the current valves status from FPGA * to the enable bit mask of each valve. If any of the valves is not enabled * the function raises an alarm. - * @details - * Inputs: valvesStatus, valvesControlStatusBits - * Outputs: none + * @details Inputs: valvesStatus, valvesControlStatusBits + * @details Outputs: none * @return Returns TRUE if all the valves are enabled properly *************************************************************************/ static BOOL areValvesFunctional( void ) @@ -987,9 +967,8 @@ /*********************************************************************//** * @brief * The setFPGAValue function sets the position of a valve to FPGA. - * @details - * Inputs: none - * Outputs: none + * @details Inputs: none + * @details Outputs: none * @param valve that its FPGA set point is updated * @param position that is set in counts * @param enableCurrentRelaxation flag. Indicates whether current relaxation @@ -1036,9 +1015,8 @@ * The convertAndMonitorValvesCurrent function gets the current values * in counts from FPGA and converts them to current. If any of the values * is above the threshold, the function raises an alarm. - * @details - * Inputs: valvesStatus - * Outputs: valvesStatus + * @details Inputs: valvesStatus + * @details Outputs: valvesStatus * @return none *************************************************************************/ static void convertAndMonitorValvesCurrent( void ) @@ -1089,9 +1067,8 @@ * checks whether any of the valves have deviated from their current position \n * if they are in idle state. If any of the valves have deviated, the function \n * raises an alarm. - * @details - * Inputs: valvesStatus - * Outputs: valvesStatus + * @details Inputs: valvesStatus + * @details Outputs: valvesStatus * @return none *************************************************************************/ static void getAndMonitorValvesCurrentPosition( void ) @@ -1150,9 +1127,8 @@ * @brief * The getPublishValvesDataInterval function gets the valves data publish * interval. - * @details - * Inputs: valvesDataPublishInterval - * Outputs: none + * @details Inputs: valvesDataPublishInterval + * @details Outputs: none * @return data publish time interval *************************************************************************/ U32 getPublishValvesDataInterval( void ) @@ -1171,9 +1147,8 @@ * @brief * The publishValvesData function publishes the data of the valves at the * specified time interval. - * @details - * Inputs: valvesStatus - * Outputs: valvesStatus + * @details Inputs: valvesStatus + * @details Outputs: valvesStatus * @param valve that its data is published * @return none *************************************************************************/ @@ -1205,9 +1180,8 @@ * @brief * The setValveNextStep function calculates the next step of a valve and * calls another function to set the next step. - * @details - * Inputs: valvesStatus - * Outputs: valvesStatus + * @details Inputs: valvesStatus + * @details Outputs: valvesStatus * @param valve that its next step is calculated and set * @return none *************************************************************************/ @@ -1276,9 +1250,8 @@ * The setFPGAValvePWM function checks whether the valve should be moving * CW or CCW and converts the PWM in percent to PWM in counts accordingly. * The converted PWM in counts is set via the FPGA functions. - * @details - * Inputs: valvesStatus - * Outputs: none + * @details Inputs: valvesStatus + * @details Outputs: none * @param valve which its PWM is being set * @return none *************************************************************************/ @@ -1325,9 +1298,8 @@ * @brief * The getValvesCurrentPWM function gets the PWM counts from the FPGA module * and converts them in to duty cycle in percent. - * @details - * Inputs: valvesStatus - * Outputs: valvesStatus + * @details Inputs: valvesStatus + * @details Outputs: valvesStatus * @return none *************************************************************************/ static void getValvesCurrentPWM( void ) @@ -1368,9 +1340,8 @@ * @brief * The testSetValvesDataPublishInterval function overrides the valves data * publish interval. - * @details - * Inputs: valvesDataPublishInterval - * Outputs: valvesDataPublishInterval + * @details Inputs: valvesDataPublishInterval + * @details Outputs: valvesDataPublishInterval * @param value which is override value for the valve data publish interval * @return TRUE if override successful, FALSE if not *************************************************************************/ @@ -1394,9 +1365,8 @@ * @brief * The testResetValvesDataPublishInterval function resets the override * of the valves publish interval. - * @details - * Inputs: valvesDataPublishInterval - * Outputs: valvesDataPublishInterval + * @details Inputs: valvesDataPublishInterval + * @details Outputs: valvesDataPublishInterval * @return TRUE if override reset successful, FALSE if not *************************************************************************/ BOOL testResetValvesDataPublishInterval( void ) @@ -1416,9 +1386,8 @@ /*********************************************************************//** * @brief * The testSetValvesPositionOverride function overrides the valves position. - * @details - * Inputs: valvesPositionOverride, valvesStatus - * Outputs: valvesPositionOverride + * @details Inputs: valvesPositionOverride, valvesStatus + * @details Outputs: valvesPositionOverride * @param valve to override its position * @param position of the valve that will be overridden * @return TRUE if override successful, FALSE if not @@ -1444,9 +1413,8 @@ * @brief * The testResetValvesDataPublishInterval function resets the override * of the valves publish interval. - * @details - * Inputs: valvesDataPublishInterval - * Outputs: valvesDataPublishInterval + * @details Inputs: valvesDataPublishInterval + * @details Outputs: valvesDataPublishInterval * @param valve that its data publish will be overridden * @return TRUE if override reset successful, FALSE if not *************************************************************************/ @@ -1470,9 +1438,8 @@ * @brief * The testSetValvePWMOverride function overrides the valves PWM in bypass * control mode. - * @details - * Inputs: valvesStatus - * Outputs: valvesStatus + * @details Inputs: valvesStatus + * @details Outputs: valvesStatus * @param valve to override its PWM * @param pwm in percent * @param direction of the movement of the valve in clockwise or counter @@ -1510,9 +1477,8 @@ * @brief * The testResetValvePWMOverride function resets the override PWM in bypass * control mode. - * @details - * Inputs: valvesStatus - * Outputs: valvesStatus + * @details Inputs: valvesStatus + * @details Outputs: valvesStatus * @param valve that its data publish will be overridden * @return TRUE if override reset successful, FALSE if not *************************************************************************/ Index: firmware/App/Controllers/Valves.h =================================================================== diff -u -rdb29226a158778db9c0bbcc202d3b56f9cf305c8 -rba882c318a6bedb3abe2f1fa4656dedbf2c60d9e --- firmware/App/Controllers/Valves.h (.../Valves.h) (revision db29226a158778db9c0bbcc202d3b56f9cf305c8) +++ firmware/App/Controllers/Valves.h (.../Valves.h) (revision ba882c318a6bedb3abe2f1fa4656dedbf2c60d9e) @@ -8,7 +8,8 @@ /** * @defgroup Valves Valves * @brief Valves module - * Driver that runs the valves in HD. + * Driver that runs the valves in HD. The driver can home the valves + * as well as setting a position. * * @addtogroup Valves * @{ Index: results/Build_Status_Report.csv =================================================================== diff -u -r1f5dfc492d42cfdaaeaa5142433538537e298b01 -rba882c318a6bedb3abe2f1fa4656dedbf2c60d9e --- results/Build_Status_Report.csv (.../Build_Status_Report.csv) (revision 1f5dfc492d42cfdaaeaa5142433538537e298b01) +++ results/Build_Status_Report.csv (.../Build_Status_Report.csv) (revision ba882c318a6bedb3abe2f1fa4656dedbf2c60d9e) @@ -1,6 +1,6 @@ Running Project, hdfirmware -Date, Wed Oct 7 11:42:35 PDT 2020 +Date, Thu Oct 8 17:09:52 PDT 2020 VectorCAST Pass/Fail Status, Passed Index: results/VectorCAST.log =================================================================== diff -u -r1f5dfc492d42cfdaaeaa5142433538537e298b01 -rba882c318a6bedb3abe2f1fa4656dedbf2c60d9e --- results/VectorCAST.log (.../VectorCAST.log) (revision 1f5dfc492d42cfdaaeaa5142433538537e298b01) +++ results/VectorCAST.log (.../VectorCAST.log) (revision ba882c318a6bedb3abe2f1fa4656dedbf2c60d9e) @@ -1,6 +1,6 @@ COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL.env DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353 -TIME: 2020-10-07 11:42:36 +TIME: 2020-10-08 17:09:54 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/CCAST_.CFG @@ -35,7 +35,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e ACCEL -l C test script convert /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL.tst.tmp DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353 -TIME: 2020-10-07 11:42:39 +TIME: 2020-10-08 17:09:58 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -325,7 +325,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e ACCEL test script create /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL.tst DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353 -TIME: 2020-10-07 11:42:41 +TIME: 2020-10-08 17:10:00 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -340,7 +340,7 @@ Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e ACCEL -l C execute batch --update_coverage_data DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353 -TIME: 2020-10-07 11:42:42 +TIME: 2020-10-08 17:10:01 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -799,7 +799,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009/ALARMLAMP.env DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009 -TIME: 2020-10-07 11:42:44 +TIME: 2020-10-08 17:10:03 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009/CCAST_.CFG @@ -834,7 +834,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e ALARMLAMP -l C test script convert /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009/ALARMLAMP.tst.tmp DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009 -TIME: 2020-10-07 11:42:47 +TIME: 2020-10-08 17:10:06 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -1061,7 +1061,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e ALARMLAMP test script create /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009/ALARMLAMP.tst DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009 -TIME: 2020-10-07 11:42:49 +TIME: 2020-10-08 17:10:08 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -1076,7 +1076,7 @@ Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e ALARMLAMP tools import_coverage /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/ALARMLAMP/ALARMLAMP_cba.cvr DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009 -TIME: 2020-10-07 11:42:49 +TIME: 2020-10-08 17:10:09 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -1098,7 +1098,7 @@ >>> File processing completed for /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/ALARMLAMP/ALARMLAMP_cba.cvr COMMAND: /opt/VectorCASTSP3/clicast -e ALARMLAMP -l C execute batch --update_coverage_data DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009 -TIME: 2020-10-07 11:42:50 +TIME: 2020-10-08 17:10:10 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -1293,7 +1293,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT.env DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791 -TIME: 2020-10-07 11:42:52 +TIME: 2020-10-08 17:10:11 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/CCAST_.CFG @@ -1329,7 +1329,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e ALARMMGMT -l C test script convert /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT.tst.tmp DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791 -TIME: 2020-10-07 11:42:55 +TIME: 2020-10-08 17:10:15 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -1697,7 +1697,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e ALARMMGMT tools import_coverage /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/ALARMMGMT/ALARMMGMT_cba.cvr DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791 -TIME: 2020-10-07 11:42:57 +TIME: 2020-10-08 17:10:17 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -1719,7 +1719,7 @@ >>> File processing completed for /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/ALARMMGMT/ALARMMGMT_cba.cvr COMMAND: /opt/VectorCASTSP3/clicast -e ALARMMGMT -l C execute batch --update_coverage_data DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791 -TIME: 2020-10-07 11:42:58 +TIME: 2020-10-08 17:10:17 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -2215,7 +2215,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW.env DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643 -TIME: 2020-10-07 11:43:00 +TIME: 2020-10-08 17:10:20 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/CCAST_.CFG @@ -2251,7 +2251,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e BLOODFLOW -l C test script convert /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW.tst.tmp DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643 -TIME: 2020-10-07 11:43:03 +TIME: 2020-10-08 17:10:23 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -2862,7 +2862,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e BLOODFLOW tools import_coverage /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/BLOODFLOW/BLOODFLOW_cba.cvr DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643 -TIME: 2020-10-07 11:43:05 +TIME: 2020-10-08 17:10:26 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -2884,7 +2884,7 @@ >>> File processing completed for /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/BLOODFLOW/BLOODFLOW_cba.cvr COMMAND: /opt/VectorCASTSP3/clicast -e BLOODFLOW -l C execute batch --update_coverage_data DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643 -TIME: 2020-10-07 11:43:06 +TIME: 2020-10-08 17:10:26 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -3882,7 +3882,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS.env DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415 -TIME: 2020-10-07 11:43:10 +TIME: 2020-10-08 17:10:30 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/CCAST_.CFG @@ -3915,9 +3915,9 @@ Coverage Initialized Writing VectorCAST Database Files to Disk Environment built Successfully -COMMAND: /opt/VectorCASTSP3/clicast -e BUTTONS -l C test script convert /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS.tst.tmp +COMMAND: /opt/VectorCASTSP3/clicast -e BUTTONS -l C test script run /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS.tst.tmp DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415 -TIME: 2020-10-07 11:43:13 +TIME: 2020-10-08 17:10:33 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -3932,9 +3932,6 @@ Opening Types File Environment is Open Processing Script File - Test Script Maintenance Started - Test Script Maintenance Complete (0) - Translated 0 script lines Processing script line 50 Processing script line 300 Processing script line 350 @@ -4159,24 +4156,9 @@ >>> Processed Test Case: userConfirmOffButton_NoRejectExpected (S) @LINE: 836 >>> Script processing completed -COMMAND: /opt/VectorCASTSP3/clicast -e BUTTONS test script create /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS.tst -DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415 -TIME: 2020-10-07 11:43:14 -TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite -VectorCAST Copyright (C) 1993 - 2020 -**Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/CCAST_.CFG - Opening Environment - Opening Parameter/Global File - Opening Types File - Environment is Open - Creating Script File - Building Test Case Script - Test Case Script Created - Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e BUTTONS -l C execute batch --update_coverage_data DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415 -TIME: 2020-10-07 11:43:15 +TIME: 2020-10-08 17:10:34 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -4566,7 +4548,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2974704408/COMM.env DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2974704408 -TIME: 2020-10-07 11:43:17 +TIME: 2020-10-08 17:10:36 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2974704408/CCAST_.CFG @@ -4602,7 +4584,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e COMM -l C test script convert /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2974704408/COMM.tst.tmp DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2974704408 -TIME: 2020-10-07 11:43:20 +TIME: 2020-10-08 17:10:39 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -4711,7 +4693,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e COMM -l C execute batch --update_coverage_data DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2974704408 -TIME: 2020-10-07 11:43:22 +TIME: 2020-10-08 17:10:41 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -4838,7 +4820,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491/COMMBUFFERS.env DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491 -TIME: 2020-10-07 11:43:23 +TIME: 2020-10-08 17:10:42 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491/CCAST_.CFG @@ -4873,7 +4855,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e COMMBUFFERS -l C test script convert /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491/COMMBUFFERS.tst.tmp DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491 -TIME: 2020-10-07 11:43:26 +TIME: 2020-10-08 17:10:45 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -5059,7 +5041,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e COMMBUFFERS -l C execute batch --update_coverage_data DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491 -TIME: 2020-10-07 11:43:28 +TIME: 2020-10-08 17:10:47 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -5275,7 +5257,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3337817776/CPLD.env DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3337817776 -TIME: 2020-10-07 11:43:29 +TIME: 2020-10-08 17:10:48 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3337817776/CCAST_.CFG @@ -5311,7 +5293,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e CPLD -l C test script convert /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3337817776/CPLD.tst.tmp DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3337817776 -TIME: 2020-10-07 11:43:32 +TIME: 2020-10-08 17:10:51 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -5389,7 +5371,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e CPLD test script create /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3337817776/CPLD.tst DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3337817776 -TIME: 2020-10-07 11:43:33 +TIME: 2020-10-08 17:10:53 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -5404,7 +5386,7 @@ Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e CPLD -l C execute batch --update_coverage_data DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3337817776 -TIME: 2020-10-07 11:43:34 +TIME: 2020-10-08 17:10:53 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -5509,7 +5491,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451/DGINTERFACE.env DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451 -TIME: 2020-10-07 11:43:35 +TIME: 2020-10-08 17:10:54 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451/CCAST_.CFG @@ -5544,7 +5526,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e DGINTERFACE -l C test script convert /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451/DGINTERFACE.tst.tmp DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451 -TIME: 2020-10-07 11:43:38 +TIME: 2020-10-08 17:10:57 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -5795,7 +5777,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e DGINTERFACE test script create /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451/DGINTERFACE.tst DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451 -TIME: 2020-10-07 11:43:40 +TIME: 2020-10-08 17:10:59 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -5810,7 +5792,7 @@ Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e DGINTERFACE tools import_coverage /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/DGINTERFACE/DGINTERFACE_cba.cvr DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451 -TIME: 2020-10-07 11:43:41 +TIME: 2020-10-08 17:11:00 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -5832,7 +5814,7 @@ >>> File processing completed for /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/DGINTERFACE/DGINTERFACE_cba.cvr COMMAND: /opt/VectorCASTSP3/clicast -e DGINTERFACE -l C execute batch --update_coverage_data DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451 -TIME: 2020-10-07 11:43:42 +TIME: 2020-10-08 17:11:00 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -6234,7 +6216,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW.env DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165 -TIME: 2020-10-07 11:43:44 +TIME: 2020-10-08 17:11:02 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/CCAST_.CFG @@ -6270,7 +6252,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e DIALINFLOW -l C test script convert /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW.tst.tmp DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165 -TIME: 2020-10-07 11:43:47 +TIME: 2020-10-08 17:11:06 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -6867,7 +6849,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e DIALINFLOW tools import_coverage /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/DIALINFLOW/DIALINFLOW_cba.cvr DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165 -TIME: 2020-10-07 11:43:49 +TIME: 2020-10-08 17:11:08 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -6889,7 +6871,7 @@ >>> File processing completed for /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/DIALINFLOW/DIALINFLOW_cba.cvr COMMAND: /opt/VectorCASTSP3/clicast -e DIALINFLOW -l C execute batch --update_coverage_data DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165 -TIME: 2020-10-07 11:43:50 +TIME: 2020-10-08 17:11:09 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -7866,7 +7848,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW.env DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893 -TIME: 2020-10-07 11:43:53 +TIME: 2020-10-08 17:11:12 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/CCAST_.CFG @@ -7902,7 +7884,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e DIALOUTFLOW -l C test script convert /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW.tst.tmp DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893 -TIME: 2020-10-07 11:43:57 +TIME: 2020-10-08 17:11:15 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -8488,7 +8470,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e DIALOUTFLOW -l C execute batch --update_coverage_data DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893 -TIME: 2020-10-07 11:43:59 +TIME: 2020-10-08 17:11:18 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -9459,7 +9441,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS.env DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183 -TIME: 2020-10-07 11:44:02 +TIME: 2020-10-08 17:11:21 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/CCAST_.CFG @@ -9494,7 +9476,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e DIALYSIS -l C test script convert /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS.tst.tmp DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183 -TIME: 2020-10-07 11:44:05 +TIME: 2020-10-08 17:11:24 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -9740,7 +9722,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e DIALYSIS test script create /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS.tst DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183 -TIME: 2020-10-07 11:44:07 +TIME: 2020-10-08 17:11:25 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -9755,7 +9737,7 @@ Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e DIALYSIS tools import_coverage /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/DIALYSIS/DIALYSIS_cba.cvr DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183 -TIME: 2020-10-07 11:44:07 +TIME: 2020-10-08 17:11:26 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -9777,7 +9759,7 @@ >>> File processing completed for /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/DIALYSIS/DIALYSIS_cba.cvr COMMAND: /opt/VectorCASTSP3/clicast -e DIALYSIS -l C execute batch --update_coverage_data DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183 -TIME: 2020-10-07 11:44:08 +TIME: 2020-10-08 17:11:27 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -10169,7 +10151,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA.env DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326 -TIME: 2020-10-07 11:44:10 +TIME: 2020-10-08 17:11:29 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/CCAST_.CFG @@ -10204,7 +10186,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e FPGA -l C test script convert /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA.tst.tmp DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326 -TIME: 2020-10-07 11:44:13 +TIME: 2020-10-08 17:11:32 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -11083,7 +11065,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e FPGA tools import_coverage /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/FPGA/FPGA_cba.cvr DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326 -TIME: 2020-10-07 11:44:16 +TIME: 2020-10-08 17:11:34 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -11107,7 +11089,7 @@ >>> File processing completed for /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/FPGA/FPGA_cba.cvr COMMAND: /opt/VectorCASTSP3/clicast -e FPGA -l C execute batch --update_coverage_data DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326 -TIME: 2020-10-07 11:44:16 +TIME: 2020-10-08 17:11:35 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -11739,7 +11721,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493/INTERRUPTS.env DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493 -TIME: 2020-10-07 11:44:19 +TIME: 2020-10-08 17:11:38 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493/CCAST_.CFG @@ -11775,7 +11757,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e INTERRUPTS -l C test script convert /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493/INTERRUPTS.tst.tmp DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493 -TIME: 2020-10-07 11:44:22 +TIME: 2020-10-08 17:11:41 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -11953,7 +11935,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e INTERRUPTS -l C execute batch --update_coverage_data DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493 -TIME: 2020-10-07 11:44:24 +TIME: 2020-10-08 17:11:43 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -12197,7 +12179,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2980953925/INT_ACCEL.env DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2980953925 -TIME: 2020-10-07 11:44:26 +TIME: 2020-10-08 17:11:44 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2980953925/CCAST_.CFG @@ -12206,19 +12188,19 @@ Creating the Environment Directory Creating Environment "INT_ACCEL" Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/source/ - File: sys_main.c (using cached data) + File: sys_main.c QuickParse Utility Completed Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Modes/ - File: ModeInitPOST.c (using cached data) + File: ModeInitPOST.c QuickParse Utility Completed Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Services/ - File: SystemCommMessages.c (using cached data) + File: SystemCommMessages.c QuickParse Utility Completed Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Tasks/ - File: TaskPriority.c (using cached data) + File: TaskPriority.c QuickParse Utility Completed Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/FWCommon/ - File: Accel.c (using cached data) + File: Accel.c QuickParse Utility Completed Unit 8 (not-stubbed): User Defined Globals Parsing @@ -12279,7 +12261,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e INT_ACCEL -l C test script convert /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2980953925/INT_ACCEL.tst.tmp DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2980953925 -TIME: 2020-10-07 11:44:34 +TIME: 2020-10-08 17:11:54 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -12356,7 +12338,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e INT_ACCEL test script create /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2980953925/INT_ACCEL.tst DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2980953925 -TIME: 2020-10-07 11:44:36 +TIME: 2020-10-08 17:11:56 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -12371,7 +12353,7 @@ Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e INT_ACCEL tools import_coverage /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_ACCEL/INT_ACCEL_cba.cvr DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2980953925 -TIME: 2020-10-07 11:44:37 +TIME: 2020-10-08 17:11:57 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -12401,7 +12383,7 @@ >>> File processing completed for /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_ACCEL/INT_ACCEL_cba.cvr COMMAND: /opt/VectorCASTSP3/clicast -e INT_ACCEL -l C execute batch --update_coverage_data DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2980953925 -TIME: 2020-10-07 11:44:38 +TIME: 2020-10-08 17:11:58 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -12497,7 +12479,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/124385112/INT_ALARMLAMP.env DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/124385112 -TIME: 2020-10-07 11:44:39 +TIME: 2020-10-08 17:11:59 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/124385112/CCAST_.CFG @@ -12509,17 +12491,17 @@ File: sys_main.c (using cached data) QuickParse Utility Completed Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Controllers/ - File: AlarmLamp.c (using cached data) + File: AlarmLamp.c QuickParse Utility Completed Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Modes/ File: ModeInitPOST.c (using cached data) QuickParse Utility Completed Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Services/ - File: AlarmMgmt.c (using cached data) + File: AlarmMgmt.c File: SystemCommMessages.c (using cached data) QuickParse Utility Completed Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Tasks/ - File: TaskGeneral.c (using cached data) + File: TaskGeneral.c QuickParse Utility Completed Unit 8 (not-stubbed): User Defined Globals Parsing @@ -12589,7 +12571,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e INT_ALARMLAMP -l C test script convert /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/124385112/INT_ALARMLAMP.tst.tmp DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/124385112 -TIME: 2020-10-07 11:44:48 +TIME: 2020-10-08 17:12:09 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -12667,7 +12649,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e INT_ALARMLAMP test script create /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/124385112/INT_ALARMLAMP.tst DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/124385112 -TIME: 2020-10-07 11:44:50 +TIME: 2020-10-08 17:12:12 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -12682,7 +12664,7 @@ Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e INT_ALARMLAMP -l C execute batch --update_coverage_data DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/124385112 -TIME: 2020-10-07 11:44:51 +TIME: 2020-10-08 17:12:12 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -12741,7 +12723,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3157600406/INT_ALARMMGMT.env DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3157600406 -TIME: 2020-10-07 11:44:52 +TIME: 2020-10-08 17:12:13 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3157600406/CCAST_.CFG @@ -12753,11 +12735,11 @@ File: sys_main.c (using cached data) QuickParse Utility Completed Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Controllers/ - File: BloodFlow.c (using cached data) + File: BloodFlow.c QuickParse Utility Completed Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Services/ File: AlarmMgmt.c (using cached data) - File: SystemComm.c (using cached data) + File: SystemComm.c File: SystemCommMessages.c (using cached data) QuickParse Utility Completed Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Tasks/ @@ -12831,7 +12813,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e INT_ALARMMGMT -l C test script convert /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3157600406/INT_ALARMMGMT.tst.tmp DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3157600406 -TIME: 2020-10-07 11:45:02 +TIME: 2020-10-08 17:12:23 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -12907,7 +12889,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e INT_ALARMMGMT test script create /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3157600406/INT_ALARMMGMT.tst DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3157600406 -TIME: 2020-10-07 11:45:04 +TIME: 2020-10-08 17:12:26 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -12922,7 +12904,7 @@ Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e INT_ALARMMGMT tools import_coverage /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_ALARMMGMT/INT_ALARMMGMT_cba.cvr DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3157600406 -TIME: 2020-10-07 11:45:05 +TIME: 2020-10-08 17:12:27 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -12954,7 +12936,7 @@ >>> File processing completed for /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_ALARMMGMT/INT_ALARMMGMT_cba.cvr COMMAND: /opt/VectorCASTSP3/clicast -e INT_ALARMMGMT -l C execute batch --update_coverage_data DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3157600406 -TIME: 2020-10-07 11:45:05 +TIME: 2020-10-08 17:12:27 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -13051,7 +13033,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/397690850/INT_BLOODFLOW.env DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/397690850 -TIME: 2020-10-07 11:45:07 +TIME: 2020-10-08 17:12:29 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/397690850/CCAST_.CFG @@ -13152,7 +13134,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e INT_BLOODFLOW -l C test script convert /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/397690850/INT_BLOODFLOW.tst.tmp DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/397690850 -TIME: 2020-10-07 11:45:17 +TIME: 2020-10-08 17:12:39 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -13270,7 +13252,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e INT_BLOODFLOW test script create /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/397690850/INT_BLOODFLOW.tst DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/397690850 -TIME: 2020-10-07 11:45:20 +TIME: 2020-10-08 17:12:42 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -13285,7 +13267,7 @@ Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e INT_BLOODFLOW tools import_coverage /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_BLOODFLOW/INT_BLOODFLOW_cba.cvr DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/397690850 -TIME: 2020-10-07 11:45:20 +TIME: 2020-10-08 17:12:43 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -13319,7 +13301,7 @@ >>> File processing completed for /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_BLOODFLOW/INT_BLOODFLOW_cba.cvr COMMAND: /opt/VectorCASTSP3/clicast -e INT_BLOODFLOW -l C execute batch --update_coverage_data DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/397690850 -TIME: 2020-10-07 11:45:21 +TIME: 2020-10-08 17:12:43 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -13484,7 +13466,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3621120736/INT_BUTTONS.env DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3621120736 -TIME: 2020-10-07 11:45:22 +TIME: 2020-10-08 17:12:45 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3621120736/CCAST_.CFG @@ -13496,7 +13478,7 @@ File: sys_main.c (using cached data) QuickParse Utility Completed Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Controllers/ - File: Buttons.c (using cached data) + File: Buttons.c QuickParse Utility Completed Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Modes/ File: ModeInitPOST.c (using cached data) @@ -13564,9 +13546,9 @@ Coverage Initialized Writing VectorCAST Database Files to Disk Environment built Successfully -COMMAND: /opt/VectorCASTSP3/clicast -e INT_BUTTONS -l C test script run /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3621120736/INT_BUTTONS.tst.tmp +COMMAND: /opt/VectorCASTSP3/clicast -e INT_BUTTONS -l C test script convert /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3621120736/INT_BUTTONS.tst.tmp DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3621120736 -TIME: 2020-10-07 11:45:31 +TIME: 2020-10-08 17:12:55 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -13581,6 +13563,9 @@ Opening Types File Environment is Open Processing Script File + Test Script Maintenance Started + Test Script Maintenance Complete (0) + Translated 0 script lines Processing script line 100 Processing script line 150 Processing script line 200 @@ -13624,9 +13609,24 @@ >>> Processed Test Case: initButtons (S) @LINE: 211 >>> Script processing completed +COMMAND: /opt/VectorCASTSP3/clicast -e INT_BUTTONS test script create /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3621120736/INT_BUTTONS.tst +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3621120736 +TIME: 2020-10-08 17:12:58 +TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite +VectorCAST Copyright (C) 1993 - 2020 +**Version 19.sp3 (11/13/19) + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3621120736/CCAST_.CFG + Opening Environment + Opening Parameter/Global File + Opening Types File + Environment is Open + Creating Script File + Building Test Case Script + Test Case Script Created + Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e INT_BUTTONS tools import_coverage /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_BUTTONS/INT_BUTTONS_cba.cvr DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3621120736 -TIME: 2020-10-07 11:45:32 +TIME: 2020-10-08 17:12:59 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -13656,7 +13656,7 @@ >>> File processing completed for /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_BUTTONS/INT_BUTTONS_cba.cvr COMMAND: /opt/VectorCASTSP3/clicast -e INT_BUTTONS -l C execute batch --update_coverage_data DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3621120736 -TIME: 2020-10-07 11:45:32 +TIME: 2020-10-08 17:12:59 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -13730,7 +13730,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/925127052/INT_COMMBUFFERS.env DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/925127052 -TIME: 2020-10-07 11:45:33 +TIME: 2020-10-08 17:13:01 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/925127052/CCAST_.CFG @@ -13742,7 +13742,7 @@ File: sys_main.c (using cached data) QuickParse Utility Completed Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Services/ - File: CommBuffers.c (using cached data) + File: CommBuffers.c File: MsgQueues.c (using cached data) File: SystemComm.c (using cached data) File: SystemCommMessages.c (using cached data) @@ -13806,7 +13806,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e INT_COMMBUFFERS -l C test script convert /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/925127052/INT_COMMBUFFERS.tst.tmp DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/925127052 -TIME: 2020-10-07 11:45:41 +TIME: 2020-10-08 17:13:09 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -13848,7 +13848,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e INT_COMMBUFFERS test script create /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/925127052/INT_COMMBUFFERS.tst DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/925127052 -TIME: 2020-10-07 11:45:43 +TIME: 2020-10-08 17:13:12 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -13863,7 +13863,7 @@ Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e INT_COMMBUFFERS -l C execute batch --update_coverage_data DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/925127052 -TIME: 2020-10-07 11:45:44 +TIME: 2020-10-08 17:13:12 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -13899,7 +13899,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3989498026/INT_CPLD.env DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3989498026 -TIME: 2020-10-07 11:45:45 +TIME: 2020-10-08 17:13:13 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3989498026/CCAST_.CFG @@ -13918,7 +13918,7 @@ File: CPLD.c (using cached data) QuickParse Utility Completed Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Services/ - File: WatchdogMgmt.c (using cached data) + File: WatchdogMgmt.c QuickParse Utility Completed Unit 8 (not-stubbed): User Defined Globals Parsing @@ -13980,7 +13980,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e INT_CPLD -l C test script convert /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3989498026/INT_CPLD.tst.tmp DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3989498026 -TIME: 2020-10-07 11:45:52 +TIME: 2020-10-08 17:13:21 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -14037,7 +14037,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e INT_CPLD test script create /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3989498026/INT_CPLD.tst DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3989498026 -TIME: 2020-10-07 11:45:54 +TIME: 2020-10-08 17:13:23 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -14052,7 +14052,7 @@ Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e INT_CPLD tools import_coverage /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_CPLD/INT_CPLD_cba.cvr DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3989498026 -TIME: 2020-10-07 11:45:55 +TIME: 2020-10-08 17:13:23 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -14082,7 +14082,7 @@ >>> File processing completed for /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_CPLD/INT_CPLD_cba.cvr COMMAND: /opt/VectorCASTSP3/clicast -e INT_CPLD -l C execute batch --update_coverage_data DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3989498026 -TIME: 2020-10-07 11:45:56 +TIME: 2020-10-08 17:13:24 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -14149,7 +14149,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3960993444/INT_DGINTERFACE.env DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3960993444 -TIME: 2020-10-07 11:45:57 +TIME: 2020-10-08 17:13:25 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3960993444/CCAST_.CFG @@ -14158,12 +14158,12 @@ Creating the Environment Directory Creating Environment "INT_DGINTERFACE" Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Controllers/ - File: DGInterface.c (using cached data) + File: DGInterface.c QuickParse Utility Completed Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Modes/ File: Dialysis.c (using cached data) - File: ModeStandby.c (using cached data) - File: ModeTreatment.c (using cached data) + File: ModeStandby.c + File: ModeTreatment.c QuickParse Utility Completed Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Services/ File: SystemCommMessages.c (using cached data) @@ -14227,7 +14227,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e INT_DGINTERFACE -l C test script convert /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3960993444/INT_DGINTERFACE.tst.tmp DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3960993444 -TIME: 2020-10-07 11:46:04 +TIME: 2020-10-08 17:13:34 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -14297,7 +14297,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e INT_DGINTERFACE test script create /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3960993444/INT_DGINTERFACE.tst DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3960993444 -TIME: 2020-10-07 11:46:06 +TIME: 2020-10-08 17:13:37 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -14312,7 +14312,7 @@ Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e INT_DGINTERFACE tools import_coverage /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_DGINTERFACE/INT_DGINTERFACE_cba.cvr DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3960993444 -TIME: 2020-10-07 11:46:07 +TIME: 2020-10-08 17:13:37 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -14342,7 +14342,7 @@ >>> File processing completed for /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_DGINTERFACE/INT_DGINTERFACE_cba.cvr COMMAND: /opt/VectorCASTSP3/clicast -e INT_DGINTERFACE -l C execute batch --update_coverage_data DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3960993444 -TIME: 2020-10-07 11:46:08 +TIME: 2020-10-08 17:13:38 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -14434,7 +14434,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1778106133/INT_DIALINFLOW.env DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1778106133 -TIME: 2020-10-07 11:46:09 +TIME: 2020-10-08 17:13:40 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1778106133/CCAST_.CFG @@ -14446,7 +14446,7 @@ File: sys_main.c (using cached data) QuickParse Utility Completed Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Controllers/ - File: DialInFlow.c (using cached data) + File: DialInFlow.c QuickParse Utility Completed Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Modes/ File: Dialysis.c (using cached data) @@ -14535,7 +14535,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e INT_DIALINFLOW -l C test script convert /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1778106133/INT_DIALINFLOW.tst.tmp DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1778106133 -TIME: 2020-10-07 11:46:19 +TIME: 2020-10-08 17:13:52 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -14649,7 +14649,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e INT_DIALINFLOW test script create /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1778106133/INT_DIALINFLOW.tst DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1778106133 -TIME: 2020-10-07 11:46:21 +TIME: 2020-10-08 17:13:54 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -14664,7 +14664,7 @@ Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e INT_DIALINFLOW tools import_coverage /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_DIALINFLOW/INT_DIALINFLOW_cba.cvr DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1778106133 -TIME: 2020-10-07 11:46:22 +TIME: 2020-10-08 17:13:55 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -14698,7 +14698,7 @@ >>> File processing completed for /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_DIALINFLOW/INT_DIALINFLOW_cba.cvr COMMAND: /opt/VectorCASTSP3/clicast -e INT_DIALINFLOW -l C execute batch --update_coverage_data DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1778106133 -TIME: 2020-10-07 11:46:23 +TIME: 2020-10-08 17:13:56 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -14855,7 +14855,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522/INT_DIALOUTFLOW.env DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522 -TIME: 2020-10-07 11:46:25 +TIME: 2020-10-08 17:13:59 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522/CCAST_.CFG @@ -14867,7 +14867,7 @@ File: sys_main.c (using cached data) QuickParse Utility Completed Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Controllers/ - File: DialOutFlow.c (using cached data) + File: DialOutFlow.c QuickParse Utility Completed Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Modes/ File: Dialysis.c (using cached data) @@ -14956,7 +14956,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e INT_DIALOUTFLOW -l C test script convert /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522/INT_DIALOUTFLOW.tst.tmp DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522 -TIME: 2020-10-07 11:46:35 +TIME: 2020-10-08 17:14:11 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -15097,7 +15097,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e INT_DIALOUTFLOW test script create /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522/INT_DIALOUTFLOW.tst DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522 -TIME: 2020-10-07 11:46:37 +TIME: 2020-10-08 17:14:13 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -15112,7 +15112,7 @@ Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e INT_DIALOUTFLOW tools import_coverage /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_DIALOUTFLOW/INT_DIALOUTFLOW_cba.cvr DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522 -TIME: 2020-10-07 11:46:38 +TIME: 2020-10-08 17:14:14 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -15146,7 +15146,7 @@ >>> File processing completed for /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_DIALOUTFLOW/INT_DIALOUTFLOW_cba.cvr COMMAND: /opt/VectorCASTSP3/clicast -e INT_DIALOUTFLOW -l C execute batch --update_coverage_data DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522 -TIME: 2020-10-07 11:46:38 +TIME: 2020-10-08 17:14:15 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -15355,7 +15355,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/881240764/INT_DIALYSIS.env DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/881240764 -TIME: 2020-10-07 11:46:40 +TIME: 2020-10-08 17:14:17 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/881240764/CCAST_.CFG @@ -15413,7 +15413,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e INT_DIALYSIS -l C test script convert /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/881240764/INT_DIALYSIS.tst.tmp DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/881240764 -TIME: 2020-10-07 11:46:46 +TIME: 2020-10-08 17:14:22 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -15481,7 +15481,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e INT_DIALYSIS test script create /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/881240764/INT_DIALYSIS.tst DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/881240764 -TIME: 2020-10-07 11:46:47 +TIME: 2020-10-08 17:14:23 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -15496,7 +15496,7 @@ Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e INT_DIALYSIS tools import_coverage /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_DIALYSIS/INT_DIALYSIS_cba.cvr DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/881240764 -TIME: 2020-10-07 11:46:48 +TIME: 2020-10-08 17:14:24 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -15522,7 +15522,7 @@ >>> File processing completed for /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_DIALYSIS/INT_DIALYSIS_cba.cvr COMMAND: /opt/VectorCASTSP3/clicast -e INT_DIALYSIS -l C execute batch --update_coverage_data DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/881240764 -TIME: 2020-10-07 11:46:49 +TIME: 2020-10-08 17:14:24 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -15605,7 +15605,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1233794524/INT_FPGA.env DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1233794524 -TIME: 2020-10-07 11:46:50 +TIME: 2020-10-08 17:14:26 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1233794524/CCAST_.CFG @@ -15620,14 +15620,14 @@ File: BloodFlow.c (using cached data) File: DialInFlow.c (using cached data) File: DialOutFlow.c (using cached data) - File: PresOccl.c (using cached data) - File: Valves.c (using cached data) + File: PresOccl.c + File: Valves.c QuickParse Utility Completed Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Modes/ File: ModeInitPOST.c (using cached data) QuickParse Utility Completed Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Services/ - File: FPGA.c (using cached data) + File: FPGA.c File: Interrupts.c (using cached data) File: SystemCommMessages.c (using cached data) QuickParse Utility Completed @@ -15753,7 +15753,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e INT_FPGA -l C test script convert /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1233794524/INT_FPGA.tst.tmp DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1233794524 -TIME: 2020-10-07 11:47:08 +TIME: 2020-10-08 17:14:42 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -15863,7 +15863,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e INT_FPGA tools import_coverage /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_FPGA/INT_FPGA_cba.cvr DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1233794524 -TIME: 2020-10-07 11:47:11 +TIME: 2020-10-08 17:14:45 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -15907,7 +15907,7 @@ >>> File processing completed for /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_FPGA/INT_FPGA_cba.cvr COMMAND: /opt/VectorCASTSP3/clicast -e INT_FPGA -l C execute batch --update_coverage_data DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1233794524 -TIME: 2020-10-07 11:47:12 +TIME: 2020-10-08 17:14:46 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -16059,7 +16059,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4003473575/INT_MODETREATMENT.env DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4003473575 -TIME: 2020-10-07 11:47:14 +TIME: 2020-10-08 17:14:47 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4003473575/CCAST_.CFG @@ -16070,7 +16070,7 @@ Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Modes/ File: Dialysis.c (using cached data) File: ModeTreatment.c (using cached data) - File: OperationModes.c (using cached data) + File: OperationModes.c QuickParse Utility Completed Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Services/ File: SystemCommMessages.c (using cached data) @@ -16126,7 +16126,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e INT_MODETREATMENT -l C test script convert /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4003473575/INT_MODETREATMENT.tst.tmp DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4003473575 -TIME: 2020-10-07 11:47:22 +TIME: 2020-10-08 17:14:54 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -16188,7 +16188,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e INT_MODETREATMENT test script create /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4003473575/INT_MODETREATMENT.tst DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4003473575 -TIME: 2020-10-07 11:47:24 +TIME: 2020-10-08 17:14:56 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -16203,7 +16203,7 @@ Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e INT_MODETREATMENT tools import_coverage /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_MODETREATMENT/INT_MODETREATMENT_cba.cvr DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4003473575 -TIME: 2020-10-07 11:47:25 +TIME: 2020-10-08 17:14:57 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -16231,7 +16231,7 @@ >>> File processing completed for /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_MODETREATMENT/INT_MODETREATMENT_cba.cvr COMMAND: /opt/VectorCASTSP3/clicast -e INT_MODETREATMENT -l C execute batch --update_coverage_data DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4003473575 -TIME: 2020-10-07 11:47:26 +TIME: 2020-10-08 17:14:58 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -16307,7 +16307,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1686726729/INT_MODETREATMENTPARAMS.env DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1686726729 -TIME: 2020-10-07 11:47:28 +TIME: 2020-10-08 17:14:59 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1686726729/CCAST_.CFG @@ -16316,7 +16316,7 @@ Creating the Environment Directory Creating Environment "INT_MODETREATMENTPARAMS" Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Modes/ - File: ModeTreatmentParams.c (using cached data) + File: ModeTreatmentParams.c File: OperationModes.c (using cached data) QuickParse Utility Completed Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Services/ @@ -16376,7 +16376,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e INT_MODETREATMENTPARAMS -l C test script convert /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1686726729/INT_MODETREATMENTPARAMS.tst.tmp DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1686726729 -TIME: 2020-10-07 11:47:35 +TIME: 2020-10-08 17:15:06 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -16437,7 +16437,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e INT_MODETREATMENTPARAMS test script create /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1686726729/INT_MODETREATMENTPARAMS.tst DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1686726729 -TIME: 2020-10-07 11:47:37 +TIME: 2020-10-08 17:15:08 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -16452,7 +16452,7 @@ Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e INT_MODETREATMENTPARAMS tools import_coverage /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_MODETREATMENTPARAMS/INT_MODETREATMENTPARAMS_cba.cvr DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1686726729 -TIME: 2020-10-07 11:47:37 +TIME: 2020-10-08 17:15:08 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -16480,7 +16480,7 @@ >>> File processing completed for /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_MODETREATMENTPARAMS/INT_MODETREATMENTPARAMS_cba.cvr COMMAND: /opt/VectorCASTSP3/clicast -e INT_MODETREATMENTPARAMS -l C execute batch --update_coverage_data DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1686726729 -TIME: 2020-10-07 11:47:38 +TIME: 2020-10-08 17:15:09 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -16548,7 +16548,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3336905608/INT_MSGQUEUES.env DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3336905608 -TIME: 2020-10-07 11:47:39 +TIME: 2020-10-08 17:15:10 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3336905608/CCAST_.CFG @@ -16624,7 +16624,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e INT_MSGQUEUES -l C test script convert /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3336905608/INT_MSGQUEUES.tst.tmp DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3336905608 -TIME: 2020-10-07 11:47:47 +TIME: 2020-10-08 17:15:18 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -16670,7 +16670,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e INT_MSGQUEUES test script create /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3336905608/INT_MSGQUEUES.tst DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3336905608 -TIME: 2020-10-07 11:47:49 +TIME: 2020-10-08 17:15:20 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -16685,7 +16685,7 @@ Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e INT_MSGQUEUES -l C execute batch --update_coverage_data DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3336905608 -TIME: 2020-10-07 11:47:50 +TIME: 2020-10-08 17:15:21 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -16729,7 +16729,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1776554132/INT_NVDATAMGMT.env DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1776554132 -TIME: 2020-10-07 11:47:51 +TIME: 2020-10-08 17:15:22 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1776554132/CCAST_.CFG @@ -16812,7 +16812,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e INT_NVDATAMGMT -l C test script convert /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1776554132/INT_NVDATAMGMT.tst.tmp DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1776554132 -TIME: 2020-10-07 11:48:00 +TIME: 2020-10-08 17:15:30 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -16923,7 +16923,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e INT_NVDATAMGMT test script create /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1776554132/INT_NVDATAMGMT.tst DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1776554132 -TIME: 2020-10-07 11:48:02 +TIME: 2020-10-08 17:15:31 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -16938,7 +16938,7 @@ Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e INT_NVDATAMGMT tools import_coverage /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_NVDATAMGMT/INT_NVDATAMGMT_cba.cvr DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1776554132 -TIME: 2020-10-07 11:48:03 +TIME: 2020-10-08 17:15:32 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -16968,7 +16968,7 @@ >>> File processing completed for /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_NVDATAMGMT/INT_NVDATAMGMT_cba.cvr COMMAND: /opt/VectorCASTSP3/clicast -e INT_NVDATAMGMT -l C execute batch --update_coverage_data DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1776554132 -TIME: 2020-10-07 11:48:04 +TIME: 2020-10-08 17:15:33 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -17124,7 +17124,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/553544110/INT_OPERATIONMODES.env DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/553544110 -TIME: 2020-10-07 11:48:05 +TIME: 2020-10-08 17:15:34 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/553544110/CCAST_.CFG @@ -17204,7 +17204,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e INT_OPERATIONMODES -l C test script convert /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/553544110/INT_OPERATIONMODES.tst.tmp DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/553544110 -TIME: 2020-10-07 11:48:14 +TIME: 2020-10-08 17:15:41 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -17253,7 +17253,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e INT_OPERATIONMODES -l C execute batch --update_coverage_data DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/553544110 -TIME: 2020-10-07 11:48:15 +TIME: 2020-10-08 17:15:43 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -17297,7 +17297,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3460059472/INT_PRESOCCL.env DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3460059472 -TIME: 2020-10-07 11:48:17 +TIME: 2020-10-08 17:15:44 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3460059472/CCAST_.CFG @@ -17368,7 +17368,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e INT_PRESOCCL -l C test script convert /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3460059472/INT_PRESOCCL.tst.tmp DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3460059472 -TIME: 2020-10-07 11:48:25 +TIME: 2020-10-08 17:15:51 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -17457,7 +17457,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e INT_PRESOCCL test script create /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3460059472/INT_PRESOCCL.tst DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3460059472 -TIME: 2020-10-07 11:48:27 +TIME: 2020-10-08 17:15:53 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -17472,7 +17472,7 @@ Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e INT_PRESOCCL tools import_coverage /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_PRESOCCL/INT_PRESOCCL_cba.cvr DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3460059472 -TIME: 2020-10-07 11:48:28 +TIME: 2020-10-08 17:15:54 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -17500,7 +17500,7 @@ >>> File processing completed for /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_PRESOCCL/INT_PRESOCCL_cba.cvr COMMAND: /opt/VectorCASTSP3/clicast -e INT_PRESOCCL -l C execute batch --update_coverage_data DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3460059472 -TIME: 2020-10-07 11:48:29 +TIME: 2020-10-08 17:15:55 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -17618,7 +17618,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2486627120/INT_RTC.env DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2486627120 -TIME: 2020-10-07 11:48:30 +TIME: 2020-10-08 17:15:56 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2486627120/CCAST_.CFG @@ -17641,7 +17641,7 @@ QuickParse Utility Completed Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/FWCommon/ File: NVDataMgmt.c (using cached data) - File: RTC.c (using cached data) + File: RTC.c QuickParse Utility Completed Unit 8 (not-stubbed): User Defined Globals Parsing @@ -17719,7 +17719,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e INT_RTC -l C test script convert /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2486627120/INT_RTC.tst.tmp DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2486627120 -TIME: 2020-10-07 11:48:41 +TIME: 2020-10-08 17:16:07 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -17818,7 +17818,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e INT_RTC test script create /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2486627120/INT_RTC.tst DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2486627120 -TIME: 2020-10-07 11:48:44 +TIME: 2020-10-08 17:16:10 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -17833,7 +17833,7 @@ Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e INT_RTC tools import_coverage /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_RTC/INT_RTC_cba.cvr DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2486627120 -TIME: 2020-10-07 11:48:45 +TIME: 2020-10-08 17:16:11 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -17867,7 +17867,7 @@ >>> File processing completed for /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_RTC/INT_RTC_cba.cvr COMMAND: /opt/VectorCASTSP3/clicast -e INT_RTC -l C execute batch --update_coverage_data DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2486627120 -TIME: 2020-10-07 11:48:45 +TIME: 2020-10-08 17:16:12 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -18004,7 +18004,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/690517471/INT_SAFETYSHUTDOWN.env DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/690517471 -TIME: 2020-10-07 11:48:47 +TIME: 2020-10-08 17:16:13 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/690517471/CCAST_.CFG @@ -18016,7 +18016,7 @@ File: sys_main.c (using cached data) QuickParse Utility Completed Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Drivers/ - File: SafetyShutdown.c (using cached data) + File: SafetyShutdown.c QuickParse Utility Completed Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Services/ File: SystemCommMessages.c (using cached data) @@ -18064,7 +18064,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e INT_SAFETYSHUTDOWN -l C test script convert /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/690517471/INT_SAFETYSHUTDOWN.tst.tmp DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/690517471 -TIME: 2020-10-07 11:48:53 +TIME: 2020-10-08 17:16:19 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -18105,7 +18105,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e INT_SAFETYSHUTDOWN test script create /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/690517471/INT_SAFETYSHUTDOWN.tst DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/690517471 -TIME: 2020-10-07 11:48:55 +TIME: 2020-10-08 17:16:21 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -18120,7 +18120,7 @@ Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e INT_SAFETYSHUTDOWN tools import_coverage /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_SAFETYSHUTDOWN/INT_SAFETYSHUTDOWN_cba.cvr DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/690517471 -TIME: 2020-10-07 11:48:56 +TIME: 2020-10-08 17:16:22 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -18146,7 +18146,7 @@ >>> File processing completed for /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_SAFETYSHUTDOWN/INT_SAFETYSHUTDOWN_cba.cvr COMMAND: /opt/VectorCASTSP3/clicast -e INT_SAFETYSHUTDOWN -l C execute batch --update_coverage_data DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/690517471 -TIME: 2020-10-07 11:48:56 +TIME: 2020-10-08 17:16:23 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -18181,7 +18181,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2689133618/INT_SYSTEMCOMM.env DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2689133618 -TIME: 2020-10-07 11:48:57 +TIME: 2020-10-08 17:16:24 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2689133618/CCAST_.CFG @@ -18278,7 +18278,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e INT_SYSTEMCOMM -l C test script convert /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2689133618/INT_SYSTEMCOMM.tst.tmp DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2689133618 -TIME: 2020-10-07 11:49:07 +TIME: 2020-10-08 17:16:33 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -18333,7 +18333,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e INT_SYSTEMCOMM test script create /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2689133618/INT_SYSTEMCOMM.tst DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2689133618 -TIME: 2020-10-07 11:49:09 +TIME: 2020-10-08 17:16:36 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -18348,7 +18348,7 @@ Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e INT_SYSTEMCOMM tools import_coverage /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_SYSTEMCOMM/INT_SYSTEMCOMM_cba.cvr DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2689133618 -TIME: 2020-10-07 11:49:10 +TIME: 2020-10-08 17:16:36 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -18382,7 +18382,7 @@ >>> File processing completed for /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_SYSTEMCOMM/INT_SYSTEMCOMM_cba.cvr COMMAND: /opt/VectorCASTSP3/clicast -e INT_SYSTEMCOMM -l C execute batch --update_coverage_data DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2689133618 -TIME: 2020-10-07 11:49:10 +TIME: 2020-10-08 17:16:37 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -18442,7 +18442,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES.env DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150 -TIME: 2020-10-07 11:49:12 +TIME: 2020-10-08 17:16:38 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/CCAST_.CFG @@ -18612,7 +18612,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e INT_SYSTEMCOMMMESSAGES -l C test script convert /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES.tst.tmp DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150 -TIME: 2020-10-07 11:49:29 +TIME: 2020-10-08 17:16:56 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -19110,7 +19110,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e INT_SYSTEMCOMMMESSAGES tools import_coverage /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_SYSTEMCOMMMESSAGES/INT_SYSTEMCOMMMESSAGES_cba.cvr DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150 -TIME: 2020-10-07 11:49:33 +TIME: 2020-10-08 17:17:00 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -19160,7 +19160,7 @@ >>> File processing completed for /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_SYSTEMCOMMMESSAGES/INT_SYSTEMCOMMMESSAGES_cba.cvr COMMAND: /opt/VectorCASTSP3/clicast -e INT_SYSTEMCOMMMESSAGES -l C execute batch --update_coverage_data DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150 -TIME: 2020-10-07 11:49:34 +TIME: 2020-10-08 17:17:00 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -19861,7 +19861,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/189936646/INT_TIMERS.env DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/189936646 -TIME: 2020-10-07 11:49:37 +TIME: 2020-10-08 17:17:04 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/189936646/CCAST_.CFG @@ -19953,7 +19953,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e INT_TIMERS -l C test script convert /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/189936646/INT_TIMERS.tst.tmp DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/189936646 -TIME: 2020-10-07 11:49:45 +TIME: 2020-10-08 17:17:12 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -20001,7 +20001,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e INT_TIMERS test script create /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/189936646/INT_TIMERS.tst DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/189936646 -TIME: 2020-10-07 11:49:47 +TIME: 2020-10-08 17:17:14 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -20016,7 +20016,7 @@ Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e INT_TIMERS -l C execute batch --update_coverage_data DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/189936646 -TIME: 2020-10-07 11:49:48 +TIME: 2020-10-08 17:17:14 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -20068,7 +20068,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1824960653/INT_UTILITIES.env DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1824960653 -TIME: 2020-10-07 11:49:49 +TIME: 2020-10-08 17:17:16 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1824960653/CCAST_.CFG @@ -20146,7 +20146,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e INT_UTILITIES -l C test script convert /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1824960653/INT_UTILITIES.tst.tmp DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1824960653 -TIME: 2020-10-07 11:49:57 +TIME: 2020-10-08 17:17:24 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -20205,7 +20205,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e INT_UTILITIES test script create /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1824960653/INT_UTILITIES.tst DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1824960653 -TIME: 2020-10-07 11:49:59 +TIME: 2020-10-08 17:17:26 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -20220,7 +20220,7 @@ Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e INT_UTILITIES -l C execute batch --update_coverage_data DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1824960653 -TIME: 2020-10-07 11:50:00 +TIME: 2020-10-08 17:17:27 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -20288,7 +20288,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3585417238/INT_VALVES.env DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3585417238 -TIME: 2020-10-07 11:50:01 +TIME: 2020-10-08 17:17:28 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3585417238/CCAST_.CFG @@ -20370,7 +20370,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e INT_VALVES -l C test script convert /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3585417238/INT_VALVES.tst.tmp DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3585417238 -TIME: 2020-10-07 11:50:09 +TIME: 2020-10-08 17:17:36 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -20461,7 +20461,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e INT_VALVES test script create /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3585417238/INT_VALVES.tst DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3585417238 -TIME: 2020-10-07 11:50:11 +TIME: 2020-10-08 17:17:38 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -20476,7 +20476,7 @@ Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e INT_VALVES tools import_coverage /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_VALVES/INT_VALVES_cba.cvr DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3585417238 -TIME: 2020-10-07 11:50:12 +TIME: 2020-10-08 17:17:39 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -20506,7 +20506,7 @@ >>> File processing completed for /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_VALVES/INT_VALVES_cba.cvr COMMAND: /opt/VectorCASTSP3/clicast -e INT_VALVES -l C execute batch --update_coverage_data DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3585417238 -TIME: 2020-10-07 11:50:13 +TIME: 2020-10-08 17:17:39 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -20630,7 +20630,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1429379182/INT_WATCHDOGMGMT.env DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1429379182 -TIME: 2020-10-07 11:50:14 +TIME: 2020-10-08 17:17:41 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1429379182/CCAST_.CFG @@ -20719,7 +20719,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e INT_WATCHDOGMGMT -l C test script convert /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1429379182/INT_WATCHDOGMGMT.tst.tmp DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1429379182 -TIME: 2020-10-07 11:50:23 +TIME: 2020-10-08 17:17:49 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -20773,7 +20773,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e INT_WATCHDOGMGMT test script create /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1429379182/INT_WATCHDOGMGMT.tst DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1429379182 -TIME: 2020-10-07 11:50:25 +TIME: 2020-10-08 17:17:52 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -20788,7 +20788,7 @@ Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e INT_WATCHDOGMGMT -l C execute batch --update_coverage_data DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1429379182 -TIME: 2020-10-07 11:50:25 +TIME: 2020-10-08 17:17:52 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -20847,7 +20847,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT.env DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666 -TIME: 2020-10-07 11:50:27 +TIME: 2020-10-08 17:17:54 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/CCAST_.CFG @@ -20882,7 +20882,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e MODETREATMENT -l C test script convert /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT.tst.tmp DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666 -TIME: 2020-10-07 11:50:30 +TIME: 2020-10-08 17:17:57 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -21232,7 +21232,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e MODETREATMENT tools import_coverage /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/MODETREATMENT/MODETREATMENT_cba.cvr DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666 -TIME: 2020-10-07 11:50:32 +TIME: 2020-10-08 17:17:59 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -21254,7 +21254,7 @@ >>> File processing completed for /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/MODETREATMENT/MODETREATMENT_cba.cvr COMMAND: /opt/VectorCASTSP3/clicast -e MODETREATMENT -l C execute batch --update_coverage_data DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666 -TIME: 2020-10-07 11:50:33 +TIME: 2020-10-08 17:18:00 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -21735,7 +21735,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS.env DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572 -TIME: 2020-10-07 11:50:35 +TIME: 2020-10-08 17:18:03 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/CCAST_.CFG @@ -21770,7 +21770,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e MODETREATMENTPARAMS -l C test script convert /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS.tst.tmp DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572 -TIME: 2020-10-07 11:50:39 +TIME: 2020-10-08 17:18:06 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -22198,7 +22198,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e MODETREATMENTPARAMS test script create /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS.tst DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572 -TIME: 2020-10-07 11:50:41 +TIME: 2020-10-08 17:18:09 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -22213,7 +22213,7 @@ Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e MODETREATMENTPARAMS -l C execute batch --update_coverage_data DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572 -TIME: 2020-10-07 11:50:42 +TIME: 2020-10-08 17:18:09 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -22890,7 +22890,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1114345785/MSGQUEUES.env DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1114345785 -TIME: 2020-10-07 11:50:45 +TIME: 2020-10-08 17:18:12 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1114345785/CCAST_.CFG @@ -22925,7 +22925,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e MSGQUEUES -l C test script convert /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1114345785/MSGQUEUES.tst.tmp DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1114345785 -TIME: 2020-10-07 11:50:48 +TIME: 2020-10-08 17:18:15 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -23026,7 +23026,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e MSGQUEUES test script create /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1114345785/MSGQUEUES.tst DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1114345785 -TIME: 2020-10-07 11:50:49 +TIME: 2020-10-08 17:18:17 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -23041,7 +23041,7 @@ Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e MSGQUEUES -l C execute batch --update_coverage_data DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1114345785 -TIME: 2020-10-07 11:50:50 +TIME: 2020-10-08 17:18:17 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -23179,7 +23179,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT.env DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708 -TIME: 2020-10-07 11:50:51 +TIME: 2020-10-08 17:18:19 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/CCAST_.CFG @@ -23215,7 +23215,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e NVDATAMGMT -l C test script convert /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT.tst.tmp DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708 -TIME: 2020-10-07 11:50:54 +TIME: 2020-10-08 17:18:22 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -23883,7 +23883,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e NVDATAMGMT -l C execute batch --update_coverage_data DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708 -TIME: 2020-10-07 11:50:57 +TIME: 2020-10-08 17:18:25 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -24966,7 +24966,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/241608158/OPERATIONMODES.env DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/241608158 -TIME: 2020-10-07 11:51:01 +TIME: 2020-10-08 17:18:29 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/241608158/CCAST_.CFG @@ -25001,7 +25001,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e OPERATIONMODES -l C test script convert /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/241608158/OPERATIONMODES.tst.tmp DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/241608158 -TIME: 2020-10-07 11:51:04 +TIME: 2020-10-08 17:18:32 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -25155,7 +25155,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e OPERATIONMODES -l C execute batch --update_coverage_data DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/241608158 -TIME: 2020-10-07 11:51:05 +TIME: 2020-10-08 17:18:33 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -25356,7 +25356,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/396578388/PICONTROLLERS.env DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/396578388 -TIME: 2020-10-07 11:51:07 +TIME: 2020-10-08 17:18:35 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/396578388/CCAST_.CFG @@ -25391,7 +25391,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e PICONTROLLERS -l C test script convert /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/396578388/PICONTROLLERS.tst.tmp DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/396578388 -TIME: 2020-10-07 11:51:10 +TIME: 2020-10-08 17:18:38 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -25519,7 +25519,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e PICONTROLLERS test script create /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/396578388/PICONTROLLERS.tst DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/396578388 -TIME: 2020-10-07 11:51:11 +TIME: 2020-10-08 17:18:40 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -25534,7 +25534,7 @@ Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e PICONTROLLERS -l C execute batch --update_coverage_data DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/396578388 -TIME: 2020-10-07 11:51:12 +TIME: 2020-10-08 17:18:40 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -25711,7 +25711,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL.env DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755 -TIME: 2020-10-07 11:51:13 +TIME: 2020-10-08 17:18:42 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/CCAST_.CFG @@ -25746,7 +25746,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e PRESOCCL -l C test script convert /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL.tst.tmp DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755 -TIME: 2020-10-07 11:51:16 +TIME: 2020-10-08 17:18:45 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -26019,7 +26019,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e PRESOCCL tools import_coverage /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/PRESOCCL/PRESOCCL_cba.cvr DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755 -TIME: 2020-10-07 11:51:18 +TIME: 2020-10-08 17:18:47 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -26041,7 +26041,7 @@ >>> File processing completed for /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/PRESOCCL/PRESOCCL_cba.cvr COMMAND: /opt/VectorCASTSP3/clicast -e PRESOCCL -l C execute batch --update_coverage_data DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755 -TIME: 2020-10-07 11:51:19 +TIME: 2020-10-08 17:18:47 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -26464,7 +26464,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC.env DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850 -TIME: 2020-10-07 11:51:21 +TIME: 2020-10-08 17:18:49 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/CCAST_.CFG @@ -26500,7 +26500,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e RTC -l C test script convert /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC.tst.tmp DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850 -TIME: 2020-10-07 11:51:24 +TIME: 2020-10-08 17:18:53 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -27250,7 +27250,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e RTC -l C execute batch --update_coverage_data DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850 -TIME: 2020-10-07 11:51:26 +TIME: 2020-10-08 17:18:55 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -28055,7 +28055,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/129022383/SAFETYSHUTDOWN.env DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/129022383 -TIME: 2020-10-07 11:51:29 +TIME: 2020-10-08 17:18:58 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/129022383/CCAST_.CFG @@ -28090,7 +28090,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e SAFETYSHUTDOWN -l C test script convert /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/129022383/SAFETYSHUTDOWN.tst.tmp DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/129022383 -TIME: 2020-10-07 11:51:32 +TIME: 2020-10-08 17:19:01 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -28155,7 +28155,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e SAFETYSHUTDOWN test script create /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/129022383/SAFETYSHUTDOWN.tst DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/129022383 -TIME: 2020-10-07 11:51:34 +TIME: 2020-10-08 17:19:03 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -28170,7 +28170,7 @@ Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e SAFETYSHUTDOWN -l C execute batch --update_coverage_data DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/129022383 -TIME: 2020-10-07 11:51:35 +TIME: 2020-10-08 17:19:04 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -28250,7 +28250,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM.env DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922 -TIME: 2020-10-07 11:51:36 +TIME: 2020-10-08 17:19:05 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/CCAST_.CFG @@ -28285,7 +28285,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e SYSTEMCOMM -l C test script convert /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM.tst.tmp DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922 -TIME: 2020-10-07 11:51:39 +TIME: 2020-10-08 17:19:09 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -29012,7 +29012,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e SYSTEMCOMM -l C execute batch --update_coverage_data DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922 -TIME: 2020-10-07 11:51:42 +TIME: 2020-10-08 17:19:12 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -29979,7 +29979,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES.env DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163 -TIME: 2020-10-07 11:51:46 +TIME: 2020-10-08 17:19:15 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/CCAST_.CFG @@ -30014,7 +30014,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e SYSTEMCOMMMESSAGES -l C test script convert /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES.tst.tmp DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163 -TIME: 2020-10-07 11:51:49 +TIME: 2020-10-08 17:19:19 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -31415,7 +31415,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e SYSTEMCOMMMESSAGES -l C execute batch --update_coverage_data DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163 -TIME: 2020-10-07 11:51:54 +TIME: 2020-10-08 17:19:25 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -33165,7 +33165,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4061569705/TIMERS.env DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4061569705 -TIME: 2020-10-07 11:52:01 +TIME: 2020-10-08 17:19:33 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4061569705/CCAST_.CFG @@ -33200,7 +33200,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e TIMERS -l C test script convert /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4061569705/TIMERS.tst.tmp DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4061569705 -TIME: 2020-10-07 11:52:04 +TIME: 2020-10-08 17:19:36 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -33273,7 +33273,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e TIMERS test script create /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4061569705/TIMERS.tst DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4061569705 -TIME: 2020-10-07 11:52:05 +TIME: 2020-10-08 17:19:38 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -33288,7 +33288,7 @@ Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e TIMERS -l C execute batch --update_coverage_data DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4061569705 -TIME: 2020-10-07 11:52:06 +TIME: 2020-10-08 17:19:38 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -33383,7 +33383,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276/UTILITIES.env DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276 -TIME: 2020-10-07 11:52:07 +TIME: 2020-10-08 17:19:40 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276/CCAST_.CFG @@ -33418,7 +33418,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e UTILITIES -l C test script convert /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276/UTILITIES.tst.tmp DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276 -TIME: 2020-10-07 11:52:10 +TIME: 2020-10-08 17:19:42 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -33578,7 +33578,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e UTILITIES test script create /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276/UTILITIES.tst DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276 -TIME: 2020-10-07 11:52:11 +TIME: 2020-10-08 17:19:44 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -33593,7 +33593,7 @@ Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e UTILITIES -l C execute batch --update_coverage_data DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276 -TIME: 2020-10-07 11:52:12 +TIME: 2020-10-08 17:19:45 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -33830,7 +33830,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES.env DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457 -TIME: 2020-10-07 11:52:13 +TIME: 2020-10-08 17:19:46 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/CCAST_.CFG @@ -33866,7 +33866,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e VALVES -l C test script convert /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES.tst.tmp DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457 -TIME: 2020-10-07 11:52:16 +TIME: 2020-10-08 17:19:49 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -34363,7 +34363,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e VALVES tools import_coverage /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/VALVES/VALVES_cba.cvr DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457 -TIME: 2020-10-07 11:52:18 +TIME: 2020-10-08 17:19:51 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -34385,7 +34385,7 @@ >>> File processing completed for /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/VALVES/VALVES_cba.cvr COMMAND: /opt/VectorCASTSP3/clicast -e VALVES -l C execute batch --update_coverage_data DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457 -TIME: 2020-10-07 11:52:19 +TIME: 2020-10-08 17:19:52 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -35091,7 +35091,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848/WATCHDOGMGMT.env DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848 -TIME: 2020-10-07 11:52:22 +TIME: 2020-10-08 17:19:55 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848/CCAST_.CFG @@ -35126,7 +35126,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e WATCHDOGMGMT -l C test script convert /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848/WATCHDOGMGMT.tst.tmp DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848 -TIME: 2020-10-07 11:52:25 +TIME: 2020-10-08 17:19:58 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -35278,7 +35278,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e WATCHDOGMGMT test script create /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848/WATCHDOGMGMT.tst DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848 -TIME: 2020-10-07 11:52:27 +TIME: 2020-10-08 17:20:00 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -35293,7 +35293,7 @@ Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e WATCHDOGMGMT -l C execute batch --update_coverage_data DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848 -TIME: 2020-10-07 11:52:27 +TIME: 2020-10-08 17:20:00 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -35530,7 +35530,7 @@ Calling /opt/VectorCASTSP3/manage --project=Hercules_RM46_HD_Project.vcm --clicast-args report custom management ... COMMAND: /opt/VectorCASTSP3/clicast -e ACCEL report custom management DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353 -TIME: 2020-10-07 11:52:33 +TIME: 2020-10-08 17:20:06 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -35542,7 +35542,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e ALARMLAMP report custom management DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009 -TIME: 2020-10-07 11:52:34 +TIME: 2020-10-08 17:20:07 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -35554,7 +35554,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009/ALARMLAMP_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e ALARMMGMT report custom management DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791 -TIME: 2020-10-07 11:52:35 +TIME: 2020-10-08 17:20:08 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -35566,7 +35566,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e BLOODFLOW report custom management DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643 -TIME: 2020-10-07 11:52:36 +TIME: 2020-10-08 17:20:09 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -35578,7 +35578,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e BUTTONS report custom management DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415 -TIME: 2020-10-07 11:52:37 +TIME: 2020-10-08 17:20:10 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -35590,7 +35590,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e COMM report custom management DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2974704408 -TIME: 2020-10-07 11:52:38 +TIME: 2020-10-08 17:20:11 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -35602,7 +35602,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2974704408/COMM_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e COMMBUFFERS report custom management DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491 -TIME: 2020-10-07 11:52:39 +TIME: 2020-10-08 17:20:12 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -35614,7 +35614,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491/COMMBUFFERS_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e CPLD report custom management DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3337817776 -TIME: 2020-10-07 11:52:40 +TIME: 2020-10-08 17:20:13 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -35626,7 +35626,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3337817776/CPLD_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e DGINTERFACE report custom management DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451 -TIME: 2020-10-07 11:52:41 +TIME: 2020-10-08 17:20:14 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -35638,7 +35638,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451/DGINTERFACE_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e DIALINFLOW report custom management DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165 -TIME: 2020-10-07 11:52:42 +TIME: 2020-10-08 17:20:15 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -35650,7 +35650,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e DIALOUTFLOW report custom management DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893 -TIME: 2020-10-07 11:52:43 +TIME: 2020-10-08 17:20:16 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -35662,7 +35662,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e DIALYSIS report custom management DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183 -TIME: 2020-10-07 11:52:44 +TIME: 2020-10-08 17:20:17 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -35674,7 +35674,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e FPGA report custom management DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326 -TIME: 2020-10-07 11:52:45 +TIME: 2020-10-08 17:20:18 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -35686,7 +35686,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INTERRUPTS report custom management DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493 -TIME: 2020-10-07 11:52:46 +TIME: 2020-10-08 17:20:19 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -35698,7 +35698,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493/INTERRUPTS_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_ACCEL report custom management DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2980953925 -TIME: 2020-10-07 11:52:47 +TIME: 2020-10-08 17:20:20 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -35710,7 +35710,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2980953925/INT_ACCEL_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_ALARMLAMP report custom management DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/124385112 -TIME: 2020-10-07 11:52:48 +TIME: 2020-10-08 17:20:21 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -35722,7 +35722,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/124385112/INT_ALARMLAMP_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_ALARMMGMT report custom management DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3157600406 -TIME: 2020-10-07 11:52:49 +TIME: 2020-10-08 17:20:22 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -35734,7 +35734,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3157600406/INT_ALARMMGMT_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_BLOODFLOW report custom management DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/397690850 -TIME: 2020-10-07 11:52:50 +TIME: 2020-10-08 17:20:23 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -35746,7 +35746,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/397690850/INT_BLOODFLOW_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_BUTTONS report custom management DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3621120736 -TIME: 2020-10-07 11:52:51 +TIME: 2020-10-08 17:20:24 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -35758,7 +35758,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3621120736/INT_BUTTONS_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_COMMBUFFERS report custom management DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/925127052 -TIME: 2020-10-07 11:52:52 +TIME: 2020-10-08 17:20:25 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -35770,7 +35770,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/925127052/INT_COMMBUFFERS_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_CPLD report custom management DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3989498026 -TIME: 2020-10-07 11:52:53 +TIME: 2020-10-08 17:20:26 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -35782,7 +35782,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3989498026/INT_CPLD_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_DGINTERFACE report custom management DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3960993444 -TIME: 2020-10-07 11:52:54 +TIME: 2020-10-08 17:20:27 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -35794,7 +35794,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3960993444/INT_DGINTERFACE_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_DIALINFLOW report custom management DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1778106133 -TIME: 2020-10-07 11:52:55 +TIME: 2020-10-08 17:20:28 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -35806,7 +35806,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1778106133/INT_DIALINFLOW_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_DIALOUTFLOW report custom management DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522 -TIME: 2020-10-07 11:52:56 +TIME: 2020-10-08 17:20:29 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -35818,7 +35818,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522/INT_DIALOUTFLOW_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_DIALYSIS report custom management DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/881240764 -TIME: 2020-10-07 11:52:57 +TIME: 2020-10-08 17:20:30 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -35830,7 +35830,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/881240764/INT_DIALYSIS_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_FPGA report custom management DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1233794524 -TIME: 2020-10-07 11:52:58 +TIME: 2020-10-08 17:20:31 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -35842,7 +35842,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1233794524/INT_FPGA_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_MODETREATMENT report custom management DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4003473575 -TIME: 2020-10-07 11:52:59 +TIME: 2020-10-08 17:20:33 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -35854,7 +35854,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4003473575/INT_MODETREATMENT_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_MODETREATMENTPARAMS report custom management DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1686726729 -TIME: 2020-10-07 11:53:00 +TIME: 2020-10-08 17:20:34 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -35866,7 +35866,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1686726729/INT_MODETREATMENTPARAMS_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_MSGQUEUES report custom management DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3336905608 -TIME: 2020-10-07 11:53:01 +TIME: 2020-10-08 17:20:34 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -35878,7 +35878,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3336905608/INT_MSGQUEUES_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_NVDATAMGMT report custom management DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1776554132 -TIME: 2020-10-07 11:53:02 +TIME: 2020-10-08 17:20:35 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -35890,7 +35890,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1776554132/INT_NVDATAMGMT_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_OPERATIONMODES report custom management DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/553544110 -TIME: 2020-10-07 11:53:03 +TIME: 2020-10-08 17:20:36 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -35902,7 +35902,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/553544110/INT_OPERATIONMODES_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_PRESOCCL report custom management DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3460059472 -TIME: 2020-10-07 11:53:04 +TIME: 2020-10-08 17:20:37 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -35914,7 +35914,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3460059472/INT_PRESOCCL_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_RTC report custom management DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2486627120 -TIME: 2020-10-07 11:53:05 +TIME: 2020-10-08 17:20:39 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -35926,7 +35926,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2486627120/INT_RTC_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_SAFETYSHUTDOWN report custom management DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/690517471 -TIME: 2020-10-07 11:53:06 +TIME: 2020-10-08 17:20:40 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -35938,7 +35938,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/690517471/INT_SAFETYSHUTDOWN_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_SYSTEMCOMM report custom management DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2689133618 -TIME: 2020-10-07 11:53:07 +TIME: 2020-10-08 17:20:41 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -35950,7 +35950,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2689133618/INT_SYSTEMCOMM_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_SYSTEMCOMMMESSAGES report custom management DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150 -TIME: 2020-10-07 11:53:08 +TIME: 2020-10-08 17:20:42 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -35962,7 +35962,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_TIMERS report custom management DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/189936646 -TIME: 2020-10-07 11:53:09 +TIME: 2020-10-08 17:20:43 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -35974,7 +35974,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/189936646/INT_TIMERS_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_UTILITIES report custom management DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1824960653 -TIME: 2020-10-07 11:53:10 +TIME: 2020-10-08 17:20:44 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -35986,7 +35986,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1824960653/INT_UTILITIES_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_VALVES report custom management DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3585417238 -TIME: 2020-10-07 11:53:11 +TIME: 2020-10-08 17:20:45 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -35998,7 +35998,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3585417238/INT_VALVES_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_WATCHDOGMGMT report custom management DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1429379182 -TIME: 2020-10-07 11:53:12 +TIME: 2020-10-08 17:20:46 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -36010,7 +36010,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1429379182/INT_WATCHDOGMGMT_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e MODETREATMENT report custom management DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666 -TIME: 2020-10-07 11:53:13 +TIME: 2020-10-08 17:20:47 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -36022,7 +36022,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e MODETREATMENTPARAMS report custom management DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572 -TIME: 2020-10-07 11:53:14 +TIME: 2020-10-08 17:20:48 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -36034,7 +36034,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e MSGQUEUES report custom management DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1114345785 -TIME: 2020-10-07 11:53:15 +TIME: 2020-10-08 17:20:49 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -36046,7 +36046,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1114345785/MSGQUEUES_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e NVDATAMGMT report custom management DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708 -TIME: 2020-10-07 11:53:16 +TIME: 2020-10-08 17:20:50 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -36058,7 +36058,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e OPERATIONMODES report custom management DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/241608158 -TIME: 2020-10-07 11:53:17 +TIME: 2020-10-08 17:20:51 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -36070,7 +36070,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/241608158/OPERATIONMODES_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e PICONTROLLERS report custom management DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/396578388 -TIME: 2020-10-07 11:53:18 +TIME: 2020-10-08 17:20:52 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -36082,7 +36082,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/396578388/PICONTROLLERS_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e PRESOCCL report custom management DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755 -TIME: 2020-10-07 11:53:19 +TIME: 2020-10-08 17:20:53 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -36094,7 +36094,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e RTC report custom management DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850 -TIME: 2020-10-07 11:53:20 +TIME: 2020-10-08 17:20:54 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -36106,7 +36106,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e SAFETYSHUTDOWN report custom management DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/129022383 -TIME: 2020-10-07 11:53:22 +TIME: 2020-10-08 17:20:55 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -36118,7 +36118,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/129022383/SAFETYSHUTDOWN_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e SYSTEMCOMM report custom management DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922 -TIME: 2020-10-07 11:53:23 +TIME: 2020-10-08 17:20:56 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -36130,7 +36130,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e SYSTEMCOMMMESSAGES report custom management DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163 -TIME: 2020-10-07 11:53:24 +TIME: 2020-10-08 17:20:57 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -36142,7 +36142,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e TIMERS report custom management DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4061569705 -TIME: 2020-10-07 11:53:26 +TIME: 2020-10-08 17:20:59 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -36154,7 +36154,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4061569705/TIMERS_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e UTILITIES report custom management DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276 -TIME: 2020-10-07 11:53:27 +TIME: 2020-10-08 17:21:00 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -36166,7 +36166,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276/UTILITIES_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e VALVES report custom management DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457 -TIME: 2020-10-07 11:53:28 +TIME: 2020-10-08 17:21:00 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -36178,7 +36178,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e WATCHDOGMGMT report custom management DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848 -TIME: 2020-10-07 11:53:29 +TIME: 2020-10-08 17:21:02 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -36197,7 +36197,7 @@ Calling /opt/VectorCASTSP3/manage --project=Hercules_RM46_HD_Project.vcm --clicast-args report custom actual ... COMMAND: /opt/VectorCASTSP3/clicast -e ACCEL report custom actual DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353 -TIME: 2020-10-07 11:53:30 +TIME: 2020-10-08 17:21:03 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -36209,7 +36209,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e ALARMLAMP report custom actual DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009 -TIME: 2020-10-07 11:53:32 +TIME: 2020-10-08 17:21:05 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -36221,7 +36221,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009/ALARMLAMP_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e ALARMMGMT report custom actual DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791 -TIME: 2020-10-07 11:53:33 +TIME: 2020-10-08 17:21:06 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -36233,7 +36233,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e BLOODFLOW report custom actual DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643 -TIME: 2020-10-07 11:53:34 +TIME: 2020-10-08 17:21:08 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -36245,7 +36245,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e BUTTONS report custom actual DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415 -TIME: 2020-10-07 11:53:36 +TIME: 2020-10-08 17:21:09 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -36257,7 +36257,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e COMM report custom actual DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2974704408 -TIME: 2020-10-07 11:53:37 +TIME: 2020-10-08 17:21:10 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -36269,7 +36269,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2974704408/COMM_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e COMMBUFFERS report custom actual DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491 -TIME: 2020-10-07 11:53:38 +TIME: 2020-10-08 17:21:11 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -36281,7 +36281,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491/COMMBUFFERS_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e CPLD report custom actual DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3337817776 -TIME: 2020-10-07 11:53:39 +TIME: 2020-10-08 17:21:13 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -36293,7 +36293,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3337817776/CPLD_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e DGINTERFACE report custom actual DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451 -TIME: 2020-10-07 11:53:40 +TIME: 2020-10-08 17:21:14 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -36305,7 +36305,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451/DGINTERFACE_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e DIALINFLOW report custom actual DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165 -TIME: 2020-10-07 11:53:41 +TIME: 2020-10-08 17:21:15 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -36317,7 +36317,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e DIALOUTFLOW report custom actual DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893 -TIME: 2020-10-07 11:53:42 +TIME: 2020-10-08 17:21:16 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -36329,7 +36329,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e DIALYSIS report custom actual DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183 -TIME: 2020-10-07 11:53:44 +TIME: 2020-10-08 17:21:18 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -36341,7 +36341,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e FPGA report custom actual DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326 -TIME: 2020-10-07 11:53:45 +TIME: 2020-10-08 17:21:19 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -36353,7 +36353,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INTERRUPTS report custom actual DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493 -TIME: 2020-10-07 11:53:46 +TIME: 2020-10-08 17:21:21 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -36365,7 +36365,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493/INTERRUPTS_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_ACCEL report custom actual DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2980953925 -TIME: 2020-10-07 11:53:47 +TIME: 2020-10-08 17:21:22 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -36377,7 +36377,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2980953925/INT_ACCEL_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_ALARMLAMP report custom actual DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/124385112 -TIME: 2020-10-07 11:53:48 +TIME: 2020-10-08 17:21:23 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -36389,7 +36389,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/124385112/INT_ALARMLAMP_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_ALARMMGMT report custom actual DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3157600406 -TIME: 2020-10-07 11:53:49 +TIME: 2020-10-08 17:21:24 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -36401,7 +36401,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3157600406/INT_ALARMMGMT_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_BLOODFLOW report custom actual DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/397690850 -TIME: 2020-10-07 11:53:50 +TIME: 2020-10-08 17:21:25 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -36413,7 +36413,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/397690850/INT_BLOODFLOW_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_BUTTONS report custom actual DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3621120736 -TIME: 2020-10-07 11:53:52 +TIME: 2020-10-08 17:21:27 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -36425,7 +36425,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3621120736/INT_BUTTONS_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_COMMBUFFERS report custom actual DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/925127052 -TIME: 2020-10-07 11:53:53 +TIME: 2020-10-08 17:21:28 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -36437,7 +36437,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/925127052/INT_COMMBUFFERS_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_CPLD report custom actual DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3989498026 -TIME: 2020-10-07 11:53:54 +TIME: 2020-10-08 17:21:29 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -36449,7 +36449,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3989498026/INT_CPLD_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_DGINTERFACE report custom actual DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3960993444 -TIME: 2020-10-07 11:53:55 +TIME: 2020-10-08 17:21:30 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -36461,7 +36461,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3960993444/INT_DGINTERFACE_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_DIALINFLOW report custom actual DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1778106133 -TIME: 2020-10-07 11:53:56 +TIME: 2020-10-08 17:21:31 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -36473,7 +36473,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1778106133/INT_DIALINFLOW_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_DIALOUTFLOW report custom actual DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522 -TIME: 2020-10-07 11:53:57 +TIME: 2020-10-08 17:21:32 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -36485,7 +36485,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522/INT_DIALOUTFLOW_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_DIALYSIS report custom actual DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/881240764 -TIME: 2020-10-07 11:53:58 +TIME: 2020-10-08 17:21:34 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -36497,7 +36497,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/881240764/INT_DIALYSIS_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_FPGA report custom actual DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1233794524 -TIME: 2020-10-07 11:53:59 +TIME: 2020-10-08 17:21:35 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -36509,7 +36509,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1233794524/INT_FPGA_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_MODETREATMENT report custom actual DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4003473575 -TIME: 2020-10-07 11:54:00 +TIME: 2020-10-08 17:21:36 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -36521,7 +36521,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4003473575/INT_MODETREATMENT_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_MODETREATMENTPARAMS report custom actual DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1686726729 -TIME: 2020-10-07 11:54:01 +TIME: 2020-10-08 17:21:37 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -36533,7 +36533,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1686726729/INT_MODETREATMENTPARAMS_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_MSGQUEUES report custom actual DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3336905608 -TIME: 2020-10-07 11:54:02 +TIME: 2020-10-08 17:21:38 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -36545,7 +36545,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3336905608/INT_MSGQUEUES_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_NVDATAMGMT report custom actual DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1776554132 -TIME: 2020-10-07 11:54:03 +TIME: 2020-10-08 17:21:40 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -36557,7 +36557,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1776554132/INT_NVDATAMGMT_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_OPERATIONMODES report custom actual DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/553544110 -TIME: 2020-10-07 11:54:04 +TIME: 2020-10-08 17:21:41 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -36569,7 +36569,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/553544110/INT_OPERATIONMODES_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_PRESOCCL report custom actual DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3460059472 -TIME: 2020-10-07 11:54:05 +TIME: 2020-10-08 17:21:42 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -36581,7 +36581,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3460059472/INT_PRESOCCL_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_RTC report custom actual DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2486627120 -TIME: 2020-10-07 11:54:06 +TIME: 2020-10-08 17:21:43 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -36593,7 +36593,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2486627120/INT_RTC_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_SAFETYSHUTDOWN report custom actual DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/690517471 -TIME: 2020-10-07 11:54:07 +TIME: 2020-10-08 17:21:44 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -36605,7 +36605,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/690517471/INT_SAFETYSHUTDOWN_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_SYSTEMCOMM report custom actual DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2689133618 -TIME: 2020-10-07 11:54:08 +TIME: 2020-10-08 17:21:45 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -36617,7 +36617,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2689133618/INT_SYSTEMCOMM_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_SYSTEMCOMMMESSAGES report custom actual DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150 -TIME: 2020-10-07 11:54:09 +TIME: 2020-10-08 17:21:46 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -36629,7 +36629,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_TIMERS report custom actual DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/189936646 -TIME: 2020-10-07 11:54:11 +TIME: 2020-10-08 17:21:48 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -36641,7 +36641,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/189936646/INT_TIMERS_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_UTILITIES report custom actual DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1824960653 -TIME: 2020-10-07 11:54:12 +TIME: 2020-10-08 17:21:49 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -36653,7 +36653,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1824960653/INT_UTILITIES_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_VALVES report custom actual DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3585417238 -TIME: 2020-10-07 11:54:13 +TIME: 2020-10-08 17:21:50 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -36665,7 +36665,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3585417238/INT_VALVES_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_WATCHDOGMGMT report custom actual DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1429379182 -TIME: 2020-10-07 11:54:14 +TIME: 2020-10-08 17:21:51 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -36677,7 +36677,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1429379182/INT_WATCHDOGMGMT_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e MODETREATMENT report custom actual DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666 -TIME: 2020-10-07 11:54:15 +TIME: 2020-10-08 17:21:52 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -36689,7 +36689,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e MODETREATMENTPARAMS report custom actual DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572 -TIME: 2020-10-07 11:54:17 +TIME: 2020-10-08 17:21:54 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -36701,7 +36701,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e MSGQUEUES report custom actual DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1114345785 -TIME: 2020-10-07 11:54:18 +TIME: 2020-10-08 17:21:55 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -36713,7 +36713,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1114345785/MSGQUEUES_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e NVDATAMGMT report custom actual DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708 -TIME: 2020-10-07 11:54:19 +TIME: 2020-10-08 17:21:56 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -36725,7 +36725,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e OPERATIONMODES report custom actual DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/241608158 -TIME: 2020-10-07 11:54:21 +TIME: 2020-10-08 17:21:57 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -36737,7 +36737,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/241608158/OPERATIONMODES_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e PICONTROLLERS report custom actual DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/396578388 -TIME: 2020-10-07 11:54:22 +TIME: 2020-10-08 17:21:58 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -36749,7 +36749,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/396578388/PICONTROLLERS_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e PRESOCCL report custom actual DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755 -TIME: 2020-10-07 11:54:23 +TIME: 2020-10-08 17:21:59 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -36761,7 +36761,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e RTC report custom actual DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850 -TIME: 2020-10-07 11:54:24 +TIME: 2020-10-08 17:22:01 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -36773,7 +36773,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e SAFETYSHUTDOWN report custom actual DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/129022383 -TIME: 2020-10-07 11:54:25 +TIME: 2020-10-08 17:22:02 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -36785,7 +36785,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/129022383/SAFETYSHUTDOWN_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e SYSTEMCOMM report custom actual DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922 -TIME: 2020-10-07 11:54:26 +TIME: 2020-10-08 17:22:03 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -36797,7 +36797,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e SYSTEMCOMMMESSAGES report custom actual DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163 -TIME: 2020-10-07 11:54:28 +TIME: 2020-10-08 17:22:04 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -36809,7 +36809,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e TIMERS report custom actual DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4061569705 -TIME: 2020-10-07 11:54:30 +TIME: 2020-10-08 17:22:07 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -36821,7 +36821,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4061569705/TIMERS_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e UTILITIES report custom actual DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276 -TIME: 2020-10-07 11:54:31 +TIME: 2020-10-08 17:22:08 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -36833,7 +36833,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276/UTILITIES_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e VALVES report custom actual DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457 -TIME: 2020-10-07 11:54:32 +TIME: 2020-10-08 17:22:09 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -36845,7 +36845,7 @@ The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e WATCHDOGMGMT report custom actual DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848 -TIME: 2020-10-07 11:54:34 +TIME: 2020-10-08 17:22:10 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) Index: results/cppcheckError.csv =================================================================== diff -u -r1f5dfc492d42cfdaaeaa5142433538537e298b01 -rba882c318a6bedb3abe2f1fa4656dedbf2c60d9e --- results/cppcheckError.csv (.../cppcheckError.csv) (revision 1f5dfc492d42cfdaaeaa5142433538537e298b01) +++ results/cppcheckError.csv (.../cppcheckError.csv) (revision ba882c318a6bedb3abe2f1fa4656dedbf2c60d9e) @@ -52,7 +52,7 @@ hdfirmware/firmware/App/Modes/ModeTreatmentParams.c,686,style,unusedFunction,The function 'getTreatmentParameterS32' is never used. hdfirmware/firmware/App/Modes/ModeTreatmentParams.c,657,style,unusedFunction,The function 'getTreatmentParameterU32' is never used. hdfirmware/firmware/FWCommon/NVDataMgmt.c,530,style,unusedFunction,The function 'getTreatmentTime' is never used. -hdfirmware/firmware/App/Controllers/Valves.c,328,style,unusedFunction,The function 'getValvePosition' is never used. +hdfirmware/firmware/App/Controllers/Valves.c,324,style,unusedFunction,The function 'getValvePosition' is never used. hdfirmware/firmware/FWCommon/NVDataMgmt.c,569,style,unusedFunction,The function 'getWaterConsumption' is never used. hdfirmware/firmware/FWCommon/PersistentAlarm.c,61,style,unusedFunction,The function 'initPersistentAlarm' is never used. hdfirmware/firmware/App/Services/AlarmMgmt.c,464,style,unusedFunction,The function 'isAlarmActive' is never used.