Source: octave-statistics
Version: 1.7.0-2
Severity: serious
User: debian...@lists.debian.org
Usertags: flaky

Dear maintainer(s),

I looked at the results of the autopkgtest of your package because it's blocking gcc-14. I noticed that it regularly fails.

Because the unstable-to-testing migration software now blocks on
regressions in testing, flaky tests, i.e. tests that flip between
passing and failing without changes to the list of installed packages,
are causing people unrelated to your package to spend time on these
tests.

Don't hesitate to reach out if you need help and some more information
from our infrastructure.

Paul

https://ci.debian.net/packages/o/octave-statistics/testing/amd64/55343399/

1669s ***** test
1669s  x = ones(4, 11);
1669s  y = {"a"; "a"; "b"; "b"};
1669s  k = 3;
1669s  a = fitcknn (x, y, "NumNeighbors", k);
1669s  partition = cvpartition (y, "LeaveOut");
1669s  cvModel = ClassificationPartitionedModel (a, partition);
1669s  [label, score, cost] = kfoldPredict (cvModel);
1669s  assert (class(cvModel), "ClassificationPartitionedModel");
1669s  assert ({cvModel.X, cvModel.Y}, {x, y});
1669s  assert (cvModel.NumObservations, 4);
1669s  assert (cvModel.ModelParameters.NumNeighbors, k);
1669s  assert (cvModel.ModelParameters.NSMethod, "exhaustive");
1669s  assert (cvModel.ModelParameters.Distance, "euclidean");
1669s  assert (! cvModel.ModelParameters.Standardize);
1669s  assert (label, {"b"; "b"; "a"; "a"});
1669s  assert (score, [0.3333, 0.6667; 0.3333, 0.6667; 0.6667, 0.3333; ...
1669s           0.6667, 0.3333], 1e-4);
1669s  assert (cost, [0.6667, 0.3333; 0.6667, 0.3333; 0.3333, 0.6667; ...
1669s           0.3333, 0.6667], 1e-4);
1669s ***** error<ClassificationPartitionedModel.kfoldPredict: 'Cost' output is not supported for ClassificationSVM cross validated models.> ... 1669s [label, score, cost] = kfoldPredict (crossval (ClassificationSVM (ones (40,2), randi ([1, 2], 40, 1)))) 1669s ***** error<ClassificationPartitionedModel.kfoldPredict: 'Cost' output is not supported for ClassificationNeuralNetwork cross validated models.> ... 1669s [label, score, cost] = kfoldPredict (crossval (ClassificationNeuralNetwork (ones (40,2), randi ([1, 2], 40, 1)))) 10077s autopkgtest [14:05:12]: ERROR: timed out on command "su -s /bin/bash debci -c set -e; exec /tmp/autopkgtest-lxc.1blv5zzr/downtmp/wrapper.sh --artifacts=/tmp/autopkgtest-lxc.1blv5zzr/downtmp/command1-artifacts --chdir=/tmp/autopkgtest-lxc.1blv5zzr/downtmp/build.ddb/src --env=DEB_BUILD_OPTIONS=parallel=64 --env=DEBIAN_FRONTEND=noninteractive --env=LANG=C.UTF-8 --unset-env=LANGUAGE --unset-env=LC_ADDRESS --unset-env=LC_ALL --unset-env=LC_COLLATE --unset-env=LC_CTYPE --unset-env=LC_IDENTIFICATION --unset-env=LC_MEASUREMENT --unset-env=LC_MESSAGES --unset-env=LC_MONETARY --unset-env=LC_NAME --unset-env=LC_NUMERIC --unset-env=LC_PAPER --unset-env=LC_TELEPHONE --unset-env=LC_TIME --script-pid-file=/tmp/autopkgtest_script_pid --source-profile --stderr=/tmp/autopkgtest-lxc.1blv5zzr/downtmp/command1-stderr --stdout=/tmp/autopkgtest-lxc.1blv5zzr/downtmp/command1-stdout --tmp=/tmp/autopkgtest-lxc.1blv5zzr/downtmp/autopkgtest_tmp -- bash -ec 'DH_OCTAVE_TEST_ENV="xvfb-run -a" /usr/bin/dh_octave_check --use-installed-package'" (kind: test)
10078s autopkgtest [14:05:13]: test command1: -----------------------]

Attachment: OpenPGP_signature.asc
Description: OpenPGP digital signature

Reply via email to