You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2017/07/21 04:01:08 UTC

Build failed in Jenkins: httpcomponents-client-5.x #111

See <https://builds.apache.org/job/httpcomponents-client-5.x/111/display/redirect?page=changes>

Changes:

[ggregory] [HTTPASYNC-124] Add doPrivileged blocks to async client and connection

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on windows-2012-2 (Windows) in workspace <https://builds.apache.org/job/httpcomponents-client-5.x/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/httpcomponents-client.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/httpcomponents-client.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/httpcomponents-client.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse "refs/remotes/origin/master^{commit}" # timeout=10
 > git rev-parse "refs/remotes/origin/origin/master^{commit}" # timeout=10
Checking out Revision 49d5898da140199b6ddf94274542ea0e8cafa5cf (refs/remotes/origin/master)
Commit message: "[HTTPASYNC-124] Add doPrivileged blocks to async client and connection manager builders. Refactor common code."
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 49d5898da140199b6ddf94274542ea0e8cafa5cf
 > git rev-list db776b53bb60135bf1c96f9d5edfbe5e6a2217d6 # timeout=10
ERROR: Maven Home \home\jenkins\tools\maven\apache-maven-3.3.9 doesnt exist


Re: [Fwd: Build failed in Jenkins: httpcomponents-client-5.x #113]

Posted by sebb <se...@gmail.com>.
It looks like one has to select Maven 3.3.9 (Windows) to get it to run OK.

Maven 3 latest should work on both but is currently 3.5.0

On 1 August 2017 at 13:16, sebb <se...@gmail.com> wrote:
> I've just tried forcing the build to use ubuntu; that has fixed the Maven issue.
>
> Looks like windows-2012-2 does not have the correct Maven setup.
>
> I'll raise a JIRA
>
> On 1 August 2017 at 11:44, sebb <se...@gmail.com> wrote:
>> On 1 August 2017 at 11:32, Oleg Kalnichevski <ol...@apache.org> wrote:
>>> Folks
>>>
>>> Could you please help me deal with a build failure I am seeing. It
>>> appears to be related to Maven 3.3.9 not being at the expected
>>> location. The problem looks non-intermittent. However all other build
>>> jobs that make use of Maven 3.3.9 run just fine.
>>>
>>> Please help me understand if this is a mis-configuration on my part or
>>> a mis-configured node the build job keeps on hitting over and over
>>> again.
>>>
>>> Thank you in advance
>>>
>>> Oleg
>>>
>>> -------- Forwarded Message --------
>>> From: Apache Jenkins Server <je...@builds.apache.org>
>>> Reply-to: "HttpComponents Project" <de...@hc.apache.org>
>>> To: commits@hc.apache.org
>>> Subject: Build failed in Jenkins: httpcomponents-client-5.x #113
>>> Date: Tue, 1 Aug 2017 10:00:18 +0000 (UTC)
>>>
>>> See <https://builds.apache.org/job/httpcomponents-client-5.x/113/displa
>>> y/redirect>
>>>
>>> ------------------------------------------
>>> Started by user olegk
>>> [EnvInject] - Loading node environment variables.
>>> Building remotely on windows-2012-2 (Windows) in workspace <https://bui
>>> lds.apache.org/job/httpcomponents-client-5.x/ws/>
>>>  > git rev-parse --is-inside-work-tree # timeout=10
>>> Fetching changes from the remote Git repository
>>>  > git config remote.origin.url https://git-wip-us.apache.org/repos/asf
>>> /httpcomponents-client.git # timeout=10
>>> Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/
>>> httpcomponents-client.git
>>>  > git --version # timeout=10
>>>  > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/
>>> httpcomponents-client.git +refs/heads/*:refs/remotes/origin/*
>>>  > git rev-parse "refs/remotes/origin/master^{commit}" # timeout=10
>>>  > git rev-parse "refs/remotes/origin/origin/master^{commit}" #
>>> timeout=10
>>> Checking out Revision 888cefb7cd39cff379321096e1c2519d6adbe93c
>>> (refs/remotes/origin/master)
>>> Commit message: "[HTTPCLIENT-1858] Clone some code from Log4j 2 to
>>> cache a StringBuilder in a ThreadLocal. Update to use the
>>> StringBuilder's capacity instead of its length to measure upper bound."
>>>  > git config core.sparsecheckout # timeout=10
>>>  > git checkout -f 888cefb7cd39cff379321096e1c2519d6adbe93c
>>>  > git rev-list 888cefb7cd39cff379321096e1c2519d6adbe93c # timeout=10
>>> ERROR: Maven Home \home\jenkins\tools\maven\apache-maven-3.3.9 doesnt
>>> exist
>>
>> The Maven installation matrix is here:
>>
>> https://cwiki.apache.org/confluence/display/INFRA/Maven+Installation+Matrix
>>
>> so there should be a 3.3.9 on Windows.
>>
>> I think fixing this probably needs INFRA help as the config does not
>> seem to do anything unusual that might cause this.

Re: [Fwd: Build failed in Jenkins: httpcomponents-client-5.x #113]

Posted by sebb <se...@gmail.com>.
I've just tried forcing the build to use ubuntu; that has fixed the Maven issue.

Looks like windows-2012-2 does not have the correct Maven setup.

I'll raise a JIRA

On 1 August 2017 at 11:44, sebb <se...@gmail.com> wrote:
> On 1 August 2017 at 11:32, Oleg Kalnichevski <ol...@apache.org> wrote:
>> Folks
>>
>> Could you please help me deal with a build failure I am seeing. It
>> appears to be related to Maven 3.3.9 not being at the expected
>> location. The problem looks non-intermittent. However all other build
>> jobs that make use of Maven 3.3.9 run just fine.
>>
>> Please help me understand if this is a mis-configuration on my part or
>> a mis-configured node the build job keeps on hitting over and over
>> again.
>>
>> Thank you in advance
>>
>> Oleg
>>
>> -------- Forwarded Message --------
>> From: Apache Jenkins Server <je...@builds.apache.org>
>> Reply-to: "HttpComponents Project" <de...@hc.apache.org>
>> To: commits@hc.apache.org
>> Subject: Build failed in Jenkins: httpcomponents-client-5.x #113
>> Date: Tue, 1 Aug 2017 10:00:18 +0000 (UTC)
>>
>> See <https://builds.apache.org/job/httpcomponents-client-5.x/113/displa
>> y/redirect>
>>
>> ------------------------------------------
>> Started by user olegk
>> [EnvInject] - Loading node environment variables.
>> Building remotely on windows-2012-2 (Windows) in workspace <https://bui
>> lds.apache.org/job/httpcomponents-client-5.x/ws/>
>>  > git rev-parse --is-inside-work-tree # timeout=10
>> Fetching changes from the remote Git repository
>>  > git config remote.origin.url https://git-wip-us.apache.org/repos/asf
>> /httpcomponents-client.git # timeout=10
>> Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/
>> httpcomponents-client.git
>>  > git --version # timeout=10
>>  > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/
>> httpcomponents-client.git +refs/heads/*:refs/remotes/origin/*
>>  > git rev-parse "refs/remotes/origin/master^{commit}" # timeout=10
>>  > git rev-parse "refs/remotes/origin/origin/master^{commit}" #
>> timeout=10
>> Checking out Revision 888cefb7cd39cff379321096e1c2519d6adbe93c
>> (refs/remotes/origin/master)
>> Commit message: "[HTTPCLIENT-1858] Clone some code from Log4j 2 to
>> cache a StringBuilder in a ThreadLocal. Update to use the
>> StringBuilder's capacity instead of its length to measure upper bound."
>>  > git config core.sparsecheckout # timeout=10
>>  > git checkout -f 888cefb7cd39cff379321096e1c2519d6adbe93c
>>  > git rev-list 888cefb7cd39cff379321096e1c2519d6adbe93c # timeout=10
>> ERROR: Maven Home \home\jenkins\tools\maven\apache-maven-3.3.9 doesnt
>> exist
>
> The Maven installation matrix is here:
>
> https://cwiki.apache.org/confluence/display/INFRA/Maven+Installation+Matrix
>
> so there should be a 3.3.9 on Windows.
>
> I think fixing this probably needs INFRA help as the config does not
> seem to do anything unusual that might cause this.

Re: [Fwd: Build failed in Jenkins: httpcomponents-client-5.x #113]

Posted by sebb <se...@gmail.com>.
On 1 August 2017 at 11:32, Oleg Kalnichevski <ol...@apache.org> wrote:
> Folks
>
> Could you please help me deal with a build failure I am seeing. It
> appears to be related to Maven 3.3.9 not being at the expected
> location. The problem looks non-intermittent. However all other build
> jobs that make use of Maven 3.3.9 run just fine.
>
> Please help me understand if this is a mis-configuration on my part or
> a mis-configured node the build job keeps on hitting over and over
> again.
>
> Thank you in advance
>
> Oleg
>
> -------- Forwarded Message --------
> From: Apache Jenkins Server <je...@builds.apache.org>
> Reply-to: "HttpComponents Project" <de...@hc.apache.org>
> To: commits@hc.apache.org
> Subject: Build failed in Jenkins: httpcomponents-client-5.x #113
> Date: Tue, 1 Aug 2017 10:00:18 +0000 (UTC)
>
> See <https://builds.apache.org/job/httpcomponents-client-5.x/113/displa
> y/redirect>
>
> ------------------------------------------
> Started by user olegk
> [EnvInject] - Loading node environment variables.
> Building remotely on windows-2012-2 (Windows) in workspace <https://bui
> lds.apache.org/job/httpcomponents-client-5.x/ws/>
>  > git rev-parse --is-inside-work-tree # timeout=10
> Fetching changes from the remote Git repository
>  > git config remote.origin.url https://git-wip-us.apache.org/repos/asf
> /httpcomponents-client.git # timeout=10
> Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/
> httpcomponents-client.git
>  > git --version # timeout=10
>  > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/
> httpcomponents-client.git +refs/heads/*:refs/remotes/origin/*
>  > git rev-parse "refs/remotes/origin/master^{commit}" # timeout=10
>  > git rev-parse "refs/remotes/origin/origin/master^{commit}" #
> timeout=10
> Checking out Revision 888cefb7cd39cff379321096e1c2519d6adbe93c
> (refs/remotes/origin/master)
> Commit message: "[HTTPCLIENT-1858] Clone some code from Log4j 2 to
> cache a StringBuilder in a ThreadLocal. Update to use the
> StringBuilder's capacity instead of its length to measure upper bound."
>  > git config core.sparsecheckout # timeout=10
>  > git checkout -f 888cefb7cd39cff379321096e1c2519d6adbe93c
>  > git rev-list 888cefb7cd39cff379321096e1c2519d6adbe93c # timeout=10
> ERROR: Maven Home \home\jenkins\tools\maven\apache-maven-3.3.9 doesnt
> exist

The Maven installation matrix is here:

https://cwiki.apache.org/confluence/display/INFRA/Maven+Installation+Matrix

so there should be a 3.3.9 on Windows.

I think fixing this probably needs INFRA help as the config does not
seem to do anything unusual that might cause this.

[Fwd: Build failed in Jenkins: httpcomponents-client-5.x #113]

Posted by Oleg Kalnichevski <ol...@apache.org>.
Folks

Could you please help me deal with a build failure I am seeing. It
appears to be related to Maven 3.3.9 not being at the expected
location. The problem looks non-intermittent. However all other build
jobs that make use of Maven 3.3.9 run just fine. 

Please help me understand if this is a mis-configuration on my part or
a mis-configured node the build job keeps on hitting over and over
again.  

Thank you in advance

Oleg

-------- Forwarded Message --------
From: Apache Jenkins Server <je...@builds.apache.org>
Reply-to: "HttpComponents Project" <de...@hc.apache.org>
To: commits@hc.apache.org
Subject: Build failed in Jenkins: httpcomponents-client-5.x #113
Date: Tue, 1 Aug 2017 10:00:18 +0000 (UTC)

See <https://builds.apache.org/job/httpcomponents-client-5.x/113/displa
y/redirect>

------------------------------------------
Started by user olegk
[EnvInject] - Loading node environment variables.
Building remotely on windows-2012-2 (Windows) in workspace <https://bui
lds.apache.org/job/httpcomponents-client-5.x/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf
/httpcomponents-client.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/
httpcomponents-client.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/
httpcomponents-client.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse "refs/remotes/origin/master^{commit}" # timeout=10
 > git rev-parse "refs/remotes/origin/origin/master^{commit}" #
timeout=10
Checking out Revision 888cefb7cd39cff379321096e1c2519d6adbe93c
(refs/remotes/origin/master)
Commit message: "[HTTPCLIENT-1858] Clone some code from Log4j 2 to
cache a StringBuilder in a ThreadLocal. Update to use the
StringBuilder's capacity instead of its length to measure upper bound."
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 888cefb7cd39cff379321096e1c2519d6adbe93c
 > git rev-list 888cefb7cd39cff379321096e1c2519d6adbe93c # timeout=10
ERROR: Maven Home \home\jenkins\tools\maven\apache-maven-3.3.9 doesnt
exist


Jenkins build is back to normal : httpcomponents-client-5.x #116

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/httpcomponents-client-5.x/116/display/redirect>


Build failed in Jenkins: httpcomponents-client-5.x #115

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/httpcomponents-client-5.x/115/display/redirect>

------------------------------------------
Started by user sebb
[EnvInject] - Loading node environment variables.
Building remotely on windows-2012-2 (Windows) in workspace <https://builds.apache.org/job/httpcomponents-client-5.x/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/httpcomponents-client.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/httpcomponents-client.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/httpcomponents-client.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse "refs/remotes/origin/master^{commit}" # timeout=10
 > git rev-parse "refs/remotes/origin/origin/master^{commit}" # timeout=10
Checking out Revision 888cefb7cd39cff379321096e1c2519d6adbe93c (refs/remotes/origin/master)
Commit message: "[HTTPCLIENT-1858] Clone some code from Log4j 2 to cache a StringBuilder in a ThreadLocal. Update to use the StringBuilder's capacity instead of its length to measure upper bound."
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 888cefb7cd39cff379321096e1c2519d6adbe93c
 > git rev-list 888cefb7cd39cff379321096e1c2519d6adbe93c # timeout=10
ERROR: Maven Home \home\jenkins\tools\maven\apache-maven-3.3.9 doesnt exist


Build failed in Jenkins: httpcomponents-client-5.x #114

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/httpcomponents-client-5.x/114/display/redirect>

------------------------------------------
Started by user olegk
[EnvInject] - Loading node environment variables.
Building remotely on windows-2012-2 (Windows) in workspace <https://builds.apache.org/job/httpcomponents-client-5.x/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/httpcomponents-client.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/httpcomponents-client.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/httpcomponents-client.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse "refs/remotes/origin/master^{commit}" # timeout=10
 > git rev-parse "refs/remotes/origin/origin/master^{commit}" # timeout=10
Checking out Revision 888cefb7cd39cff379321096e1c2519d6adbe93c (refs/remotes/origin/master)
Commit message: "[HTTPCLIENT-1858] Clone some code from Log4j 2 to cache a StringBuilder in a ThreadLocal. Update to use the StringBuilder's capacity instead of its length to measure upper bound."
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 888cefb7cd39cff379321096e1c2519d6adbe93c
 > git rev-list 888cefb7cd39cff379321096e1c2519d6adbe93c # timeout=10
ERROR: Maven Home \home\jenkins\tools\maven\apache-maven-3.3.9 doesnt exist


Build failed in Jenkins: httpcomponents-client-5.x #113

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/httpcomponents-client-5.x/113/display/redirect>

------------------------------------------
Started by user olegk
[EnvInject] - Loading node environment variables.
Building remotely on windows-2012-2 (Windows) in workspace <https://builds.apache.org/job/httpcomponents-client-5.x/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/httpcomponents-client.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/httpcomponents-client.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/httpcomponents-client.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse "refs/remotes/origin/master^{commit}" # timeout=10
 > git rev-parse "refs/remotes/origin/origin/master^{commit}" # timeout=10
Checking out Revision 888cefb7cd39cff379321096e1c2519d6adbe93c (refs/remotes/origin/master)
Commit message: "[HTTPCLIENT-1858] Clone some code from Log4j 2 to cache a StringBuilder in a ThreadLocal. Update to use the StringBuilder's capacity instead of its length to measure upper bound."
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 888cefb7cd39cff379321096e1c2519d6adbe93c
 > git rev-list 888cefb7cd39cff379321096e1c2519d6adbe93c # timeout=10
ERROR: Maven Home \home\jenkins\tools\maven\apache-maven-3.3.9 doesnt exist


Build failed in Jenkins: httpcomponents-client-5.x #112

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/httpcomponents-client-5.x/112/display/redirect?page=changes>

Changes:

[ggregory] [HTTPCLIENT-1858] Clone some code from Log4j 2 to cache a StringBuilder

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on windows-2012-2 (Windows) in workspace <https://builds.apache.org/job/httpcomponents-client-5.x/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/httpcomponents-client.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/httpcomponents-client.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/httpcomponents-client.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse "refs/remotes/origin/master^{commit}" # timeout=10
 > git rev-parse "refs/remotes/origin/origin/master^{commit}" # timeout=10
Checking out Revision 888cefb7cd39cff379321096e1c2519d6adbe93c (refs/remotes/origin/master)
Commit message: "[HTTPCLIENT-1858] Clone some code from Log4j 2 to cache a StringBuilder in a ThreadLocal. Update to use the StringBuilder's capacity instead of its length to measure upper bound."
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 888cefb7cd39cff379321096e1c2519d6adbe93c
 > git rev-list 49d5898da140199b6ddf94274542ea0e8cafa5cf # timeout=10
ERROR: Maven Home \home\jenkins\tools\maven\apache-maven-3.3.9 doesnt exist