Trim lines ending with superfluous whitespace #296
CI_master.yml
on: push
Prepare
/
Prepare
4s
Matrix: Pixi / build_with_pixi
Ubuntu_20-04
/
Build
1h 23m
Windows
/
Build
2h 15m
Lint
/
Lint
3m 51s
WrapUp
/
WrapUp
8s
Annotations
14 errors and 68 warnings
Lint / Lint
Process completed with exit code 1.
|
Lint / Lint:
src/Mod/BIM/ArchComponent.py#L1488
Possibly using variable 'FreeCADGui' before assignment (possibly-used-before-assignment)
|
Lint / Lint:
src/Mod/BIM/ArchComponent.py#L1518
Possibly using variable 'QtGui' before assignment (possibly-used-before-assignment)
|
Lint / Lint:
src/Mod/BIM/ArchComponent.py#L1520
Possibly using variable 'QtCore' before assignment (possibly-used-before-assignment)
|
Lint / Lint:
src/Mod/BIM/ArchComponent.py#L1387
Access to member 'meshnode' before its definition line 1410 (access-member-before-definition)
|
Lint / Lint:
src/Mod/BIM/ArchComponent.py#L1388
Access to member 'meshnode' before its definition line 1410 (access-member-before-definition)
|
Lint / Lint:
src/Mod/BIM/ArchComponent.py#L1965
Instance of 'ComponentTaskPanel' has no 'treeBase' member (no-member)
|
Lint / Lint:
src/Mod/BIM/ArchComponent.py#L1966
Instance of 'ComponentTaskPanel' has no 'treeAdditions' member (no-member)
|
Lint / Lint:
src/Mod/BIM/ArchComponent.py#L1967
Instance of 'ComponentTaskPanel' has no 'treeSubtractions' member (no-member)
|
Lint / Lint:
src/Mod/BIM/ArchComponent.py#L1968
Instance of 'ComponentTaskPanel' has no 'treeObjects' member (no-member)
|
Lint / Lint:
src/Mod/BIM/ArchComponent.py#L1969
Instance of 'ComponentTaskPanel' has no 'treeAxes' member (no-member)
|
Lint / Lint
Process completed with exit code 1.
|
Lint / Lint:
.clang-tidy#L11
unknown key 'AnalyzeTemporaryDtors'
|
Lint / Lint:
.clang-tidy#L11
unknown key 'AnalyzeTemporaryDtors'
|
Prepare / Prepare
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Lint / Lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Lint / Lint:
src/Mod/Part/parttests/ColorTransparencyTest.py#L1
would reformat src/Mod/Part/parttests/ColorTransparencyTest.py
|
Lint / Lint:
src/Mod/PartDesign/PartDesignTests/TestHelix.py#L1
would reformat src/Mod/PartDesign/PartDesignTests/TestHelix.py
|
Lint / Lint:
src/Mod/BIM/TestArch.py#L1
would reformat src/Mod/BIM/TestArch.py
|
Lint / Lint:
src/Mod/BIM/ArchWall.py#L1
would reformat src/Mod/BIM/ArchWall.py
|
Lint / Lint:
src/Mod/BIM/ArchComponent.py#L1
would reformat src/Mod/BIM/ArchComponent.py
|
Lint / Lint:
src/Mod/BIM/ArchComponent.py#L139
Line too long (106/100) (line-too-long)
|
Lint / Lint:
src/Mod/BIM/ArchComponent.py#L161
Line too long (103/100) (line-too-long)
|
Lint / Lint:
src/Mod/BIM/ArchComponent.py#L197
Line too long (149/100) (line-too-long)
|
Lint / Lint:
src/Mod/BIM/ArchComponent.py#L199
Line too long (144/100) (line-too-long)
|
Lint / Lint:
src/Mod/BIM/ArchComponent.py#L201
Line too long (159/100) (line-too-long)
|
Lint / Lint:
src/Mod/BIM/ArchComponent.py#L203
Line too long (166/100) (line-too-long)
|
Lint / Lint:
src/Mod/BIM/ArchComponent.py#L205
Line too long (156/100) (line-too-long)
|
Lint / Lint:
src/Mod/BIM/ArchComponent.py#L207
Line too long (140/100) (line-too-long)
|
Lint / Lint:
src/Mod/BIM/ArchComponent.py#L209
Line too long (179/100) (line-too-long)
|
Lint / Lint:
src/Mod/BIM/ArchComponent.py#L211
Line too long (135/100) (line-too-long)
|
Lint / Lint:
src/Gui/DlgCheckableMessageBox.cpp#L275
Using deprecated casting style. Use static_cast<int>(...) instead [readability/casting] [4]
|
Lint / Lint:
src/Gui/DlgCheckableMessageBox.cpp#L281
Do not include .cpp files from other packages [build/include] [4]
|
Lint / Lint:
src/Gui/Inventor/SoFCTransform.h#L24
#ifndef header guard has wrong style, please use: SRC_GUI_INVENTOR_SOFCTRANSFORM_H_ [build/header_guard] [5]
|
Lint / Lint:
src/Gui/Inventor/SoFCTransform.h#L65
#endif line should be "#endif // SRC_GUI_INVENTOR_SOFCTRANSFORM_H_" [build/header_guard] [5]
|
Lint / Lint:
src/Mod/Part/App/MeasureClient.cpp#L62
Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
|
Lint / Lint:
src/Mod/Part/App/MeasureClient.cpp#L68
Is this a non-const reference? If so, make const or use a pointer: TopoDS_Shape& wire [runtime/references] [2]
|
Lint / Lint:
src/Mod/Part/App/MeasureClient.cpp#L74
Is this a non-const reference? If so, make const or use a pointer: TopoDS_Shape& face [runtime/references] [2]
|
Lint / Lint:
src/Mod/Part/App/MeasureClient.cpp#L80
Is this a non-const reference? If so, make const or use a pointer: TopoDS_Shape& edge [runtime/references] [2]
|
Lint / Lint:
src/Mod/Part/App/MeasureClient.cpp#L85
Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
|
Lint / Lint:
src/Mod/Part/App/MeasureClient.cpp#L175
Is this a non-const reference? If so, make const or use a pointer: TopoDS_Shape &shapeOut [runtime/references] [2]
|
Lint / Lint
fatal error: 'ui_DlgCheckableMessageBox.h' file not found
|
Lint / Lint
opencascade::handle has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
|
Lint / Lint
NCollection_ListNode has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
|
Lint / Lint
Pass small and trivially-copyable type by value (const class NCollection_BaseList::Iterator &) [-Wclazy-function-args-by-value]
|
Lint / Lint
Pass small and trivially-copyable type by value (const class NCollection_BaseList::Iterator &) [-Wclazy-function-args-by-value]
|
Lint / Lint
Pass small and trivially-copyable type by value (const class gp_XY &) [-Wclazy-function-args-by-value]
|
Lint / Lint
Pass small and trivially-copyable type by value (const class gp_XY &) [-Wclazy-function-args-by-value]
|
Lint / Lint
Pass small and trivially-copyable type by value (const class gp_XY &) [-Wclazy-function-args-by-value]
|
Lint / Lint
Pass small and trivially-copyable type by value (const class gp_XY &) [-Wclazy-function-args-by-value]
|
Lint / Lint
Pass small and trivially-copyable type by value (const class gp_XY &) [-Wclazy-function-args-by-value]
|
Pixi / build_with_pixi (macos-latest):
src/3rdParty/libE57Format/src/SourceDestBufferImpl.cpp#L491
implicit conversion from 'const int64_t' (aka 'const long long') to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
|
Pixi / build_with_pixi (macos-latest):
src/3rdParty/libE57Format/src/SourceDestBufferImpl.cpp#L203
implicit conversion from 'const int32_t' (aka 'const int') to 'float' changes value from 2147483647 to 2147483648 [-Wimplicit-const-int-float-conversion]
|
Pixi / build_with_pixi (macos-latest):
src/3rdParty/libE57Format/src/SourceDestBufferImpl.cpp#L215
implicit conversion from 'const uint32_t' (aka 'const unsigned int') to 'float' changes value from 4294967295 to 4294967296 [-Wimplicit-const-int-float-conversion]
|
Pixi / build_with_pixi (macos-latest):
src/3rdParty/libE57Format/src/SourceDestBufferImpl.cpp#L227
implicit conversion from 'const int64_t' (aka 'const long long') to 'float' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
|
Pixi / build_with_pixi (macos-latest):
src/3rdParty/libE57Format/src/SourceDestBufferImpl.cpp#L227
implicit conversion from 'const int64_t' (aka 'const long long') to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
|
Pixi / build_with_pixi (macos-latest):
src/3rdParty/OndselSolver/OndselSolver/FullVector.h#L183
unused parameter 'tol' [-Wunused-parameter]
|
Pixi / build_with_pixi (macos-latest):
src/3rdParty/OndselSolver/OndselSolver/FullVector.h#L183
unused parameter 'tol' [-Wunused-parameter]
|
Pixi / build_with_pixi (macos-latest):
src/3rdParty/OndselSolver/OndselSolver/FullVector.h#L183
unused parameter 'tol' [-Wunused-parameter]
|
Pixi / build_with_pixi (macos-latest):
src/3rdParty/OndselSolver/OndselSolver/FullVector.h#L183
unused parameter 'tol' [-Wunused-parameter]
|
Pixi / build_with_pixi (macos-latest):
src/3rdParty/OndselSolver/OndselSolver/FullVector.h#L183
unused parameter 'tol' [-Wunused-parameter]
|
Pixi / build_with_pixi (ubuntu-latest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Pixi / build_with_pixi (ubuntu-latest):
src/3rdParty/OndselSolver/OndselSolver/FullVector.h#L183
unused parameter 'tol' [-Wunused-parameter]
|
Pixi / build_with_pixi (ubuntu-latest):
src/3rdParty/OndselSolver/OndselSolver/FullVector.h#L183
unused parameter 'tol' [-Wunused-parameter]
|
Pixi / build_with_pixi (ubuntu-latest):
src/3rdParty/OndselSolver/OndselSolver/FullVector.h#L183
unused parameter 'tol' [-Wunused-parameter]
|
Pixi / build_with_pixi (ubuntu-latest):
src/3rdParty/OndselSolver/OndselSolver/FullVector.h#L183
unused parameter 'tol' [-Wunused-parameter]
|
Pixi / build_with_pixi (ubuntu-latest):
src/3rdParty/OndselSolver/OndselSolver/FullVector.h#L183
unused parameter 'tol' [-Wunused-parameter]
|
Pixi / build_with_pixi (ubuntu-latest):
src/3rdParty/OndselSolver/OndselSolver/FullVector.h#L183
unused parameter 'tol' [-Wunused-parameter]
|
Pixi / build_with_pixi (ubuntu-latest):
src/3rdParty/OndselSolver/OndselSolver/FullVector.h#L183
unused parameter 'tol' [-Wunused-parameter]
|
Pixi / build_with_pixi (ubuntu-latest):
src/3rdParty/OndselSolver/OndselSolver/FullVector.h#L183
unused parameter 'tol' [-Wunused-parameter]
|
Pixi / build_with_pixi (ubuntu-latest):
src/3rdParty/OndselSolver/OndselSolver/FullVector.h#L183
unused parameter 'tol' [-Wunused-parameter]
|
Pixi / build_with_pixi (ubuntu-latest):
src/3rdParty/OndselSolver/OndselSolver/FullVector.h#L183
unused parameter 'tol' [-Wunused-parameter]
|
Ubuntu_20-04 / Build
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
Ubuntu_20-04 / Build
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
Pixi / build_with_pixi (windows-latest)
No files were found with the provided path: D:\a\FreeCAD\FreeCAD/logs/
/var/crash/*FreeCAD*. No artifacts will be uploaded.
|
Pixi / build_with_pixi (windows-latest)
'=': conversion from 'size_t' to '_Ty', possible loss of data
|
Pixi / build_with_pixi (windows-latest):
src/Mod/Measure/Gui/TaskMeasure.cpp#L150
not enough arguments for function-like macro invocation 'QStringLiteral'
|
Pixi / build_with_pixi (windows-latest):
src/Mod/Measure/Gui/TaskMeasure.cpp#L150
not enough arguments for function-like macro invocation 'QT_UNICODE_LITERAL'
|
Pixi / build_with_pixi (windows-latest)
No files were found with the provided path: D:\a\FreeCAD\FreeCAD/report/Pixi-12454489198-windows-latest-report.md. No artifacts will be uploaded.
|
Windows / Build
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
Windows / Build
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
WrapUp / WrapUp
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
Lint-12454489198-Logs
|
38.3 KB |
|
Pixi-12454489198-macos-latest-Logs
|
45.3 KB |
|
Pixi-12454489198-macos-latest-report.md
|
379 Bytes |
|
Pixi-12454489198-ubuntu-latest-Logs
|
45.7 KB |
|
Pixi-12454489198-ubuntu-latest-report.md
|
546 Bytes |
|
Prepare-12454489198-Logs
|
11.6 KB |
|
Ubuntu_20-04-12454489198-Logs
|
186 KB |
|
Windows-12454489198-Logs
|
2.45 MB |
|