You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Steve Rowe <sa...@gmail.com> on 2015/06/06 22:09:52 UTC

Jenkins problems with timehints.txt [was: Re: [JENKINS] Lucene-Solr-Tests-5.x-Java7 - Build # 3197 - Still Failing]

> On Jun 6, 2015, at 4:05 PM, Apache Jenkins Server <je...@builds.apache.org> wrote:
> 
> Build: https://builds.apache.org/job/Lucene-Solr-Tests-5.x-Java7/3197/
> 
> No tests ran.
> 
> Build Log:
> [...truncated 161 lines...]
> BUILD FAILED
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/build.xml:536: The following error occurred while executing this line:
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/build.xml:484: The following error occurred while executing this line:
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/build.xml:61: The following error occurred while executing this line:
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/extra-targets.xml:39: The following error occurred while executing this line:
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/lucene/build.xml:50: The following error occurred while executing this line:
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/lucene/common-build.xml:1436: The following error occurred while executing this line:
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/lucene/common-build.xml:991: Could not read or create hints file: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/.caches/test-stats/core/timehints.txt

I’m trying to restart jobs on ASF Jenkins, and Subversion seems to be working fine, but the timehints.txt file is causing trouble that I don’t understand.

There’s enough space on the device:

    $ df -k /x1
    Filesystem     1K-blocks     Used Available Use% Mounted on
    /dev/sdb1       82437808 49183712  29043460  63% /x1

I can read the file, and the jenkins user owns it, so I don’t understand what’s happening:

    $ ls -l /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/.caches/test-stats/core/timehints.txt
    -rw-rw-r-- 1 jenkins jenkins 49152 Jun  3 13:34 /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/.caches/test-stats/core/timehints.txt

Uwe?  Dawid?


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


Re: Jenkins problems with timehints.txt [was: Re: [JENKINS] Lucene-Solr-Tests-5.x-Java7 - Build # 3197 - Still Failing]

Posted by Steve Rowe <sa...@gmail.com>.
Thanks, I nuked it.

> On Jun 6, 2015, at 4:12 PM, Uwe Schindler <uw...@thetaphi.de> wrote:
> 
> I would nuke workspace through UI. Maybe build was killed while writing file. 
> 
> Uwe
> 
> Am 6. Juni 2015 22:09:52 MESZ, schrieb Steve Rowe <sa...@gmail.com>:
> 
>  On Jun 6, 2015, at 4:05 PM, Apache Jenkins Server <je...@builds.apache.org> wrote:
>  
>  Build: https://builds.apache.org/job/Lucene-Solr-Tests-5.x-Java7/3197/
>  
>  No tests ran.
>  
>  Build Log:
>  [...truncated 161 lines...]
>  BUILD FAILED
>  /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/build.xml:536: The following error occurred while executing this line:
>  /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/build.xml:484: The following error occurred while executing this line:
>  /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/build.xml:61: The following error occurred while executing this line:
> 
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/extra-targets.xml:39: The following error occurred while executing this line:
> 
>  /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/lucene/build.xml:50: The following error occurred while executing this line:
>  /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/lucene/common-build.xml:1436: The following error occurred while executing this line:
>  /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/lucene/common-build.xml:991: Could not read or create hints file: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/.caches/test-stats/core/timehints.txt
> 
> I’m trying to restart jobs on ASF Jenkins, and Subversion seems to be working fine, but the timehints.txt file is causing trouble that I don’t understand.
> 
> There’s enough space on the device:
> 
>     $ df -k /x1
>     Filesystem     1K-blocks     Used Available
> Use% Mounted on
> 
>     /dev/sdb1       82437808 49183712  29043460  63% /x1
> 
> I can read the file, and the jenkins user owns it, so I don’t understand what’s happening:
> 
>     $ ls -l /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/.caches/test-stats/core/timehints.txt
>     -rw-rw-r-- 1 jenkins jenkins 49152 Jun  3 13:34 /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/.caches/test-stats/core/timehints.txt
> 
> Uwe?  Dawid?
> 
> 
> 
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
> 
> 
> --
> Uwe Schindler
> H.-H.-Meier-Allee 63, 28213 Bremen
> http://www.thetaphi.de


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


Re: Jenkins problems with timehints.txt [was: Re: [JENKINS] Lucene-Solr-Tests-5.x-Java7 - Build # 3197 - Still Failing]

Posted by Uwe Schindler <uw...@thetaphi.de>.
I would nuke workspace through UI. Maybe build was killed while writing file. 

Uwe

Am 6. Juni 2015 22:09:52 MESZ, schrieb Steve Rowe <sa...@gmail.com>:
>
>> On Jun 6, 2015, at 4:05 PM, Apache Jenkins Server
><je...@builds.apache.org> wrote:
>> 
>> Build:
>https://builds.apache.org/job/Lucene-Solr-Tests-5.x-Java7/3197/
>> 
>> No tests ran.
>> 
>> Build Log:
>> [...truncated 161 lines...]
>> BUILD FAILED
>>
>/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/build.xml:536:
>The following error occurred while executing this line:
>>
>/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/build.xml:484:
>The following error occurred while executing this line:
>>
>/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/build.xml:61:
>The following error occurred while executing this line:
>>
>/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/extra-targets.xml:39:
>The following error occurred while executing this line:
>>
>/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/lucene/build.xml:50:
>The following error occurred while executing this line:
>>
>/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/lucene/common-build.xml:1436:
>The following error occurred while executing this line:
>>
>/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/lucene/common-build.xml:991:
>Could not read or create hints file:
>/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/.caches/test-stats/core/timehints.txt
>
>I’m trying to restart jobs on ASF Jenkins, and Subversion seems to be
>working fine, but the timehints.txt file is causing trouble that I
>don’t understand.
>
>There’s enough space on the device:
>
>    $ df -k /x1
>    Filesystem     1K-blocks     Used Available Use% Mounted on
>    /dev/sdb1       82437808 49183712  29043460  63% /x1
>
>I can read the file, and the jenkins user owns it, so I don’t
>understand what’s happening:
>
>$ ls -l
>/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/.caches/test-stats/core/timehints.txt
>-rw-rw-r-- 1 jenkins jenkins 49152 Jun  3 13:34
>/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/.caches/test-stats/core/timehints.txt
>
>Uwe?  Dawid?
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
>For additional commands, e-mail: dev-help@lucene.apache.org

--
Uwe Schindler
H.-H.-Meier-Allee 63, 28213 Bremen
http://www.thetaphi.de