#1128303#5
Date:
2026-02-17 18:49:26 UTC
From:
To:
https://tracker.debian.org/pkg/totalopenstation

Issues preventing migration:
∙ ∙ Autopkgtest for totalopenstation/0.7.3-1: amd64: Regression ♻ (reference ♻), arm64: Regression ♻ (reference ♻), i386: Regression ♻ (reference ♻), ppc64el: Regression ♻ (reference ♻), riscv64: Regression ♻ (reference ♻), s390x: Regression ♻ (reference ♻)

...
 46s pybuild-autopkgtest
 46s I: pybuild pybuild:388: cp -r /tmp/autopkgtest-lxc.3rllebxm/downtmp/build.98b/src/sample_data /tmp/autopkgtest-lxc.3rllebxm/downtmp/autopkgtest_tmp/build
 46s I: pybuild base:384: cd /tmp/autopkgtest-lxc.3rllebxm/downtmp/autopkgtest_tmp/build; python3.13 -m pytest -v --pyargs totalopenstation
 46s ============================= test session starts ==============================
 46s platform linux -- Python 3.13.12, pytest-9.0.2, pluggy-1.6.0 -- /usr/bin/python3.13
 46s cachedir: .pytest_cache
 46s rootdir: /tmp/autopkgtest-lxc.3rllebxm/downtmp/autopkgtest_tmp/build
 46s configfile: pyproject.toml
 46s plugins: typeguard-4.4.4
 46s collecting ... collected 0 items
 46s
 46s ============================ no tests ran in 0.00s =============================
 46s E: pybuild pybuild:483: test: plugin pyproject failed with: exit code=5: cd /tmp/autopkgtest-lxc.3rllebxm/downtmp/autopkgtest_tmp/build; python3.13 -m pytest -v --pyargs totalopenstation
 46s pybuild-autopkgtest: error: pybuild --autopkgtest --test-pytest -i python{version} -p 3.13 returned exit code 13
 46s make: *** [/tmp/nesoPL0P6d/run:4: pybuild-autopkgtest] Error 25
 46s pybuild-autopkgtest: error: /tmp/nesoPL0P6d/run pybuild-autopkgtest returned exit code 2
 47s autopkgtest [04:34:12]: test pybuild-autopkgtest: -----------------------]
 47s autopkgtest [04:34:12]: test pybuild-autopkgtest:  - - - - - - - - - - results - - - - - - - - - -
 47s pybuild-autopkgtest  FAIL non-zero exit status 25
...


It works for me locally after
  -ifeq ($(PYBUILD_AUTOPKGTEST),1)
  -export PYBUILD_TEST_ARGS=-v --pyargs totalopenstation
  -else
  +#ifeq ($(PYBUILD_AUTOPKGTEST),1)
  +#export PYBUILD_TEST_ARGS=-v --pyargs totalopenstation
  +#else
   export PYBUILD_TEST_ARGS=-v $(CURDIR)/totalopenstation/tests
  -endif
  +#endif
but I do not immediately fully understand the problem.

#1128303#12
Date:
2026-02-17 19:09:50 UTC
From:
To:
Not sure why I'm explicitly CC'd here, I'm no longer involved in maintenance of this package.

The autopkgtest failure is something that would have been revealed by Salsa CI, but the new repo doesn't have it configured like it was under the debian-gis-team namespace.