Skip to content

Measure: Pass measure feature to methods of proxy object #71

Measure: Pass measure feature to methods of proxy object

Measure: Pass measure feature to methods of proxy object #71

Triggered via push November 25, 2023 16:54
Status Failure
Total duration 1h 14m 45s
Artifacts 5

CI_master.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 45 warnings
Lint / Lint
Process completed with exit code 1.
Lint / Lint
Process completed with exit code 1.
Lint / Lint
Process completed with exit code 1.
Lint / Lint
Process completed with exit code 1.
Lint / Lint
Process completed with exit code 1.
Windows / Build
Process completed with exit code 1.
WrapUp / WrapUp
$GITHUB_STEP_SUMMARY upload aborted, supports content up to a size of 1024k, got 23379k. For more information see: https://docs.github.com/actions/using-workflows/workflow-commands-for-github-actions#adding-a-markdown-summary
Lint / Lint: src/Gui/CommandDoc.cpp#L1289
superseeds ==> supersedes
Lint / Lint: src/3rdParty/salomesmesh/src/DriverUNV/DriverUNV_R_SMDS_Mesh.cpp#L96
if (myGroup != 0) <-- trailing whitespace
Lint / Lint: src/3rdParty/salomesmesh/src/DriverUNV/DriverUNV_R_SMDS_Mesh.cpp#L143
const double lenFactor = aUnitsRecord.factors[ UNV164::LENGTH_FACTOR ]; <-- trailing whitespace
Lint / Lint: src/3rdParty/salomesmesh/src/DriverUNV/DriverUNV_R_SMDS_Mesh.cpp#L193
case 41: // Plane Stress Linear Triangle <-- trailing whitespace
Lint / Lint: src/3rdParty/salomesmesh/src/DriverUNV/DriverUNV_R_SMDS_Mesh.cpp#L194
case 51: // Plane Strain Linear Triangle <-- trailing whitespace
Lint / Lint: src/3rdParty/salomesmesh/src/DriverUNV/DriverUNV_R_SMDS_Mesh.cpp#L195
case 61: // Plate Linear Triangle <-- trailing whitespace
Lint / Lint: src/3rdParty/salomesmesh/src/DriverUNV/DriverUNV_R_SMDS_Mesh.cpp#L196
case 74: // Membrane Linear Triangle <-- trailing whitespace
Lint / Lint: src/3rdParty/salomesmesh/src/DriverUNV/DriverUNV_R_SMDS_Mesh.cpp#L197
case 81: // Axisymetric Solid Linear Triangle <-- trailing whitespace
Lint / Lint: src/3rdParty/salomesmesh/src/DriverUNV/DriverUNV_R_SMDS_Mesh.cpp#L198
case 91: // Thin Shell Linear Triangle <-- trailing whitespace
Lint / Lint: src/3rdParty/salomesmesh/src/DriverUNV/DriverUNV_R_SMDS_Mesh.cpp#L205
case 42: // Plane Stress Parabolic Triangle <-- trailing whitespace
Lint / Lint: src/3rdParty/salomesmesh/src/DriverUNV/DriverUNV_R_SMDS_Mesh.cpp#L206
case 52: // Plane Strain Parabolic Triangle <-- trailing whitespace
Lint / Lint: src/Ext/freecad/project_utility.py#L1
would reformat src/Ext/freecad/project_utility.py
Lint / Lint: src/Ext/freecad/project_utility.py#L37
Consider using 'with' for resource-allocating operations (consider-using-with)
Lint / Lint: src/Ext/freecad/project_utility.py#L49
Consider using 'with' for resource-allocating operations (consider-using-with)
Lint / Lint: src/Ext/freecad/project_utility.py#L60
Consider using 'with' for resource-allocating operations (consider-using-with)
Lint / Lint: src/Gui/Application.cpp#L2168
QObject::connect(&mainApp, SIGNAL(messageReceived(const QList<QByteArray> &)), <--Consider using Functor-Based Connections
Lint / Lint: src/Gui/Application.cpp#L2169
&mw, SLOT(processMessages(const QList<QByteArray> &))); <--Consider using Functor-Based Connections
Lint / Lint: src/Gui/Application.cpp#L2390
QTimer::singleShot(0, &mw, SLOT(delayedStartup())); <--Consider using Functor-Based Connections
Lint / Lint: src/App/ExtensionPython.h#L110
"virtual" is redundant since function is already declared as "override" [readability/inheritance] [4]
Lint / Lint: src/App/ExtensionPython.h#L115
"virtual" is redundant since function is already declared as "override" [readability/inheritance] [4]
Lint / Lint: src/Base/Bitmask.h#L115
Single-parameter constructors should be marked explicit. [runtime/explicit] [5]
Lint / Lint: src/Base/Console.h#L1157
Never use sprintf. Use snprintf instead. [runtime/printf] [5]
Lint / Lint: src/Base/Converter.h#L45
Single-parameter constructors should be marked explicit. [runtime/explicit] [5]
Lint / Lint: src/Base/Converter.h#L62
Single-parameter constructors should be marked explicit. [runtime/explicit] [5]
Lint / Lint: src/Base/Converter.h#L79
Single-parameter constructors should be marked explicit. [runtime/explicit] [5]
Lint / Lint: src/Base/Debugger.h#L62
Constructors callable with one argument should be marked explicit. [runtime/explicit] [5]
Lint / Lint: src/Base/DualNumber.h#L47
Constructors callable with one argument should be marked explicit. [runtime/explicit] [5]
Lint / Lint: src/Base/Exception.h#L248
Single-parameter constructors should be marked explicit. [runtime/explicit] [5]
Lint / Lint: src/3rdParty/salomesmesh/inc/SMDS_MeshNode.hxx#L67
'SMDS_MeshNode::init' hides overloaded virtual function [-Woverloaded-virtual]
Lint / Lint
note: hidden overloaded virtual function 'SMDS_MeshElement::init' declared here: different number of parameters (3 vs 6)
Lint / Lint: src/3rdParty/salomesmesh/inc/SMDS_VtkEdge.hxx#L40
'SMDS_VtkEdge::init' hides overloaded virtual function [-Woverloaded-virtual]
Lint / Lint
note: hidden overloaded virtual function 'SMDS_MeshElement::init' declared here: different number of parameters (3 vs 2)
Lint / Lint: src/3rdParty/salomesmesh/inc/SMDS_VtkFace.hxx#L35
'SMDS_VtkFace::init' hides overloaded virtual function [-Woverloaded-virtual]
Lint / Lint
note: hidden overloaded virtual function 'SMDS_MeshElement::init' declared here: different number of parameters (3 vs 2)
Lint / Lint: src/3rdParty/salomesmesh/inc/SMDS_VtkVolume.hxx#L35
'SMDS_VtkVolume::init' hides overloaded virtual function [-Woverloaded-virtual]
Lint / Lint
note: hidden overloaded virtual function 'SMDS_MeshElement::init' declared here: different number of parameters (3 vs 2)
Lint / Lint: src/3rdParty/salomesmesh/inc/SMDS_BallElement.hxx#L38
'SMDS_BallElement::init' hides overloaded virtual function [-Woverloaded-virtual]
Lint / Lint
note: hidden overloaded virtual function 'SMDS_MeshElement::init' declared here: type mismatch at 1st parameter ('int' vs 'vtkIdType' (aka 'long long'))

Artifacts

Produced during runtime
Name Size
Lint-6990295315-Logs Expired
2.89 MB
Prepare-6990295315-Logs Expired
1.87 MB
Ubuntu_20-04-6990295315-Logs Expired
9.78 MB
Ubuntu_22-04-6990295315-Logs Expired
32.8 MB
Windows-6990295315-Logs Expired
18.9 MB