Bug#898371: octave-ltfat: autopkgtest times out since 25 April 2018

2018-05-14 Thread Paul Gevers
Hi Rafael,

On 14-05-18 10:05, Rafael Laboissière wrote:
> Great, it work:
> https://ci.debian.net/data/autopkgtest/unstable/amd64/o/octave-ltfat/299116/log.gz

I have lifted the blacklisting and recreated a testing run.

Paul



signature.asc
Description: OpenPGP digital signature


Bug#898371: octave-ltfat: autopkgtest times out since 25 April 2018

2018-05-14 Thread Rafael Laboissière

* Paul Gevers  [2018-05-13 19:58]:


On 13-05-18 17:42, Rafael Laboissière wrote:

You might whitelist the package on ci.d.n to see what happens.


I have scheduled it once, let's see how it fares. If that runs OK, I'll 
whitelist it again.


Great, it work: 
https://ci.debian.net/data/autopkgtest/unstable/amd64/o/octave-ltfat/299116/log.gz


Thanks,

Rafael



Bug#898371: octave-ltfat: autopkgtest times out since 25 April 2018

2018-05-13 Thread Paul Gevers
Hi Rafael,

On 13-05-18 17:42, Rafael Laboissière wrote:
> You might whitelist the package on ci.d.n to see what happens.

I have scheduled it once, let's see how it fares. If that runs OK, I'll
whitelist it again.

> P.S.: How is timeout detected on ci.d.n?

Manually by me, by looking at the logs and by checking
https://ci.debian.net/munin/debci-day.html for gaps in the packages /
worker and looking what is running *now* on the worker.

Paul



signature.asc
Description: OpenPGP digital signature


Bug#898371: octave-ltfat: autopkgtest times out since 25 April 2018

2018-05-13 Thread Rafael Laboissière

* Rafael Laboissière  [2018-05-11 21:50]:


* Paul Gevers  [2018-05-10 23:32]:


Source: octave-ltfat
Version: 2.2.0+dfsg-8
Severity: normal
User: debian...@lists.debian.org
Usertags: regression timeout

Since the run of 25 April 2018, the autopkgtests¹ are timing out (~ 
3 hours) while previous runs tested in about 20 seconds (and 
failed). Could you please investigate how to get rid of the timeout? 
And please fix your test to actually pass, but that is less 
important now.


I will blacklist octave-ltfat on ci.debian.net for now.

Don't hesitate to ask for help for the Debian CI team² if you need 
help solving this issue.


You did the right thing in blacklisting octave-ltfat.  Its unit tests 
take a insane amount of time to run.  No wonder the package is called 
*_Large_* Time/Frequency Analysis Toolbox.


I will check with the upstream authors whether some tests can be sped 
up. Otherwise, I will try to suppress some of the time-consuming unit 
tests.


I uploaded a new version of the octave-ltfat package, which built 
correctly on most architectures:


https://buildd.debian.org/status/package.php?p=octave-ltfat

You might whitelist the package on ci.d.n to see what happens.

Rafael

P.S.: How is timeout detected on ci.d.n?



Bug#898371: octave-ltfat: autopkgtest times out since 25 April 2018

2018-05-11 Thread Rafael Laboissière

* Paul Gevers  [2018-05-10 23:32]:


Source: octave-ltfat
Version: 2.2.0+dfsg-8
Severity: normal
User: debian...@lists.debian.org
Usertags: regression timeout

Since the run of 25 April 2018, the autopkgtests¹ are timing out (~ 3 
hours) while previous runs tested in about 20 seconds (and failed). 
Could you please investigate how to get rid of the timeout? And please 
fix your test to actually pass, but that is less important now.


I will blacklist octave-ltfat on ci.debian.net for now.

Don't hesitate to ask for help for the Debian CI team² if you need help 
solving this issue.


You did the right thing in blacklisting octave-ltfat.  Its unit tests 
take a insane amount of time to run.  No wonder the package is called 
*_Large_* Time/Frequency Analysis Toolbox.


I will check with the upstream authors whether some tests can be sped up. 
Otherwise, I will try to suppress some of the time-consuming unit tests.


Best,

Rafael



Bug#898371: octave-ltfat: autopkgtest times out since 25 April 2018

2018-05-10 Thread Paul Gevers
Source: octave-ltfat
Version: 2.2.0+dfsg-8
Severity: normal
User: debian...@lists.debian.org
Usertags: regression timeout

Since the run of 25 April 2018, the autopkgtests¹ are timing out (~ 3
hours) while previous runs tested in about 20 seconds (and failed).
Could you please investigate how to get rid of the timeout? And please
fix your test to actually pass, but that is less important now.

I will blacklist octave-ltfat on ci.debian.net for now.

Don't hesitate to ask for help for the Debian CI team² if you need help
solving this issue.

Paul

¹ https://ci.debian.net/packages/o/octave-ltfat/unstable/amd64/
² #debci on oftc or debian...@lists.debian.org


https://ci.debian.net/data/autopkgtest/unstable/amd64/o/octave-ltfat/271201/log.gz

