Actions
action #132893
closed[alert] failed systemd services on jenkins: jenkins-plugins-update, snapper-cleanup
Start date:
2023-07-17
Due date:
% Done:
0%
Estimated time:
Tags:
Description
Updated by okurz over 1 year ago
- Status changed from In Progress to Feedback
journalctl -u snapper-cleanup
says
Jul 17 03:45:40 jenkins systemd[1]: Started Daily Cleanup of Snapper Snapshots.
Jul 17 03:45:40 jenkins systemd-helper[4418]: running cleanup for 'root'.
Jul 17 03:45:40 jenkins systemd-helper[4418]: running number cleanup for 'root'.
Jul 17 03:45:40 jenkins systemd-helper[4418]: IO Error (.snapshots is not a btrfs subvolume).
Jul 17 03:45:40 jenkins systemd-helper[4418]: number cleanup for 'root' failed.
Jul 17 03:45:40 jenkins systemd-helper[4418]: running timeline cleanup for 'root'.
Jul 17 03:45:40 jenkins systemd-helper[4418]: running empty-pre-post cleanup for 'root'.
Jul 17 03:45:40 jenkins systemd[1]: snapper-cleanup.service: Main process exited, code=exited, status=1/FAILURE
Jul 17 03:45:40 jenkins systemd[1]: snapper-cleanup.service: Failed with result 'exit-code'.
For this I found a report https://www.spinics.net/lists/linux-btrfs/msg74706.html from a user on Tumbleweed but nothing conclusive there. I called systemctl snapper-cleanup && journalctl -f -u snapper-cleanup
but no problem there. Problem can not be reproduced.
jenkins-plugins-update
failed with
Jul 17 03:00:00 jenkins systemd[1]: Started Automatically update jenkins plugins..
Jul 17 03:00:00 jenkins (-plugins)[25014]: jenkins-plugins-update.service: Failed to locate executable /usr/local/bin/update-jenkins-plugins: No such file or directory
Jul 17 03:00:00 jenkins (-plugins)[25014]: jenkins-plugins-update.service: Failed at step EXEC spawning /usr/local/bin/update-jenkins-plugins: No such file or directory
Jul 17 03:00:00 jenkins systemd[1]: jenkins-plugins-update.service: Main process exited, code=exited, status=203/EXEC
Jul 17 03:00:00 jenkins systemd[1]: jenkins-plugins-update.service: Failed with result 'exit-code'.
That should be fixed by https://gitlab.suse.de/openqa/salt-states-openqa/-/merge_requests/919
Updated by livdywan over 1 year ago
okurz wrote:
That should be fixed by https://gitlab.suse.de/openqa/salt-states-openqa/-/merge_requests/919
Merged
Updated by okurz over 1 year ago
- Status changed from Feedback to Resolved
Deployed on jenkins.qa.suse.de and seems to work fine.
Updated by jbaier_cz 8 months ago
- Related to action #158505: Failed systemd services alert for jenkins-plugins-update size:S added
Actions