Skip to content

Initial commit

Initial commit #1

Triggered via push March 28, 2024 12:42
Status Failure
Total duration 5m 37s
Artifacts
CL 1  /  ...  /  Build FMU
3m 13s
CL 1 / Build Model / Build FMU
CL 1  /  ...  /  C++ Linter
5m 26s
CL 1 / C++ Linter / C++ Linter
CL 1  /  ...  /  Markdown Linter
11s
CL 1 / Markdown Linter / Markdown Linter
CL 1  /  ...  /  SRMD Validator
13s
CL 1 / SRMD Validator / SRMD Validator
CL 1  /  ...  /  Unit Tests
5m 0s
CL 1 / Unit Tests / Unit Tests
CL 0  /  SPDX License Check
3s
CL 0 / SPDX License Check
CL 1  /  ...  /  FMU Artifact
CL 1 / FMU Artifact / FMU Artifact
CL 1  /  ...  /  FMPy Validate
CL 1 / FMU Compliance Checker / FMPy Validate
CL 1  /  ...  /  FMU Compliance Checker
CL 1 / FMU Compliance Checker / FMU Compliance Checker
CL 2  /  ...  /  Build OSI Field Checker
CL 2 / Build OSI Field Checker FMU / Build OSI Field Checker
CL 2  /  ...  /  Build OpenMCx
CL 2 / Build OpenMCx / Build OpenMCx
CL 2  /  ...  /  Build Tracefile Player FMU
CL 2 / Build Tracefile Player FMU / Build Tracefile Player FMU
CL 2  /  ...  /  Build Tracefile Writer FMU
CL 2 / Build Tracefile Writer FMU / Build Tracefile Writer FMU
CL 2  /  ...  /  Build esmini FMU
CL 2 / Build esmini FMU / Build esmini FMU
CL 2  /  Generate Integration Test Paths
CL 2 / Generate Integration Test Paths
Matrix: CL 2 / Integration Test
Waiting for pending jobs
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 10 warnings
CL 1 / Build Model / Build FMU
Process completed with exit code 1.
src/OSMPConfig.in.h:7:2 [clang-diagnostic-error]: src/OSMPConfig.in.h#L7
invalid preprocessing directive
src/OSMPConfig.in.h:8:2 [clang-diagnostic-error]: src/OSMPConfig.in.h#L8
invalid preprocessing directive
src/OSMPConfig.in.h:9:2 [clang-diagnostic-error]: src/OSMPConfig.in.h#L9
invalid preprocessing directive
src/OSMPConfig.in.h:10:2 [clang-diagnostic-error]: src/OSMPConfig.in.h#L10
invalid preprocessing directive
src/MySensorModel.cpp:17:25 [cppcoreguidelines-avoid-non-const-global-variables]: src/MySensorModel.cpp#L17
variable 'private_log_file' is non-const and globally accessible, consider making it const
src/MySensorModel.h:62:21 [cppcoreguidelines-avoid-non-const-global-variables]: src/MySensorModel.h#L62
variable 'private_log_file' is non-const and globally accessible, consider making it const
src/OSMP.cpp:50:16 [cppcoreguidelines-avoid-non-const-global-variables]: src/OSMP.cpp#L50
variable 'private_log_file' is non-const and globally accessible, consider making it const
src/OSMP.cpp:60:5 [cppcoreguidelines-pro-type-member-init]: src/OSMP.cpp#L60
uninitialized record type: 'myaddr'
src/OSMP.cpp:69:12 [cppcoreguidelines-pro-type-union-access]: src/OSMP.cpp#L69
do not access members of unions; use (boost::)variant instead
src/OSMP.cpp:70:12 [cppcoreguidelines-pro-type-union-access]: src/OSMP.cpp#L70
do not access members of unions; use (boost::)variant instead
src/OSMP.cpp:71:43 [cppcoreguidelines-pro-type-union-access]: src/OSMP.cpp#L71
do not access members of unions; use (boost::)variant instead
src/OSMP.cpp:82:5 [cppcoreguidelines-pro-type-member-init]: src/OSMP.cpp#L82
uninitialized record type: 'myaddr'
src/OSMP.cpp:91:12 [cppcoreguidelines-pro-type-union-access]: src/OSMP.cpp#L91
do not access members of unions; use (boost::)variant instead