autopkgtest [21:04:31]: test command1: [---
Checking package...
Checking m files ...
[octave_poly2mask]
> /usr/share/octave/packages/ltfat-2.2.0/mulaclab/octave_poly2mask.m
* demo
 s = [0:pi/4:2*pi];
 x = cos (s) * 90 + 101;
 y = sin (s) * 90 + 101;
 bw = octave_poly2mask(x, y, 200, 200);
 imshow (bw);
* demo
 s = [0:2*pi/5:pi*4];
 s = s ([1, 3, 5, 2, 4, 6]);
 x = cos (s) * 90 + 101;
 y = sin (s) * 90 + 101;
 bw = octave_poly2mask (x, y, 200, 200);
 imshow (bw);
* # Convex polygons
* shared xs, ys, Rs, xt, yt, Rt
 xs=[3,3,10,10];
 ys=[4,12,12,4];
 Rs=zeros(16,14);
 Rs(5:12,4:10)=1;
 Rs=logical(Rs);
 xt=[1,4,7];
 yt=[1,4,1];
 Rt=[0,0,0,0,0,0,0;
 0,0,1,1,1,1,0;
 0,0,0,1,1,0,0;
 0,0,0,1,0,0,0;
 0,0,0,0,0,0,0];
 Rt=logical(Rt);
* assert(octave_poly2mask(xs,ys,16,14),Rs);  # rectangle
* assert(octave_poly2mask(xs,ys,8,7),Rs(1:8,1:7));   # clipped
* assert(octave_poly2mask(xs-7,ys-8,8,7),Rs(9:16,8:14)); # more clipping
* assert(octave_poly2mask(xt,yt,5,7),Rt);# triangle
* assert(octave_poly2mask(xt,yt,3,3),Rt(1:3,1:3));   # clipped
* # Concave polygons
* test
 x=[3,3,5,5,8,8,10,10];
 y=[4,12,12,8,8,11,11,4];
 R=zeros(16,14);
 R(5:12,4:5)=1;
 R(5:8,6:8)=1;
 R(5:11,9:10)=1;
 R=logical(R);
 assert(octave_poly2mask(x,y,16,14), R);
* # Complex polygons
* test
 x=[1,5,1,5];
 y=[1,1,4,4];
 R=[0,0,0,0,0,0;
0,0,1,1,0,0;
0,0,1,1,0,0;
0,1,1,1,1,0;
0,0,0,0,0,0];
 R=logical(R);
 assert(octave_poly2mask(x,y,5,6), R);
7 tests, 7 passed, 0 known failure, 0 skipped
Checking C++ files ...
Run tests in debian/check.m
[running test_all_ltfat]
 ===  TEST_DGT 
 ===  TEST_DWILT 
 ===  TEST_WMDCT 
 ===  TEST_DGT_FB 
 ===  TEST_MULTIWIN 
 ===  TEST_GABFIRTIGHT 
 ===  TEST_PUREFREQ 
 ===  TEST_ZAK 
 ===  TEST_GABMULAPPR =
 ===  TEST_DGT2 
 ===  TEST_DWILT2 
 ===  TEST_WMDCT2 
 ===  TEST_FIRWIN 
 ===  TEST_SPREAD 
warning: matrix singular to machine precision, rcond = 4.87176e-18
warning: matrix singular to machine precision, rcond = 4.87176e-18
 ===  TEST_DSFT ==
 ===  TEST_THRESH 
 ===  TEST_PCONV ==
 ===  TEST_LCONV ==
 ===  TEST_INVOLUTE ===
 ===  TEST_SIGNALS ===
 ===  TEST_REALOUT 
 ===  TEST_WINDRIVERS 
 ===  TEST_NSDGT 
 ===  TEST_FILTERBANK 
 ===  TEST_PGAUSS 
 ===  TEST_PFILT ==
 ===  TEST_RANGECOMPRESS 
 ===  TEST_GABMULEIGS 
 ===  TEST_PHASELOCK 
= TEST FWT 
-TEST_BLOCKFWT--
= TEST UFWT 
= TEST WFBT 
= TEST UWPFBT 
= TEST WPFBT 
= TEST UWPFBT 
= TEST FWT2 
 ===  TEST_WFBT2FILTERBANK ===
TEST_FREQORDER--
 ===  TEST_GGA 
 ===  TEST_CHIRPZT 
 ===  TEST_FRAMES 
 ===  TEST_FRFT ===
-TEST_NONU2UFILTERBANK-
= TEST DTWFB 
= TEST DTWFB 
autopkgtest [23:51:11]: ERROR: timed out on command "su -s /bin/bash
debci -c set -e; export USER=`id -nu`; . /etc/profile >/dev/null 2>&1 ||
true;  . ~/.profile >/dev/null 2>&1 || true;
buildtree="/tmp/autopkgtest-lxc.010ighvh/downtmp/build.8rI/src"; mkdir
-p -m 1777 --
"/tmp/autopkgtest-lxc.010ighvh/downtmp/command1-artifacts"; export