Skip to content

[email protected]_py312: add new cmake args for linking on linux #682

[email protected]_py312: add new cmake args for linking on linux

[email protected]_py312: add new cmake args for linking on linux #682

Triggered via pull request December 22, 2024 04:01
Status Cancelled
Total duration 19h 7m 14s
Artifacts

tests.yml

on: pull_request
Matrix: test-bot
Fit to window
Zoom out
Zoom in

Annotations

22 errors and 8 warnings
test-bot (macos-15)
Process completed with exit code 5.
test-bot (macos-15)
Process completed with exit code 1.
test-bot (macos-14)
Process completed with exit code 5.
test-bot (macos-14)
error getting upterm session. Error: Error: 1
test-bot (macos-14)
1
test-bot (macos-14)
freecad/freecad/[email protected]_py312 1.0.0 did not build
`brew install --verbose --formula --build-bottle freecad/freecad/[email protected]_py312` failed on macOS Sonoma (14) on Apple Silicon!: Formula/[email protected]_py312.rb#L128
#define VTK_DEPRECATED_IN_9_3_0(reason) VTK_DEPRECATION(reason) ^ /opt/homebrew/opt/vtk/include/vtk-9.4/vtkDeprecation.h:88:48: note: expanded from macro 'VTK_DEPRECATION' #define VTK_DEPRECATION(reason) __attribute__((__deprecated__(reason))) ^ /tmp/freecadA1.0.0_py312-20241222-21207-bjw4i3/FreeCAD-1.0.0/src/3rdParty/salomesmesh/src/SMDS/SMDS_UnstructuredGrid.cpp:268:54: error: no member named 'GetValue' in 'vtkCellArray' int oldFaceLoc = this->FaceLocations->GetValue(i); ~~~~~~~~~~~~~~~~~~~~~^ /tmp/freecadA1.0.0_py312-20241222-21207-bjw4i3/FreeCAD-1.0.0/src/3rdParty/salomesmesh/src/SMDS/SMDS_UnstructuredGrid.cpp:269:46: error: no member named 'GetValue' in 'vtkCellArray' int nCellFaces = this->Faces->GetValue(oldFaceLoc++); ~~~~~~~~~~~~~^ /tmp/freecadA1.0.0_py312-20241222-21207-bjw4i3/FreeCAD-1.0.0/src/3rdParty/salomesmesh/src/SMDS/SMDS_UnstructuredGrid.cpp:273:50: error: no member named 'GetValue' in 'vtkCellArray' int nptsInFace = this->Faces->GetValue(oldFaceLoc++); ~~~~~~~~~~~~~^ /tmp/freecadA1.0.0_py312-20241222-21207-bjw4i3/FreeCAD-1.0.0/src/3rdParty/salomesmesh/src/SMDS/SMDS_UnstructuredGrid.cpp:277:49: error: no member named 'GetValue' in 'vtkCellArray' int oldpt = this->Faces->GetValue(oldFaceLoc++); ~~~~~~~~~~~~~^ /tmp/freecadA1.0.0_py312-20241222-21207-bjw4i3/FreeCAD-1.0.0/src/3rdParty/salomesmesh/src/SMDS/SMDS_UnstructuredGrid.cpp:295:11: error: no matching member function for call to 'SetCells' this->SetCells(newTypes, newLocations, newConnectivity, FaceLocations, Faces); ~~~~~~^~~~~~~~ /opt/homebrew/opt/vtk/include/vtk-9.4/vtkUnstructuredGrid.h:539:8: note: candidate function not viable: no known conversion from 'vtkSmartPointer<vtkCellArray>' to 'vtkIdTypeArray *' for 4th argument void SetCells(vtkUnsignedCharArray* cellTypes, vtkIdTypeArray* cellLocations, vtkCellArray* cells, ^ /opt/homebrew/opt/vtk/include/vtk-9.4/vtkUnstructuredGrid.h:289:8: note: candidate function not viable: requires 4 arguments, but 5 were provided void SetCells(vtkUnsignedCharArray* cellTypes, vtkCellArray* cells, vtkIdTypeArray* faceLocations, ^ /opt/homebrew/opt/vtk/include/vtk-9.4/vtkUnstructuredGrid.h:537:8: note: candidate function not viable: requires 3 arguments, but 5 were provided void SetCells( ^ /opt/homebrew/opt/vtk/include/vtk-9.4/vtkUnstructuredGrid.h:283:8: note: candidate function not viable: requires 2 arguments, but 5 were provided void SetCells(int type, vtkCellArray* cells); ^ /opt/homebrew/opt/vtk/include/vtk-9.4/vtkUnstructuredGrid.h:284:8: note: candidate function not viable: requires 2 arguments, but 5 were provided void SetCells(int* types, vtkCellArray* cells); ^ /opt/homebrew/opt/vtk/include/vtk-9.4/vtkUnstructuredGrid.h:285:8: note: candidate function not viable: requires 2 arguments, but 5 were provided void SetCells(vtkUnsignedCharArray* cellTypes, vtkCellArray* cells); ^ /tmp/freecadA1.0.0_py312-20241222-21207-bjw4i3/FreeCAD-1.0.0/src/3rdParty/salomesmesh/src/SMDS/SMDS_UnstructuredGrid.cpp:1030:15: error: too many arguments to function call, expected 0, have 1; did you mean 'vtkAbstractCellLinks::BuildLinks'? GetLinks()->BuildLinks(this); ^~~~~~~~~~ vtkAbstractCellLinks::BuildLinks /opt/homebrew/opt/vtk/include/vtk-9.4/vtkAbstractCellLinks.h:54:8: note: 'vtkAbstractCellLinks::BuildLinks' declared here void BuildLinks(vtkDataSet* data); ^ 1 warning and 6 errors generated. make[2]: *** [src/3rdParty/salomesmesh/CMakeFiles/SMDS.dir/src/SMDS/SMDS_UnstructuredGrid.cpp.o] Error 1 make[1]: *** [src/3rdParty/salomesmesh/CMakeFiles/SMDS.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... [ 37%] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFile
test-bot (macos-14)
install failed
test-bot (macos-14)
Process completed with exit code 1.
test-bot (macos-14)
Process completed with exit code 1.
test-bot (macos-13)
Process completed with exit code 1.
test-bot (macos-13)
error getting upterm session. Error: Error: 1
test-bot (macos-13)
1
test-bot (macos-13)
Process completed with exit code 5.
test-bot (macos-13)
freecad/freecad/[email protected]_py312 1.0.0 did not build
`brew install --verbose --formula --build-bottle freecad/freecad/[email protected]_py312` failed on macOS Ventura (13)!: Formula/[email protected]_py312.rb#L128
#define VTK_DEPRECATED_IN_9_3_0(reason) VTK_DEPRECATION(reason) ^ /usr/local/opt/vtk/include/vtk-9.4/vtkDeprecation.h:88:48: note: expanded from macro 'VTK_DEPRECATION' #define VTK_DEPRECATION(reason) __attribute__((__deprecated__(reason))) ^ /tmp/freecadA1.0.0_py312-20241222-29457-bpjbwd/FreeCAD-1.0.0/src/3rdParty/salomesmesh/src/SMDS/SMDS_UnstructuredGrid.cpp:268:54: error: no member named 'GetValue' in 'vtkCellArray' int oldFaceLoc = this->FaceLocations->GetValue(i); ~~~~~~~~~~~~~~~~~~~~~^ /tmp/freecadA1.0.0_py312-20241222-29457-bpjbwd/FreeCAD-1.0.0/src/3rdParty/salomesmesh/src/SMDS/SMDS_UnstructuredGrid.cpp:269:46: error: no member named 'GetValue' in 'vtkCellArray' int nCellFaces = this->Faces->GetValue(oldFaceLoc++); ~~~~~~~~~~~~~^ /tmp/freecadA1.0.0_py312-20241222-29457-bpjbwd/FreeCAD-1.0.0/src/3rdParty/salomesmesh/src/SMDS/SMDS_UnstructuredGrid.cpp:273:50: error: no member named 'GetValue' in 'vtkCellArray' int nptsInFace = this->Faces->GetValue(oldFaceLoc++); ~~~~~~~~~~~~~^ [ 38%] Building CXX object src/3rdParty/libE57Format/CMakeFiles/E57Format.dir/src/E57SimpleWriter.cpp.o cd /tmp/freecadA1.0.0_py312-20241222-29457-bpjbwd/build/src/3rdParty/libE57Format && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -DBOOST_PP_VARIADICS=1 -DCRCPP_BRANCHLESS -DCRCPP_USE_CPP11 -DE57Format_EXPORTS -DE57_DEBUG -DGL_SILENCE_DEPRECATION -DHAVE_CONFIG_H -DPYCXX_6_2_COMPATIBILITY -DQT_NO_KEYWORDS -DREVISION_ID=\"E57Format-2.2.1-x86_64-darwin\" -D_OCC64 -I/tmp/freecadA1.0.0_py312-20241222-29457-bpjbwd/build/src/3rdParty/libE57Format/E57Format_autogen/include -I/tmp/freecadA1.0.0_py312-20241222-29457-bpjbwd/build -I/tmp/freecadA1.0.0_py312-20241222-29457-bpjbwd/build/src -I/tmp/freecadA1.0.0_py312-20241222-29457-bpjbwd/FreeCAD-1.0.0/src -I/tmp/freecadA1.0.0_py312-20241222-29457-bpjbwd/build/src/3rdParty/libE57Format -I/tmp/freecadA1.0.0_py312-20241222-29457-bpjbwd/FreeCAD-1.0.0/src/3rdParty/libE57Format/extern/CRCpp/inc -I/tmp/freecadA1.0.0_py312-20241222-29457-bpjbwd/FreeCAD-1.0.0/src/3rdParty/libE57Format/include -I/tmp/freecadA1.0.0_py312-20241222-29457-bpjbwd/FreeCAD-1.0.0/src/3rdParty/libE57Format/src -isystem /usr/local/opt/xerces-c/include -Wall -Wextra -Wpedantic -Wno-write-strings -Wno-undefined-var-template -O2 -g -DNDEBUG -std=c++11 -arch x86_64 -isysroot /Applications/Xcode_15.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk -mmacosx-version-min=13.7.2 -fPIC -MD -MT src/3rdParty/libE57Format/CMakeFiles/E57Format.dir/src/E57SimpleWriter.cpp.o -MF CMakeFiles/E57Format.dir/src/E57SimpleWriter.cpp.o.d -o CMakeFiles/E57Format.dir/src/E57SimpleWriter.cpp.o -c /tmp/freecadA1.0.0_py312-20241222-29457-bpjbwd/FreeCAD-1.0.0/src/3rdParty/libE57Format/src/E57SimpleWriter.cpp /tmp/freecadA1.0.0_py312-20241222-29457-bpjbwd/FreeCAD-1.0.0/src/3rdParty/salomesmesh/src/SMDS/SMDS_UnstructuredGrid.cpp:277:49: error: no member named 'GetValue' in 'vtkCellArray' int oldpt = this->Faces->GetValue(oldFaceLoc++); ~~~~~~~~~~~~~^ /tmp/freecadA1.0.0_py312-20241222-29457-bpjbwd/FreeCAD-1.0.0/src/3rdParty/salomesmesh/src/SMDS/SMDS_UnstructuredGrid.cpp:295:11: error: no matching member function for call to 'SetCells' this->SetCells(newTypes, newLocations, newConnectivity, FaceLocations, Faces); ~~~~~~^~~~~~~~ /usr/local/opt/vtk/include/vtk-9.4/vtkUnstructuredGrid.h:539:8: note: candidate function not viable: no known conversion from 'vtkSmartPointer<vtkCellArray>' to 'vtkIdTypeArray *' for 4th argument void SetCells(vtkUnsignedCharArray* cellTypes, vtkIdTypeArray* cellLocations, vtkCellArray* cells, ^ /usr/local/opt/vtk/include/vtk-9.4/vtkUnstructuredGrid.h:289:8: note: candidate function not viable: requires 4 arguments, but 5 were provided void SetCells(vtkUnsignedCharArr
test-bot (macos-13)
install failed
test-bot (macos-13)
Process completed with exit code 1.
test-bot (ubuntu-22.04)
freecad/freecad/[email protected]_py312 1.0.0 did not build
test-bot (ubuntu-22.04)
Process completed with exit code 1.
test-bot (ubuntu-22.04)
Process completed with exit code 5.
test-bot (self-hosted-ubuntu-22.04)
The run was canceled by @ipatch.
test-bot (macos-15)
No files were found with the provided path: *.bottle.*. No artifacts will be uploaded.
No bottle built for [email protected]_py312!: Formula/[email protected]_py312.rb#L1
[email protected]_py312 has unbottled dependencies, so a bottle will not be built.
test-bot (macos-15)
No bottle built.
test-bot (macos-14)
No files were found with the provided path: *.bottle.*. No artifacts will be uploaded.
test-bot (macos-13)
No files were found with the provided path: *.bottle.*. No artifacts will be uploaded.
`brew install --verbose --formula --build-bottle freecad/freecad/[email protected]_py312` failed on Linux!: Formula/[email protected]_py312.rb#L128
116 | #define VTK_DEPRECATED_IN_9_3_0(reason) VTK_DEPRECATION(reason) | ^ /home/linuxbrew/.linuxbrew/opt/vtk/include/vtk-9.4/vtkDeprecation.h:88:48: note: expanded from macro 'VTK_DEPRECATION' 88 | #define VTK_DEPRECATION(reason) __attribute__((__deprecated__(reason))) | ^ /tmp/freecadA1.0.0_py312-20241222-24708-magua8/FreeCAD-1.0.0/src/3rdParty/salomesmesh/src/SMDS/SMDS_UnstructuredGrid.cpp:268:54: error: no member named 'GetValue' in 'vtkCellArray' 268 | int oldFaceLoc = this->FaceLocations->GetValue(i); | ~~~~~~~~~~~~~~~~~~~~~^ /tmp/freecadA1.0.0_py312-20241222-24708-magua8/FreeCAD-1.0.0/src/3rdParty/salomesmesh/src/SMDS/SMDS_UnstructuredGrid.cpp:269:46: error: no member named 'GetValue' in 'vtkCellArray' 269 | int nCellFaces = this->Faces->GetValue(oldFaceLoc++); | ~~~~~~~~~~~~~^ /tmp/freecadA1.0.0_py312-20241222-24708-magua8/FreeCAD-1.0.0/src/3rdParty/salomesmesh/src/SMDS/SMDS_UnstructuredGrid.cpp:273:50: error: no member named 'GetValue' in 'vtkCellArray' 273 | int nptsInFace = this->Faces->GetValue(oldFaceLoc++); | ~~~~~~~~~~~~~^ /tmp/freecadA1.0.0_py312-20241222-24708-magua8/FreeCAD-1.0.0/src/3rdParty/salomesmesh/src/SMDS/SMDS_UnstructuredGrid.cpp:277:49: error: no member named 'GetValue' in 'vtkCellArray' 277 | int oldpt = this->Faces->GetValue(oldFaceLoc++); | ~~~~~~~~~~~~~^ /tmp/freecadA1.0.0_py312-20241222-24708-magua8/FreeCAD-1.0.0/src/3rdParty/salomesmesh/src/SMDS/SMDS_UnstructuredGrid.cpp:295:11: error: no matching member function for call to 'SetCells' 295 | this->SetCells(newTypes, newLocations, newConnectivity, FaceLocations, Faces); | ~~~~~~^~~~~~~~ /home/linuxbrew/.linuxbrew/opt/vtk/include/vtk-9.4/vtkUnstructuredGrid.h:539:8: note: candidate function not viable: no known conversion from 'vtkSmartPointer<vtkCellArray>' to 'vtkIdTypeArray *' for 4th argument 539 | void SetCells(vtkUnsignedCharArray* cellTypes, vtkIdTypeArray* cellLocations, vtkCellArray* cells, | ^ 540 | vtkIdTypeArray* faceLocations, vtkIdTypeArray* faces); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/linuxbrew/.linuxbrew/opt/vtk/include/vtk-9.4/vtkUnstructuredGrid.h:289:8: note: candidate function not viable: requires 4 arguments, but 5 were provided 289 | void SetCells(vtkUnsignedCharArray* cellTypes, vtkCellArray* cells, vtkIdTypeArray* faceLocations, | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 290 | vtkIdTypeArray* faces); | ~~~~~~~~~~~~~~~~~~~~~ /home/linuxbrew/.linuxbrew/opt/vtk/include/vtk-9.4/vtkUnstructuredGrid.h:537:8: note: candidate function not viable: requires 3 arguments, but 5 were provided 537 | void SetCells( | ^ 538 | vtkUnsignedCharArray* cellTypes, vtkIdTypeArray* cellLocations, vtkCellArray* cells); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/linuxbrew/.linuxbrew/opt/vtk/include/vtk-9.4/vtkUnstructuredGrid.h:283:8: note: candidate function not viable: requires 2 arguments, but 5 were provided 283 | void SetCells(int type, vtkCellArray* cells); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/linuxbrew/.linuxbrew/opt/vtk/include/vtk-9.4/vtkUnstructuredGrid.h:284:8: note: candidate function not viable: requires 2 arguments, but 5 were provided 284 | void SetCells(int* types, vtkCellArray* cells); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/linuxbrew/.linuxbrew/opt/vtk/include/vtk-9.4/vtkUnstructuredGrid.h:285:8: note: candidate function not viable: requires 2 arguments, but 5 were provided 285 | void SetCells(vtkUnsignedCharArray* cellTypes, vtkCellArray* cells); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
test-bot (ubuntu-22.04)
install failed
test-bot (ubuntu-22.04)
No files were found with the provided path: *.bottle.*. No artifacts will be uploaded.