Actions
action #99126
closedos-autoinst CI GHA fails with weird C++ error?
Description
Observation¶
E.g. in https://github.com/os-autoinst/os-autoinst/pull/1780/checks?check_run_id=3689856996 from https://github.com/os-autoinst/os-autoinst/pull/1780 but also https://github.com/os-autoinst/os-autoinst/pull/1781/checks?check_run_id=3690403474 from https://github.com/os-autoinst/os-autoinst/pull/1781
terminate called after throwing an instance of 'std::system_error'
what(): Operation not permitted
terminate called after throwing an instance of 'std::system_error'
what(): Operation not permitted
./tools/install-new-deps.sh: line 21: 14 Aborted sudo zypper --no-refresh install -y -C "${DEPS[@]}"
Problem¶
Trying podman run --pull=always --rm -it --entrypoint '' registry.opensuse.org/devel/openqa/containers/os-autoinst_dev /bin/bash -c /bin/true
locally works fine. So I doubt the current container image is broken.
Actions