CEPH filesystem development
 help / color / mirror / Atom feed
* Help in analyzing Jenkins output
@ 2016-02-14 12:50 Willem Jan Withagen
  2016-02-14 19:46 ` Gregory Farnum
  0 siblings, 1 reply; 3+ messages in thread
From: Willem Jan Withagen @ 2016-02-14 12:50 UTC (permalink / raw)
  To: Ceph Development

I'm having a bit of trouble in finding the actual error in

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

The first few python warning/errors seem harmless, because the tests
are actually run.
Then 'bash -x tests/ceph-disk.sh' is run, which generates a lot of
output. But I'm missing the point where that generates an error.

Could somebody help me point out where the error is that makes this test
fail??

The test ATM fails under FreeBSD because of other errors still in some
of the scripts and programs..
So testing it there doest not even get as far as this point.

Thanx,
--WjW


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

* Re: Help in analyzing Jenkins output
  2016-02-14 12:50 Help in analyzing Jenkins output Willem Jan Withagen
@ 2016-02-14 19:46 ` Gregory Farnum
  2016-02-14 22:07   ` Willem Jan Withagen
  0 siblings, 1 reply; 3+ messages in thread
From: Gregory Farnum @ 2016-02-14 19:46 UTC (permalink / raw)
  To: Willem Jan Withagen; +Cc: Ceph Development

On Sun, Feb 14, 2016 at 4:50 AM, Willem Jan Withagen <wjw@digiware.nl> wrote:
> I'm having a bit of trouble in finding the actual error in
>
> https://jenkins.ceph.com/job/ceph-pull-requests/1419/console
>
> The first few python warning/errors seem harmless, because the tests
> are actually run.
> Then 'bash -x tests/ceph-disk.sh' is run, which generates a lot of
> output. But I'm missing the point where that generates an error.
>
> Could somebody help me point out where the error is that makes this test
> fail??
>
> The test ATM fails under FreeBSD because of other errors still in some
> of the scripts and programs..
> So testing it there doest not even get as far as this point.

Search for "FAIL:" and you get:
> FAIL: ceph-disk/run-tox.sh

and then farther down a big block of output from that test. It's angry
about a bunch of python syntax issues.
There's also what looks like an unexpected network disconnect at the
end; we've been having network troubles and the jenkins bot is failing
intermittently.
-Greg

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

* Re: Help in analyzing Jenkins output
  2016-02-14 19:46 ` Gregory Farnum
@ 2016-02-14 22:07   ` Willem Jan Withagen
  0 siblings, 0 replies; 3+ messages in thread
From: Willem Jan Withagen @ 2016-02-14 22:07 UTC (permalink / raw)
  To: Gregory Farnum; +Cc: Ceph Development

On 14-2-2016 20:46, Gregory Farnum wrote:
> On Sun, Feb 14, 2016 at 4:50 AM, Willem Jan Withagen <wjw@digiware.nl> wrote:
>> I'm having a bit of trouble in finding the actual error in
>>
>> https://jenkins.ceph.com/job/ceph-pull-requests/1419/console
>>
>> The first few python warning/errors seem harmless, because the tests
>> are actually run.
>> Then 'bash -x tests/ceph-disk.sh' is run, which generates a lot of
>> output. But I'm missing the point where that generates an error.
>>
>> Could somebody help me point out where the error is that makes this test
>> fail??
>>
>> The test ATM fails under FreeBSD because of other errors still in some
>> of the scripts and programs..
>> So testing it there doest not even get as far as this point.
> 
> Search for "FAIL:" and you get:
>> FAIL: ceph-disk/run-tox.sh

Yup, run-tox.sh is rather a collection of tests run under tox
supervision. And it ends in running tests/ceph-disks.sh....
I've augmented the script to actually print the status value of the test
executions.
So:
	tests/ceph-disk.sh:386: run:  status=0
tells me that all components are executed and completed successfully.

Still leaving me to wonder why run-tox.sh concludes that there has been
an error....

> and then farther down a big block of output from that test. It's angry
> about a bunch of python syntax issues.
> There's also what looks like an unexpected network disconnect at the
> end; we've been having network troubles and the jenkins bot is failing
> intermittently.

I found the argy puthon murmers, but these do not trigger on my Centos7
platform. Even though they are pressent in the logfiles.

Thanx for helping,
--WjW

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

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

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-14 12:50 Help in analyzing Jenkins output Willem Jan Withagen
2016-02-14 19:46 ` Gregory Farnum
2016-02-14 22:07   ` Willem Jan Withagen

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