Bug#916476: axel: autopkgtest regression

2018-12-15 Thread Eriberto
Em sáb, 15 de dez de 2018 às 04:49, Paul Gevers  escreveu:
>
> Forgot one thing.
>
> On 15-12-2018 01:25, Eriberto Mota wrote:
>
> > Seems a temporary issue in Debian infrastructure.
>
> By the way, try to be robust against that. On netwerk errros, retry at
> least a couple of times with some time in between. And consider marking
> your test as skippable and exit with exit code 77 if after several
> retries the network errors persist.
>
> Paul

Hi Paul,

Initially, thanks for your help.

Axel have not retry option.

I found the problem in tests 5-6: the CI machine isn't resolving IPv6.
Test2 needs a -k.

I will set skippable for tests 2-6, adding exit 77, add -k to 2 and
re-upload. If all right, I will fix the test for lime-forensics-dpkg
package.

Thanks!!

Cheers,

Eriberto



Bug#916476: axel: autopkgtest regression

2018-12-14 Thread Paul Gevers
Hi Eriberto,

On 15-12-2018 01:25, Eriberto Mota wrote:
> Command 5: people.debian.org:80: Network is unreachable. Seems a
> temporary issue in Debian infrastructure.
> Command 6: people.debian.org:443: Network is unreachable. Ibdem. The
> time diference from last command was 2 seconds only.
> 
> I was waitting for a new try from CI server to confirm that commands 5
> and 6 are working. What you think about it?

I thought the same, but all three runs that I looked at had the same
three commands failing. Now there are four already.

https://ci.debian.net/data/autopkgtest/testing/amd64/a/axel/1500517/log.gz
https://ci.debian.net/data/autopkgtest/testing/amd64/a/axel/1504293/log.gz
https://ci.debian.net/data/autopkgtest/testing/amd64/a/axel/1510369/log.gz
https://ci.debian.net/data/autopkgtest/unstable/amd64/a/axel/1499169/log.gz

Paul



signature.asc
Description: OpenPGP digital signature


Bug#916476: axel: autopkgtest regression

2018-12-14 Thread Paul Gevers
Forgot one thing.

On 15-12-2018 01:25, Eriberto Mota wrote:

> Seems a temporary issue in Debian infrastructure.

By the way, try to be robust against that. On netwerk errros, retry at
least a couple of times with some time in between. And consider marking
your test as skippable and exit with exit code 77 if after several
retries the network errors persist.

Paul



signature.asc
Description: OpenPGP digital signature


Bug#916476: axel: autopkgtest regression

2018-12-14 Thread Eriberto Mota
Em sex, 14 de dez de 2018 às 18:57, Paul Gevers  escreveu:
>
> Source: axel
> Version: 2.16.1-3
> X-Debbugs-CC: debian...@lists.debian.org
> User: debian...@lists.debian.org
> Usertags: regression
>
> Dear maintainers,
>
> With a recent upload of axel the autopkgtest of axel fails in testing
> when that autopkgtest is run with the binary packages of axel from
> unstable. It passes when run with only packages from testing. In tabular
> form:
>passfail
> axel   from testing2.16.1-3
> all others from testingfrom testing
>
> I copied some of the output at the bottom of this report.
>
> Currently this regression is contributing to the delay of the migration
> to testing [1]. Can you please investigate the situation and fix it? If
> needed, please change the bug's severity.
>
> More information about this bug and the reason for filing it can be found on
> https://wiki.debian.org/ContinuousIntegration/RegressionEmailInformation
>
> Paul
>
> [1] https://qa.debian.org/excuses.php?package=axel
>
> https://ci.debian.net/data/autopkgtest/testing/amd64/a/axel/1504293/log.gz
>
> autopkgtest [09:28:06]: test command2: [---
> Initializing download:
> http://people.debian.org/~eriberto/tests-axel/test.img
> SSL error: certificate verify failed
>
> autopkgtest [09:28:08]: test command2: ---]
>
>
> autopkgtest [09:28:39]: test command5: axel -6 -k -s 100 -o
> $AUTOPKGTEST_TMP/test-new.img -U axel-test
> http://people.debian.org/~eriberto/tests-axel/test.img
> autopkgtest [09:28:39]: test command5: [---
> Initializing download:
> http://people.debian.org/~eriberto/tests-axel/test.img
> Unable to connect to server people.debian.org:80: Network is unreachable
>
> autopkgtest [09:28:39]: test command5: ---]
>
> autopkgtest [09:28:41]: test command6: axel -6 -k -s 100 -o
> $AUTOPKGTEST_TMP/test-new.img -U axel-test
> https://people.debian.org/~eriberto/tests-axel/test.img
> autopkgtest [09:28:41]: test command6: [---
> Initializing download:
> https://people.debian.org/~eriberto/tests-axel/test.img
> Unable to connect to server people.debian.org:443: Network is unreachable
>
> autopkgtest [09:28:42]: test command6: ---]
>


