* [#352194] FAILED (try 2) osgearth.git=3.6-alt1
2024-07-04 18:30 [#352194] FAILED osgearth.git=3.6-alt1 Girar awaiter (cas)
@ 2024-07-20 4:44 ` Girar awaiter (cas)
2024-07-20 17:35 ` [#352194] FAILED (try 3) osgearth.git=3.6-alt1 Girar awaiter (cas)
` (4 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: Girar awaiter (cas) @ 2024-07-20 4:44 UTC (permalink / raw)
To: Andrey Cherepanov; +Cc: sisyphus-incominger, girar-builder-sisyphus
https://git.altlinux.org/tasks/352194/logs/events.2.1.log
subtask name aarch64 i586 ppc64le x86_64
#200 osgearth failed failed failed failed
2024-Jul-20 04:35:23 :: task #352194 for sisyphus resumed by cas:
#100 removed
#200 build 3.6-alt1 from /people/cas/packages/osgearth.git fetched at 2024-Jul-20 04:35:14
2024-Jul-20 04:35:25 :: [ppc64le] #200 osgearth.git 3.6-alt1: build start
2024-Jul-20 04:35:25 :: [i586] #200 osgearth.git 3.6-alt1: build start
2024-Jul-20 04:35:25 :: [aarch64] #200 osgearth.git 3.6-alt1: build start
2024-Jul-20 04:35:25 :: [x86_64] #200 osgearth.git 3.6-alt1: build start
[x86_64] /usr/src/RPM/BUILD/osgearth-3.6/src/osgEarth/ImGui/ImGui.cpp: In member function 'virtual bool osgEarth::GUI::OsgImGuiHandler::handle(const osgGA::GUIEventAdapter&, osgGA::GUIActionAdapter&)':
[x86_64] /usr/src/RPM/BUILD/osgearth-3.6/src/osgEarth/ImGui/ImGui.cpp:229:16: error: 'struct ImGuiIO' has no member named 'AddKeyEvent'
[x86_64] 229 | io.AddKeyEvent(ImGuiMod_Ctrl, (ea.getModKeyMask() & ea.MODKEY_CTRL) != 0);
[x86_64] /usr/src/RPM/BUILD/osgearth-3.6/src/osgEarth/ImGui/ImGui.cpp:229:28: error: 'ImGuiMod_Ctrl' was not declared in this scope
[x86_64] 229 | io.AddKeyEvent(ImGuiMod_Ctrl, (ea.getModKeyMask() & ea.MODKEY_CTRL) != 0);
[x86_64] /usr/src/RPM/BUILD/osgearth-3.6/src/osgEarth/ImGui/ImGui.cpp:230:16: error: 'struct ImGuiIO' has no member named 'AddKeyEvent'
[x86_64] 230 | io.AddKeyEvent(ImGuiMod_Shift, (ea.getModKeyMask() & ea.MODKEY_SHIFT) != 0);
[x86_64] /usr/src/RPM/BUILD/osgearth-3.6/src/osgEarth/ImGui/ImGui.cpp:230:28: error: 'ImGuiMod_Shift' was not declared in this scope
[x86_64] 230 | io.AddKeyEvent(ImGuiMod_Shift, (ea.getModKeyMask() & ea.MODKEY_SHIFT) != 0);
[x86_64] /usr/src/RPM/BUILD/osgearth-3.6/src/osgEarth/ImGui/ImGui.cpp:231:16: error: 'struct ImGuiIO' has no member named 'AddKeyEvent'
[x86_64] 231 | io.AddKeyEvent(ImGuiMod_Alt, (ea.getModKeyMask() & ea.MODKEY_ALT) != 0);
[x86_64] /usr/src/RPM/BUILD/osgearth-3.6/src/osgEarth/ImGui/ImGui.cpp:231:28: error: 'ImGuiMod_Alt' was not declared in this scope
[x86_64] 231 | io.AddKeyEvent(ImGuiMod_Alt, (ea.getModKeyMask() & ea.MODKEY_ALT) != 0);
[x86_64] /usr/src/RPM/BUILD/osgearth-3.6/src/osgEarth/ImGui/ImGui.cpp:232:16: error: 'struct ImGuiIO' has no member named 'AddKeyEvent'
[x86_64] 232 | io.AddKeyEvent(ImGuiMod_Super, (ea.getModKeyMask() & ea.MODKEY_SUPER) != 0);
[x86_64] /usr/src/RPM/BUILD/osgearth-3.6/src/osgEarth/ImGui/ImGui.cpp:232:28: error: 'ImGuiMod_Super' was not declared in this scope
[x86_64] 232 | io.AddKeyEvent(ImGuiMod_Super, (ea.getModKeyMask() & ea.MODKEY_SUPER) != 0);
[x86_64] /usr/src/RPM/BUILD/osgearth-3.6/src/osgEarth/ImGui/ImGui.cpp:236:16: error: 'struct ImGuiIO' has no member named 'AddKeyEvent'
[x86_64] 236 | io.AddKeyEvent(imgui_key, isKeyDown);
[x86_64] /usr/src/RPM/BUILD/osgearth-3.6/src/osgEarth/ImGui/ImGui.cpp:262:16: error: 'struct ImGuiIO' has no member named 'AddMousePosEvent'
[x86_64] 262 | io.AddMousePosEvent(ea.getX(), io.DisplaySize.y - ea.getY());
2024-Jul-20 04:38:22 :: [x86_64] osgearth.git 3.6-alt1: remote: build failed
2024-Jul-20 04:38:22 :: [x86_64] #200 osgearth.git 3.6-alt1: build FAILED
2024-Jul-20 04:38:22 :: [x86_64] requesting cancellation of task processing
[ppc64le] gmake[1]: Leaving directory '/usr/src/RPM/BUILD/osgearth-3.6/ppc64le-alt-linux'
[ppc64le] gmake[2]: Entering directory '/usr/src/RPM/BUILD/osgearth-3.6/ppc64le-alt-linux'
[ppc64le] [100%] Linking CXX shared module osgdb_osgearth_engine_rex.so
[ppc64le] cd /usr/src/RPM/BUILD/osgearth-3.6/ppc64le-alt-linux/src/osgEarthDrivers/engine_rex && /usr/bin/cmake -E cmake_link_script CMakeFiles/osgdb_osgearth_engine_rex.dir/link.txt --verbose=1
[ppc64le] /usr/bin/c++ -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -O2 -DNDEBUG -shared -o osgdb_osgearth_engine_rex.so CMakeFiles/osgdb_osgearth_engine_rex.dir/CreateTileImplementation.cpp.o CMakeFiles/osgdb_osgearth_engine_rex.dir/DrawState.cpp.o CMakeFiles/osgdb_osgearth_engine_rex.dir/DrawTileCommand.cpp.o CMakeFiles/osgdb_osgearth_engine_rex.dir/GeometryPool.cpp.o CMakeFiles/osgdb_osgearth_engine_rex.dir/RexTerrainEngineNode.cpp.o CMakeFiles/osgdb_osgearth_engine_rex.dir/RexTerrainEngineDriver.cpp.o CMakeFiles/osgdb_osgearth_engine_rex.dir/LayerDrawable.cpp.o CMakeFiles/osgdb_osgearth_engine_rex.dir/LoadTileData.cpp.o CMakeFiles/osgdb_osgearth_engine_rex.dir/SelectionInfo.cpp.o CMakeFiles/osgdb_osgearth_engine_rex.dir/SurfaceNode.cpp.o CMakeFiles/osgdb_osgearth_engine_rex.dir/TerrainCuller.cpp.o CMakeFiles/osgdb_osgearth_engine_rex.dir/TerrainRenderData.cpp.o CMakeFiles/osgdb_osgearth_engine_rex.dir/TileDrawable.cpp.o CMakeFiles/osgdb_osgearth_engine_rex.dir/EngineContext.cpp.o CMakeFiles/osgdb_osgearth_engine_rex.dir/TileNode.cpp.o CMakeFiles/osgdb_osgearth_engine_rex.dir/TileNodeRegistry.cpp.o CMakeFiles/osgdb_osgearth_engine_rex.dir/Loader.cpp.o CMakeFiles/osgdb_osgearth_engine_rex.dir/Unloader.cpp.o CMakeFiles/osgdb_osgearth_engine_rex.dir/AutoGenShaders.cpp.o -Wl,-rpath,/usr/src/RPM/BUILD/osgearth-3.6/ppc64le-alt-linux/src/osgEarth: ../../osgEarth/libosgEarth.so.3.6.0 /usr/lib64/libosg.so /usr/lib64/libosgDB.so /usr/lib64/libosgGA.so /usr/lib64/libosgManipulator.so /usr/lib64/libosgShadow.so /usr/lib64/libosgSim.so /usr/lib64/libosgText.so /usr/lib64/libosgUtil.so /usr/lib64/libosgViewer.so /usr/lib64/libOpenThreads.so /usr/lib64/libGLX.so /usr/lib64/libOpenGL.so
[ppc64le] gmake[2]: Leaving directory '/usr/src/RPM/BUILD/osgearth-3.6/ppc64le-alt-linux'
[ppc64le] gmake[1]: Entering directory '/usr/src/RPM/BUILD/osgearth-3.6/ppc64le-alt-linux'
[ppc64le] [100%] Built target osgdb_osgearth_engine_rex
[ppc64le] gmake[1]: Leaving directory '/usr/src/RPM/BUILD/osgearth-3.6/ppc64le-alt-linux'
[ppc64le] gmake: *** [Makefile:136: all] Error 2
2024-Jul-20 04:38:47 :: [ppc64le] osgearth.git 3.6-alt1: remote: build failed
2024-Jul-20 04:38:47 :: [ppc64le] #200 osgearth.git 3.6-alt1: build FAILED
[i586] gmake[1]: Leaving directory '/usr/src/RPM/BUILD/osgearth-3.6/i586-alt-linux'
[i586] gmake[2]: Entering directory '/usr/src/RPM/BUILD/osgearth-3.6/i586-alt-linux'
[i586] [100%] Linking CXX shared module osgdb_kml.so
[i586] cd /usr/src/RPM/BUILD/osgearth-3.6/i586-alt-linux/src/osgEarthDrivers/kml && /usr/bin/cmake -E cmake_link_script CMakeFiles/osgdb_kml.dir/link.txt --verbose=1
[i586] /usr/bin/c++ -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -O2 -DNDEBUG -shared -o osgdb_kml.so CMakeFiles/osgdb_kml.dir/ReaderWriterKML.cpp.o CMakeFiles/osgdb_kml.dir/KMLReader.cpp.o CMakeFiles/osgdb_kml.dir/KML_Document.cpp.o CMakeFiles/osgdb_kml.dir/KML_Feature.cpp.o CMakeFiles/osgdb_kml.dir/KML_Folder.cpp.o CMakeFiles/osgdb_kml.dir/KML_Geometry.cpp.o CMakeFiles/osgdb_kml.dir/KML_GroundOverlay.cpp.o CMakeFiles/osgdb_kml.dir/KML_IconStyle.cpp.o CMakeFiles/osgdb_kml.dir/KML_LabelStyle.cpp.o CMakeFiles/osgdb_kml.dir/KML_LinearRing.cpp.o CMakeFiles/osgdb_kml.dir/KML_LineString.cpp.o CMakeFiles/osgdb_kml.dir/KML_LineStyle.cpp.o CMakeFiles/osgdb_kml.dir/KML_Model.cpp.o CMakeFiles/osgdb_kml.dir/KML_MultiGeometry.cpp.o CMakeFiles/osgdb_kml.dir/KML_NetworkLink.cpp.o CMakeFiles/osgdb_kml.dir/KML_NetworkLinkControl.cpp.o CMakeFiles/osgdb_kml.dir/KML_Object.cpp.o CMakeFiles/osgdb_kml.dir/KML_Overlay.cpp.o CMakeFiles/osgdb_kml.dir/KML_PhotoOverlay.cpp.o CMakeFiles/osgdb_kml.dir/KML_Placemark.cpp.o CMakeFiles/osgdb_kml.dir/KML_Point.cpp.o CMakeFiles/osgdb_kml.dir/KML_Polygon.cpp.o CMakeFiles/osgdb_kml.dir/KML_PolyStyle.cpp.o CMakeFiles/osgdb_kml.dir/KML_Root.cpp.o CMakeFiles/osgdb_kml.dir/KML_Schema.cpp.o CMakeFiles/osgdb_kml.dir/KML_ScreenOverlay.cpp.o CMakeFiles/osgdb_kml.dir/KML_Style.cpp.o CMakeFiles/osgdb_kml.dir/KML_StyleMap.cpp.o CMakeFiles/osgdb_kml.dir/KMZArchive.cpp.o -Wl,-rpath,/usr/src/RPM/BUILD/osgearth-3.6/i586-alt-linux/src/osgEarth: ../../osgEarth/libosgEarth.so.3.6.0 /usr/lib/libosg.so /usr/lib/libosgDB.so /usr/lib/libosgGA.so /usr/lib/libosgManipulator.so /usr/lib/libosgShadow.so /usr/lib/libosgSim.so /usr/lib/libosgText.so /usr/lib/libosgUtil.so /usr/lib/libosgViewer.so /usr/lib/libOpenThreads.so
[i586] gmake[2]: Leaving directory '/usr/src/RPM/BUILD/osgearth-3.6/i586-alt-linux'
[i586] gmake[1]: Entering directory '/usr/src/RPM/BUILD/osgearth-3.6/i586-alt-linux'
[i586] [100%] Built target osgdb_kml
[i586] gmake[1]: Leaving directory '/usr/src/RPM/BUILD/osgearth-3.6/i586-alt-linux'
[i586] gmake: *** [Makefile:136: all] Error 2
2024-Jul-20 04:40:13 :: [i586] osgearth.git 3.6-alt1: remote: build failed
2024-Jul-20 04:40:13 :: [i586] #200 osgearth.git 3.6-alt1: build FAILED
[aarch64] gmake[2]: Leaving directory '/usr/src/RPM/BUILD/osgearth-3.6/aarch64-alt-linux'
[aarch64] gmake[2]: Entering directory '/usr/src/RPM/BUILD/osgearth-3.6/aarch64-alt-linux'
[aarch64] [100%] Linking CXX shared module osgdb_osgearth_engine_rex.so
[aarch64] cd /usr/src/RPM/BUILD/osgearth-3.6/aarch64-alt-linux/src/osgEarthDrivers/engine_rex && /usr/bin/cmake -E cmake_link_script CMakeFiles/osgdb_osgearth_engine_rex.dir/link.txt --verbose=1
[aarch64] /usr/bin/c++ -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -O2 -DNDEBUG -shared -o osgdb_osgearth_engine_rex.so CMakeFiles/osgdb_osgearth_engine_rex.dir/CreateTileImplementation.cpp.o CMakeFiles/osgdb_osgearth_engine_rex.dir/DrawState.cpp.o CMakeFiles/osgdb_osgearth_engine_rex.dir/DrawTileCommand.cpp.o CMakeFiles/osgdb_osgearth_engine_rex.dir/GeometryPool.cpp.o CMakeFiles/osgdb_osgearth_engine_rex.dir/RexTerrainEngineNode.cpp.o CMakeFiles/osgdb_osgearth_engine_rex.dir/RexTerrainEngineDriver.cpp.o CMakeFiles/osgdb_osgearth_engine_rex.dir/LayerDrawable.cpp.o CMakeFiles/osgdb_osgearth_engine_rex.dir/LoadTileData.cpp.o CMakeFiles/osgdb_osgearth_engine_rex.dir/SelectionInfo.cpp.o CMakeFiles/osgdb_osgearth_engine_rex.dir/SurfaceNode.cpp.o CMakeFiles/osgdb_osgearth_engine_rex.dir/TerrainCuller.cpp.o CMakeFiles/osgdb_osgearth_engine_rex.dir/TerrainRenderData.cpp.o CMakeFiles/osgdb_osgearth_engine_rex.dir/TileDrawable.cpp.o CMakeFiles/osgdb_osgearth_engine_rex.dir/EngineContext.cpp.o CMakeFiles/osgdb_osgearth_engine_rex.dir/TileNode.cpp.o CMakeFiles/osgdb_osgearth_engine_rex.dir/TileNodeRegistry.cpp.o CMakeFiles/osgdb_osgearth_engine_rex.dir/Loader.cpp.o CMakeFiles/osgdb_osgearth_engine_rex.dir/Unloader.cpp.o CMakeFiles/osgdb_osgearth_engine_rex.dir/AutoGenShaders.cpp.o -Wl,-rpath,/usr/src/RPM/BUILD/osgearth-3.6/aarch64-alt-linux/src/osgEarth: ../../osgEarth/libosgEarth.so.3.6.0 /usr/lib64/libosg.so /usr/lib64/libosgDB.so /usr/lib64/libosgGA.so /usr/lib64/libosgManipulator.so /usr/lib64/libosgShadow.so /usr/lib64/libosgSim.so /usr/lib64/libosgText.so /usr/lib64/libosgUtil.so /usr/lib64/libosgViewer.so /usr/lib64/libOpenThreads.so /usr/lib64/libGLX.so /usr/lib64/libOpenGL.so
[aarch64] gmake[2]: Leaving directory '/usr/src/RPM/BUILD/osgearth-3.6/aarch64-alt-linux'
[aarch64] gmake[1]: Entering directory '/usr/src/RPM/BUILD/osgearth-3.6/aarch64-alt-linux'
[aarch64] [100%] Built target osgdb_osgearth_engine_rex
[aarch64] gmake[1]: Leaving directory '/usr/src/RPM/BUILD/osgearth-3.6/aarch64-alt-linux'
[aarch64] gmake: *** [Makefile:136: all] Error 2
2024-Jul-20 04:44:15 :: [aarch64] osgearth.git 3.6-alt1: remote: build failed
2024-Jul-20 04:44:15 :: [aarch64] #200 osgearth.git 3.6-alt1: build FAILED
2024-Jul-20 04:38:23 :: [x86_64] build FAILED
2024-Jul-20 04:38:48 :: [ppc64le] build FAILED
2024-Jul-20 04:40:13 :: [i586] build FAILED
2024-Jul-20 04:44:15 :: [aarch64] build FAILED
2024-Jul-20 04:44:15 :: task #352194 for sisyphus FAILED
^ permalink raw reply [flat|nested] 7+ messages in thread
* [#352194] FAILED (try 3) osgearth.git=3.6-alt1
2024-07-04 18:30 [#352194] FAILED osgearth.git=3.6-alt1 Girar awaiter (cas)
2024-07-20 4:44 ` [#352194] FAILED (try 2) osgearth.git=3.6-alt1 Girar awaiter (cas)
@ 2024-07-20 17:35 ` Girar awaiter (cas)
2024-07-20 20:11 ` [#352194] FAILED (try 4) osgearth.git=3.6-alt1 Girar awaiter (cas)
` (3 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: Girar awaiter (cas) @ 2024-07-20 17:35 UTC (permalink / raw)
To: Andrey Cherepanov; +Cc: sisyphus-incominger, girar-builder-sisyphus
https://git.altlinux.org/tasks/352194/logs/events.3.1.log
subtask name aarch64 i586 ppc64le x86_64
#300 osgearth 8:00 failed 6:28 4:57
2024-Jul-20 17:27:52 :: task #352194 for sisyphus resumed by cas:
#100 removed
#200 removed
#300 build 3.6-alt1 from /people/cas/packages/osgearth.git fetched at 2024-Jul-20 17:27:00
2024-Jul-20 17:27:54 :: [x86_64] #300 osgearth.git 3.6-alt1: build start
2024-Jul-20 17:27:54 :: [aarch64] #300 osgearth.git 3.6-alt1: build start
2024-Jul-20 17:27:54 :: [i586] #300 osgearth.git 3.6-alt1: build start
2024-Jul-20 17:27:54 :: [ppc64le] #300 osgearth.git 3.6-alt1: build start
[i586] verify-elf: ERROR: ./usr/bin/osgearth_imgui: undefined symbol: _ZN8osgEarth7TileKeyC1ERKS0_
[i586] verify-elf: ERROR: ./usr/bin/osgearth_imgui: undefined symbol: _ZN8osgEarth7GLUtils7useNVGLEv
[i586] verify-elf: ERROR: ./usr/bin/osgearth_imgui: undefined symbol: _ZNK8osgEarth3Map20getDataModelRevisionEv
[i586] verify-elf: ERROR: ./usr/bin/osgearth_imgui: undefined symbol: _ZNK8osgEarth7Profile6getSRSEv
[i586] verify-elf: ERROR: ./usr/bin/osgearth_imgui: undefined symbol: _ZNK8osgEarth17TerrainOptionsAPI20getTessellationLevelEv
[i586] verify-elf: ERROR: ./usr/bin/osgearth_imgui: undefined symbol: _ZN8osgEarth4Util10ViewFitterC1EPKNS_16SpatialReferenceEPKN3osg6CameraE
[i586] verify-elf: ERROR: ./usr/bin/osgearth_imgui: undefined symbol: _ZN8osgEarth8DateTimeC1Ev
[i586] verify-elf: ERROR: ./usr/bin/osgearth_imgui: undefined symbol: _ZN8osgEarth11CachePolicyC1Ev
[i586] verify-elf: ERROR: ./usr/bin/osgearth_imgui: undefined symbol: _ZN8osgEarth5Layer14setCachePolicyERKNS_11CachePolicyE
[i586] verify-elf: ERROR: ./usr/bin/osgearth_imgui: undefined symbol: _ZNK8osgEarth12VisibleLayer10getVisibleEv
[i586] verify-elf: ERROR: ./usr/bin/osgearth_imgui: undefined symbol: _ZN8osgEarth4Util11XmlDocumentD1Ev
2024-Jul-20 17:31:09 :: [i586] osgearth.git 3.6-alt1: remote: build failed
2024-Jul-20 17:31:09 :: [i586] #300 osgearth.git 3.6-alt1: build FAILED
2024-Jul-20 17:31:09 :: [i586] requesting cancellation of task processing
2024-Jul-20 17:32:51 :: [x86_64] #300 osgearth.git 3.6-alt1: build OK
2024-Jul-20 17:34:22 :: [ppc64le] #300 osgearth.git 3.6-alt1: build OK
2024-Jul-20 17:35:54 :: [aarch64] #300 osgearth.git 3.6-alt1: build OK
2024-Jul-20 17:31:10 :: [i586] build FAILED
2024-Jul-20 17:35:54 :: task #352194 for sisyphus FAILED
^ permalink raw reply [flat|nested] 7+ messages in thread
* [#352194] FAILED (try 4) osgearth.git=3.6-alt1
2024-07-04 18:30 [#352194] FAILED osgearth.git=3.6-alt1 Girar awaiter (cas)
2024-07-20 4:44 ` [#352194] FAILED (try 2) osgearth.git=3.6-alt1 Girar awaiter (cas)
2024-07-20 17:35 ` [#352194] FAILED (try 3) osgearth.git=3.6-alt1 Girar awaiter (cas)
@ 2024-07-20 20:11 ` Girar awaiter (cas)
2024-07-21 9:58 ` [#352194] FAILED (try 5) osgearth.git=3.6-alt1 Girar awaiter (cas)
` (2 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: Girar awaiter (cas) @ 2024-07-20 20:11 UTC (permalink / raw)
To: Andrey Cherepanov; +Cc: sisyphus-incominger, girar-builder-sisyphus
https://git.altlinux.org/tasks/352194/logs/events.4.1.log
subtask name aarch64 i586 ppc64le x86_64
#400 osgearth 8:00 5:17 6:23 4:55
2024-Jul-20 19:58:40 :: task #352194 for sisyphus resumed by cas:
#100 removed
#200 removed
#300 removed
#400 build 3.6-alt1 from /people/cas/packages/osgearth.git fetched at 2024-Jul-20 19:58:31
2024-Jul-20 19:58:42 :: [x86_64] #400 osgearth.git 3.6-alt1: build start
2024-Jul-20 19:58:42 :: [i586] #400 osgearth.git 3.6-alt1: build start
2024-Jul-20 19:58:42 :: [ppc64le] #400 osgearth.git 3.6-alt1: build start
2024-Jul-20 19:58:42 :: [aarch64] #400 osgearth.git 3.6-alt1: build start
2024-Jul-20 20:03:37 :: [x86_64] #400 osgearth.git 3.6-alt1: build OK
2024-Jul-20 20:03:59 :: [i586] #400 osgearth.git 3.6-alt1: build OK
2024-Jul-20 20:05:05 :: [ppc64le] #400 osgearth.git 3.6-alt1: build OK
2024-Jul-20 20:06:42 :: [aarch64] #400 osgearth.git 3.6-alt1: build OK
x86_64/srpm/osgearth-3.6-alt1.src.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
x86_64/rpms/osgearth-examples-debuginfo-3.6-alt1.x86_64.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
x86_64/rpms/osgearth-data-3.6-alt1.noarch.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
x86_64/rpms/libosgearth-debuginfo-3.6-alt1.x86_64.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
x86_64/rpms/libosgearth-devel-3.6-alt1.x86_64.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
x86_64/rpms/libosgearth-3.6-alt1.x86_64.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
x86_64/rpms/osgearth-examples-3.6-alt1.x86_64.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
i586/srpm/osgearth-3.6-alt1.src.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
i586/rpms/libosgearth-3.6-alt1.i586.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
i586/rpms/osgearth-data-3.6-alt1.noarch.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
i586/rpms/libosgearth-debuginfo-3.6-alt1.i586.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
i586/rpms/osgearth-examples-debuginfo-3.6-alt1.i586.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
i586/rpms/osgearth-examples-3.6-alt1.i586.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
i586/rpms/libosgearth-devel-3.6-alt1.i586.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
aarch64/srpm/osgearth-3.6-alt1.src.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
aarch64/rpms/libosgearth-3.6-alt1.aarch64.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
aarch64/rpms/libosgearth-debuginfo-3.6-alt1.aarch64.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
aarch64/rpms/osgearth-examples-3.6-alt1.aarch64.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
aarch64/rpms/osgearth-data-3.6-alt1.noarch.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
aarch64/rpms/libosgearth-devel-3.6-alt1.aarch64.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
aarch64/rpms/osgearth-examples-debuginfo-3.6-alt1.aarch64.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
ppc64le/srpm/osgearth-3.6-alt1.src.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
ppc64le/rpms/libosgearth-devel-3.6-alt1.ppc64le.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
ppc64le/rpms/osgearth-data-3.6-alt1.noarch.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
ppc64le/rpms/libosgearth-debuginfo-3.6-alt1.ppc64le.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
ppc64le/rpms/osgearth-examples-debuginfo-3.6-alt1.ppc64le.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
ppc64le/rpms/libosgearth-3.6-alt1.ppc64le.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
ppc64le/rpms/osgearth-examples-3.6-alt1.ppc64le.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
2024-Jul-20 20:07:17 :: #400: osgearth.git 3.6-alt1: build check OK
2024-Jul-20 20:07:19 :: build check OK
2024-Jul-20 20:08:21 :: noarch check OK
2024-Jul-20 20:08:24 :: plan: src +1 -1 =19550, aarch64 +5 -5 =33412, i586 +5 -5 =32837, noarch +1 -1 =20301, ppc64le +5 -5 =32240, x86_64 +5 -5 =34271
#400 osgearth 3.5-alt2 -> 3.6-alt1
Thu Jul 04 2024 Andrey Cherepanov <cas@altlinux> 3.6-alt1
- New version.
2024-Jul-20 20:09:10 :: patched apt indices
2024-Jul-20 20:09:20 :: created next repo
2024-Jul-20 20:09:30 :: duplicate provides check OK
2024-Jul-20 20:10:07 :: dependencies check OK
2024-Jul-20 20:10:33 :: [x86_64 i586 aarch64 ppc64le] ELF symbols check OK
x86_64: libosgearth=3.6-alt1 install failed:
file /usr/lib64/osgPlugins-3.6.5/osgdb_zip.so from install of libosgearth-3.6-alt1.x86_64 conflicts with file from package libOpenSceneGraph-3.6.5-alt3.x86_64
hsh-install: Packages installation failed.
2024-Jul-20 20:10:52 :: [x86_64] #400 libosgearth: install check FAILED
2024-Jul-20 20:10:52 :: [x86_64] requesting cancellation of task processing
2024-Jul-20 20:10:53 :: [x86_64] #400 libosgearth-debuginfo: install check CANCELLED
i586: libosgearth=3.6-alt1 install failed:
file /usr/lib/osgPlugins-3.6.5/osgdb_zip.so from install of libosgearth-3.6-alt1.i586 conflicts with file from package libOpenSceneGraph-3.6.5-alt3.i586
hsh-install: Packages installation failed.
2024-Jul-20 20:10:53 :: [i586] #400 libosgearth: install check FAILED
2024-Jul-20 20:10:53 :: [i586] #400 libosgearth-debuginfo: install check CANCELLED
aarch64: libosgearth=3.6-alt1 install failed:
file /usr/lib64/osgPlugins-3.6.5/osgdb_zip.so from install of libosgearth-3.6-alt1.aarch64 conflicts with file from package libOpenSceneGraph-3.6.5-alt3.aarch64
hsh-install: Packages installation failed.
2024-Jul-20 20:11:03 :: [aarch64] #400 libosgearth: install check FAILED
2024-Jul-20 20:11:03 :: [aarch64] #400 libosgearth-debuginfo: install check CANCELLED
ppc64le: libosgearth=3.6-alt1 install failed:
file /usr/lib64/osgPlugins-3.6.5/osgdb_zip.so from install of libosgearth-3.6-alt1.ppc64le conflicts with file from package libOpenSceneGraph-3.6.5-alt3.ppc64le
hsh-install: Packages installation failed.
2024-Jul-20 20:11:06 :: [ppc64le] #400 libosgearth: install check FAILED
2024-Jul-20 20:11:06 :: [ppc64le] #400 libosgearth-debuginfo: install check CANCELLED
2024-Jul-20 20:10:53 :: [x86_64] install check FAILED
2024-Jul-20 20:10:53 :: [i586] install check FAILED
2024-Jul-20 20:11:03 :: [aarch64] install check FAILED
2024-Jul-20 20:11:06 :: [ppc64le] install check FAILED
2024-Jul-20 20:11:07 :: task #352194 for sisyphus FAILED
^ permalink raw reply [flat|nested] 7+ messages in thread
* [#352194] FAILED (try 5) osgearth.git=3.6-alt1
2024-07-04 18:30 [#352194] FAILED osgearth.git=3.6-alt1 Girar awaiter (cas)
` (2 preceding siblings ...)
2024-07-20 20:11 ` [#352194] FAILED (try 4) osgearth.git=3.6-alt1 Girar awaiter (cas)
@ 2024-07-21 9:58 ` Girar awaiter (cas)
2024-07-21 14:48 ` [#352194] FAILED (try 6) osgearth.git=3.6-alt1 Girar awaiter (cas)
2024-07-21 16:06 ` [#352194] DONE (try 7) osgearth.git=3.6-alt1 Girar pender (cas)
5 siblings, 0 replies; 7+ messages in thread
From: Girar awaiter (cas) @ 2024-07-21 9:58 UTC (permalink / raw)
To: Andrey Cherepanov; +Cc: sisyphus-incominger, girar-builder-sisyphus
https://git.altlinux.org/tasks/352194/logs/events.5.1.log
subtask name aarch64 i586 ppc64le x86_64
#500 osgearth 7:43 5:23 6:24 5:01
2024-Jul-21 09:40:35 :: task #352194 for sisyphus resumed by cas:
#100 removed
#200 removed
#300 removed
#400 removed
#500 build 3.6-alt1 from /people/cas/packages/osgearth.git fetched at 2024-Jul-21 09:40:26
2024-Jul-21 09:40:37 :: [ppc64le] #500 osgearth.git 3.6-alt1: build start
2024-Jul-21 09:40:37 :: [i586] #500 osgearth.git 3.6-alt1: build start
2024-Jul-21 09:40:37 :: [aarch64] #500 osgearth.git 3.6-alt1: build start
2024-Jul-21 09:40:37 :: [x86_64] #500 osgearth.git 3.6-alt1: build start
2024-Jul-21 09:45:38 :: [x86_64] #500 osgearth.git 3.6-alt1: build OK
2024-Jul-21 09:46:00 :: [i586] #500 osgearth.git 3.6-alt1: build OK
2024-Jul-21 09:47:01 :: [ppc64le] #500 osgearth.git 3.6-alt1: build OK
2024-Jul-21 09:48:20 :: [aarch64] #500 osgearth.git 3.6-alt1: build OK
x86_64/srpm/osgearth-3.6-alt1.src.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
x86_64/rpms/osgearth-examples-debuginfo-3.6-alt1.x86_64.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
x86_64/rpms/osgearth-data-3.6-alt1.noarch.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
x86_64/rpms/libosgearth-debuginfo-3.6-alt1.x86_64.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
x86_64/rpms/libosgearth-devel-3.6-alt1.x86_64.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
x86_64/rpms/libosgearth-3.6-alt1.x86_64.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
x86_64/rpms/osgearth-examples-3.6-alt1.x86_64.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
i586/srpm/osgearth-3.6-alt1.src.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
i586/rpms/libosgearth-3.6-alt1.i586.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
i586/rpms/osgearth-data-3.6-alt1.noarch.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
i586/rpms/libosgearth-debuginfo-3.6-alt1.i586.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
i586/rpms/osgearth-examples-debuginfo-3.6-alt1.i586.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
i586/rpms/osgearth-examples-3.6-alt1.i586.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
i586/rpms/libosgearth-devel-3.6-alt1.i586.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
aarch64/srpm/osgearth-3.6-alt1.src.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
aarch64/rpms/libosgearth-3.6-alt1.aarch64.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
aarch64/rpms/libosgearth-debuginfo-3.6-alt1.aarch64.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
aarch64/rpms/osgearth-examples-3.6-alt1.aarch64.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
aarch64/rpms/osgearth-data-3.6-alt1.noarch.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
aarch64/rpms/libosgearth-devel-3.6-alt1.aarch64.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
aarch64/rpms/osgearth-examples-debuginfo-3.6-alt1.aarch64.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
ppc64le/srpm/osgearth-3.6-alt1.src.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
ppc64le/rpms/libosgearth-devel-3.6-alt1.ppc64le.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
ppc64le/rpms/osgearth-data-3.6-alt1.noarch.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
ppc64le/rpms/libosgearth-debuginfo-3.6-alt1.ppc64le.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
ppc64le/rpms/osgearth-examples-debuginfo-3.6-alt1.ppc64le.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
ppc64le/rpms/libosgearth-3.6-alt1.ppc64le.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
ppc64le/rpms/osgearth-examples-3.6-alt1.ppc64le.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
2024-Jul-21 09:48:53 :: #500: osgearth.git 3.6-alt1: build check OK
2024-Jul-21 09:48:55 :: build check OK
2024-Jul-21 09:49:53 :: noarch check OK
2024-Jul-21 09:49:56 :: plan: src +1 -1 =19551, aarch64 +5 -5 =33414, i586 +5 -5 =32839, noarch +1 -1 =20301, ppc64le +5 -5 =32242, x86_64 +5 -5 =34273
#500 osgearth 3.5-alt2 -> 3.6-alt1
Thu Jul 04 2024 Andrey Cherepanov <cas@altlinux> 3.6-alt1
- New version.
2024-Jul-21 09:50:46 :: patched apt indices
2024-Jul-21 09:50:58 :: created next repo
2024-Jul-21 09:51:08 :: duplicate provides check OK
2024-Jul-21 09:51:49 :: dependencies check OK
2024-Jul-21 09:52:21 :: [x86_64 i586 aarch64 ppc64le] ELF symbols check OK
2024-Jul-21 09:52:42 :: [i586] #500 libosgearth: install check OK
2024-Jul-21 09:52:43 :: [x86_64] #500 libosgearth: install check OK
2024-Jul-21 09:52:52 :: [aarch64] #500 libosgearth: install check OK
2024-Jul-21 09:52:56 :: [ppc64le] #500 libosgearth: install check OK
2024-Jul-21 09:53:31 :: [x86_64] #500 libosgearth-debuginfo: install check OK
2024-Jul-21 09:53:34 :: [i586] #500 libosgearth-debuginfo: install check OK
x86_64: libosgearth-devel=3.6-alt1 post-install unowned files:
/usr/lib64/cmake
2024-Jul-21 09:53:48 :: [x86_64] #500 libosgearth-devel: install check OK
i586: libosgearth-devel=3.6-alt1 post-install unowned files:
/usr/lib/cmake
2024-Jul-21 09:53:51 :: [i586] #500 libosgearth-devel: install check OK
2024-Jul-21 09:53:58 :: [x86_64] #500 osgearth-data: install check OK
2024-Jul-21 09:53:59 :: [aarch64] #500 libosgearth-debuginfo: install check OK
2024-Jul-21 09:54:02 :: [i586] #500 osgearth-data: install check OK
2024-Jul-21 09:54:14 :: [x86_64] #500 osgearth-examples: install check OK
2024-Jul-21 09:54:19 :: [ppc64le] #500 libosgearth-debuginfo: install check OK
2024-Jul-21 09:54:21 :: [i586] #500 osgearth-examples: install check OK
aarch64: libosgearth-devel=3.6-alt1 post-install unowned files:
/usr/lib64/cmake
2024-Jul-21 09:54:23 :: [aarch64] #500 libosgearth-devel: install check OK
2024-Jul-21 09:54:38 :: [aarch64] #500 osgearth-data: install check OK
ppc64le: libosgearth-devel=3.6-alt1 post-install unowned files:
/usr/lib64/cmake
2024-Jul-21 09:54:48 :: [ppc64le] #500 libosgearth-devel: install check OK
2024-Jul-21 09:55:01 :: [aarch64] #500 osgearth-examples: install check OK
2024-Jul-21 09:55:05 :: [ppc64le] #500 osgearth-data: install check OK
2024-Jul-21 09:55:06 :: [x86_64] #500 osgearth-examples-debuginfo: install check OK
2024-Jul-21 09:55:26 :: [i586] #500 osgearth-examples-debuginfo: install check OK
2024-Jul-21 09:55:33 :: [ppc64le] #500 osgearth-examples: install check OK
2024-Jul-21 09:56:14 :: [aarch64] #500 osgearth-examples-debuginfo: install check OK
2024-Jul-21 09:57:04 :: [ppc64le] #500 osgearth-examples-debuginfo: install check OK
2024-Jul-21 09:57:06 :: [x86_64-i586] plan: #2 +2 -2 =11182
arepo/x86_64-i586/rpms/i586-libosgearth-3.6-alt1.i586.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
arepo/x86_64-i586/rpms/i586-libosgearth-devel-3.6-alt1.i586.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
2024-Jul-21 09:57:36 :: [x86_64-i586] arepo build OK
2024-Jul-21 09:57:54 :: [x86_64-i586] generated apt indices
2024-Jul-21 09:57:55 :: [x86_64-i586] created next repo
2024-Jul-21 09:58:07 :: [x86_64-i586] dependencies check OK
error: #500: osgearth.git tag `3.6-alt1' is not inherited from /gears/o/osgearth.git branch `sisyphus'
2024-Jul-21 09:58:09 :: gears inheritance check FAILED for: #500
2024-Jul-21 09:58:09 :: task #352194 for sisyphus FAILED
^ permalink raw reply [flat|nested] 7+ messages in thread
* [#352194] FAILED (try 6) osgearth.git=3.6-alt1
2024-07-04 18:30 [#352194] FAILED osgearth.git=3.6-alt1 Girar awaiter (cas)
` (3 preceding siblings ...)
2024-07-21 9:58 ` [#352194] FAILED (try 5) osgearth.git=3.6-alt1 Girar awaiter (cas)
@ 2024-07-21 14:48 ` Girar awaiter (cas)
2024-07-21 16:06 ` [#352194] DONE (try 7) osgearth.git=3.6-alt1 Girar pender (cas)
5 siblings, 0 replies; 7+ messages in thread
From: Girar awaiter (cas) @ 2024-07-21 14:48 UTC (permalink / raw)
To: Andrey Cherepanov; +Cc: sisyphus-incominger, girar-builder-sisyphus
https://git.altlinux.org/tasks/352194/logs/events.6.1.log
subtask name aarch64 i586 ppc64le x86_64
#600 osgearth 7:58 5:16 6:28 4:56
2024-Jul-21 14:31:18 :: task #352194 for sisyphus resumed by cas:
#100 removed
#200 removed
#300 removed
#400 removed
#500 removed
#600 build 3.6-alt1 from /people/cas/packages/osgearth.git fetched at 2024-Jul-21 14:31:10
2024-Jul-21 14:31:19 :: [x86_64] #600 osgearth.git 3.6-alt1: build start
2024-Jul-21 14:31:19 :: [aarch64] #600 osgearth.git 3.6-alt1: build start
2024-Jul-21 14:31:19 :: [ppc64le] #600 osgearth.git 3.6-alt1: build start
2024-Jul-21 14:31:19 :: [i586] #600 osgearth.git 3.6-alt1: build start
2024-Jul-21 14:36:15 :: [x86_64] #600 osgearth.git 3.6-alt1: build OK
2024-Jul-21 14:36:35 :: [i586] #600 osgearth.git 3.6-alt1: build OK
2024-Jul-21 14:37:47 :: [ppc64le] #600 osgearth.git 3.6-alt1: build OK
2024-Jul-21 14:39:17 :: [aarch64] #600 osgearth.git 3.6-alt1: build OK
x86_64/srpm/osgearth-3.6-alt1.src.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
x86_64/rpms/osgearth-examples-debuginfo-3.6-alt1.x86_64.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
x86_64/rpms/osgearth-data-3.6-alt1.noarch.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
x86_64/rpms/libosgearth-debuginfo-3.6-alt1.x86_64.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
x86_64/rpms/libosgearth-devel-3.6-alt1.x86_64.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
x86_64/rpms/libosgearth-3.6-alt1.x86_64.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
x86_64/rpms/osgearth-examples-3.6-alt1.x86_64.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
i586/srpm/osgearth-3.6-alt1.src.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
i586/rpms/libosgearth-3.6-alt1.i586.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
i586/rpms/osgearth-data-3.6-alt1.noarch.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
i586/rpms/libosgearth-debuginfo-3.6-alt1.i586.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
i586/rpms/osgearth-examples-debuginfo-3.6-alt1.i586.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
i586/rpms/osgearth-examples-3.6-alt1.i586.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
i586/rpms/libosgearth-devel-3.6-alt1.i586.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
aarch64/srpm/osgearth-3.6-alt1.src.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
aarch64/rpms/libosgearth-3.6-alt1.aarch64.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
aarch64/rpms/libosgearth-debuginfo-3.6-alt1.aarch64.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
aarch64/rpms/osgearth-examples-3.6-alt1.aarch64.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
aarch64/rpms/osgearth-data-3.6-alt1.noarch.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
aarch64/rpms/libosgearth-devel-3.6-alt1.aarch64.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
aarch64/rpms/osgearth-examples-debuginfo-3.6-alt1.aarch64.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
ppc64le/srpm/osgearth-3.6-alt1.src.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
ppc64le/rpms/libosgearth-devel-3.6-alt1.ppc64le.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
ppc64le/rpms/osgearth-data-3.6-alt1.noarch.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
ppc64le/rpms/libosgearth-debuginfo-3.6-alt1.ppc64le.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
ppc64le/rpms/osgearth-examples-debuginfo-3.6-alt1.ppc64le.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
ppc64le/rpms/libosgearth-3.6-alt1.ppc64le.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
ppc64le/rpms/osgearth-examples-3.6-alt1.ppc64le.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
2024-Jul-21 14:39:52 :: #600: osgearth.git 3.6-alt1: build check OK
2024-Jul-21 14:39:54 :: build check OK
2024-Jul-21 14:40:54 :: noarch check OK
2024-Jul-21 14:40:57 :: plan: src +1 -1 =19551, aarch64 +5 -5 =33414, i586 +5 -5 =32839, noarch +1 -1 =20301, ppc64le +5 -5 =32242, x86_64 +5 -5 =34273
#600 osgearth 3.5-alt2 -> 3.6-alt1
Thu Jul 04 2024 Andrey Cherepanov <cas@altlinux> 3.6-alt1
- New version.
2024-Jul-21 14:41:43 :: patched apt indices
2024-Jul-21 14:41:53 :: created next repo
2024-Jul-21 14:42:03 :: duplicate provides check OK
2024-Jul-21 14:42:43 :: dependencies check OK
2024-Jul-21 14:43:11 :: [x86_64 i586 aarch64 ppc64le] ELF symbols check OK
2024-Jul-21 14:43:31 :: [x86_64] #600 libosgearth: install check OK
2024-Jul-21 14:43:32 :: [i586] #600 libosgearth: install check OK
2024-Jul-21 14:43:42 :: [aarch64] #600 libosgearth: install check OK
2024-Jul-21 14:43:45 :: [ppc64le] #600 libosgearth: install check OK
2024-Jul-21 14:44:17 :: [x86_64] #600 libosgearth-debuginfo: install check OK
2024-Jul-21 14:44:23 :: [i586] #600 libosgearth-debuginfo: install check OK
x86_64: libosgearth-devel=3.6-alt1 post-install unowned files:
/usr/lib64/cmake
2024-Jul-21 14:44:33 :: [x86_64] #600 libosgearth-devel: install check OK
i586: libosgearth-devel=3.6-alt1 post-install unowned files:
/usr/lib/cmake
2024-Jul-21 14:44:40 :: [i586] #600 libosgearth-devel: install check OK
2024-Jul-21 14:44:43 :: [x86_64] #600 osgearth-data: install check OK
2024-Jul-21 14:44:48 :: [aarch64] #600 libosgearth-debuginfo: install check OK
2024-Jul-21 14:44:50 :: [i586] #600 osgearth-data: install check OK
2024-Jul-21 14:44:59 :: [x86_64] #600 osgearth-examples: install check OK
2024-Jul-21 14:45:06 :: [i586] #600 osgearth-examples: install check OK
2024-Jul-21 14:45:08 :: [ppc64le] #600 libosgearth-debuginfo: install check OK
aarch64: libosgearth-devel=3.6-alt1 post-install unowned files:
/usr/lib64/cmake
2024-Jul-21 14:45:12 :: [aarch64] #600 libosgearth-devel: install check OK
2024-Jul-21 14:45:27 :: [aarch64] #600 osgearth-data: install check OK
ppc64le: libosgearth-devel=3.6-alt1 post-install unowned files:
/usr/lib64/cmake
2024-Jul-21 14:45:37 :: [ppc64le] #600 libosgearth-devel: install check OK
2024-Jul-21 14:45:48 :: [x86_64] #600 osgearth-examples-debuginfo: install check OK
2024-Jul-21 14:45:50 :: [aarch64] #600 osgearth-examples: install check OK
2024-Jul-21 14:45:54 :: [ppc64le] #600 osgearth-data: install check OK
2024-Jul-21 14:46:00 :: [i586] #600 osgearth-examples-debuginfo: install check OK
2024-Jul-21 14:46:22 :: [ppc64le] #600 osgearth-examples: install check OK
2024-Jul-21 14:47:02 :: [aarch64] #600 osgearth-examples-debuginfo: install check OK
2024-Jul-21 14:47:52 :: [ppc64le] #600 osgearth-examples-debuginfo: install check OK
2024-Jul-21 14:47:54 :: [x86_64-i586] plan: #2 +2 -2 =11182
arepo/x86_64-i586/rpms/i586-libosgearth-3.6-alt1.i586.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
arepo/x86_64-i586/rpms/i586-libosgearth-devel-3.6-alt1.i586.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
2024-Jul-21 14:48:22 :: [x86_64-i586] arepo build OK
2024-Jul-21 14:48:39 :: [x86_64-i586] generated apt indices
2024-Jul-21 14:48:40 :: [x86_64-i586] created next repo
2024-Jul-21 14:48:51 :: [x86_64-i586] dependencies check OK
error: #600: osgearth.git tag `3.6-alt1' is not inherited from /gears/o/osgearth.git branch `sisyphus'
2024-Jul-21 14:48:53 :: gears inheritance check FAILED for: #600
2024-Jul-21 14:48:53 :: task #352194 for sisyphus FAILED
^ permalink raw reply [flat|nested] 7+ messages in thread
* [#352194] DONE (try 7) osgearth.git=3.6-alt1
2024-07-04 18:30 [#352194] FAILED osgearth.git=3.6-alt1 Girar awaiter (cas)
` (4 preceding siblings ...)
2024-07-21 14:48 ` [#352194] FAILED (try 6) osgearth.git=3.6-alt1 Girar awaiter (cas)
@ 2024-07-21 16:06 ` Girar pender (cas)
5 siblings, 0 replies; 7+ messages in thread
From: Girar pender (cas) @ 2024-07-21 16:06 UTC (permalink / raw)
To: Andrey Cherepanov; +Cc: sisyphus-incominger, girar-builder-sisyphus
https://git.altlinux.org/tasks/archive/done/_343/352194/logs/events.7.1.log
subtask name aarch64 i586 ppc64le x86_64
#700 osgearth 7:56 5:17 6:26 4:56
2024-Jul-21 15:47:04 :: task #352194 for sisyphus resumed by cas:
#100 removed
#200 removed
#300 removed
#400 removed
#500 removed
#600 removed
#700 build 3.6-alt1 from /people/cas/packages/osgearth.git fetched at 2024-Jul-21 15:46:55
2024-Jul-21 15:47:06 :: [x86_64] #700 osgearth.git 3.6-alt1: build start
2024-Jul-21 15:47:06 :: [i586] #700 osgearth.git 3.6-alt1: build start
2024-Jul-21 15:47:06 :: [aarch64] #700 osgearth.git 3.6-alt1: build start
2024-Jul-21 15:47:06 :: [ppc64le] #700 osgearth.git 3.6-alt1: build start
2024-Jul-21 15:52:02 :: [x86_64] #700 osgearth.git 3.6-alt1: build OK
2024-Jul-21 15:52:23 :: [i586] #700 osgearth.git 3.6-alt1: build OK
2024-Jul-21 15:53:32 :: [ppc64le] #700 osgearth.git 3.6-alt1: build OK
2024-Jul-21 15:55:02 :: [aarch64] #700 osgearth.git 3.6-alt1: build OK
x86_64/srpm/osgearth-3.6-alt1.src.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
x86_64/rpms/osgearth-examples-debuginfo-3.6-alt1.x86_64.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
x86_64/rpms/osgearth-data-3.6-alt1.noarch.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
x86_64/rpms/libosgearth-debuginfo-3.6-alt1.x86_64.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
x86_64/rpms/libosgearth-devel-3.6-alt1.x86_64.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
x86_64/rpms/libosgearth-3.6-alt1.x86_64.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
x86_64/rpms/osgearth-examples-3.6-alt1.x86_64.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
i586/srpm/osgearth-3.6-alt1.src.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
i586/rpms/libosgearth-3.6-alt1.i586.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
i586/rpms/osgearth-data-3.6-alt1.noarch.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
i586/rpms/libosgearth-debuginfo-3.6-alt1.i586.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
i586/rpms/osgearth-examples-debuginfo-3.6-alt1.i586.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
i586/rpms/osgearth-examples-3.6-alt1.i586.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
i586/rpms/libosgearth-devel-3.6-alt1.i586.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
aarch64/srpm/osgearth-3.6-alt1.src.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
aarch64/rpms/libosgearth-3.6-alt1.aarch64.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
aarch64/rpms/libosgearth-debuginfo-3.6-alt1.aarch64.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
aarch64/rpms/osgearth-examples-3.6-alt1.aarch64.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
aarch64/rpms/osgearth-data-3.6-alt1.noarch.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
aarch64/rpms/libosgearth-devel-3.6-alt1.aarch64.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
aarch64/rpms/osgearth-examples-debuginfo-3.6-alt1.aarch64.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
ppc64le/srpm/osgearth-3.6-alt1.src.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
ppc64le/rpms/libosgearth-devel-3.6-alt1.ppc64le.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
ppc64le/rpms/osgearth-data-3.6-alt1.noarch.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
ppc64le/rpms/libosgearth-debuginfo-3.6-alt1.ppc64le.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
ppc64le/rpms/osgearth-examples-debuginfo-3.6-alt1.ppc64le.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
ppc64le/rpms/libosgearth-3.6-alt1.ppc64le.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
ppc64le/rpms/osgearth-examples-3.6-alt1.ppc64le.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
2024-Jul-21 15:55:36 :: #700: osgearth.git 3.6-alt1: build check OK
2024-Jul-21 15:55:38 :: build check OK
2024-Jul-21 15:56:42 :: noarch check OK
2024-Jul-21 15:56:44 :: plan: src +1 -1 =19551, aarch64 +5 -5 =33414, i586 +5 -5 =32839, noarch +1 -1 =20301, ppc64le +5 -5 =32242, x86_64 +5 -5 =34273
#700 osgearth 3.5-alt2 -> 3.6-alt1
Sun Jul 21 2024 Andrey Cherepanov <cas@altlinux> 3.6-alt1
- New version.
2024-Jul-21 15:57:32 :: patched apt indices
2024-Jul-21 15:57:43 :: created next repo
2024-Jul-21 15:57:53 :: duplicate provides check OK
2024-Jul-21 15:58:34 :: dependencies check OK
2024-Jul-21 15:59:01 :: [x86_64 i586 aarch64 ppc64le] ELF symbols check OK
2024-Jul-21 15:59:22 :: [x86_64] #700 libosgearth: install check OK
2024-Jul-21 15:59:22 :: [i586] #700 libosgearth: install check OK
2024-Jul-21 15:59:33 :: [aarch64] #700 libosgearth: install check OK
2024-Jul-21 15:59:36 :: [ppc64le] #700 libosgearth: install check OK
2024-Jul-21 16:00:07 :: [x86_64] #700 libosgearth-debuginfo: install check OK
2024-Jul-21 16:00:12 :: [i586] #700 libosgearth-debuginfo: install check OK
x86_64: libosgearth-devel=3.6-alt1 post-install unowned files:
/usr/lib64/cmake
2024-Jul-21 16:00:23 :: [x86_64] #700 libosgearth-devel: install check OK
i586: libosgearth-devel=3.6-alt1 post-install unowned files:
/usr/lib/cmake
2024-Jul-21 16:00:29 :: [i586] #700 libosgearth-devel: install check OK
2024-Jul-21 16:00:33 :: [x86_64] #700 osgearth-data: install check OK
2024-Jul-21 16:00:39 :: [aarch64] #700 libosgearth-debuginfo: install check OK
2024-Jul-21 16:00:39 :: [i586] #700 osgearth-data: install check OK
2024-Jul-21 16:00:48 :: [x86_64] #700 osgearth-examples: install check OK
2024-Jul-21 16:00:56 :: [i586] #700 osgearth-examples: install check OK
2024-Jul-21 16:00:59 :: [ppc64le] #700 libosgearth-debuginfo: install check OK
aarch64: libosgearth-devel=3.6-alt1 post-install unowned files:
/usr/lib64/cmake
2024-Jul-21 16:01:03 :: [aarch64] #700 libosgearth-devel: install check OK
2024-Jul-21 16:01:18 :: [aarch64] #700 osgearth-data: install check OK
ppc64le: libosgearth-devel=3.6-alt1 post-install unowned files:
/usr/lib64/cmake
2024-Jul-21 16:01:27 :: [ppc64le] #700 libosgearth-devel: install check OK
2024-Jul-21 16:01:38 :: [x86_64] #700 osgearth-examples-debuginfo: install check OK
2024-Jul-21 16:01:41 :: [aarch64] #700 osgearth-examples: install check OK
2024-Jul-21 16:01:45 :: [ppc64le] #700 osgearth-data: install check OK
2024-Jul-21 16:01:49 :: [i586] #700 osgearth-examples-debuginfo: install check OK
2024-Jul-21 16:02:12 :: [ppc64le] #700 osgearth-examples: install check OK
2024-Jul-21 16:02:53 :: [aarch64] #700 osgearth-examples-debuginfo: install check OK
2024-Jul-21 16:03:43 :: [ppc64le] #700 osgearth-examples-debuginfo: install check OK
2024-Jul-21 16:03:44 :: [x86_64-i586] plan: #2 +2 -2 =11182
arepo/x86_64-i586/rpms/i586-libosgearth-3.6-alt1.i586.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
arepo/x86_64-i586/rpms/i586-libosgearth-devel-3.6-alt1.i586.rpm: exception not found in '/usr/share/license-exception' directory: exceptions
2024-Jul-21 16:04:12 :: [x86_64-i586] arepo build OK
2024-Jul-21 16:04:30 :: [x86_64-i586] generated apt indices
2024-Jul-21 16:04:31 :: [x86_64-i586] created next repo
2024-Jul-21 16:04:43 :: [x86_64-i586] dependencies check OK
2024-Jul-21 16:04:45 :: gears inheritance check OK
2024-Jul-21 16:04:45 :: srpm inheritance check OK
girar-check-perms: access to osgearth ALLOWED for cas: project leader
check-subtask-perms: #700: osgearth: allowed for cas
2024-Jul-21 16:04:46 :: acl check OK
2024-Jul-21 16:05:09 :: created contents_index files
2024-Jul-21 16:05:20 :: created hash files: aarch64 i586 noarch ppc64le src x86_64-i586 x86_64
2024-Jul-21 16:05:24 :: task #352194 for sisyphus TESTED
2024-Jul-21 16:05:25 :: task is ready for commit
2024-Jul-21 16:05:30 :: repo clone OK
2024-Jul-21 16:05:31 :: packages update OK
2024-Jul-21 16:05:46 :: [x86_64 i586 aarch64 ppc64le noarch] update OK
2024-Jul-21 16:05:46 :: [x86_64-i586] update OK
2024-Jul-21 16:05:46 :: repo update OK
2024-Jul-21 16:06:03 :: repo save OK
2024-Jul-21 16:06:03 :: src index update OK
2024-Jul-21 16:06:04 :: updated /gears/o/osgearth.git branch `sisyphus'
2024-Jul-21 16:06:08 :: gears update OK
2024-Jul-21 16:06:08 :: task #352194 for sisyphus DONE
^ permalink raw reply [flat|nested] 7+ messages in thread