Pei-Tang Huang edited a comment on Bug JENKINS-15439

After upgrading to the debug build, stack traces like Jyrki Puttonen posted appeared:

java.lang.ArrayIndexOutOfBoundsException: Assertion error: failing to load #2147483647 DESC: lo=14,hi=27,pivot=20,size=20 (initial:lo=0,hi=27)

The "builds" directory within the job contains 20 valid build directories plus 7 outdateds (6 of them are empty, and the oldest one contains a "log" file):

+---2011-11-04_16-35-12
|       log
|       
+---2011-11-10_15-19-14
+---2012-02-14_16-46-20
+---2012-02-20_20-03-43
+---2012-02-21_14-21-11
+---2012-02-23_13-06-07
+---2012-02-29_13-02-39
+---2012-10-04_20-34-15
|       build.xml
|       changelog.xml
|       log
|       revision.txt
|       
+---2012-10-04_21-50-35
|       build.xml
|       changelog.xml
|       log
|       revision.txt
|       
+--- and 18 more build seems all valid

I tried to remove some of those builds, all with no luck:

  • Round 1: do nothing to the builds dir (20 valid + 7 outdated)
    Assertion error: failing to load #2147483647 DESC: lo=14,hi=27,pivot=20,size=20 (initial:lo=0,hi=27)
  • Round 2: remove the oldest build which contains only one "log" file (20 valid + 6 outdated)
    Assertion error: failing to load #2147483647 DESC: lo=12,hi=23,pivot=17,size=20 (initial:lo=0,hi=23)
  • Round 3: remove all outdated builds (20 valid)
    Assertion error: failing to load #2147483647 DESC: lo=11,hi=21,pivot=16,size=20 (initial:lo=0,hi=21)
  • Round 4: remove the oldest valid build (19 valid)
    Assertion error: failing to load #2147483647 DESC: lo=11,hi=21,pivot=16,size=20 (initial:lo=0,hi=21)
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to