Hi Paul,

I saw the problem yesterday. I will try make an overview.

Command 1: ok
Command 2: SSL error: certificate verify failed. Seems there is a
redirect from http to https here. So, we need 'axel -k' here.
Command 3: ok
Command 4: ok
Command 5: people.debian.org:80: Network is unreachable. Seems a
temporary issue in Debian infrastructure.
Command 6: people.debian.org:443: Network is unreachable. Ibdem. The
time diference from last command was 2 seconds only.

I was waitting for a new try from CI server to confirm that commands 5
and 6 are working. What you think about it?

Regards,

Eriberto



Bug#916476: axel: autopkgtest regression

2018-12-14 Thread Paul Gevers
Source: axel
Version: 2.16.1-3
X-Debbugs-CC: debian...@lists.debian.org
User: debian...@lists.debian.org
Usertags: regression

Dear maintainers,

With a recent upload of axel the autopkgtest of axel fails in testing
when that autopkgtest is run with the binary packages of axel from
unstable. It passes when run with only packages from testing. In tabular
form:
   passfail
axel   from testing2.16.1-3
all others from testingfrom testing

I copied some of the output at the bottom of this report.

Currently this regression is contributing to the delay of the migration
to testing [1]. Can you please investigate the situation and fix it? If
needed, please change the bug's severity.

More information about this bug and the reason for filing it can be found on
https://wiki.debian.org/ContinuousIntegration/RegressionEmailInformation

Paul

[1] https://qa.debian.org/excuses.php?package=axel

https://ci.debian.net/data/autopkgtest/testing/amd64/a/axel/1504293/log.gz

autopkgtest [09:28:06]: test command2: [---
Initializing download:
http://people.debian.org/~eriberto/tests-axel/test.img
SSL error: certificate verify failed

autopkgtest [09:28:08]: test command2: ---]


autopkgtest [09:28:39]: test command5: axel -6 -k -s 100 -o
$AUTOPKGTEST_TMP/test-new.img -U axel-test
http://people.debian.org/~eriberto/tests-axel/test.img
autopkgtest [09:28:39]: test command5: [---
Initializing download:
http://people.debian.org/~eriberto/tests-axel/test.img
Unable to connect to server people.debian.org:80: Network is unreachable

autopkgtest [09:28:39]: test command5: ---]

autopkgtest [09:28:41]: test command6: axel -6 -k -s 100 -o
$AUTOPKGTEST_TMP/test-new.img -U axel-test
https://people.debian.org/~eriberto/tests-axel/test.img
autopkgtest [09:28:41]: test command6: [---
Initializing download:
https://people.debian.org/~eriberto/tests-axel/test.img
Unable to connect to server people.debian.org:443: Network is unreachable

autopkgtest [09:28:42]: test command6: ---]



signature.asc
Description: OpenPGP digital signature