Index: firmware/App/Controllers/BloodFlow.c =================================================================== diff -u -r933a18d740285e70be9d00696ed0f5a5381bc8e4 -r40a0bc77c53a4eb538580d44f1117d26f1d37fb2 --- firmware/App/Controllers/BloodFlow.c (.../BloodFlow.c) (revision 933a18d740285e70be9d00696ed0f5a5381bc8e4) +++ firmware/App/Controllers/BloodFlow.c (.../BloodFlow.c) (revision 40a0bc77c53a4eb538580d44f1117d26f1d37fb2) @@ -101,7 +101,7 @@ #define SIZE_OF_ROLLING_AVG ( ( MS_PER_SECOND / TASK_PRIORITY_INTERVAL ) * 10 ) /// blood flow sensor signal strength low alarm persistence. -#define FLOW_SIG_STRGTH_ALARM_PERSIST ( ( MS_PER_SECOND / TASK_PRIORITY_INTERVAL ) * 5 ) +#define FLOW_SIG_STRGTH_ALARM_PERSIST ( 5 * MS_PER_SECOND ) #define MIN_FLOW_SIG_STRENGTH 0.9 ///< Minimum flow sensor signal strength (90%). /// Enumeration of blood pump controller states. Index: firmware/App/Controllers/DialInFlow.c =================================================================== diff -u -rb01542f8e4ef5a29e9b08fc0d465478de516bf02 -r40a0bc77c53a4eb538580d44f1117d26f1d37fb2 --- firmware/App/Controllers/DialInFlow.c (.../DialInFlow.c) (revision b01542f8e4ef5a29e9b08fc0d465478de516bf02) +++ firmware/App/Controllers/DialInFlow.c (.../DialInFlow.c) (revision 40a0bc77c53a4eb538580d44f1117d26f1d37fb2) @@ -98,7 +98,7 @@ #define SIZE_OF_ROLLING_AVG ( ( MS_PER_SECOND / TASK_PRIORITY_INTERVAL ) * 10 ) /// dialysate flow sensor signal strength low alarm persistence. -#define FLOW_SIG_STRGTH_ALARM_PERSIST ( ( MS_PER_SECOND / TASK_PRIORITY_INTERVAL ) * 5 ) +#define FLOW_SIG_STRGTH_ALARM_PERSIST ( 5 * MS_PER_SECOND ) #define MIN_FLOW_SIG_STRENGTH 0.9 ///< Minimum flow sensor signal strength (90%). /// Enumeration of dialysate inlet pump states. Index: firmware/App/Controllers/PresOccl.c =================================================================== diff -u -r933a18d740285e70be9d00696ed0f5a5381bc8e4 -r40a0bc77c53a4eb538580d44f1117d26f1d37fb2 --- firmware/App/Controllers/PresOccl.c (.../PresOccl.c) (revision 933a18d740285e70be9d00696ed0f5a5381bc8e4) +++ firmware/App/Controllers/PresOccl.c (.../PresOccl.c) (revision 40a0bc77c53a4eb538580d44f1117d26f1d37fb2) @@ -56,7 +56,7 @@ #define OCCLUSION_THRESHOLD 25000 ///< Threshold above which an occlusion is detected. #define CARTRIDGE_LOADED_THRESHOLD 5000 ///< Threshold above which a cartridge is considered loaded. -#define PRES_ALARM_PERSISTENCE ( MS_PER_SECOND / TASK_GENERAL_INTERVAL ) ///< Alarm persistence period for pressure alarms. +#define PRES_ALARM_PERSISTENCE ( 1 * MS_PER_SECOND ) ///< Alarm persistence period for pressure alarms. /// Defined states for the pressure and occlusion monitor state machine. typedef enum PresOccl_States Index: results/Build_Status_Report.csv =================================================================== diff -u -r933a18d740285e70be9d00696ed0f5a5381bc8e4 -r40a0bc77c53a4eb538580d44f1117d26f1d37fb2 --- results/Build_Status_Report.csv (.../Build_Status_Report.csv) (revision 933a18d740285e70be9d00696ed0f5a5381bc8e4) +++ results/Build_Status_Report.csv (.../Build_Status_Report.csv) (revision 40a0bc77c53a4eb538580d44f1117d26f1d37fb2) @@ -1,6 +1,6 @@ Running Project, hdfirmware -Date, Tue Dec 1 11:22:41 PST 2020 +Date, Tue Dec 1 14:10:19 PST 2020 VectorCAST Pass/Fail Status, Passed @@ -26,9 +26,7 @@ dialysis,handleUFRunningState dialysis,handleSalineBolusInProgressState -Integration Test Coverage, Failed -The following test(s) failed: -VectorCAST_MinGW_C_LinuxTestSuite_INT_UTILITIES_management_report.html,Coverage(%):,90 +Integration Test Coverage, Passed Integration Test Manual Cases Module, Function Name @@ -70,6 +68,7 @@ nvdatamgmt,enqueueBank7Sector0Records nvdatamgmt,eraseDataLogSectors accel,getAccelCalibration +utilities,hexStrToDec presoccl,isCartridgeLoaded presoccl,handlePresOcclInitState presoccl,execPresOcclTest Index: results/VectorCAST.log =================================================================== diff -u -r933a18d740285e70be9d00696ed0f5a5381bc8e4 -r40a0bc77c53a4eb538580d44f1117d26f1d37fb2 --- results/VectorCAST.log (.../VectorCAST.log) (revision 933a18d740285e70be9d00696ed0f5a5381bc8e4) +++ results/VectorCAST.log (.../VectorCAST.log) (revision 40a0bc77c53a4eb538580d44f1117d26f1d37fb2) @@ -1,6 +1,6 @@ COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL.env DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353 -TIME: 2020-12-01 11:22:42 +TIME: 2020-12-01 14:10:20 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL.tst.tmp DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353 -TIME: 2020-12-01 11:22:45 +TIME: 2020-12-01 14:10:22 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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL.tst DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353 -TIME: 2020-12-01 11:22:47 +TIME: 2020-12-01 14:10:24 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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353 -TIME: 2020-12-01 11:22:48 +TIME: 2020-12-01 14:10:25 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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP.env DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412 -TIME: 2020-12-01 11:22:51 +TIME: 2020-12-01 14:10:27 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/CCAST_.CFG @@ -834,7 +834,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e AIRTRAP -l C test script convert /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP.tst.tmp DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412 -TIME: 2020-12-01 11:22:54 +TIME: 2020-12-01 14:10:30 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -1060,7 +1060,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e AIRTRAP test script create /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP.tst DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412 -TIME: 2020-12-01 11:22:56 +TIME: 2020-12-01 14:10:32 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -1075,7 +1075,7 @@ Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e AIRTRAP tools import_coverage /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/AIRTRAP/AIRTRAP_cba.cvr DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412 -TIME: 2020-12-01 11:22:57 +TIME: 2020-12-01 14:10:33 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -1097,7 +1097,7 @@ >>> File processing completed for /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/AIRTRAP/AIRTRAP_cba.cvr COMMAND: /opt/VectorCASTSP3/clicast -e AIRTRAP -l C execute batch --update_coverage_data DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412 -TIME: 2020-12-01 11:22:58 +TIME: 2020-12-01 14:10:33 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -1456,7 +1456,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009/ALARMLAMP.env DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009 -TIME: 2020-12-01 11:23:00 +TIME: 2020-12-01 14:10:35 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009/CCAST_.CFG @@ -1491,7 +1491,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e ALARMLAMP -l C test script convert /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009/ALARMLAMP.tst.tmp DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009 -TIME: 2020-12-01 11:23:03 +TIME: 2020-12-01 14:10:38 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -1723,7 +1723,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e ALARMLAMP test script create /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009/ALARMLAMP.tst DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009 -TIME: 2020-12-01 11:23:05 +TIME: 2020-12-01 14:10:40 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -1738,7 +1738,7 @@ Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e ALARMLAMP tools import_coverage /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/ALARMLAMP/ALARMLAMP_cba.cvr DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009 -TIME: 2020-12-01 11:23:05 +TIME: 2020-12-01 14:10:40 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -1760,7 +1760,7 @@ >>> File processing completed for /home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009 -TIME: 2020-12-01 11:23:06 +TIME: 2020-12-01 14:10:41 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -1963,7 +1963,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT.env DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791 -TIME: 2020-12-01 11:23:08 +TIME: 2020-12-01 14:10:43 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/CCAST_.CFG @@ -1999,7 +1999,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e ALARMMGMT -l C test script convert /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT.tst.tmp DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791 -TIME: 2020-12-01 11:23:11 +TIME: 2020-12-01 14:10:46 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -2339,7 +2339,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e ALARMMGMT test script create /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT.tst DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791 -TIME: 2020-12-01 11:23:14 +TIME: 2020-12-01 14:10:48 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -2354,7 +2354,7 @@ Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e ALARMMGMT tools import_coverage /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/ALARMMGMT/ALARMMGMT_cba.cvr DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791 -TIME: 2020-12-01 11:23:14 +TIME: 2020-12-01 14:10:49 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -2376,7 +2376,7 @@ >>> File processing completed for /home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791 -TIME: 2020-12-01 11:23:15 +TIME: 2020-12-01 14:10:49 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -2931,7 +2931,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW.env DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643 -TIME: 2020-12-01 11:23:17 +TIME: 2020-12-01 14:10:52 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/CCAST_.CFG @@ -2967,7 +2967,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e BLOODFLOW -l C test script convert /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW.tst.tmp DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643 -TIME: 2020-12-01 11:23:20 +TIME: 2020-12-01 14:10:55 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -3689,7 +3689,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e BLOODFLOW tools import_coverage /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/BLOODFLOW/BLOODFLOW_cba.cvr DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643 -TIME: 2020-12-01 11:23:23 +TIME: 2020-12-01 14:10:57 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -3711,7 +3711,7 @@ >>> File processing completed for /home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643 -TIME: 2020-12-01 11:23:23 +TIME: 2020-12-01 14:10:58 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -4791,7 +4791,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS.env DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415 -TIME: 2020-12-01 11:23:27 +TIME: 2020-12-01 14:11:02 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/CCAST_.CFG @@ -4826,7 +4826,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e BUTTONS -l C test script convert /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS.tst.tmp DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415 -TIME: 2020-12-01 11:23:31 +TIME: 2020-12-01 14:11:05 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -5070,7 +5070,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e BUTTONS test script create /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS.tst DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415 -TIME: 2020-12-01 11:23:33 +TIME: 2020-12-01 14:11:06 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -5085,7 +5085,7 @@ Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e BUTTONS -l C execute batch --update_coverage_data DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415 -TIME: 2020-12-01 11:23:33 +TIME: 2020-12-01 14:11:07 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -5475,7 +5475,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2974704408/COMM.env DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2974704408 -TIME: 2020-12-01 11:23:35 +TIME: 2020-12-01 14:11:09 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2974704408/CCAST_.CFG @@ -5511,7 +5511,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e COMM -l C test script convert /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2974704408/COMM.tst.tmp DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2974704408 -TIME: 2020-12-01 11:23:38 +TIME: 2020-12-01 14:11:11 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -5620,7 +5620,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e COMM -l C execute batch --update_coverage_data DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2974704408 -TIME: 2020-12-01 11:23:39 +TIME: 2020-12-01 14:11:13 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -5747,7 +5747,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491/COMMBUFFERS.env DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491 -TIME: 2020-12-01 11:23:40 +TIME: 2020-12-01 14:11:14 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491/CCAST_.CFG @@ -5782,7 +5782,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e COMMBUFFERS -l C test script convert /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491/COMMBUFFERS.tst.tmp DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491 -TIME: 2020-12-01 11:23:43 +TIME: 2020-12-01 14:11:17 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -5968,7 +5968,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e COMMBUFFERS -l C execute batch --update_coverage_data DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491 -TIME: 2020-12-01 11:23:45 +TIME: 2020-12-01 14:11:19 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -6184,7 +6184,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3337817776/CPLD.env DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3337817776 -TIME: 2020-12-01 11:23:46 +TIME: 2020-12-01 14:11:20 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3337817776/CCAST_.CFG @@ -6220,7 +6220,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e CPLD -l C test script convert /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3337817776/CPLD.tst.tmp DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3337817776 -TIME: 2020-12-01 11:23:49 +TIME: 2020-12-01 14:11:23 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -6298,7 +6298,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e CPLD test script create /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3337817776/CPLD.tst DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3337817776 -TIME: 2020-12-01 11:23:50 +TIME: 2020-12-01 14:11:24 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -6313,7 +6313,7 @@ Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e CPLD -l C execute batch --update_coverage_data DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3337817776 -TIME: 2020-12-01 11:23:51 +TIME: 2020-12-01 14:11:25 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -6418,7 +6418,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451/DGINTERFACE.env DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451 -TIME: 2020-12-01 11:23:52 +TIME: 2020-12-01 14:11:26 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451/CCAST_.CFG @@ -6453,7 +6453,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e DGINTERFACE -l C test script convert /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451/DGINTERFACE.tst.tmp DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451 -TIME: 2020-12-01 11:23:54 +TIME: 2020-12-01 14:11:29 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -6704,7 +6704,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e DGINTERFACE test script create /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451/DGINTERFACE.tst DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451 -TIME: 2020-12-01 11:23:57 +TIME: 2020-12-01 14:11:31 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -6719,7 +6719,7 @@ Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e DGINTERFACE tools import_coverage /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/DGINTERFACE/DGINTERFACE_cba.cvr DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451 -TIME: 2020-12-01 11:23:58 +TIME: 2020-12-01 14:11:31 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -6741,7 +6741,7 @@ >>> File processing completed for /home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451 -TIME: 2020-12-01 11:23:58 +TIME: 2020-12-01 14:11:32 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -7143,7 +7143,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW.env DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165 -TIME: 2020-12-01 11:24:01 +TIME: 2020-12-01 14:11:34 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/CCAST_.CFG @@ -7179,7 +7179,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e DIALINFLOW -l C test script convert /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW.tst.tmp DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165 -TIME: 2020-12-01 11:24:04 +TIME: 2020-12-01 14:11:37 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -7872,7 +7872,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e DIALINFLOW tools import_coverage /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/DIALINFLOW/DIALINFLOW_cba.cvr DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165 -TIME: 2020-12-01 11:24:07 +TIME: 2020-12-01 14:11:39 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -7894,7 +7894,7 @@ >>> File processing completed for /home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165 -TIME: 2020-12-01 11:24:08 +TIME: 2020-12-01 14:11:40 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -8938,7 +8938,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW.env DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893 -TIME: 2020-12-01 11:24:11 +TIME: 2020-12-01 14:11:43 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/CCAST_.CFG @@ -8974,7 +8974,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e DIALOUTFLOW -l C test script convert /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW.tst.tmp DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893 -TIME: 2020-12-01 11:24:14 +TIME: 2020-12-01 14:11:46 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -9568,7 +9568,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e DIALOUTFLOW -l C execute batch --update_coverage_data DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893 -TIME: 2020-12-01 11:24:16 +TIME: 2020-12-01 14:11:48 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -10553,7 +10553,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS.env DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183 -TIME: 2020-12-01 11:24:20 +TIME: 2020-12-01 14:11:51 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/CCAST_.CFG @@ -10588,7 +10588,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e DIALYSIS -l C test script convert /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS.tst.tmp DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183 -TIME: 2020-12-01 11:24:23 +TIME: 2020-12-01 14:11:54 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -11017,7 +11017,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e DIALYSIS test script create /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS.tst DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183 -TIME: 2020-12-01 11:24:25 +TIME: 2020-12-01 14:11:56 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -11032,7 +11032,7 @@ Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e DIALYSIS tools import_coverage /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/DIALYSIS/DIALYSIS_cba.cvr DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183 -TIME: 2020-12-01 11:24:25 +TIME: 2020-12-01 14:11:57 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -11054,7 +11054,7 @@ >>> File processing completed for /home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183 -TIME: 2020-12-01 11:24:26 +TIME: 2020-12-01 14:11:58 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -11742,7 +11742,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA.env DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326 -TIME: 2020-12-01 11:24:28 +TIME: 2020-12-01 14:12:00 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/CCAST_.CFG @@ -11777,7 +11777,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e FPGA -l C test script convert /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA.tst.tmp DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326 -TIME: 2020-12-01 11:24:31 +TIME: 2020-12-01 14:12:03 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -12622,7 +12622,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e FPGA tools import_coverage /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/FPGA/FPGA_cba.cvr DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326 -TIME: 2020-12-01 11:24:34 +TIME: 2020-12-01 14:12:06 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -12646,7 +12646,7 @@ >>> File processing completed for /home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326 -TIME: 2020-12-01 11:24:34 +TIME: 2020-12-01 14:12:06 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -13293,7 +13293,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493/INTERRUPTS.env DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493 -TIME: 2020-12-01 11:24:37 +TIME: 2020-12-01 14:12:09 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493/CCAST_.CFG @@ -13329,7 +13329,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e INTERRUPTS -l C test script convert /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493/INTERRUPTS.tst.tmp DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493 -TIME: 2020-12-01 11:24:40 +TIME: 2020-12-01 14:12:12 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -13507,7 +13507,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e INTERRUPTS -l C execute batch --update_coverage_data DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493 -TIME: 2020-12-01 11:24:42 +TIME: 2020-12-01 14:12:14 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -13751,7 +13751,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2980953925/INT_ACCEL.env DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2980953925 -TIME: 2020-12-01 11:24:43 +TIME: 2020-12-01 14:12:15 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2980953925/CCAST_.CFG @@ -13760,19 +13760,19 @@ Creating the Environment Directory Creating Environment "INT_ACCEL" Calling QuickParse Utility for /home/fw/wshd/hdfirmware/firmware/source/ - File: sys_main.c (using cached data) + File: sys_main.c QuickParse Utility Completed Calling QuickParse Utility for /home/fw/wshd/hdfirmware/firmware/App/Modes/ - File: ModeInitPOST.c (using cached data) + File: ModeInitPOST.c QuickParse Utility Completed Calling QuickParse Utility for /home/fw/wshd/hdfirmware/firmware/App/Services/ - File: SystemCommMessages.c (using cached data) + File: SystemCommMessages.c QuickParse Utility Completed Calling QuickParse Utility for /home/fw/wshd/hdfirmware/firmware/App/Tasks/ - File: TaskPriority.c (using cached data) + File: TaskPriority.c QuickParse Utility Completed Calling QuickParse Utility for /home/fw/wshd/hdfirmware/firmware/FWCommon/ - File: Accel.c (using cached data) + File: Accel.c QuickParse Utility Completed Unit 8 (not-stubbed): User Defined Globals Parsing @@ -13833,7 +13833,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e INT_ACCEL -l C test script convert /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2980953925/INT_ACCEL.tst.tmp DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2980953925 -TIME: 2020-12-01 11:24:51 +TIME: 2020-12-01 14:12:25 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -13910,7 +13910,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e INT_ACCEL test script create /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2980953925/INT_ACCEL.tst DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2980953925 -TIME: 2020-12-01 11:24:53 +TIME: 2020-12-01 14:12:27 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -13925,7 +13925,7 @@ Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e INT_ACCEL tools import_coverage /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_ACCEL/INT_ACCEL_cba.cvr DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2980953925 -TIME: 2020-12-01 11:24:53 +TIME: 2020-12-01 14:12:28 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -13955,7 +13955,7 @@ >>> File processing completed for /home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2980953925 -TIME: 2020-12-01 11:24:54 +TIME: 2020-12-01 14:12:28 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -14051,7 +14051,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/386316907/INT_AIRTRAP.env DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/386316907 -TIME: 2020-12-01 11:24:55 +TIME: 2020-12-01 14:12:30 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/386316907/CCAST_.CFG @@ -14063,19 +14063,19 @@ File: sys_main.c (using cached data) QuickParse Utility Completed Calling QuickParse Utility for /home/fw/wshd/hdfirmware/firmware/App/Controllers/ - File: AirTrap.c (using cached data) + File: AirTrap.c QuickParse Utility Completed Calling QuickParse Utility for /home/fw/wshd/hdfirmware/firmware/App/Modes/ - File: ModePreTreat.c (using cached data) - File: ModeStandby.c (using cached data) - File: ModeTreatment.c (using cached data) - File: TreatmentStop.c (using cached data) + File: ModePreTreat.c + File: ModeStandby.c + File: ModeTreatment.c + File: TreatmentStop.c QuickParse Utility Completed Calling QuickParse Utility for /home/fw/wshd/hdfirmware/firmware/App/Services/ File: SystemCommMessages.c (using cached data) QuickParse Utility Completed Calling QuickParse Utility for /home/fw/wshd/hdfirmware/firmware/App/Tasks/ - File: TaskGeneral.c (using cached data) + File: TaskGeneral.c File: TaskPriority.c (using cached data) QuickParse Utility Completed Unit 8 (not-stubbed): User Defined Globals @@ -14169,7 +14169,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e INT_AIRTRAP -l C test script convert /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/386316907/INT_AIRTRAP.tst.tmp DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/386316907 -TIME: 2020-12-01 11:25:05 +TIME: 2020-12-01 14:12:41 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -14241,7 +14241,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e INT_AIRTRAP test script create /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/386316907/INT_AIRTRAP.tst DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/386316907 -TIME: 2020-12-01 11:25:07 +TIME: 2020-12-01 14:12:44 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -14256,7 +14256,7 @@ Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e INT_AIRTRAP tools import_coverage /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_AIRTRAP/INT_AIRTRAP_cba.cvr DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/386316907 -TIME: 2020-12-01 11:25:08 +TIME: 2020-12-01 14:12:44 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -14294,7 +14294,7 @@ >>> File processing completed for /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_AIRTRAP/INT_AIRTRAP_cba.cvr COMMAND: /opt/VectorCASTSP3/clicast -e INT_AIRTRAP -l C execute batch --update_coverage_data DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/386316907 -TIME: 2020-12-01 11:25:08 +TIME: 2020-12-01 14:12:45 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -14384,7 +14384,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/124385112/INT_ALARMLAMP.env DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/124385112 -TIME: 2020-12-01 11:25:09 +TIME: 2020-12-01 14:12:46 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/124385112/CCAST_.CFG @@ -14396,13 +14396,13 @@ File: sys_main.c (using cached data) QuickParse Utility Completed Calling QuickParse Utility for /home/fw/wshd/hdfirmware/firmware/App/Controllers/ - File: AlarmLamp.c (using cached data) + File: AlarmLamp.c QuickParse Utility Completed Calling QuickParse Utility for /home/fw/wshd/hdfirmware/firmware/App/Modes/ File: ModeInitPOST.c (using cached data) QuickParse Utility Completed Calling QuickParse Utility for /home/fw/wshd/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/wshd/hdfirmware/firmware/App/Tasks/ @@ -14476,7 +14476,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e INT_ALARMLAMP -l C test script convert /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/124385112/INT_ALARMLAMP.tst.tmp DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/124385112 -TIME: 2020-12-01 11:25:18 +TIME: 2020-12-01 14:12:55 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -14554,7 +14554,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e INT_ALARMLAMP test script create /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/124385112/INT_ALARMLAMP.tst DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/124385112 -TIME: 2020-12-01 11:25:20 +TIME: 2020-12-01 14:12:57 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -14569,7 +14569,7 @@ Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e INT_ALARMLAMP -l C execute batch --update_coverage_data DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/124385112 -TIME: 2020-12-01 11:25:20 +TIME: 2020-12-01 14:12:58 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -14628,7 +14628,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3157600406/INT_ALARMMGMT.env DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3157600406 -TIME: 2020-12-01 11:25:21 +TIME: 2020-12-01 14:12:59 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3157600406/CCAST_.CFG @@ -14640,11 +14640,11 @@ File: sys_main.c (using cached data) QuickParse Utility Completed Calling QuickParse Utility for /home/fw/wshd/hdfirmware/firmware/App/Controllers/ - File: BloodFlow.c (using cached data) + File: BloodFlow.c QuickParse Utility Completed Calling QuickParse Utility for /home/fw/wshd/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/wshd/hdfirmware/firmware/App/Tasks/ @@ -14718,7 +14718,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e INT_ALARMMGMT -l C test script convert /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3157600406/INT_ALARMMGMT.tst.tmp DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3157600406 -TIME: 2020-12-01 11:25:30 +TIME: 2020-12-01 14:13:08 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -14798,7 +14798,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e INT_ALARMMGMT test script create /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3157600406/INT_ALARMMGMT.tst DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3157600406 -TIME: 2020-12-01 11:25:32 +TIME: 2020-12-01 14:13:11 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -14813,7 +14813,7 @@ Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e INT_ALARMMGMT tools import_coverage /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_ALARMMGMT/INT_ALARMMGMT_cba.cvr DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3157600406 -TIME: 2020-12-01 11:25:33 +TIME: 2020-12-01 14:13:12 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -14845,7 +14845,7 @@ >>> File processing completed for /home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3157600406 -TIME: 2020-12-01 11:25:33 +TIME: 2020-12-01 14:13:13 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -14950,7 +14950,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/397690850/INT_BLOODFLOW.env DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/397690850 -TIME: 2020-12-01 11:25:35 +TIME: 2020-12-01 14:13:14 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/397690850/CCAST_.CFG @@ -14965,10 +14965,10 @@ File: BloodFlow.c (using cached data) QuickParse Utility Completed Calling QuickParse Utility for /home/fw/wshd/hdfirmware/firmware/App/Modes/ - File: Dialysis.c (using cached data) + File: Dialysis.c QuickParse Utility Completed Calling QuickParse Utility for /home/fw/wshd/hdfirmware/firmware/App/Services/ - File: Interrupts.c (using cached data) + File: Interrupts.c File: SystemCommMessages.c (using cached data) QuickParse Utility Completed Calling QuickParse Utility for /home/fw/wshd/hdfirmware/firmware/App/Tasks/ @@ -15051,7 +15051,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e INT_BLOODFLOW -l C test script convert /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/397690850/INT_BLOODFLOW.tst.tmp DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/397690850 -TIME: 2020-12-01 11:25:44 +TIME: 2020-12-01 14:13:24 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -15173,7 +15173,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e INT_BLOODFLOW test script create /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/397690850/INT_BLOODFLOW.tst DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/397690850 -TIME: 2020-12-01 11:25:46 +TIME: 2020-12-01 14:13:26 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -15188,7 +15188,7 @@ Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e INT_BLOODFLOW tools import_coverage /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_BLOODFLOW/INT_BLOODFLOW_cba.cvr DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/397690850 -TIME: 2020-12-01 11:25:47 +TIME: 2020-12-01 14:13:27 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -15222,7 +15222,7 @@ >>> File processing completed for /home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/397690850 -TIME: 2020-12-01 11:25:48 +TIME: 2020-12-01 14:13:28 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -15403,7 +15403,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3621120736/INT_BUTTONS.env DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3621120736 -TIME: 2020-12-01 11:25:49 +TIME: 2020-12-01 14:13:29 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3621120736/CCAST_.CFG @@ -15415,7 +15415,7 @@ File: sys_main.c (using cached data) QuickParse Utility Completed Calling QuickParse Utility for /home/fw/wshd/hdfirmware/firmware/App/Controllers/ - File: Buttons.c (using cached data) + File: Buttons.c QuickParse Utility Completed Calling QuickParse Utility for /home/fw/wshd/hdfirmware/firmware/App/Modes/ File: ModeInitPOST.c (using cached data) @@ -15485,7 +15485,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e INT_BUTTONS -l C test script convert /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3621120736/INT_BUTTONS.tst.tmp DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3621120736 -TIME: 2020-12-01 11:25:57 +TIME: 2020-12-01 14:13:37 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -15548,7 +15548,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e INT_BUTTONS test script create /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3621120736/INT_BUTTONS.tst DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3621120736 -TIME: 2020-12-01 11:25:59 +TIME: 2020-12-01 14:13:39 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -15563,7 +15563,7 @@ Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e INT_BUTTONS tools import_coverage /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_BUTTONS/INT_BUTTONS_cba.cvr DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3621120736 -TIME: 2020-12-01 11:26:00 +TIME: 2020-12-01 14:13:40 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -15593,7 +15593,7 @@ >>> File processing completed for /home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3621120736 -TIME: 2020-12-01 11:26:00 +TIME: 2020-12-01 14:13:40 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -15667,7 +15667,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/925127052/INT_COMMBUFFERS.env DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/925127052 -TIME: 2020-12-01 11:26:01 +TIME: 2020-12-01 14:13:41 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/925127052/CCAST_.CFG @@ -15679,8 +15679,8 @@ File: sys_main.c (using cached data) QuickParse Utility Completed Calling QuickParse Utility for /home/fw/wshd/hdfirmware/firmware/App/Services/ - File: CommBuffers.c (using cached data) - File: MsgQueues.c (using cached data) + File: CommBuffers.c + File: MsgQueues.c File: SystemComm.c (using cached data) File: SystemCommMessages.c (using cached data) QuickParse Utility Completed @@ -15743,7 +15743,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e INT_COMMBUFFERS -l C test script convert /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/925127052/INT_COMMBUFFERS.tst.tmp DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/925127052 -TIME: 2020-12-01 11:26:08 +TIME: 2020-12-01 14:13:50 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -15785,7 +15785,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e INT_COMMBUFFERS test script create /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/925127052/INT_COMMBUFFERS.tst DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/925127052 -TIME: 2020-12-01 11:26:10 +TIME: 2020-12-01 14:13:53 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -15800,7 +15800,7 @@ Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e INT_COMMBUFFERS -l C execute batch --update_coverage_data DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/925127052 -TIME: 2020-12-01 11:26:11 +TIME: 2020-12-01 14:13:53 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -15836,7 +15836,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3989498026/INT_CPLD.env DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3989498026 -TIME: 2020-12-01 11:26:12 +TIME: 2020-12-01 14:13:54 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3989498026/CCAST_.CFG @@ -15852,10 +15852,10 @@ File: Buttons.c (using cached data) QuickParse Utility Completed Calling QuickParse Utility for /home/fw/wshd/hdfirmware/firmware/App/Drivers/ - File: CPLD.c (using cached data) + File: CPLD.c QuickParse Utility Completed Calling QuickParse Utility for /home/fw/wshd/hdfirmware/firmware/App/Services/ - File: WatchdogMgmt.c (using cached data) + File: WatchdogMgmt.c QuickParse Utility Completed Unit 8 (not-stubbed): User Defined Globals Parsing @@ -15917,7 +15917,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e INT_CPLD -l C test script convert /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3989498026/INT_CPLD.tst.tmp DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3989498026 -TIME: 2020-12-01 11:26:18 +TIME: 2020-12-01 14:14:02 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -15974,7 +15974,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e INT_CPLD test script create /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3989498026/INT_CPLD.tst DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3989498026 -TIME: 2020-12-01 11:26:20 +TIME: 2020-12-01 14:14:04 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -15989,7 +15989,7 @@ Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e INT_CPLD tools import_coverage /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_CPLD/INT_CPLD_cba.cvr DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3989498026 -TIME: 2020-12-01 11:26:21 +TIME: 2020-12-01 14:14:04 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -16019,7 +16019,7 @@ >>> File processing completed for /home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3989498026 -TIME: 2020-12-01 11:26:21 +TIME: 2020-12-01 14:14:05 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -16086,7 +16086,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3960993444/INT_DGINTERFACE.env DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3960993444 -TIME: 2020-12-01 11:26:22 +TIME: 2020-12-01 14:14:06 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3960993444/CCAST_.CFG @@ -16095,7 +16095,7 @@ Creating the Environment Directory Creating Environment "INT_DGINTERFACE" Calling QuickParse Utility for /home/fw/wshd/hdfirmware/firmware/App/Controllers/ - File: DGInterface.c (using cached data) + File: DGInterface.c QuickParse Utility Completed Calling QuickParse Utility for /home/fw/wshd/hdfirmware/firmware/App/Modes/ File: Dialysis.c (using cached data) @@ -16164,7 +16164,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e INT_DGINTERFACE -l C test script convert /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3960993444/INT_DGINTERFACE.tst.tmp DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3960993444 -TIME: 2020-12-01 11:26:29 +TIME: 2020-12-01 14:14:14 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -16236,7 +16236,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e INT_DGINTERFACE test script create /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3960993444/INT_DGINTERFACE.tst DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3960993444 -TIME: 2020-12-01 11:26:31 +TIME: 2020-12-01 14:14:16 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -16251,7 +16251,7 @@ Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e INT_DGINTERFACE tools import_coverage /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_DGINTERFACE/INT_DGINTERFACE_cba.cvr DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3960993444 -TIME: 2020-12-01 11:26:32 +TIME: 2020-12-01 14:14:17 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -16281,7 +16281,7 @@ >>> File processing completed for /home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3960993444 -TIME: 2020-12-01 11:26:32 +TIME: 2020-12-01 14:14:17 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -16373,7 +16373,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1778106133/INT_DIALINFLOW.env DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1778106133 -TIME: 2020-12-01 11:26:33 +TIME: 2020-12-01 14:14:18 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1778106133/CCAST_.CFG @@ -16385,7 +16385,7 @@ File: sys_main.c (using cached data) QuickParse Utility Completed Calling QuickParse Utility for /home/fw/wshd/hdfirmware/firmware/App/Controllers/ - File: DialInFlow.c (using cached data) + File: DialInFlow.c QuickParse Utility Completed Calling QuickParse Utility for /home/fw/wshd/hdfirmware/firmware/App/Modes/ File: Dialysis.c (using cached data) @@ -16474,7 +16474,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e INT_DIALINFLOW -l C test script convert /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1778106133/INT_DIALINFLOW.tst.tmp DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1778106133 -TIME: 2020-12-01 11:26:43 +TIME: 2020-12-01 14:14:28 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -16591,7 +16591,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e INT_DIALINFLOW test script create /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1778106133/INT_DIALINFLOW.tst DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1778106133 -TIME: 2020-12-01 11:26:45 +TIME: 2020-12-01 14:14:30 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -16606,7 +16606,7 @@ Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e INT_DIALINFLOW tools import_coverage /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_DIALINFLOW/INT_DIALINFLOW_cba.cvr DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1778106133 -TIME: 2020-12-01 11:26:46 +TIME: 2020-12-01 14:14:31 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -16640,7 +16640,7 @@ >>> File processing completed for /home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1778106133 -TIME: 2020-12-01 11:26:46 +TIME: 2020-12-01 14:14:32 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -16813,7 +16813,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522/INT_DIALOUTFLOW.env DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522 -TIME: 2020-12-01 11:26:48 +TIME: 2020-12-01 14:14:33 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522/CCAST_.CFG @@ -16825,7 +16825,7 @@ File: sys_main.c (using cached data) QuickParse Utility Completed Calling QuickParse Utility for /home/fw/wshd/hdfirmware/firmware/App/Controllers/ - File: DialOutFlow.c (using cached data) + File: DialOutFlow.c QuickParse Utility Completed Calling QuickParse Utility for /home/fw/wshd/hdfirmware/firmware/App/Modes/ File: Dialysis.c (using cached data) @@ -16914,7 +16914,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e INT_DIALOUTFLOW -l C test script convert /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522/INT_DIALOUTFLOW.tst.tmp DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522 -TIME: 2020-12-01 11:26:57 +TIME: 2020-12-01 14:14:42 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -17100,7 +17100,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e INT_DIALOUTFLOW tools import_coverage /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_DIALOUTFLOW/INT_DIALOUTFLOW_cba.cvr DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522 -TIME: 2020-12-01 11:27:00 +TIME: 2020-12-01 14:14:45 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -17134,7 +17134,7 @@ >>> File processing completed for /home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522 -TIME: 2020-12-01 11:27:00 +TIME: 2020-12-01 14:14:45 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -17344,7 +17344,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/881240764/INT_DIALYSIS.env DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/881240764 -TIME: 2020-12-01 11:27:02 +TIME: 2020-12-01 14:14:47 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/881240764/CCAST_.CFG @@ -17413,7 +17413,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e INT_DIALYSIS -l C test script convert /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/881240764/INT_DIALYSIS.tst.tmp DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/881240764 -TIME: 2020-12-01 11:27:08 +TIME: 2020-12-01 14:14:53 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -17489,7 +17489,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e INT_DIALYSIS test script create /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/881240764/INT_DIALYSIS.tst DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/881240764 -TIME: 2020-12-01 11:27:10 +TIME: 2020-12-01 14:14:55 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -17504,7 +17504,7 @@ Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e INT_DIALYSIS tools import_coverage /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_DIALYSIS/INT_DIALYSIS_cba.cvr DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/881240764 -TIME: 2020-12-01 11:27:11 +TIME: 2020-12-01 14:14:56 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -17532,7 +17532,7 @@ >>> File processing completed for /home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/881240764 -TIME: 2020-12-01 11:27:11 +TIME: 2020-12-01 14:14:57 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -17630,7 +17630,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1233794524/INT_FPGA.env DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1233794524 -TIME: 2020-12-01 11:27:12 +TIME: 2020-12-01 14:14:58 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1233794524/CCAST_.CFG @@ -17646,14 +17646,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/wshd/hdfirmware/firmware/App/Modes/ File: ModeInitPOST.c (using cached data) QuickParse Utility Completed Calling QuickParse Utility for /home/fw/wshd/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 @@ -17787,7 +17787,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e INT_FPGA -l C test script convert /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1233794524/INT_FPGA.tst.tmp DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1233794524 -TIME: 2020-12-01 11:27:27 +TIME: 2020-12-01 14:15:15 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -17919,7 +17919,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e INT_FPGA tools import_coverage /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_FPGA/INT_FPGA_cba.cvr DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1233794524 -TIME: 2020-12-01 11:27:30 +TIME: 2020-12-01 14:15:18 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -17965,7 +17965,7 @@ >>> File processing completed for /home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1233794524 -TIME: 2020-12-01 11:27:31 +TIME: 2020-12-01 14:15:18 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -18149,7 +18149,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4003473575/INT_MODETREATMENT.env DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4003473575 -TIME: 2020-12-01 11:27:32 +TIME: 2020-12-01 14:15:20 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4003473575/CCAST_.CFG @@ -18160,7 +18160,7 @@ Calling QuickParse Utility for /home/fw/wshd/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/wshd/hdfirmware/firmware/App/Services/ File: SystemCommMessages.c (using cached data) @@ -18216,7 +18216,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e INT_MODETREATMENT -l C test script convert /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4003473575/INT_MODETREATMENT.tst.tmp DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4003473575 -TIME: 2020-12-01 11:27:38 +TIME: 2020-12-01 14:15:27 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -18284,7 +18284,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e INT_MODETREATMENT test script create /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4003473575/INT_MODETREATMENT.tst DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4003473575 -TIME: 2020-12-01 11:27:40 +TIME: 2020-12-01 14:15:29 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -18299,7 +18299,7 @@ Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e INT_MODETREATMENT tools import_coverage /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_MODETREATMENT/INT_MODETREATMENT_cba.cvr DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4003473575 -TIME: 2020-12-01 11:27:41 +TIME: 2020-12-01 14:15:29 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -18327,7 +18327,7 @@ >>> File processing completed for /home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4003473575 -TIME: 2020-12-01 11:27:41 +TIME: 2020-12-01 14:15:30 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -18411,7 +18411,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1686726729/INT_MODETREATMENTPARAMS.env DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1686726729 -TIME: 2020-12-01 11:27:42 +TIME: 2020-12-01 14:15:31 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1686726729/CCAST_.CFG @@ -18420,14 +18420,14 @@ Creating the Environment Directory Creating Environment "INT_MODETREATMENTPARAMS" Calling QuickParse Utility for /home/fw/wshd/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/wshd/hdfirmware/firmware/App/Services/ File: SystemCommMessages.c (using cached data) QuickParse Utility Completed Calling QuickParse Utility for /home/fw/wshd/hdfirmware/firmware/FWCommon/ - File: Utilities.c (using cached data) + File: Utilities.c QuickParse Utility Completed Unit 8 (not-stubbed): User Defined Globals Parsing @@ -18480,7 +18480,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e INT_MODETREATMENTPARAMS -l C test script convert /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1686726729/INT_MODETREATMENTPARAMS.tst.tmp DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1686726729 -TIME: 2020-12-01 11:27:48 +TIME: 2020-12-01 14:15:38 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -18545,7 +18545,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e INT_MODETREATMENTPARAMS test script create /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1686726729/INT_MODETREATMENTPARAMS.tst DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1686726729 -TIME: 2020-12-01 11:27:50 +TIME: 2020-12-01 14:15:40 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -18560,7 +18560,7 @@ Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e INT_MODETREATMENTPARAMS tools import_coverage /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_MODETREATMENTPARAMS/INT_MODETREATMENTPARAMS_cba.cvr DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1686726729 -TIME: 2020-12-01 11:27:51 +TIME: 2020-12-01 14:15:41 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -18588,7 +18588,7 @@ >>> File processing completed for /home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1686726729 -TIME: 2020-12-01 11:27:52 +TIME: 2020-12-01 14:15:42 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -18663,7 +18663,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3336905608/INT_MSGQUEUES.env DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3336905608 -TIME: 2020-12-01 11:27:53 +TIME: 2020-12-01 14:15:43 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3336905608/CCAST_.CFG @@ -18739,7 +18739,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e INT_MSGQUEUES -l C test script convert /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3336905608/INT_MSGQUEUES.tst.tmp DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3336905608 -TIME: 2020-12-01 11:27:59 +TIME: 2020-12-01 14:15:50 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -18785,7 +18785,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e INT_MSGQUEUES test script create /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3336905608/INT_MSGQUEUES.tst DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3336905608 -TIME: 2020-12-01 11:28:01 +TIME: 2020-12-01 14:15:52 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -18800,7 +18800,7 @@ Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e INT_MSGQUEUES -l C execute batch --update_coverage_data DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3336905608 -TIME: 2020-12-01 11:28:02 +TIME: 2020-12-01 14:15:53 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -18844,7 +18844,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1776554132/INT_NVDATAMGMT.env DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1776554132 -TIME: 2020-12-01 11:28:03 +TIME: 2020-12-01 14:15:54 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1776554132/CCAST_.CFG @@ -18862,10 +18862,10 @@ File: ModeInitPOST.c (using cached data) QuickParse Utility Completed Calling QuickParse Utility for /home/fw/wshd/hdfirmware/firmware/App/Tasks/ - File: TaskBG.c (using cached data) + File: TaskBG.c QuickParse Utility Completed Calling QuickParse Utility for /home/fw/wshd/hdfirmware/firmware/FWCommon/ - File: NVDataMgmt.c (using cached data) + File: NVDataMgmt.c QuickParse Utility Completed Unit 8 (not-stubbed): User Defined Globals Parsing @@ -18927,7 +18927,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e INT_NVDATAMGMT -l C test script convert /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1776554132/INT_NVDATAMGMT.tst.tmp DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1776554132 -TIME: 2020-12-01 11:28:10 +TIME: 2020-12-01 14:16:01 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -19038,7 +19038,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e INT_NVDATAMGMT test script create /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1776554132/INT_NVDATAMGMT.tst DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1776554132 -TIME: 2020-12-01 11:28:12 +TIME: 2020-12-01 14:16:03 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -19053,7 +19053,7 @@ Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e INT_NVDATAMGMT tools import_coverage /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_NVDATAMGMT/INT_NVDATAMGMT_cba.cvr DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1776554132 -TIME: 2020-12-01 11:28:12 +TIME: 2020-12-01 14:16:04 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -19083,7 +19083,7 @@ >>> File processing completed for /home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1776554132 -TIME: 2020-12-01 11:28:13 +TIME: 2020-12-01 14:16:05 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -19239,7 +19239,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/553544110/INT_OPERATIONMODES.env DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/553544110 -TIME: 2020-12-01 11:28:14 +TIME: 2020-12-01 14:16:06 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/553544110/CCAST_.CFG @@ -19319,7 +19319,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e INT_OPERATIONMODES -l C test script convert /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/553544110/INT_OPERATIONMODES.tst.tmp DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/553544110 -TIME: 2020-12-01 11:28:21 +TIME: 2020-12-01 14:16:13 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -19368,7 +19368,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e INT_OPERATIONMODES -l C execute batch --update_coverage_data DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/553544110 -TIME: 2020-12-01 11:28:22 +TIME: 2020-12-01 14:16:14 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -19412,7 +19412,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3460059472/INT_PRESOCCL.env DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3460059472 -TIME: 2020-12-01 11:28:23 +TIME: 2020-12-01 14:16:15 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3460059472/CCAST_.CFG @@ -19483,7 +19483,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e INT_PRESOCCL -l C test script convert /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3460059472/INT_PRESOCCL.tst.tmp DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3460059472 -TIME: 2020-12-01 11:28:30 +TIME: 2020-12-01 14:16:22 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -19572,7 +19572,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e INT_PRESOCCL test script create /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3460059472/INT_PRESOCCL.tst DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3460059472 -TIME: 2020-12-01 11:28:32 +TIME: 2020-12-01 14:16:25 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -19587,7 +19587,7 @@ Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e INT_PRESOCCL tools import_coverage /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_PRESOCCL/INT_PRESOCCL_cba.cvr DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3460059472 -TIME: 2020-12-01 11:28:33 +TIME: 2020-12-01 14:16:25 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -19615,7 +19615,7 @@ >>> File processing completed for /home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3460059472 -TIME: 2020-12-01 11:28:33 +TIME: 2020-12-01 14:16:26 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -19733,7 +19733,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2486627120/INT_RTC.env DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2486627120 -TIME: 2020-12-01 11:28:34 +TIME: 2020-12-01 14:16:27 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2486627120/CCAST_.CFG @@ -19756,7 +19756,7 @@ QuickParse Utility Completed Calling QuickParse Utility for /home/fw/wshd/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 @@ -19834,7 +19834,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e INT_RTC -l C test script convert /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2486627120/INT_RTC.tst.tmp DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2486627120 -TIME: 2020-12-01 11:28:44 +TIME: 2020-12-01 14:16:37 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -19933,7 +19933,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e INT_RTC test script create /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2486627120/INT_RTC.tst DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2486627120 -TIME: 2020-12-01 11:28:46 +TIME: 2020-12-01 14:16:40 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -19948,7 +19948,7 @@ Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e INT_RTC tools import_coverage /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_RTC/INT_RTC_cba.cvr DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2486627120 -TIME: 2020-12-01 11:28:47 +TIME: 2020-12-01 14:16:41 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -19982,7 +19982,7 @@ >>> File processing completed for /home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2486627120 -TIME: 2020-12-01 11:28:48 +TIME: 2020-12-01 14:16:41 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -20119,7 +20119,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/690517471/INT_SAFETYSHUTDOWN.env DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/690517471 -TIME: 2020-12-01 11:28:49 +TIME: 2020-12-01 14:16:43 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/690517471/CCAST_.CFG @@ -20131,7 +20131,7 @@ File: sys_main.c (using cached data) QuickParse Utility Completed Calling QuickParse Utility for /home/fw/wshd/hdfirmware/firmware/App/Drivers/ - File: SafetyShutdown.c (using cached data) + File: SafetyShutdown.c QuickParse Utility Completed Calling QuickParse Utility for /home/fw/wshd/hdfirmware/firmware/App/Services/ File: SystemCommMessages.c (using cached data) @@ -20179,7 +20179,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e INT_SAFETYSHUTDOWN -l C test script convert /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/690517471/INT_SAFETYSHUTDOWN.tst.tmp DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/690517471 -TIME: 2020-12-01 11:28:54 +TIME: 2020-12-01 14:16:49 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_SAFETYSHUTDOWN test script create /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/690517471/INT_SAFETYSHUTDOWN.tst DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/690517471 -TIME: 2020-12-01 11:28:57 +TIME: 2020-12-01 14:16:51 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -20235,7 +20235,7 @@ Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e INT_SAFETYSHUTDOWN tools import_coverage /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_SAFETYSHUTDOWN/INT_SAFETYSHUTDOWN_cba.cvr DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/690517471 -TIME: 2020-12-01 11:28:57 +TIME: 2020-12-01 14:16:51 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -20261,7 +20261,7 @@ >>> File processing completed for /home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/690517471 -TIME: 2020-12-01 11:28:58 +TIME: 2020-12-01 14:16:52 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -20296,7 +20296,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2689133618/INT_SYSTEMCOMM.env DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2689133618 -TIME: 2020-12-01 11:28:59 +TIME: 2020-12-01 14:16:53 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2689133618/CCAST_.CFG @@ -20393,7 +20393,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e INT_SYSTEMCOMM -l C test script convert /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2689133618/INT_SYSTEMCOMM.tst.tmp DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2689133618 -TIME: 2020-12-01 11:29:09 +TIME: 2020-12-01 14:17:02 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -20448,7 +20448,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e INT_SYSTEMCOMM test script create /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2689133618/INT_SYSTEMCOMM.tst DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2689133618 -TIME: 2020-12-01 11:29:11 +TIME: 2020-12-01 14:17:05 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -20463,7 +20463,7 @@ Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e INT_SYSTEMCOMM tools import_coverage /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_SYSTEMCOMM/INT_SYSTEMCOMM_cba.cvr DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2689133618 -TIME: 2020-12-01 11:29:12 +TIME: 2020-12-01 14:17:05 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -20497,7 +20497,7 @@ >>> File processing completed for /home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2689133618 -TIME: 2020-12-01 11:29:13 +TIME: 2020-12-01 14:17:06 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -20557,7 +20557,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES.env DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150 -TIME: 2020-12-01 11:29:14 +TIME: 2020-12-01 14:17:07 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/CCAST_.CFG @@ -20736,7 +20736,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e INT_SYSTEMCOMMMESSAGES -l C test script convert /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES.tst.tmp DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150 -TIME: 2020-12-01 11:29:35 +TIME: 2020-12-01 14:17:25 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -21299,7 +21299,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e INT_SYSTEMCOMMMESSAGES tools import_coverage /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_SYSTEMCOMMMESSAGES/INT_SYSTEMCOMMMESSAGES_cba.cvr DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150 -TIME: 2020-12-01 11:29:40 +TIME: 2020-12-01 14:17:29 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -21351,7 +21351,7 @@ >>> File processing completed for /home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150 -TIME: 2020-12-01 11:29:40 +TIME: 2020-12-01 14:17:30 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -22167,7 +22167,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/189936646/INT_TIMERS.env DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/189936646 -TIME: 2020-12-01 11:29:44 +TIME: 2020-12-01 14:17:33 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/189936646/CCAST_.CFG @@ -22186,10 +22186,10 @@ File: WatchdogMgmt.c (using cached data) QuickParse Utility Completed Calling QuickParse Utility for /home/fw/wshd/hdfirmware/firmware/App/Tasks/ - File: TaskTimer.c (using cached data) + File: TaskTimer.c QuickParse Utility Completed Calling QuickParse Utility for /home/fw/wshd/hdfirmware/firmware/FWCommon/ - File: Timers.c (using cached data) + File: Timers.c QuickParse Utility Completed Unit 8 (not-stubbed): User Defined Globals Parsing @@ -22259,7 +22259,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e INT_TIMERS -l C test script convert /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/189936646/INT_TIMERS.tst.tmp DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/189936646 -TIME: 2020-12-01 11:29:55 +TIME: 2020-12-01 14:17:42 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -22307,7 +22307,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e INT_TIMERS test script create /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/189936646/INT_TIMERS.tst DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/189936646 -TIME: 2020-12-01 11:29:56 +TIME: 2020-12-01 14:17:44 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -22322,7 +22322,7 @@ Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e INT_TIMERS -l C execute batch --update_coverage_data DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/189936646 -TIME: 2020-12-01 11:29:57 +TIME: 2020-12-01 14:17:44 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -22374,7 +22374,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1824960653/INT_UTILITIES.env DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1824960653 -TIME: 2020-12-01 11:29:59 +TIME: 2020-12-01 14:17:45 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1824960653/CCAST_.CFG @@ -22461,7 +22461,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e INT_UTILITIES -l C test script convert /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1824960653/INT_UTILITIES.tst.tmp DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1824960653 -TIME: 2020-12-01 11:30:07 +TIME: 2020-12-01 14:17:54 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -22522,7 +22522,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e INT_UTILITIES test script create /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1824960653/INT_UTILITIES.tst DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1824960653 -TIME: 2020-12-01 11:30:09 +TIME: 2020-12-01 14:17:56 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -22537,7 +22537,7 @@ Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e INT_UTILITIES tools import_coverage /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_UTILITIES/INT_UTILITIES_cba.cvr DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1824960653 -TIME: 2020-12-01 11:30:10 +TIME: 2020-12-01 14:17:57 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -22554,22 +22554,22 @@ (S) @LINE: 1 >>> Script processing started for /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_UTILITIES/INT_UTILITIES_cba.cvr (S) @LINE: 45 - >>> Source file matched ModeTreatmentParams.c + >>> Source file matched Dialysis.c (S) @LINE: 67 - >>> Source file matched FPGA.c + >>> Source file matched ModeTreatmentParams.c (S) @LINE: 89 - >>> Source file matched SystemComm.c + >>> Source file matched FPGA.c (S) @LINE: 111 - >>> Source file matched SystemCommMessages.c + >>> Source file matched SystemComm.c (S) @LINE: 133 + >>> Source file matched SystemCommMessages.c +(S) @LINE: 155 >>> Source file matched Utilities.c -(E) @LINE: 134 IMPORT.END - >>> Script file /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_UTILITIES/INT_UTILITIES_cba.cvr did not contain any relevant coverage data -(S) @LINE: 134 +(S) @LINE: 174 >>> File processing completed for /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_UTILITIES/INT_UTILITIES_cba.cvr COMMAND: /opt/VectorCASTSP3/clicast -e INT_UTILITIES -l C execute batch --update_coverage_data DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1824960653 -TIME: 2020-12-01 11:30:11 +TIME: 2020-12-01 14:17:58 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -22645,7 +22645,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3585417238/INT_VALVES.env DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3585417238 -TIME: 2020-12-01 11:30:12 +TIME: 2020-12-01 14:17:59 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3585417238/CCAST_.CFG @@ -22727,7 +22727,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e INT_VALVES -l C test script convert /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3585417238/INT_VALVES.tst.tmp DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3585417238 -TIME: 2020-12-01 11:30:19 +TIME: 2020-12-01 14:18:07 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -22818,7 +22818,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e INT_VALVES test script create /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3585417238/INT_VALVES.tst DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3585417238 -TIME: 2020-12-01 11:30:21 +TIME: 2020-12-01 14:18:09 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -22833,7 +22833,7 @@ Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e INT_VALVES tools import_coverage /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_VALVES/INT_VALVES_cba.cvr DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3585417238 -TIME: 2020-12-01 11:30:22 +TIME: 2020-12-01 14:18:10 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -22863,7 +22863,7 @@ >>> File processing completed for /home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3585417238 -TIME: 2020-12-01 11:30:23 +TIME: 2020-12-01 14:18:10 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -22987,7 +22987,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1429379182/INT_WATCHDOGMGMT.env DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1429379182 -TIME: 2020-12-01 11:30:24 +TIME: 2020-12-01 14:18:12 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1429379182/CCAST_.CFG @@ -23076,7 +23076,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e INT_WATCHDOGMGMT -l C test script convert /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1429379182/INT_WATCHDOGMGMT.tst.tmp DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1429379182 -TIME: 2020-12-01 11:30:32 +TIME: 2020-12-01 14:18:19 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -23130,7 +23130,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e INT_WATCHDOGMGMT test script create /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1429379182/INT_WATCHDOGMGMT.tst DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1429379182 -TIME: 2020-12-01 11:30:34 +TIME: 2020-12-01 14:18:21 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -23145,7 +23145,7 @@ Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e INT_WATCHDOGMGMT -l C execute batch --update_coverage_data DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1429379182 -TIME: 2020-12-01 11:30:34 +TIME: 2020-12-01 14:18:22 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -23204,7 +23204,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT.env DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666 -TIME: 2020-12-01 11:30:35 +TIME: 2020-12-01 14:18:23 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/CCAST_.CFG @@ -23239,7 +23239,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e MODETREATMENT -l C test script convert /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT.tst.tmp DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666 -TIME: 2020-12-01 11:30:38 +TIME: 2020-12-01 14:18:26 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -23797,7 +23797,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e MODETREATMENT tools import_coverage /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/MODETREATMENT/MODETREATMENT_cba.cvr DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666 -TIME: 2020-12-01 11:30:40 +TIME: 2020-12-01 14:18:28 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -23819,7 +23819,7 @@ >>> File processing completed for /home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666 -TIME: 2020-12-01 11:30:41 +TIME: 2020-12-01 14:18:29 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -24350,7 +24350,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS.env DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572 -TIME: 2020-12-01 11:30:43 +TIME: 2020-12-01 14:18:32 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/CCAST_.CFG @@ -24385,7 +24385,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e MODETREATMENTPARAMS -l C test script convert /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS.tst.tmp DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572 -TIME: 2020-12-01 11:30:46 +TIME: 2020-12-01 14:18:35 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -24835,7 +24835,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e MODETREATMENTPARAMS -l C execute batch --update_coverage_data DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572 -TIME: 2020-12-01 11:30:49 +TIME: 2020-12-01 14:18:37 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -25541,7 +25541,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1114345785/MSGQUEUES.env DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1114345785 -TIME: 2020-12-01 11:30:52 +TIME: 2020-12-01 14:18:40 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1114345785/CCAST_.CFG @@ -25576,7 +25576,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e MSGQUEUES -l C test script convert /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1114345785/MSGQUEUES.tst.tmp DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1114345785 -TIME: 2020-12-01 11:30:54 +TIME: 2020-12-01 14:18:43 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -25677,7 +25677,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e MSGQUEUES test script create /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1114345785/MSGQUEUES.tst DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1114345785 -TIME: 2020-12-01 11:30:55 +TIME: 2020-12-01 14:18:44 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -25692,7 +25692,7 @@ Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e MSGQUEUES -l C execute batch --update_coverage_data DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1114345785 -TIME: 2020-12-01 11:30:56 +TIME: 2020-12-01 14:18:45 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -25830,7 +25830,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT.env DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708 -TIME: 2020-12-01 11:30:57 +TIME: 2020-12-01 14:18:46 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/CCAST_.CFG @@ -25866,7 +25866,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e NVDATAMGMT -l C test script convert /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT.tst.tmp DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708 -TIME: 2020-12-01 11:31:00 +TIME: 2020-12-01 14:18:49 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -26559,7 +26559,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e NVDATAMGMT -l C execute batch --update_coverage_data DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708 -TIME: 2020-12-01 11:31:03 +TIME: 2020-12-01 14:18:52 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -27664,7 +27664,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/241608158/OPERATIONMODES.env DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/241608158 -TIME: 2020-12-01 11:31:07 +TIME: 2020-12-01 14:18:56 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/241608158/CCAST_.CFG @@ -27699,7 +27699,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e OPERATIONMODES -l C test script convert /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/241608158/OPERATIONMODES.tst.tmp DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/241608158 -TIME: 2020-12-01 11:31:09 +TIME: 2020-12-01 14:18:59 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -27853,7 +27853,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e OPERATIONMODES -l C execute batch --update_coverage_data DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/241608158 -TIME: 2020-12-01 11:31:11 +TIME: 2020-12-01 14:19:01 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -28054,7 +28054,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/396578388/PICONTROLLERS.env DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/396578388 -TIME: 2020-12-01 11:31:12 +TIME: 2020-12-01 14:19:02 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/396578388/CCAST_.CFG @@ -28089,7 +28089,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e PICONTROLLERS -l C test script convert /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/396578388/PICONTROLLERS.tst.tmp DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/396578388 -TIME: 2020-12-01 11:31:15 +TIME: 2020-12-01 14:19:05 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -28217,7 +28217,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e PICONTROLLERS test script create /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/396578388/PICONTROLLERS.tst DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/396578388 -TIME: 2020-12-01 11:31:17 +TIME: 2020-12-01 14:19:06 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -28232,7 +28232,7 @@ Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e PICONTROLLERS -l C execute batch --update_coverage_data DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/396578388 -TIME: 2020-12-01 11:31:17 +TIME: 2020-12-01 14:19:07 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -28409,7 +28409,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL.env DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755 -TIME: 2020-12-01 11:31:19 +TIME: 2020-12-01 14:19:08 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/CCAST_.CFG @@ -28444,7 +28444,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e PRESOCCL -l C test script convert /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL.tst.tmp DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755 -TIME: 2020-12-01 11:31:22 +TIME: 2020-12-01 14:19:11 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -28769,7 +28769,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e PRESOCCL tools import_coverage /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/PRESOCCL/PRESOCCL_cba.cvr DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755 -TIME: 2020-12-01 11:31:24 +TIME: 2020-12-01 14:19:14 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -28791,7 +28791,7 @@ >>> File processing completed for /home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755 -TIME: 2020-12-01 11:31:24 +TIME: 2020-12-01 14:19:14 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -29301,7 +29301,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC.env DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850 -TIME: 2020-12-01 11:31:26 +TIME: 2020-12-01 14:19:17 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/CCAST_.CFG @@ -29337,7 +29337,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e RTC -l C test script convert /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC.tst.tmp DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850 -TIME: 2020-12-01 11:31:29 +TIME: 2020-12-01 14:19:19 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -30087,7 +30087,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e RTC -l C execute batch --update_coverage_data DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850 -TIME: 2020-12-01 11:31:31 +TIME: 2020-12-01 14:19:21 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -30892,7 +30892,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/129022383/SAFETYSHUTDOWN.env DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/129022383 -TIME: 2020-12-01 11:31:34 +TIME: 2020-12-01 14:19:24 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/129022383/CCAST_.CFG @@ -30927,7 +30927,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e SAFETYSHUTDOWN -l C test script convert /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/129022383/SAFETYSHUTDOWN.tst.tmp DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/129022383 -TIME: 2020-12-01 11:31:37 +TIME: 2020-12-01 14:19:27 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -30992,7 +30992,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e SAFETYSHUTDOWN test script create /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/129022383/SAFETYSHUTDOWN.tst DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/129022383 -TIME: 2020-12-01 11:31:38 +TIME: 2020-12-01 14:19:29 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -31007,7 +31007,7 @@ Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e SAFETYSHUTDOWN -l C execute batch --update_coverage_data DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/129022383 -TIME: 2020-12-01 11:31:39 +TIME: 2020-12-01 14:19:29 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -31087,7 +31087,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM.env DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922 -TIME: 2020-12-01 11:31:40 +TIME: 2020-12-01 14:19:30 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/CCAST_.CFG @@ -31122,7 +31122,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e SYSTEMCOMM -l C test script convert /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM.tst.tmp DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922 -TIME: 2020-12-01 11:31:43 +TIME: 2020-12-01 14:19:33 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -31820,7 +31820,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e SYSTEMCOMM -l C execute batch --update_coverage_data DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922 -TIME: 2020-12-01 11:31:46 +TIME: 2020-12-01 14:19:37 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -32885,7 +32885,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES.env DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163 -TIME: 2020-12-01 11:31:50 +TIME: 2020-12-01 14:19:41 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/CCAST_.CFG @@ -32920,7 +32920,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e SYSTEMCOMMMESSAGES -l C test script convert /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES.tst.tmp DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163 -TIME: 2020-12-01 11:31:53 +TIME: 2020-12-01 14:19:44 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -34303,7 +34303,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e SYSTEMCOMMMESSAGES -l C execute batch --update_coverage_data DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163 -TIME: 2020-12-01 11:31:58 +TIME: 2020-12-01 14:19:50 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -36323,7 +36323,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4061569705/TIMERS.env DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4061569705 -TIME: 2020-12-01 11:32:05 +TIME: 2020-12-01 14:19:58 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4061569705/CCAST_.CFG @@ -36358,7 +36358,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e TIMERS -l C test script convert /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4061569705/TIMERS.tst.tmp DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4061569705 -TIME: 2020-12-01 11:32:08 +TIME: 2020-12-01 14:20:01 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -36431,7 +36431,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e TIMERS test script create /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4061569705/TIMERS.tst DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4061569705 -TIME: 2020-12-01 11:32:09 +TIME: 2020-12-01 14:20:02 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -36446,7 +36446,7 @@ Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e TIMERS -l C execute batch --update_coverage_data DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4061569705 -TIME: 2020-12-01 11:32:09 +TIME: 2020-12-01 14:20:03 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -36541,7 +36541,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276/UTILITIES.env DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276 -TIME: 2020-12-01 11:32:10 +TIME: 2020-12-01 14:20:04 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276/CCAST_.CFG @@ -36576,7 +36576,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e UTILITIES -l C test script convert /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276/UTILITIES.tst.tmp DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276 -TIME: 2020-12-01 11:32:13 +TIME: 2020-12-01 14:20:07 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -36747,7 +36747,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e UTILITIES test script create /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276/UTILITIES.tst DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276 -TIME: 2020-12-01 11:32:14 +TIME: 2020-12-01 14:20:08 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -36762,7 +36762,7 @@ Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e UTILITIES -l C execute batch --update_coverage_data DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276 -TIME: 2020-12-01 11:32:15 +TIME: 2020-12-01 14:20:09 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -37022,7 +37022,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES.env DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457 -TIME: 2020-12-01 11:32:16 +TIME: 2020-12-01 14:20:11 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/CCAST_.CFG @@ -37058,7 +37058,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e VALVES -l C test script convert /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES.tst.tmp DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457 -TIME: 2020-12-01 11:32:19 +TIME: 2020-12-01 14:20:14 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -37555,7 +37555,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e VALVES tools import_coverage /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/VALVES/VALVES_cba.cvr DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457 -TIME: 2020-12-01 11:32:21 +TIME: 2020-12-01 14:20:16 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -37577,7 +37577,7 @@ >>> File processing completed for /home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457 -TIME: 2020-12-01 11:32:22 +TIME: 2020-12-01 14:20:17 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -38283,7 +38283,7 @@ Completed Batch Execution processing COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848/WATCHDOGMGMT.env DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848 -TIME: 2020-12-01 11:32:24 +TIME: 2020-12-01 14:20:20 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) Processing options file /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848/CCAST_.CFG @@ -38318,7 +38318,7 @@ Environment built Successfully COMMAND: /opt/VectorCASTSP3/clicast -e WATCHDOGMGMT -l C test script convert /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848/WATCHDOGMGMT.tst.tmp DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848 -TIME: 2020-12-01 11:32:27 +TIME: 2020-12-01 14:20:22 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -38470,7 +38470,7 @@ >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e WATCHDOGMGMT test script create /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848/WATCHDOGMGMT.tst DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848 -TIME: 2020-12-01 11:32:29 +TIME: 2020-12-01 14:20:24 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -38485,7 +38485,7 @@ Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e WATCHDOGMGMT -l C execute batch --update_coverage_data DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848 -TIME: 2020-12-01 11:32:30 +TIME: 2020-12-01 14:20:25 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -38722,7 +38722,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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353 -TIME: 2020-12-01 11:32:34 +TIME: 2020-12-01 14:20:29 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -38734,7 +38734,7 @@ The HTML report was saved to "/home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e AIRTRAP report custom management DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412 -TIME: 2020-12-01 11:32:35 +TIME: 2020-12-01 14:20:30 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -38746,7 +38746,7 @@ The HTML report was saved to "/home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e ALARMLAMP report custom management DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009 -TIME: 2020-12-01 11:32:36 +TIME: 2020-12-01 14:20:31 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -38758,7 +38758,7 @@ The HTML report was saved to "/home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009/ALARMLAMP_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e ALARMMGMT report custom management DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791 -TIME: 2020-12-01 11:32:37 +TIME: 2020-12-01 14:20:32 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -38770,7 +38770,7 @@ The HTML report was saved to "/home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e BLOODFLOW report custom management DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643 -TIME: 2020-12-01 11:32:38 +TIME: 2020-12-01 14:20:33 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -38782,7 +38782,7 @@ The HTML report was saved to "/home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e BUTTONS report custom management DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415 -TIME: 2020-12-01 11:32:39 +TIME: 2020-12-01 14:20:34 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -38794,7 +38794,7 @@ The HTML report was saved to "/home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e COMM report custom management DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2974704408 -TIME: 2020-12-01 11:32:40 +TIME: 2020-12-01 14:20:35 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -38806,7 +38806,7 @@ The HTML report was saved to "/home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2974704408/COMM_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e COMMBUFFERS report custom management DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491 -TIME: 2020-12-01 11:32:41 +TIME: 2020-12-01 14:20:36 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -38818,7 +38818,7 @@ The HTML report was saved to "/home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491/COMMBUFFERS_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e CPLD report custom management DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3337817776 -TIME: 2020-12-01 11:32:42 +TIME: 2020-12-01 14:20:37 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -38830,7 +38830,7 @@ The HTML report was saved to "/home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3337817776/CPLD_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e DGINTERFACE report custom management DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451 -TIME: 2020-12-01 11:32:43 +TIME: 2020-12-01 14:20:38 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -38842,7 +38842,7 @@ The HTML report was saved to "/home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451/DGINTERFACE_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e DIALINFLOW report custom management DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165 -TIME: 2020-12-01 11:32:43 +TIME: 2020-12-01 14:20:39 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -38854,7 +38854,7 @@ The HTML report was saved to "/home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e DIALOUTFLOW report custom management DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893 -TIME: 2020-12-01 11:32:44 +TIME: 2020-12-01 14:20:40 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -38866,7 +38866,7 @@ The HTML report was saved to "/home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e DIALYSIS report custom management DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183 -TIME: 2020-12-01 11:32:45 +TIME: 2020-12-01 14:20:41 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -38878,7 +38878,7 @@ The HTML report was saved to "/home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e FPGA report custom management DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326 -TIME: 2020-12-01 11:32:46 +TIME: 2020-12-01 14:20:41 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -38890,7 +38890,7 @@ The HTML report was saved to "/home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INTERRUPTS report custom management DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493 -TIME: 2020-12-01 11:32:47 +TIME: 2020-12-01 14:20:42 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -38902,7 +38902,7 @@ The HTML report was saved to "/home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2980953925 -TIME: 2020-12-01 11:32:48 +TIME: 2020-12-01 14:20:43 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -38914,7 +38914,7 @@ The HTML report was saved to "/home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2980953925/INT_ACCEL_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_AIRTRAP report custom management DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/386316907 -TIME: 2020-12-01 11:32:49 +TIME: 2020-12-01 14:20:44 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -38926,7 +38926,7 @@ The HTML report was saved to "/home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/386316907/INT_AIRTRAP_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_ALARMLAMP report custom management DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/124385112 -TIME: 2020-12-01 11:32:50 +TIME: 2020-12-01 14:20:45 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -38938,7 +38938,7 @@ The HTML report was saved to "/home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3157600406 -TIME: 2020-12-01 11:32:51 +TIME: 2020-12-01 14:20:46 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -38950,7 +38950,7 @@ The HTML report was saved to "/home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/397690850 -TIME: 2020-12-01 11:32:52 +TIME: 2020-12-01 14:20:47 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -38962,7 +38962,7 @@ The HTML report was saved to "/home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3621120736 -TIME: 2020-12-01 11:32:53 +TIME: 2020-12-01 14:20:48 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -38974,7 +38974,7 @@ The HTML report was saved to "/home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/925127052 -TIME: 2020-12-01 11:32:54 +TIME: 2020-12-01 14:20:49 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -38986,7 +38986,7 @@ The HTML report was saved to "/home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3989498026 -TIME: 2020-12-01 11:32:54 +TIME: 2020-12-01 14:20:50 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -38998,7 +38998,7 @@ The HTML report was saved to "/home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3960993444 -TIME: 2020-12-01 11:32:55 +TIME: 2020-12-01 14:20:51 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -39010,7 +39010,7 @@ The HTML report was saved to "/home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1778106133 -TIME: 2020-12-01 11:32:56 +TIME: 2020-12-01 14:20:52 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -39022,7 +39022,7 @@ The HTML report was saved to "/home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522 -TIME: 2020-12-01 11:32:57 +TIME: 2020-12-01 14:20:53 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -39034,7 +39034,7 @@ The HTML report was saved to "/home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/881240764 -TIME: 2020-12-01 11:32:58 +TIME: 2020-12-01 14:20:54 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -39046,7 +39046,7 @@ The HTML report was saved to "/home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1233794524 -TIME: 2020-12-01 11:32:59 +TIME: 2020-12-01 14:20:55 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -39058,7 +39058,7 @@ The HTML report was saved to "/home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4003473575 -TIME: 2020-12-01 11:33:00 +TIME: 2020-12-01 14:20:56 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -39070,7 +39070,7 @@ The HTML report was saved to "/home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1686726729 -TIME: 2020-12-01 11:33:01 +TIME: 2020-12-01 14:20:57 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -39082,7 +39082,7 @@ The HTML report was saved to "/home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3336905608 -TIME: 2020-12-01 11:33:02 +TIME: 2020-12-01 14:20:58 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -39094,7 +39094,7 @@ The HTML report was saved to "/home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1776554132 -TIME: 2020-12-01 11:33:03 +TIME: 2020-12-01 14:20:58 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -39106,7 +39106,7 @@ The HTML report was saved to "/home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/553544110 -TIME: 2020-12-01 11:33:04 +TIME: 2020-12-01 14:20:59 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -39118,7 +39118,7 @@ The HTML report was saved to "/home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3460059472 -TIME: 2020-12-01 11:33:04 +TIME: 2020-12-01 14:21:00 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -39130,7 +39130,7 @@ The HTML report was saved to "/home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2486627120 -TIME: 2020-12-01 11:33:05 +TIME: 2020-12-01 14:21:01 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -39142,7 +39142,7 @@ The HTML report was saved to "/home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/690517471 -TIME: 2020-12-01 11:33:06 +TIME: 2020-12-01 14:21:02 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -39154,7 +39154,7 @@ The HTML report was saved to "/home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2689133618 -TIME: 2020-12-01 11:33:07 +TIME: 2020-12-01 14:21:03 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -39166,7 +39166,7 @@ The HTML report was saved to "/home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150 -TIME: 2020-12-01 11:33:08 +TIME: 2020-12-01 14:21:04 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -39178,7 +39178,7 @@ The HTML report was saved to "/home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/189936646 -TIME: 2020-12-01 11:33:09 +TIME: 2020-12-01 14:21:05 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -39190,7 +39190,7 @@ The HTML report was saved to "/home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1824960653 -TIME: 2020-12-01 11:33:10 +TIME: 2020-12-01 14:21:06 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -39202,7 +39202,7 @@ The HTML report was saved to "/home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3585417238 -TIME: 2020-12-01 11:33:11 +TIME: 2020-12-01 14:21:07 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -39214,7 +39214,7 @@ The HTML report was saved to "/home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1429379182 -TIME: 2020-12-01 11:33:12 +TIME: 2020-12-01 14:21:08 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -39226,7 +39226,7 @@ The HTML report was saved to "/home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666 -TIME: 2020-12-01 11:33:13 +TIME: 2020-12-01 14:21:09 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -39238,7 +39238,7 @@ The HTML report was saved to "/home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e MODETREATMENTPARAMS report custom management DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572 -TIME: 2020-12-01 11:33:14 +TIME: 2020-12-01 14:21:10 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -39250,7 +39250,7 @@ The HTML report was saved to "/home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e MSGQUEUES report custom management DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1114345785 -TIME: 2020-12-01 11:33:14 +TIME: 2020-12-01 14:21:11 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -39262,7 +39262,7 @@ The HTML report was saved to "/home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1114345785/MSGQUEUES_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e NVDATAMGMT report custom management DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708 -TIME: 2020-12-01 11:33:15 +TIME: 2020-12-01 14:21:11 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -39274,7 +39274,7 @@ The HTML report was saved to "/home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e OPERATIONMODES report custom management DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/241608158 -TIME: 2020-12-01 11:33:16 +TIME: 2020-12-01 14:21:13 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -39286,7 +39286,7 @@ The HTML report was saved to "/home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/241608158/OPERATIONMODES_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e PICONTROLLERS report custom management DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/396578388 -TIME: 2020-12-01 11:33:17 +TIME: 2020-12-01 14:21:13 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -39298,7 +39298,7 @@ The HTML report was saved to "/home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/396578388/PICONTROLLERS_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e PRESOCCL report custom management DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755 -TIME: 2020-12-01 11:33:18 +TIME: 2020-12-01 14:21:14 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -39310,7 +39310,7 @@ The HTML report was saved to "/home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e RTC report custom management DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850 -TIME: 2020-12-01 11:33:19 +TIME: 2020-12-01 14:21:15 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -39322,7 +39322,7 @@ The HTML report was saved to "/home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e SAFETYSHUTDOWN report custom management DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/129022383 -TIME: 2020-12-01 11:33:20 +TIME: 2020-12-01 14:21:16 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -39334,7 +39334,7 @@ The HTML report was saved to "/home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/129022383/SAFETYSHUTDOWN_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e SYSTEMCOMM report custom management DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922 -TIME: 2020-12-01 11:33:21 +TIME: 2020-12-01 14:21:17 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -39346,7 +39346,7 @@ The HTML report was saved to "/home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e SYSTEMCOMMMESSAGES report custom management DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163 -TIME: 2020-12-01 11:33:22 +TIME: 2020-12-01 14:21:18 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -39358,7 +39358,7 @@ The HTML report was saved to "/home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e TIMERS report custom management DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4061569705 -TIME: 2020-12-01 11:33:23 +TIME: 2020-12-01 14:21:19 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -39370,7 +39370,7 @@ The HTML report was saved to "/home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4061569705/TIMERS_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e UTILITIES report custom management DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276 -TIME: 2020-12-01 11:33:24 +TIME: 2020-12-01 14:21:20 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -39382,7 +39382,7 @@ The HTML report was saved to "/home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276/UTILITIES_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e VALVES report custom management DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457 -TIME: 2020-12-01 11:33:24 +TIME: 2020-12-01 14:21:21 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -39394,7 +39394,7 @@ The HTML report was saved to "/home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e WATCHDOGMGMT report custom management DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848 -TIME: 2020-12-01 11:33:25 +TIME: 2020-12-01 14:21:22 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -39413,7 +39413,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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353 -TIME: 2020-12-01 11:33:27 +TIME: 2020-12-01 14:21:23 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -39425,7 +39425,7 @@ The HTML report was saved to "/home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e AIRTRAP report custom actual DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412 -TIME: 2020-12-01 11:33:28 +TIME: 2020-12-01 14:21:24 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -39437,7 +39437,7 @@ The HTML report was saved to "/home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e ALARMLAMP report custom actual DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009 -TIME: 2020-12-01 11:33:29 +TIME: 2020-12-01 14:21:25 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -39449,7 +39449,7 @@ The HTML report was saved to "/home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791 -TIME: 2020-12-01 11:33:30 +TIME: 2020-12-01 14:21:26 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -39461,7 +39461,7 @@ The HTML report was saved to "/home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643 -TIME: 2020-12-01 11:33:31 +TIME: 2020-12-01 14:21:27 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -39473,7 +39473,7 @@ The HTML report was saved to "/home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415 -TIME: 2020-12-01 11:33:32 +TIME: 2020-12-01 14:21:29 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -39485,7 +39485,7 @@ The HTML report was saved to "/home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2974704408 -TIME: 2020-12-01 11:33:33 +TIME: 2020-12-01 14:21:30 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -39497,7 +39497,7 @@ The HTML report was saved to "/home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491 -TIME: 2020-12-01 11:33:34 +TIME: 2020-12-01 14:21:31 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -39509,7 +39509,7 @@ The HTML report was saved to "/home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3337817776 -TIME: 2020-12-01 11:33:35 +TIME: 2020-12-01 14:21:32 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -39521,7 +39521,7 @@ The HTML report was saved to "/home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451 -TIME: 2020-12-01 11:33:36 +TIME: 2020-12-01 14:21:32 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -39533,7 +39533,7 @@ The HTML report was saved to "/home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165 -TIME: 2020-12-01 11:33:37 +TIME: 2020-12-01 14:21:33 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -39545,7 +39545,7 @@ The HTML report was saved to "/home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893 -TIME: 2020-12-01 11:33:38 +TIME: 2020-12-01 14:21:35 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -39557,7 +39557,7 @@ The HTML report was saved to "/home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183 -TIME: 2020-12-01 11:33:39 +TIME: 2020-12-01 14:21:36 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -39569,7 +39569,7 @@ The HTML report was saved to "/home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326 -TIME: 2020-12-01 11:33:40 +TIME: 2020-12-01 14:21:37 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -39581,7 +39581,7 @@ The HTML report was saved to "/home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493 -TIME: 2020-12-01 11:33:42 +TIME: 2020-12-01 14:21:38 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -39593,7 +39593,7 @@ The HTML report was saved to "/home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2980953925 -TIME: 2020-12-01 11:33:42 +TIME: 2020-12-01 14:21:39 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -39605,7 +39605,7 @@ The HTML report was saved to "/home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2980953925/INT_ACCEL_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_AIRTRAP report custom actual DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/386316907 -TIME: 2020-12-01 11:33:43 +TIME: 2020-12-01 14:21:40 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -39617,7 +39617,7 @@ The HTML report was saved to "/home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/386316907/INT_AIRTRAP_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_ALARMLAMP report custom actual DIRECTORY: /home/fw/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/124385112 -TIME: 2020-12-01 11:33:44 +TIME: 2020-12-01 14:21:41 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -39629,7 +39629,7 @@ The HTML report was saved to "/home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3157600406 -TIME: 2020-12-01 11:33:45 +TIME: 2020-12-01 14:21:42 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -39641,7 +39641,7 @@ The HTML report was saved to "/home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/397690850 -TIME: 2020-12-01 11:33:46 +TIME: 2020-12-01 14:21:43 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -39653,7 +39653,7 @@ The HTML report was saved to "/home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3621120736 -TIME: 2020-12-01 11:33:47 +TIME: 2020-12-01 14:21:44 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -39665,7 +39665,7 @@ The HTML report was saved to "/home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/925127052 -TIME: 2020-12-01 11:33:48 +TIME: 2020-12-01 14:21:45 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -39677,7 +39677,7 @@ The HTML report was saved to "/home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3989498026 -TIME: 2020-12-01 11:33:49 +TIME: 2020-12-01 14:21:46 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -39689,7 +39689,7 @@ The HTML report was saved to "/home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3960993444 -TIME: 2020-12-01 11:33:50 +TIME: 2020-12-01 14:21:47 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -39701,7 +39701,7 @@ The HTML report was saved to "/home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1778106133 -TIME: 2020-12-01 11:33:51 +TIME: 2020-12-01 14:21:48 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -39713,7 +39713,7 @@ The HTML report was saved to "/home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522 -TIME: 2020-12-01 11:33:52 +TIME: 2020-12-01 14:21:49 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -39725,7 +39725,7 @@ The HTML report was saved to "/home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/881240764 -TIME: 2020-12-01 11:33:53 +TIME: 2020-12-01 14:21:50 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -39737,7 +39737,7 @@ The HTML report was saved to "/home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1233794524 -TIME: 2020-12-01 11:33:54 +TIME: 2020-12-01 14:21:51 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -39749,7 +39749,7 @@ The HTML report was saved to "/home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4003473575 -TIME: 2020-12-01 11:33:55 +TIME: 2020-12-01 14:21:52 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -39761,7 +39761,7 @@ The HTML report was saved to "/home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1686726729 -TIME: 2020-12-01 11:33:56 +TIME: 2020-12-01 14:21:53 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -39773,7 +39773,7 @@ The HTML report was saved to "/home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3336905608 -TIME: 2020-12-01 11:33:57 +TIME: 2020-12-01 14:21:54 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -39785,7 +39785,7 @@ The HTML report was saved to "/home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1776554132 -TIME: 2020-12-01 11:33:57 +TIME: 2020-12-01 14:21:55 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -39797,7 +39797,7 @@ The HTML report was saved to "/home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/553544110 -TIME: 2020-12-01 11:33:58 +TIME: 2020-12-01 14:21:56 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -39809,7 +39809,7 @@ The HTML report was saved to "/home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3460059472 -TIME: 2020-12-01 11:33:59 +TIME: 2020-12-01 14:21:56 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -39821,7 +39821,7 @@ The HTML report was saved to "/home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2486627120 -TIME: 2020-12-01 11:34:00 +TIME: 2020-12-01 14:21:57 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -39833,7 +39833,7 @@ The HTML report was saved to "/home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/690517471 -TIME: 2020-12-01 11:34:01 +TIME: 2020-12-01 14:21:58 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -39845,7 +39845,7 @@ The HTML report was saved to "/home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2689133618 -TIME: 2020-12-01 11:34:02 +TIME: 2020-12-01 14:21:59 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -39857,7 +39857,7 @@ The HTML report was saved to "/home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150 -TIME: 2020-12-01 11:34:03 +TIME: 2020-12-01 14:22:00 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -39869,7 +39869,7 @@ The HTML report was saved to "/home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/189936646 -TIME: 2020-12-01 11:34:04 +TIME: 2020-12-01 14:22:02 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -39881,7 +39881,7 @@ The HTML report was saved to "/home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1824960653 -TIME: 2020-12-01 11:34:05 +TIME: 2020-12-01 14:22:03 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -39893,7 +39893,7 @@ The HTML report was saved to "/home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3585417238 -TIME: 2020-12-01 11:34:06 +TIME: 2020-12-01 14:22:04 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -39905,7 +39905,7 @@ The HTML report was saved to "/home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1429379182 -TIME: 2020-12-01 11:34:07 +TIME: 2020-12-01 14:22:05 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -39917,7 +39917,7 @@ The HTML report was saved to "/home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666 -TIME: 2020-12-01 11:34:08 +TIME: 2020-12-01 14:22:06 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -39929,7 +39929,7 @@ The HTML report was saved to "/home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572 -TIME: 2020-12-01 11:34:09 +TIME: 2020-12-01 14:22:07 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -39941,7 +39941,7 @@ The HTML report was saved to "/home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1114345785 -TIME: 2020-12-01 11:34:11 +TIME: 2020-12-01 14:22:09 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -39953,7 +39953,7 @@ The HTML report was saved to "/home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708 -TIME: 2020-12-01 11:34:11 +TIME: 2020-12-01 14:22:10 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -39965,7 +39965,7 @@ The HTML report was saved to "/home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/241608158 -TIME: 2020-12-01 11:34:13 +TIME: 2020-12-01 14:22:11 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -39977,7 +39977,7 @@ The HTML report was saved to "/home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/396578388 -TIME: 2020-12-01 11:34:14 +TIME: 2020-12-01 14:22:12 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -39989,7 +39989,7 @@ The HTML report was saved to "/home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755 -TIME: 2020-12-01 11:34:15 +TIME: 2020-12-01 14:22:13 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -40001,7 +40001,7 @@ The HTML report was saved to "/home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850 -TIME: 2020-12-01 11:34:16 +TIME: 2020-12-01 14:22:14 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -40013,7 +40013,7 @@ The HTML report was saved to "/home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/129022383 -TIME: 2020-12-01 11:34:17 +TIME: 2020-12-01 14:22:15 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -40025,7 +40025,7 @@ The HTML report was saved to "/home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922 -TIME: 2020-12-01 11:34:18 +TIME: 2020-12-01 14:22:16 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -40037,7 +40037,7 @@ The HTML report was saved to "/home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163 -TIME: 2020-12-01 11:34:19 +TIME: 2020-12-01 14:22:18 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -40049,7 +40049,7 @@ The HTML report was saved to "/home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4061569705 -TIME: 2020-12-01 11:34:22 +TIME: 2020-12-01 14:22:20 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -40061,7 +40061,7 @@ The HTML report was saved to "/home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276 -TIME: 2020-12-01 11:34:23 +TIME: 2020-12-01 14:22:21 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -40073,7 +40073,7 @@ The HTML report was saved to "/home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457 -TIME: 2020-12-01 11:34:23 +TIME: 2020-12-01 14:22:22 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) @@ -40085,7 +40085,7 @@ The HTML report was saved to "/home/fw/wshd/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/wshd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848 -TIME: 2020-12-01 11:34:25 +TIME: 2020-12-01 14:22:23 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2020 **Version 19.sp3 (11/13/19) Index: results/cppcheckError.csv =================================================================== diff -u -r933a18d740285e70be9d00696ed0f5a5381bc8e4 -r40a0bc77c53a4eb538580d44f1117d26f1d37fb2 --- results/cppcheckError.csv (.../cppcheckError.csv) (revision 933a18d740285e70be9d00696ed0f5a5381bc8e4) +++ results/cppcheckError.csv (.../cppcheckError.csv) (revision 40a0bc77c53a4eb538580d44f1117d26f1d37fb2) @@ -3,8 +3,8 @@ hdfirmware/firmware/App/Modes/ModePreTreat.c,81,style,unreadVariable,Variable 'stop' is assigned a value that is never used. hdfirmware/firmware/App/Modes/ModeTreatment.c,821,style,unreadVariable,Variable 'dialysisState' is assigned a value that is never used. hdfirmware/firmware/App/Services/Interrupts.c,175,style,variableScope,The scope of the variable 'debugStr' can be reduced. -hdfirmware/firmware/App/Services/SystemCommMessages.c,3888,style,redundantAssignment,Variable 'result' is reassigned a value before the old one has been used. -hdfirmware/firmware/App/Services/SystemCommMessages.c,1327,style,unreadVariable,Variable 'result' is assigned a value that is never used. +hdfirmware/firmware/App/Services/SystemCommMessages.c,3884,style,redundantAssignment,Variable 'result' is reassigned a value before the old one has been used. +hdfirmware/firmware/App/Services/SystemCommMessages.c,1323,style,unreadVariable,Variable 'result' is assigned a value that is never used. hdfirmware/firmware/FWCommon/FlashDrvr/Fapi_UserDefinedFunctions.c,0,information,toomanyconfigs,Too many #ifdef configurations - cppcheck only checks 12 of 21 configurations. Use --force to check all configurations. hdfirmware/firmware/FWCommon/NVDataMgmt.c,1566,style,variableScope,The scope of the variable 'quotient' can be reduced. hdfirmware/firmware/FWCommon/NVDataMgmt.c,1567,style,variableScope,The scope of the variable 'modulus' can be reduced.