Your message dated Sat, 18 Sep 2021 15:22:44 +0000 with message-id <e1mrcau-000hhy...@fasolo.debian.org> and subject line Bug#994426: fixed in octave-sparsersb 1.0.8-4 has caused the Debian Bug report #994426, regarding octave-sparsersb: flaky autopkgtest on ci.d.n armhf worker to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 994426: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=994426 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
--- Begin Message ---Source: octave-sparsersb Version: 1.0.8-3 Severity: serious X-Debbugs-CC: debian...@lists.debian.org Tags: sid bookworm User: debian...@lists.debian.org Usertags: flaky timesout Dear maintainer(s), I looked at the results of the autopkgtest of you package on armhf because with a recent upload of glibc the autopkgtest of octave-sparsersb fails in testing. In august 2021, we replaced the host we were using for armhf testing for a new one. Since then, the autopkgtest has been failing most of the times, due to it timing out. We should get this fixed. Do you have any ideas what could be the root cause of this? Ironically, the passing tests (since the new host) report a segfault and: Summary: 0 tests, 0 passed, 0 known failures, 0 skipped Don't hesitate to contact us at debian...@lists.debian.org if you need help debugging this issue. Paul https://ci.debian.net/packages/o/octave-sparsersb/testing/armhf/ https://ci.debian.net/data/autopkgtest/testing/armhf/o/octave-sparsersb/14991286/log.gz ***** test a=sparsersb(sprand(100,100,0.4)); nrhs=1; maxr=1; tmax=1; tn=2; sf=1; o=sparsersb(a,"autotune","n",nrhs,maxr,tmax,tn,sf); assert(o==a) librsb error:The requested feature (e.g.:blocking) is not available because it was opted out or not configured at built time. librsb error:The requested feature (e.g.:blocking) is not available because it was opted out or not configured at built time. !!!!! test failed index (_,0,_): subscripts must be either integers 1 to (2^31)-1 or logicals ***** test a=sparsersb(sprand(100,100,0.4)); nrhs=20; maxr=1; tmax=1; tn=1; o=sparsersb(a,"autotune","t",nrhs,maxr,tmax,tn); assert(o==a) librsb error:The requested feature (e.g.:blocking) is not available because it was opted out or not configured at built time. librsb error:The requested feature (e.g.:blocking) is not available because it was opted out or not configured at built time. autopkgtest [20:58:07]: 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.h8cplcuw/downtmp/build.roH/src"; mkdir -p -m 1777 -- "/tmp/autopkgtest-lxc.h8cplcuw/downtmp/command1-artifacts"; export AUTOPKGTEST_ARTIFACTS="/tmp/autopkgtest-lxc.h8cplcuw/downtmp/command1-artifacts"; export ADT_ARTIFACTS="$AUTOPKGTEST_ARTIFACTS"; mkdir -p -m 755 "/tmp/autopkgtest-lxc.h8cplcuw/downtmp/autopkgtest_tmp"; export AUTOPKGTEST_TMP="/tmp/autopkgtest-lxc.h8cplcuw/downtmp/autopkgtest_tmp"; export ADTTMP="$AUTOPKGTEST_TMP"; export DEBIAN_FRONTEND=noninteractive; export LANG=C.UTF-8; export DEB_BUILD_OPTIONS=parallel=160; unset LANGUAGE LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT LC_IDENTIFICATION LC_ALL;rm -f /tmp/autopkgtest_script_pid; set -C; echo $$ > /tmp/autopkgtest_script_pid; set +C; trap "rm -f /tmp/autopkgtest_script_pid" EXIT INT QUIT PIPE; cd "$buildtree"; touch /tmp/autopkgtest-lxc.h8cplcuw/downtmp/command1-stdout /tmp/autopkgtest-lxc.h8cplcuw/downtmp/command1-stderr; bash -ec 'DH_OCTAVE_TEST_ENV="xvfb-run -a" /usr/bin/dh_octave_check --use-installed-package' 2> >(tee -a /tmp/autopkgtest-lxc.h8cplcuw/downtmp/command1-stderr >&2) > >(tee -a /tmp/autopkgtest-lxc.h8cplcuw/downtmp/command1-stdout);" (kind: test) autopkgtest [20:58:08]: test command1: -----------------------]
OpenPGP_signature
Description: OpenPGP digital signature
--- End Message ---
--- Begin Message ---Source: octave-sparsersb Source-Version: 1.0.8-4 Done: Rafael Laboissière <raf...@debian.org> We believe that the bug you reported is fixed in the latest version of octave-sparsersb, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 994...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Rafael Laboissière <raf...@debian.org> (supplier of updated octave-sparsersb package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Sat, 18 Sep 2021 11:13:53 -0300 Source: octave-sparsersb Architecture: source Version: 1.0.8-4 Distribution: unstable Urgency: medium Maintainer: Debian Octave Group <team+pkg-octave-t...@tracker.debian.org> Changed-By: Rafael Laboissière <raf...@debian.org> Closes: 994426 Changes: octave-sparsersb (1.0.8-4) unstable; urgency=medium . * Use d/autoreconf instead of target override_dh_auto_configure in d/rules * d/clean: Remove extra files left over by the building process * d/rules: Use execute_after_dh_auto_install instead of override_dh_auto_install * d/control: Bump Standards-Version to 4.6.0 (no changes needed) * Set OMP_NUM_THREADS to a reasonable value when running the tests, both at build time and via autopkgtest (Closes: #994426) Checksums-Sha1: 7e4bb4a7cf2b892df69699cd0075c4d2eec0a666 2103 octave-sparsersb_1.0.8-4.dsc b0fd5e4b440182b0781308fefbd68916f29a3e23 4296 octave-sparsersb_1.0.8-4.debian.tar.xz 73536585a738c0b9a89be3686afac96e72846c45 21595 octave-sparsersb_1.0.8-4_amd64.buildinfo Checksums-Sha256: 6e3d08c179ca7f801a53a65cd89a531c839009c113dd9d9582a0a828f73c3607 2103 octave-sparsersb_1.0.8-4.dsc 0a94f71963ef247bd1c4f5c96635b745152ef62b75b8d8c8b0883daa2a7c5336 4296 octave-sparsersb_1.0.8-4.debian.tar.xz 7653b07204c46d94484d06b714496c793efd78476a9ef6b50c4e7800517c6a70 21595 octave-sparsersb_1.0.8-4_amd64.buildinfo Files: eb1dcd2c0f5feb035f2546a63f3c374e 2103 math optional octave-sparsersb_1.0.8-4.dsc c9032229cf1d5f4098ceb835a77081e7 4296 math optional octave-sparsersb_1.0.8-4.debian.tar.xz b94d2733bca3d8198d6a6349228a12e1 21595 math optional octave-sparsersb_1.0.8-4_amd64.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEP0ZDkUmP6HS9tdmPISSqGYN4XJAFAmFF/xgACgkQISSqGYN4 XJCWuBAAjq2BmjGE+5g/8jLtcys0cNceQS/HQP0OJHYzLlItV4KosKC7+u+cpGl5 azH0BdTSxa0fYXwTnbG/9u8C39hhHHSFHCt9jcYRSliJPBLF2HaFj2ZtcYxDOotn d8hEjfOQBSPjqvCkzQIb6r69ylY9dswH4dMIKuNQOxc01TeuOl2uSbG009XDo29X E/ZPJfGRJXSRgQKO6cK1Bj4hoNzYGUnP4JfK+OemPV3XLJQCxFk+zHcpyXkGbMb7 N9fvyh0ZzSNofS4K13cQWbfAi1FnHFgleZRcGXT+BDkbnJAYkijTMxj38AEhc+VO aZhThqckgmkex+TsbwNGLGIAcQOqSq4cvPlwT/LN8NxS98Oh/p5eb86piFP7MTm3 Yto++2qToAKJRn93JZ1uiehaD25m9nWTRR1we2QXqpnnVlQf8FP0K71Z4Lg9t44o Jf1IISsHIJfCC0mhuds93q2kuuMT9GN6402uEVq8Eh/r5YyJs2AemDYKZRzC3xUI AX3LgkF/GoP6aRkDrxSrh+CpbZPMNysZ/QDqcXcxKIc6xGGR1slK+Tj9frzbNiJI Q2bI1UYLgO2fbjHzZDY5eXP/ztvDthW2gtpWmHRjIVuTAqxBL24d4x5UuL3JoQlB 3T1fqZLDHQtEbKLyDj5GiqCO06gB1mdAbysGXoq1ltsU8Dob+AU= =hjde -----END PGP SIGNATURE-----
--- End Message ---