Apply version fix to runtime image #21
buildah-build-runtime.yml
on: push
Matrix: Build container images
Merge container images
0s
Annotations
1 error
Build container images (ubuntu-24.04-arm)
Error: buildah exited with code 2
Trying to pull ghcr.io/bounverif/esmini:v2.45.1-builder...
Getting image source signatures
Copying blob sha256:4a09e08b73d146c9592f6e088e3484fed1021267722309896687834ad44fede2
Copying blob sha256:15489e345d647c3eeee0d2a33cba4e54f229bc264ee06d10c1f0ebc8e240dc34
Copying blob sha256:314310b17d7b573428bccdc771e4a0045bccb34f093ecea8fcb8b7d7150c30b6
Copying blob sha256:6d673b492f2b3ae340436ad522faf157e5d51823abe41f3d5d5ce123f570a7e0
Copying blob sha256:b7b3734a644c30e0e43234e6b25d7a6fbb035bc451cd766093b125d27c3b0cae
Copying config sha256:43dc55401c48d652d7a5d37c5b75c0731dd6a9b7e9f6400aa0a942593f526f9d
Writing manifest to image destination
Cloning into '/tmp/esmini'...
Note: switching to 'v2.45.1'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:
git switch -c <new-branch-name>
Or undo this operation with:
git switch -
Turn off this advice by setting config variable advice.detachedHead to false
HEAD is now at e9032d96 Prepare release 2.45.1 - attempt 2
Submodule 'externals/fmi2' (https://github.com/modelica/fmi-standard.git) registered for path 'externals/fmi2'
Submodule 'externals/spdlog' (https://github.com/gabime/spdlog.git) registered for path 'externals/spdlog'
Submodule 'test/OSC-ALKS-scenarios' (https://github.com/asam-oss/OSC-ALKS-scenarios) registered for path 'test/OSC-ALKS-scenarios'
Submodule 'test/OSC-NCAP-scenarios' (https://github.com/vectorgrp/OSC-NCAP-scenarios) registered for path 'test/OSC-NCAP-scenarios'
Cloning into '/tmp/esmini/externals/fmi2'...
Cloning into '/tmp/esmini/externals/spdlog'...
Cloning into '/tmp/esmini/test/OSC-ALKS-scenarios'...
Cloning into '/tmp/esmini/test/OSC-NCAP-scenarios'...
In file included from /tmp/esmini/externals/osg/linux/include/osg/State:33,
from /tmp/esmini/externals/osg/linux/include/osg/RenderInfo:17,
from /tmp/esmini/externals/osg/linux/include/osg/Drawable:21,
from /tmp/esmini/externals/osg/linux/include/osg/Geode:19,
from /tmp/esmini/externals/osg/linux/include/osgGA/EventVisitor:19,
from /tmp/esmini/externals/osg/linux/include/osgViewer/Viewer:18,
from /tmp/esmini/EnvironmentSimulator/Modules/ViewerBase/viewer.hpp:17,
from /tmp/esmini/EnvironmentSimulator/Modules/PlayerBase/playerbase.hpp:28,
from /tmp/esmini/EnvironmentSimulator/Modules/Controllers/ControllerACC.cpp:21:
/tmp/esmini/externals/osg/linux/include/osg/GraphicsCostEstimator: In member function 'osg::CostPair osg::GraphicsCostEstimator::estimateCompileCost(const osg::Geometry*) const':
/tmp/esmini/externals/osg/linux/include/osg/GraphicsCostEstimator:118:71: note: parameter passing for argument of type 'std::pair<double, double>' when C++17 is enabled changed to match C++14 in GCC 10.1
118 | CostPair estimateCompileCost(const osg::Geometry* geometry) const { return _geometryEstimator->estimateCompileCost(geometry); }
| ^
In file included from /tmp/esmini/externals/osg/linux/include/osg/State:33,
from /tmp/esmini/externals/osg/linux/include/osg/RenderInfo:17,
from /tmp/esmini/externals/osg/linux/include/osg/Drawable:21,
from /tmp/esmini/externals/osg/linux/include/osg/Geode:19,
from /tmp/esmini/externals/osg/linux/include/osgGA/EventVisitor:19,
from /tmp/esmini/externals/osg/linux/include/osgViewer/Viewer:18,
from /tmp/esmini/EnvironmentSimulator/Modules/ViewerBase/viewer.hpp:17,
from /tmp/esmini/EnvironmentSimulator/Modules/PlayerBase/playerbase.hpp:28,
from /tmp/esmini/EnvironmentSimulator/Modules/Controllers/Contr
|