Re: [vpp-dev] Build jobs failure with No problems were identified. If you know why this problem occurred, please add a suitable Cause for it.

2020-02-06 Thread Nathan Skrzypczak
Hmmm, seems I spoke too quickly,
I re-did the tests and, I reproduced the issue with your patch but not the
commit before.
Good luck with the debugging

Cheers

Nathan

Le jeu. 6 févr. 2020 à 14:29, Nathan Skrzypczak via Lists.Fd.Io
 a écrit :

> Hi Shiva,
>
> Thanks for investigating this issue.
> It's quite annoying and has been lurking around for quite some time
> (mostly on arm afaik), but I've never been able to reproduce it locally.
> I've been running make test TEST=test_quic.QUICEchoIntTransferTestCase on
> both x86 and arm instances, but the test passes.
>
> What is the setup you're running on ? If you happen to have a trace to
> share, I can try giving it a look.
>
> Cheers
>
> Nathan
>
>
> Le lun. 3 févr. 2020 à 20:47, Shiva Shankar 
> a écrit :
>
>> Hi Klement Sekera,
>> Thank you for your inputs.
>>
>> I am able to reproduce the issue at my end, I will look into it.
>>
>>
>> ==
>> ERROR: test_quic_int_transfer (test_quic.QUICEchoIntTransferTestCase)
>>
>> --
>> Traceback (most recent call last):
>>   File "/home/shiva/vpp/build-root/build-test/src/test_quic.py", line
>> 143, in test_quic_int_transfer
>> self.client("no-output", "mbytes", "2")
>>   File "/home/shiva/vpp/build-root/build-test/src/test_quic.py", line
>> 133, in client
>> (self.client_args, ' '.join(args)))
>>   ..
>>   File "/home/shiva/vpp/src/vpp-api/python/vpp_papi/vpp_papi.py", line
>> 748, in read_blocking
>> msg = self.transport.read(timeout=timeout)
>>   File
>> "/home/shiva/vpp/src/vpp-api/python/vpp_papi/vpp_transport_shmem.py", line
>> 129, in read
>> raise VppTransportShmemIOError(rv, strerror)
>> vpp_papi.vpp_transport_shmem.VppTransportShmemIOError: [Errno -1]
>> vac_read failed.  It is likely that VPP died.
>>
>> Thanks
>> Shiva
>>
>>
>> On Mon, Feb 3, 2020 at 7:20 PM Klement Sekera -X (ksekera - PANTHEON TECH
>> SRO at Cisco)  wrote:
>>
>>> Hi
>>>
>>> Click the first link -> console output -> show all
>>>
>>> You’ll see test failures.
>>>
>>> You can run locally these tests by invoking “make test”.
>>>
>>> Once fixed, reupload your change.
>>>
>>> HTH..Klement
>>>
>>> > On 3 Feb 2020, at 14:44, Shiva Shankar 
>>> wrote:
>>> >
>>> > Hi everyone,
>>> > I am seeing below error messages during job execution. Any inputs on
>>> error message? Issued "recheck" multiple times, but no luck.
>>> >
>>> > fd.io JJB
>>> >
>>> > Patch Set 1:
>>> >
>>> > Build Failed
>>> >
>>> > https://jenkins.fd.io/job/vpp-verify-master-ubuntu1804/1947/ : FAILURE
>>> >
>>> > No problems were identified. If you know why this problem occurred,
>>> please add a suitable Cause for it. (
>>> https://jenkins.fd.io/job/vpp-verify-master-ubuntu1804/1947/ )
>>> >
>>> > Logs:
>>> https://logs.fd.io/production/vex-yul-rot-jenkins-1/vpp-verify-master-ubuntu1804/1947
>>>
>>> >
>>> > Thanks
>>> > Shiva
>>> >
>>>
>>>
>> 
>
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#15355): https://lists.fd.io/g/vpp-dev/message/15355
Mute This Topic: https://lists.fd.io/mt/70946353/21656
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [vpp-dev] Build jobs failure with No problems were identified. If you know why this problem occurred, please add a suitable Cause for it.

2020-02-06 Thread Nathan Skrzypczak
Hi Shiva,

Thanks for investigating this issue.
It's quite annoying and has been lurking around for quite some time (mostly
on arm afaik), but I've never been able to reproduce it locally.
I've been running make test TEST=test_quic.QUICEchoIntTransferTestCase on
both x86 and arm instances, but the test passes.

What is the setup you're running on ? If you happen to have a trace to
share, I can try giving it a look.

Cheers

Nathan


Le lun. 3 févr. 2020 à 20:47, Shiva Shankar  a
écrit :

