Skip to content
Failed

#4163 (Sep 17, 2026, 1:48:00 AM)

Started 1 day 14 hr ago
Took 3 hr 33 min

Started by timer

Revision: 05aa401d1f35dbc2460931d30feadc2790c14c49
Repository: git@gitlab.liu.se:OpenModelica/apt-build.git
  • refs/remotes/origin/master
Pass --no-lintian before the dpkg options

debuild stops parsing its own options at the first argument it does
not recognise and hands the rest to dpkg-buildpackage. `-d` is such
an argument, so --no-lintian was forwarded and rejected:

    dpkg-buildpackage: error: unknown option or argument --no-lintian

debuild turned that into a `die`, which exits with errno when it is
non-zero - ENOTTY (25) on a Jenkins agent with no tty - so the
nightly failed with the fairly opaque `exit status 25`.

Assisted-by: Claude Opus 5 (1M context)
Martin Sjölund at
Updated nightly build
openmodelica at