| -@gerrit:opendev.org- James E. Blair https://matrix.to/#/@jim:acmegating.com proposed: | 13:37 | |
| - [zuul/zuul] 956507: AWS: implement image copy https://review.opendev.org/c/zuul/zuul/+/956507 | ||
| - [zuul/zuul] 956575: Allow control of upload methods https://review.opendev.org/c/zuul/zuul/+/956575 | ||
| -@gerrit:opendev.org- Szymon Datko proposed: [zuul/zuul] 956580: [dnm] Testing something https://review.opendev.org/c/zuul/zuul/+/956580 | 14:18 | |
| -@gerrit:opendev.org- Szymon Datko proposed: [zuul/zuul] 956580: [dnm] Testing something https://review.opendev.org/c/zuul/zuul/+/956580 | 20:01 | |
| -@gerrit:opendev.org- Szymon Datko proposed: [zuul/zuul] 956580: [dnm] Testing something https://review.opendev.org/c/zuul/zuul/+/956580 | 21:21 | |
| -@gerrit:opendev.org- Zuul merged on behalf of AdriĆ V: [zuul/zuul] 938986: Allow boolean claim rules https://review.opendev.org/c/zuul/zuul/+/938986 | 21:22 | |
| -@gerrit:opendev.org- Szymon Datko proposed: [zuul/zuul] 956580: [dnm] Testing something https://review.opendev.org/c/zuul/zuul/+/956580 | 21:43 | |
| -@gerrit:opendev.org- Szymon Datko proposed: [zuul/zuul] 956580: [dnm] Testing something https://review.opendev.org/c/zuul/zuul/+/956580 | 21:44 | |
| @nerutto:matrix.org | ``` | 22:53 |
|---|---|---|
| @nerutto:matrix.org | ``` | 22:54 |
| 2025-07-09 07:50:59,526 INFO zuul.ExecutorServer: Unregistering due to low disk space 4.9% < 5.0 | ||
| 2025-07-09 07:50:59,677 INFO zuul.ComponentRegistry: Component executor 0a9187222b0a0000000003 updated: {'accepting_work': False, 'allow_unzoned': True, 'hostname': '0a9187222b0a', 'kind': 'executor', 'model_api': 32, 'process_merge_jobs': True, 'state': 'running', 'version': '11.3.0', 'zone': None} | ||
| 2025-07-09 07:57:30,697 WARNING zuul.AnsibleJob: [e: 63dcaa01939649e2b790692348d772f2] [build: 148b7d03fccd400386e0cc8f564c1806] Ansible output exceeds max. line size of 50.0 KiB | ||
| 2025-07-09 07:57:30,814 INFO zuul.AnsibleJob: [e: 63dcaa01939649e2b790692348d772f2] [build: 148b7d03fccd400386e0cc8f564c1806] Early failure in job | ||
| 2025-07-09 07:57:30,930 ERROR zuul.AnsibleJob: [e: 63dcaa01939649e2b790692348d772f2] [build: 148b7d03fccd400386e0cc8f564c1806] Exception while executing job | ||
| 2025-07-09 07:57:30,930 ERROR zuul.AnsibleJob: OSError: [Errno 28] No space left on device | ||
| 2025-07-09 07:57:30,930 ERROR zuul.AnsibleJob: | ||
| ``` | ||
| how to resolve such issues with zuul? | ||
| my host machine has enough disk space. | ||
| @clarkb:matrix.org | Nerutto: that would indicate that the executor is running low on disk space before finally running out of disk space. Then when the job compeltes the data will be cleaned up which can make it look like you have plenty when you look later | 22:56 |
| @clarkb:matrix.org | but chances are you don't actually have enough disk space for the jobs you are running | 22:56 |
| @nerutto:matrix.org | I have enough disk space in the host machine | 23:03 |
| @nerutto:matrix.org | Does that mean I need to clear up some docker cache or the cloned repositories in the zuul executor ? | 23:04 |
| @clarkb:matrix.org | have you checked the specific filesystem that /var/lib/zuul or wherever your zuul workspace is located? The "Unregistering due to low disk space" message is the executor saying "I won't take any more jobs because I've noticed I don't have much disk space left" | 23:05 |
| @clarkb:matrix.org | you need to see how much disk you are actually using. Then if consumption is high determine where it is being spent. Maybe it is log files. Maybe it is docker images. Could be other things too | 23:05 |
| @nerutto:matrix.org | Thanks Clark | 23:06 |
| @nerutto:matrix.org | Let me try | 23:06 |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!