task/internal: ignore systemd-sysusers core file#1628
Merged
Conversation
1 task
40fddc4 to
1fb3e1f
Compare
This is related to dnsmasq. When installing hte kubic podman 3.0.1 packages, Running scriptlet: dnsmasq-2.79-13.el8_3.1.x86_64 14/16 /var/tmp/rpm-tmp.6MFp00: line 5: 9079 Segmentation fault (core dumped) systemd-sysusers - &> /dev/null <<SYSTEMD_INLINE_EOF u dnsmasq - "Dnsmasq DHCP and DNS server" /var/lib/dnsmasq SYSTEMD_INLINE_EOF Installing : dnsmasq-2.79-13.el8_3.1.x86_64 14/16 warning: group dnsmasq does not exist - using root warning: group dnsmasq does not exist - using root warning: group dnsmasq does not exist - using root Running scriptlet: dnsmasq-2.79-13.el8_3.1.x86_64 14/16 /var/tmp/rpm-tmp.pfCGxn: line 3: 9089 Segmentation fault (core dumped) systemd-sysusers &> /dev/null Installing : podman-3.0.1-2.el8.3.2.x86_64 15/16 Installing : podman-plugins-3.0.1-2.el8.3.2.x86_64 16/16 Running scriptlet: container-selinux-2:2.145.0-1.el8.noarch 16/16 Running scriptlet: podman-plugins-3.0.1-2.el8.3.2.x86_64 16/16 /var/tmp/rpm-tmp.bFfmjl: line 6: 11098 Segmentation fault (core dumped) /usr/bin/systemd-sysusers warning: %triggerin(systemd-239-18.el8.x86_64) scriptlet failed, exit status 139 Error in <unknown> scriptlet in rpm package podman-plugins Verifying : dnsmasq-2.79-13.el8_3.1.x86_64 1/16 Nothing to do with us. Signed-off-by: Sage Weil <sage@newdream.net>
1fb3e1f to
79f373c
Compare
Member
Author
jdurgin
approved these changes
Mar 12, 2021
Member
jdurgin
left a comment
There was a problem hiding this comment.
seems reasonable as a workaround for now. btw you can use 'find ... -delete' instead of a loop
Member
|
jenkins retest this please |
Member
|
@susebot test deploy |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is related to dnsmasq. When installing hte kubic podman 3.0.1
packages,
Running scriptlet: dnsmasq-2.79-13.el8_3.1.x86_64 14/16
/var/tmp/rpm-tmp.6MFp00: line 5: 9079 Segmentation fault (core dumped) systemd-sysusers - &> /dev/null <<SYSTEMD_INLINE_EOF
u dnsmasq - "Dnsmasq DHCP and DNS server" /var/lib/dnsmasq
SYSTEMD_INLINE_EOF
Installing : dnsmasq-2.79-13.el8_3.1.x86_64 14/16
warning: group dnsmasq does not exist - using root
warning: group dnsmasq does not exist - using root
warning: group dnsmasq does not exist - using root
Running scriptlet: dnsmasq-2.79-13.el8_3.1.x86_64 14/16
/var/tmp/rpm-tmp.pfCGxn: line 3: 9089 Segmentation fault (core dumped) systemd-sysusers &> /dev/null
Installing : podman-3.0.1-2.el8.3.2.x86_64 15/16
Installing : podman-plugins-3.0.1-2.el8.3.2.x86_64 16/16
Running scriptlet: container-selinux-2:2.145.0-1.el8.noarch 16/16
Running scriptlet: podman-plugins-3.0.1-2.el8.3.2.x86_64 16/16
/var/tmp/rpm-tmp.bFfmjl: line 6: 11098 Segmentation fault (core dumped) /usr/bin/systemd-sysusers
warning: %triggerin(systemd-239-18.el8.x86_64) scriptlet failed, exit status 139
Error in scriptlet in rpm package podman-plugins
Verifying : dnsmasq-2.79-13.el8_3.1.x86_64 1/16
Nothing to do with us.
Signed-off-by: Sage Weil sage@newdream.net