CleverRaven / Cataclysm-DDA

Cataclysm - Dark Days Ahead. A turn-based survival game set in a post-apocalyptic world.
http://cataclysmdda.org
Other
10.32k stars 4.14k forks source link

Jenkins is broken #18388

Closed mugling closed 8 years ago

mugling commented 8 years ago

Buildbot is currently struggling:

Caused by: java.io.IOException: No space left on device

Please be aware when submitting PR's that automatic checks including astyle, json-check (game binary) and json-lint-check (linter) are out of action as well as the experimental builds.

In particular modifications to files covered by astyle_whitelist or json_whitelist need checking locally to avoid breakage once this issue is resolved.

Was problematic before/not related to #18349

Zireael07 commented 8 years ago

@narc0tiq? How much space does the buildbot have?

DanmakuDan commented 8 years ago

From yesterday: <Narc0tiq> [08:41:39] (turned out /var/log/mail.log and syslog were about 5 GB each -- on a 28 GB disk; sadly, I just dumped them, so no idea what actually ate all the disk space)

The issue started after #17765 was merged, but that could be coincidence.

Maybe there's some recursion with one of the validating scripts?

ZenZen2 commented 8 years ago

May i ask where i can get the latest version from? because i see you all still work on the Game even if the bot is not working.

mugling commented 8 years ago

Maybe there's some recursion with one of the validating scripts?

Not an unreasonable suggestion but I checked already that the linter changes were pushed after the breakage had already occurred.

mugling commented 8 years ago

May i ask where i can get the latest version from? because i see you all still work on the Game even if the bot is not working.

Most developers compile locally

narc0tiq commented 8 years ago

@narc0tiq? How much space does the buildbot have?

Normally, it looks like this:

[narc@odin ~]% df -h
Filesystem     Type      Size  Used Avail Use% Mounted on
/dev/root      ext3       28G   16G   12G  59% /
devtmpfs       devtmpfs  998M  4.0K  998M   1% /dev
/dev/sdc       ext3       20G  6.1G   14G  32% /var/lib/jenkins

but I misconfigured the mail server and it ate those 12 GB with syslog entries. Fixed now.