Replies: 3 comments 4 replies
-
Signal 22 is SIGTTOU which is really weird to see here...my best guess here is that rpm is trying to do an interactive prompt in this scenario for some reason. An even wilder guess is this somehow relates to GPG keys or something? Can you try to describe a more minimal reproducer? Does this occur every time? Have you ever reproduced this manually? |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
The changing signal is definitely odd and smells a bit like UB/corruption of some kind. Worth checking the journal also. |
Beta Was this translation helpful? Give feedback.
-
command:
# rpm-ostree -A --idempotent --allow-inactive -y install $PKG_NAME
logged result:
rpm-ostree version (observed on both):
rpm-ostree-2024.1-2.el9
rpm-ostree-2023.12-1.el9
Additional information:
Occurring in test automation pipeline, where package install phase is in setup stage for the test runner. There were a number of other dependencies installed successfully prior to the error.
Beta Was this translation helpful? Give feedback.
All reactions