Source: cyrus-imapd Version: 3.0.13-4 Severity: serious Hello, looks like the latest -4 upload is now failing its autopgktests https://ci.debian.net/packages/c/cyrus-imapd/ https://ci.debian.net/data/packages/unstable/amd64/c/cyrus-imapd/latest-autopkgtest/log.gz
Not sure if this is the case, but in Ubuntu a patch has been added to make autopkgtests more fast and reliable +cyrus-imapd (3.0.12-2ubuntu2) focal; urgency=medium + + * Make autopkgtest slightly more realiable on armhf/arm64 by avoding + downloading unicode-data over squid.internal proxy. + + -- Dimitri John Ledkov <x...@ubuntu.com> Fri, 13 Dec 2019 00:07:49 +0000 diff -pruN 3.0.13-3/debian/tests/control 3.0.13-3ubuntu1/debian/tests/control --- 3.0.13-3/debian/tests/control 2020-03-15 09:01:24.000000000 +0000 +++ 3.0.13-3ubuntu1/debian/tests/control 2020-03-15 15:44:53.000000000 +0000 @@ -120,6 +120,7 @@ Depends: cyrus-imapd, sudo, tcl-dev, transfig, + unicode-data, uuid-dev, vim, wamerican, diff -pruN 3.0.13-3/debian/tests/no-docker/run.sh 3.0.13-3ubuntu1/debian/tests/no-docker/run.sh --- 3.0.13-3/debian/tests/no-docker/run.sh 2020-03-02 05:09:18.000000000 +0000 +++ 3.0.13-3ubuntu1/debian/tests/no-docker/run.sh 2020-03-15 15:44:53.000000000 +0000 @@ -11,6 +11,12 @@ git clone https://github.com/cyrusimap/c git clone https://github.com/cyrusimap/cassandane.git cassandane.git git clone https://github.com/cyrusimap/cyruslibs.git cyruslibs.git git clone https://github.com/dovecot/core.git dovecot.git +# Use pacakged UnicodeData.txt as it often 503's when downloading on +# arm64 armhf in Ubuntu's autopkgtest infrastructure +cp /usr/share/unicode/UnicodeData.txt dovecot.git/src/lib +cp /usr/share/unicode/auxiliary/WordBreakProperty.txt dovecot.git/src/lib-fts +cp /usr/share/unicode/PropList.txt dovecot.git/src/lib-fts + #wget https://github.com/dovecot/core/archive/2.3.8.tar.gz #tar xzf 2.3.8.tar.gz #mv core-2.3.8 dovecot.git