containrrr / watchtower

A process for automating Docker container base image updates.
https://containrrr.dev/watchtower/
Apache License 2.0
18.6k stars 834 forks source link

unknown error after kill #2027

Open happyskey opened 5 days ago

happyskey commented 5 days ago

Describe the bug

ubuntu 24.04 update error:

Steps to reproduce

update error

Expected behavior

update error

Screenshots

No response

Environment

Linux ubuntu 6.8.0-45-generic #45-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 30 12:02:04 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux Ubuntu 24.04.1 LTS (GNU/Linux 6.8.0-45-generic x86_64)

Your logs

time="2024-09-17T18:16:15+08:00" level=info msg="Watchtower 1.7.1"
time="2024-09-17T18:16:15+08:00" level=info msg="Using no notifications"
time="2024-09-17T18:16:15+08:00" level=info msg="Only checking containers which name matches \"watchtower\" or \"xiaoya\" or \"xiaoya-emd\" or \"xiaoya-115cleaner\" or \"xiaoyakeeper\""
time="2024-09-17T18:16:15+08:00" level=info msg="Scheduling first run: 2024-09-18 06:00:00 +0800 CST"
time="2024-09-17T18:16:15+08:00" level=info msg="Note that the first check will be performed in 11 hours, 43 minutes, 44 seconds"
time="2024-09-18T06:00:12+08:00" level=info msg="Found new docker.happyskey.fun/xiaoyaliu/alist:latest image (bee7cd28cbfc)"
time="2024-09-18T06:00:28+08:00" level=info msg="Found new docker.happyskey.fun/ddsderek/xiaoya-emd:latest image (76271f668ce4)"
time="2024-09-18T06:00:30+08:00" level=info msg="Stopping /xiaoya-emd (3b1af1d40366) with SIGTERM"
time="2024-09-18T06:00:31+08:00" level=error msg="Error response from daemon: Cannot kill container: 3b1af1d40366df5823ee9dce4b04f6764df2219fe54659cc52dc75fa866a85af: Cannot kill container 3b1af1d40366df5823ee9dce4b04f6764df2219fe54659cc52dc75fa866a85af: unknown error after kill: runc did not terminate successfully: exit status 1: unable to signal init: permission denied\n: unknown"
time="2024-09-18T06:00:31+08:00" level=info msg="Stopping /xiaoya (8c90e9d401bc) with SIGTERM"
time="2024-09-18T06:00:31+08:00" level=error msg="Error response from daemon: Cannot kill container: 8c90e9d401bc9bc72f3708a726c04e936ba5f8c1e8ed9bd58464e9aaf3d4fdce: Cannot kill container 8c90e9d401bc9bc72f3708a726c04e936ba5f8c1e8ed9bd58464e9aaf3d4fdce: unknown error after kill: runc did not terminate successfully: exit status 1: unable to signal init: permission denied\n: unknown"
time="2024-09-18T06:00:31+08:00" level=info msg="Session done" Failed=2 Scanned=5 Updated=0 notify=no
time="2024-09-18T06:11:36+08:00" level=info msg="Waiting for running update to be finished..."

Additional context

No response

github-actions[bot] commented 5 days ago

Hi there! 👋🏼 As you're new to this repo, we'd like to suggest that you read our code of conduct as well as our contribution guidelines. Thanks a bunch for opening your first issue! 🙏