Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
2.3
-
None
Description
Jenkins keeps running out of disk space, which is causing our builds to fail.
Most recently, I'm getting errors very similar to this one, which have all occurred on ubuntu-eu2. The last successful build occurred on H26, but I'm not sure if there's a way to force the build to happen on that machine.
Previously I was getting errors like this one:
[WARNING] Failed to write tracking file /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/maven/plugins/maven-scm-plugin/1.4/_remote.repositories
java.io.IOException: No space left on device
at java.io.RandomAccessFile.writeBytes (Native Method)
at java.io.RandomAccessFile.write (RandomAccessFile.java:512)
Any idea how to proceed?
UPDATE: Here are the most recent build results, from #1593:
[INFO] Apache Any23 ....................................... SUCCESS [ 26.988 s]
[INFO] Apache Any23 :: Base API ........................... SUCCESS [ 12.108 s]
[INFO] Apache Any23 :: Test Resources ..................... SUCCESS [ 12.529 s]
[INFO] Apache Any23 :: CSV Utilities ...................... SUCCESS [ 8.682 s]
[INFO] Apache Any23 :: Mime Type Detection ................ SUCCESS [ 22.280 s]
[INFO] Apache Any23 :: Encoding Detection ................. SUCCESS [ 10.685 s]
[INFO] Apache Any23 :: Core ............................... SUCCESS [ 36.372 s]
[INFO] Apache Any23 :: Plugins :: Office Scraper .......... SUCCESS [ 22.195 s]
[INFO] Apache Any23 :: Plugins :: HTML Scraper ............ SUCCESS [ 17.758 s]
[INFO] Apache Any23 :: CLI ................................ SUCCESS [ 44.642 s]
[INFO] Apache Any23 :: Plugins :: Basic Crawler ........... SUCCESS [01:02 min]
[INFO] Apache Any23 :: Plugins :: OpenIE .................. SUCCESS [ 19.645 s]
[INFO] Apache Any23 :: Plugins :: Integration Test ........ SUCCESS [01:44 min]
[INFO] Apache Any23 :: Service ............................ FAILURE [05:45 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13:52 min
[INFO] Finished at: 2018-07-13T20:37:36Z
[INFO] Final Memory: 102M/3939M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:3.0.0:single (assembly) on project apache-any23-service: Failed to create assembly: Error creating assembly archive server-embedded: Problem creating zip: No space left on device -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :apache-any23-service