Tuesday, 2025-08-05

-@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/+/95658014:18
-@gerrit:opendev.org- Szymon Datko proposed: [zuul/zuul] 956580: [dnm] Testing something https://review.opendev.org/c/zuul/zuul/+/95658020:01
-@gerrit:opendev.org- Szymon Datko proposed: [zuul/zuul] 956580: [dnm] Testing something https://review.opendev.org/c/zuul/zuul/+/95658021: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/+/93898621:22
-@gerrit:opendev.org- Szymon Datko proposed: [zuul/zuul] 956580: [dnm] Testing something https://review.opendev.org/c/zuul/zuul/+/95658021:43
-@gerrit:opendev.org- Szymon Datko proposed: [zuul/zuul] 956580: [dnm] Testing something https://review.opendev.org/c/zuul/zuul/+/95658021: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.orgNerutto: 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 later22:56
@clarkb:matrix.orgbut chances are you don't actually have enough disk space for the jobs you are running22:56
@nerutto:matrix.orgI have enough disk space in the host machine23:03
@nerutto:matrix.orgDoes that mean I need to clear up some docker cache or the cloned repositories in the zuul executor ?23:04
@clarkb:matrix.orghave 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.orgyou 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 too23:05
@nerutto:matrix.orgThanks Clark 23:06
@nerutto:matrix.orgLet me try23:06

Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!