CEPH filesystem development
 help / color / mirror / Atom feed
* Jenkins error in running tests ....
@ 2016-02-09  9:25 Willem Jan Withagen
  2016-02-10 11:58 ` kefu chai
  0 siblings, 1 reply; 4+ messages in thread
From: Willem Jan Withagen @ 2016-02-09  9:25 UTC (permalink / raw)
  To: ceph-devel

Hi,

https://jenkins.ceph.com/job/ceph-pull-requests/1261/console

.......
PASS: test/osd/osd-scrub-repair.sh
make[5]: execvp: /bin/sh: Argument list too long
make[5]: *** [test-suite.log] Error 127
make[5]: Leaving directory 
`/home/jenkins-build/build/workspace/ceph-pull-requests/src'
make[4]: *** [check-TESTS] Error 2
make[4]: Leaving directory 
`/home/jenkins-build/build/workspace/ceph-pull-requests/src'
make[3]: *** [check-am] Error 2	

I'm assuming that it is not something I did in my code.
But then again I've been proven wrong....

--WjW

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Jenkins error in running tests ....
  2016-02-09  9:25 Jenkins error in running tests Willem Jan Withagen
@ 2016-02-10 11:58 ` kefu chai
  2016-02-10 12:04   ` Willem Jan Withagen
  0 siblings, 1 reply; 4+ messages in thread
From: kefu chai @ 2016-02-10 11:58 UTC (permalink / raw)
  To: ceph-devel@vger.kernel.org; +Cc: Willem Jan Withagen

On Tue, Feb 9, 2016 at 5:25 PM, Willem Jan Withagen <wjw@digiware.nl> wrote:
> Hi,
>
> https://jenkins.ceph.com/job/ceph-pull-requests/1261/console
>
> .......
> PASS: test/osd/osd-scrub-repair.sh
> make[5]: execvp: /bin/sh: Argument list too long
> make[5]: *** [test-suite.log] Error 127
> make[5]: Leaving directory
> `/home/jenkins-build/build/workspace/ceph-pull-requests/src'
> make[4]: *** [check-TESTS] Error 2
> make[4]: Leaving directory
> `/home/jenkins-build/build/workspace/ceph-pull-requests/src'
> make[3]: *** [check-am] Error 2
>
> I'm assuming that it is not something I did in my code.
> But then again I've been proven wrong....

Willem, seems you are not the only one having this failure in the
jenkins run. i have
the same error in
https://jenkins.ceph.com/job/ceph-pull-requests/1294/console for
my pull request of https://github.com/ceph/ceph/pull/7523 as well.

-- 
Regards
Kefu Chai

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Jenkins error in running tests ....
  2016-02-10 11:58 ` kefu chai
@ 2016-02-10 12:04   ` Willem Jan Withagen
  2016-02-10 14:17     ` Loic Dachary
  0 siblings, 1 reply; 4+ messages in thread
From: Willem Jan Withagen @ 2016-02-10 12:04 UTC (permalink / raw)
  To: kefu chai, ceph-devel@vger.kernel.org

On 10-2-2016 12:58, kefu chai wrote:
> On Tue, Feb 9, 2016 at 5:25 PM, Willem Jan Withagen <wjw@digiware.nl> wrote:
>> Hi,
>>
>> https://jenkins.ceph.com/job/ceph-pull-requests/1261/console
>>
>> .......
>> PASS: test/osd/osd-scrub-repair.sh
>> make[5]: execvp: /bin/sh: Argument list too long
>> make[5]: *** [test-suite.log] Error 127
>> make[5]: Leaving directory
>> `/home/jenkins-build/build/workspace/ceph-pull-requests/src'
>> make[4]: *** [check-TESTS] Error 2
>> make[4]: Leaving directory
>> `/home/jenkins-build/build/workspace/ceph-pull-requests/src'
>> make[3]: *** [check-am] Error 2
>>
>> I'm assuming that it is not something I did in my code.
>> But then again I've been proven wrong....
>
> Willem, seems you are not the only one having this failure in the
> jenkins run. i have
> the same error in
> https://jenkins.ceph.com/job/ceph-pull-requests/1294/console for
> my pull request of https://github.com/ceph/ceph/pull/7523 as well.

Problem is that I cannot reproduce it here. Atleast not thusfar.
And Jenkins has limitted debug possibilities.

So, i guess, it is a sort of catch-22, which needs to be solved by
people with more access to the platform.

--WjW

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Jenkins error in running tests ....
  2016-02-10 12:04   ` Willem Jan Withagen
@ 2016-02-10 14:17     ` Loic Dachary
  0 siblings, 0 replies; 4+ messages in thread
From: Loic Dachary @ 2016-02-10 14:17 UTC (permalink / raw)
  To: Willem Jan Withagen, kefu chai, ceph-devel@vger.kernel.org

I've seen it too. Filed http://tracker.ceph.com/issues/14723

On 10/02/2016 19:04, Willem Jan Withagen wrote:
> 
> https://jenkins.ceph.com/job/ceph-pull-requests/1261/console
> 
> .......
> PASS: test/osd/osd-scrub-repair.sh
> make[5]: execvp: /bin/sh: Argument list too long
> make[5]: *** [test-suite.log] Error 127
> make[5]: Leaving directory
> `/home/jenkins-build/build/workspace/ceph-pull-requests/src'
> make[4]: *** [check-TESTS] Error 2
> make[4]: Leaving directory
> `/home/jenkins-build/build/workspace/ceph-pull-requests/src'
> make[3]: *** [check-am] Error 2
> 
> I'm assuming that it is not something I did in my code.
> But then again I've been proven wrong....

-- 
Loïc Dachary, Artisan Logiciel Libre
--
To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-02-10 14:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-09  9:25 Jenkins error in running tests Willem Jan Withagen
2016-02-10 11:58 ` kefu chai
2016-02-10 12:04   ` Willem Jan Withagen
2016-02-10 14:17     ` Loic Dachary

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox