Em sex, 14 de dez de 2018 às 18:57, Paul Gevers <elb...@debian.org> 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: > pass fail > axel from testing 2.16.1-3 > all others from testing from 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 1000000 -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 1000000 -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