[#339628] [test-only] FAILED (try 8) engineering-meta.git=p10-alt10.1 soqt.git=1.6.2-alt1 ...

Girar awaiter (cas) girar-builder at altlinux.org
Fri Apr 5 11:32:02 MSK 2024


https://git.altlinux.org/tasks/339628/logs/events.8.1.log

subtask  name                 aarch64  i586  ppc64le  x86_64
   #700  soqt                    2:00  1:18     2:06    1:17
   #740  python3-module-pivy     9:01  6:00    11:08    4:33
  #1100  freecad                    ?     -        ?  failed

2024-Apr-05 08:18:14 :: test-only task #339628 for sisyphus resumed by cas:
#100 removed
#200 removed
#300 removed
#400 removed
#500 build p10-alt10.1 from /people/cas/packages/engineering-meta.git fetched at 2024-Apr-04 10:04:49
#600 removed
#700 build 1.6.2-alt1 from /people/cas/packages/soqt.git fetched at 2024-Apr-05 07:51:45
#740 build 0.6.8-alt2.gitd77e175 from /people/cas/packages/python3-module-pivy.git fetched at 2024-Apr-05 08:18:08
#1000 removed
#1100 build 0.21.2-alt6 from /people/cas/packages/freecad.git fetched at 2024-Apr-05 07:57:20
2024-Apr-05 08:18:14 :: created build repo
2024-Apr-05 08:18:16 :: [i586] #500 engineering-meta.git p10-alt10.1: build start
2024-Apr-05 08:18:16 :: [x86_64] #500 engineering-meta.git p10-alt10.1: build start
2024-Apr-05 08:18:16 :: [aarch64] #500 engineering-meta.git p10-alt10.1: build start
2024-Apr-05 08:18:16 :: [ppc64le] #500 engineering-meta.git p10-alt10.1: build start
2024-Apr-05 08:18:31 :: [i586] #500 engineering-meta.git p10-alt10.1: build OK (cached)
2024-Apr-05 08:18:31 :: [i586] #700 soqt.git 1.6.2-alt1: build start
2024-Apr-05 08:18:31 :: [x86_64] #500 engineering-meta.git p10-alt10.1: build OK (cached)
2024-Apr-05 08:18:32 :: [x86_64] #700 soqt.git 1.6.2-alt1: build start
2024-Apr-05 08:18:43 :: [aarch64] #500 engineering-meta.git p10-alt10.1: build OK (cached)
2024-Apr-05 08:18:43 :: [aarch64] #700 soqt.git 1.6.2-alt1: build start
2024-Apr-05 08:18:45 :: [ppc64le] #500 engineering-meta.git p10-alt10.1: build OK (cached)
2024-Apr-05 08:18:46 :: [ppc64le] #700 soqt.git 1.6.2-alt1: build start
2024-Apr-05 08:19:49 :: [x86_64] #700 soqt.git 1.6.2-alt1: build OK
2024-Apr-05 08:19:49 :: [i586] #700 soqt.git 1.6.2-alt1: build OK
2024-Apr-05 08:19:49 :: [x86_64] #740 python3-module-pivy.git 0.6.8-alt2.gitd77e175: build start
2024-Apr-05 08:19:49 :: [i586] #740 python3-module-pivy.git 0.6.8-alt2.gitd77e175: build start
2024-Apr-05 08:20:43 :: [aarch64] #700 soqt.git 1.6.2-alt1: build OK
2024-Apr-05 08:20:43 :: [aarch64] #740 python3-module-pivy.git 0.6.8-alt2.gitd77e175: build start
2024-Apr-05 08:20:52 :: [ppc64le] #700 soqt.git 1.6.2-alt1: build OK
2024-Apr-05 08:20:53 :: [ppc64le] #740 python3-module-pivy.git 0.6.8-alt2.gitd77e175: build start
2024-Apr-05 08:24:22 :: [x86_64] #740 python3-module-pivy.git 0.6.8-alt2.gitd77e175: build OK
2024-Apr-05 08:24:22 :: [x86_64] #1100 freecad.git 0.21.2-alt6: build start
2024-Apr-05 08:25:49 :: [i586] #740 python3-module-pivy.git 0.6.8-alt2.gitd77e175: build OK
2024-Apr-05 08:25:50 :: [i586] #1100 freecad.git 0.21.2-alt6: build start
2024-Apr-05 08:26:06 :: [i586] #1100 freecad.git 0.21.2-alt6: build SKIPPED
[x86_64]    20 | typedef struct _typeobject PyTypeObject;
[x86_64] /usr/src/RPM/BUILD/freecad-0.21.2/src/Base/PyObjectBase.h:536:91: error: invalid use of incomplete type 'PyTypeObject' {aka 'struct _typeobject'}
[x86_64]   536 |             str << "Type must be " << type->tp_name << " or None, not " << (*ptr)->ob_type->tp_name;
[x86_64] --
[x86_64] /usr/include/CXX/Python3/PythonType.hxx: At global scope:
[x86_64] /usr/include/CXX/Python3/PythonType.hxx:206:14: error: declaration does not declare anything [-fpermissive]
[x86_64]   206 |         std::unordered_map<int, void*>  slots;
[x86_64] /usr/src/RPM/BUILD/freecad-0.21.2/src/Gui/ApplicationPy.cpp: In static member function 'static PyObject* Gui::Application::sAddIcon(PyObject*, PyObject*)':
[x86_64] /usr/src/RPM/BUILD/freecad-0.21.2/src/Gui/ApplicationPy.cpp:1118:5: error: 'Py_buffer' was not declared in this scope; did you mean 'setbuffer'?
[x86_64]  1118 |     Py_buffer content;
[x86_64]       |     setbuffer
[x86_64] /usr/src/RPM/BUILD/freecad-0.21.2/src/Gui/ApplicationPy.cpp:1120:54: error: 'content' was not declared in this scope
[x86_64]  1120 |     if (!PyArg_ParseTuple(args, "ss*|s", &iconName, &content, &format))
[x86_64] /usr/src/RPM/BUILD/freecad-0.21.2/src/Gui/ApplicationPy.cpp:1126:27: error: 'content' was not declared in this scope
[x86_64]  1126 |         PyBuffer_Release(&content);
[x86_64] /usr/src/RPM/BUILD/freecad-0.21.2/src/Gui/ApplicationPy.cpp:1126:9: error: 'PyBuffer_Release' was not declared in this scope
[x86_64]  1126 |         PyBuffer_Release(&content);
[x86_64] /usr/src/RPM/BUILD/freecad-0.21.2/src/Gui/ApplicationPy.cpp:1130:55: error: 'content' was not declared in this scope
[x86_64]  1130 |     const char* contentStr = static_cast<const char*>(content.buf);
[x86_64] /usr/src/RPM/BUILD/freecad-0.21.2/src/Gui/ApplicationPy.cpp:1139:5: error: 'PyBuffer_Release' was not declared in this scope
[x86_64]  1139 |     PyBuffer_Release(&content);
[x86_64] /usr/src/RPM/BUILD/freecad-0.21.2/src/Gui/ApplicationPy.cpp: In static member function 'static PyObject* Gui::Application::sAddCommand(PyObject*, PyObject*)':
[x86_64] /usr/src/RPM/BUILD/freecad-0.21.2/src/Gui/ApplicationPy.cpp:1202:28: error: 'PyStructSequence_GET_ITEM' was not declared in this scope; did you mean 'PyStructSequence_GetItem'?
[x86_64]  1202 |         PyObject *pyfile = PyStructSequence_GET_ITEM(*info,1);
[x86_64] --
[x86_64] /usr/src/RPM/BUILD/freecad-0.21.2/src/Gui/ApplicationPy.cpp: In static member function 'static PyObject* Gui::Application::sDoCommand(PyObject*, PyObject*)':
[x86_64] /usr/src/RPM/BUILD/freecad-0.21.2/src/Gui/ApplicationPy.cpp:1310:12: error: 'PyRun_String' was not declared in this scope
[x86_64]  1310 |     return PyRun_String(sCmd, Py_file_input, dict, dict);
2024-Apr-05 08:29:08 :: [x86_64] freecad.git 0.21.2-alt6: remote: build failed
2024-Apr-05 08:29:08 :: [x86_64] #1100 freecad.git 0.21.2-alt6: build FAILED
2024-Apr-05 08:29:08 :: [x86_64] requesting cancellation of task processing
2024-Apr-05 08:29:44 :: [aarch64] #740 python3-module-pivy.git 0.6.8-alt2.gitd77e175: build OK
2024-Apr-05 08:29:44 :: [aarch64] task processing CANCELLED
2024-Apr-05 08:32:01 :: [ppc64le] #740 python3-module-pivy.git 0.6.8-alt2.gitd77e175: build OK
2024-Apr-05 08:32:01 :: [ppc64le] task processing CANCELLED
2024-Apr-05 08:29:08 :: [x86_64] build FAILED
2024-Apr-05 08:29:44 :: [aarch64] build FAILED
2024-Apr-05 08:32:01 :: [ppc64le] build FAILED
2024-Apr-05 08:32:01 :: task #339628 for sisyphus FAILED


More information about the Sisyphus-incominger mailing list