> Hi Klement Sekera,
> Thank you for your inputs.
>
> I am able to reproduce the issue at my end, I will look into it.
>
>
> ==
> ERROR: test_quic_int_transfer (test_quic.QUICEchoIntTransferTestCase)
>
> --
> Traceback (most recent call last):
>   File "/home/shiva/vpp/build-root/build-test/src/test_quic.py", line 143,
> in test_quic_int_transfer
> self.client("no-output", "mbytes", "2")
>   File "/home/shiva/vpp/build-root/build-test/src/test_quic.py", line 133,
> in client
> (self.client_args, ' '.join(args)))
>   ..
>   File "/home/shiva/vpp/src/vpp-api/python/vpp_papi/vpp_papi.py", line
> 748, in read_blocking
> msg = self.transport.read(timeout=timeout)
>   File
> "/home/shiva/vpp/src/vpp-api/python/vpp_papi/vpp_transport_shmem.py", line
> 129, in read
> raise VppTransportShmemIOError(rv, strerror)
> vpp_papi.vpp_transport_shmem.VppTransportShmemIOError: [Errno -1] vac_read
> failed.  It is likely that VPP died.
>
> Thanks
> Shiva
>
>
> On Mon, Feb 3, 2020 at 7:20 PM Klement Sekera -X (ksekera - PANTHEON TECH
> SRO at Cisco)  wrote:
>
>> Hi
>>
>> Click the first link -> console output -> show all
>>
>> You’ll see test failures.
>>
>> You can run locally these tests by invoking “make test”.
>>
>> Once fixed, reupload your change.
>>
>> HTH..Klement
>>
>> > On 3 Feb 2020, at 14:44, Shiva Shankar 
>> wrote:
>> >
>> > Hi everyone,
>> > I am seeing below error messages during job execution. Any inputs on
>> error message? Issued "recheck" multiple times, but no luck.
>> >
>> > fd.io JJB
>> >
>> > Patch Set 1:
>> >
>> > Build Failed
>> >
>> > https://jenkins.fd.io/job/vpp-verify-master-ubuntu1804/1947/ : FAILURE
>> >
>> > No problems were identified. If you know why this problem occurred,
>> please add a suitable Cause for it. (
>> https://jenkins.fd.io/job/vpp-verify-master-ubuntu1804/1947/ )
>> >
>> > Logs:
>> https://logs.fd.io/production/vex-yul-rot-jenkins-1/vpp-verify-master-ubuntu1804/1947
>>
>> >
>> > Thanks
>> > Shiva
>> >
>>
>> 
>
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#15353): https://lists.fd.io/g/vpp-dev/message/15353
Mute This Topic: https://lists.fd.io/mt/70946353/21656
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [vpp-dev] Build jobs failure with No problems were identified. If you know why this problem occurred, please add a suitable Cause for it.

2020-02-03 Thread Shiva Shankar
Hi Klement Sekera,
Thank you for your inputs.

I am able to reproduce the issue at my end, I will look into it.

==
ERROR: test_quic_int_transfer (test_quic.QUICEchoIntTransferTestCase)
--
Traceback (most recent call last):
  File "/home/shiva/vpp/build-root/build-test/src/test_quic.py", line 143,
in test_quic_int_transfer
self.client("no-output", "mbytes", "2")
  File "/home/shiva/vpp/build-root/build-test/src/test_quic.py", line 133,
in client
(self.client_args, ' '.join(args)))
  ..
  File "/home/shiva/vpp/src/vpp-api/python/vpp_papi/vpp_papi.py", line 748,
in read_blocking
msg = self.transport.read(timeout=timeout)
  File
"/home/shiva/vpp/src/vpp-api/python/vpp_papi/vpp_transport_shmem.py", line
129, in read
raise VppTransportShmemIOError(rv, strerror)
vpp_papi.vpp_transport_shmem.VppTransportShmemIOError: [Errno -1] vac_read
failed.  It is likely that VPP died.

Thanks
Shiva


On Mon, Feb 3, 2020 at 7:20 PM Klement Sekera -X (ksekera - PANTHEON TECH
SRO at Cisco)  wrote:

> Hi
>
> Click the first link -> console output -> show all
>
> You’ll see test failures.
>
> You can run locally these tests by invoking “make test”.
>
> Once fixed, reupload your change.
>
> HTH..Klement
>
> > On 3 Feb 2020, at 14:44, Shiva Shankar 
> wrote:
> >
> > Hi everyone,
> > I am seeing below error messages during job execution. Any inputs on
> error message? Issued "recheck" multiple times, but no luck.
> >
> > fd.io JJB
> >
> > Patch Set 1:
> >
> > Build Failed
> >
> > https://jenkins.fd.io/job/vpp-verify-master-ubuntu1804/1947/ : FAILURE
> >
> > No problems were identified. If you know why this problem occurred,
> please add a suitable Cause for it. (
> https://jenkins.fd.io/job/vpp-verify-master-ubuntu1804/1947/ )
> >
> > Logs:
> https://logs.fd.io/production/vex-yul-rot-jenkins-1/vpp-verify-master-ubuntu1804/1947
>
> >
> > Thanks
> > Shiva
> > 
>
>
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#15318): https://lists.fd.io/g/vpp-dev/message/15318
Mute This Topic: https://lists.fd.io/mt/70946353/21656
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [vpp-dev] Build jobs failure with No problems were identified. If you know why this problem occurred, please add a suitable Cause for it.

2020-02-03 Thread Klement Sekera via Lists.Fd.Io
Hi

Click the first link -> console output -> show all

You’ll see test failures.

You can run locally these tests by invoking “make test”.

Once fixed, reupload your change.

HTH..Klement

> On 3 Feb 2020, at 14:44, Shiva Shankar  wrote:
> 
> Hi everyone, 
> I am seeing below error messages during job execution. Any inputs on error 
> message? Issued "recheck" multiple times, but no luck.
> 
> fd.io JJB
> 
> Patch Set 1:
> 
> Build Failed 
> 
> https://jenkins.fd.io/job/vpp-verify-master-ubuntu1804/1947/ : FAILURE
> 
> No problems were identified. If you know why this problem occurred, please 
> add a suitable Cause for it. ( 
> https://jenkins.fd.io/job/vpp-verify-master-ubuntu1804/1947/ )
> 
> Logs: 
> https://logs.fd.io/production/vex-yul-rot-jenkins-1/vpp-verify-master-ubuntu1804/1947
>   
> 
> Thanks
> Shiva 
> 

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#15315): https://lists.fd.io/g/vpp-dev/message/15315
Mute This Topic: https://lists.fd.io/mt/70946353/21656
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-