Merge branch 'FreeCAD:main' into main #57
CI_master.yml
on: push
Prepare
/
Prepare
5s
MacOS_13_Conda_Apple
/
Build
50m 27s
Ubuntu_20-04
/
Build
1h 16m
Ubuntu_22-04_Conda
/
Build
1h 19m
Windows
/
Build
2h 7m
Lint
/
Lint
13m 32s
Ubuntu_22-04_Conda_Qt6
/
Build
1h 23m
WrapUp
/
WrapUp
8s
Annotations
11 errors and 70 warnings
Lint / Lint
Process completed with exit code 1.
|
Lint / Lint
Process completed with exit code 1.
|
Lint / Lint:
src/Mod/BIM/ArchMaterial.py#L87
Possibly using variable 'QtGui' before assignment (possibly-used-before-assignment)
|
Lint / Lint:
src/Mod/BIM/ArchMaterial.py#L350
Possibly using variable 'FreeCADGui' before assignment (possibly-used-before-assignment)
|
Lint / Lint:
src/Mod/BIM/ArchMaterial.py#L563
Possibly using variable 'os' before assignment (possibly-used-before-assignment)
|
Lint / Lint:
src/Mod/BIM/importers/exportIFC.py#L112
Possibly using variable 'FreeCADGui' before assignment (possibly-used-before-assignment)
|
Lint / Lint:
src/Mod/Draft/DraftGui.py#L1627
Instance of 'DraftToolBar' has no 'ui' member (no-member)
|
Lint / Lint
Process completed with exit code 1.
|
Lint / Lint
Process completed with exit code 1.
|
Lint / Lint
Process completed with exit code 1.
|
WrapUp / WrapUp
$GITHUB_STEP_SUMMARY upload aborted, supports content up to a size of 1024k, got 2862k. For more information see: https://docs.github.com/actions/using-workflows/workflow-commands-for-github-actions#adding-a-markdown-summary
|
Lint / Lint:
src/Gui/SoFCCSysDragger.cpp#L366
incrementIn ==> incrementing, increment in
|
Lint / Lint:
src/Gui/SoFCCSysDragger.cpp#L374
incrementIn ==> incrementing, increment in
|
Lint / Lint:
src/Gui/SoFCCSysDragger.cpp#L375
incrementIn ==> incrementing, increment in
|
Lint / Lint:
src/Gui/SoFCCSysDragger.cpp#L376
incrementIn ==> incrementing, increment in
|
Lint / Lint:
src/Gui/SoFCCSysDragger.cpp#L377
incrementIn ==> incrementing, increment in
|
Lint / Lint:
src/Gui/SoFCCSysDragger.cpp#L386
incrementIn ==> incrementing, increment in
|
Lint / Lint:
src/Gui/SoFCCSysDragger.cpp#L654
incrementIn ==> incrementing, increment in
|
Lint / Lint:
src/Gui/SoFCCSysDragger.cpp#L659
incrementIn ==> incrementing, increment in
|
Lint / Lint:
src/Gui/SoFCCSysDragger.cpp#L660
incrementIn ==> incrementing, increment in
|
Lint / Lint:
src/Gui/SoFCCSysDragger.cpp#L661
incrementIn ==> incrementing, increment in
|
Lint / Lint:
src/Mod/BIM/bimcommands/BimWelcome.py#L1
would reformat src/Mod/BIM/bimcommands/BimWelcome.py
|
Lint / Lint:
src/Mod/Draft/draftfunctions/svg.py#L1
would reformat src/Mod/Draft/draftfunctions/svg.py
|
Lint / Lint:
src/Mod/BIM/ArchMaterial.py#L1
would reformat src/Mod/BIM/ArchMaterial.py
|
Lint / Lint:
src/Mod/Draft/DraftGui.py#L1
would reformat src/Mod/Draft/DraftGui.py
|
Lint / Lint:
src/Mod/Draft/draftguitools/gui_trackers.py#L1
would reformat src/Mod/Draft/draftguitools/gui_trackers.py
|
Lint / Lint:
src/Mod/BIM/importers/exportIFC.py#L1
would reformat src/Mod/BIM/importers/exportIFC.py
|
Lint / Lint:
src/Mod/BIM/ArchMaterial.py#L109
Line too long (103/100) (line-too-long)
|
Lint / Lint:
src/Mod/BIM/ArchMaterial.py#L118
Line too long (154/100) (line-too-long)
|
Lint / Lint:
src/Mod/BIM/ArchMaterial.py#L125
Line too long (106/100) (line-too-long)
|
Lint / Lint:
src/Mod/BIM/ArchMaterial.py#L129
Line too long (111/100) (line-too-long)
|
Lint / Lint:
src/Mod/BIM/ArchMaterial.py#L164
Line too long (144/100) (line-too-long)
|
Lint / Lint:
src/Mod/BIM/ArchMaterial.py#L166
Line too long (159/100) (line-too-long)
|
Lint / Lint:
src/Mod/BIM/ArchMaterial.py#L168
Line too long (163/100) (line-too-long)
|
Lint / Lint:
src/Mod/BIM/ArchMaterial.py#L170
Line too long (154/100) (line-too-long)
|
Lint / Lint:
src/Mod/BIM/ArchMaterial.py#L172
Line too long (132/100) (line-too-long)
|
Lint / Lint:
src/Mod/BIM/ArchMaterial.py#L174
Line too long (148/100) (line-too-long)
|
Lint / Lint:
src/Gui/StartupProcess.cpp#L240
QObject::connect(qtApp, SIGNAL(messageReceived(const QList<QString> &)), <--Consider using Functor-Based Connections
|
Lint / Lint:
src/Gui/StartupProcess.cpp#L241
mainWindow, SLOT(processMessages(const QList<QString> &))); <--Consider using Functor-Based Connections
|
Lint / Lint:
src/Gui/Tree.cpp#L1071
objitem->object()->setupContextMenu(&editMenu, this, SLOT(onStartEditing()));
|
Lint / Lint:
src/3rdParty/libE57Format/src/CheckedFile.cpp#L36
Found C system header after C++ system header. Should be: CheckedFile.h, c system, c++ system, other. [build/include_order] [4]
|
Lint / Lint:
src/3rdParty/libE57Format/src/CheckedFile.cpp#L66
Found C system header after C++ system header. Should be: CheckedFile.h, c system, c++ system, other. [build/include_order] [4]
|
Lint / Lint:
src/3rdParty/libE57Format/src/CheckedFile.cpp#L72
Should have a space between // and comment [whitespace/comments] [4]
|
Lint / Lint:
src/3rdParty/libE57Format/src/CheckedFile.cpp#L81
Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
|
Lint / Lint:
src/3rdParty/libE57Format/src/CheckedFile.cpp#L95
{ should almost always be at the end of the previous line [whitespace/braces] [4]
|
Lint / Lint:
src/3rdParty/libE57Format/src/CheckedFile.cpp#L96
public: should be indented +1 space inside class e57::BufferView [whitespace/indent] [3]
|
Lint / Lint:
src/3rdParty/libE57Format/src/CheckedFile.cpp#L97
Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
|
Lint / Lint:
src/3rdParty/libE57Format/src/CheckedFile.cpp#L98
Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
|
Lint / Lint:
src/3rdParty/libE57Format/src/CheckedFile.cpp#L99
Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
|
Lint / Lint:
src/3rdParty/libE57Format/src/CheckedFile.cpp#L99
Extra space after ( in function call [whitespace/parens] [4]
|
Lint / Lint:
src/3rdParty/libE57Format/src/CheckedFile.h#L42
e57::CheckedFile has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
|
MacOS_13_Conda_Apple / Build
INFO conda.conda_libmamba_solver.solver:_log_info(352): conda version: 24.7.1
|
MacOS_13_Conda_Apple / Build
INFO conda.conda_libmamba_solver.solver:_log_info(353): conda-libmamba-solver version: 24.7.0
|
MacOS_13_Conda_Apple / Build
INFO conda.conda_libmamba_solver.solver:_log_info(354): libmambapy version: 1.5.9
|
MacOS_13_Conda_Apple / Build
INFO conda.conda_libmamba_solver.solver:_log_info(355): Target prefix: '/Users/runner/work/FreeCAD/FreeCAD/.conda/freecad'
|
MacOS_13_Conda_Apple / Build
INFO conda.conda_libmamba_solver.solver:_log_info(356): Command: ['/Users/runner/miniconda3/condabin/mamba', 'update', '--prefix', '.conda/freecad', '--file', 'conda/conda-env.yaml']
|
MacOS_13_Conda_Apple / Build
info libmamba Reading repodata.json file "/var/folders/n3/x0zngmn15fzg2jfkglj4ys4w0000gn/T/tmpmk0nndbr.json" for repo installed
|
MacOS_13_Conda_Apple / Build
INFO conda.gateways.repodata.jlap.fetch:download_and_hash(265): Download 0 bytes {'User-Agent': 'conda/24.7.1 requests/2.32.3 CPython/3.12.5 Darwin/23.6.0 OSX/14.6.1 solver/libmamba conda-libmamba-solver/24.7.0 libmambapy/1.5.9', 'Accept-Encoding': 'gzip, deflate, br, zstd', 'Accept': '*/*', 'Connection': 'keep-alive'}
|
MacOS_13_Conda_Apple / Build
INFO conda.gateways.repodata.jlap.fetch:request_url_jlap_state(432): Apply 0 patches 5fef5ecd58e910a9… → 5fef5ecd58e910a9…
|
MacOS_13_Conda_Apple / Build
INFO conda.gateways.repodata.jlap.fetch:download_and_hash(265): Download 716196 bytes {'User-Agent': 'conda/24.7.1 requests/2.32.3 CPython/3.12.5 Darwin/23.6.0 OSX/14.6.1 solver/libmamba conda-libmamba-solver/24.7.0 libmambapy/1.5.9', 'Accept-Encoding': 'gzip, deflate, br, zstd', 'Accept': '*/*', 'Connection': 'keep-alive'}
INFO conda.gateways.repodata.jlap.fetch:request_url_jlap_state(432): Apply 0 patches 2536d904f6add4e4… → 2536d904f6add4e4…
|
MacOS_13_Conda_Apple / Build
INFO conda.gateways.repodata.jlap.fetch:download_and_hash(265): Download 2050706 bytes {'User-Agent': 'conda/24.7.1 requests/2.32.3 CPython/3.12.5 Darwin/23.6.0 OSX/14.6.1 solver/libmamba conda-libmamba-solver/24.7.0 libmambapy/1.5.9', 'Accept-Encoding': 'gzip, deflate, br, zstd', 'Accept': '*/*', 'Connection': 'keep-alive'}
|
Ubuntu_22-04_Conda / Build
INFO conda.conda_libmamba_solver.solver:_log_info(352): conda version: 24.7.1
INFO conda.conda_libmamba_solver.solver:_log_info(353): conda-libmamba-solver version: 24.7.0
|
Ubuntu_22-04_Conda / Build
INFO conda.conda_libmamba_solver.solver:_log_info(354): libmambapy version: 1.5.9
INFO conda.conda_libmamba_solver.solver:_log_info(355): Target prefix: '/home/runner/work/FreeCAD/FreeCAD/.conda/freecad'
INFO conda.conda_libmamba_solver.solver:_log_info(356): Command: ['/home/runner/miniconda3/condabin/mamba', 'update', '--prefix', '.conda/freecad', '--file', 'conda/conda-env.yaml']
|
Ubuntu_22-04_Conda / Build
INFO conda.gateways.repodata.jlap.fetch:download_and_hash(265): Download 716196 bytes {'User-Agent': 'conda/24.7.1 requests/2.32.3 CPython/3.12.5 Linux/6.5.0-1025-azure ubuntu/22.04.4 glibc/2.35 solver/libmamba conda-libmamba-solver/24.7.0 libmambapy/1.5.9', 'Accept-Encoding': 'gzip, deflate, br, zstd', 'Accept': '*/*', 'Connection': 'keep-alive'}
|
Ubuntu_22-04_Conda / Build
INFO conda.gateways.repodata.jlap.fetch:request_url_jlap_state(432): Apply 0 patches 2536d904f6add4e4… → 2536d904f6add4e4…
|
Ubuntu_22-04_Conda / Build
INFO conda.gateways.repodata.jlap.fetch:download_and_hash(265): Download 1613518 bytes {'User-Agent': 'conda/24.7.1 requests/2.32.3 CPython/3.12.5 Linux/6.5.0-1025-azure ubuntu/22.04.4 glibc/2.35 solver/libmamba conda-libmamba-solver/24.7.0 libmambapy/1.5.9', 'Accept-Encoding': 'gzip, deflate, br, zstd', 'Accept': '*/*', 'Connection': 'keep-alive'}
|
Ubuntu_22-04_Conda / Build
INFO conda.gateways.repodata.jlap.fetch:request_url_jlap_state(432): Apply 0 patches c5cc347082717df0… → c5cc347082717df0…
|
Ubuntu_22-04_Conda / Build
INFO conda.gateways.repodata.jlap.fetch:download_and_hash(265): Download 2050706 bytes {'User-Agent': 'conda/24.7.1 requests/2.32.3 CPython/3.12.5 Linux/6.5.0-1025-azure ubuntu/22.04.4 glibc/2.35 solver/libmamba conda-libmamba-solver/24.7.0 libmambapy/1.5.9', 'Accept-Encoding': 'gzip, deflate, br, zstd', 'Accept': '*/*', 'Connection': 'keep-alive'}
|
Ubuntu_22-04_Conda / Build
INFO conda.gateways.repodata.jlap.fetch:request_url_jlap_state(432): Apply 0 patches c25462d7872987b0… → c25462d7872987b0…
|
Ubuntu_22-04_Conda / Build
INFO conda.gateways.repodata.jlap.fetch:download_and_hash(265): Download 6402481 bytes {'User-Agent': 'conda/24.7.1 requests/2.32.3 CPython/3.12.5 Linux/6.5.0-1025-azure ubuntu/22.04.4 glibc/2.35 solver/libmamba conda-libmamba-solver/24.7.0 libmambapy/1.5.9', 'Accept-Encoding': 'gzip, deflate, br, zstd', 'Accept': '*/*', 'Connection': 'keep-alive'}
|
Ubuntu_22-04_Conda / Build
INFO conda.gateways.repodata.jlap.fetch:request_url_jlap_state(432): Apply 0 patches 485a3c9875b90f6d… → 485a3c9875b90f6d…
|
Ubuntu_22-04_Conda_Qt6 / Build
INFO conda.conda_libmamba_solver.solver:_log_info(352): conda version: 24.7.1
INFO conda.conda_libmamba_solver.solver:_log_info(353): conda-libmamba-solver version: 24.7.0
|
Ubuntu_22-04_Conda_Qt6 / Build
INFO conda.conda_libmamba_solver.solver:_log_info(354): libmambapy version: 1.5.9
|
Ubuntu_22-04_Conda_Qt6 / Build
INFO conda.conda_libmamba_solver.solver:_log_info(355): Target prefix: '/home/runner/work/FreeCAD/FreeCAD/.conda/freecad'
|
Ubuntu_22-04_Conda_Qt6 / Build
INFO conda.conda_libmamba_solver.solver:_log_info(356): Command: ['/home/runner/miniconda3/condabin/mamba', 'update', '--prefix', '.conda/freecad', '--file', 'conda/conda-env-qt6.yaml']
|
Ubuntu_22-04_Conda_Qt6 / Build
INFO conda.gateways.repodata.jlap.fetch:download_and_hash(265): Download 716196 bytes {'User-Agent': 'conda/24.7.1 requests/2.32.3 CPython/3.12.5 Linux/6.5.0-1025-azure ubuntu/22.04.4 glibc/2.35 solver/libmamba conda-libmamba-solver/24.7.0 libmambapy/1.5.9', 'Accept-Encoding': 'gzip, deflate, br, zstd', 'Accept': '*/*', 'Connection': 'keep-alive'}
|
Ubuntu_22-04_Conda_Qt6 / Build
INFO conda.gateways.repodata.jlap.fetch:request_url_jlap_state(432): Apply 0 patches 2536d904f6add4e4… → 2536d904f6add4e4…
|
Ubuntu_22-04_Conda_Qt6 / Build
INFO conda.gateways.repodata.jlap.fetch:download_and_hash(265): Download 1613518 bytes {'User-Agent': 'conda/24.7.1 requests/2.32.3 CPython/3.12.5 Linux/6.5.0-1025-azure ubuntu/22.04.4 glibc/2.35 solver/libmamba conda-libmamba-solver/24.7.0 libmambapy/1.5.9', 'Accept-Encoding': 'gzip, deflate, br, zstd', 'Accept': '*/*', 'Connection': 'keep-alive'}
|
Ubuntu_22-04_Conda_Qt6 / Build
INFO conda.gateways.repodata.jlap.fetch:request_url_jlap_state(432): Apply 0 patches c5cc347082717df0… → c5cc347082717df0…
|
Ubuntu_22-04_Conda_Qt6 / Build
INFO conda.gateways.repodata.jlap.fetch:download_and_hash(265): Download 2050706 bytes {'User-Agent': 'conda/24.7.1 requests/2.32.3 CPython/3.12.5 Linux/6.5.0-1025-azure ubuntu/22.04.4 glibc/2.35 solver/libmamba conda-libmamba-solver/24.7.0 libmambapy/1.5.9', 'Accept-Encoding': 'gzip, deflate, br, zstd', 'Accept': '*/*', 'Connection': 'keep-alive'}
|
Ubuntu_22-04_Conda_Qt6 / Build
INFO conda.gateways.repodata.jlap.fetch:request_url_jlap_state(432): Apply 0 patches c25462d7872987b0… → c25462d7872987b0…
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
Lint-10884779066-Logs
|
203 KB |
|
MacOS_13_Conda_Apple-10884779066-Logs
|
44.8 KB |
|
Prepare-10884779066-Logs
|
25.9 KB |
|
Ubuntu_20-04-10884779066-Logs
|
179 KB |
|
Ubuntu_22-04_Conda-10884779066-Logs
|
242 KB |
|
Ubuntu_22-04_Conda-Qt6-10884779066-Logs
|
240 KB |
|
Ubuntu_22-04_Conda-Qt6-10884779066-report.md
|
3.76 KB |
|
Windows-10884779066-Logs
|
2.2 MB |
|