You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-dev@hadoop.apache.org by Akira AJISAKA <aj...@oss.nttdata.co.jp> on 2016/03/10 07:58:36 UTC

Jenkins tests are failing

Hi developers,

I'm seeing Jenkins tests are failing in MapReduce project.

https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/6369/console
https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/6368/console
https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/6367/console

The error messages is:

   /bin/bash: 
/home/jenkins/jenkins-slave/workspace/PreCommit-MAPREDUCE-Build/patchprocess/apache-yetus-*/precommit/test-patch.sh: 
No such file or directory

In other projects (HDFS, Common, YARN), Jenkins tests are executed 
successfully.
What can we do for fixing this failures?

Regards,
Akira

Re: Jenkins tests are failing

Posted by Akira AJISAKA <aj...@oss.nttdata.co.jp>.
Thank you, Sean!

On 3/11/16 03:53, Sean Busbey wrote:
> Hiya!
>
> the MAPREDUCE specific precommit build was missing a directory change
> command. I've added it back in and restarted the jobs you mentioned.
>
> On Wed, Mar 9, 2016 at 10:58 PM, Akira AJISAKA <aj...@oss.nttdata.co.jp>
> wrote:
>
>> Hi developers,
>>
>> I'm seeing Jenkins tests are failing in MapReduce project.
>>
>> https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/6369/console
>> https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/6368/console
>> https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/6367/console
>>
>> The error messages is:
>>
>>    /bin/bash:
>> /home/jenkins/jenkins-slave/workspace/PreCommit-MAPREDUCE-Build/patchprocess/apache-yetus-*/precommit/test-patch.sh:
>> No such file or directory
>>
>> In other projects (HDFS, Common, YARN), Jenkins tests are executed
>> successfully.
>> What can we do for fixing this failures?
>>
>> Regards,
>> Akira
>>
>
>
>


Re: Jenkins tests are failing

Posted by Sean Busbey <bu...@cloudera.com>.
Hiya!

the MAPREDUCE specific precommit build was missing a directory change
command. I've added it back in and restarted the jobs you mentioned.

On Wed, Mar 9, 2016 at 10:58 PM, Akira AJISAKA <aj...@oss.nttdata.co.jp>
wrote:

> Hi developers,
>
> I'm seeing Jenkins tests are failing in MapReduce project.
>
> https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/6369/console
> https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/6368/console
> https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/6367/console
>
> The error messages is:
>
>   /bin/bash:
> /home/jenkins/jenkins-slave/workspace/PreCommit-MAPREDUCE-Build/patchprocess/apache-yetus-*/precommit/test-patch.sh:
> No such file or directory
>
> In other projects (HDFS, Common, YARN), Jenkins tests are executed
> successfully.
> What can we do for fixing this failures?
>
> Regards,
> Akira
>



-- 
busbey